@charset "UTF-8";
body{font-size: 16px;text-align: justify;}
#sns_ {
 text-align: center;
 padding: 50px 0 0;
}
#sns_ h2 {
 font-size: min(4vw,18px);
}
#sns_ .flex_box {
 max-width: 120px;
 margin: 10px auto 0;
}
#sns_ .flex_box > * {
 width: 48%;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.wrapper{    background-image: url(../images/kv.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;}

.img_cover{position: relative;pointer-events: none!important}
.img_cover::after{position: absolute;         top: 0;         left: 0;         width: 100%;         height: 100%;         pointer-events: none;}
/*装飾*/
.fs_l{font-size: 1.25em!important;}
.fs_ll{font-size: 1.45em!important;}
.fs_s{font-size: 0.85em!important;}
.fs_ss{font-size: 0.65em!important;}
.fs_18{font-size: 17px!important;}
.mt-1em{margin-top: 1em;}
.mt-2em{margin-top: 2em;}
.pl-2em{padding-left: 2em!important;}
.pr-2em{padding-right: 2em!important;}
.fc_blue{color: #1cbafb!important;}
.fc_pink{color: #f16892!important;}
.fc_gray{color: #636363!important;}
.ta-left{text-align: left!important;}
.ta-right{text-align: right!important;}
.ta-center{text-align: center!important;}
.d_ib{display: inline-block!important;}
.mw600{max-width: 600px;margin: 0 auto;}
.fc_red{color: #C50003;}
.td_under{text-decoration: underline;}


.font_n{font-family: "m-plus-1p", sans-serif;
font-weight: 400;
font-style: normal;}
.font_b{font-family: "m-plus-1p", sans-serif;
font-weight: 700;
font-style: normal;}
.font02_a{font-family: "zen-kaku-gothic-antique", sans-serif;
font-weight: 400;
font-style: normal;}
.font02_n{font-family: "zen-kaku-gothic-new", sans-serif;
font-weight: 400;
font-style: normal;}

/*--------------------------------
追従
----------------------------------*/
/* 固定フッターボタン */
.footer_btn {
  position: fixed;
  bottom: 0;
  transition: transform 0.3s ease;
}

.hidden {
  transform: translateY(100%);
}

/* 固定CTAエリア */
.lp_cta_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  padding: 0.5em;
  line-height: 1.5;
  z-index: 999;
  display: block !important;
}

/* テキストとボタン */
.bottom_bnr p {
  font-size: 20px;
  margin-bottom: 5px;
}

.lp_cta_fixed .btn a {
  margin-top: 0;
  font-size: 16px;
  position: relative;
  display: flex;
  height: 3.5em;
  flex-wrap: wrap;
  padding: 0.8em 0;
  align-items: center;
  justify-content: center;
}

.lp_cta_fixed .btn.one a {
  padding-top: 1em;
  padding-bottom: 1em;
}

.lp_cta_fixed .btn a .small_btn {
  font-size: 14px;
}

.lp_cta_fixed .btn span.fs_l {
  font-size: 1.15em !important;
}

.lp_cta_fixed .btn a span.ic {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  background-image: url("../images/playbtn.png");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  transition: all 300ms ease-in-out;
}

.lp_cta_fixed .btn a:hover span.ic {
  transform: translateY(-50%);
}

/* ボタンラッパー */
.btn_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.btn_wrap .btn {
  width: 49%;
  margin: 0 auto;
}

.lp_cta_fixed .btn_wrap {
  width: 70%;
  max-width: 720px;
  margin-top: 5px;
}

.lp_cta_fixed .fix_btn_end {
  max-width: 720px;
  margin: 5px auto 0;
  font-size: 14px;
}

.lp_cta_fixed .fix_btn_end.btn a {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding-top: 0.8em;
}

.lp_cta_fixed .btn p {
  margin-top: 0;
}

.btn p.l-color {
  border: none;
}

.btn p.l-color a {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}

/* リードリンク */
.fix_btn_lead a {
  font-size: 17px;
  text-decoration: underline;
}


/* テキストリンク */
.cp_text_link {
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #000;
  width: 18%;
}

.cp_text_link a {
  display: block;
  padding: 0.7em 0;
  text-align: center;
  font-size: min(1.6vw, 18px);
  border-top: 6px solid;
  border-left: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #fc8e3d, #ff0576) 1;
  color: #ffbb2c;
  background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
  font-weight: bold;
}


@media print, screen and (min-width: 813px) {
	    /*ヘッダー*/

header.pc {
 position: relative;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;padding: 0;background: #00000096;
        height: 60px;
}
  .header_pc {
display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding: 12px 25px;
       
 }
header.pc .home {
 width: 120px;
	}
	header.pc .right{position: absolute;
    top: 1em;
    right: 0;
    padding: 0 1em 0 0;font-family: "zen-kaku-gothic-antique", sans-serif;}
header.pc .right p {
 position: relative;
 display: inline-block;
 margin-top: 5px;
 margin-left: 10px;
 font-size: 16px;
 line-height: 70%;
 font-weight: 600;
}
 
 header.pc .right p a {
  display: block;
 padding: 10px 0;
  color: #fff;
  transition: all .5s;
 }
 header.pc .right p a:hover {
 transform: translateY(-3px);
 transition: all .5s;
 text-shadow: 0 0 10px #d00e31;
  font-weight: bold;
 }
}

@media screen and (max-width: 768px) {
.lp_cta_fixed .btn {
  width: 100%;
 }
 .lp_cta_fixed .btn_wrap {
  width: 100%;
 }
 .lp_cta_fixed .btn_wrap .btn {
  width: 49%;
  margin-top: 0;
 }
 .lp_cta_fixed .btn a {
  padding: 1.5vw 0 1vw;
 }
 .lp_cta_fixed .btn.one a {
  padding: 2.2vw 0;
   font-size: min(3.7vw,14px);
 }
 .fix_btn_lead a {
  font-size: min(3vw,14px);
 }
 .cp_text_link {
  width: 38%;
  bottom: 85px;
 }
 .cp_text_link a {
  font-size: min(3.5vw,14px);
  border-width: 4px;
 }
 .lp_cta_fixed .fix_btn_end.btn a {
 }
 .lp_cta_fixed .btn a {
  font-size: min(2.6vw,14px);
 }
 .lp_cta_fixed .btn a span.small_btn {
  font-size: min(2.2vw,10px);
 }
 .lp_cta_fixed .btn a span.ic {
  display: none;
 }
	.lp_cta_fixed .btn span.fs_l {
    font-size: 1.35em !important;
    padding-top: 0.2em;
    display: block;
}
}
.only_h1 h1 {
     margin: auto;
    position: relative;
    z-index: 90;
	background-image: url(../images/kv.webp);
    background-size: cover;max-width: 1300px;
/*	margin-top: 60px;*/
}
.only_h1 h1 img{width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.slick-dots li button:before{
	font-size:18px!important;
}
#footer_lemino_inc_3 .objects.pc,
#footer_lemino_inc_3 .objects.sp {
 display: none!important;
}
a.totop{    display: block;
    width: 50px;
    position: fixed;
    right: 10px;
    bottom: 50px;z-index:1000;}
a.totop img{    border: solid 2px #fff;
    border-radius: 10em;}

.totop a {
 display: none!important;
}

#totop_btn {
 width: 12px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 20px;
 bottom: 100px;
}
.totop a {
 
}
a.cp_btn{
	    max-width: 350px;
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 40%;
	z-index: 50;
}
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;
}
body .wrapper, .wrapper {
 color: #fff;
}
/* ==========================================================================
アンカーリンク調整
========================================================================== */


/* ==========================================================================
btn
========================================================================== */
.btn p {
 max-width: 500px;
 margin: 20px auto 0;
 padding: 4px;
 border-radius: 100px;
 background: #fff
}
.btn a {
   background: #0092d9;
	    background: linear-gradient(to right, #0ba9f3 0%, #0985ef 100%);
   color: #fff;
   font-size: 22px;
   text-align: center;
   width: 100%;
   height: 65px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   box-sizing: border-box;
 line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;position: relative;
	padding-bottom: 0.2em;
}
.btn a span.fs_ss{}
.btn a span.ic {
   display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 30px;
   height: 30px;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	position: absolute;
	right: 10%;
}
a.btn_view{    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0;
    height: 3em;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 10em;
    width: 300px;
    margin: 1.5em auto 0;
	background: linear-gradient(to right, #d00e31 0%, #d00f31 100%);
	color: #fff;
    /*background: linear-gradient(to right, #fccc3d 0%, #ff5805 100%);*/
    text-shadow: 0px 0px 6px rgb(183 76 1);
	border: solid 3px #fff;}
a.btn_view span.ic{ display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 1.3em;
   height: 1.3em;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	position: absolute;
	right: 10%;}
a.btn_view.b_gray{background: #45474B;text-shadow: none;}
a.btn_view:hover{opacity: 0.8;1}

/* ==========================================================================
非表示
========================================================================== */

/* ==========================================================================
共通
========================================================================== */
#live,#streaming,#works,#campaign{position: relative;padding: 4em 0 4em;}
.sec_inner{margin: 0 auto;max-width: 1000px;padding: 0 0 1em;position: relative;}


/*タイトル*/
h2.title_h2{ font-size: 2.5em;
    text-align: center;
    margin: 0 auto 1em;
    max-width: 12em;
    padding: 0.5em;
    --dot-color: #aaa;
    color: #000;
    font-style: italic;
    background-image: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 2px), repeating-linear-gradient(#fff 0 1px, var(--dot-color) 1px 2px);}

.sub_title{position: absolute;
    font-size: 10em;
    rotate(90deg) translateY(-100%) scaleX(0.8);
    color: #bfc6cd;
    top: 0;
    transform-origin: top left;
    height: 100px;font-family: "zen-kaku-gothic-new", sans-serif;font-weight: 700;    transform: rotate(90deg);
    left: 10%;z-index: -1;opacity: 0.5;}


/*作品掲載*/
ul.cont{display: flex;    flex-wrap: wrap;}
ul.cont li{color: #000;margin: 0 auto;text-align: center;}
ul.cont h3{    font-weight: bold;
    font-size: 1.1em;
    margin: 0.5em 0; 
    display: flex;
    align-items: center;font-family: "zen-kaku-gothic-antique", sans-serif;font-weight: 700;}
ul.cont li img{width: 90%;}
ul.cont li p{    font-size: 0.95em;
    text-align: justify;font-family: "zen-kaku-gothic-antique", sans-serif;}

/* ==========================================================================
section
========================================================================== */

#fv {
	 position: relative;padding: 0;background-image: url(../images/main.webp);
    background-size: cover;background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
	z-index: 100;
 }
#fv .sec_inner{    max-width: 1600px;
    padding-top: 60px;}

#fv .im_left{width: 100%;
    max-width: 800px;}
#fv .tx_right{width: 60%;
    padding: 2em;
    align-items: center;
    justify-content: center;
}
#fv .tx_right p{text-align: justify;align-items: center;justify-content: center;}

#fv .fv_lead{    text-align: center;
    padding: 5em 0 7em;margin: 0 auto;;
    max-width: 1000px;text-shadow: 2px 3px 3px rgb(0 0 0 / 8%)；}
#fv .fv_lead h2{ font-size: 2.4em;
    background: linear-gradient(90deg, #012959 0%, #4e93c1 55%, #01214a 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding: 0.2em;line-height: 1.35em;font-weight: bold;}
#fv .fv_lead h2 span{display: inline-block;}
#fv .fv_lead h2 + p{font-size: 1.2em;
    margin: 1.5em 0 0;
    line-height: 2.6em;
    text-shadow: 0 0 3px #e5e5e5, 0 0 3px #efefef, 0 0 3px #f3f3f3;
    color: #1275b7;}


/* ==========================================================================
navi_PC
========================================================================== */
#navi{background: #000;padding: 2em 0;z-index: 100;}
#navi ul{max-width: 1000px;display: flex;margin: 0 auto;}
#navi li{    background: #fff;    margin: 0 auto; }
#navi li a{border: 3px double #000;
    align-items: center;
    font-weight: bold;
    color: #000;
    padding: 0.5em 1em 0.3em;
    width: 12em;
    text-align: center;display: block;transition: color 0.5s ease;background: #fff;position: relative;}

#navi li a:hover {
  color: #fff;
}
#navi li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#navi li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
#navi li a .text {
  position: relative;
}


/* ==========================================================================
生配信_PC
========================================================================== */
#live{background: #fff;}
#live img{max-width: 800px;
    display: block;
    margin: 0 auto 1em;}
#live h3{font-weight: bold;
    color: #000;
    text-align: center;
    font-size: 1.3em;}
