@charset "UTF-8";
.sec_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 900; }
  @media (max-width: 768px) {
    .sec_title {
      font-size: 3.5rem; } }

.sec_title_sub {
  font-size: 0.9rem;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 5px; }

/*---------------------------
HEADER
---------------------------*/
main.main {
  padding-bottom: 10cqw; }

h2.title {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    h2.title {
      margin-bottom: 4vw; } }
  h2.title img {
    width: 100%;
    height: auto; }

/*---------------------------
MV
---------------------------*/
.mv {
  margin-bottom: 0;
  /* 動画が入る内側 */
  /* フレーム画像 */ }
  .mv .fv {
    position: relative;
    width: 100%;
    aspect-ratio: 1000 / 679; }
  .mv .fv__inner {
    position: absolute;
    inset: 3%;
    overflow: hidden; }
  .mv .fv__inner video {
    width: 99%;
    height: 99%;
    object-fit: cover;
    display: block;
    margin: 0 auto 0; }
  .mv .fv__frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .mv .bnr_x_jumbo {
    position: absolute;
    bottom: -20vw;
    right: 0;
    z-index: 2;
    width: 25%;
    height: auto; }
    @media (max-width: 768px) {
      .mv .bnr_x_jumbo {
        position: fixed;
        top: 64vw;
        display: block;
        height: 25vw; } }
    .mv .bnr_x_jumbo img {
      width: 100%; }
      .mv .bnr_x_jumbo img:hover {
        transform: scale(1.05);
        transition: all 0.7s;
        opacity: 1; }

/*---------------------------
sec01
---------------------------*/
section {
  margin: 0 auto; }

.sec01 {
  background: url("../img/bg02_top.png") center 50px no-repeat;
  background-size: 100%;
  padding-top: 13vw;
  padding-bottom: 8vw; }
  @media (max-width: 768px) {
    .sec01 {
      padding-top: 25vw; } }
  .sec01 .title_newinfo {
    width: 60%;
    margin: auto; }

/*---------------------------
sec02
---------------------------*/
.sec02 {
  /* ---------------  
   スライダー基本
---------------- */
  background: url("../img/bg_line.png") center top repeat-y;
  background-size: 100%; }
  @media (max-width: 768px) {
    .sec02 .slider-wrapper {
      width: 95%;
      margin: auto; } }
  .sec02 .media_box {
    width: 65%;
    margin: 8vw auto 0; }
    @media (max-width: 768px) {
      .sec02 .media_box {
        width: 80%; } }
    .sec02 .media_box .youtube-wrap {
      width: 100%;
      position: relative;
      padding-top: 56.25%;
      margin-bottom: 30px; }
      .sec02 .media_box .youtube-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
  .sec02 .box_under {
    width: 65%;
    margin: auto; }
    @media (max-width: 768px) {
      .sec02 .box_under {
        width: 90%; } }
    .sec02 .box_under .img01 {
      width: 90%;
      height: auto;
      margin-top: 5vw; }
    .sec02 .box_under .scroll_down {
      width: 50%;
      display: inline-block;
      margin-top: 5vw; }
      .sec02 .box_under .scroll_down img {
        width: 100%;
        height: auto; }
  .sec02 .map_box .responsive-map {
    width: 70%;
    height: auto; }
  .sec02 .key_box {
    margin-top: 10vw; }
    .sec02 .key_box .js-key-img-trigger {
      width: 45%;
      height: auto; }
      @media (max-width: 768px) {
        .sec02 .key_box .js-key-img-trigger {
          width: 65%; } }
      .sec02 .key_box .js-key-img-trigger:hover {
        cursor: pointer;
        transform: scale(1.02);
        transition: 0.5s; }
  .sec02 .key-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease; }
    .sec02 .key-modal.is-active {
      opacity: 1;
      visibility: visible; }
    .sec02 .key-modal__inner {
      position: relative;
      max-width: 90%;
      max-height: 90%; }
      @media (max-width: 767px) {
        .sec02 .key-modal__inner {
          max-width: 85%;
          max-height: 95%; } }
    .sec02 .key-modal__image {
      display: block;
      width: 80%;
      height: auto;
      margin: auto; }
      @media (max-width: 768px) {
        .sec02 .key-modal__image {
          width: 90%; } }
    .sec02 .key-modal__close {
      position: absolute;
      top: -40px;
      right: 0;
      border: none;
      background: transparent;
      color: #fff;
      font-size: 32px;
      line-height: 1;
      cursor: pointer; }

