@charset "UTF-8";
@font-face {
  font-family: "myfont";
  src: url("../font/plantagenet-cherokee.ttf") format("truetype"); }
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: .4s;
  color: #0c4460; }
  a:hover {
    text-decoration: none;
    color: #0c4460; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }
  a:visited {
    color: #0c4460; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1000px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1000px) {
    .sp {
      display: block; } }

body {
  overflow-x: visible; }

.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; }

.fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s; }
  .fadeIn.visible {
    opacity: 1;
    transform: translateY(0); }

/*--------------------------------------------*/
#future.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0.05em;
  color: #0c4460;
  font-size: 14px;
  text-align: center;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0; }
  @media screen and (max-width: 1200px) {
    #future.lp_wrapper {
      overflow-x: hidden; } }
#future .sidearea {
  position: fixed;
  top: 60px;
  transition: .8s;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  height: -webkit-fill-available;
  min-height: -webkit-fill-available; }
  @media screen and (max-width: 1200px) {
    #future .sidearea {
      width: calc(100% - 500px);
      top: 0; } }
  #future .sidearea.boxleft {
    left: 0;
    width: calc((100% - 500px) - 20%);
    background: #b71837; }
    #future .sidearea.boxleft .pc_box {
      background: #ffffff;
      width: 90%;
      height: fit-content;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 700px;
      padding: 10% 0; }
      #future .sidearea.boxleft .pc_box::before, #future .sidearea.boxleft .pc_box::after {
        content: "";
        width: 50px;
        height: 110%;
        position: absolute;
        top: -5%; }
      #future .sidearea.boxleft .pc_box::before {
        left: -15px;
        background: url("../images/SVG/left.svg") no-repeat; }
      #future .sidearea.boxleft .pc_box::after {
        background: url("../images/SVG/right.svg") no-repeat;
        right: -30px; }
        @media screen and (max-width: 1200px) {
          #future .sidearea.boxleft .pc_box::after {
            right: -40px; } }
      #future .sidearea.boxleft .pc_box .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 90%;
        max-height: 90%;
        height: fit-content;
        margin: 0 auto; }
        #future .sidearea.boxleft .pc_box .inner .logo {
          margin-bottom: 10%; }
        #future .sidearea.boxleft .pc_box .inner .imgsize {
          width: 70%; }
        #future .sidearea.boxleft .pc_box .inner .txt {
          margin-top: 10%; }
          @media screen and (max-width: 1200px) {
            #future .sidearea.boxleft .pc_box .inner .txt {
              width: 90%;
              margin: 10% auto 0;
              text-align: left; } }
          #future .sidearea.boxleft .pc_box .inner .txt p {
            font-size: min(0.9em, 3vw);
            line-height: 2.0;
            margin-bottom: 1.0em; }
            @media screen and (max-width: 1200px) {
              #future .sidearea.boxleft .pc_box .inner .txt p br {
                display: none; } }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxleft {
        display: none; } }
  #future .sidearea.boxright {
    right: 0;
    width: 20%;
    background: #0c4460; }
    @media screen and (max-width: 1200px) {
      #future .sidearea.boxright {
        width: calc(100% - 800px); } }
    @media screen and (max-width: 1000px) {
      #future .sidearea.boxright {
        width: calc(100% - 500px); } }
    @media screen and (max-width: 700px) {
      #future .sidearea.boxright {
        display: none; } }
    #future .sidearea.boxright .pc_box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      height: 80%;
      width: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #future .sidearea.boxright .pc_box a {
        display: block;
        width: auto;
        height: calc(100%/4 - 5%); }
        #future .sidearea.boxright .pc_box a img {
          width: auto;
          height: 100%; }
        #future .sidearea.boxright .pc_box a p {
          font-size: min(0.8em, 2.8vw);
          color: #ffffff;
          margin-top: 5%; }
