@charset "UTF-8";
.pt-50{padding-top: 50px !important;}
.pt-80{padding-top: 80px !important;}
.pb-80{padding-bottom: 80px !important;}
.mw500{max-width: 500px;}
.mw600{max-width: 600px;}
.ta_left{text-align: left !important;}

.inner_box{background: linear-gradient(90deg, #45516d, #cfe0ea);background:#45516d;
background: -moz-linear-gradient(90deg, #45516d 0%, #cfe0ea 100%);
    background: -webkit-linear-gradient(90deg, #45516d 0%, #cfe0ea 100%);
}
/*キャンペーン*/
/*規約*/
.tokuten_scroll {
 margin-top: 2vw ;
    padding: 2em;
    background: #9d9dad;
    color: #fff; 
    border-radius: 10px;
 overflow: hidden;
	font-weight: normal;
}

.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;
}
#campaign {
 margin-top: 80px;
    border-radius: 10px;
}
#stage {
 margin-top: 80px;
	padding-bottom: 80px;
    border-radius: 10px;
}

#campaign .campaign_inner {
 margin-top: 30px;
 padding: 2em 2em;
 background: #fff;
 border-radius: 30px;
}
.cp_lead,.cp_title {
 color: #2b2b2b;
 text-align: center;
}
.cp_lead {
 font-size: 22px;
 letter-spacing: 1px;
}
.cp_title {
 margin: 10px auto 30px;;
 font-size: 28px;
 font-weight: bold;
 line-height: 130%;
}
.cp_txt{color: #2b2b2b;
    text-align: center;
    margin: 1.5em auto;}
.entry_date {
     margin-top: 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #2b2b2b;
    padding: 0.8em;
}

.btn01{margin:1.5em auto 1.5em;}
.btn01 a,.btn02 a {
   margin: 15px auto 0;
   display: block;
   color: #fff;

   font-size: 20px;
 font-weight: 300;
   text-align: center;
   width: 100%;
   max-width: 400px;
   height: 53px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   padding-left: 10px;
   box-sizing: border-box;
 line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn01 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%);}
