@charset "UTF-8";
.fv_banner {
 max-width: 800px;
 padding-top: 10px;
 margin: 0 auto 30px;
}
.fv_banner a {
 display: block;
}
.fv_banner a:hover {
 opacity: .8;
}
footer {
    color: #FFF;
    position: relative;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
}
.wrapper {
 font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 300;
font-style: normal;
 color: #3d4361;
 background: url("../images/bg_all.webp") 0 0/100%;
}
.bold {
  font-weight: bold;
}
.sp {
 display: none;
}
.mt00 {
  margin-top:0 !important;
}
.mt80-45 {
  margin-top: 80px;
}
.opacity:hover {
  opacity: .6;
  transition: .3s;
}
.mw-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.relative .left {
  position: absolute;
  top:-437px;
  left: -525px;
}
.relative .right {
  position: absolute;
  top:-437px;
  right: -525px;
}
.contents {
  max-width: 1100px;
  margin: 0 auto;
}
#js-lp-cta-fixed {
  display: none;
  margin: 0;
}
#js-lp-cta-fixed.is-fixed {
  display: block;
}
.slider {
 margin-top: 20px;
  visibility: hidden;
}
.slider.slick-initialized {
  visibility: unset;
}
.start {
  font-size: 16px;
  font-weight: bold;
  color: #ff0576;
  margin-bottom: 20px;
}