#live a.btn_view{    border: #1a1a1a solid;}


/* ==========================================================================
配信作品_PC
========================================================================== */
#streaming{background:#e7e7e7;}
#streaming .st_box + .st_box{margin-top: 5em;}
#streaming .sec_inner + .title_h2{margin-top: 3em;}
#streaming .title_h2 span{font-size: 0.65em;
    text-align: center;
    display: block;
    margin: 0 0 0.5em;}
#streaming ul.cont{width: 100%;}
#streaming ul.cont li{ display: flex; width: 100%;margin: 1em auto;}
#streaming ul li .cont_txt{padding: 0.5em 1em 0.5em 2em;width: 100%;margin: 0 auto;text-align: left;}
#streaming ul li .cont_txt h3{text-align: left;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 0.3em;}
#streaming ul li .cont_txt p{font-size: 1em;}
#streaming ul li img{width: 100%;    max-width: 600px;}
#streaming a.btn_view{max-width: 450px;}
/* ==========================================================================
関連作品_PC
========================================================================== */
#works{background: #778899de;}
#works ul.cont{}
#works ul.cont li{width: 23%;margin: 1em auto 1.5em;}
#works ul.cont li img{width: 100%;}
#works ul.cont li h3{color: #fff;
    font-size: 0.9em;
    min-height: 3em;}
