@charset "UTF-8";
@font-face {
  font-family: "bold";
  src: url("../font/LINESeedJP_OTF_Bd.otf") format("opentype"); }
@font-face {
  font-family: "Regular";
  src: url("../font/LINESeedJP_OTF_Rg.otf") format("opentype"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #363b60; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:hover, a:visited {
    color: #363b60; }

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 {
  scroll-behavior: smooth; }

body {
  overflow-x: visible;
  width: 100vw; }

html, body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }

.fs-l-page {
  overflow: visible; }

p {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto !important; }

main {
  max-width: 100%; }

.mainBox {
  margin: 0 auto !important; }

footer {
  position: relative;
  z-index: 9999; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  font-family: "Regular";
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: #363b60; }
  .lp_wrapper .mv {
    height: 100vh;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: block;
    overflow: visible !important;
    contain: paint; }
    @media screen and (max-height: 900px) {
      .lp_wrapper .mv {
        height: 100vh; } }
    .lp_wrapper .mv .swiper {
      height: 100%; }
      .lp_wrapper .mv .swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .lp_wrapper .mv .swiperLeft .swiper-wrapper {
      transition-timing-function: linear; }
    .lp_wrapper .mv .ttl {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: +1; }
      .lp_wrapper .mv .ttl img {
        max-width: 300px; }
        @media screen and (max-width: 2000px) {
          .lp_wrapper .mv .ttl img {
            max-width: 150px; } }
        @media screen and (max-width: 1800px) {
          .lp_wrapper .mv .ttl img {
            max-width: 100px; } }
      .lp_wrapper .mv .ttl h1 {
        font-weight: normal;
        font-size: 2.5em;
        color: #ffffff;
        line-height: 3.5; }
        @media screen and (max-width: 2000px) {
          .lp_wrapper .mv .ttl h1 {
            font-size: 1.5em; } }
        @media screen and (max-width: 1800px) {
          .lp_wrapper .mv .ttl h1 {
            font-size: 1.2em; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .mv .ttl h1 {
            font-size: 3.8vw;
            line-height: 4.5; } }
  .lp_wrapper .mainBox {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999; }
    .lp_wrapper .mainBox .flexBox {
      background: #363b60;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      overflow-y: hidden; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .mainBox .flexBox {
          flex-direction: column;
          height: fit-content; } }
      .lp_wrapper .mainBox .flexBox .swiper {
        width: 50%; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .mainBox .flexBox .swiper {
            width: 100%; } }
      .lp_wrapper .mainBox .flexBox .txtBox {
        width: 50%; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .mainBox .flexBox .txtBox {
            width: 100%;
            padding: 10em 0; } }
        .lp_wrapper .mainBox .flexBox .txtBox img {
          margin-bottom: 4.0em; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .mainBox .flexBox .txtBox img {
              width: 45%; } }
        .lp_wrapper .mainBox .flexBox .txtBox p {
          color: #ffffff;
          font-size: 1.0em;
          line-height: 2.0; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .mainBox .flexBox .txtBox p {
              font-size: 3.2vw;
              line-height: 1.5; } }
  .lp_wrapper .beige {
    padding: 1.0em 0;
    background: #fbf4dc; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .beige {
        padding: 3.0em 0; } }
    .lp_wrapper .beige .swipertxt {
      margin: 2.0em auto 3.0em; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .beige .swipertxt {
          margin-bottom: 3.0em; } }
      .lp_wrapper .beige .swipertxt .swiper-wrapper {
        transition-timing-function: linear; }
  .lp_wrapper .itemBox {
    width: 90%;
    margin: 0 auto 5%;
    position: relative;
    max-width: 1500px;
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.5s; }
    @media screen and (max-width: 1800px) {
      .lp_wrapper .itemBox {
        max-width: none;
        margin-bottom: 10%;
        transform: translate(0, 20px);
        transition: all 1.0s; } }
    .lp_wrapper .itemBox.is-active {
      opacity: 1;
      transform: translate(0, 0); }
    .lp_wrapper .itemBox .itemFlex {
      overflow: hidden;
      border-radius: .7em;
      display: flex;
      justify-content: center;
      align-items: stretch; }
      .lp_wrapper .itemBox .itemFlex .animeBox, .lp_wrapper .itemBox .itemFlex .pc_box {
        width: 50%;
        background: #ffffff;
        position: relative; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .itemBox .itemFlex .pc_box {
          display: none; } }
      .lp_wrapper .itemBox .itemFlex .animeBox {
        overflow: hidden; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .itemBox .itemFlex .animeBox {
            width: 100%;
            height: 85vh; } }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .itemBox .itemFlex .animeBox .parallax {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0; } }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .itemBox .itemFlex .animeBox .parallax .parallax-img {
            height: 100%; }
            .lp_wrapper .itemBox .itemFlex .animeBox .parallax .parallax-img img {
              max-width: none;
              width: 110%;
              height: 110%;
              object-fit: cover; } }
        .lp_wrapper .itemBox .itemFlex .animeBox h3 {
          position: absolute;
          top: 2.0em;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          color: #fff;
          font-family: "bold";
          font-size: 1.8em; }
          @media screen and (max-width: 600px) {
            .lp_wrapper .itemBox .itemFlex .animeBox h3 {
              font-size: 7.0vw;
              letter-spacing: 0;
              top: 3.0em; } }
        .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt {
          position: absolute;
          bottom: 2.0em;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          opacity: 0; }
          .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt p {
            font-size: 1.0em;
            color: #ffffff;
            text-align: center; }
            @media screen and (max-width: 600px) {
              .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt p {
                font-size: 3.0vw; } }
          .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active {
            opacity: 1; }
            .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active p {
              white-space: nowrap;
              overflow: hidden;
              margin: 0 auto; }
              .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active p.plural1 {
                width: 26ch;
                animation: typing 3s steps(13), typingEffect 0.5s step-end infinite alternate; }
              .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active p.plural2 {
                width: 16ch;
                animation: typing 2.5s steps(8), typingEffect 0.5s step-end infinite alternate; }
              .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active p.plural3 {
                width: 24ch;
                animation: typing 3s steps(12), typingEffect 0.5s step-end infinite alternate; }
              .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active p.plural4 {
                width: 20ch;
                animation: typing 2.8s steps(10), typingEffect 0.5s step-end infinite alternate; }
              .lp_wrapper .itemBox .itemFlex .animeBox .animeTxt.is-active p.plural5 {
                width: 18ch;
                animation: typing 2.6s steps(9), typingEffect 0.5s step-end infinite alternate; }
      .lp_wrapper .itemBox .itemFlex .inner {
        position: absolute;
        width: 60%;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 60%;
        max-width: 400px; }
        .lp_wrapper .itemBox .itemFlex .inner h4 {
          text-align: left;
          font-family: "bold";
          font-size: 1.1em;
          font-weight: 600;
          margin-bottom: 1.0em; }
        .lp_wrapper .itemBox .itemFlex .inner p {
          font-size: .9em;
          text-align: left; }
        .lp_wrapper .itemBox .itemFlex .inner ul {
          padding: 0; }
          .lp_wrapper .itemBox .itemFlex .inner ul li {
            margin-bottom: 1.0em; }
            .lp_wrapper .itemBox .itemFlex .inner ul li p {
              text-align: center;
              margin-bottom: 0.2em; }
              .lp_wrapper .itemBox .itemFlex .inner ul li p.left {
                text-align: left; }
            .lp_wrapper .itemBox .itemFlex .inner ul li a {
              border: 1px solid #363b60;
              border-radius: 50vh;
              padding: 0.2em;
              display: block;
              font-size: .9em;
              color: #363b60; }
    .lp_wrapper .itemBox .seriesimages {
      width: 25%;
      max-width: 350px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .itemBox .seriesimages {
          width: 56%;
          top: 55%; } }
      .lp_wrapper .itemBox .seriesimages.view .swiperslider {
        transform: scale(0);
        transition: all .8s ease .2s; }
      .lp_wrapper .itemBox .seriesimages.view.js-on .swiperslider {
        transform: scale(1); }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .itemBox .seriesimages .swiper {
          border: 1px solid #363b60; } }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .itemBox .seriesimages .swiper-pagination {
          display: none; } }
      .lp_wrapper .itemBox .seriesimages .swiper-pagination-bullet {
        background-color: #fff !important;
        height: 6px;
        width: 6px;
        opacity: 1 !important; }
        .lp_wrapper .itemBox .seriesimages .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #363b60 !important; }
      .lp_wrapper .itemBox .seriesimages .spBtn {
        display: none; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .itemBox .seriesimages .spBtn {
            display: block;
            margin-top: 1.0em; } }
        .lp_wrapper .itemBox .seriesimages .spBtn a {
          display: block;
          font-size: 2.8vw;
          padding: 0.3em;
          width: 100%;
          margin: 0 auto;
          color: #363b60;
          background: #fff;
          border: 1px solid #363b60;
          border-radius: 50vh; }
        .lp_wrapper .itemBox .seriesimages .spBtn p {
          font-size: 2.8vw;
          color: #fff;
          margin: 0 calc(50% - 50vw);
          width: 100vw; }
    .lp_wrapper .itemBox .modalBtn {
      display: none; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .itemBox .modalBtn {
          position: absolute;
          top: 0.7em;
          right: .7em;
          width: 25px;
          height: 25px;
          z-index: 9999;
          display: block;
          color: #ffffff;
          background: none;
          border: 0; }
          .lp_wrapper .itemBox .modalBtn::before, .lp_wrapper .itemBox .modalBtn::after {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background-color: #fff;
            border-radius: 10px; }
          .lp_wrapper .itemBox .modalBtn::before {
            width: 2px;
            height: 25px; }
          .lp_wrapper .itemBox .modalBtn::after {
            width: 25px;
            height: 2px; } }
  @media screen and (max-width: 1080px) {
    .lp_wrapper .endBox {
      background: #363b60; } }
  .lp_wrapper .endBox ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .endBox ul {
        flex-direction: column; } }
    .lp_wrapper .endBox ul li {
      width: 50%; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .endBox ul li {
          width: 100%; } }
      .lp_wrapper .endBox ul li:first-child {
        background: rgba(255, 237, 239, 0.8);
        padding: 10% 0; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .endBox ul li:first-child {
            background: #363b60;
            padding: 30% 0; } }
      .lp_wrapper .endBox ul li:last-child {
        background: rgba(255, 220, 193, 0.8);
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .endBox ul li:last-child {
            background: #363b60; } }
        .lp_wrapper .endBox ul li:last-child .block {
          height: 50%;
          position: relative; }
          .lp_wrapper .endBox ul li:last-child .block:last-child {
            background: rgba(255, 252, 168, 0.8); }
            @media screen and (max-width: 1080px) {
              .lp_wrapper .endBox ul li:last-child .block:last-child {
                background: #363b60; } }
          .lp_wrapper .endBox ul li:last-child .block .inner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: fit-content; }
            @media screen and (max-width: 1080px) {
              .lp_wrapper .endBox ul li:last-child .block .inner {
                position: static;
                transform: translate(0, 0);
                width: 100%; } }
            .lp_wrapper .endBox ul li:last-child .block .inner a {
              display: block;
              border: 1px solid #363b60;
              padding: 0.3em 6em;
              border-radius: 50vh;
              font-size: 0.9em;
              margin-bottom: 1.0em;
              background: #fff;
              color: #363b60; }
              @media screen and (max-width: 600px) {
                .lp_wrapper .endBox ul li:last-child .block .inner a {
                  font-size: 2.8vw; } }
      .lp_wrapper .endBox ul li p {
        line-height: 3.0; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .endBox ul li p {
            color: #fff;
            line-height: 2.5; } }
        @media screen and (max-width: 600px) {
          .lp_wrapper .endBox ul li p {
            font-size: 3.0vw; } }
        .lp_wrapper .endBox ul li p.ttl {
          font-size: 1.0em;
          font-family: "bold";
          margin-bottom: 2.0em; }
          @media screen and (max-width: 1080px) {
            .lp_wrapper .endBox ul li p.ttl {
              margin-bottom: 3%; } }
          @media screen and (max-width: 600px) {
            .lp_wrapper .endBox ul li p.ttl {
              font-size: 3.4vw; } }
  .lp_wrapper .endBox .video {
    margin: 0 auto;
    width: 80%;
    max-width: 500px; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .endBox .video {
        margin-top: 1.0em; } }
    .lp_wrapper .endBox .video iframe.size {
      width: 100%;
      height: 100%;
      aspect-ratio: 9 / 16;
      display: block;
      margin: auto; }
  .lp_wrapper .lp_footer {
    background: #363b60;
    color: #fff;
    padding: 15% 0 3%; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .lp_footer {
        padding-top: 25%; } }
    .lp_wrapper .lp_footer p {
      font-size: 1.0em; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .lp_footer p {
          font-size: 3.2vw; } }
    .lp_wrapper .lp_footer .sns {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 250px;
      margin: 5em auto; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .lp_footer .sns {
          margin: 1.0em auto;
          max-width: 150px; }
          .lp_wrapper .lp_footer .sns img {
            max-width: 14px; } }
      .lp_wrapper .lp_footer .sns p {
        width: calc(100%/3); }
    .lp_wrapper .lp_footer .logo {
      margin: 10% auto; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .lp_footer .logo {
          margin-top: 30%; } }
      .lp_wrapper .lp_footer .logo a img {
        max-width: 70px; }
        @media screen and (max-width: 1080px) {
          .lp_wrapper .lp_footer .logo a img {
            max-width: 50px; } }
    .lp_wrapper .lp_footer .copy {
      font-size: 0.7em; }
      @media screen and (max-width: 600px) {
        .lp_wrapper .lp_footer .copy {
          font-size: 2.0vw; } }
  .lp_wrapper .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); }
    .lp_wrapper .modal .modal-box {
      background-color: #fff;
      margin: 10% auto;
      max-width: 640px;
      width: 90%;
      min-height: 300px;
      border-radius: 10px;
      animation-name: modalopen;
      animation-duration: 1s;
      position: relative;
      padding: 2.0em; }
      .lp_wrapper .modal .modal-box h4 {
        font-weight: 600;
        font-size: 3.4vw;
        text-align: left;
        margin-bottom: 1.0em; }
      .lp_wrapper .modal .modal-box p {
        text-align: justify;
        font-size: 3.2vw; }
      .lp_wrapper .modal .modal-box .modalitem {
        margin: 15% auto; }
        .lp_wrapper .modal .modal-box .modalitem img {
          width: 70%;
          margin: .7em auto 0; }
        .lp_wrapper .modal .modal-box .modalitem .at {
          font-size: 3.0vw;
          text-align: center;
          margin-top: 1.0em; }
        .lp_wrapper .modal .modal-box .modalitem a {
          background: #fff;
          width: 70%;
          display: block;
          margin: 1.0em auto;
          font-size: 3.0vw;
          padding: 0.4em;
          border: 1px solid #363b60;
          border-radius: 50vh;
          line-height: 1.0; }
      .lp_wrapper .modal .modal-box .modalClose {
        position: absolute;
        top: 2.0em;
        right: 2.0em;
        width: 25px;
        height: 25px;
        background: none;
        border: 0; }
        .lp_wrapper .modal .modal-box .modalClose::before {
          width: 25px;
          content: "";
          height: 2px;
          background: #363b60;
          position: absolute;
          top: 0;
          left: 0; }

@keyframes typing {
  from {
    width: 0; } }
@keyframes typingEffect {
  50% {
    border-color: transparent; } }