/* ==========================================================================
btn
========================================================================== */
.btn a {
   margin: 15px auto 0;
   display: block;
   background-color: #ffe500;
   color: #3d4361;
   font-size: 17px;
   font-weight: bold;
   text-align: center;
   width: 100%;
   max-width: 400px;
   height: 48px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   box-sizing: border-box;
}
.special .btn a {
  background: linear-gradient(125deg, #ff296e, #ff8c11);
 color: #fff;
}
.btn.yet a {
 background: #686868;
 color: #fff;
 pointer-events: none;
}

.btn a span {
   display: block;
   background-image: url("../images/playbtn.webp");
   background-size: 100% 100%;
   width: 20px;
   height: 20px;
   margin-left: 10px;
}
.special .btn a span {
   background-image: url("../images/playbtn_w.webp");
}
.btn_more {
  text-align:center;
  margin-top: 50px;
}
.btn_other {
  margin-top: 10px;
}

.common_footer_wrapper {
 overflow: hidden;
}
.footer_logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%;
  width: calc(130px);
  height: calc(130px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/*contents*/
.flex_box {
 display: -webkit-flex;
 display: flex;
}
.flex_box.ai {
 -webkit-align-items: center;
 align-items: center;
}
.flex_box.js {
 justify-content: space-between;
}
#fv {
 padding-top: 90px;
}
#fv h1 {
 margin: auto;
 text-align: center;
 max-width: 800px;
}
.fv_inner{
 max-width: 1200px;
 width: 90%;
 margin: auto;
 padding: 2em;
 background: #fff;
 border-radius: 20px;
 border: 11px solid #000c8e;
}
#fv .main {
 width: 50%;
}
#fv .main p {
 font-size: 11px;
 margin-top: 5px;
}
#fv .fv_info {
 width: 47%;
}
#fv .fv_info h2 {
 color: #000c8f;
 font-weight: 600;
 font-size: 28px;
 line-height: 140%;
}
#fv .btn a {
 max-width: 100%;
 background: #000c8f;
 color: #fff;
 font-weight: 600;
 height: 60px;
 font-size: 24px;
 box-shadow: 0 10px #0018c2;
 transition: all .5s;
}
#fv .btn.cp a {
 background: #e61713;
 box-shadow: 0 10px #ff3f3b;
 margin-top: 25px;
}
#fv .btn.cp {
  position: relative;
}
#fv .btn.cp .coming {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(21,21,21,0.7);
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  border-radius: 100px;
  box-shadow: 0 10px rgba(21,21,21,0.7);
  text-align: center;
  padding: 15px 0;
}
#fv .btn a span {
 width: 30px;
 height: 30px;
 background: url("../images/btn_plane.webp") no-repeat 0 0/100%
}
#fv .btn a:hover{
 box-shadow: none;
 transform: translateY(10px);
 transition: all .5s;
}
.fv_caption {
 font-size: 16px;
 margin-top: 30px;
 line-height: 180%;
}
/*movie*/
#notice {
 margin-top: 40px;
}
.movie {
 max-width: 600px;
  aspect-ratio: 16 / 9;
 margin: 0 auto 0;
 border-radius: 20px;
 overflow: hidden;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
/*キャンペーン*/
.white {
 margin-top: 100px;
 margin-bottom: 100px;
 padding: 100px 0 80px;
 position: relative;
 background: #fff;
 
}
.white::before {
 position: absolute;
 display: block;
 content: '';
 width: 100%;
 height: 40px;
 background: url("../images/cloud.webp") repeat-x 0 0/100px;
 top: -20px;
 left: 0;
}
.white::after {
 position: absolute;
 display: block;
 content: '';
 width: 100%;
 height: 40px;
 background: url("../images/cloud_2.webp") repeat-x bottom left/100px;
 bottom: -20px;
 left: 0;
}
#campaign h2 {
 margin-top: 20px;
 font-size: 30px;
 font-weight: 600;
 color: #000c8e;
 text-align: center;
}
.cp_image {
  margin: auto;
  max-width: 700px;
  margin-top: 20px;
}
.cp_caption {
 margin-top: 25px;
 font-size: 17px;
 text-align: center;
 line-height: 180%;
}
.cp_caption span {
 font-size: 22px;
 font-weight: 600;
}
.cp_date {
  width:800px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border: 3px solid #000c8e;
  color: #000c8e;
  padding: 15px 10px;
  border-radius: 10px;
}
.cp_date span {
  font-size: 18px;
}
.cp_lead {
 position: relative;
 padding-bottom: 25px;
 font-size: 28px;
 background: linear-gradient(90deg, #ffbb29 0%, #ff0676 80%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 font-weight: 600;
 text-align: center;
}
.cp_lead::after {
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    width: 30%;
    background: linear-gradient(90deg, #ffbb29 0%, #ff0676 80%);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.cp_apply_btn {
 width: 400px;
 margin: 30px auto 0;
 background: #ff0576;
 border-radius: 100px;
}
.cp_apply_btn a {
 display: block;
 padding: 1em 1em .8em;
 color: #fff;
 font-weight: bold;
 font-size: 22px;
 text-decoration: none;
 border-radius: 100px;
}
.cp_btn .btn a span {
 background: url("../images/arrow_btn.webp") no-repeat 0 0/100%;
}
.cp_btn {
 margin: 20px auto 0;
 max-width: 800px;
}
.cp_btn >* {
 width: 49%;
}
.cp_btn .btn a {
 max-width: 100%;
 height: 60px;
 font-size: 20px;
  transition: all .5s;
}
.btn.btn_lemino a {
 background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);color: #fff;
 box-shadow: 0 7px 0  #d80057;
}
.btn.btn_entry a {
 background: #fac33c;
 color: #fff;
 box-shadow: 0 7px 0 #eca600;
}
.btn.btn_entry.end a {
 background: #6B6B6B;
 color: #fff;
 box-shadow: none;
 pointer-events: none;
}

.cp_btn .btn a:hover{
 box-shadow: none;
 transform: translateY(7px);
 transition: all .5s;
}
.btn_note {
 margin-top: 10px;
 text-align: center;
 font-size: 13px;
}
.end_wrap {
 position: relative;
 overflow: hidden;
}
.overlay {
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,.5);
 text-align: center;
 padding-top: 70px;
}
.overlay p {
 color: #fff;
 font-size: min(5vw,28px);
 font-weight: bold;
}
/*tokuten*/
.tokuten_scroll {
    margin-top: 40px;
    padding: 2em;
    background: #81949c;
    color: #fff;
 border-radius: 20px;
}

.tokuten_scroll .inn {
    padding-right: 2em;
    height: 230px;
    overflow-y: scroll;
    text-align: left;
}

.tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
}