.btn02 a{ background: #e32118;}

.btn01 a span,.btn02 a span {
   display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 20px;
   height: 20px;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn01 a.pop {
 box-shadow: 0 6px 0 #af004b;
}
.btn02 a.pop {
 box-shadow: 0 6px 0 #912824;
}

.btn01 a:hover span,.btn02 a:hover span {
   transform: translateX(5px);
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn01 a.pop:hover span,.btn02 a.pop:hover span {
   transform: translateX(0);
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn01 a.pop:hover,.btn02 a.pop:hover {
 transform: translateY(6px);
 box-shadow: none;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.campaign .cp_view .btn a {
 width: 100%;
   background-color: #fff;
   color: #151515;
}

.btn01 a span {
   display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 30px;
   height: 30px;
   margin-left: 10px;
}
.btn02 a span {
   display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 30px;
   height: 30px;
   margin-left: 10px;
	filter: brightness(1) invert(0);
}

.mv_btn{-webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    font-size: 1.4em;
    font-weight: bold;
    margin: 3.5em auto 0;}

.entry_btn,.view_btn {
 margin-top: 20px;
}
.entry_btn a {
 display: block;
 background: #eae47d;
 color: #000;
 padding: 1.2em 1em;
 border-radius: 100px;
 max-width: 400px;
 margin: auto;
 text-align: center;
 border: 3px solid #000;
 box-shadow: 0 7px 0 #000;
 transition: all ease .3s;
 font-size: 20px;
 font-weight: bold;
}
.entry_btn a:hover {
 opacity: 1;
 box-shadow: none;
 transform: translateY(7px);
 transition: all ease .3s;
}

.view_btn a {
 display: block;
 background: #eae47d;
 color: #000;
 padding: 1.2em 1em;
 border-radius: 100px;
 max-width: 400px;
 margin: auto;
 text-align: center;
 border: 3px solid #000;
 box-shadow: 0 7px 0 #000;
 transition: all ease .3s;
 font-size: 20px;
 font-weight: bold;
}
.view_btn a:hover {
 opacity: 1;
 box-shadow: none;
 transform: translateY(7px);
 transition: all ease .3s;
}

.footer_lemino_inc_3 .subfoot .tit {
 top: 40px!important;
}
.footer_lemino_inc_3 .subfoot {
 height: calc(260px / 2)!important;
}
/*.subfoot .x, .subfoot .yt {
background: #5a5eb5;
 padding: 4px;
 border-radius: 100px;
 margin-right: 10px;
 margin-top: 30px;
}
 .subfoot .x a, .subfoot .yt a {
  position: relative;
 background: #000;
  color: #5a5eb5!important;
  border-radius: 100px;
  width: 310px!important;
  text-align: center!important;
  background-position:left 15px top 8px!important;
  background-size: calc(66px / 2) calc(66px / 2)!important;
  font-weight: bold;
  display: block!important;
  padding-top: 14px!important;
  padding-left: 5px !important;
}
 .subfoot .x a::before, .subfoot .yt a::before {
  position: absolute;
  display: block;
  content: '';
  background: url("../images/ic.webp") 0 0/100%;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  
}
.subfoot .x a {
 background-image: url("../images/ic_x.webp")!important;
}
.subfoot .yt a {
 background-image: url("../images/ic_yt.webp")!important;
}
*/


#stage ul{
	display: flex;    flex-wrap: wrap; margin: 0 auto 3em;
}
#stage ul li{margin: 0.5em auto;width: 38%;}
#stage ul li img{box-shadow: 0px 0px 15px -5px #3d3d3d;}
#stage ul li p{font-size: 0.9em;margin: 0.2em auto;text-align: center;}
#stage ul li a{display: inline-block;}
#stage ul li a,.mv_btn{
    /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/  
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
#stage ul li a::before,.mv_btn::before {
  content: '';
    /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
    /*キラッと光る形状*/
    width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
#stage ul li a:hover::before,.mv_btn:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}




.bn_area{margin: 0 auto;padding-bottom: 80px; max-width: 1000px;text-align: center;}
.bnr img,.bn_area img{max-width: 640px;margin: 0 auto;}
.bnr a,.bn_area a{display: block;    margin: 0 auto;    text-align: center;}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
 font-weight: bold;

}
.accordion-item +.accordion-item {
  margin-top: 10px;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
border: 2px solid #62079b;
}
/* 矢印 */
.accordion-title {
  position: relative;
   padding-left: 10px;
 border-left: 5px solid #62079b;
}
.accordion-title::after {
  border-right: solid 2px ;
  border-top: solid 2px ;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
 color: #d464ff;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.subfoot {
 width: 100%!important;
 max-width: 1000px!important;
}
.footer_lemino_inc_3 .objects.pc,
.footer_lemino_inc_3 .objects.sp {
 display: none!important;
}

.totop a {
 display: none!important;
}
a {
 display: block;
}
a.opacity:hover {
 opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
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: "source-han-sans-japanese", sans-serif;
font-weight: 300;
font-style: normal;
 color: #fff;
}

/*横流し*/
.scroll {
  margin     : auto;
  width      : 100%;
  font-size  : 18px;
  line-height: 1.5em;
  text-align : center;
  color      : #373737;
  background : #9e9e9e;
  overflow   : hidden;
}
.scroll:hover {
 opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.scroll p{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 120%;
  animation   : scrollAnime 50s linear infinite;
 font-weight: 400;
}
.scroll a span {
  color: #ed005b;
}
.scroll a {
 display: block;
 padding: 10px 0 7px;
}

/*btn*/




@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
 #fv {
      padding-top: 30px;
    background: linear-gradient(0deg, #b4c9e4, #45516d);
	 
}
#fv_inner {
 max-width: 1100px;
 width: 100%;
 margin: auto;
 text-align: center;
}
#fv_inner h1 {
 width: 90%;
 max-width: 900px;
 margin: 0 auto 0;
}
#fv_inner .fv_box {
 margin-top: 20px;
 display: -webkit-flex;
 display: flex;
}
.top_lead {
 margin-top: 20px;
 padding: .3em;
 font-size: 28px;
 line-height: 130%;
 font-weight: bold;
 /*background: linear-gradient(90deg, #f2f51a, #a79ae0);*/
 text-align: center;
 color: #fff;
}
.top_lead p {
 width: 90%;
 max-width: 800px;
 margin: auto;
}
.top_date {
 margin-top: 10px;
 color: #f3f55b;
 font-size: 22px;
 text-align: center;
}
/*contents*/
#season1, #season2 {
 padding-top: 30px;
}
#season2 {
 padding-top: 60px;
}
.contents_box {
 position: relative;
    background: #f9f9f9;
    padding: 3em 2em;
    color: #2b2b2b;
    font-weight: bold;
    border-radius: 10px;
	    max-width: 1000px;
    margin: 0 auto;
}
.contents_box+.contents_box {
 margin-top: 60px;
}
.contents_flex {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
}
.contents_flex.flex_r {
 -webkit-flex-direction: row-reverse;
 flex-direction: row-reverse;
}
.contents_right {
 width: 49%;
}
.contents_left {
 width: 49%;
}
.contents_cp {
 margin-top: 10px;
}
.contents_cp a {
 display: block;
}
.contents_cp a:hover {
 opacity: .8;
}
.copy {
 padding: 0;
 background: none;
 text-align: right;
 font-size: 10px; 
 color: #000;
 font-weight: normal;
}
.text_btn_flex {
 margin-top: 20px;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: center;
}
.text_btn_flex > div:nth-of-type(n+2) {
 margin-left: 2%;
}
.text_btn_flex > div {
  width: 49%;
}
.text_link {
 margin: 0 auto 0;
 border-radius: 100px;
 overflow: hidden; 
 text-align: left;
 line-height: 110%;
 
}
.text_link a {
 position: relative;
 padding: 0 25px 0 20px;
 color: #fff;
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%);
 text-align: center;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 100px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
}
.text_link a span {
 position: absolute;
 margin-left: 5px;
 width: 30px;
 height: 30px;
 top: 50%;
 right: 20px;
 transform: translateY(-50%);
 background: url("../images/playbtn.webp") no-repeat 0 0/100%;
 
}
.text_link.premium_b a {
 font-size: 16px;
 
}
.text_btn_flex_notes {
 margin-top: 10px;
 font-size: 14px;
 line-height: 130%;
 text-align: center;
}
.contents_lead {
 position: absolute;
 padding: 5px 20px 5px 20px;
 top: 20px;
 right: 0;
 background: #5a5eb5;
 color: #fff;
 font-size: 18px;
 border-radius: 5px 0 0 5px;
}
.contents_logo {
 width: 38%;
 margin: 10px auto 0;
}
.contents_caption {
 text-align: left;
 font-size: 15px;
	padding-top: 15px;
}
.contents_cast {
 margin-top: 20px;
 font-size: 12.5px;
 text-align: left;
 font-weight: normal;
}
.contents_cast + .contents_cast {
 margin-top: 5px;
}
.contents_scene {
 margin-top: 20px;
}