#future #box-content {
  position: relative;
  z-index: 1000;
  max-width: 800px;
  margin: 0 20% 0 auto;
  /* drawer */ }
  @media screen and (max-width: 1200px) {
    #future #box-content {
      margin: 0 auto 0 0;
      width: 100%; } }
  @media screen and (max-width: 1000px) {
    #future #box-content {
      max-width: 500px; } }
  @media screen and (max-width: 700px) {
    #future #box-content {
      margin: 0 auto;
      width: 100%;
      max-width: none; } }
  #future #box-content #drawer {
    position: relative;
    width: 500px;
    margin: 0 15% 0 auto;
    top: 0;
    background: #ffffff; }
    @media screen and (max-width: 1200px) {
      #future #box-content #drawer {
        width: 100%; } }
    @media screen and (max-width: 1000px) {
      #future #box-content #drawer {
        max-width: none;
        width: 100%; } }
    #future #box-content #drawer .innerBox section {
      position: relative; }

.mv {
  width: 100%;
  height: fit-content;
  min-height: fit-content;
  position: relative;
  clip-path: inset(0 -9999px 0 -9999px);
  padding-bottom: 25px; }
  @media screen and (max-width: 1000px) {
    .mv {
      height: fit-content; } }
  .mv .inner {
    width: 100%;
    height: fit-content;
    background: #b71837;
    padding-top: 5vh;
    position: relative; }
    .mv .inner div {
      width: 72%;
      height: auto;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media screen and (max-width: 700px) {
        .mv .inner div {
          width: 90%; } }
    .mv .inner img {
      display: block;
      margin: 0 auto; }
    .mv .inner .logo {
      width: 55%;
      margin-top: 10%; }
      @media screen and (max-width: 700px) {
        .mv .inner .logo {
          margin-top: 30%;
          width: 60%; } }
    .mv .inner .ll_logo {
      width: 45%;
      margin: 5% auto 50px; }
      @media screen and (max-width: 700px) {
        .mv .inner .ll_logo {
          margin-top: 10%;
          width: 50%; } }
    .mv .inner .limited {
      width: 50%;
      margin: 50px auto;
      display: block; }
  .mv .line_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      .mv .line_bottom {
        margin-top: -25px;
        position: static; } }
  .mv .l_ribbon {
    position: absolute;
    left: 0;
    z-index: 100;
    will-change: transform; }
    .mv .l_ribbon.ribbon1 {
      top: 5%; }
      @media screen and (max-width: 700px) {
        .mv .l_ribbon.ribbon1 {
          left: -20px; } }
    .mv .l_ribbon.ribbon2 {
      top: 55%; }
      @media screen and (max-width: 700px) {
        .mv .l_ribbon.ribbon2 {
          left: -15px;
          top: 48%; } }
    .mv .l_ribbon.ribbon3 {
      bottom: 0; }
      @media screen and (max-width: 700px) {
        .mv .l_ribbon.ribbon3 {
          left: -2px; } }
  .mv .r_ribbon {
    position: absolute;
    right: -10px;
    z-index: 100;
    will-change: transform; }
    .mv .r_ribbon.ribbon1 {
      top: 30%; }
      @media screen and (max-width: 700px) {
        .mv .r_ribbon.ribbon1 {
          right: -20px;
          top: 25%; } }
    .mv .r_ribbon.ribbon2 {
      top: 80%; }
      @media screen and (max-width: 700px) {
        .mv .r_ribbon.ribbon2 {
          right: -10px; } }

.block {
  padding: 10vh 0;
  background: #ffffff;
  position: relative; }
  .block p {
    font-size: min(1em, 3.5vw);
    line-height: 2.2;
    margin: 7% auto; }
    @media screen and (max-width: 700px) {
      .block p {
        line-height: 2.5;
        margin: 10% auto; } }
  .block h2 {
    font-size: min(1.7em, 5.7vw);
    font-weight: 400;
    margin: 7% auto;
    color: #b71837;
    font-family: "myfont";
    letter-spacing: .1em; }
    @media screen and (max-width: 700px) {
      .block h2 {
        margin: 10% auto; } }
    .block h2.nv {
      color: #0c4460;
      margin-bottom: 7%; }
      @media screen and (max-width: 700px) {
        .block h2.nv {
          margin-bottom: 10%; } }
  .block .logo {
    display: block;
    width: 35%;
    margin: 0 auto 7%; }
    @media screen and (max-width: 700px) {
      .block .logo {
        width: 45%;
        margin: 5% auto 10%; } }
  .block .illust {
    width: 40%;
    display: block;
    margin: 10% auto 0; }
  .block .shoplist {
    margin: 15% auto; }
    @media screen and (max-width: 700px) {
      .block .shoplist {
        margin: 25% auto; } }
    .block .shoplist h3 {
      color: #b71837;
      font-weight: 400;
      font-size: min(1.2em, 3.5vw); }
    .block .shoplist p {
      color: #b71837;
      font-size: min(0.9em, 3vw);
      margin-top: 3%; }