#works ul.cont li a.btn_view{width: 90%; max-width: 300px;font-size: 1em;border: solid 2px #fff;}
#works p.copy_p{    font-size: 0.8em;
    margin: 3em auto 0;line-height: 1.3em;}


/* ==========================================================================
CAMPAIGN_PC
========================================================================== */
#campaign{background: #e7e7e7;
    text-align: center;
    color: #000;font-family: "zen-kaku-gothic-antique", sans-serif;z-index: 100;}
#campaign a.cp_link{    display: block;
    border: 2px solid #000;
    max-width: 1000px;
    margin: 0 auto 1em;
    padding: 1em 0 0;}
#campaign a.cp_link p{    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 0.3em;
    margin: 0.5em auto 0;}
#campaign a.cp_link:hover{opacity: 0.8;background: #fff;}
#campaign img{max-width: 800px;margin: 1em auto;display: block;}
#campaign h3{    text-align: center;
    margin: 0 auto;color: #000;
    line-height: 1.45em;
    font-size: 1.6em;}
#campaign h3 span.h3_high{
    font-weight: bold;position: relative;margin-bottom: 5px;
    display: inline-block;
    }
#campaign h3 span.h3_high::before{    content: '';
    background: linear-gradient(90deg, #ffc12f 0%, #ff2d52 80%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 5px;
    z-index: -1;
    border-radius: 10em;
    bottom: 5px;}