/*con*/
.font {
 font-family: "source-han-sans-japanese", sans-serif;
font-weight: 300;
}
.en {
 letter-spacing: 2px;
}

.inner_main {
 max-width: 1000px;
 margin: auto;
 width: 90%;
}
.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;
}
#js-lp-cta-fixed {
  display: none;
  margin: 0;
}
#js-lp-cta-fixed.is-fixed {
  display: block;
}
/*slider*/
.slider{max-height: 300px !important;margin-top: 3em;}
.test-slick {
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
}

.test-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}

.test-slick__item img {
    height: auto;
    width: 100%;
}


/* ==========================================================================
btn
========================================================================== */
.btn a {
   margin: 0 auto 0;
   display: block;
   background-color: #62079b;
   color: #fff;
   font-size: 20px;
 font-weight: 300;
   text-align: center;
   width: 100%;
   max-width: 400px;
   height: 53px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   padding-left: 10px;
   box-sizing: border-box;
 line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
 box-shadow: 0 0 15px #fff,0 0 5px #fff;
}
.btn.yet a {
 pointer-events: none;
   background: #505152;
}
.btn.youtube_btn {
 margin-bottom: 25px;
 transform: translateY(-10px);
}
.btn.youtube_btn a {
 max-width: 290px;
 height: 40px;
background: #9b2e2c;
    background: -moz-linear-gradient(left, #9b2e2c 0%, #5d0890 100%);
    background: -webkit-linear-gradient(left, #9b2e2c 0%, #5d0890 100%);
    background: linear-gradient(to right, #9b2e2c 0%, #5d0890 100%);
 font-size: 19px;
}
#qa .btn {
 padding-top: 70px;
}
#qa .btn a {
background: #ba194d;
}

.btn a span {
   display: block;
   background-image: url(../images/playbtn.webp);
   background-size: 100% 100%;
   width: 20px;
   height: 20px;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn a:hover span {
   transform: translateX(5px);
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
	.cp_li{    margin: 0 auto;
    background: #acc1dc;
    border-radius: 10px;
    padding: 2em;
		background: #dee8f3;
		background: -moz-linear-gradient(45deg, #dee8f3 0%, #9eb1cc 100%);
    background: -webkit-linear-gradient(45deg, #dee8f3 0%, #9eb1cc 100%);
    background: linear-gradient(45deg, #dee8f3, #9eb1cc);
}
.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*/
/*modal*/
 .modal {
  display: none;
  position: fixed;
  
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);}
  .modal-box {
     top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background-color: #fff;
    max-width: 640px;
    width: 90%;
   padding: 3em 2em;
    animation-name: modalopen;
    animation-duration: 1s;
   position: relative;}
    .modalClose{
      position: absolute;
      top: 0;
      right: 0;
     background: #cf312c;
    padding: 0.2em;
    }
.modalOpen {
 transition: all .5s ease;
}
.modalOpen > div {
border-bottom: 3px solid #cf312c;
}
.modalOpen:hover {
 opacity: .7;
 transition: all .5s ease;
}
/*campaign*/
.bnr {
 max-width: 700px;
 width: 90%;
 margin: 0 auto 50px;
	padding-top: 50px;
}
.bnr + .bnr {
 margin-top: 0px;
}

@media screen and (max-width: 812px) {
 .bnr {
  margin-top: 0;
  margin-bottom: 0;
	 padding-top: 15px;
 }
	.bn_area{padding: 0 0.5em 2em;}
	.mv_btn{font-size: 1em;width: 90%;margin: 0.5em auto 0;}
	
 #work,#campaign,#stage {
  margin-top: 0px;
  border-radius: 10px;
  padding: 2em 10px 20px;
 }
 #campaign .campaign_inner {
  padding: 2em 1em;
  border-radius: 15px;
 }
	#stage ul li{width: 95%;}
	.cp_txt{font-size: 0.95em;}
 
 .cp_lead {
  font-size: 16px;
 }
 .cp_title {
  font-size: 20px;
 }
 .cp_lead span {
  display: none;
 }
 .entry_date {
  font-size: 14px;
 }
 .entry_btn a {
  padding: 1em;
  font-size: 16px;
 }
   .tokuten_scroll {
     margin-top: 9vw;
     padding: 2em 1em;
     font-size: 12px;
    }
 
    .tokuten_scroll .inn {
     padding-right: 0.5em;
    }
 .subfoot {
  display: block!important;
	 text-align: center;
 }
 .subfoot .x, .subfoot .yt, .subfoot .ig, .subfoot .tt {
  padding: 3px;
  max-width: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
	 display: inline-block;
	 margin-top: 2em;
 }
/*.subfoot .x a, .subfoot .yt a {
 padding-top: 5px!important;
  width: 100%!important;
 padding-left: 0!important;
 height: calc(56px / 2)!important;
 background-size: calc(46px / 2) calc(46px / 2)!important;
 background-position: left 15px top 3px!important;
 }
  .subfoot .x a::before, .subfoot .yt a::before {
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  
}
 .subfoot .x, .subfoot .yt {
  margin-top: 7px!important;
 }*/
 .footer_lemino_inc_3 .subfoot .tit {
  top: -25px!important;
 }
  .btn.youtube_btn a {
  font-size: 17px;
 }
 
 .p-nav__item.tag_ic {
  width: 40px;
  margin: 0 0 0 auto;
 }
/* フッター*/
    /* .footer_lemino_inc_3 .subfoot{
        margin-top: 50px;
        padding-right: 20px;
        padding-left: 20px;
        height: calc(290px / 2 * 0.75) ;
    }
    
       .footer_lemino_inc_3 .subfoot .x .tit,
    .footer_lemino_inc_3 .subfoot .yt .tit,
    .footer_lemino_inc_3 .subfoot .in .tit {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
 }
     .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a,
    .footer_lemino_inc_3 .subfoot .in a {
        display: block;
        background-image: url(../../teaser/common/images/x.png);
        background-size: calc(96px / 2) calc(96px / 2);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 55px;
        height: calc(96px / 2);
        color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 160%;
     }


    .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a,
    .footer_lemino_inc_3 .subfoot .in a{
      background-position: center;
   }
   
    .footer_lemino_inc_3 .subfoot .yt a {
        background-image: url(../../teaser/common/images/yt.png);
 }
 
    .footer_lemino_inc_3 .subfoot .in a {
        background-image: url("../images/in.png");
 }
 
      .footer_lemino_inc_3 .end {
        padding-top: 12vw;
        padding-bottom: 4vw;
      }
    .footer_lemino_inc_3 .end .backtop a{
        padding-top: 2vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
        background-color: #151515;
        font-size: 16px;
    }
      .footer_lemino_inc_3 .subfoot .tit {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translateX(-50%);
  font-size: 13px;
 }*/
	
  body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
   background: #000;
  }
 .btn a {
  width: 90%;
  font-size: 18px;
  font-weight: 400;
 }
 .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.webp") no-repeat bottom/150% #000;

}
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
 .flex_box.js {

 }
/* ヘッダー*/
 .c-hamburger__text {
  display: none!important;
 }
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
 background: url("../images/bg_head.webp") no-repeat bottom center/100% #9a2488;
}
 .p-nav__inner {
  width: 100%;
 }
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
 border-radius: 0 0 0 10px;
  cursor: pointer;
}