.navy {
  background: #0c4460; }

.red {
  background: #b71837; }

.itemBox {
  overflow: hidden; }
  .itemBox .box {
    padding: 5vh 0; }
    .itemBox .box .inner_box {
      width: 90%;
      margin: 0 auto; }
      @media screen and (max-width: 1200px) {
        .itemBox .box .inner_box {
          max-width: 600px; } }
    .itemBox .box.box1 a {
      display: block;
      position: relative; }
      .itemBox .box.box1 a:first-child {
        width: 65%;
        z-index: 3; }
      .itemBox .box.box1 a:nth-child(2) {
        width: 67%;
        margin: -10% 0 0 auto;
        z-index: 2; }
      .itemBox .box.box1 a:nth-child(3) {
        width: 65%;
        z-index: 1;
        margin-top: -7%; }
      .itemBox .box.box1 a:nth-child(4) {
        width: 50%;
        margin: -20% 0 0 auto;
        z-index: 2; }
    .itemBox .box.box2 .inner_box {
      width: 85%; }
      .itemBox .box.box2 .inner_box div {
        text-align: left;
        margin: 5vh auto 30vh;
        position: relative;
        padding-top: 70px; }
        .itemBox .box.box2 .inner_box div h2 {
          font-weight: 400;
          font-size: min(2em, 7vw);
          color: #ffffff;
          margin-top: 5%;
          letter-spacing: .1em; }
        .itemBox .box.box2 .inner_box div img {
          display: block;
          margin: 0 auto; }
          .itemBox .box.box2 .inner_box div img.size90 {
            width: 90%; }
          .itemBox .box.box2 .inner_box div img.size80 {
            width: 85%; }
        .itemBox .box.box2 .inner_box div div {
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          border-top: 1px solid #ffffff;
          padding-top: 20px;
          margin-top: 12px; }
          .itemBox .box.box2 .inner_box div div p {
            color: #ffffff;
            font-size: min(1.5em, 5.2vw);
            line-height: 1.0; }
            .itemBox .box.box2 .inner_box div div p span {
              font-size: 80%;
              margin-left: .5em; }
          .itemBox .box.box2 .inner_box div div a {
            color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 50vh;
            padding: 0.3em 1.0em 0.2em;
            line-height: 1;
            font-size: min(1.2em, 4.8vw); }
            .itemBox .box.box2 .inner_box div div a:hover {
              background: #ffffff;
              color: #b71837; }
    .itemBox .box.box3 .inner_box {
      width: 80%; }
      .itemBox .box.box3 .inner_box img {
        width: 60%;
        display: block;
        position: relative; }
        .itemBox .box.box3 .inner_box img:first-child {
          z-index: 3;
          margin: 0 auto 0 0; }
        .itemBox .box.box3 .inner_box img:nth-child(2) {
          z-index: 2;
          margin: -30% 0 0 auto; }
    .itemBox .box.box4 {
      padding-bottom: 2.5vh; }
      .itemBox .box.box4 .inner_box {
        width: 85%; }
        .itemBox .box.box4 .inner_box img {
          width: 60%;
          display: block; }
          .itemBox .box.box4 .inner_box img:first-child {
            margin: 0 auto 0 0; }
          .itemBox .box.box4 .inner_box img:nth-child(2) {
            margin: -15% 0 0 auto; }
    .itemBox .box.box5 ul {
      width: 85%;
      margin: 5% auto;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap; }
      .itemBox .box.box5 ul li {
        width: calc(100%/2 - 3%);
        margin-bottom: 4em; }
        .itemBox .box.box5 ul li:nth-child(n + 3) {
          margin-bottom: 0; }
        .itemBox .box.box5 ul li a {
          display: block; }
          .itemBox .box.box5 ul li a p {
            font-size: min(1.2em, 3.5vw);
            color: #ffffff;
            margin-top: 1.0em; }
    .itemBox .box .logo_anime {
      position: absolute;
      z-index: 5;
      top: -30%;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50%;
      max-width: 300px; }

#block1 {
  position: relative;
  clip-path: inset(0 -9999px 0 -9999px); }
  #block1 .line_top {
    margin-bottom: -25px;
    width: 100%; }
  #block1 .line_bottom {
    margin-top: -25px;
    width: 100%; }
  #block1 .l_ribbon {
    position: absolute;
    left: 0;
    z-index: 100;
    will-change: transform; }
    #block1 .l_ribbon.ribbon1 {
      top: 0;
      left: -25px; }
    #block1 .l_ribbon.ribbon2 {
      top: 32%;
      left: -15px; }
    #block1 .l_ribbon.ribbon3 {
      top: 70%;
      left: -5px; }
  #block1 .r_ribbon {
    position: absolute;
    right: -10px;
    z-index: 100;
    will-change: transform; }
    #block1 .r_ribbon.ribbon1 {
      top: 15%; }
    #block1 .r_ribbon.ribbon2 {
      top: 50%;
      right: 50px; }
      @media screen and (max-width: 700px) {
        #block1 .r_ribbon.ribbon2 {
          right: 23px; } }
    #block1 .r_ribbon.ribbon3 {
      top: 80%;
      right: -40px; }

