@charset "UTF-8";
/*! Writen  by SCSS */
body .wrap {
  overflow: visible; }
  @media screen and (max-width: 480px) {
    body .wrap {
      overflow: hidden; } }

.cont_group {
  align-items: flex-start;
  position: relative; }
  @media screen and (max-width: 480px) {
    .cont_group {
      flex-direction: column;
      padding-top: 100px; } }
  .cont_group:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .cont_group:after {
        content: none; } }
  .cont_group .sec_ttl {
    width: 60px;
    position: sticky;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    padding: 30px 0;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .cont_group .sec_ttl {
        position: static;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0;
        flex-direction: row-reverse;
        justify-content: flex-end;
        column-gap: 10px;
        align-items: flex-end; } }
    .cont_group .sec_ttl .en, .cont_group .sec_ttl .jp {
      writing-mode: vertical-rl; }
      @media screen and (max-width: 480px) {
        .cont_group .sec_ttl .en, .cont_group .sec_ttl .jp {
          writing-mode: unset; } }
    .cont_group .sec_ttl .en {
      font-size: 17px;
      color: #D8C028;
      transform: translateX(-2px); }
      @media screen and (max-width: 480px) {
        .cont_group .sec_ttl .en {
          font-size: 10px;
          color: #818181;
          transform: translateX(0) translateY(-4px); } }
    .cont_group .sec_ttl .jp {
      font-size: 13px;
      color: #989080; }
      @media screen and (max-width: 480px) {
        .cont_group .sec_ttl .jp {
          font-size: 15px;
          color: #D8C028; } }
      .cont_group .sec_ttl .jp .com {
        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all; }
        .cont_group .sec_ttl .jp .com:last-of-type {
          margin-bottom: 2px; }
  .cont_group .sec_cont {
    width: calc(100% - 140px); }
    @media screen and (max-width: 480px) {
      .cont_group .sec_cont {
        width: calc(100% - 40px); } }
  .cont_group .next_prev {
    margin-top: 30px;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px; }
    .cont_group .next_prev.sp_block {
      display: none; }
      @media screen and (max-width: 480px) {
        .cont_group .next_prev.sp_block {
          display: flex; } }
    .cont_group .next_prev .swiper-button-next, .cont_group .next_prev .swiper-button-prev {
      left: auto;
      right: auto;
      position: relative;
      height: auto;
      margin-top: 0;
      width: auto; }
      .cont_group .next_prev .swiper-button-next:after, .cont_group .next_prev .swiper-button-prev:after {
        content: none; }

.site_btn {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  column-gap: 20px; }
  .site_btn span {
    position: relative; }
    .site_btn span.icon {
      line-height: 0; }
    .site_btn span.link_txt {
      font-size: 17px;
      color: #FFF; }
      @media screen and (max-width: 480px) {
        .site_btn span.link_txt {
          font-size: 16px; } }
      .site_btn span.link_txt .small {
        display: block;
        text-align: center;
        font-size: 11px; }
  .site_btn:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateY(104%);
    transition: 0.5s transform cubic-bezier(0, 0.75, 0.3, 0.95) 0s; }
  .site_btn.reserve, .site_btn.about {
    background: #D8C028; }
    .site_btn.reserve:before, .site_btn.about:before {
      background: #3E3E3E; }
  body:not(.mobile) .site_btn:hover:before {
    transform: translateY(0); }

.sec_border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.cont_ttl {
  font-size: clamp(16px, 1.667vw, 20px);
  line-height: 1.4; }
  @media screen and (max-width: 820px) {
    .cont_ttl {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    .cont_ttl {
      font-size: 20px; } }

.cont_ttl02 {
  font-weight: 700;
  font-size: clamp(16px, 2.643vw, 37px);
  line-height: 1.4;
  margin-bottom: clamp(50px, 5vw, 70px); }
  @media screen and (max-width: 480px) {
    .cont_ttl02 {
      font-size: 5.4vw;
      margin-bottom: 35px; } }
  .cont_ttl02 .small {
    font-size: 81%; }
  .cont_ttl02 .small02 {
    font-size: clamp(11px, 0.929vw, 13px); }

.en_ttl {
  font-size: clamp(60px, 7.143vw, 100px);
  color: #CCB417;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    .en_ttl {
      font-size: 40px; } }

.read {
  font-size: clamp(14px, 1.286vw, 18px); }
  @media screen and (max-width: 480px) {
    .read {
      font-size: 12px;
      line-height: 2; } }

.event_link {
  align-items: center;
  column-gap: 10px; }
  .event_link .icon {
    transition: 0.3s all ease-in-out 0s;
    line-height: 0; }
  body:not(.mobile) .event_link:hover .icon {
    transform: translateX(5px); }

.sec01 .sec_cont {
  padding: clamp(100px, 12.667vw, 152px) 0 clamp(90px, 11.667vw, 140px);
  max-width: 1770px;
  width: calc(100% - 60px);
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .sec01 .sec_cont {
      padding: 70px 20px 60px;
      width: 100%;
      margin: 0 auto; } }
  .sec01 .sec_cont .information {
    width: calc(100% - 60px);
    margin: 0 auto;
    flex-direction: column; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_cont .information {
        width: 100%;
        flex-direction: column; } }
    .sec01 .sec_cont .information .infor_in {
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec_cont .information .infor_in {
          flex-direction: column;
          row-gap: 30px; } }
      .sec01 .sec_cont .information .infor_in:not(:last-child) {
        padding-bottom: clamp(50px, 4.118vw, 70px);
        margin-bottom: clamp(60px, 4.706vw, 80px);
        border-bottom: 1px solid #E2E1E0; }
        @media screen and (max-width: 480px) {
          .sec01 .sec_cont .information .infor_in:not(:last-child) {
            padding-bottom: 40px;
            margin-bottom: 40px; } }
      .sec01 .sec_cont .information .infor_in .infor_ttl {
        flex-shrink: 0;
        width: 15.26%;
        font-size: clamp(20px, 2.765vw, 47px);
        color: #CCB417;
        line-height: 1.2; }
        @media screen and (max-width: 820px) {
          .sec01 .sec_cont .information .infor_in .infor_ttl {
            font-size: 3vw; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec_cont .information .infor_in .infor_ttl {
            font-size: 40px; } }
      .sec01 .sec_cont .information .infor_in .event_group {
        width: 84.75%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec_cont .information .infor_in .event_group {
            width: 100%; } }
        @media screen and (max-width: 820px) {
          .sec01 .sec_cont .information .infor_in .event_group.flex {
            flex-direction: column;
            row-gap: 20px; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec_cont .information .infor_in .event_group.flex {
            row-gap: 30px; } }
        .sec01 .sec_cont .information .infor_in .event_group .event_group_in {
          width: 49.34%; }
          @media screen and (max-width: 820px) {
            .sec01 .sec_cont .information .infor_in .event_group .event_group_in {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .event_group .event_group_in {
              max-width: 360px;
              flex-direction: column;
              row-gap: 20px;
              width: 100%;
              margin: 0 auto; } }
          .sec01 .sec_cont .information .infor_in .event_group .event_group_in .image {
            position: relative;
            width: 50.43%;
            border-radius: 8px;
            overflow: hidden; }
            @media screen and (max-width: 480px) {
              .sec01 .sec_cont .information .infor_in .event_group .event_group_in .image {
                width: 100%; } }
            .sec01 .sec_cont .information .infor_in .event_group .event_group_in .image.black_bg {
              position: relative; }
              .sec01 .sec_cont .information .infor_in .event_group .event_group_in .image.black_bg:after {
                content: "";
                position: absolute;
                inset: 0;
                background: #333; }
            .sec01 .sec_cont .information .infor_in .event_group .event_group_in .image.border:after {
              content: "";
              position: absolute;
              inset: 0;
              border: 1px solid #F0F0F0;
              border-radius: 8px; }
          .sec01 .sec_cont .information .infor_in .event_group .event_group_in .event_txt_group {
            width: 46.22%;
            flex-direction: column;
            justify-content: flex-start;
            row-gap: 20px; }
            @media screen and (max-width: 480px) {
              .sec01 .sec_cont .information .infor_in .event_group .event_group_in .event_txt_group {
                width: 100%;
                row-gap: 15px; } }
        .sec01 .sec_cont .information .infor_in .event_group .movie_slide {
          width: 100%; }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .event_group .movie_slide {
              overflow: visible; } }
          .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper {
            display: flex;
            justify-content: space-between; }
            @media screen and (max-width: 820px) {
              .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper {
                flex-direction: column;
                row-gap: 20px; } }
            @media screen and (max-width: 480px) {
              .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper {
                flex-direction: row;
                justify-content: flex-start; } }
            .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide {
              width: 49.34%;
              background: #F4F4F2;
              padding: 8px;
              border-radius: 5px; }
              @media screen and (max-width: 820px) {
                .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide {
                  width: 100%; } }
              @media screen and (max-width: 480px) {
                .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide {
                  width: 80vw;
                  height: auto; } }
              .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .event_banner {
                display: flex;
                justify-content: flex-start;
                column-gap: 3%;
                align-items: center; }
              .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in {
                display: flex;
                justify-content: flex-start;
                column-gap: 3%;
                align-items: center; }
                @media screen and (max-width: 480px) {
                  .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in {
                    flex-direction: column;
                    row-gap: 20px; } }
                .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in.movie_btn {
                  cursor: pointer; }
                  body:not(.mobile) .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in.movie_btn:hover .icon {
                    transform: translateX(5px); }
                  .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in.movie_btn a {
                    pointer-events: none; }
                .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .image {
                  width: 48.9%; }
                  @media screen and (max-width: 480px) {
                    .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .image {
                      width: 100%; } }
                .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .txt_group {
                  width: 45.59%;
                  flex-direction: column;
                  justify-content: flex-start; }
                  @media screen and (max-width: 480px) {
                    .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .txt_group {
                      width: 100%;
                      padding: 0 10px; } }
                  .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .txt_group .e01 {
                    padding-bottom: 10px;
                    margin-bottom: 10px;
                    border-bottom: 1px solid #999; }
                    @media screen and (max-width: 480px) {
                      .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .txt_group .e01 {
                        padding-bottom: 0px;
                        margin-bottom: 30px;
                        border: none; } }
                  .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .txt_group .e02 {
                    line-height: 1.4;
                    margin-bottom: clamp(10px, 1.112vw, 20px); }
                    @media screen and (max-width: 480px) {
                      .sec01 .sec_cont .information .infor_in .event_group .movie_slide .swiper-wrapper .swiper-slide .slide_in .txt_group .e02 {
                        display: none; } }
        .sec01 .sec_cont .information .infor_in .event_group .e01 {
          font-size: clamp(11px, 1.158vw, 22px);
          line-height: 1.2;
          position: relative; }
          @media screen and (max-width: 820px) {
            .sec01 .sec_cont .information .infor_in .event_group .e01 {
              font-size: 2.2vw; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .event_group .e01 {
              font-size: 18px; } }
          .sec01 .sec_cont .information .infor_in .event_group .e01 .small {
            font-size: 63%; }
            @media screen and (max-width: 480px) {
              .sec01 .sec_cont .information .infor_in .event_group .e01 .small.sp_pos {
                position: absolute;
                left: 0;
                top: 100%; } }
          .sec01 .sec_cont .information .infor_in .event_group .e01 .block {
            display: block; }
        .sec01 .sec_cont .information .infor_in .event_group .e02 {
          font-size: clamp(10px, 0.79vw, 15px); }
          @media screen and (max-width: 820px) {
            .sec01 .sec_cont .information .infor_in .event_group .e02 {
              font-size: 1.6vw; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .event_group .e02 {
              font-size: 13px; } }
          .sec01 .sec_cont .information .infor_in .event_group .e02 .big {
            font-size: 170%;
            display: inline-block;
            line-height: 1;
            color: #CCB417; }
        .sec01 .sec_cont .information .infor_in .event_group .event_link {
          justify-content: flex-start;
          /*
          body:not(.mobile) &:hover{
          	.icon{
          		transform:translateX(5px);
          	}
          }
          */ }
          .sec01 .sec_cont .information .infor_in .event_group .event_link .txt {
            font-size: clamp(12px, 0.895vw, 17px);
            color: #CCB417; }
            @media screen and (max-width: 480px) {
              .sec01 .sec_cont .information .infor_in .event_group .event_link .txt {
                font-size: 14px; } }
          .sec01 .sec_cont .information .infor_in .event_group .event_link .icon {
            transition: 0.3s transform ease-in-out 0s; }
      .sec01 .sec_cont .information .infor_in .raise_wrap {
        flex-direction: column;
        row-gap: 20px; }
        @media screen and (max-width: 480px) {
          .sec01 .sec_cont .information .infor_in .raise_wrap {
            font-size: 30px;
            row-gap: 12px; } }
        .sec01 .sec_cont .information .infor_in .raise_wrap .raise_txt {
          font-size: clamp(14px, 1.6vw, 20px);
          line-height: 1.4; }
          @media screen and (max-width: 820px) {
            .sec01 .sec_cont .information .infor_in .raise_wrap .raise_txt {
              font-size: 1.8vw; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .raise_wrap .raise_txt {
              font-size: 20px; } }
          .sec01 .sec_cont .information .infor_in .raise_wrap .raise_txt .small {
            font-size: 75%; }
        .sec01 .sec_cont .information .infor_in .raise_wrap .sub {
          font-size: clamp(10px, 0.96vw, 12px);
          color: #CCB417; }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .raise_wrap .sub {
              font-size: 12px; } }
      .sec01 .sec_cont .information .infor_in .infor_item {
        flex-direction: column;
        row-gap: 40px; }
        @media screen and (max-width: 480px) {
          .sec01 .sec_cont .information .infor_in .infor_item {
            row-gap: 30px; } }
        .sec01 .sec_cont .information .infor_in .infor_item .item_in {
          justify-content: flex-start;
          column-gap: 25px;
          font-size: clamp(12px, 1.2vw, 15px); }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .infor_item .item_in {
              font-size: 13px;
              flex-direction: column;
              row-gap: 10px; } }
          @media screen and (max-width: 480px) {
            .sec01 .sec_cont .information .infor_in .infor_item .item_in.sp_none {
              display: none; } }
          .sec01 .sec_cont .information .infor_in .infor_item .item_in dt {
            color: #989080; }
            @media screen and (max-width: 480px) {
              .sec01 .sec_cont .information .infor_in .infor_item .item_in dt {
                line-height: 1; } }

.sec02 {
  background: #F8DA05; }
  .sec02 .cont_group .sec_ttl .en {
    color: #3E3E3E; }
    @media screen and (max-width: 480px) {
      .sec02 .cont_group .sec_ttl .en {
        color: #FFF; } }
  .sec02 .cont_group .sec_ttl .jp {
    color: #FFF; }
    @media screen and (max-width: 480px) {
      .sec02 .cont_group .sec_ttl .jp {
        color: #3E3E3E; } }
  .sec02 .sec_cont {
    width: 100%; }
    .sec02 .sec_cont .sec02_cont01 {
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        .sec02 .sec_cont .sec02_cont01 {
          flex-direction: column;
          row-gap: 30px; } }
      .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in {
        width: 50%;
        position: relative; }
        @media screen and (max-width: 480px) {
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in {
            width: 100%; } }
        .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in.left {
          padding: clamp(100px, 9.375vw, 150px) 0; }
          @media screen and (max-width: 480px) {
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in.left {
              padding: 0; } }
        .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group {
          position: sticky;
          left: 0;
          right: 0;
          top: 130px;
          width: fit-content;
          margin: 0 auto;
          display: flex;
          flex-direction: column;
          row-gap: clamp(25px, 3.125vw, 50px); }
          @media screen and (max-width: 820px) {
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group {
              top: 130px; } }
          @media screen and (max-width: 480px) {
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group {
              position: relative;
              inset: auto;
              width: calc(100% - 40px);
              padding: 50px 0; } }
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .cont_title {
            font-size: clamp(24px, 2vw, 32px);
            line-height: 1.6;
            font-weight: bold; }
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_more {
            display: none; }
            @media screen and (max-width: 480px) {
              .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_more {
                cursor: pointer;
                display: flex;
                align-items: center;
                column-gap: 10px; } }
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_more.active .accordion_txt:after {
              clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_more:before {
              content: "";
              width: 100%;
              background: #000;
              height: 1px; }
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_more .accordion_txt {
              flex-shrink: 0;
              font-size: 12px;
              display: flex;
              align-items: center;
              column-gap: 5px; }
              .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_more .accordion_txt:after {
                content: "";
                width: 10px;
                transform: translateY(-2px);
                background: #000;
                aspect-ratio: 1;
                clip-path: polygon(50% 100%, 0 0, 100% 0);
                transition: 0.3s all ease-in-out 0s; }
          @media screen and (max-width: 480px) {
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_group {
              display: none; } }
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .accordion_group .accordion_in {
            display: flex;
            flex-direction: column;
            row-gap: clamp(20px, 1.875vw, 30px); }
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .cont_read_group {
            display: flex;
            flex-direction: column;
            row-gap: clamp(20px, 1.875vw, 30px); }
            @media screen and (max-width: 480px) {
              .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .cont_read_group {
                row-gap: 30px; } }
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .cont_read_group .cont_read {
              font-size: clamp(12px, 1vw, 16px);
              line-height: 2; }
              @media screen and (max-width: 480px) {
                .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .cont_read_group .cont_read {
                  font-size: 14px; } }
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .event_link {
            justify-content: flex-start; }
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .event_link .txt {
              font-size: clamp(12px, 1.313vw, 21px);
              font-weight: bold; }
              @media screen and (max-width: 480px) {
                .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .text_group .event_link .txt {
                  font-size: 14px; } }
        .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .scroll_photo_group {
          width: 100%; }
          .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .scroll_photo_group .scroll_slide .swiper-wrapper {
            flex-direction: column; }
            @media screen and (max-width: 480px) {
              .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .scroll_photo_group .scroll_slide .swiper-wrapper {
                transition-timing-function: linear;
                flex-direction: row; } }
            .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .scroll_photo_group .scroll_slide .swiper-wrapper .swiper-slide img {
              width: 100%; }
              @media screen and (max-width: 480px) {
                .sec02 .sec_cont .sec02_cont01 .sec02_cont01_in .scroll_photo_group .scroll_slide .swiper-wrapper .swiper-slide img {
                  width: auto; } }

.sec03 .sec_cont {
  width: calc(100% - 60px);
  padding: clamp(150px, 18.334vw, 220px) 0 0; }
  @media screen and (max-width: 1200px) {
    .sec03 .sec_cont {
      padding: 100px 0 0; } }
  @media screen and (max-width: 820px) {
    .sec03 .sec_cont {
      max-width: 1250px;
      margin: 0 auto;
      width: calc(100% - 60px); } }
  @media screen and (max-width: 480px) {
    .sec03 .sec_cont {
      width: 100%;
      padding: 70px 0 0; } }
  .sec03 .sec_cont .sec_cont_in {
    width: calc(100% - 140px);
    max-width: 1250px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .sec03 .sec_cont .sec_cont_in {
        width: calc(100% - 40px); } }
  .sec03 .sec_cont .midashi_group {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: clamp(30px, 3.572vw, 50px);
    row-gap: clamp(30px, 4.286vw, 60px); }
    .sec03 .sec_cont .midashi_group .en_ttl {
      font-weight: 500; }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .midashi_group .en_ttl {
          width: 60%;
          margin: 0 auto; } }
    .sec03 .sec_cont .midashi_group .cont_ttl02 {
      font-size: clamp(14px, 2.429vw, 34px);
      letter-spacing: 0.1em; }
  .sec03 .sec_cont .sec03_cont01 {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: clamp(40px, 5vw, 70px);
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec03 .sec_cont .sec03_cont01 {
        width: 100%;
        overflow-x: scroll;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        margin-bottom: 30px;
        justify-content: flex-start;
        column-gap: 10px;
        /*
        -webkit-user-select:none;
        -moz-user-select:none;
        user-select:none;
        touch-action:pan-x;
        */ } }
    @media screen and (max-width: 480px) {
      .sec03 .sec_cont .sec03_cont01 .image img {
        max-width: none;
        width: 600px; } }
    .sec03 .sec_cont .sec03_cont01 .circle_arrow {
      width: 3.51%;
      aspect-ratio: 1;
      background: #989080;
      clip-path: polygon(0 0, 0% 100%, 100% 50%); }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .sec03_cont01 .circle_arrow {
          width: 17px;
          flex: 0 0 17px; } }
    .sec03 .sec_cont .sec03_cont01 .circle {
      width: 29.1%;
      aspect-ratio: 1;
      background: #F8DA05;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .sec03_cont01 .circle {
          width: 140px;
          flex: 0 0 140px; } }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .sec03_cont01 .circle .circle_in {
          padding: 30% 0; } }
      .sec03 .sec_cont .sec03_cont01 .circle .circle_in .c01 {
        font-size: clamp(18px, 1.929vw, 27px);
        color: #989080; }
        @media screen and (max-width: 480px) {
          .sec03 .sec_cont .sec03_cont01 .circle .circle_in .c01 {
            font-size: 13px; } }
      .sec03 .sec_cont .sec03_cont01 .circle .circle_in .c02 {
        font-size: clamp(30px, 2.929vw, 41px);
        color: #503F32;
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .sec03 .sec_cont .sec03_cont01 .circle .circle_in .c02 {
            font-size: 19px; } }
        .sec03 .sec_cont .sec03_cont01 .circle .circle_in .c02 .small {
          font-size: 56%;
          display: block; }
  .sec03 .sec_cont .sec03_cont02 {
    max-width: 1250px;
    margin: 0 auto; }
    .sec03 .sec_cont .sec03_cont02 .community_slide {
      cursor: grab; }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .sec03_cont02 .community_slide {
          overflow: visible; } }
      .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide {
        width: 100%; }
        @media screen and (max-width: 480px) {
          .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide {
            width: 80vw; } }
        .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in {
          background: #F4F4F2;
          border-radius: 20px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in {
              flex-direction: column; } }
          .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group {
            width: 32%;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media screen and (max-width: 480px) {
              .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group {
                width: 100%;
                height: 130px;
                padding-top: 5px; } }
            .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group .slide_ttl_in {
              text-align: center; }
              .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group .slide_ttl_in .g01 {
                font-size: clamp(26px, 3.52vw, 44px);
                color: #CCBA21;
                line-height: 1; }
                @media screen and (max-width: 820px) {
                  .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group .slide_ttl_in .g01 {
                    font-size: 3vw; } }
                @media screen and (max-width: 480px) {
                  .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group .slide_ttl_in .g01 {
                    font-size: 30px; } }
              .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group .slide_ttl_in .g02 {
                font-size: clamp(14px, 1.6vw, 20px);
                font-weight: 700; }
                @media screen and (max-width: 480px) {
                  .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_ttl_group .slide_ttl_in .g02 {
                    font-size: 18px; } }
          .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .photo {
            width: 50%; }
            @media screen and (max-width: 480px) {
              .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .photo {
                width: 100%;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                overflow: hidden; } }
          .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_txt_group {
            width: 43%;
            padding: 0 20px; }
            @media screen and (max-width: 480px) {
              .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_txt_group {
                display: none; } }
            .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_txt_group .slide_txt {
              width: 65.12%;
              margin: 0 auto;
              font-size: clamp(11px, 1.2vw, 15px);
              line-height: 2; }
              @media screen and (max-width: 820px) {
                .sec03 .sec_cont .sec03_cont02 .community_slide .swiper-wrapper .swiper-slide .slide_in .slide_txt_group .slide_txt {
                  width: 94%;
                  line-height: 1.8; } }
    .sec03 .sec_cont .sec03_cont02 .next_prev {
      justify-content: center;
      align-items: center;
      column-gap: 30px; }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .sec03_cont02 .next_prev {
          column-gap: 20px; } }
      .sec03 .sec_cont .sec03_cont02 .next_prev .community_pagination {
        display: flex;
        justify-content: space-between;
        position: static;
        max-width: 180px; }
        @media screen and (max-width: 480px) {
          .sec03 .sec_cont .sec03_cont02 .next_prev .community_pagination {
            max-width: 120px; } }
        .sec03 .sec_cont .sec03_cont02 .next_prev .community_pagination .swiper-pagination-bullet {
          opacity: 1;
          margin: 0;
          width: 16px;
          height: 16px;
          background: #F4F4F2; }
          .sec03 .sec_cont .sec03_cont02 .next_prev .community_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #CCBA21; }
  .sec03 .sec_cont .more_tomore {
    margin-top: clamp(100px, 12vw, 150px);
    background: #F4F4F2;
    padding: clamp(100px, 11.035vw, 160px) 0; }
    @media screen and (max-width: 480px) {
      .sec03 .sec_cont .more_tomore {
        padding: 60px 0;
        margin-top: 60px; } }
    .sec03 .sec_cont .more_tomore .more_tomore_in {
      max-width: 1250px;
      margin: 0 auto;
      width: calc(100% - 140px); }
      @media screen and (max-width: 820px) {
        .sec03 .sec_cont .more_tomore .more_tomore_in {
          width: calc(100% - 60px); } }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .more_tomore .more_tomore_in {
          width: calc(100% - 40px); } }
      .sec03 .sec_cont .more_tomore .more_tomore_in .more_ttl {
        text-align: center;
        font-size: clamp(20px, 2.72vw, 34px);
        margin-bottom: clamp(40px, 4.8vw, 60px); }
        @media screen and (max-width: 480px) {
          .sec03 .sec_cont .more_tomore .more_tomore_in .more_ttl {
            font-size: 16px;
            margin-bottom: 20px; } }
        .sec03 .sec_cont .more_tomore .more_tomore_in .more_ttl .en {
          font-size: 111%;
          letter-spacing: 0.4em; }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide {
          overflow: visible; } }
      .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper {
        display: flex;
        justify-content: space-between; }
        .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide {
          width: 32%;
          border-radius: 20px;
          overflow: hidden;
          background: #FFF; }
          @media screen and (max-width: 480px) {
            .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide {
              width: 80vw; } }
          .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo > img {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px; }
          .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .cap {
            bottom: auto;
            top: 0; }
          .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .en {
            position: absolute;
            inset: 0;
            top: auto;
            bottom: -10%;
            width: 45%;
            margin: 0 auto;
            text-align: center; }
            @media screen and (max-width: 820px) {
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .en {
                width: auto; } }
            @media screen and (max-width: 820px) {
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .en img {
                height: 40px; } }
            @media screen and (max-width: 820px) {
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .en.small {
                bottom: -16%; } }
            @media screen and (max-width: 480px) {
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .en.small {
                bottom: -14%; } }
            @media screen and (max-width: 820px) {
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .photo .en.small img {
                height: 50px; } }
          .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group {
            flex-direction: column;
            row-gap: clamp(20px, 3.2vw, 40px);
            padding: clamp(30px, 4vw, 50px) 20px clamp(30px, 3.6vw, 45px); }
            .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group .text {
              font-size: clamp(11px, 1.2vw, 15px);
              text-align: center; }
              @media screen and (max-width: 480px) {
                .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group .text {
                  font-size: 13px; } }
            .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group .event_link {
              justify-content: center; }
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group .event_link .txt {
                line-height: 0.8; }
              .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group .event_link.link_none {
                pointer-events: none;
                transform: translateX(15px); }
                .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .swiper-wrapper .swiper-slide .text_group .event_link.link_none .icon {
                  opacity: 0; }
      @media screen and (max-width: 480px) {
        .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .more_pagination {
          display: flex;
          justify-content: space-between;
          position: static;
          max-width: 100px;
          margin: clamp(30px, 3.449vw, 50px) auto 0; } }
      .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .more_pagination .swiper-pagination-bullet {
        opacity: 1;
        margin: 0;
        width: 16px;
        height: 16px;
        background: #FFF; }
        .sec03 .sec_cont .more_tomore .more_tomore_in .more_slide .more_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #CCBA21; }
      .sec03 .sec_cont .more_tomore .more_tomore_in .cap_l {
        font-size: 12px; }
        .sec03 .sec_cont .more_tomore .more_tomore_in .cap_l.full {
          width: calc(100% - 140px);
          margin: 30px auto 0; }
          @media screen and (max-width: 480px) {
            .sec03 .sec_cont .more_tomore .more_tomore_in .cap_l.full {
              width: calc(100% - 40px); } }

.sec04 .sec_cont {
  padding: clamp(150px, 18.334vw, 220px) 0;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .sec04 .sec_cont {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec04 .sec_cont {
      padding: 70px 0 100px; } }
  .sec04 .sec_cont .map_cont .map_area {
    position: relative;
    margin-bottom: clamp(60px, 7.143vw, 100px); }
    @media screen and (max-width: 820px) {
      .sec04 .sec_cont .map_cont .map_area {
        margin-bottom: 70px; } }
    .sec04 .sec_cont .map_cont .map_area iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }
    .sec04 .sec_cont .map_cont .map_area .map_image {
      margin-bottom: clamp(20px, 3.334vw, 40px); }
      @media screen and (max-width: 480px) {
        .sec04 .sec_cont .map_cont .map_area .map_image {
          margin-bottom: 20px; } }
    .sec04 .sec_cont .map_cont .map_area .map_link {
      width: fit-content;
      margin: 0 auto;
      display: block;
      padding: 20px 40px;
      font-size: clamp(18px, 1.834vw, 22px);
      color: #FFF;
      border-radius: 50vw;
      background: #3E3E3E;
      text-align: center;
      transition: 0.3s all ease-in-out 0s; }
      @media screen and (max-width: 480px) {
        .sec04 .sec_cont .map_cont .map_area .map_link {
          padding: 12px 25px;
          font-size: 15px; } }
      body:not(.mobile) .sec04 .sec_cont .map_cont .map_area .map_link:hover {
        background: #111; }
  .sec04 .sec_cont .map_cont .map_infor {
    justify-content: flex-start;
    flex-direction: column; }
    .sec04 .sec_cont .map_cont .map_infor .map_in {
      align-items: flex-start;
      justify-content: flex-start;
      column-gap: 5%; }
      @media screen and (max-width: 480px) {
        .sec04 .sec_cont .map_cont .map_infor .map_in {
          flex-direction: column;
          row-gap: 30px; } }
      .sec04 .sec_cont .map_cont .map_infor .map_in.flexwrap {
        flex-wrap: wrap; }
      .sec04 .sec_cont .map_cont .map_infor .map_in:nth-of-type(1) {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #DEDEDE; }
      .sec04 .sec_cont .map_cont .map_infor .map_in .infor_ttl {
        width: 20%;
        flex-shrink: 0;
        font-size: clamp(20px, 3.358vw, 47px); }
        @media screen and (max-width: 480px) {
          .sec04 .sec_cont .map_cont .map_infor .map_in .infor_ttl {
            width: 100%; } }
      .sec04 .sec_cont .map_cont .map_infor .map_in .map_access {
        width: 75%;
        justify-content: flex-start;
        column-gap: clamp(20px, 2.667vw, 40px); }
        @media screen and (max-width: 480px) {
          .sec04 .sec_cont .map_cont .map_infor .map_in .map_access {
            width: 100%;
            flex-direction: column;
            row-gap: 25px; } }
        .sec04 .sec_cont .map_cont .map_infor .map_in .map_access .access_in {
          width: 55%; }
          @media screen and (max-width: 480px) {
            .sec04 .sec_cont .map_cont .map_infor .map_in .map_access .access_in {
              width: 100%; } }
          .sec04 .sec_cont .map_cont .map_infor .map_in .map_access .access_in.first {
            width: 40%; }
            @media screen and (max-width: 480px) {
              .sec04 .sec_cont .map_cont .map_infor .map_in .map_access .access_in.first {
                width: 100%; } }
      .sec04 .sec_cont .map_cont .map_infor .map_in .root_map {
        max-width: 905px;
        margin: 40px auto 0;
        width: 100%; }
        @media screen and (max-width: 480px) {
          .sec04 .sec_cont .map_cont .map_infor .map_in .root_map {
            margin: 0 auto; } }
      .sec04 .sec_cont .map_cont .map_infor .map_in .acc_txt {
        font-size: clamp(12px, 1.286vw, 18px); }
        .sec04 .sec_cont .map_cont .map_infor .map_in .acc_txt.acc_ttl {
          color: #FFF;
          background: #3E3E3E;
          width: fit-content;
          line-height: 1;
          padding: 2px 2px 4px;
          margin-bottom: 20px; }
        @media screen and (max-width: 820px) {
          .sec04 .sec_cont .map_cont .map_infor .map_in .acc_txt {
            font-size: 1.5vw; } }
        @media screen and (max-width: 480px) {
          .sec04 .sec_cont .map_cont .map_infor .map_in .acc_txt {
            font-size: 3.4vw; } }
        .sec04 .sec_cont .map_cont .map_infor .map_in .acc_txt .underline {
          position: relative;
          padding-bottom: 5px; }
          .sec04 .sec_cont .map_cont .map_infor .map_in .acc_txt .underline:after {
            content: "";
            position: absolute;
            inset: 0;
            top: auto;
            background: #3E3E3E;
            height: 1px; }
      .sec04 .sec_cont .map_cont .map_infor .map_in .cap_l {
        text-indent: -1em;
        padding-left: 1em; }

.sec05 .sec_cont {
  padding: clamp(150px, 18.334vw, 220px) 0;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .sec05 .sec_cont {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec05 .sec_cont {
      padding: 70px 0 100px; } }
  .sec05 .sec_cont .midashi_wrap {
    flex-direction: column;
    margin-bottom: clamp(60px, 7.143vw, 100px); }
    @media screen and (max-width: 480px) {
      .sec05 .sec_cont .midashi_wrap {
        margin-bottom: 35px; } }
  .sec05 .sec_cont .exterior {
    width: fit-content;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .sec05 .sec_cont .exterior .cap {
        bottom: 46.2%; } }

.sec06 .cont_group {
  flex-wrap: wrap; }
.sec06 .sec_cont {
  padding: clamp(150px, 18.334vw, 220px) 0;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .sec06 .sec_cont {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec06 .sec_cont {
      padding: 70px 0 100px; } }
  .sec06 .sec_cont .en_ttl {
    margin-bottom: clamp(40px, 3.572vw, 50px); }
    @media screen and (max-width: 480px) {
      .sec06 .sec_cont .en_ttl {
        margin-bottom: 35px; } }
  .sec06 .sec_cont .slider_sec_group {
    flex-direction: column;
    row-gap: clamp(150px, 18.334vw, 220px); }
    @media screen and (max-width: 820px) {
      .sec06 .sec_cont .slider_sec_group {
        row-gap: 100px; } }
    @media screen and (max-width: 480px) {
      .sec06 .sec_cont .slider_sec_group {
        row-gap: 70px; } }
    @media screen and (max-width: 480px) {
      .sec06 .sec_cont .slider_sec_group .slider_sec .life_slide {
        margin: 0 -20px; } }
    .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb {
      max-width: 560px;
      margin: 30px auto; }
      @media screen and (max-width: 480px) {
        .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb {
          margin: 15px auto; } }
      .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb.life_thumbs {
        max-width: 558px; }
        .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb.life_thumbs .swiper-wrapper .swiper-slide {
          width: 23.66%; }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb.life_thumbs .swiper-wrapper .swiper-slide {
              width: 24%; } }
      .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper {
            flex-wrap: wrap;
            justify-content: center;
            gap: 4px 1.33%; } }
        .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper .swiper-slide {
          cursor: pointer;
          width: 23.58%; }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper .swiper-slide {
              width: 24%; } }
          .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb_item:after {
            opacity: 0; }
          .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper .swiper-slide .thumb_item {
            position: relative;
            overflow: hidden; }
            .sec06 .sec_cont .slider_sec_group .slider_sec .slide_thumb .swiper-wrapper .swiper-slide .thumb_item:after {
              content: "";
              position: absolute;
              inset: 0;
              background: rgba(0, 0, 0, 0.7);
              transition: 0.3s opacity ease-in-out 0s; }
    .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor {
      padding-top: clamp(40px, 5vw, 70px);
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor {
          border-top: none; } }
      @media screen and (max-width: 480px) {
        .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor:before {
          content: "";
          position: absolute;
          inset: 0;
          left: 0px;
          right: 0px;
          bottom: auto;
          height: 1px;
          background: rgba(0, 0, 0, 0.2); } }
      .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 {
        margin-bottom: clamp(40px, 5vw, 70px); }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 {
            flex-direction: column;
            row-gap: 35px; } }
        .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 .floor_ttl {
          align-items: flex-start;
          justify-content: flex-start; }
          .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 .floor_ttl span {
            font-size: clamp(28px, 2.858vw, 40px); }
            .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 .floor_ttl span.floor {
              padding-right: 10px;
              margin-right: 10px;
              position: relative; }
              .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 .floor_ttl span.floor:after {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                bottom: 9px;
                background: rgba(0, 0, 0, 0.2);
                width: 1px; }
        .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 .floor_read {
          width: 48.96%;
          font-size: clamp(12px, 1.072vw, 15px); }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group01 .floor_read {
              width: 100%; } }
      .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 {
        background: #3E3E3E;
        border-radius: 10px;
        align-items: center;
        color: #FFF;
        margin-bottom: 5px; }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 {
            flex-direction: column; } }
        .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_ttl02 {
          width: 310px;
          flex-shrink: 0;
          padding: clamp(40px, 4.286vw, 60px) 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          row-gap: 10px;
          text-align: center;
          font-size: clamp(18px, 1.786vw, 25px);
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
          @media screen and (max-width: 820px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_ttl02 {
              width: 200px; } }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_ttl02 {
              width: 100%;
              font-size: 20px;
              padding: 20px 10px 15px;
              border-right: none;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
          .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_ttl02 .en {
            display: block;
            letter-spacing: 0.1em;
            font-size: clamp(10px, 0.858vw, 12px); }
        .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_read {
          width: 75.2%;
          font-size: clamp(12px, 1.286vw, 18px);
          padding: 0 3.2%; }
          @media screen and (max-width: 820px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_read {
              font-size: 14px; } }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont .slider_sec_group .slider_sec .floor_infor .floor_group02 .floor_read {
              width: 100%;
              padding: 15px 20px;
              text-align: center; } }
.sec06 .sec_cont02 {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-bottom: clamp(150px, 18.334vw, 220px);
  padding: clamp(100px, 10vw, 140px) 0;
  background: #F5F4F3;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .sec06 .sec_cont02 {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec06 .sec_cont02 {
      width: 100%;
      padding: 70px 0;
      margin-bottom: 100px; } }
  .sec06 .sec_cont02 .sec_cont02_in {
    max-width: 1250px;
    margin: 0 auto;
    width: calc(100% - 100px); }
    @media screen and (max-width: 480px) {
      .sec06 .sec_cont02 .sec_cont02_in {
        width: calc(100% - 40px); } }
    .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap {
      flex-direction: column;
      margin-bottom: clamp(60px, 7.143vw, 100px);
      row-gap: clamp(20px, 2.143vw, 30px); }
      @media screen and (max-width: 480px) {
        .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap {
          row-gap: 10px;
          margin-bottom: 35px; } }
      .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap .en_sub {
        font-size: clamp(15px, 1.429vw, 20px);
        color: #D8C028; }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap .en_sub {
            font-size: 10px;
            color: #818181; } }
      .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap .cont_ttl02 {
        display: flex;
        align-items: baseline;
        column-gap: 20px;
        margin-bottom: 0; }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap .cont_ttl02 {
            flex-direction: column;
            color: #D8C028;
            row-gap: 10px; } }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont02 .sec_cont02_in .midashi_wrap .cont_ttl02 .small02 {
            color: #3E3E3E; } }
    .sec06 .sec_cont02 .sec_cont02_in .service_group {
      flex-direction: column;
      row-gap: 70px;
      margin-bottom: 70px; }
      @media screen and (max-width: 480px) {
        .sec06 .sec_cont02 .sec_cont02_in .service_group {
          row-gap: 35px;
          margin-bottom: 35px; } }
      .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in {
        align-items: flex-end;
        justify-content: flex-start;
        column-gap: 3.2%; }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in {
            flex-direction: column;
            row-gap: 28px; } }
        .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .image {
          width: 48.4%; }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .image {
              width: 100%; } }
          .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .image .cap.second {
            bottom: 50%; }
          .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .image.black_bg:after {
            content: "";
            position: absolute;
            inset: 0;
            background: #333; }
        .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .text_group {
          width: 45.84%;
          display: flex;
          flex-direction: column;
          row-gap: 20px; }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .text_group {
              width: 100%;
              row-gap: 10px; } }
          .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .text_group .t01 {
            font-size: clamp(20px, 1.786vw, 25px); }
          .sec06 .sec_cont02 .sec_cont02_in .service_group .service_in .text_group .t02 {
            font-size: clamp(11px, 1.072vw, 15px); }
    .sec06 .sec_cont02 .sec_cont02_in .common_slide {
      overflow: visible;
      padding-bottom: clamp(70px, 7.143vw, 100px);
      margin-bottom: clamp(100px, 10vw, 140px); }
      @media screen and (max-width: 480px) {
        .sec06 .sec_cont02 .sec_cont02_in .common_slide {
          padding-bottom: 70px;
          margin-bottom: 35px; } }
      .sec06 .sec_cont02 .sec_cont02_in .common_slide:after {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
        width: 100vw; }
      .sec06 .sec_cont02 .sec_cont02_in .common_slide .swiper-wrapper .swiper-slide {
        width: 417px !important; }
        @media screen and (max-width: 480px) {
          .sec06 .sec_cont02 .sec_cont02_in .common_slide .swiper-wrapper .swiper-slide {
            width: 70vw !important; } }
        .sec06 .sec_cont02 .sec_cont02_in .common_slide .swiper-wrapper .swiper-slide .slide_txt {
          font-size: 22px;
          margin-bottom: 10px; }
          @media screen and (max-width: 820px) {
            .sec06 .sec_cont02 .sec_cont02_in .common_slide .swiper-wrapper .swiper-slide .slide_txt {
              font-size: 20px; } }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont02 .sec_cont02_in .common_slide .swiper-wrapper .swiper-slide .slide_txt {
              font-size: 13px; } }
          .sec06 .sec_cont02 .sec_cont02_in .common_slide .swiper-wrapper .swiper-slide .slide_txt .small {
            font-size: 12px; }
      .sec06 .sec_cont02 .sec_cont02_in .common_slide .next_prev {
        margin-top: 30px; }
    .sec06 .sec_cont02 .sec_cont02_in .service_group02 .service_txt {
      flex-direction: column;
      row-gap: 5px;
      margin-bottom: clamp(40px, 5vw, 70px); }
      .sec06 .sec_cont02 .sec_cont02_in .service_group02 .service_txt .s01 {
        font-size: clamp(20px, 1.786vw, 25px);
        line-height: 1.6; }
      .sec06 .sec_cont02 .sec_cont02_in .service_group02 .service_txt .s02 {
        font-size: 11px; }
    @media screen and (max-width: 480px) {
      .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide {
        margin-bottom: 35px; } }
    .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper {
      display: flex;
      justify-content: space-between;
      position: relative; }
      .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .swiper-slide {
        width: 31.2%; }
      .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in {
        width: 100%; }
        .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title {
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
          column-gap: 15px;
          margin-bottom: 10px; }
          @media screen and (max-width: 480px) {
            .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title {
              column-gap: 30px; } }
          .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title .merit_en {
            width: 100%;
            display: flex;
            align-items: center;
            column-gap: 15px;
            font-size: clamp(15px, 1.5vw, 21px);
            color: #D8C028;
            margin-bottom: 10px; }
            .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title .merit_en:after {
              content: "";
              background: #D8C028;
              height: 1px;
              margin-top: -5px;
              width: 100%; }
          .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title .merit_num {
            font-size: clamp(46px, 5.429vw, 76px);
            color: #D8C028;
            letter-spacing: normal; }
            @media screen and (max-width: 480px) {
              .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title .merit_num {
                font-size: 53px; } }
          .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title .merit_jp {
            font-size: clamp(12px, 1.429vw, 20px);
            line-height: 1.5;
            margin-top: -10px; }
            @media screen and (max-width: 480px) {
              .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_title .merit_jp {
                font-size: 15px; } }
        .sec06 .sec_cont02 .sec_cont02_in .service_group02 .slide_sec .merit3_slide .swiper-wrapper .merit_in .merit_text {
          margin-top: 20px;
          font-size: clamp(11px, 0.929vw, 13px); }

/*	スライダーナビ 共通	*/
.page_navigation {
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 20px; }
  @media screen and (max-width: 480px) {
    .page_navigation {
      display: flex; } }
  .page_navigation .swiper-button-next, .page_navigation .swiper-button-prev {
    position: static;
    height: auto;
    margin-top: 0;
    width: auto; }
    .page_navigation .swiper-button-next:after, .page_navigation .swiper-button-prev:after {
      content: none; }
  .page_navigation .swiper-pagination {
    position: static;
    width: auto;
    line-height: 0;
    display: flex;
    align-items: center;
    column-gap: 10px; }
    .page_navigation .swiper-pagination .swiper-pagination-bullet {
      margin: 0;
      width: 21px;
      height: 21px;
      opacity: 1;
      background: #E4E0E0; }
      .page_navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #CCB417; }

.sec07 .sec_cont {
  padding: clamp(150px, 18.334vw, 220px) 0;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .sec07 .sec_cont {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec07 .sec_cont {
      padding: 70px 0 100px; } }
  .sec07 .sec_cont .midashi_wrap {
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: clamp(40px, 5vw, 70px); }
    @media screen and (max-width: 480px) {
      .sec07 .sec_cont .midashi_wrap {
        flex-direction: column;
        margin-bottom: 35px; } }
    .sec07 .sec_cont .midashi_wrap .sub {
      font-size: clamp(14px, 1.429vw, 20px); }
  @media screen and (max-width: 480px) {
    .sec07 .sec_cont .slider_sec .swiper {
      margin: 0 -20px 10px; } }
  .sec07 .sec_cont .slider_sec .swiper .cap.illust_cap {
    right: 6%;
    bottom: 13%; }
    @media screen and (max-width: 480px) {
      .sec07 .sec_cont .slider_sec .swiper .cap.illust_cap {
        right: 1%;
        bottom: 8%; } }
  .sec07 .sec_cont .slider_sec .slide_thumb {
    max-width: 275px;
    max-width: 560px;
    max-width: 416px;
    margin: 30px auto; }
    @media screen and (max-width: 480px) {
      .sec07 .sec_cont .slider_sec .slide_thumb {
        margin: 15px auto; } }
    .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper {
          justify-content: center;
          gap: 0 1.33%; } }
      .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper .swiper-slide {
        cursor: pointer;
        width: 31.74%; }
        @media screen and (max-width: 480px) {
          .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper .swiper-slide {
            width: 24%; } }
        .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb_item:after {
          opacity: 0; }
        .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper .swiper-slide .thumb_item {
          position: relative;
          overflow: hidden; }
          .sec07 .sec_cont .slider_sec .slide_thumb .swiper-wrapper .swiper-slide .thumb_item:after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: 0.3s opacity ease-in-out 0s; }
  .sec07 .sec_cont .slider_sec .private_infor .read {
    padding-top: clamp(40px, 5vw, 70px);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: clamp(40px, 5vw, 70px); }
    @media screen and (max-width: 480px) {
      .sec07 .sec_cont .slider_sec .private_infor .read {
        padding-top: 35px;
        margin-bottom: 35px; } }
  .sec07 .sec_cont .slider_sec .private_infor .private_group {
    background: #3E3E3E;
    border-radius: 10px;
    align-items: center;
    color: #FFF;
    margin-bottom: 5px; }
    @media screen and (max-width: 480px) {
      .sec07 .sec_cont .slider_sec .private_infor .private_group {
        flex-direction: column; } }
    .sec07 .sec_cont .slider_sec .private_infor .private_group .private_ttl {
      width: 310px;
      flex-shrink: 0;
      padding: clamp(40px, 4.286vw, 60px) 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 10px;
      text-align: center;
      font-size: clamp(18px, 1.786vw, 25px);
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 820px) {
        .sec07 .sec_cont .slider_sec .private_infor .private_group .private_ttl {
          width: 200px; } }
      @media screen and (max-width: 480px) {
        .sec07 .sec_cont .slider_sec .private_infor .private_group .private_ttl {
          width: 100%;
          font-size: 20px;
          padding: 20px 10px 15px;
          row-gap: 5px;
          border-right: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
      .sec07 .sec_cont .slider_sec .private_infor .private_group .private_ttl .en {
        display: block;
        letter-spacing: 0.1em;
        font-size: clamp(10px, 0.858vw, 12px); }
    .sec07 .sec_cont .slider_sec .private_infor .private_group .private_read {
      width: 75.2%;
      font-size: clamp(12px, 1.286vw, 18px);
      padding: 0 3.2%; }
      @media screen and (max-width: 820px) {
        .sec07 .sec_cont .slider_sec .private_infor .private_group .private_read {
          font-size: 14px; } }
      @media screen and (max-width: 480px) {
        .sec07 .sec_cont .slider_sec .private_infor .private_group .private_read {
          width: 100%;
          font-size: 11px;
          padding: 15px 20px;
          text-align: center; } }
  .sec07 .sec_cont .slider_sec .price_group {
    margin-top: clamp(150px, 18.334vw, 220px);
    padding-top: clamp(40px, 5.834vw, 70px);
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 480px) {
      .sec07 .sec_cont .slider_sec .price_group {
        margin-top: 100px;
        padding-top: 35px;
        flex-direction: column;
        row-gap: 35px; } }
    .sec07 .sec_cont .slider_sec .price_group .price_ttl {
      font-size: clamp(20px, 2.286vw, 32px); }
    .sec07 .sec_cont .slider_sec .price_group .price_table {
      width: 70.4%;
      column-gap: 20px;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 820px) {
        .sec07 .sec_cont .slider_sec .price_group .price_table {
          width: 80%; } }
      @media screen and (max-width: 480px) {
        .sec07 .sec_cont .slider_sec .price_group .price_table {
          width: 100%;
          flex-direction: column;
          row-gap: 30px; } }
      .sec07 .sec_cont .slider_sec .price_group .price_table .table_in {
        flex-wrap: wrap;
        width: 47.16%;
        column-gap: 1%; }
        @media screen and (max-width: 480px) {
          .sec07 .sec_cont .slider_sec .price_group .price_table .table_in {
            width: 100%;
            row-gap: 20px; } }
        .sec07 .sec_cont .slider_sec .price_group .price_table .table_in.second {
          width: 50%;
          justify-content: flex-start;
          column-gap: 1.5%; }
          @media screen and (max-width: 480px) {
            .sec07 .sec_cont .slider_sec .price_group .price_table .table_in.second {
              width: 100%; } }
          .sec07 .sec_cont .slider_sec .price_group .price_table .table_in.second .table_img01 {
            width: 22.73%; }
            @media screen and (max-width: 480px) {
              .sec07 .sec_cont .slider_sec .price_group .price_table .table_in.second .table_img01 {
                width: 100%; } }
          .sec07 .sec_cont .slider_sec .price_group .price_table .table_in.second .table_img02 {
            width: 70%; }
            @media screen and (max-width: 480px) {
              .sec07 .sec_cont .slider_sec .price_group .price_table .table_in.second .table_img02 {
                width: 100%; } }
        .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_img01 {
          width: 24.1%; }
          @media screen and (max-width: 480px) {
            .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_img01 {
              width: 100%; } }
          @media screen and (max-width: 480px) {
            .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_img01.second {
              margin-top: 10px; } }
        .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_img02 {
          width: 74.22%; }
          @media screen and (max-width: 480px) {
            .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_img02 {
              width: 100%; } }
        .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_cap_wrap {
          width: 100%;
          margin-top: 15px; }
          @media screen and (max-width: 480px) {
            .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_cap_wrap {
              margin-top: 0px; } }
          .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_cap_wrap .table_cap {
            font-size: 11px;
            display: flex;
            justify-content: flex-start; }
            .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_cap_wrap .table_cap .num {
              width: 2.5em;
              flex-shrink: 0; }
          .sec07 .sec_cont .slider_sec .price_group .price_table .table_in .table_cap_wrap .indent {
            text-indent: 1em;
            display: inline-block; }
        .sec07 .sec_cont .slider_sec .price_group .price_table .table_in img {
          width: 100%; }

.sec08 .sec_cont {
  padding: clamp(150px, 18.334vw, 220px) 0;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .sec08 .sec_cont {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec08 .sec_cont {
      padding: 30px 0 100px; } }
  .sec08 .sec_cont .flow_area .flow_ttl_wrap {
    justify-content: flex-start;
    align-items: center;
    column-gap: clamp(40px, 5vw, 70px);
    margin-bottom: clamp(40px, 5vw, 70px); }
    .sec08 .sec_cont .flow_area .flow_ttl_wrap .flow_ttl {
      font-size: clamp(20px, 2.286vw, 32px); }
    .sec08 .sec_cont .flow_area .flow_ttl_wrap .flow_read {
      font-size: clamp(17px, 2vw, 28px); }
  .sec08 .sec_cont .flow_area .flow_step_slide_wrap {
    margin-bottom: clamp(150px, 18.334vw, 220px); }
    @media screen and (max-width: 480px) {
      .sec08 .sec_cont .flow_area .flow_step_slide_wrap {
        margin-bottom: 100px; } }
    @media screen and (max-width: 480px) {
      .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide {
        margin-bottom: 30px; } }
    .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper {
      display: flex;
      justify-content: space-between;
      position: relative; }
      .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper:before {
        content: "";
        position: absolute;
        left: 8%;
        right: 8%;
        top: 60px;
        border-bottom: 1px dotted #D8C028; }
        @media screen and (max-width: 480px) {
          .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper:before {
            content: none; } }
      .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .swiper-slide {
        width: 24%; }
        @media screen and (max-width: 480px) {
          .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .swiper-slide {
            width: 100%; } }
      .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in {
        width: 100%;
        text-align: center; }
        .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step_circle {
          width: 116px;
          aspect-ratio: 1;
          background: #D8C028;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto; }
          @media screen and (max-width: 820px) {
            .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step_circle {
              width: 90px; } }
          @media screen and (max-width: 480px) {
            .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step_circle {
              width: 116px; } }
          .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step_circle .step_txt {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            font-size: 16px;
            color: #FFF;
            transform: translateY(6px); }
            .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step_circle .step_txt .big {
              font-size: 250%; }
        .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step01 {
          font-size: clamp(15px, 1.429vw, 20px);
          line-height: 1.4;
          margin: 15px 0 20px; }
          @media screen and (max-width: 480px) {
            .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step01 {
              font-size: 20px; } }
          .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step01 .small {
            font-size: 60%; }
            @media screen and (max-width: 1200px) {
              .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step01 .small {
                display: block; } }
        .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step02 {
          font-size: clamp(10px, 1vw, 14px); }
          @media screen and (max-width: 480px) {
            .sec08 .sec_cont .flow_area .flow_step_slide_wrap .flow_step_slide .swiper-wrapper .flow_step_in .step02 {
              font-size: 14px; } }
  .sec08 .sec_cont .flow_area .link_box_area {
    justify-content: flex-start;
    column-gap: 0.56%; }
    @media screen and (max-width: 480px) {
      .sec08 .sec_cont .flow_area .link_box_area {
        flex-direction: column;
        row-gap: 20px; } }
    .sec08 .sec_cont .flow_area .link_box_area .link_box_in {
      width: 32.96%;
      overflow: hidden;
      border-radius: 10px;
      padding: 10px 10px 0;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec08 .sec_cont .flow_area .link_box_area .link_box_in {
          width: 100%; } }
      .sec08 .sec_cont .flow_area .link_box_area .link_box_in:before {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateY(100%);
        transition: 1.1s transform cubic-bezier(0, 0.75, 0.3, 0.95) 0s; }
      body:not(.mobile) .sec08 .sec_cont .flow_area .link_box_area .link_box_in:hover:before {
        transform: translateY(0); }
      body:not(.mobile) .sec08 .sec_cont .flow_area .link_box_area .link_box_in:hover .link_in .photo:before {
        transform: scale(1.1); }
      .sec08 .sec_cont .flow_area .link_box_area .link_box_in.line {
        background: #06C755; }
        .sec08 .sec_cont .flow_area .link_box_area .link_box_in.line:before {
          background: #3E3E3E; }
      .sec08 .sec_cont .flow_area .link_box_area .link_box_in.nairan {
        background: #D8C028; }
        .sec08 .sec_cont .flow_area .link_box_area .link_box_in.nairan:before {
          background: #3E3E3E; }
      .sec08 .sec_cont .flow_area .link_box_area .link_box_in.coming {
        pointer-events: none;
        background: #E6E6E6; }
        .sec08 .sec_cont .flow_area .link_box_area .link_box_in.coming .link_in .link_txt_wrap .link_txt {
          color: rgba(62, 62, 62, 0.6); }
      .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%; }
        .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .photo {
          width: 100%;
          aspect-ratio: 397/222;
          position: relative;
          border-radius: 10px;
          overflow: hidden; }
          .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .photo:before {
            content: "";
            position: absolute;
            inset: 0;
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: 1.1s transform ease-in-out 0s; }
          .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .photo.p01:before {
            background-image: url("../images/top/img17.png"); }
          .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .photo.p02:before {
            background-image: url("../images/top/img14.png"); }
        .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap {
          padding: clamp(20px, 2.143vw, 30px) 10px;
          justify-content: center;
          align-items: center;
          margin: auto;
          line-height: 1.3;
          column-gap: clamp(20px, 2.858vw, 40px); }
          @media screen and (max-width: 480px) {
            .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap {
              padding: 20px 0;
              column-gap: 40px; } }
          .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .svg_preview {
            color: #FFF; }
          .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .icon {
            line-height: 0; }
            .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .icon.big img {
              width: 47px; }
            .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .icon.big02 img {
              width: 34px; }
          .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt {
            font-size: clamp(18px, 2.358vw, 33px);
            color: #FFF; }
            @media screen and (max-width: 480px) {
              .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt {
                font-size: 22px; } }
            .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt.en {
              font-size: clamp(22px, 2.715vw, 38px); }
              @media screen and (max-width: 480px) {
                .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt.en {
                  font-size: 26px; } }
              .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt.en .sub {
                margin-top: 0; }
            .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt .sub {
              margin-top: 10px;
              display: block;
              font-size: clamp(12px, 1.286vw, 18px); }
              .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt .sub.sm {
                font-size: clamp(10px, 1.143vw, 16px); }
                @media screen and (max-width: 480px) {
                  .sec08 .sec_cont .flow_area .link_box_area .link_box_in .link_in .link_txt_wrap .link_txt .sub.sm {
                    font-size: 13px; } }

.sec09 .sec_cont {
  padding: clamp(150px, 18.334vw, 220px) 0;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .sec09 .sec_cont {
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    .sec09 .sec_cont {
      padding: 30px 0 100px; } }
  .sec09 .sec_cont .outline_area {
    justify-content: flex-start;
    column-gap: 80px;
    margin-bottom: clamp(40px, 21.667vw, 260px); }
    @media screen and (max-width: 820px) {
      .sec09 .sec_cont .outline_area {
        column-gap: 5%; } }
    @media screen and (max-width: 480px) {
      .sec09 .sec_cont .outline_area {
        flex-direction: column;
        row-gap: 35px;
        margin-bottom: 35px; } }
    .sec09 .sec_cont .outline_area .outline_ttl {
      font-size: clamp(16px, 1.643vw, 23px); }
    .sec09 .sec_cont .outline_area .outline_table_wrap {
      width: 50.08%; }
      @media screen and (max-width: 1200px) {
        .sec09 .sec_cont .outline_area .outline_table_wrap {
          width: 55%; } }
      @media screen and (max-width: 820px) {
        .sec09 .sec_cont .outline_area .outline_table_wrap {
          width: 70%; } }
      @media screen and (max-width: 480px) {
        .sec09 .sec_cont .outline_area .outline_table_wrap {
          width: 100%; } }
      .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table {
        width: 100%;
        margin-bottom: 15px;
        border-collapse: collapse;
        padding: 0;
        text-align: left;
        border: 1px solid #848484;
        font-size: clamp(14px, 1.286vw, 18px); }
        @media screen and (max-width: 480px) {
          .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table {
            font-size: 11px; } }
        .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table th {
          border-bottom: 1px solid #848484;
          width: 170px;
          vertical-align: middle;
          padding: 15px 20px;
          background: #A6A5A5;
          color: #FFF; }
          @media screen and (max-width: 820px) {
            .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table th {
              width: 130px;
              padding: 15px; } }
          @media screen and (max-width: 480px) {
            .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table th {
              width: 110px;
              padding: 10px; } }
        .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table td {
          padding: 15px;
          border-bottom: 1px solid #848484; }
          @media screen and (max-width: 480px) {
            .sec09 .sec_cont .outline_area .outline_table_wrap .outline_table td {
              padding: 10px 15px; } }
      .sec09 .sec_cont .outline_area .outline_table_wrap .yokoku_wrap {
        display: flex;
        flex-direction: column;
        row-gap: 10px; }
        .sec09 .sec_cont .outline_area .outline_table_wrap .yokoku_wrap .y01 {
          font-size: 14pt;
          line-height: 1;
          padding: 5px 10px 6px;
          width: fit-content;
          border: 1px solid #3E3E3E; }
        .sec09 .sec_cont .outline_area .outline_table_wrap .yokoku_wrap .y02 {
          font-size: 10pt; }
  .sec09 .sec_cont .slider_sec .recommend_slide .swiper-wrapper {
    justify-content: space-between; }
    .sec09 .sec_cont .slider_sec .recommend_slide .swiper-wrapper .swiper-slide {
      width: 49.04%; }
      @media screen and (max-width: 480px) {
        .sec09 .sec_cont .slider_sec .recommend_slide .swiper-wrapper .swiper-slide {
          width: 80vw; } }
  .sec09 .sec_cont .slider_sec .recommend_slide .cap.illust_cap {
    right: 6%;
    bottom: 13%; }
    @media screen and (max-width: 480px) {
      .sec09 .sec_cont .slider_sec .recommend_slide .cap.illust_cap {
        right: 1%;
        bottom: 8%; } }
  .sec09 .sec_cont .banner_image {
    display: block;
    max-width: 1250px;
    margin: 0 auto; }
    .sec09 .sec_cont .banner_image a {
      transition: 0.3s filter ease-in-out 0s; }
      body:not(.mobile) .sec09 .sec_cont .banner_image a:hover {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3)); }

.wrapper .gmap_wrap #gmap {
  width: 100%;
  height: 454px; }
  @media screen and (max-width: 480px) {
    .wrapper .gmap_wrap #gmap {
      height: 300px; } }
.wrapper .gmap_wrap #marker_list {
  display: none; }

.modal_movie {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s opacity ease-in-out 0s;
  pointer-events: none;
  z-index: 100000;
  visibility: hidden; }
  body.modal_movie_open .modal_movie {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }
    body.modal_movie_open .modal_movie * {
      pointer-events: all; }
  .modal_movie * {
    pointer-events: none; }
  .modal_movie .modal_movie_bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .modal_movie .modal_movie_wrap {
    max-width: 410px;
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 821px) and (max-height: 800px) {
      .modal_movie .modal_movie_wrap {
        max-width: 350px; } }
    .modal_movie .modal_movie_wrap:before {
      content: "";
      display: block;
      padding-bottom: 177.7%; }
    .modal_movie .modal_movie_wrap iframe {
      inset: 0;
      width: 100%;
      height: 100%; }
    .modal_movie .modal_movie_wrap .pauseButton {
      position: absolute;
      right: 0;
      bottom: 100%;
      background: #FFF;
      font-size: 24px;
      color: #000;
      padding: 2px;
      line-height: 1;
      text-align: center;
      cursor: pointer; }
      @media screen and (min-width: 821px) and (max-height: 800px) {
        .modal_movie .modal_movie_wrap .pauseButton {
          left: 100%;
          right: auto;
          bottom: auto;
          top: 0; } }
      @media screen and (max-width: 480px) {
        .modal_movie .modal_movie_wrap .pauseButton {
          font-size: 18px;
          padding: 2px 2px 4px; } }

/*# sourceMappingURL=top.css.map */
