@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: transparent;
  transition: .4s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

.bold {
  font-family: "bold";
  font-weight: 700; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

html, body {
  overflow-x: visible;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

html.lenis, html.lenis body {
  height: auto; }

/*.fadeIn {
	transform: scale(1.1);
    transition: 1.2s;
	&.visible {
		transform: scale(1);
	}
}*/
.fade, .fadeIn {
  opacity: 0;
  transition: opacity 1.5s; }
  .fade.visible, .fadeIn.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 170px 0 auto;
  padding: 0;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  font-family: "noto-serif", serif;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: #c4628a;
  width: 100%;
  max-width: 550px;
  /* lp_main */ }
  @media screen and (max-width: 1080px) {
    .lp_wrapper {
      max-width: 450px;
      margin: 0 0 0 auto; } }
  @media screen and (max-width: 700px) {
    .lp_wrapper {
      width: 100%;
      max-width: none;
      padding: 0; } }
  .lp_wrapper header {
    width: calc((100% - 550px) - 170px);
    box-sizing: border-box;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    background: #d6ccc5; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper header {
        width: calc(100% - 450px); } }
    @media screen and (max-width: 700px) {
      .lp_wrapper header {
        display: none; } }
    .lp_wrapper header .bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      font-size: 0;
      line-height: 0; }
      .lp_wrapper header .bg .pcback {
        position: absolute;
        bottom: 5vh;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; }
        .lp_wrapper header .bg .pcback p {
          margin: 0;
          font-size: 120px;
          font-family: "cormorant-garamond", serif;
          color: #ffffff;
          opacity: 0; }
          .lp_wrapper header .bg .pcback p.view {
            opacity: 0.3; }
    .lp_wrapper header .menu {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 700px; }
      .lp_wrapper header .menu div {
        width: calc((100%/3) - 2%);
        margin: 1%; }
        .lp_wrapper header .menu div a {
          position: relative;
          display: block; }
          .lp_wrapper header .menu div a img {
            filter: grayscale(100%); }
          .lp_wrapper header .menu div a::after {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(97, 117, 178, 0.6);
            position: absolute;
            top: 0;
            left: 0;
            z-index: +1; }
          .lp_wrapper header .menu div a:hover {
            transition: .8s; }
            .lp_wrapper header .menu div a:hover img {
              filter: grayscale(0); }
            .lp_wrapper header .menu div a:hover::after {
              background: none; }
          .lp_wrapper header .menu div a.view {
            transition: .8s; }
            .lp_wrapper header .menu div a.view img {
              filter: grayscale(0); }
            .lp_wrapper header .menu div a.view::after {
              background: none; }
  .lp_wrapper .pc_right {
    position: fixed;
    width: calc(70px + 100px);
    top: 0;
    right: 0;
    height: 100%;
    background: #d6ccc5; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .pc_right {
        display: none; } }
    .lp_wrapper .pc_right .logo {
      position: absolute;
      top: 50px;
      right: 50px;
      max-width: 70px; }
    .lp_wrapper .pc_right .nav {
      position: absolute;
      left: 20%;
      bottom: 10vh; }
      .lp_wrapper .pc_right .nav p {
        color: #ffffff;
        text-align: left;
        font-size: 1.2em; }
      .lp_wrapper .pc_right .nav .link {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 1.5em; }
        .lp_wrapper .pc_right .nav .link a {
          font-size: .8em;
          line-height: 2.5; }
          .lp_wrapper .pc_right .nav .link a.view {
            color: #ffffff; }
  .lp_wrapper .lp_main {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #b6c7ff;
    padding: 0 15px; }
    @media screen and (max-width: 700px) {
      .lp_wrapper .lp_main {
        padding: 0; } }
    .lp_wrapper .lp_main .hidden {
      /*overflow: hidden;*/ }
    .lp_wrapper .lp_main .lp_inner {
      background: #ffffff; }
    .lp_wrapper .lp_main .kv {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 10%; }
      .lp_wrapper .lp_main .kv .kv_inner {
        overflow: hidden; }
      .lp_wrapper .lp_main .kv video {
        margin: 10% auto;
        width: 80%; }
      .lp_wrapper .lp_main .kv p {
        width: 80%;
        margin: 0% auto;
        font-size: 0.9em;
        text-align: left;
        line-height: 2.0;
        font-family: noto-serif, serif; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main .kv p {
            font-size: 3.2vw;
            margin-top: 10vh; } }
    .lp_wrapper .lp_main .inner_box {
      /*margin-top: 20vh;*/
      padding-top: 20px; }
      @media screen and (max-width: 700px) {
        .lp_wrapper .lp_main .inner_box {
          /*margin-top: 10vh;*/ } }
    .lp_wrapper .lp_main .box1 {
      position: relative;
      padding-top: 2.6em;
      margin-bottom: 10%; }
      .lp_wrapper .lp_main .box1.space {
        margin-bottom: 0; }
      .lp_wrapper .lp_main .box1 .ttl_box {
        position: absolute;
        top: 0;
        left: 5%;
        border: solid #418fde;
        border-width: 1px 0 1px 0;
        padding: 0.3em 0;
        z-index: 30;
        clip-path: inset(0 100% 0 0);
        transition: all .3s .1s ease;
        display: flex;
        align-items: baseline;
        justify-content: center;
        overflow: hidden;
        width: 185px; }
        .lp_wrapper .lp_main .box1 .ttl_box p {
          font-size: 1.2em;
          font-weight: 400;
          font-family: "adobe-garamond-pro", serif;
          color: #418fde;
          margin-right: 0.5em;
          white-space: nowrap; }
        .lp_wrapper .lp_main .box1 .ttl_box h2 {
          font-weight: 400;
          font-family: "adobe-garamond-pro", serif;
          color: #418fde;
          text-align: left;
          font-size: 2.0em;
          letter-spacing: 1px;
          white-space: nowrap; }
        .lp_wrapper .lp_main .box1 .ttl_box.right {
          left: auto;
          right: 5%; }
      .lp_wrapper .lp_main .box1.visible .ttl_box {
        clip-path: inset(0 0 0 0); }
        .lp_wrapper .lp_main .box1.visible .ttl_box p {
          animation: tracking-in-expand 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation-delay: .5s; }
        .lp_wrapper .lp_main .box1.visible .ttl_box h2 {
          animation: tracking-in-expand 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
          animation-delay: .5s; }
    .lp_wrapper .lp_main #section5 .box1 .ttl_box, .lp_wrapper .lp_main #section6 .box1 .ttl_box {
      width: 220px; }
    .lp_wrapper .lp_main .swiper .swiper-pagination-bullet {
      background-color: #ffffff;
      height: 7px;
      width: 7px;
      opacity: 1; }
    .lp_wrapper .lp_main .swiper .swiper-pagination-bullet-active {
      background-color: #418fde; }
    .lp_wrapper .lp_main .swiper.swiper1 {
      width: 80%; }
      .lp_wrapper .lp_main .swiper.swiper1.left .swiper-pagination {
        width: fit-content;
        left: auto;
        right: 7px; }
      .lp_wrapper .lp_main .swiper.swiper1.right .swiper-pagination {
        width: fit-content;
        left: 7px; }
    .lp_wrapper .lp_main .swiper.swiper2 {
      width: 100%;
      margin: 40px 0 0;
      padding: 140px 0; }
      .lp_wrapper .lp_main .swiper.swiper2 .swiper-slide {
        transition: transform 0.6s;
        transform: scale(0.85); }
      .lp_wrapper .lp_main .swiper.swiper2 .swiper-slide-active {
        z-index: 1;
        transform: scale(1.3); }
      .lp_wrapper .lp_main .swiper.swiper2 .swiper-pagination {
        bottom: 40px; }
    .lp_wrapper .lp_main .swiper-Box {
      background: url("../images/item2_back.webp") no-repeat;
      background-size: cover; }
    .lp_wrapper .lp_main .swiperBox {
      position: relative;
      padding-bottom: 5%; }
      .lp_wrapper .lp_main .swiperBox .absolute {
        position: absolute;
        width: 80%;
        bottom: 0;
        left: 4%; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main .swiperBox .absolute {
            bottom: -2%; } }
    .lp_wrapper .lp_main .flexBox {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin: 3% auto; }
      .lp_wrapper .lp_main .flexBox div {
        width: calc(100%/2 - 1.5%); }
    .lp_wrapper .lp_main .schedule {
      font-size: 1.0em;
      color: #6e9fdd;
      margin-top: 10%; }
      @media screen and (max-width: 700px) {
        .lp_wrapper .lp_main .schedule {
          font-size: 3.5vw; } }
    .lp_wrapper .lp_main .creditBox {
      width: 90%;
      margin: 10% 0 10% auto; }
      @media screen and (max-width: 700px) {
        .lp_wrapper .lp_main .creditBox {
          width: 85%;
          margin-left: 15%; } }
      .lp_wrapper .lp_main .creditBox div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2.0em; }
        .lp_wrapper .lp_main .creditBox div p {
          font-size: 1.1em;
          font-family: "adobe-garamond-pro", serif;
          color: #418fde;
          text-align: left;
          position: relative;
          line-height: 1.5; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .creditBox div p {
              font-size: 3.5vw; } }
          .lp_wrapper .lp_main .creditBox div p::before {
            position: absolute;
            font-size: 1.0em;
            border-right: 1px solid #418fde;
            left: -1.5em;
            padding-right: 0.5em;
            line-height: .8;
            top: 3px; }
          .lp_wrapper .lp_main .creditBox div p.one::before {
            content: "1"; }
          .lp_wrapper .lp_main .creditBox div p.two::before {
            content: "2"; }
          .lp_wrapper .lp_main .creditBox div p.three::before {
            content: "3"; }
          .lp_wrapper .lp_main .creditBox div p.four::before {
            content: "4"; }
          .lp_wrapper .lp_main .creditBox div p span {
            font-size: 80%;
            margin-left: .5em; }
        .lp_wrapper .lp_main .creditBox div a {
          color: #ffffff;
          background: #6e9fdd;
          font-family: "cormorant-garamond", serif;
          padding: 0.5em 3.5em;
          letter-spacing: .1em;
          font-size: 1.0em;
          position: relative;
          border: 1px solid #6e9fdd;
          text-decoration: none; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main .creditBox div a {
              font-size: 3.5vw; } }
          .lp_wrapper .lp_main .creditBox div a::after {
            position: absolute;
            content: "▶";
            font-size: 35%;
            top: 50%;
            transform: translateY(-50%);
            right: 6.0em; }
          .lp_wrapper .lp_main .creditBox div a:hover {
            color: #6e9fdd;
            background: #ffffff; }
          .lp_wrapper .lp_main .creditBox div a.disabled {
            color: #6e9fdd;
            background: #ffffff; }
            .lp_wrapper .lp_main .creditBox div a.disabled::after {
              display: none; }
    .lp_wrapper .lp_main .imgBox {
      width: 80%;
      margin: 0 auto; }
      .lp_wrapper .lp_main .imgBox.left {
        margin: 10% auto 10% 0; }
      .lp_wrapper .lp_main .imgBox.right {
        margin: 10% 0 10% auto; }
    .lp_wrapper .lp_main .center {
      margin-top: -1px;
      vertical-align: top; }
    .lp_wrapper .lp_main div.credit {
      margin: 4% auto 10%; }
      .lp_wrapper .lp_main div.credit p {
        font-size: 1.1em;
        font-family: "adobe-garamond-pro", serif;
        color: #418fde;
        text-align: center;
        position: relative;
        line-height: 1.5; }
        @media screen and (max-width: 700px) {
          .lp_wrapper .lp_main div.credit p {
            font-size: 3.5vw; } }
        .lp_wrapper .lp_main div.credit p.ja {
          font-size: 80%;
          font-family: "noto-serif", serif; }
        .lp_wrapper .lp_main div.credit p span {
          font-size: 80%;
          margin-left: .5em; }
    .lp_wrapper .lp_main ul.nav {
      display: flex;
      align-items: flex-end;
      justify-content: center; }
      .lp_wrapper .lp_main ul.nav li {
        width: calc(100%/5);
        overflow: hidden; }
        .lp_wrapper .lp_main ul.nav li a {
          display: block; }
          .lp_wrapper .lp_main ul.nav li a:hover {
            opacity: .7; }
        .lp_wrapper .lp_main ul.nav li img {
          transform: scale(1.05); }
    .lp_wrapper .lp_main #section7 {
      margin-top: 10vh; }
      .lp_wrapper .lp_main #section7 .box1 {
        margin-top: 10vh; }
      .lp_wrapper .lp_main #section7 .ttl_box {
        width: 85px;
        border-color: #c4628a; }
        .lp_wrapper .lp_main #section7 .ttl_box h2 {
          color: #c4628a;
          letter-spacing: 1px; }
      .lp_wrapper .lp_main #section7 .flex {
        display: flex;
        align-items: flex-start;
        justify-content: center; }
        .lp_wrapper .lp_main #section7 .flex div:nth-child(1) {
          width: 45%;
          padding-top: 150px; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main #section7 .flex div:nth-child(1) {
              padding-top: 100px; } }
        .lp_wrapper .lp_main #section7 .flex div:nth-child(2) {
          width: 55%; }
        .lp_wrapper .lp_main #section7 .flex div .box {
          padding: 0;
          width: fit-content;
          margin: 0 auto; }
        .lp_wrapper .lp_main #section7 .flex div p {
          font-size: 1.0em;
          font-family: "adobe-garamond-pro", serif;
          text-align: left;
          margin-bottom: 1.0em;
          letter-spacing: 1px; }
          @media screen and (max-width: 700px) {
            .lp_wrapper .lp_main #section7 .flex div p {
              font-size: 3.5vw; } }
          .lp_wrapper .lp_main #section7 .flex div p span {
            font-style: italic;
            font-family: "cormorant-garamond", serif; }
            .lp_wrapper .lp_main #section7 .flex div p span.regular {
              font-style: normal; }
    .lp_wrapper .lp_main .lp_footer {
      background: #6e9fdd;
      padding-top: 150px; }
      .lp_wrapper .lp_main .lp_footer .logo {
        display: block;
        margin-bottom: 75px; }
      .lp_wrapper .lp_main .lp_footer .sns {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        width: 60%;
        margin: 10% auto; }
        .lp_wrapper .lp_main .lp_footer .sns a {
          display: block; }
      .lp_wrapper .lp_main .lp_footer .copy {
        color: #ffffff;
        font-size: 0.7em;
        padding-bottom: 20px; }
    .lp_wrapper .lp_main .l-fix__scrollbar {
      position: fixed;
      z-index: 999;
      top: 0;
      right: 170px;
      height: calc(100% - 56px);
      width: 15px;
      transition: ease opacity .5s; }
      .lp_wrapper .lp_main .l-fix__scrollbar .current {
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        display: block;
        width: 15px;
        border-radius: 50vw;
        height: 56px;
        background-color: #6e9fdd;
        transform: translateY(0%); }

@keyframes tracking-in-expand {
  0% {
    letter-spacing: .5em;
    opacity: 0; }
  40% {
    opacity: .6; }
  100% {
    letter-spacing: 0.05em;
    opacity: 1; } }