#block2 {
  position: relative;
  clip-path: inset(0 -9999px 0 -9999px); }
  #block2 .line_top {
    margin-bottom: -25px;
    width: 100%; }
  #block2 .line_bottom {
    margin-top: -25px;
    width: 100%; }
  #block2 .l_ribbon {
    position: absolute;
    left: 0;
    z-index: 100;
    will-change: transform; }
    #block2 .l_ribbon.ribbon1 {
      top: 7%;
      left: -25px; }
    #block2 .l_ribbon.ribbon2 {
      top: 18%;
      left: -20px; }
      @media screen and (max-width: 700px) {
        #block2 .l_ribbon.ribbon2 {
          width: 50%; } }
    #block2 .l_ribbon.ribbon3 {
      top: 37%;
      left: -5px; }
      @media screen and (max-width: 700px) {
        #block2 .l_ribbon.ribbon3 {
          left: -20px; } }
    #block2 .l_ribbon.ribbon4 {
      top: 47%;
      left: -10px; }
    #block2 .l_ribbon.ribbon5 {
      top: 65%;
      left: -2px; }
    #block2 .l_ribbon.ribbon6 {
      top: 85%;
      left: -10px; }
  #block2 .r_ribbon {
    position: absolute;
    right: -10px;
    z-index: 100;
    will-change: transform; }
    #block2 .r_ribbon.ribbon1 {
      top: 0; }
    #block2 .r_ribbon.ribbon2 {
      top: 16%;
      right: -35px; }
      @media screen and (max-width: 700px) {
        #block2 .r_ribbon.ribbon2 {
          right: -48px; } }
    #block2 .r_ribbon.ribbon3 {
      top: 30%;
      right: -35px; }
    #block2 .r_ribbon.ribbon4 {
      top: 40%;
      right: -30px;
      max-width: 250px; }
      @media screen and (max-width: 700px) {
        #block2 .r_ribbon.ribbon4 {
          width: 60%; } }
    #block2 .r_ribbon.ribbon5 {
      top: 55%;
      right: -15px; }
    #block2 .r_ribbon.ribbon6 {
      top: 70%;
      right: -2px; }
    #block2 .r_ribbon.ribbon7 {
      top: 80%;
      right: -25px; }

