@charset "UTF-8";
/*--- wrap ---*/
.wrap {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative; }

.wrap.is-show {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  position: relative;
  z-index: 2; }

/*---------------
   smartphone
---------------*/
.zoomout {
  animation-name: zoomOut;
  animation-direction: normal; }

@keyframes zoomOut {
  0% {
    transform: scale(1.5);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.is-animated {
  animation: zoomOut 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg_sphome.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.sp_share {
  display: block;
  width: 100%;
  height: auto;
  background: #040a1a;
  padding: 2px 0;
  position: relative; }
  .sp_share ul.share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 52%;
    max-width: 320px;
    height: 44px !important;
    margin: 0 auto;
    padding: 5px 10px 10px 10px; }
    .sp_share ul.share li {
      display: 18%;
      max-width: 24px;
      height: auto;
      text-align: center; }
      .sp_share ul.share li img {
        width: auto;
        max-width: 18px;
        height: auto;
        max-height: 18px;
        opacity: 70%; }

.sp_mvBox {
  display: block;
  width: 100vw;
  height: auto;
  min-height: 160vw;
  margin: 0;
  padding: 0;
  position: relative; }
  .sp_mvBox .sp_mv {
    display: block;
    width: 100%;
    height: 160vw !important;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute; }
  .sp_mvBox .sp_title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10% 0 0 0;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: 1.6s ease-out; }
  .sp_mvBox .sp_title.is-show {
    opacity: 1; }
  .sp_mvBox .sp_date {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: 1.6s ease-out; }
  .sp_mvBox .sp_date.is-show {
    opacity: 1; }

.sp_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: -24vw auto 0 auto;
  padding: 0 0 2% 0;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition: 1.6s ease-out; }
  .sp_nav .sp_left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    font-style: normal; }
    .sp_nav .sp_left a:link,
    .sp_nav .sp_left a:visited {
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all  0.5s ease; }
    .sp_nav .sp_left a:hover {
      color: #BCFC53;
      text-decoration: none;
      text-shadow: 0 0 10px #fdff5a; }
    .sp_nav .sp_left img {
      width: 100%;
      margin: 0;
      padding: 0; }
  .sp_nav .sp_right {
    display: block;
    width: 44%;
    height: auto;
    margin: 0;
    padding: 0 0 5px 0; }
    .sp_nav .sp_right img {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }

.sp_nav.is-show {
  opacity: 1; }

.sp_sns {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  font-style: normal;
  position: relative;
  opacity: 0;
  transition: 1.6s ease-out; }
  .sp_sns ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%; }
    .sp_sns ul li {
      display: block;
      width: 24%;
      margin: 0 3%; }

.sp_sns.is-show {
  opacity: 1; }

.pc_mvBox {
  display: none; }

.sp_footsns {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4vw 3vw 2vw 3vw;
  background: transparent;
  position: relative;
  /*  .mvtk_bnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 500px;
    margin: 10px auto 20px auto;
    padding: 0;
    position: relative;
     
     div{width: 100%;
     max-width: 246px;
     margin: 0 auto 8px auto;
     }
     
     img{width: 100%;
     border-radius: 5px;}
   }*/
  /*		.sns_share{
  			display: flex;
  			justify-content: center;
  			align-items: center;
  			width: 40%;
  			max-width: 300px;
     height: auto;
  			margin: 0 auto;
  			
  				div{
  				display: block;
  				width: 18%;
      height: auto;
  				margin: 0 3%;
      
      img{
      width: 100%;
      height: auto;
      margin: auto;}
      
      }
  		}*/ }
  .sp_footsns .footer_copyright {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 0;
    font-size: 11px; }
    .sp_footsns .footer_copyright img {
      width: 60%;
      max-width: 300px; }
  .sp_footsns .policy {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 96%;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 11px;
    color: #DD9C00;
    line-height: 1.0; }
    .sp_footsns .policy li {
      margin: 5px 10px;
      white-space: nowrap；; }
    .sp_footsns .policy a {
      color: #fff;
      text-decoration: none; }
    .sp_footsns .policy a:hover {
      color: #73F1DA;
      text-decoration: underline;
      text-decoration-color: #73F1DA;
      text-decoration-style: dotted;
      text-underline-offset: 0.5ex; }