.tokuten_scroll .inn .inn_box > ul > li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0.3em;
}
/*movie*/
#movies {
 padding: 100px 0;
}
#movies h2 {
 text-align: center;
 margin: auto;
 max-width: 600px;
}
#movies .movies_inner {
 padding: 2em;
 background: #fff;
 border-radius: 20px;
 border: 10px solid #000c8e;
}
.movies_lead {
 font-size: 28px;
 line-height: 140%;
 color: #000c8e;
 font-weight: 600;
text-align: center;
}
.top_movies {
 margin-top: 20px;
}
.top_movies.only {
 max-width: 400px;
 margin: 20px auto 0;
 text-align: center;
}
.movies_title {
 margin-top: 7px;
 font-size: 16px;
 font-weight: 600;
}
.second_movies.flex_box {
 margin-top: 40px;
 padding: 0 30px;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.second_movies li {
 width: 32%;
 margin-right: 2%;
 text-align: center;
}
.movies_im {
 border-radius: 7px;
 overflow: hidden;
}
.second_movies li:nth-of-type(3n) {
 margin-right: 0;
}
.second_movies li:nth-of-type(n+4) {
 margin-top: 20px;
}
.movies_copy {
 margin-top: 40px;
 font-size: 11px;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed {
  padding: .5em;
}
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  width: 60%;
  margin: 0 auto 10px;
  justify-content: space-between;
}
.btn.fix {
  width: 650px;
}
.btn.fix a {
   display: block;
   font-size: 17px;
   text-align: center;
   width: 100%;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   background: #000c8f;
   color: #fff;
   font-weight: 600;
   height: 60px;
   box-shadow: 0 5px #0018c2;
   transition: all .5s;
   position: relative;
   padding: 18px 0;
   margin-top: 0;
}
.btn.fix a::after {
 content: "";
 display: inline-block;
 position: absolute;
 top: 15px;
 right: 20px;
 width: 30px;
 height: 30px;
 background: url("../images/btn_plane.webp") no-repeat 0 0/100%
}
.btn.fix a:hover{
 box-shadow: none;
 transform: translateY(5px);
 transition: all .5s;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 8px;
  box-shadow: 0 5px #c40b5f;
}
.btn.fix a .s_text {
  font-size: 14px;
  background-image: none;
  width: auto;
  height: auto;
  margin-left: 0;
}
@media screen and (max-width: 812px) {
  body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
  .wrapper {
 position: relative;
 background: none;
}
 .wrapper::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
 background: url("../images/bg_all_sp.webp") repeat-y center top/100%;
 background-repeat: no-repeat;
}
 .container {
  padding: 65px 0 20px;
    background: url("../images/nami.webp") repeat-x bottom left/60%,url("../images/bg_slide_sp.webp") 0 0/170%,#d7eff9;
}
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
 
/* ヘッダー*/
 .c-hamburger__text {
  display: none!important;
 }
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
 background: url("../images/cloud_2.webp") repeat-x bottom left/70px;
}
 .p-nav__inner {
  width: 100%;
 }
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  cursor: pointer;
}


.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #000c8e;
  transition: all 0.4s;
}


.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
}


.c-hamburger span:nth-of-type(3) {
  top: 6px;
}


.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}


.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}


.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}


.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}



.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}


.p-header__title {
  width: 100%;
  max-width: 120px;
  height: 48px;
  background: lightgray;
}


.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}


.p-header__title a img {
  height: 100%;
}


.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 94%;
}


.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
 background: url("../images/bg_all_sp.webp") top center/150%;
  opacity: 1;
  transition: 0.6s;
}

.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}


.p-nav__list {
  display: block;
  width: 100%;
  padding: 0 30px;
}
 .p-nav__list li span {
  display: block;
  padding: 10px 15px;
  color: #000c8e;
  border-radius: 100px;
  text-shadow: 0 0
 }
 .p-nav__list li span {
background: #fff;
 }
   .p-nav__list li a.none {
  pointer-events: none;
 }
.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
 font-size: 20px;
 font-weight: bold;
 color: #000c8e;
}
 
/* .contents*/
 .contents {
  width: 93%;
  margin-left: auto;
  margin-right: auto;
 }
 .contents_ttl {
  padding: .7em 1em .5em;
  font-size: 15px;
  background: #7cc7e5;
 }
 .flex_box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-direction: column;
  flex-direction: column;
 }
 .fv_inner.flex_box {
  max-width: 100%;
  width: 100%;
  padding: 1em;
 }
 #fv h1 {
  width: 95%;
  margin: auto;
 }
 #fv .main,#fv .fv_info {
  width: 100%;
  max-width: 600px;
 }
 #fv .fv_info h2 {
  font-size: 16px;
 }
 #fv .main p {
  font-size: 10px;
  text-align: right;
 }
 #fv .btn a {
  height: 45px;
  font-size: 18px;
  box-shadow: 0 5px #0018c2
 }
 #fv .btn.cp a {
 margin-top: 15px;
}
 #fv .btn.cp .coming {
  font-size: 20px;
  padding: 10px 0;
}
 #fv .btn a:hover {
  transform: translateY(5px);
 }
 .fv_caption {
  margin-top: 20px;
  font-size: 13px;
 }
 #notice {
  margin-top: 30px;
 }
 .movie {
  width: 90%;
  border-radius: 10px;
 }
 .btn a{
  font-size: 16px;
 }
