/*! Writen  by SCSS */
/*
header{
	.logo{
		span {
			color: #333;
			color: #000;
			@include t_shadow_spr(5,rgba(#fff,0.4));
			color: #fff;
			@include t_shadow_spr(5,rgba(#000,0.3));
			font-weight: 700;
			transition:all 0.3s ease-in-out;
			@include mq($br_sp){
				color: #000;
				@include t_shadow_spr(5,rgba(#fff,0.4));
			}
			body.scrolled & {
				color: #fff;
				@include t_shadow_spr(5,rgba(#000,0.3));
			}
		}
	}
}*/
#scroll {
  right: auto;
  left: 10px; }

.contents_wrap img {
  margin: 0 auto; }

.wrap {
  padding-top: 0 !important; }
  @media screen and (max-width: 480px) {
    .wrap {
      padding-top: 65px !important; } }

.gnavi_in .gnavi_img .current {
  background: url("../images/common/nav_img_top.jpg") center center/cover; }

.breadlist {
  display: none; }

.t_main {
  position: relative;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .t_main .icon {
    position: absolute;
    bottom: calc(60% / 8.7);
    right: calc(50% / 16);
    width: calc(346% / 16);
    max-width: 346px;
    width: calc(313% / 16);
    max-width: 313px;
    animation: icon 1s both infinite alternate; }
    @media screen and (max-width: 480px) {
      .t_main .icon {
        width: calc(140vw / 3.9); } }
    .t_main .icon img {
      opacity: 0;
      transition: opacity 1.5s ease .5s; }
      body.loaded .t_main .icon img {
        opacity: 1; }
  .t_main .bg {
    position: relative;
    overflow: hidden;
    opacity: 0; }
    @media screen and (max-width: 480px) {
      .t_main .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom; } }
  @media screen and (max-width: 480px) {
    .t_main {
      aspect-ratio: 750 / 1200;
      aspect-ratio: 800 / 900; } }
  .t_main #video {
    transition: opacity 1.2s ease-in-out;
    opacity: 1;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #333;
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom; }
    @media screen and (max-width: 480px) {
      .t_main #video {
        min-height: inherit; } }
  .t_main.end2 #video {
    opacity: 0; }
  .t_main.end2 .bg {
    opacity: 1;
    /*	img {
    		filter: brightness(1.5) grayscale(1);
    		transform: scale(1.05);
    		transition: filter 2.4s ease 1s, transform 2s ease;
    		body.loaded & {
    			filter: brightness(1) grayscale(0);
    			transform: scale(1);
    		}
    	}*/ }
  .t_main.v2 {
    max-height: 100vh;
    background: #000; }
    @media screen and (max-width: 480px) {
      .t_main.v2 {
        max-height: none; } }
    .t_main.v2 .inn {
      height: 100%;
      aspect-ratio: 1920 / 1080;
      margin-inline: auto;
      position: relative;
      max-height: 100vh; }
      @media screen and (max-width: 480px) {
        .t_main.v2 .inn {
          aspect-ratio: 800 / 900;
          width: 100%;
          height: auto;
          max-height: none; } }
      .t_main.v2 .inn .bg {
        width: 100%;
        height: 100%; }
      .t_main.v2 .inn #video {
        background: none; }

@keyframes icon {
  0% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  100% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0); } }