#block3, #block4 {
  position: relative;
  clip-path: inset(0 -9999px 0 -9999px); }
  #block3 .line_top, #block4 .line_top {
    margin-bottom: -25px;
    width: 100%; }
  #block3 .line_bottom, #block4 .line_bottom {
    margin-top: -25px;
    width: 100%; }
  #block3 .l_ribbon, #block4 .l_ribbon {
    position: absolute;
    top: 80%;
    left: -15px;
    z-index: 100; }
  #block3 .r_ribbon, #block4 .r_ribbon {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 100; }

#block5 {
  position: relative;
  clip-path: inset(0 -9999px 0 -9999px); }
  #block5 .line_top {
    margin-bottom: -25px;
    width: 100%; }
  #block5 .line_bottom {
    margin-top: -25px;
    width: 100%; }
  #block5 .l_ribbon {
    position: absolute;
    left: 0;
    z-index: 100;
    will-change: transform; }
    #block5 .l_ribbon.ribbon1 {
      top: -5%;
      left: -15px; }
    #block5 .l_ribbon.ribbon2 {
      top: 70%;
      left: -10px; }
  #block5 .r_ribbon {
    position: absolute;
    right: -10px;
    z-index: 100;
    will-change: transform; }
    #block5 .r_ribbon.ribbon1 {
      top: 30%; }

.lp_footer {
  width: 100%;
  height: auto;
  background: #0c4460;
  position: relative;
  z-index: 9999;
  padding: 5%;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    .lp_footer {
      padding: 15vh 0; } }
  .lp_footer .inner {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    width: 90%; }
    .lp_footer .inner .brand {
      margin: 0 auto;
      display: block;
      max-width: 200px; }
      @media screen and (max-width: 700px) {
        .lp_footer .inner .brand {
          width: 40%; } }
  .lp_footer .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10% auto 15%; }
    .lp_footer .sns a {
      display: block;
      margin: 0 5%; }
      @media screen and (max-width: 700px) {
        .lp_footer .sns a img {
          height: 25px;
          width: auto; } }
  .lp_footer p {
    color: #ffffff;
    font-size: min(0.7em, 2.5vw);
    font-family: "adobe-garamond-pro", serif;
    font-weight: 300;
    letter-spacing: .1em;
    margin-top: 1.0em; }
  .lp_footer .l_ribbon {
    position: absolute;
    left: 0;
    z-index: 100;
    will-change: transform; }
    .lp_footer .l_ribbon.ribbon1 {
      top: 60%;
      left: 5%; }
      @media screen and (max-width: 700px) {
        .lp_footer .l_ribbon.ribbon1 {
          display: none; } }
    .lp_footer .l_ribbon.ribbon2 {
      top: 5px;
      left: 20%; }
      @media screen and (max-width: 700px) {
        .lp_footer .l_ribbon.ribbon2 {
          width: 25%;
          right: -20px;
          top: 20px;
          left: auto; } }
  .lp_footer .r_ribbon {
    position: absolute;
    right: -10px;
    z-index: 100;
    will-change: transform; }
    .lp_footer .r_ribbon.ribbon1 {
      top: 70%;
      right: 5%; }
      @media screen and (max-width: 700px) {
        .lp_footer .r_ribbon.ribbon1 {
          display: none; } }
    .lp_footer .r_ribbon.ribbon2 {
      top: 5%;
      right: 20%; }
      @media screen and (max-width: 700px) {
        .lp_footer .r_ribbon.ribbon2 {
          display: none; } }

.line_top, .line_bottom {
  width: 100%;
  height: 50px;
  display: block;
  object-fit: cover; }
  @media screen and (max-width: 1200px) {
    .line_top, .line_bottom {
      height: 70px; } }
  @media screen and (max-width: 1000px) {
    .line_top, .line_bottom {
      height: 50px; } }
  @media screen and (max-width: 700px) {
    .line_top, .line_bottom {
      height: 60px; } }
  @media screen and (max-width: 500px) {
    .line_top, .line_bottom {
      height: 50px; } }