#campaign h3 span.fs_l{    font-size: 1.3em;
    font-weight: bold;}
#campaign p.h_txt{        font-size: 1.5em;
    line-height: 1.5em;
    margin: 1em auto 0.3em;}
#campaign p.h_date{    background: #d00e31;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0.5em;
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
    display: inline-block;}

#campaign .cp_inner h5{margin: 1em auto 0.5em;}
#campaign .cp_inner ul.goods_list{width: 21em;text-align: left;}
#campaign .cp_inner ul.ent_list{width: 30em;text-align: left;}
#campaign .cp_inner ul.ent_list li:nth-child(1){text-align: center;font-size: 1.3em;}

#campaign .cp_inner .cp_box{
	background: #ffffff;
    padding: 1em 1em;
    max-width: 800px;
    margin: 2em auto;
    border: 5px double #000;
font-size: 0.9em;}


#campaign .cp_box{
	background: #ffffff;
    padding: 2em 1em;
    max-width: 1000px;
    margin: 2em auto;
    border: 5px double #000;font-size: 1.1em;}
#campaign .cp_box02{
    padding: 2em 1em 0;
    max-width: 1000px;
    margin: 2em auto;font-size: 1.1em;}

#campaign .cp_box h4{    
	    font-weight: bold;
    background: #d00e31;
    color: #fff;
    padding: 0.7em 1em 0.4em;
    font-size: 1.3em;
    margin: 0.2em auto 1em;
    display: inline-block;
}

#campaign .cp_box02 h4{
	background: #000;
	font-weight: bold;
    color: #fff;
    padding: 0.7em 0.5em 0.4em;
    font-size: 1.3em;
    width: 90%;
    margin: 0 auto 1em;
}