.obi_wrap {
  background: linear-gradient(90deg, #a29e93, #514d47);
  background: url("../images/top/obi_bg.jpg");
  text-align: center;
  padding: 25px 30px;
  padding: 40px 30px; }
  @media screen and (max-width: 480px) {
    .obi_wrap {
      padding: 0; } }
  .obi_wrap ul {
    display: flex;
    justify-content: center; }
    .obi_wrap ul li {
      color: #fff;
      font-size: clamp(15px, calc(26vw / 16), 26px); }
      .obi_wrap ul li .l {
        font-size: 230%; }
      .obi_wrap ul li .i {
        font-style: italic;
        font-weight: 400; }

.obi_wrap2 {
  background: linear-gradient(90deg, #004ea2, #0c2480);
  text-align: center;
  padding: 30px 30px; }
  @media screen and (max-width: 480px) {
    .obi_wrap2 {
      padding: 0; } }

.container {
  max-width: 100%;
  padding: 0;
  background: #e8e7e8; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0; } }

.sec.w {
  background: #fff; }
.sec.c {
  background: #e8e7e8; }
.sec.bg {
  background: url("../images/top/bg.jpg") center center/cover; }
.sec .sec_ttl {
  font-size: clamp(16px, calc(22vw / 16), 22px);
  font-size: clamp(18px, calc(25vw / 16), 25px);
  font-weight: 600;
  font-weight: 400;
  color: #595757;
  letter-spacing: 0.8em;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
  padding-top: 5em;
  position: relative;
  text-align: center; }
  .sec .sec_ttl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 4.8em;
    background: #161519; }
  @media screen and (max-width: 767px) {
    .sec .sec_ttl {
      padding-top: 4em; }
      .sec .sec_ttl::after {
        height: 3.8em; } }
.sec .holiday_box {
  max-width: 620px;
  max-width: 700px;
  width: 100%;
  color: #c7000a;
  margin: 25px auto 0;
  padding: 20px 10px;
  border: 1px solid #c7000b; }
  @media screen and (max-width: 767px) {
    .sec .holiday_box {
      width: 100%;
      padding: 10px;
      margin-top: 20px; } }
  .sec .holiday_box .holiday_head {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .sec .holiday_box .holiday_head {
        font-size: 11px; } }
  .sec .holiday_box .holiday_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .sec .holiday_box .holiday_text {
        font-size: 11px;
        letter-spacing: 0.1em; } }
.sec .s_main {
  position: relative; }
.sec .inner.p {
  padding-bottom: 80px; }
.sec .f_box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 50px calc(150% / 16);
  margin-inline: auto; }
  .sec .f_box.rv {
    flex-direction: row-reverse;
    gap: 50px calc(180% / 16); }
  @media screen and (max-width: 480px) {
    .sec .f_box {
      display: block;
      padding-bottom: 40px; } }
  .sec .f_box .img {
    width: 50%;
    /*display: flex;
    align-items: flex-end;
    	@include mq($br_sp){
    		width: calc(100% + 20px);
    		margin: 0 -10px;
    	}
    li {
    	width: calc(429% / 6.2);
    	position: relative;
    	&:first-child {
    		z-index: 5;
    		margin-right: calc(-238% / 6.2);
    		margin-bottom: calc(50% / 6.2);;
    	}
    	.t_cap {
    		right: 38%;
    	}
    }*/ }
    .sec .f_box .img figure {
      width: 100%;
      height: 100%; }
      .sec .f_box .img figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    @media screen and (max-width: 480px) {
      .sec .f_box .img {
        width: 90%;
        margin-inline: auto; } }
  .sec .f_box .cont {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec .f_box .cont {
        width: 100%;
        padding: 20px 20px 35px; } }
    .sec .f_box .cont sup {
      font-size: 50%;
      letter-spacing: -0.05em;
      font-size: 40%;
      letter-spacing: -0.03em;
      display: inline-block;
      transform: translate(-0.2em, -0.2em); }
    .sec .f_box .cont .ttl {
      font-size: clamp(16px, calc(26vw / 10.9), 26px);
      letter-spacing: 0.25em;
      letter-spacing: 0.15em;
      line-height: 2;
      line-height: 1.8;
      font-weight: 600;
      font-weight: 400;
      color: #244649;
      color: #333; }
      @media screen and (max-width: 480px) {
        .sec .f_box .cont .ttl {
          font-size: calc(18vw / 3.9);
          text-align: center;
          line-height: 1.6;
          letter-spacing: 0.15em;
          margin-bottom: 1.6em;
          margin-bottom: 1em; } }
    .sec .f_box .cont .img2 {
      margin: 25px auto; }
      @media screen and (max-width: 480px) {
        .sec .f_box .cont .img2 {
          margin: 0 auto 25px; } }
    .sec .f_box .cont .text {
      font-size: clamp(12px, calc(17vw / 10.9), 17px);
      font-size: clamp(12px, calc(20vw / 10.9), 20px);
      letter-spacing: 0.05em;
      line-height: 2.3;
      line-height: 1.9;
      font-weight: 600; }
      .sec .f_box .cont .text sup {
        font-size: 50%;
        letter-spacing: -0.05em;
        font-size: 40%;
        letter-spacing: -0.03em;
        display: inline-block;
        transform: translate(-0.2em, -0.2em); }
      @media screen and (max-width: 480px) {
        .sec .f_box .cont .text {
          font-size: calc(14vw / 3.9);
          font-size: calc(16vw / 3.9);
          text-align: center;
          letter-spacing: 0.04em; }
          .sec .f_box .cont .text .sp_ex {
            display: block;
            margin-top: -0.9em; } }
      .sec .f_box .cont .text .s {
        font-size: 60%; }
  .sec .f_box .btn {
    position: relative;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec .f_box .btn {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%; } }
    .sec .f_box .btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: clamp(12px, calc(20vw / 16), 20px);
      letter-spacing: 0.1em;
      color: #fff;
      text-align: center;
      line-height: 1;
      padding: 1em 2.8em;
      padding: 0.7em 3.6em;
      transition: all 0.3s ease-in-out 0s;
      background: linear-gradient(90deg, #a29e93, #504b45);
      /*white-space: nowrap;
      font-size: clamp(15px, calc(26vw / 10.9), 26px);
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1;
      display: flex;
      align-items: center;
      color: #244649;
      transition: all 0.3s ease-in-out 0s;
      @include mq($br_sp){
      	justify-content: center;
      }
      .icon {
      	display: inline-block;
      	margin-left: 0.1em;
      	font-size: 80%;
      	transform: scaleX(0.9);
      	@include mq($br_sp){
      		transform: scaleX(0.9);
      	}
      }
      &::before {
      	content: "";
      	width: 0.7em;
      	height: 0.7em;
      	margin-right: 0.4em;
      	border: solid 0.2em #244649;
      	transform: translateY(-0.04em);
      	background: #fff;
      	transition: all 0.3s ease-in-out 0s;
      	@include mq($br_sp){
      		border: solid 0.25em #244649;
      		transform: translateY(0);
      	}
      }
      &:hover {
      	color: #181777;
      	&::before {
      		border-color: #181777;
      	}
      }*/ }
      @media screen and (max-width: 767px) {
        .sec .f_box .btn a {
          font-size: clamp(18px, calc(20vw / 7.68), 20px);
          padding: 1.4em 10px; } }
      @media screen and (max-width: 480px) {
        .sec .f_box .btn a {
          font-size: calc(14vw / 3.9);
          padding: 0.8em 10px;
          width: 75%;
          margin-inline: auto; } }
      .sec .f_box .btn a:hover {
        opacity: 0.6; }
      .sec .f_box .btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 2.5em;
        height: 1px;
        background: #fff; }
      .sec .f_box .btn a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 2.5em;
        height: 1px;
        background: #fff; }
      .sec .f_box .btn a .icon {
        font-size: 120%;
        margin-left: 0.3em;
        letter-spacing: 0.05em;
        transform: scaleX(0.7) translateY(-0.09em); }
.sec.con {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  overflow: hidden;
  /*	.inn {
  		z-index: 2;
  		position: relative;
  		@include mq($br_tb){
  		}
  		&::after {
  			content: "";
  			position: absolute;
  			z-index: -1;
  			top:0;
  			left:0;
  			right: 0;
  			bottom:10vw;
  			background: url("../images/top/con_bg.jpg") bottom left / cover;
  			@include mq($br_sp){
  				bottom: 0;
  			}
  		}
  		.line {
  			position: absolute;
  			top:0;
  			left:0;
  			width: calc(19% / 16);
  			max-width: 19px;
  			@include mq($br_sp){
  				position: relative;
  				width: 100%;
  				max-width: 100%;
  			}
  		}
  	}*/ }
  .sec.con .inner {
    max-width: 1200px; }
  .sec.con .con_cont {
    position: relative; }
    .sec.con .con_cont li .inn {
      position: absolute;
      top: 0;
      left: 0; }
    .sec.con .con_cont.fix li .inn {
      position: fixed;
      top: 0;
      left: 0; }
    .sec.con .con_cont.abs li .inn {
      position: absolute;
      top: auto;
      bottom: 0; }
    .sec.con .con_cont li {
      height: 260vh;
      height: 200vh; }
      .sec.con .con_cont li:last-child {
        height: 520vh;
        height: 400vh; }
      .sec.con .con_cont li .inn {
        overflow: hidden;
        width: 100%;
        height: 100lvh;
        opacity: 0;
        pointer-events: none;
        transition: all 0.8s linear 0s; }
        @media screen and (max-width: 767px) {
          .sec.con .con_cont li .inn {
            height: calc(100lvh - 58px); } }
        .sec.con .con_cont li .inn .bg {
          position: absolute;
          inset: 0; }
          .sec.con .con_cont li .inn .bg img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .sec.con .con_cont li .inn .bg1 {
          transition: all 0.3s cubic-bezier(0.36, 0.1, 0.16, 1);
          transition-duration: 1.2s;
          clip-path: circle(141.4% at 100% 0);
          backdrop-filter: blur(12px);
          position: absolute;
          inset: 0;
          /*img {
          	width: 100%;
          	height: 100%;
          	object-fit: cover;
          	filter: blur(15px);
          }*/ }
        .sec.con .con_cont li .inn .copy {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          opacity: 0;
          text-align: center;
          transition: all 1s linear 0s; }
          .sec.con .con_cont li .inn .copy.c01 {
            padding-top: 6.5vw; }
          .sec.con .con_cont li .inn .copy .t1 {
            text-align: center;
            color: #fff;
            font-size: clamp(30px, calc(60vw / 16), 60px);
            letter-spacing: 0.18em;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t1 {
                font-size: calc(30vw / 3.9); } }
          .sec.con .con_cont li .inn .copy .t2 {
            text-align: center;
            color: #fff;
            font-size: clamp(18px, calc(32vw / 16), 32px);
            letter-spacing: 0.18em;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t2 {
                font-size: calc(18vw / 3.9); } }
          .sec.con .con_cont li .inn .copy .t3 {
            text-align: center;
            color: #fff;
            font-size: clamp(24px, calc(49vw / 16), 49px);
            letter-spacing: 0.18em;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t3 {
                font-size: calc(24vw / 3.9); } }
          .sec.con .con_cont li .inn .copy .t4 {
            text-align: center;
            color: #fff;
            font-size: clamp(18px, calc(32vw / 16), 32px);
            font-size: clamp(18px, calc(36vw / 16), 36px);
            font-size: clamp(18px, calc(32vw / 16), 32px);
            letter-spacing: 0.18em;
            width: 80%;
            max-width: 13em;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t4 {
                font-size: calc(22vw / 3.9);
                font-size: calc(24vw / 3.9);
                margin-bottom: 3em; } }
          .sec.con .con_cont li .inn .copy .t5 {
            text-align: center;
            font-size: clamp(15px, calc(25vw / 16), 25px);
            letter-spacing: 0.18em;
            line-height: 2.5;
            padding: 7em 0 4em;
            position: relative; }
            .sec.con .con_cont li .inn .copy .t5::after {
              content: "";
              position: absolute;
              top: 0;
              left: 50%;
              width: 1px;
              height: 4em;
              background: #000; }
              @media screen and (max-width: 480px) {
                .sec.con .con_cont li .inn .copy .t5::after {
                  top: -5em; } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t5 {
                font-size: calc(15vw / 3.9); } }
          .sec.con .con_cont li .inn .copy .t6 {
            text-align: center;
            font-size: clamp(20px, calc(41vw / 16), 41px);
            letter-spacing: 0.18em; }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t6 {
                font-size: calc(20vw / 3.9); } }
          .sec.con .con_cont li .inn .copy .t7 {
            background: radial-gradient(circle, #74a1a4 6%, #345b5c 85%);
            color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
            text-align: center;
            font-size: clamp(30px, calc(60vw / 16), 60px);
            line-height: 1.3;
            letter-spacing: 0.08em;
            font-weight: 700;
            margin-bottom: 0.8em; }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .t7 {
                font-size: calc(30vw / 3.9); } }
            .sec.con .con_cont li .inn .copy .t7 .s {
              font-size: 70%;
              letter-spacing: 0;
              display: inline-block;
              margin-bottom: 0.4em; }
          .sec.con .con_cont li .inn .copy .c1_t {
            margin-top: 40px;
            width: calc(452% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c1_t {
                width: calc(452% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c1_t {
                width: calc(452% / 8);
                margin-top: 0;
                margin-bottom: 50px; } }
          .sec.con .con_cont li .inn .copy .c2_t {
            margin-top: 40px;
            width: calc(451% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c2_t {
                width: calc(451% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c2_t {
                width: calc(451% / 8);
                margin-top: 0;
                margin-bottom: 50px; } }
          .sec.con .con_cont li .inn .copy .c3_t {
            width: calc(557% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c3_t {
                width: calc(557% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c3_t {
                width: calc(557% / 7); } }
          .sec.con .con_cont li .inn .copy .c4_t {
            width: calc(483% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c4_t {
                width: calc(483% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c4_t {
                width: calc(483% / 7); } }
          .sec.con .con_cont li .inn .copy .c5_t {
            width: calc(488% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c5_t {
                width: calc(488% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c5_t {
                width: calc(426% / 5.5); } }
          .sec.con .con_cont li .inn .copy .c8_t {
            width: calc(326% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c8_t {
                width: calc(326% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c8_t {
                width: calc(326% / 7); } }
          .sec.con .con_cont li .inn .copy .c9_t {
            width: calc(660% / 16); }
            @media screen and (max-width: 1600px) {
              .sec.con .con_cont li .inn .copy .c9_t {
                width: calc(660% / 18); } }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy .c9_t {
                width: calc(470% / 5.5); } }
        .sec.con .con_cont li .inn .copy2 {
          position: absolute;
          inset: 0;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-end;
          opacity: 0;
          text-align: center;
          transition: all 1s linear 0s;
          padding: 3vw 2.5vw; }
          @media screen and (max-width: 480px) {
            .sec.con .con_cont li .inn .copy2 {
              padding: 7vw 3vw; } }
          .sec.con .con_cont li .inn .copy2 .in {
            width: fit-content;
            text-align: left; }
          .sec.con .con_cont li .inn .copy2 .t10 {
            color: #fff;
            font-size: clamp(20px, calc(55vw / 16), 55px);
            font-size: clamp(20px, calc(50vw / 16), 50px);
            font-size: clamp(20px, calc(42vw / 16), 42px);
            letter-spacing: 0.08em;
            line-height: 1;
            text-shadow: 0 0 9px rgba(0, 0, 0, 0.8), 2px 2px 9px rgba(0, 0, 0, 0.8), -2px 2px 9px rgba(0, 0, 0, 0.8), -2px -2px 9px rgba(0, 0, 0, 0.8), 2px -2px 9px rgba(0, 0, 0, 0.8);
            margin-bottom: 0.2em; }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy2 .t10 {
                font-size: calc(24vw / 3.9);
                font-size: calc(22vw / 3.9);
                font-size: calc(20vw / 3.9); } }
            .sec.con .con_cont li .inn .copy2 .t10 .s {
              font-size: 70%; }
          .sec.con .con_cont li .inn .copy2 .t11 {
            color: #fff;
            font-size: clamp(14px, calc(24vw / 16), 24px);
            font-size: clamp(14px, calc(20vw / 16), 20px);
            letter-spacing: 0.05em;
            line-height: 1.4;
            text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 2px 2px 6px rgba(0, 0, 0, 0.6), -2px 2px 6px rgba(0, 0, 0, 0.6), -2px -2px 6px rgba(0, 0, 0, 0.6), 2px -2px 6px rgba(0, 0, 0, 0.6); }
            @media screen and (max-width: 480px) {
              .sec.con .con_cont li .inn .copy2 .t11 {
                font-size: calc(16vw / 3.9);
                font-size: calc(15vw / 3.9); } }
            .sec.con .con_cont li .inn .copy2 .t11 .s {
              font-size: 70%; }
      .sec.con .con_cont li:first-child .inn {
        opacity: 1; }
      .sec.con .con_cont li:last-child.end .inn {
        opacity: 1;
        pointer-events: all; }
      .sec.con .con_cont li.start .inn {
        opacity: 1;
        pointer-events: all; }
        .sec.con .con_cont li.start .inn .bg1 {
          transition-delay: 0.3s;
          clip-path: circle(0% at 100% 0); }
        .sec.con .con_cont li.start .inn .copy {
          transition-delay: 0.7s;
          opacity: 1; }
        .sec.con .con_cont li.start .inn .copy2 {
          transition-delay: 0.9s;
          opacity: 1; }
      .sec.con .con_cont li.end .inn {
        opacity: 0;
        pointer-events: none; }
  .sec.con .f_box {
    max-width: 1200px;
    align-items: center;
    gap: 0; }
    @media screen and (max-width: 480px) {
      .sec.con .f_box {
        margin-bottom: 0;
        padding-bottom: 0; } }
    .sec.con .f_box .copy {
      width: calc(544% / 12);
      margin-bottom: 120px; }
      @media screen and (max-width: 480px) {
        .sec.con .f_box .copy {
          width: 100%;
          margin-bottom: 15px; } }
      .sec.con .f_box .copy .ttl {
        text-align: center;
        margin-bottom: calc(70% / 5.44); }
        @media screen and (max-width: 767px) {
          .sec.con .f_box .copy .ttl {
            width: 80%;
            margin-inline: auto; } }
        .sec.con .f_box .copy .ttl p {
          margin: 0;
          line-height: 0;
          font-size: 0;
          padding: 0;
          display: flex;
          justify-content: center;
          margin-inline: auto; }
        .sec.con .f_box .copy .ttl p:nth-child(1) {
          width: calc(270% / 5.44);
          margin-bottom: calc(35% / 5.44); }
        .sec.con .f_box .copy .ttl p:nth-child(2) {
          margin-bottom: calc(20% / 5.44); }
        .sec.con .f_box .copy .ttl p:nth-child(3) {
          width: calc(292% / 5.44); }
      .sec.con .f_box .copy .text {
        font-size: clamp(10px, calc(21vw / 12), 21px);
        letter-spacing: 0.05em;
        line-height: 2.3;
        font-weight: 600;
        text-align: center; }
        .sec.con .f_box .copy .text sup {
          font-size: 50%;
          letter-spacing: -0.05em;
          font-size: 40%;
          letter-spacing: -0.03em;
          display: inline-block;
          transform: translate(-0.2em, -0.2em); }
        @media screen and (max-width: 480px) {
          .sec.con .f_box .copy .text {
            font-size: calc(16vw / 3.9);
            text-align: center;
            letter-spacing: 0.04em; } }
        .sec.con .f_box .copy .text .s {
          font-size: 60%; }
    .sec.con .f_box .fig {
      width: calc(681% / 12);
      margin-left: calc(-25% / 12); }
      @media screen and (max-width: 480px) {
        .sec.con .f_box .fig {
          width: calc(100% + 40px);
          margin-inline: -20px; } }
      .sec.con .f_box .fig figure {
        opacity: 0;
        transform: translateY(200px);
        transition: all 2s ease-in-out 0s; }
        .sec.con .f_box .fig figure.p_view {
          opacity: 1;
          transform: translateY(0); }
      .sec.con .f_box .fig .cap1 {
        padding-top: 3px; }
        @media screen and (max-width: 480px) {
          .sec.con .f_box .fig .cap1 {
            background: #fff; } }
.sec.des .img2 {
  width: calc(315vw / 16);
  width: calc(382vw / 16);
  max-width: 382px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec.des .img2 {
      width: 80%; } }
.sec.loc .f_box .cont .ttl {
  margin-bottom: 1.6em; }
.sec.loc .img2 {
  width: calc(447vw / 16);
  width: calc(536vw / 16);
  max-width: 536px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec.loc .img2 {
      width: 100%; } }
.sec.acc .f_box {
  gap: 50px calc(80% / 16); }
  @media screen and (max-width: 480px) {
    .sec.acc .f_box {
      display: block;
      padding-bottom: 40px; } }
  .sec.acc .f_box .cont .ttl {
    padding-left: 4.5em; }
    @media screen and (max-width: 480px) {
      .sec.acc .f_box .cont .ttl {
        padding-left: 0; } }
.sec.acc .img2 {
  width: calc(451vw / 16);
  width: calc(543vw / 16);
  max-width: 543px;
  width: calc(560vw / 16);
  max-width: 560px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec.acc .img2 {
      width: 100%;
      width: calc(100% + 40px);
      margin-inline: -20px !important; } }
.sec.pla .img2 {
  width: calc(250vw / 16);
  max-width: 250px;
  width: calc(300vw / 16);
  max-width: 300px;
  padding-right: 50px;
  margin-inline: auto; }
  @media screen and (max-width: 480px) {
    .sec.pla .img2 {
      width: 100%;
      max-width: 300px;
      padding: 0; }
      .sec.pla .img2 img {
        width: 100%; } }
  .sec.pla .img2 .cap {
    color: #555;
    bottom: 0;
    right: -2.2em;
    right: -6em;
    right: calc(-6em + 50px); }
    @media screen and (max-width: 480px) {
      .sec.pla .img2 .cap {
        bottom: -1.6em;
        right: 5%; } }

.inner {
  max-width: 1080px; }

.info {
  padding-bottom: 90px;
  background: url("../images/top/info_bg.jpg") center center/cover; }
  @media screen and (max-width: 767px) {
    .info {
      padding-bottom: 40px;
      background: url("../images/top/info_bg_sp.jpg") center center/cover; } }
  .info .info_m {
    font-size: clamp(18px, calc(35vw / 11.2), 35px);
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: 600;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .info .info_m {
        font-size: calc(23vw / 3.9); } }
    .info .info_m .c {
      color: #244649; }
    .info .info_m .s1 {
      font-size: 85%; }
    .info .info_m .s2 {
      font-size: 70%; }
    .info .info_m .s3 {
      font-size: 50%; }
    .info .info_m .l1 {
      font-size: 110%; }
    .info .info_m .l2 {
      font-size: 108%; }
    .info .info_m .l3 {
      font-size: 128%; }
    @media screen and (min-width: 960px) {
      .info .info_m.lh {
        line-height: 1; } }
    @media screen and (max-width: 767px) {
      .info .info_m {
        letter-spacing: 0.02em; } }
  .info .info_t {
    font-size: clamp(13px, calc(20vw / 11.2), 20px);
    letter-spacing: 0.08em;
    color: #000;
    font-weight: 600;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .info .info_t {
        letter-spacing: 0.02em; } }
    @media screen and (max-width: 480px) {
      .info .info_t {
        font-size: calc(16vw / 3.9);
        line-height: 1.4; } }
  @media screen and (max-width: 480px) {
    .info .banner_wrap .banner_box {
      width: 90%;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .info .banner_wrap .banner_box.wide {
        width: calc(100% + 40px);
        margin-inline: -20px; } }
  .info .banner_wrap .movie_banner_box {
    max-width: 600px;
    margin: 0 auto; }
    .info .banner_wrap .movie_banner_box.wide {
      max-width: 800px; }
    .info .banner_wrap .movie_banner_box .modal_button {
      cursor: pointer;
      transition: opacity 0.3s ease-in-out; }
      @media (hover: hover) {
        .info .banner_wrap .movie_banner_box .modal_button:hover {
          opacity: 0.7; } }
    .info .banner_wrap .movie_banner_box .cap_c {
      font-size: 14px;
      margin-top: 5px; }
      @media screen and (max-width: 480px) {
        .info .banner_wrap .movie_banner_box .cap_c {
          font-size: 12px; } }

.con_btn_wrap {
  padding: 80px 0;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .con_btn_wrap {
      padding: 50px 0; } }
  .con_btn_wrap .con_btn {
    display: flex;
    justify-content: center;
    gap: 2%; }
    @media screen and (max-width: 480px) {
      .con_btn_wrap .con_btn {
        flex-wrap: wrap;
        gap: 15px; } }
    .con_btn_wrap .con_btn li {
      width: 49%;
      max-width: 460px;
      width: 80%;
      max-width: 600px;
      max-width: 520px; }
      @media screen and (max-width: 480px) {
        .con_btn_wrap .con_btn li {
          width: 90%;
          width: 80%; } }
      .con_btn_wrap .con_btn li a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: clamp(16px, calc(26vw / 11.2), 26px);
        font-size: clamp(16px, calc(22vw / 11.2), 22px);
        letter-spacing: 0.15em;
        color: #fff;
        text-align: center;
        line-height: 1;
        padding: 1.3em 3em;
        transition: all 0.3s ease-in-out 0s; }
        @media screen and (max-width: 767px) {
          .con_btn_wrap .con_btn li a {
            font-size: clamp(18px, calc(21vw / 7.68), 23px);
            padding: 1.4em 10px; } }
        @media screen and (max-width: 480px) {
          .con_btn_wrap .con_btn li a {
            font-size: calc(16vw / 3.9);
            font-size: calc(15vw / 3.9);
            padding: 1.4em 10px; } }
        .con_btn_wrap .con_btn li a:hover {
          opacity: 0.6; }
        .con_btn_wrap .con_btn li a::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 2.5em;
          height: 1px;
          background: #fff; }
        .con_btn_wrap .con_btn li a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          width: 2.5em;
          height: 1px;
          background: #fff; }
        .con_btn_wrap .con_btn li a .icon {
          font-size: 120%;
          margin-left: 0.3em;
          letter-spacing: 0.05em;
          transform: scaleX(0.7) translateY(-0.09em); }
      .con_btn_wrap .con_btn li.menu_ent {
        background: linear-gradient(90deg, #4da2a6, #004848);
        background: linear-gradient(90deg, #74a1a4, #345b5c);
        background: linear-gradient(90deg, #a29e93, #504b45); }
      .con_btn_wrap .con_btn li.menu_res {
        background: linear-gradient(90deg, #ab9a6b, #776b4b); }
      .con_btn_wrap .con_btn li.menu_lim {
        background: linear-gradient(90deg, #d83515, #aa0b09); }

.msk {
  transition: all 0.8s ease-in-out 0s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  .msk.p_view {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.sup_small {
  font-size: 9px !important;
  letter-spacing: -0.05em; }
  @media screen and (max-width: 480px) {
    .sup_small {
      font-size: 6px !important;
      vertical-align: text-top !important; } }

/*# sourceMappingURL=top.css.map */