.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #2b2b2b;
  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;
  background: url("../images/bg_menu.webp") no-repeat bottom center #fbfbfb;
}


.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: 100%;
}


.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
 background: rgba(35,35,35,.8);
  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: #fff;
  border-radius: 100px;
 }
.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  width: 80%;
 margin-left: auto;
 margin-right: auto;
  height: 100%;
  padding: 13px 0;
  text-align: center;
 font-size: 20px;
    font-weight: 200;
 letter-spacing: 2px;
}
 .p-nav__list li span {
  display: block;
 padding: 7px 15px 5px;
  border-radius: 100px;
  color: #fff;
 }

/* .contents*/
 #fv {
 }
 #fv_inner {
  padding-top: 10px;
  -webkit-flex-direction: column;
  flex-direction: column;
 }
 #fv_inner .kv {
  width: 100%;
 }
 #fv_inner .fv_box {
  width: 100%;
  margin-top: 20px;
 }
 .top_date {
  font-size: 15px;
 }
 #fv {
        padding-top: 20px;
        padding-bottom: 10px;
        background: linear-gradient(0deg, #b4c9e4, #45516d);
        padding-bottom: 0px;
}  
 .main_copy_2 {
 right: 20px;
 top: 0;
 max-width: 80px;
  width: 10%;
  top: 50px;
}
 #fv_inner h1 {
  width: 100%;
  margin: auto;
 }
 #season1, #season2 {
  padding-top: 30px;
 }
 .contents_wrap.first {
  padding-top: 0;
 }
  .contents_flex,.flex_r.contents_flex {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
 }
 .text_btn_flex > div {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
 }
 .text_link {
  width: 100%;
  max-width: 500px;
 }
 .text_link a {
  font-size: 15px;
  height: 60px;
  
 }
 .text_link.premium_b a {
  font-size: 13px;
  height: 60px;
  line-height: 100%;
 }
 .text_btn_flex {
  -webkit-flex-direction: column;
  flex-direction: column;
 }