body.is-fixed {
  overflow: hidden;
  height: 100%; }

/*---------------------------
sec03
---------------------------*/
.sec03 {
  background: url("../img/bg02_bottom.png") center bottom repeat-y;
  background-size: 100%;
  padding-top: 33.2%; }

/*---------------------------
sec04
---------------------------*/
.sec04 {
  padding-top: 10vw;
  width: 65%;
  margin: auto; }
  @media (max-width: 768px) {
    .sec04 {
      width: 85%; } }
  .sec04 .area_bnr_box {
    margin-bottom: 10cqw; }
    .sec04 .area_bnr_box a {
      display: block;
      width: 50%;
      margin: 0 auto 1vw; }
      .sec04 .area_bnr_box a img {
        width: 100%;
        height: auto; }
  .sec04 .area h2 {
    margin-top: 7cqw;
    margin-bottom: 2cqw; }
    .sec04 .area h2 img {
      width: 95%;
      height: auto; }
  .sec04 .area .store_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2cqw; }
    .sec04 .area .store_wrap .store .store_img {
      width: 100%;
      height: auto; }
    .sec04 .area .store_wrap .store .btn_block {
      width: 94%;
      margin: 1cqh auto 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.5cqw; }
      .sec04 .area .store_wrap .store .btn_block img {
        width: 100%;
        height: auto; }

/*---------------------------
sec_key
---------------------------*/
.sec_key .key_box {
  margin-top: 10vw; }
  .sec_key .key_box .js-key-img-trigger {
    width: 45%;
    height: auto; }
    @media (max-width: 768px) {
      .sec_key .key_box .js-key-img-trigger {
        width: 65%; } }
    .sec_key .key_box .js-key-img-trigger:hover {
      cursor: pointer;
      transform: scale(1.02);
      transition: 0.5s; }
.sec_key .key-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; }
  .sec_key .key-modal.is-active {
    opacity: 1;
    visibility: visible; }
  .sec_key .key-modal__inner {
    position: relative;
    /* ▼ 画面内に必ず収める制御 */
    max-width: 80vw;
    max-height: 80vh;
    /* ▼ クローズボタン分の余白を確保 */
    padding: 40px 20px 20px;
    /* ▼ 万一大きい場合はスクロール */
    overflow: auto; }
    @media (max-width: 768px) {
      .sec_key .key-modal__inner {
        max-width: 95vw;
        max-height: 90vh; } }
  .sec_key .key-modal__image {
    display: block;
    /* ▼ 親コンテナを絶対に超えない */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto; }
  .sec_key .key-modal__close {
    position: absolute;
    top: -10px;
    right: 0;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 50%; }
    @media (max-width: 768px) {
      .sec_key .key-modal__close {
        font-size: 24px; } }

/*---------------------------
sec06
---------------------------*/
.sec08 {
  width: 55%;
  margin: 10cqw auto 0;
  padding: 3% 1%;
  text-align: center;
  color: #222;
  background: rgba(255, 255, 255, 0.9); }
  @media (max-width: 768px) {
    .sec08 {
      width: 80%;
      padding: 15px 2%; } }
  .sec08 .title {
    width: 90%;
    display: inline-block;
    padding: 9px 40px;
    font-size: 1.2vw;
    font-weight: 700;
    letter-spacing: 0.15em;
    border: 1px solid #000;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sec08 .title {
        font-size: 2.5vw; } }
  .sec08 .text {
    font-size: 1cqw;
    line-height: 1.3;
    margin: 0 auto 15px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .sec08 .text {
        font-size: 1.3vw; } }
  .sec08 .url {
    display: inline-block;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 700; }
    @media (max-width: 768px) {
      .sec08 .url {
        font-size: 1.7vw; } }
    .sec08 .url a {
      color: #fff;
      word-break: break-all; }
