@charset "UTF-8";
@font-face {
  font-family: "ja";
  src: url("../font/GenJyuuGothic-P-Normal.ttf") format("truetype"); }
@font-face {
  font-family: "ttl";
  src: url("../font/Mynerve-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "btn";
  src: url("../font/GenJyuuGothic-P-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "add";
  src: url("../font/GenJyuuGothic-P-Light.ttf") format("truetype"); }
@font-face {
  font-family: "name";
  src: url("../font/GenJyuuGothic-P-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "load";
  src: url("../font/PixelMplus12-Regular.ttf") format("truetype"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #6e9fdd;
  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;
  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%;
  overflow: visible; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

html.lenis, html.lenis body {
  height: auto; }

.fade {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fade.visible {
    opacity: 1; }

/*--------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e3cddf;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease; }
  .loading.is-loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .loading .load_inner {
    text-align: center; }
  .loading p {
    font-family: "load";
    color: #ffffff;
    margin-bottom: 1.0em;
    font-size: 30px;
    font-weight: bold;
    min-height: 1.2em;
    font-weight: 400; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 0 0 auto;
  padding: 0;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  font-family: "ja";
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  display: flex;
  color: #6e9fdd;
  justify-content: flex-end;
  /* box-content */ }
  .lp_wrapper .sidearea {
    position: fixed;
    height: 100vh;
    transition: .8s;
    background: url("../images/PC_back.png"); }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .sidearea {
        display: none; } }
    .lp_wrapper .sidearea.boxleft {
      left: 0;
      width: 50%; }
      .lp_wrapper .sidearea.boxleft .swiper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 10%; }
        @media screen and (max-width: 1980px) {
          .lp_wrapper .sidearea.boxleft .swiper {
            width: 80%; } }
        @media screen and (max-width: 1500px) {
          .lp_wrapper .sidearea.boxleft .swiper {
            width: 100%; } }
        .lp_wrapper .sidearea.boxleft .swiper .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
        .lp_wrapper .sidearea.boxleft .swiper::after {
          content: "";
          background: url("../images/SVG/pc_icon_1.svg") no-repeat;
          width: 270px;
          height: 300px;
          background-size: contain;
          z-index: +1;
          position: absolute;
          bottom: 0;
          left: 10px; }
          @media screen and (max-width: 1980px) {
            .lp_wrapper .sidearea.boxleft .swiper::after {
              width: 135px;
              height: 150px; } }
  .lp_wrapper #box-content {
    position: relative;
    z-index: 1000;
    width: 50%;
    min-height: 100vh;
    background: #ffffff;
    /*drawer*/ }
    @media screen and (max-width: 1080px) {
      .lp_wrapper #box-content {
        width: 100%; } }
    .lp_wrapper #box-content #drawer {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      z-index: 2;
      background: #ffffff;
      overflow: visible; }
      .lp_wrapper #box-content #drawer .box1 {
        padding: 10% 20%; }
        @media screen and (max-width: 500px) {
          .lp_wrapper #box-content #drawer .box1 {
            padding: 1.0em; } }
        .lp_wrapper #box-content #drawer .box1 .kv {
          margin-bottom: 10vh; }
        .lp_wrapper #box-content #drawer .box1 .scroll-anime {
          position: relative;
          width: 142px;
          height: 150px;
          margin: 0 auto; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .box1 .scroll-anime {
              width: 30%; } }
          .lp_wrapper #box-content #drawer .box1 .scroll-anime img {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: opacity .8s ease-in-out; }
          .lp_wrapper #box-content #drawer .box1 .scroll-anime .img-1 {
            opacity: 1;
            z-index: 2; }
          .lp_wrapper #box-content #drawer .box1 .scroll-anime .img-2 {
            opacity: 0;
            z-index: 1; }
          .lp_wrapper #box-content #drawer .box1 .scroll-anime.is-active .img-1 {
            opacity: 0; }
          .lp_wrapper #box-content #drawer .box1 .scroll-anime.is-active .img-2 {
            opacity: 1;
            z-index: 3; }
        .lp_wrapper #box-content #drawer .box1 .letter {
          margin: 10vh auto;
          position: relative; }
          .lp_wrapper #box-content #drawer .box1 .letter .mail {
            position: absolute;
            left: -20px;
            bottom: -20px;
            max-width: 180px; }
            @media screen and (max-width: 1500px) {
              .lp_wrapper #box-content #drawer .box1 .letter .mail {
                max-width: 150px; } }
          .lp_wrapper #box-content #drawer .box1 .letter .scroll {
            position: absolute;
            bottom: 0;
            right: 47%;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px; }
            @media screen and (max-width: 1080px) {
              .lp_wrapper #box-content #drawer .box1 .letter .scroll {
                bottom: -17px; } }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer .box1 .letter .scroll {
                bottom: -30px; } }
            .lp_wrapper #box-content #drawer .box1 .letter .scroll img {
              flex-shrink: 0; }
            .lp_wrapper #box-content #drawer .box1 .letter .scroll .line {
              display: flex;
              flex-direction: column;
              gap: 5px; }
              .lp_wrapper #box-content #drawer .box1 .letter .scroll .line span {
                width: 1px;
                height: 7px;
                background-color: #5593cf;
                border-radius: 1px;
                opacity: 0; }
              .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span {
                animation: dotFlow 1s ease-out forwards; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(1) {
                  animation-delay: 0.3s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(2) {
                  animation-delay: 0.6s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(3) {
                  animation-delay: 0.9s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(4) {
                  animation-delay: 1.2s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(5) {
                  animation-delay: 1.5s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(6) {
                  animation-delay: 1.8s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(7) {
                  animation-delay: 2.1s; }
                .lp_wrapper #box-content #drawer .box1 .letter .scroll .line.visible span:nth-child(8) {
                  animation-delay: 2.4s; }
      .lp_wrapper #box-content #drawer section {
        position: relative;
        padding: 10vh 0;
        border-bottom: 1px solid #6e9fdd; }
        @media screen and (max-width: 500px) {
          .lp_wrapper #box-content #drawer section {
            padding: 7vh 0; } }
        .lp_wrapper #box-content #drawer section:last-child {
          padding-bottom: 3%; }
        .lp_wrapper #box-content #drawer section#item_1 {
          background: #fbefef; }
          .lp_wrapper #box-content #drawer section#item_1::after {
            content: "";
            width: 200px;
            height: 200px;
            background: url("../images/SVG/mail_2.svg") no-repeat;
            background-size: contain;
            position: absolute;
            bottom: -70px;
            right: 10px;
            z-index: 50; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer section#item_1::after {
                width: 150px;
                height: 150px;
                bottom: -45px;
                right: 0; } }
        .lp_wrapper #box-content #drawer section#item_2 {
          background: #fbf5ec; }
        .lp_wrapper #box-content #drawer section#item_3 {
          background: #ffffff; }
          .lp_wrapper #box-content #drawer section#item_3 .item {
            margin: 0 auto;
            width: 60%; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer section#item_3 .item {
                width: 65%; } }
        .lp_wrapper #box-content #drawer section h2 {
          font-family: "ttl";
          font-weight: 400;
          font-size: 2.0em;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer section h2 {
              font-size: 6.0vw;
              margin-bottom: .7sem; } }
        .lp_wrapper #box-content #drawer section .inner {
          width: 70%;
          margin: 0 auto; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer section .inner {
              width: 100%; } }
          .lp_wrapper #box-content #drawer section .inner .swiper02 {
            width: 90%;
            margin: 10% auto; }
      .lp_wrapper #box-content #drawer .stickyBox {
        display: block;
        width: 100%; }
      .lp_wrapper #box-content #drawer .sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        display: block;
        overflow: visible !important;
        contain: paint;
        height: calc(100vh); }
        .lp_wrapper #box-content #drawer .sticky img {
          position: absolute;
          display: block;
          max-width: 400px;
          width: 80%;
          aspect-ratio: 593 / 785;
          top: 50%;
          left: 50%; }
        .lp_wrapper #box-content #drawer .sticky .pic_1 {
          transform: translate(-50%, -50%); }
        .lp_wrapper #box-content #drawer .sticky .pic_2 {
          transform: translate(-45%, -45%); }
        .lp_wrapper #box-content #drawer .sticky .pic_3 {
          transform: translate(-55%, -60%); }
      .lp_wrapper #box-content #drawer .bubbleBox {
        display: flex;
        justify-content: center;
        align-items: stretch;
        overflow: hidden;
        width: 100%; }
        .lp_wrapper #box-content #drawer .bubbleBox .bubble-background {
          position: relative;
          height: auto;
          width: 20%; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .bubbleBox .bubble-background {
              width: calc((100% - 65%) / 2); } }
          .lp_wrapper #box-content #drawer .bubbleBox .bubble-background .bubble {
            position: absolute;
            bottom: -50px;
            background-color: transparent;
            pointer-events: none;
            background: url("../images/SVG/heart_1.svg") no-repeat;
            background-size: contain;
            width: 55px;
            animation: bubble 8s linear forwards;
            z-index: 2;
            will-change: transform; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer .bubbleBox .bubble-background .bubble {
                width: 20px; } }
      .lp_wrapper #box-content #drawer .itemBox {
        width: 60%;
        position: relative;
        z-index: 3; }
        @media screen and (max-width: 500px) {
          .lp_wrapper #box-content #drawer .itemBox {
            width: 65%; } }
        .lp_wrapper #box-content #drawer .itemBox p {
          font-size: 1.0em;
          line-height: 2.0;
          margin: 2.0em auto; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .itemBox p {
              font-size: 3.5vw; } }
        .lp_wrapper #box-content #drawer .itemBox .catch {
          border: 1px solid #6e9fdd;
          color: #6e9fdd;
          font-size: 0.7em;
          padding: 0.2em 1.0em;
          width: fit-content;
          margin: 1.0em auto;
          background: #ffffff;
          line-height: 1.5; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .itemBox .catch {
              font-size: 2.8vw; } }
        .lp_wrapper #box-content #drawer .itemBox span {
          display: block;
          font-size: 0.7em;
          text-align: left;
          width: fit-content;
          margin: 0 auto 2.0em; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .itemBox span {
              font-size: 2.8vw; } }
      .lp_wrapper #box-content #drawer a.btn {
        color: #ffffff;
        background: #6e9fdd;
        display: block;
        font-size: 1.0em;
        padding: 1.0em;
        letter-spacing: 0.1em;
        line-height: 1.0;
        border-radius: 50vh;
        border: 1px solid #6e9fdd;
        max-width: 300px;
        margin: 0 auto;
        font-family: "btn"; }
        @media screen and (max-width: 500px) {
          .lp_wrapper #box-content #drawer a.btn {
            font-size: 3.5vw; } }
        .lp_wrapper #box-content #drawer a.btn:hover {
          background: #ffffff;
          color: #6e9fdd; }
      .lp_wrapper #box-content #drawer .alc_img {
        margin: 10% auto;
        width: 90%; }
      .lp_wrapper #box-content #drawer .heart-animeBox {
        width: 90%;
        margin: 10% auto; }
        .lp_wrapper #box-content #drawer .heart-animeBox .inBox {
          position: relative;
          text-align: right;
          margin-top: -40px; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .heart-animeBox .inBox {
              margin-top: -25px; } }
          .lp_wrapper #box-content #drawer .heart-animeBox .inBox .heart {
            width: 80%;
            margin: 0 0 0 auto;
            min-height: 100px;
            -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
            transition: 3s -webkit-clip-path 1.5s ease-out, 3s clip-path 1.5s ease-out; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer .heart-animeBox .inBox .heart {
                max-width: 400px;
                width: 75%; } }
            .lp_wrapper #box-content #drawer .heart-animeBox .inBox .heart.visible {
              -webkit-clip-path: circle(100% at 50% 50%);
              clip-path: circle(100% at 50% 50%);
              transition: .8s ease .5s; }
          .lp_wrapper #box-content #drawer .heart-animeBox .inBox .circle {
            position: absolute;
            top: 20%;
            left: 0;
            transform: scale(0) rotate(0deg);
            transition: transform .5s ease-out; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer .heart-animeBox .inBox .circle {
                max-width: 150px;
                width: 32%; } }
            .lp_wrapper #box-content #drawer .heart-animeBox .inBox .circle.visible {
              transform: scale(1) rotate(0deg);
              transition-delay: 1s;
              animation: circleRotate 6s linear infinite 1.5s; }
      .lp_wrapper #box-content #drawer .heart-scroll {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative; }
        .lp_wrapper #box-content #drawer .heart-scroll::before {
          content: "";
          width: 200px;
          height: 200px;
          background: url("../images/SVG/mail_3.svg") no-repeat;
          background-size: contain;
          position: absolute;
          top: -100px;
          left: 0;
          z-index: 50;
          opacity: 0; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .heart-scroll::before {
              width: 180px; } }
        .lp_wrapper #box-content #drawer .heart-scroll.visible::before {
          opacity: 1;
          transition: opacity 0.4s ease 1.5s; }
        .lp_wrapper #box-content #drawer .heart-scroll img {
          margin-bottom: 20px;
          display: block;
          opacity: 0;
          transform: scale(0.5); }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .heart-scroll img {
              max-width: 13px; } }
          .lp_wrapper #box-content #drawer .heart-scroll img.visible {
            opacity: 1;
            transform: scale(1);
            transition: opacity 0.4s ease, transform 0.4s ease; }
          .lp_wrapper #box-content #drawer .heart-scroll img:nth-of-type(1).visible {
            transition-delay: 1.2s; }
          .lp_wrapper #box-content #drawer .heart-scroll img:nth-of-type(2).visible {
            transition-delay: 1.4s; }
          .lp_wrapper #box-content #drawer .heart-scroll img:nth-of-type(3).visible {
            transition-delay: 1.6s; }
      .lp_wrapper #box-content #drawer .variation {
        margin: 2.0em auto 10%; }
        .lp_wrapper #box-content #drawer .variation p {
          font-size: 1.0em;
          color: #4d4d4d;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .variation p {
              font-size: 3.5vw; } }
        .lp_wrapper #box-content #drawer .variation img {
          max-width: 200px; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .variation img {
              width: 50%; } }
      .lp_wrapper #box-content #drawer .flexBox {
        margin: 10% auto 0; }
        .lp_wrapper #box-content #drawer .flexBox .itemBox {
          width: 80%;
          margin: 0 auto; }
        .lp_wrapper #box-content #drawer .flexBox h3 {
          color: #4d4d4d;
          font-size: 1.0em;
          font-weight: 400;
          text-align: center; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .flexBox h3 {
              font-size: 3.5vw; } }
        .lp_wrapper #box-content #drawer .flexBox .flex {
          margin: 5% auto;
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-wrap: wrap; }
          .lp_wrapper #box-content #drawer .flexBox .flex a {
            display: block;
            width: calc(100%/2 - 2%);
            margin: 1% auto 5%;
            position: relative; }
            .lp_wrapper #box-content #drawer .flexBox .flex a.size img:nth-child(1) {
              padding: 0 2%; }
            .lp_wrapper #box-content #drawer .flexBox .flex a .icon {
              position: absolute;
              top: 0;
              left: 0;
              max-width: 80px; }
              @media screen and (max-width: 500px) {
                .lp_wrapper #box-content #drawer .flexBox .flex a .icon {
                  max-width: 45px; } }
              .lp_wrapper #box-content #drawer .flexBox .flex a .icon.size {
                max-width: 40px; }
                @media screen and (max-width: 500px) {
                  .lp_wrapper #box-content #drawer .flexBox .flex a .icon.size {
                    max-width: 22px; } }
          .lp_wrapper #box-content #drawer .flexBox .flex p {
            border: 1px solid #6e9fdd;
            color: #ffffff;
            font-size: 0.7em;
            padding: 0.5em 1.0em;
            width: fit-content;
            margin: 1.0em auto;
            background: #6e9fdd;
            line-height: 1.5; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer .flexBox .flex p {
                font-size: 2.8vw; } }
          .lp_wrapper #box-content #drawer .flexBox .flex span {
            display: block;
            font-size: 0.7em;
            text-align: left;
            width: fit-content;
            margin: 0 auto; }
            @media screen and (max-width: 500px) {
              .lp_wrapper #box-content #drawer .flexBox .flex span {
                font-size: 2.8vw; } }
      .lp_wrapper #box-content #drawer .address {
        margin: 10% auto 0; }
        .lp_wrapper #box-content #drawer .address h4 {
          font-size: 1.0em;
          color: #4d4d4d;
          font-weight: 600;
          margin-bottom: 1.0em; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .address h4 {
              font-size: 3.5vw; } }
        .lp_wrapper #box-content #drawer .address p {
          font-size: 0.8em;
          margin-bottom: 1.0em;
          line-height: 1.5;
          color: #4d4d4d;
          font-family: "add"; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .address p {
              font-size: 3.0vw; } }
        .lp_wrapper #box-content #drawer .address .btn {
          margin-top: 1.5em; }
      .lp_wrapper #box-content #drawer .credit {
        margin: 10% auto; }
        .lp_wrapper #box-content #drawer .credit p {
          font-size: .9em;
          color: #4d4d4d;
          line-height: 1.8;
          margin-bottom: 1.0em;
          font-family: "name"; }
          @media screen and (max-width: 500px) {
            .lp_wrapper #box-content #drawer .credit p {
              font-size: 3.2vw; } }
          .lp_wrapper #box-content #drawer .credit p span {
            font-size: 100%;
            display: block;
            font-family: "add"; }
      .lp_wrapper #box-content #drawer .logo {
        margin: 10% auto; }
        @media screen and (max-width: 500px) {
          .lp_wrapper #box-content #drawer .logo {
            margin-top: 25%; } }
      .lp_wrapper #box-content #drawer p.copy {
        font-size: 0.6em;
        margin-top: 10vh; }
        @media screen and (max-width: 500px) {
          .lp_wrapper #box-content #drawer p.copy {
            margin-top: 10%;
            font-size: 2.2vw; } }

@keyframes dotFlow {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes bubble {
  0% {
    transform: translatY(0);
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    transform: translateY(-100vh);
    opacity: 0; } }
@keyframes circleRotate {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