#campaign h5{
	    margin: 2em auto 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    border: solid 2px #000;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8em;
}
#campaign .border01{    border-top: solid 1px #000;
    margin: 2em auto;}
#campaign ul{max-width: 800px;margin: 0em auto 1em;}
#campaign ul li{    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;}
#campaign .cp_box li.cp_h{ font-weight: bold;
    font-size: 1.1em;
    margin-top: 1.45em;
    color: #d00e31;
    border-bottom: 2px solid #d00e31;
    padding-bottom: 0;margin-bottom: 0.5em;
    display: inline-block;}
#campaign .cp_h2{font-size: 1.1em;font-weight: bold;}
#campaign .cp_box02 li.cp_h{ font-weight: bold;
    font-size: 1.1em;
    margin-top: 1.45em;
    color: #000;
    padding-bottom: 0;
    display: inline-block;}
#campaign a.btn_view{margin: 3em auto;}
#campaign .tokuten_scroll{    max-width: 800px;
    margin: 2em auto 0;
    font-size: 0.9em;
    line-height: 1.25em;
    background: #2d2d2d;
    padding: 1em;color: #FCFCFC;}
#campaign .tokuten_scroll a{display: inline-block;text-decoration: underline;color: #fd5151;text-indent: 0;}
#campaign .tokuten_scroll a:hover{opacity: 0.8;}

#sns .title_box{background: none;}
#sns .sec_inner{padding: 0 0 5em;}
#sns .sec_inner ul{    max-width: 500px;
    margin: 2em auto 0;
    padding: 0 0 1em;width: 80%;}
#sns .sec_inner ul li{width: 20%;    max-width: 70px;}


/* ==========================================================================
FAQ_PC
========================================================================== */
.accordion-button {
          background-color: #f2f2f2;
    border: none;
    padding: 0.9em;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    cursor: pointer;
    transition: background-color 0.5s;
    max-width: 800px;
    font-weight: 700;
	position: relative;
	padding-left: 3.5em;
}

.accordion-button:hover {
  background-color: #ddd;
}

.accordion-content {
  display: none;
  padding: 0.9em;
  background-color: #fafafa;
	font-size: 0.85em;
text-align: left;
	position: relative;
}

.accordion-button::before{    content: 'Q.';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);}
.accordion-content p::before{content: 'A.';
    font-weight: bold;
    position: absolute;
    top: 0.9em;
    left: 4%;}
.accordion-content p{    padding-left: 2.5em;
    line-height: 1.45em;
    padding-right: 1em;}
.accordion-content a{    text-decoration: underline;
    color: #fd5151;overflow-wrap: anywhere;}


/*title*/
.title_box{background: url(../images/bg_blue.webp);
    padding: 4em 0 5em;
    background-size: cover;
    background-position: center center;}

.title {
      position: relative;
    font-size: 5em;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #ffffff3d;    font-weight: bold;
}

.title::before {
	content: attr(data-en);
    display: block;
    color: #ffffff;
    font-size: 0.45em;
    width: 11em;
    margin: 0 auto;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    /*text-shadow: 0 0 3px #4bb6ff, 0 0 3px #4bb6ff, 0 0 3px #4bb6ff;*/
	font-style: normal;    font-family: "sicprintempspetit", sans-serif;
	
	

}


/*movie*/
.movie {
 max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 0;
    overflow: hidden;
    border-radius: 20px;
    border: 10px solid #fff;
	    background-image: url(../images/main.webp);
	width: 90%;
}
.movie iframe,
.movie video {
  width: 100%;
  height: 100%;
}

/*flex*/
.flex_box,
.flex_box.only {
 display: -webkit-flex;
 display: flex;
}
.flex_box.ai {
 -webkit-align-items: center;
 align-items: center;
}
.flex_box.js {
 justify-content: space-between;
}
.im_left {
 position: relative;
 width: 40%;
 z-index: 2;
}
.im_left p {
 margin-top: 5px;
 font-size: 17px;
 text-align: center;
}
.tx_right {
 width: 60%;
}


.flex_box.two {
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 gap:0 2%;
	margin-top: 2em;
}
.flex_box.two > * {
     width: 47.5%;
    margin: 0 auto 30px;
    border-radius: 20px;
    background: #ffffffde;
    padding: 0em 1em 1.5em 0;
}
.flex_box.three {
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 gap:0 2%;
}
.flex_box.three > * {
 width: 31%;
 margin-bottom: 10px;
}
.flex_box.three.four > * {
 width: 23%;
}

/*tokuten*/
.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;
}