/*----------
   TABLET
----------*/
/*----------
   PC
----------*/
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8; }

  .wrap::before {
    background-image: url("../img/bg_dot.png"), url("../img/bg_pc.webp");
    background-repeat: repeat, no-repeat;
    background-size: 8px 8px, cover;
    background-position: center top, center center; }

  .sp_share {
    display: none; }

  .sp_mvBox {
    display: none; }

  .sp_nav {
    display: none; }

  .sp_sns {
    display: none; }

  .sp_footsns {
    display: none; }

  .pc_mvBox {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2; }
    .pc_mvBox .pc_mv {
      display: block;
      width: 53.4375vw;
      /*height: 56.25vw;
      height: 71.5vw;*/
      height: 67.925vw;
      background: url("../img/pc_teaser.webp") center bottom no-repeat;
      background-size: 100% auto;
      margin: -18vw auto 0 auto;
      padding: 0;
      z-index: 3;
      position: relative;
      transition: 1.6s ease-out; }
    .pc_mvBox .pc_mv.is-show {
      margin: 0 auto 0 auto; }
    .pc_mvBox .pc_logo {
      display: block;
      width: 80%;
      height: auto;
      margin: 0 auto;
      padding: 12% 0 0 0;
      position: relative;
      opacity: 0;
      transition: 0.3s ease-in; }
    .pc_mvBox .pc_logo.is-show {
      opacity: 1; }
    .pc_mvBox .pc_date {
      display: block;
      width: 80%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      position: relative;
      opacity: 0;
      transition: 1.8s ease-in; }
    .pc_mvBox .pc_date.is-show {
      opacity: 1; }
    .pc_mvBox .pc_copyright {
      display: blocc;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 1.1rem;
      bottom: 20px;
      position: absolute;
      opacity: 0;
      transition: 1.3s ease-in; }
    .pc_mvBox .pc_copyright.is-show {
      opacity: 1; }
    .pc_mvBox .pc_navBox {
      display: block;
      width: 100%;
      height: 100vh !important;
      left: 0;
      top: 0;
      position: absolute;
      opacity: 0;
      transition: 1.3s ease-in;
      z-index: 5; }
      .pc_mvBox .pc_navBox .pc_nav {
        display: block;
        width: 13vw;
        max-width: 400px;
        height: auto;
        margin: 0;
        padding: 0;
        right: 14%;
        bottom: 8%;
        position: fixed;
        z-index: 5; }
        .pc_mvBox .pc_navBox .pc_nav ul {
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0;
          font-family: "Zen Maru Gothic", sans-serif;
          font-weight: 500;
          font-size: 2.0rem;
          font-style: normal; }
          .pc_mvBox .pc_navBox .pc_nav ul a:link,
          .pc_mvBox .pc_navBox .pc_nav ul a:visited {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all  0.5s ease; }
          .pc_mvBox .pc_navBox .pc_nav ul a:hover {
            color: #BCFC53;
            text-decoration: none;
            text-shadow: 0 0 10px #fdff5a; }
          .pc_mvBox .pc_navBox .pc_nav ul img {
            width: 100%;
            margin: 0;
            padding: 0; }
          .pc_mvBox .pc_navBox .pc_nav ul li {
            line-height: 1.0;
            padding-top: 10%; }
          .pc_mvBox .pc_navBox .pc_nav ul li span {
            padding: 10px 0; }
      .pc_mvBox .pc_navBox .pc_sns {
        display: block;
        width: 60px;
        height: auto;
        margin: 0;
        padding: 0;
        left: 20px;
        top: 20px;
        position: fixed;
        z-index: 4; }
        .pc_mvBox .pc_navBox .pc_sns li {
          display: block;
          width: 100%;
          height: auto;
          margin-bottom: 6px;
          font-size: 1.2rem;
          line-height: 1.2;
          text-align: center; }
      .pc_mvBox .pc_navBox .policy {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 560px;
        height: auto;
        margin: 0;
        font-size: 12px;
        color: #DD9C00;
        line-height: 1.0;
        left: 30px;
        bottom: 20px;
        position: fixed;
        z-index: 5; }
        .pc_mvBox .pc_navBox .policy li {
          margin: 5px 10px;
          white-space: nowrap；; }
        .pc_mvBox .pc_navBox .policy a {
          color: #fff;
          text-decoration: none; }
        .pc_mvBox .pc_navBox .policy a:hover {
          color: #73F1DA;
          text-decoration: underline;
          text-decoration-color: #73F1DA;
          text-decoration-style: dotted;
          text-underline-offset: 0.5ex; }
      .pc_mvBox .pc_navBox .pc_share {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        width: 560px;
        height: auto;
        margin: 0;
        font-size: 12px;
        right: 20px;
        top: 20px;
        position: fixed;
        z-index: 5; }
        .pc_mvBox .pc_navBox .pc_share li {
          display: block;
          width: 24px !important;
          height: 24px;
          text-align: center;
          margin: 0 5px; }
        .pc_mvBox .pc_navBox .pc_share img {
          width: auto;
          height: 24px !important; }
    .pc_mvBox .pc_navBox.is-show {
      opacity: 1; } }
/* PC ここまで */
.topComment {
  display: block;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .topComment .close {
    display: block;
    width: 50%;
    max-width: 200px;
    height: auto;
    margin: 0 auto; }