/* キャンペーン*/
 .white {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 60px 0;
 }
 .cp_date {
  width:100%;
  margin-top: 20px;
  font-size: 18px;
  border: 2px solid #000c8e;
  padding: 10px 10px;
  border-radius: 10px;
}
.cp_date span {
  font-size: 18px;
}
 .cp_lead {
  font-size: 19px;
  padding-bottom: 20px;
 }
 .cp_lead::after {
  width: 40%;
 }
 .cp_caption {
  font-size: 13px;
 }
 #campaign h2 {
  font-size: 17px;
 }
 .cp_caption span {
  font-size: 15px;
 }
 .cp_btn {
  margin-top: 0;
 }
 .cp_btn >* {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
 }
 .cp_btn .btn a {
  font-size: 16px;
  height: 45px;
 }
/* tokuten*/
     .tokuten_scroll {
     padding: 1.5em;
     font-size: 14px;
      border-radius: 10px;
    }
 
    .tokuten_scroll .inn {
     padding-right: 0.5em;
    }
 footer  {
  height: 40px;
 }
 #movies {
  padding: 50px 0;
 }
 #movies h2 {
  width: 90%;
 }
 #movies .movies_inner {
  padding: 1em;
 }
 .movies_lead {
  font-size: 15px;
 }
 .top_movies.only {
  margin-top: 10px;
 }
 .second_movies.flex_box {
  padding: 0;
 }
 .second_movies li {
  width: 49%;
 }
 .second_movies li:nth-of-type(3n) {
  margin-right: 2%;
 }
  .second_movies li:nth-of-type(2n) {
  margin-right: 0;
 }
 .second_movies.flex_box {
  -webkit-flex-direction: row;
  flex-direction: row;
 }
 .second_movies li:nth-of-type(n+4),
 .second_movies li:nth-of-type(n+3) {
  margin-top: 15px;
 }
 .movies_title {
  font-size: 12px;
  letter-spacing: -.5px;
 }
 /*----------------------------
追従
----------------------------*/
.lp_cta_fixed {
  padding: .5em 0;
}
.lp_cta_fixed .point_cp {
  font-size: 12px;
  padding-bottom: 5px;
}
.btn_wrap {
  width: 98%;
  margin: 0 auto 5px;
}
.btn.fix {
  width: 49%;
}
.btn.fix a {
   font-size: 12px;
   height: 40px;
   box-shadow: 0 3px #0018c2;
   padding: 10px 0;
}
.btn.fix a::after {
 content: "";
 display: none;
}
.btn.fix.lemino a {
  padding: 3px 0;
  box-shadow: 0 3px #c40b5f;
}
.btn.fix a .s_text {
  font-size: 10px;
}
}

@media screen and (min-width: 813px) {
 .contents_block .contents_box .contents_date.long {
 font-size: 14.5px;
}
 .contents_block .contents_box .contents_im.tate {
  width: 39%;
  margin-left: 0;
  right: auto;
 }
 
 .contents_block .contents_box .contents_info.tate {
  margin-top: 20px;
  width: 58%;
 }
 .mt_non {
  margin-top: 0!important;
 }
 .wrapper {
   background-attachment: fixed;
 }
 /*ヘッダー*/
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
 padding: 1em 3.2em 2em;
 background: url("../images/cloud_2.webp") repeat-x bottom left/100px;
}
header .home {
 width: 120px;
}
header .right p {
 position: relative;
 display: inline-block;
 margin-top: 5px;
 margin-left: 10px;
 font-size: 16px;
 line-height: 70%;
 font-weight: 600;
}
 
 header .right p a {
  display: block;
 padding: 10px 0;
  color: #000c8e;
  transition: all .5s
 }
 header .right p a:hover {
 transform: translateY(-3px);
 transition: all .5s;
 text-shadow: 0 0 10px #fed73e;
  font-weight: bold;
 }
  .footer_fix {
      margin: 2% auto;
  }
  .lp_cta_fixed .lp_fv_cta_btn {
      width: min(44vw, 450px);
  }
}