@media screen and (max-width: 812px) {
 .lp_cta_fixed .btn p {
  border-width: 1px;
 }
 .btn p.l-color {
  padding: 3px;
 }
 .only_h1 {
  padding-top: 0;
}
	.only_h1 h1{margin-top: 50px;}
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 #totop_btn {
 width: 10px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 10px;
 bottom: 100px;
}
	a.cp_btn{bottom: 80px;width: 45%;}
 .loader {
width: 50%;
height: 30%;
}
 #loader_wrap {
  z-index: 5000;
 }
 #fv_inner .top_btn {
 position: absolute;
 bottom: 25%;
 right: 0;
  width: 30%;
}
#fv_inner .top_btn a {
 display: block;
 transition: all .5s;
}
#fv_inner .top_btn a:hover {
 transform: translateY(5px);
 transition: all .5s;
}
 /* SPフッター812*/
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}

    .footer_lemino_inc_3 .subfoot{
        margin-top: 30px;
        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 {
        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 {
        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%;
     }
     #news .footer_lemino_inc_3 .subfoot .x a {
        display: block;
        background-image: url(../../../teaser/common/images/x.png);
     }

    .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a{
      background-position: center;
   }
   
    .footer_lemino_inc_3 .subfoot .yt a {
        background-image: url(../../teaser/common/images/yt.png);
 }
 
     #news .footer_lemino_inc_3 .subfoot .yt a {
        display: block;
        background-image: url(../../../teaser/common/images/yt.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;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #4d4d4d;
  }
 .btn a {
  font-size: 18px;
  font-weight: 400;
 }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }

 .home {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;padding-top: 10px;
 }
/* ヘッダー*/
 /* Hamburger Text */
.c-hamburger__text {
  display: none !important;
}

/* Header */
.l-header {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 999;
}

/* Navigation Inner */
.p-nav__inner {
  width: 100%;
}

/* Hamburger Button */
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border-radius: 0 0 0 10px;
  cursor: pointer;
}

header button.c-hamburger {
  background: #fff;
}

header button.c-hamburger::before {
  display: none;
}

/* Hamburger Lines */
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #d00f31;
  transform: translateX(-50%);
  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;
}

/* Hamburger Text (Redundant but kept for reference) */
.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;
}

/* Hamburger Active State */
.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);
}

/* Navigation Panel */
.p-header__nav {
  display: flex;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: 0.6s;
  z-index: 10;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: #242429fc;
  opacity: 1;
  transition: 0.6s;
}

/* Header Inner */
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}

/* Header Title */
.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%;
}

/* Hamburger Container */
.p-header__hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  z-index: 100;
}

/* Navigation List */
.p-nav {
  padding: 72px 0;
}

.p-nav__list {
  display: block;
  width: 100%;
  padding: 0 30px;
}

.p-nav__list li span {
  display: block;
  padding: 7px 15px 5px;
  border-radius: 100px;
  color: #fff;
}

/* Navigation Item */
.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 2px;
  color: #fff;
}

/* ==========================================================================
共通_SP
========================================================================== */
	#live, #streaming, #works, #campaign{position: relative;
    padding: 3em 1em 1em;}
	h2.title_h2{font-size: 1.5em;}
	.sub_title{display: none;}
	a.totop{    display: block;
    width: 30px;
    position: fixed;
    right: 10px;
    bottom: 20px;z-index: 1000;}
	
/* ==========================================================================
生配信_SP
========================================================================== */
	
/* ==========================================================================
配信作品_SP
========================================================================== */
	#streaming ul.cont li{    flex-direction: column;font-size: 0.9em;}
	#streaming ul li .cont_txt{padding: 0;}
	#streaming ul li .cont_txt + .cont_txt{margin-top: 2em;}
	#streaming .st_box + .st_box{margin-top: 1em;}
	
/* ==========================================================================
出演作品_SP
========================================================================== */
	#works ul.cont li{    width: 48%;
    margin: 1em auto 1.5em;}
	#works ul.cont li a.btn_view{width: 95%;
    max-width: 300px;
    font-size: 0.9em;
    border: solid 2px #fff;
    height: 2.5em;}
	#works ul.cont li h3{    color: #fff;
    font-size: 0.8em;
    min-height: 2.8em;
    line-height: 1.3em;}
	
