@charset "UTF-8";
@font-face {
  font-family: "eng";
  src: url("../fonts/felix-titling.ttf") format("TrueType"); }
/*--------------------
共通設定
----------------------*/
* {
  padding: 0;
  margin: 0; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c;
  transition: .8s; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.lp_sp {
  display: none; }
  @media screen and (max-width: 820px) {
    .lp_sp {
      display: block; } }

.fadein {
  opacity: 0;
  transition: opacity 1s, transform 1s; }
  .fadein.visible {
    opacity: 1; }

.fade {
  opacity: 0;
  transition: opacity 4s 0.5s, transform 4s 0.5s; }
  .fade.visible {
    opacity: 1; }

.instax {
  opacity: 0;
  transition: opacity 5s 0.3s, transform 3s 0.3s; }
  .instax.visible {
    opacity: 1; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
  letter-spacing: 0;
  color: #3c463c;
  font-size: 14px;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 400; }
  .lp_wrapper .sidearea {
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    transition: .8s;
    background: #fffcf1; }
    @media screen and (max-width: 1080px) {
      .lp_wrapper .sidearea {
        width: calc(100% - 500px); } }
    .lp_wrapper .sidearea.boxleft {
      left: 0;
      background: url("../images/pc_back.jpg") no-repeat;
      background-size: cover;
      background-position: top 30% left 50%;
      width: calc((100% - 500px ) - 30%); }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .sidearea.boxleft {
          width: calc(100% - 500px); } }
      @media screen and (max-width: 820px) {
        .lp_wrapper .sidearea.boxleft {
          display: none; } }
      .lp_wrapper .sidearea.boxleft .pcback {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center 20%; }
      .lp_wrapper .sidearea.boxleft .ttl {
        position: absolute;
        top: 60px;
        left: 50%;
        width: 80%;
        text-align: center;
        transform: translateX(-50%); }
        @media screen and (max-width: 1800px) {
          .lp_wrapper .sidearea.boxleft .ttl {
            width: 100%; } }
        .lp_wrapper .sidearea.boxleft .ttl h1 {
          font-family: "eng";
          font-size: 3.5em;
          font-weight: 400;
          letter-spacing: 1px;
          margin: 0; }
          @media screen and (max-width: 1800px) {
            .lp_wrapper .sidearea.boxleft .ttl h1 {
              font-size: 2.2em; } }
        .lp_wrapper .sidearea.boxleft .ttl p {
          font-size: 1.0em; }
    .lp_wrapper .sidearea.boxright {
      right: 0;
      width: 30%;
      background: #AB98B7; }
      @media screen and (max-width: 1080px) {
        .lp_wrapper .sidearea.boxright {
          display: none; } }
      .lp_wrapper .sidearea.boxright .flexBox {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        height: 90vh;
        position: absolute;
        top: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%; }
        @media screen and (max-width: 1980px) {
          .lp_wrapper .sidearea.boxright .flexBox {
            max-width: 300px; } }
      .lp_wrapper .sidearea.boxright .menu {
        background: #ffffff;
        border: 1px solid #3c463c;
        border-radius: 1.0em;
        padding: 1.5em; }
        .lp_wrapper .sidearea.boxright .menu h2 {
          font-size: 1.5em;
          font-family: "eng";
          color: #AB98B7;
          font-weight: 400;
          margin-bottom: 0.5em;
          letter-spacing: 1px; }
        .lp_wrapper .sidearea.boxright .menu ul {
          border-top: 4px double #3c463c; }
          .lp_wrapper .sidearea.boxright .menu ul li {
            padding: 14px 8px;
            border-bottom: 1px solid #3c463c; }
            .lp_wrapper .sidearea.boxright .menu ul li:last-child {
              border: none;
              padding-bottom: 0; }
            .lp_wrapper .sidearea.boxright .menu ul li p {
              text-align: left;
              font-size: 0.8em;
              margin: 0; }
              .lp_wrapper .sidearea.boxright .menu ul li p.eng {
                font-size: 130%;
                letter-spacing: 1px;
                font-family: "eng"; }
            .lp_wrapper .sidearea.boxright .menu ul li a {
              display: flex;
              align-items: flex-start;
              justify-content: flex-start; }
              .lp_wrapper .sidearea.boxright .menu ul li a.reco {
                display: block; }
              .lp_wrapper .sidearea.boxright .menu ul li a p {
                font-size: .8em;
                line-height: 1.5;
                text-align: left; }
                .lp_wrapper .sidearea.boxright .menu ul li a p span {
                  font-size: 70%; }
                .lp_wrapper .sidearea.boxright .menu ul li a p.number {
                  font-size: 250%;
                  font-family: "eng";
                  margin-right: 14px;
                  line-height: 1; }
      .lp_wrapper .sidearea.boxright .design {
        max-width: 250px; }
        @media screen and (max-width: 1800px) {
          .lp_wrapper .sidearea.boxright .design {
            max-width: 180px; } }
  .lp_wrapper #box-content {
    position: relative;
    z-index: 1000;
    width: 500px;
    top: 50px;
    margin: 0 30% 0 auto;
    /*drawer*/ }
    @media screen and (max-width: 1080px) {
      .lp_wrapper #box-content {
        margin: 0 0 0 auto; } }
    @media screen and (max-width: 820px) {
      .lp_wrapper #box-content {
        width: 100%;
        top: 0; } }
    .lp_wrapper #box-content #drawer {
      position: relative;
      margin: 0 auto; }
      .lp_wrapper #box-content #drawer .innerBox {
        overflow: hidden; }
      .lp_wrapper #box-content #drawer .kv {
        display: none; }
        @media screen and (max-width: 820px) {
          .lp_wrapper #box-content #drawer .kv {
            display: block; } }
        .lp_wrapper #box-content #drawer .kv .ttl {
          background: #AB98B7;
          color: #ffffff;
          padding: 1.0em 0; }
          .lp_wrapper #box-content #drawer .kv .ttl p {
            font-size: .8em;
            letter-spacing: 1px;
            line-height: 2.0; }
            .lp_wrapper #box-content #drawer .kv .ttl p.eng {
              font-size: 100%;
              font-family: "eng"; }
              .lp_wrapper #box-content #drawer .kv .ttl p.eng span {
                font-size: 70%;
                margin-left: .2em; }
          .lp_wrapper #box-content #drawer .kv .ttl h2 {
            font-family: "eng";
            font-weight: 400;
            font-size: 2.5em;
            letter-spacing: 1px; }
        .lp_wrapper #box-content #drawer .kv .box {
          position: relative;
          max-width: 800px;
          margin: 0 auto; }
          .lp_wrapper #box-content #drawer .kv .box .anime {
            position: absolute;
            top: 0;
            left: 0; }
      .lp_wrapper #box-content #drawer .maintxt {
        margin: min(15%, 20vh) auto; }
        .lp_wrapper #box-content #drawer .maintxt h1 {
          font-size: min(1em, 3.2vw);
          font-weight: 400;
          line-height: 2.0;
          margin-bottom: 2.0em; }
        .lp_wrapper #box-content #drawer .maintxt p {
          font-size: min(0.9em, 3vw);
          margin-bottom: 2.0em;
          line-height: 2.0; }
      .lp_wrapper #box-content #drawer .photo_anime {
        margin: 20% auto;
        transform: rotate(10deg); }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content #drawer .photo_anime {
            margin: 30% auto; } }
        .lp_wrapper #box-content #drawer .photo_anime div {
          position: relative;
          width: 40%;
          background: #4D4D4D;
          margin: 0 auto;
          max-width: 300px; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .photo_anime div {
              width: 45%; } }
          .lp_wrapper #box-content #drawer .photo_anime div .frame {
            position: relative;
            z-index: 2; }
          .lp_wrapper #box-content #drawer .photo_anime div .anime {
            display: block;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
        .lp_wrapper #box-content #drawer .photo_anime.left {
          transform: rotate(-10deg); }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .photo_anime.left div {
              width: 55%; } }
      .lp_wrapper #box-content #drawer .menu {
        width: 80%;
        border: 1px solid #3c463c;
        border-radius: 1.0em;
        padding: 1.5em;
        max-width: 300px;
        margin: 20% auto; }
        .lp_wrapper #box-content #drawer .menu h2 {
          font-size: 1.8em;
          font-family: "eng";
          color: #AB98B7;
          font-weight: 400;
          margin-bottom: 0.5em;
          letter-spacing: 1px; }
        .lp_wrapper #box-content #drawer .menu ul {
          border-top: 4px double #3c463c; }
          .lp_wrapper #box-content #drawer .menu ul li {
            padding: 16px 8px;
            border-bottom: 1px solid #3c463c; }
            .lp_wrapper #box-content #drawer .menu ul li:last-child {
              border: none;
              padding-bottom: 0; }
            .lp_wrapper #box-content #drawer .menu ul li p {
              text-align: left;
              font-size: min(0.8em, 2.9vw); }
              .lp_wrapper #box-content #drawer .menu ul li p.eng {
                font-size: 130%;
                letter-spacing: 1px;
                font-family: "eng"; }
            .lp_wrapper #box-content #drawer .menu ul li a {
              display: flex;
              align-items: flex-start;
              justify-content: flex-start; }
              .lp_wrapper #box-content #drawer .menu ul li a.reco {
                display: block; }
              .lp_wrapper #box-content #drawer .menu ul li a p {
                font-size: min(0.8em, 2.9vw);
                line-height: 1.5;
                text-align: left; }
                .lp_wrapper #box-content #drawer .menu ul li a p span {
                  font-size: 70%; }
                .lp_wrapper #box-content #drawer .menu ul li a p.number {
                  font-size: 250%;
                  font-family: "eng";
                  margin-right: 14px;
                  line-height: 1; }
      .lp_wrapper #box-content #drawer .flower {
        margin: 25% auto; }
      .lp_wrapper #box-content #drawer section {
        width: 80%;
        margin: calc(25% - 60px) auto 25%;
        max-width: 590px;
        padding-top: 60px; }
        .lp_wrapper #box-content #drawer section p {
          font-size: min(0.9em, 3vw);
          text-align: left;
          line-height: 2.4; }
          .lp_wrapper #box-content #drawer section p span {
            font-size: 80%; }
          .lp_wrapper #box-content #drawer section p.center {
            text-align: center; }
        .lp_wrapper #box-content #drawer section .main {
          margin: 5% auto;
          display: block; }
        .lp_wrapper #box-content #drawer section .ttl {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          text-align: left; }
          .lp_wrapper #box-content #drawer section .ttl .num {
            font-size: min(4.2em, 13vw);
            font-family: "eng";
            margin-right: 16px;
            letter-spacing: 0.1em;
            line-height: 1.0; }
          .lp_wrapper #box-content #drawer section .ttl h2 {
            font-weight: 400;
            font-size: min(1.2em, 3.8vw);
            line-height: 1.5;
            font-weight: 600; }
            .lp_wrapper #box-content #drawer section .ttl h2 span {
              font-size: 70%;
              font-weight: 400; }
              @media screen and (max-width: 600px) {
                .lp_wrapper #box-content #drawer section .ttl h2 span {
                  font-size: 80%; } }
            .lp_wrapper #box-content #drawer section .ttl h2.small {
              font-size: min(1em, 3vw);
              line-height: 2.0; }
              .lp_wrapper #box-content #drawer section .ttl h2.small span {
                font-size: 100%; }
        .lp_wrapper #box-content #drawer section .ttl2 {
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          text-align: left; }
          .lp_wrapper #box-content #drawer section .ttl2 .num {
            font-size: min(4.2em, 10vw);
            font-family: "eng";
            letter-spacing: 0.1em;
            line-height: 1.2; }
          .lp_wrapper #box-content #drawer section .ttl2 h2 {
            font-weight: 400;
            font-size: min(0.9em, 3vw);
            line-height: 1.5;
            font-weight: 400; }
          .lp_wrapper #box-content #drawer section .ttl2 div {
            width: 60%; }
            .lp_wrapper #box-content #drawer section .ttl2 div.icon {
              display: flex;
              align-items: center;
              justify-content: flex-end;
              width: 35%; }
              .lp_wrapper #box-content #drawer section .ttl2 div.icon img {
                display: block;
                width: calc(100%/3 - 5%);
                margin-left: 3%; }
        .lp_wrapper #box-content #drawer section .btn {
          display: block;
          font-size: min(0.9em, 3vw);
          padding: 0.5em;
          border: 1px solid #3c463c;
          border-radius: 50vh;
          margin: 5% auto;
          position: relative; }
          .lp_wrapper #box-content #drawer section .btn::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 6px;
            border-color: transparent transparent transparent #3c463c;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1.5em; }
          .lp_wrapper #box-content #drawer section .btn:hover {
            background: #AB98B7;
            border-color: #AB98B7; }
        .lp_wrapper #box-content #drawer section .btnBox {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 90%;
          margin: 0 auto; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer section .btnBox {
              width: 100%;
              margin: 5% auto; } }
          .lp_wrapper #box-content #drawer section .btnBox .btn {
            width: calc(100%/2 - 3%);
            letter-spacing: 1px;
            font-size: min(0.8em, 2.9vw); }
            @media screen and (max-width: 600px) {
              .lp_wrapper #box-content #drawer section .btnBox .btn {
                padding: 0.5em 0;
                margin: 0;
                width: calc(50% - 1.5%); } }
        .lp_wrapper #box-content #drawer section .swiper {
          margin: 5% auto;
          max-width: 590px; }
          .lp_wrapper #box-content #drawer section .swiper .swiper-slide {
            position: relative; }
            .lp_wrapper #box-content #drawer section .swiper .swiper-slide p {
              position: absolute;
              top: 8px;
              right: 8px;
              font-size: min(0.6em, 2.5vw);
              line-height: 1.5;
              text-align: right;
              margin: 0; }
          .lp_wrapper #box-content #drawer section .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .lp_wrapper #box-content #drawer section .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 2px; }
          .lp_wrapper #box-content #drawer section .swiper .swiper-pagination-bullet {
            background-color: #AB98B7;
            height: 7px;
            width: 7px;
            opacity: 1; }
            .lp_wrapper #box-content #drawer section .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
              background-color: #ffffff;
              height: 7px;
              width: 7px; }
      .lp_wrapper #box-content #drawer .itemBox {
        background: #AB98B7;
        padding: 15% 8%; }
        .lp_wrapper #box-content #drawer .itemBox h2 {
          font-size: min(2.5em, 8.2vw);
          font-family: "eng";
          text-align: left;
          color: #ffffff;
          font-weight: 400;
          letter-spacing: .1em; }
          @media screen and (max-width: 600px) {
            .lp_wrapper #box-content #drawer .itemBox h2 {
              line-height: 1.5; } }
        .lp_wrapper #box-content #drawer .itemBox .sub {
          font-size: min(0.9em, 3.2vw);
          text-align: left;
          color: #ffffff; }
        .lp_wrapper #box-content #drawer .itemBox ul {
          margin: 10% auto; }
          .lp_wrapper #box-content #drawer .itemBox ul li {
            margin-bottom: 10%;
            border: 1px solid #4D4D4D;
            background: #ffffff;
            padding: 1.5em 1.5em 0.5em;
            border-radius: 1.0em; }
            .lp_wrapper #box-content #drawer .itemBox ul li p {
              font-size: min(0.9em, 3vw);
              text-align: center;
              border-bottom: 1px solid #4D4D4D;
              padding-bottom: 1.0em;
              line-height: 1.0; }
            .lp_wrapper #box-content #drawer .itemBox ul li div {
              display: flex;
              align-items: center;
              justify-content: space-around;
              padding: 8px 0; }
              .lp_wrapper #box-content #drawer .itemBox ul li div img {
                width: 40%; }
              .lp_wrapper #box-content #drawer .itemBox ul li div p {
                border: none;
                text-align: left;
                font-size: min(0.8em, 2.8vw);
                line-height: 2.0;
                padding-bottom: 0; }
                .lp_wrapper #box-content #drawer .itemBox ul li div p span {
                  font-size: 70%;
                  margin-left: 0.4em; }
      .lp_wrapper #box-content #drawer .card {
        width: 80%;
        margin: 0 auto 20%;
        border: 1px solid #3c463c;
        border-radius: 1.5em;
        padding: 1.0em; }
        @media screen and (max-width: 600px) {
          .lp_wrapper #box-content #drawer .card {
            width: 90%; } }
        .lp_wrapper #box-content #drawer .card h2 {
          font-weight: 400;
          font-size: min(1em, 3.2vw);
          margin-bottom: 1.0em; }
        .lp_wrapper #box-content #drawer .card p {
          font-size: min(0.9em, 3vw);
          text-align: center;
          margin-top: 1.0em; }
      .lp_wrapper #box-content #drawer .btn_box {
        width: 80%;
        margin: 10% auto; }
        .lp_wrapper #box-content #drawer .btn_box a {
          display: block;
          margin: 5% auto;
          border: 1px solid #3c463c;
          letter-spacing: 1px;
          font-size: min(0.8em, 2.9vw);
          padding: 1.2em;
          line-height: 1.0; }
          .lp_wrapper #box-content #drawer .btn_box a:hover {
            background: #AB98B7;
            border-color: #AB98B7; }

.header__menu {
  background: #AB98B7; }

footer {
  z-index: 999;
  background: #AB98B7 !important; }
  footer .copy.en {
    background: #AB98B7 !important; }