.text_btn_flex > div:nth-of-type(n+2) {
  margin-top: 10px;
  margin-left: auto;
 }
 .text_btn_flex_notes {
  font-size: 13px;
 }
 .contents_left,.contents_right {
  width: 100%;
 }
 .contents_lead {
  font-size: 14px;
  top: 10px;
 }
 .contents_box {
  padding: 1.3em;
 }
 .contents_im.lead_on {
  margin-top: 32px;
 }
 .contents_logo {
  width: 40%;
 }
 .contents_caption {
  font-size: 13px;
 }
 .contents_cast {
  margin-top: 10px;
  font-size: 11px;
  line-height: 130%;
 }
 footer  {
  height: 40px;
 }
 #campaign > .inner {
  padding: 0em 0 2em;
 }
 #campaign h3 {
  font-size: 16px;
 }
 .review li p {
  font-size: 13px;
 }
 #campaign .campaign_lead {
  font-size: 13px;
  width: 90%;
  margin: 20px auto 0;
  text-align: left;
 }
 #campaign .campaign_lead span {
 font-size: 14px;
}

 .campaign_info {
  width: 95%;
   padding: 2em 1em ;
 }
 .campaign_info.p0 {
  width: 90%;
  margin-top: 40px;
 }
 .cp_notes_2 {
  width: 95%;
  font-size: 10px;
  line-height: 120%;
 }
 .cp_notes_2 span {
  font-size: 11px;
 }
 .campaign_info dt {
  font-size: 13px;
 }
 .campaign_info dd {
  font-size: 12px;
  line-height: 130%;
 }
 .campaign_info li.cp_notes,.campaign_info dd.cp_notes {
  font-size: 10px;
  line-height: 130%;
 }
     .tokuten_scroll {
     margin: 9vw auto 0;
     padding: 2em 1em;
     font-size: 12px;
      width: 100%;
      border-radius: 10px;
    }
 
    .tokuten_scroll .inn {
     padding-right: 0.5em;
    }