/* ==========================================================================
キャンペーン_SP
========================================================================== */
	#campaign{}
	#campaign h3{font-size: 1.25em;}
	#campaign h3 + p{font-size: 1em;}
	#campaign .cp_box,#campaign .cp_box02{padding: 1em 0.5em;font-size: 1em;}
	#campaign .cp_box h4{font-size: 1.1em;}
	#campaign .cp_box02 h4{font-size: 1.1em;margin: 0 auto;}
	#campaign h5{font-size: 1em;}
	#campaign ul{font-size: 0.95em;}
	#campaign .cp_box li.cp_h{font-size: 1.1em;}
	#campaign .cp_box02{    padding: 1em 0.5em 0;}
	#campaign a.btn_view{margin: 2em auto;}
	#campaign a.btn_view{font-size: 1em;}
	#campaign .tokuten_scroll{font-size: 0.8em;}
	#campaign .tokuten_scroll .inn{height: 120px;}
	#campaign .cp_inner{font-size: 0.9em;}
	#campaign .cp_inner ul.ent_list{width: 100%;}
	#campaign p.h_date{font-size: 1.1em;display: block;}
	#campaign p.h_txt{font-size: 1.2em;line-height: 1.35em;}
	
/* ==========================================================================
FAQ_SP
========================================================================== */
	.accordion-button{font-size: 0.85em;line-height: 1.25em;
    padding-left: 2.5em;}
	.accordion-content p{    font-size: 0.9em;
    text-align: justify;}
	
/* .contents*/
	.flex_box{flex-wrap: wrap;}
	.title_box{    padding: 2em 0 1px;}
	.sec_inner{padding: 0em 0 2em;}
	#fv .fv_lead{    margin: 0 auto 0em;padding: 3em 0 0.1em;}
	#fv .fv_lead h2{        line-height: 1.45em;
        font-size: 1.3em;}
	#fv .fv_lead h2 + p{    font-size: 0.8em;
    width: 90%;margin: 1.5em auto 4em;}
	#fv .sec_inner{padding-top: 40px;}
	#fv .flex_box{flex-wrap: wrap;}
	#fv .tx_right{width: 100%;}
	.title{font-size: 2.3em;        margin-bottom: 1em;}
	.title::before{font-size: 0.65em;}

 #fv {margin-top: 10px;
 }
 .flex_box {
  margin-left: auto;
  margin-right: auto;
 }
 .contents_wrap.first {
  padding-top: 30px;
 }
 
 .btn {
  max-width: 500px;
  width: 90%;
  margin: 20px auto 0;
 }
 .btn a {
  height: 48px;
  border-width: 1px;
 }
 .btn a span.ic{width: 20px;height: 20px;}
 .btn p {
  padding:3px;
  border-width: 4px;
 }
 
 .movie {
         width: 90%;
        aspect-ratio: 16 / 9;
        border: 5px solid #fff;
        border-radius: 10px;
 }
 .flex_box.only .im_left {
  width: 65%;
 }
 .flex_box.only .tx_right {
  width: 35%;
 }
	
	
 .flex_box.two > .flex_box {
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
 }
 .im_left p {
  font-size: 14px;
 }
 .flex_box.two > .flex_box:nth-of-type(2n) {
  margin-right: 0;
 }
 .flex_box.two > .flex_box:nth-of-type(n+3) {
  margin-top: 20px;
 }
 .flex_box.three > * {
  width: 83%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
 }

.flex_box.three.four > * {
  width: 47%;
 }
     .tokuten_scroll {
     font-size: 12px;
		padding: 1.5em;
    }
 
    .tokuten_scroll .inn {
     padding-right: 0.5em;
    }
 footer {
  height: 40px;
 }
 .wrapper {
   position: relative;
 background: none;
 z-index: 1;
	 background:#fbfbfb;
	 background-size: auto;
        background-position: unset;
        background-attachment: fixed;
	 background-repeat: no-repeat;
 }
}

	
 .flex_box.three.four > *:nth-of-type(4),
 .flex_box.three > *:nth-of-type(2) {
  margin-top: 50px;
 }
.flex_box.two > .flex_box:nth-of-type(2n) {
 margin-right: 0;
}
.flex_box.two > .flex_box:nth-of-type(n+3) {
 margin-top: 30px;
}
 .flex_box.four > li:nth-of-type(4n) {
  margin-right: 0;
 }
/*PCフッター813*/
     .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{
      background-position: center;
   }
    .footer_lemino_inc_3 .end {
    padding-top: 0;
    padding-bottom: 50px;
  }

 /*ヘッダー*/
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;
 text-align: center;
}
.home {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 15%;
  max-width: 110px;
  z-index: 1000;        padding-top: 14px;

}
.home_sp {
          position: absolute;
    top: 0px;
    left: 20px;
    width: 20%;
    max-width: 110px;
    z-index: 1000;
    padding-top: 14px;
}
header .right li {
 position: relative;
 display: inline-block;
 margin-top: 5px;
 margin-left: 10px;
 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;
}

/* PEN STYLES ========== */

  .menu {
   padding-top: 50px;
   z-index: 1
 }
.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 {
 position: relative;
  margin: 0;
}
.menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu ul li {
 display: inline-block;
 border-right: 3px solid #f3f275;
}
.menu ul li:last-of-type {
 border: none;
}
.menu ul li a {
  color: #fff;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
 font-weight: bold;
}
.menu ul li a span {
  color: #d66508;
}
.blur {
  font-size: 60px;
}
.blur:hover {
  animation: text-blur 0.5s;
}
}
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px); /* ぼかしの強さ */
  }
  100% {
    filter: blur(0);
  }
}
/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}

/*フェードアップ*/
.fadeup.is-active {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.slide-items {
  width: 100%;
  margin: auto;
}

.slick-slide {
  box-sizing: border-box;
  padding: 0 10px; /* スライド間の余白を確保 */
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}

.popup-content {   background-image: url(../images/bg_paper.webp);
    background-size: cover;
    background-repeat: repeat;  
position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    padding: 1em;
    max-width: 600px;width: 90%;
    border-radius: 10px;
    border: 4px solid #00c2ff;position: relative;}
.popup-content span.close{color: #ffffff;
    font-weight: bold;
    font-size: 2em;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    background: #00c2ff;
    border-radius: 10em;width: 1.5em;
    text-align: center;
    height: 1.5em;
    padding: 0.1em;display: flex;
    align-items: center;
    justify-content: center;cursor: pointer;}
.popup-content img{max-width: 250px;
    display: block;
    margin: 0 auto;
  }
.popup-content h2{color: #1b3165;
    font-size: 1.8em;
    margin: 0.5em 0;
    border-bottom: 1px solid #1b3165;
    padding-bottom: 0.3em;}
.popup-content h2 span{    font-size: 0.7em;
    margin-left: 0.5em;}
.popup-content p{color: #43547b;
    font-size: 0.9em;
    line-height: 1.35em;
    text-align: justify;
    padding: 0 1em 1em;}
.popup-content p.com{overflow-y: scroll;
    max-height: 20em;}

.clickable {
	cursor: pointer;
}
@media screen and (max-width: 812px) {
	.popup-content span.close{font-size: 1.2em;}
	.popup-content h2{    font-size: 1.5em;}
	.popup-content p{font-size: 0.8em;}
	
}

/*テキスト表示*/

.text-box {
  position: relative; /* グラデーションのために必要 */
}

.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
}

/* グラデーション */
.clamp-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, #fdfdfdad 0%, #fdfcfc 50%, #fdfcfc 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* 展開時はグラデーション非表示 */
.clamp-text.expanded::after {
  opacity: 0;
}

/* 行数が5行以下のときにグラデーションを完全に消す */
.clamp-text.no-gradient::after {
  display: none;
}

/* 展開時のテキスト */
.clamp-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* 「もっとみる」ボタン */
.toggle-button {
      background-color: transparent;
    border: none;
    color: #0988ef;
    font-weight: bold;
    margin: 0 auto 1em;
}


.toggle-button.hidden {
  visibility: hidden; /* 表示は消すが、スペースは維持 */
}

.toggle-button.hidden::after {
  content: "";
  display: block;
  height: 1em; /* ボタンと同じ高さに調整 */
}

@media screen and (max-width: 812px) {
	.toggle-button{    margin: 0 auto 0em;
    padding: 0;
    font-size: 1em;}
.toggle-button.hidden::after {
  content: "";
  display: block;
  height: 0em; /* ボタンと同じ高さに調整 */
}
}