/*vote*/
.vote_cap1 {
 font-size: 18px;
}
.vote_cap2 {
 margin-top: 20px;
 font-size: 16px;
}
#vote .howto {
 padding: 2em 1em;
 margin-top: 10px;
}
.vote_cap1_notes {
 margin-top: 5px;
 margin-bottom: 20px;
 font-size: 13px;
}
#vote .howto h5 {
 font-size: 16px;
 padding-bottom: 10px;
}
#vote .howto h5::before {
 width: 90%;
}
.howto_info {
 margin-top: 30px;
}
.howto_info li p,.howto_info li dt p {
 font-size: 14px;
}
.howto_info li p span {
 font-size: 18px;
}
.application {
 width: 90%;
 max-width: 400px;
 margin: 10px auto 0;
}
.application a:nth-of-type(2) {
 margin-left: 10px;
}
.howto_info > li:nth-of-type(n+2) {
 margin-top: 50px;
}
.howto_info > li:nth-of-type(n+2)::after {
    border: 7px solid transparent;
    border-top: 8px solid #62079b; 
}
.vote_notes {
 text-align: left;
 margin-top: 10px;
 font-size: 10px;
}
.vote_box_notes {
 margin-top: 20px;
 font-size: 11px;
 text-align: left;
 line-height: 120%;
}
}
.footer_lemino_inc_3 .subfoot .yt a {
 margin-left: 0;
}
@media screen and (min-width: 813px) {
 .balloon1-left:before {
  top: 36%;
  left: -24px;
}
.balloon1-right:before {
  top: 36%;
  right: -24px;
}
/* フッター*/
   /*  .footer_lemino_inc_3 .subfoot{
        height: calc(230px / 2) ;
    }
 .footer_lemino_inc_3 .totop a {
    height: calc(300px / 2) ;
}
    .footer_lemino_inc_3 .subfoot .tit {
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
   }
     .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a,
    .footer_lemino_inc_3 .subfoot .in a{
      background-position: center;
   }
 .subfoot .in a {
  background-image: url("../images/in.png");
        background-size: calc(96px / 2) calc(96px / 2);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 55px;
        height: calc(96px / 2);
        color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
 }
    .footer_lemino_inc_3 .end {
    padding-top: 0;
    padding-bottom: 50px;
  }*/
 .wrapper {
background: url("../images/bg_all.webp") no-repeat bottom center #000;
   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: .8em 2.2em;
 background: url("../images/bg_menu.webp") no-repeat bottom center #f3f3f3;
}
header .home {
 width: 120px;
}
header .right li {
 position: relative;
 display: inline-block;
 margin-left: 2px;
 font-size: 16px;
 line-height: 70%;
}

  .footer_fix {
      margin: 2% auto;
  }
  .lp_cta_fixed .lp_fv_cta_btn {
      width: min(44vw, 450px);
  }
 
.page_title {
  color: #0af;
  border-bottom: 1px solid rgba(0,0,0,.05);
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.1);
  text-transform: uppercase;
}
 .contestant_wrap > li:nth-of-type(4n) {
 margin-right: 0;
}
.contestant_wrap > li:nth-of-type(n+5) {
margin-top: 20px;
}

.contents_row_box > li:nth-of-type(4n) {
 margin-right: 0;
}
.contents_row_box > li:nth-of-type(n+5) {
 margin-top: 20px;
}

/* PEN STYLES ========== */
.menu,
.menu .menu_title,
.menu ul li a,
.menu ul li a:after,
.menu ul li a:before {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu {
  margin: 0;
}
.menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  display: inline-block;
 font-size: 14px;
	border-left: 1px solid #2b2b2b;
}
.menu ul li a {
  color: #2b2b2b;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  letter-spacing: 2px;
}
.menu ul li.tag_ic {
 width: 30px;
 transform: translateY(8px);
  margin-left: 10px;
}

/* ----- EFFECT 10 - Transform Shape with Border */
  .menu.effect-10 ul li a {
    border: 1px solid rgba(0,0,0,0);
    padding: 3px 10px 5px 12px;
  }
  .menu.effect-10 ul li.tag_ic a {
    border: none;
    padding: 0;
  }
  .menu.effect-10 ul li a.bdr_btm {
    
	  position: relative;
  }
  /*.menu.effect-10 ul li a:hover {
   transform: rotate(-5deg);
  }
  .menu.effect-10 ul li.tag_ic a:hover {
    border: none;
    border-radius: 0;
  }*/
	.menu.effect-10 ul li a.bdr_btm:hover{
	-webkit-transform: skew(-15deg);
		transform: skew(-15deg);}

	


 
.related_box li {
 width: 24%;
 margin-right: 1.3%;
}
.related_box li:nth-of-type(4n) {
 margin-right: 0;
}
.related_box li:nth-of-type(n+5) {
 margin-top: 20px;
}
}