@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;
}


.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_lll{font-size: 2.3em!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;}
.mt-3em{margin-top: 3em;}
.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;}
/*--------------------------------
追従
----------------------------------*/
/* 固定フッターボタン */
.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;
	flex-flow: column;
	line-height: 1.35em;
}

.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 {

  }
header.pc {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;padding: 0;background: #fffefe;
        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;}
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;
  text-decoration: none;text-shadow: 0 0 3px #2882bb, 0 0 3px #2882bb, 0 0 3px #2882bb;;
 }
 header.pc .right p a:hover {
 transform: translateY(-3px);
 transition: all .5s;
 text-shadow: 0 0 10px #fed73e;
  font-weight: bold;
 }
		/*oto_pc*/
 .oto_img{position: absolute;    max-width: 120px;}
.oto_img.oto01{top: 6%;
        right: 25%;
        max-width: 100px;}
.oto_img.oto02{         top: 28%;
        left: 8%;}
.oto_img.oto03{right: 0;
    top: -5%;}
.oto_img.oto04{top: 50%;
        right: 10%;}
.oto_img.oto05{  bottom: 2%;
        left: 10%;
        max-width: 100px;}
.oto_img.oto06{ top: 5%;
        left: 5%;}
.oto_img.oto07{ right: 15%;
        top: 85%;
        max-width: 100px;}
.oto_img.oto08{         top: 66%;
        left: 6%;}
.oto_img.oto09{left: 18%;
        top: 53%;
        max-width: 100px;}

}

@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: #ff5ba0;
	margin-top: 60px;
}
@media screen and (min-width: 1420px) {
	.only_h1 h1::after{content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg_left.webp), url(../images/bg_right.webp);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    background-attachment: fixed, fixed;
    z-index: 10;
    top: 0;
}
}
@media screen and (min-width: 812px) and (max-width: 1419px) {
.only_h1 h1::after{content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg_left02.webp), url(../images/bg_right02.webp);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 15%, 15%;
    background-attachment: fixed, fixed;
    z-index: 10;
    top: 0;
}
}
.only_h1 h1 img{max-width: 1200px;
    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;
}
.totop a {
 display: none!important;
}
.wrapper {
 background: #000;
}
body .wrapper, .wrapper {
 
    background-color: #ff5ba0;
    background-image: url(../images/bg_left.webp), url(../images/bg_right.webp);
    background-position: left top, right top;
    background-repeat: no-repeat,no-repeat;
    background-size: 15%, 15%;
    background-attachment: fixed, fixed;

}


#totop_btn {
 width: 12px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 20px;
 bottom: 100px;
}
.totop a {
 
}
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;
}

.font_n {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}
.font {
font-family: "vdl-logonatwin", sans-serif;
font-weight: 500;
font-style: normal;
}
.font02{font-family: "sicselifgothicre", sans-serif;
font-weight: 400;
font-style: normal;}
.font03{font-family: "siccrossudpultra", sans-serif;
font-weight: 400;
font-style: normal;}
.font04{font-family: "ads-rumba", sans-serif;
font-weight: 400;
font-style: normal;}
.font05{font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;}
.wrapper .inner {
 width: 90%;
 max-width: 1100px;
 margin: auto;
}


/* ==========================================================================
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: 1em auto 0;
    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%;}

.btn.fv_b p.ad_txt{font-weight: bold;background: none;color: #373737;}
.btn.fv_b a{background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);position: relative;max-width: 500px;width: 90%;
	margin: 0 auto 10px;
	box-shadow: 2px 10px 0px 0px rgb(55 55 55);border: 2px solid #373737;}
.btn.fv_b a:hover{box-shadow: none;margin: 10px auto 0;opacity: 1;}



/* ==========================================================================
非表示
========================================================================== */
#story div.text-box a.btn{display: none!important;}
.d_none{display: none!important;}
.visi_h{visibility: hidden;}
/* ==========================================================================
section
========================================================================== */
section{}
#story,#staff,#relationship,#broadcast,#sns,#campaign,#news{
    }

.sec_inner{margin: 0 auto;max-width: 1000px;padding: 3em 2em 5em;position: relative;}

.contents_wrap {
 padding: 60px 0;
}
.contents_wrap.first {
 padding-bottom: 50px;
}
.h1_area{position: relative;}
.pop_ic{    position: absolute;
    right: 1%;
    bottom: 10%;
    max-width: 200px;
    z-index: 95;}
.pop_ic a{display: block;}
#fv {
	 position: relative;padding: 0;
 }
#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;}
.top_lead{text-align: center;
    margin: 0 auto 20px;
    font-size: 2em;
    text-shadow: 3px 3px 0px rgb(0 44 77 / 67%);
    font-weight: bold;
    color: #ffffff;}
#fv .fv_lead{    text-align: center;    background-color: #ff81b6;
	background-image: url("../images/bg_lead.webp");background-size: cover;background-repeat: no-repeat;
    padding: 0 0 7em;margin: 0 auto;border-top: solid #ff81b6 20px;border-bottom: solid #ff81b6 20px;
   text-shadow: 2px 3px 3px rgb(0 0 0 / 8%)；}

#fv p.lead_p{font-size: 1.2em;
    margin: 1.5em 0 0;
    line-height: 2.6em;text-shadow: 0 0 3px #ff519a, 0 0 3px #ff519a, 0 0 3px #ff519a;
    color: #fff;}
#fv p.lead_p{font-size: 1.3em;color:#fff;font-weight: bold;margin-bottom: 3em;}
#fv p.lead_p span{font-size: 2.3em;}

#navi_bar{background: #058ef3;padding: 2em;}
#navi_bar ul{display: flex;flex-wrap: wrap;max-width:1000px;margin: 0 auto;}
#navi_bar ul li{margin: 0 auto;
    width: 13%;
    background: #fff;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px 10px 0 10px;}
#navi_bar ul li a{    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    font-size: 0.9em;color: #058ef3;
}
#navi_bar ul li a:hover{color: #fe5da1;}


/* ==========================================================================
STORY
========================================================================== */
#story{background: #ffd42d;
    padding: 0 0 5em;}
#story h2.title{    color: #ff519a;
    text-shadow: 2px 3px 0px rgb(255 255 255 / 98%);}
#story .sec_inner{    background: #ffffff;
    border-radius: 1em;
    box-shadow: 5px 5px 0px 0px rgb(255 81 154);
    padding: 3em 2em;}
#story .sec_inner p{    color: #058ef3;
    font-size: 1.1em;
    text-align: center;
    line-height: 2.5em;
    font-weight: bold;}
#story .sec_inner p span{font-size: 1.4em;display: inline-block;margin-top: 10px;}

.episode .slide-items {
  width: 100%;
  height: 100%;
}

ul.episode{ display: flex;
    max-width: calc(1000px + 1.5em);
    margin: 0 auto;}
ul.episode li{padding: 1em;}

div.epi_box{    background: #ffffff;
    border-radius: 1em;
    box-shadow: 5px 5px 0px 0px rgb(5 142 243);
    padding-top:1em;}
.slide-items .epi_box h3{    color: #058ef3;
    font-weight: bold;
    font-size: 1.15em;
    text-align: left;
    width: 90%;
    margin: 0 auto;border-bottom: 4px dotted #058ef3;
    padding-bottom: 0.5em;}
.slide-items .epi_box img{display: block;margin: 0 auto 1em;width: 90%;
	object-fit: cover;}
.slide-items .epi_box .a_btn{display: flex;}
.slide-items .epi_box .a_btn{position: relative;
    text-align: center;
    margin: 0em auto 0;
    background: #ff519a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 1.1em;
    border-radius: 10em;
    border: 4px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    width: 80%;
    max-width: 300px;
    padding-top: 0.3em;margin: 1em auto;}

.slide-items .epi_box .a_btn span.ic{    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    display: block;
    background-image: url(../images/playbtn.png);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    transition: all 300ms ease-in-out;}

.slide-items .epi_box p{color: #272727;font-size: 0.9em;line-height: 1.45em;text-align: justify;width: 90%;margin: 0 auto;}

/*テキスト表示*/

.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;
  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: #fff;
    font-weight: bold;
    margin: 0 auto 1em;
	display: flex;
	padding-bottom: 0.5em;
}
.toggle-button .icon{    background: #058ef3;
    border-radius: 100em;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;}

.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; /* ボタンと同じ高さに調整 */
}
}


/*----------------
出演者＿PC
-----------------*/
#staff{z-index: 5;    background: #ff419161;}
#staff ul{    flex-wrap: wrap;/*background: #f1f1f1c7;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);*/}
#staff ul li{        padding: 2em 0;display: flex;/*background: #ffffffa8;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);border-radius: 10px;*/position:relative;}
#staff ul li .img_l + .cast_txt{margin-left: 1em;} 
#staff ul li .cast_txt + .img_l{margin-left: 1em;} 

#staff ul li .cast_txt{ width: 100%;    
	background-image: url(../images/bg_pop2.webp);
    background-size: cover;
    background-color: #f9f9f9;
    border-radius: 1em;align-items: center;
    display: flex;
    padding: 2em;}
#staff ul li .cast_txt  p{ 
    line-height: 1.35em;
    padding: 1em 0 0;}
#staff .img_l.cast img{border-radius: 1em;    border: 5px solid #f9f9f9;}
#staff ul li p.name{   font-size: 1.7em;position: relative;
    font-weight: bold;min-width: 5em;margin: 0 0 0.5em; color: #1b3165;line-height: 1.35em;padding: 0;
    border-bottom: 4px dotted #058ef3;margin: 0 auto 0.5em;}
#staff ul li p.name span{    
    font-size: 1.1em;
    font-weight: normal;
    padding-left: 1em;
    text-align: left;
    padding-top: 0.2em;display: inline-block;
    line-height: 1em;}

#staff ul li .cast_txt  p.p_work{      font-size: 0.85em;
    background: #e7e7e7d1;
    color: #166488;
    padding: 1em;
    text-align: left;
    line-height: 1.7em;}
#staff ul li .cast_txt  p.p_work span{display: block;
    border-bottom: 1px solid #166488;margin-bottom: 0.3em;
    max-width: 50%;}
#staff ul li .cast_txt  p.p_prof{    width: 65%;
    margin: 0 1em 0 0;}
#staff ul li .cast_txt ul {padding: 1em;
    font-size: 0.9em;
    background: #f5f5f5;
    margin: 1em;
    max-width: 400px;}
#staff ul li .cast_txt ul li{padding: 0;
    box-shadow: none;
    background: none;}
#staff ul li.one{margin: 0 auto;}
#staff ul li .cast_txt p.about{font-size: 0.95em;margin-top: 0;
    line-height: 1.6em;padding: 0 1em 1em;
    color: #165069;    }
#staff ul li .img_l{max-width: 200px;z-index: 5;}
#staff ul li .img_ll{max-width: 350px;z-index: 5;}
.cast_txt{box-shadow: 5px 5px 0px 0px rgb(5 142 243);}
#staff .cast_txt.staff{    background: #ffffff;
    border-radius: 1em;
    margin: 1em auto;
    padding: 1em;}
#staff .cast_txt.staff ul{margin: 0 auto;text-align: center;}
#staff .cast_txt.staff ul li h5{font-weight: bold;}
.pop_com{ text-align: center;
    background: #f9f9f9;
    color: #058ef3;
    border: 3px solid #058ef3;
    border-radius: 6px;
    margin: 1em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    font-weight: 700;
    box-shadow: 5px 5px 0px 0px rgb(255 251 60);
    max-width: 180px;}
.pop_com:hover{color: #ff519a;}
/*----------------
staff
-----------------*/
#staff .staff_box ul li{    flex-wrap: wrap;}
#staff .staff_box{box-shadow: 5px 5px 0px 0px rgb(5 142 243);    background: #f9f9f9;border-radius: 1em;padding: 2em;background-image: url(../images/bg_pop2.webp);
    background-size: contain;}
.staff_inner{    padding: 0 ;
    display: flex;
	position: relative;}
#staff .staff_box img{border-radius: 1em;}
#staff ul li .staff_txt{     width: 100%;
    align-items: center;flex-wrap: wrap;
    display: flex;
    padding: 0 1em;}
#staff ul li .staff_txt  p{ 
    line-height: 1.35em;
    padding:0;color: #1b3165;}
#staff .staff_txt .about{display: flex;flex-wrap: wrap;}
#staff .staff_txt .about  p{width: 70%;font-size: 0.95em;line-height: 1.6em;text-align: left;}
#staff .staff_txt .about.one  p{width: 100%;}
#staff .staff_txt .about  ul{
	width: 30%;
	border-radius: 1em;
	background: #efefef;
    padding: 1em;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #363636;
    margin-left: 1em;display: flex;}
#staff .staff_txt .about ul li{padding: 0;
    width: 100%;}
#staff .staff_txt .about a.btn{position: relative;
    text-align: center;
    margin: 0em auto 0;
    background: #058ef3;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 1.1em;
    border-radius: 10em;
    border: 4px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    width: 80%;
    max-width: 300px;
    padding-top: 0.3em;}

#staff .staff_txt .about a.btn span.ic{    position: absolute;
    top: 50%;
    right: 10%;
    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;}


#staff ul li.staff_only{display: block; width: 100%;text-align: center;}
#staff .staff_only h3.name{font-size: 1.7em;
    position: relative;
    font-weight: bold;
    min-width: 5em;
    margin: 0 auto;
    color: #1b3165;
    line-height: 1.35em;
    padding: 0;
    border-bottom: 4px dotted #058ef3;
    width: 50%;}
#staff .staff_works{
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: unset;
    justify-content: center;}
#staff .works_inner{padding: 0.3em 2em;}
#staff .works_inner h4{font-size: 1.9em;
    font-weight: 400;
    padding-top: 0.2em;
    line-height: 1em;
    text-align: center;
    color: #1b3165;}
#staff .works_inner h4.o_cast{line-height: 1.5em;}
#staff .works_inner p{color: #1b3165;
    font-size: 0.9em;
    align-items: center;
    text-align: center;
    margin: 1em auto;}


#staff ul li.staff_only p.name span{display: block;border-top: 4px dotted #058ef3;}
#staff .staff_box ul li + li {margin-top: 1em;}

#staff .staff_add{    display: flex;
    width: 100%;
    background: #e9e9e9;margin: 1em auto;
    padding: 1em;
    max-width: 700px;}
#staff .staff_add div{max-width: 120px;}
#staff .staff_add img{border-radius: 0;}
#staff ul li .staff_add p{width: 100%;
    padding: 0;
    font-size: 0.85em;
    color: #363636;
    line-height: 1.5em;
    display: flex;
    align-items: center;
	margin-left: 2em;}


/* ==========================================================================
special
========================================================================== */
#special{background: #ffd42d;
	padding: 0 0 5em;}
#special h2.title {
    color: #ff519a;
	text-shadow: 2px 3px 0px rgb(255 255 255 / 98%);}
#special .sec_inner{    background: #ffffff;
    border-radius: 1em;
    box-shadow: 5px 5px 0px 0px rgb(255 81 154);
    padding: 3em 2em;text-align: center;}
#special h3{    color: #058ef3;
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 auto 1em;
line-height: 1.45em;}
#special img{max-width: 700px;}
#special p{color: #272727;
    font-size: 1em;
    line-height: 1.45em;
    max-width: 700px;
    margin: 0 auto;}
#special a.btn{        position: relative;
    text-align: center;
    margin: 1em auto;
    background: #ff5ba0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 1.1em;
    border-radius: 10em;
    border: 4px solid #ffd42d;
    color: #ffffff;
    font-weight: bold;
    width: 80%;
    max-width: 300px;
    padding-top: 0.3em;}
#special a.btn span.ic{    position: absolute;
    top: 50%;
    right: 10%;
    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;}


/* ==========================================================================
news
========================================================================== */

#news{    background: #058ef3;}
#news ul{    margin: 0 auto;
    background: #ffffff;
    padding: 1em;
    border-radius: 1em;
    color: #363636;    box-shadow: 5px 5px 0px 0px rgb(253 104 168);
    padding: 2em;}
#news ul li{line-height: 1.5em;
    border-bottom: dotted 2px #058ef3;
    padding: 0.2em 0;font-size: 0.95em;}
#news ul li span{font-weight: bold;}
#news span.date{    color: #058ef3;
    font-size: 1.1em;}
#news span.new{    color: #fd68a8;
    font-size: 1em;padding: 0 0.5em;}


.btn_oa{    
	position: relative;
	text-align: center;
    margin: 2em auto 0;
    background: #ff519a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.6em;
    font-size: 1.5em;
    border-radius: 10em;
    max-width: 400px;
    border: 4px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
    padding-top: 0.2em;}

.btn_oa span.ic{    position: absolute;
    top: 50%;
    right: 10%;
    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;}

.btn_oa:hover{opacity: 0.7;}





#relationship{padding-top: 2em; background: url(../images/bg_blue02.webp);background-size: cover;}
#relationship .sec_inner{padding: 0 0 5em;}
#relationship .title_box{background: none;}
#relationship img{    padding: 1em;
    background: #ffffff;
    margin: 1em auto 0;
    max-width: 800px;
    text-align: center;
    display: block;box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.4);}

#broadcast{padding-top: 0;     background: #058ef3;}
#broadcast .title_box{background: none;}
#broadcast .sec_inner{padding: 0 0 5em;}
#broadcast .box_inner{
    padding: 1em 1em;
    margin: 1em auto;}
#broadcast .box_inner + .box_inner{margin-top: 3em;}
#broadcast .box_inner h3{margin: 0 auto; font-weight: bold;
    padding: 0.5em 1em;
  /*  --x-gradient: linear-gradient(90deg, #058ef3 0 100%);
    --y-gradient: linear-gradient(#058ef3 0 15px, transparent 0 calc(100% - 15px), #058ef3 calc(100% - 15px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;*/
    position: relative;
    text-align: center;
    width: 50%;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 1.5em;
    text-shadow: 0 0 3px #297af0, 0 0 3px #297af0, 0 0 3px #2a7bf0;}

#broadcast .im_left p.copy{text-align: right;
    font-size: 0.7em;
    margin: 0;
    color: #fff;
    line-height: 1em;
    padding: 0;
    font-weight: 400;
    opacity: 1;}

#memory .sec_inner {
	box-shadow: 0 0px 0px rgb(5 142 243);
	background: none;
	border-radius: 0;
	padding: 0;text-align: center;
}
#memory img {
	width: 90%;
	margin: auto;
} 

#sns{background: url(../images/bg_blue02.webp);
    background-size: cover;
    background-position: bottom;}
#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;}

.bottom_copy{    background: #ff5ba0;
    text-align: center;
    font-size: 0.9em;
    padding: 2em 1em;}


/*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: 4em;
    z-index: 2;
    margin: 0.5em auto 0;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #fffb3c;    font-weight: bold;    text-shadow: 2px 3px 3px rgb(0 0 0 / 61%);
}

.title::before {
	content: attr(data-en);
    display: block;
    font-size: 18px;
    width: 11em;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-style: normal;
    bottom: -3.5em;
    background: #ffffff;
    border-radius: 10em;
    padding: 0.3em 0 0.2em;
    color: #058ef3;text-shadow: none;
	    font-family: "heisei-maru-gothic-std", 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) {
	body .wrapper, .wrapper{background-image: none;}
 .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;
}
 .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: fixed;
  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%;        background: #ff5ba0ba;
}

/* 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: #2ab1fe;
  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-color: #ff5ba0;
    background-image: url(../images/bg_left.webp), url(../images/bg_right.webp);
    background-position: left top, right top;
    background-repeat: no-repeat,no-repeat;
    background-size: contain;
    background-attachment: fixed, fixed;
  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;
}

	
	
/* .contents*/
	.flex_box{flex-wrap: wrap;}
	.only_h1 h1::after{display: none;}
	#introduction .title_box{    padding: 1.5em 0 1px;}
	.title_box{    padding: 2em 0 1px;}
	.sec_inner{padding: 0em 0 2em;}
	#fv .fv_lead{    margin: 0 auto 0em;padding: 0;}
	#fv p.lead_p{    font-size: 0.9em;       line-height: 1.7em;text-align: justify; background: #ff81b6b5;
    width: 90%;margin: 1.5em auto 2em; }
	#fv p.lead_p span{    font-size: 2em;
    text-align: center;
    display: block;
    margin: 0 auto;}
	#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: 10px;
        bottom: -4em;}
	.top_lead{    font-size: 1.2em;        background: #058ef3;
        padding: 0.5em;margin: 0 auto;}
	.pop_ic {    position: absolute;    right: 1%;    bottom: -50%;    max-width: 80px;		z-index: 95;}
	
	#story, #staff, #relationship, #broadcast,#campaign,#special {    margin: 0 auto;padding: 0 0 3em;}
	
	#story {    padding: 0 0 2em;}
	#story .sec_inner{width: 90%;
    margin: 1em auto;    padding: 2em 1em;}
	#story .sec_inner{font-size: 0.8em;line-height: 1.45em;}
	#story .sec_inner p{text-align: justify;        line-height: 1.6em;}
	#story .sec_inner p span{font-size: 1.2em;}
	
	.episode .slick-next{right: 20px;}
	.episode .slick-prev{left: 10px;}
	
	
	#staff .box_inner{margin: 1em auto 0;        width: 100%;}
	#staff .box_inner h3{font-size: 1em;width: 80%;background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;margin: 0 auto 1em;}
	#staff ul{display: block;}
	#staff ul li{padding: 1em 0;}
	#staff ul li.one .img_l{    max-width: 300px;
    width: 60%;margin: 0 auto;
    text-align: center;
    display: block;}
	#staff ul li + li{margin-top: 0.5em;}
	#staff ul li p{font-size: 0.8em;}
	#staff ul li .img_l + .cast_txt{margin-left: auto;}	

	#staff ul li .cast_txt{width: 90%;
        margin: 1em auto;
        padding: 1em;}
	#staff ul li .cast_txt ul {    padding: 1em;    font-size: 0.8em;    max-width: 100%;    width: 100%;
		margin: 1em auto 0;}
	.cast_txt{width: 90%;}
	#staff ul li.one.reverse{display: flex; flex-direction: column-reverse; }
	
	#staff ul li.one{display: flex;flex-direction: column;}
	#staff ul li p.name{font-size: 1.2em;text-align: center;}
	#staff ul li p.name span{padding-left: 0;}
	#staff ul li.one p.name{font-size: 1.2em;text-align: center;margin-top: 0.5em;}
	#staff ul li p.name span{font-size: 1.1em;padding-left: 0;text-align: center;}
	#staff ul li .cast_txt p.p_prof{width: 100%;font-size: 0.8em;margin-right: 0;}
	#staff ul li .cast_txt p.p_work{width: 100%;margin-top: 1em;font-size: 0.8em}
	#staff ul li .cast_txt p.about{font-size: 0.8em;padding: 0 0.5em;}
	#staff ul li.staff p.name,#staff ul li p.name{border:none;}
	#staff ul li.staff p.name span,#staff ul li p.name span{display:block;border-top: 3px dotted #03abf2;}
	#staff ul li p.name span.fs_ss{border: none;}
	#staff ul li.one p.name span.pop_com{width: 11em;
    font-size: 0.7em;
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #03abf2;
    border-top: none;
    bottom: 0;
    left: 2em;
    padding: 0.2em;
    text-align: center;margin-bottom: 5px;}
	#staff ul li.one p.name span.pop_com img{    margin-bottom: 0.3em;}
	
	/*-----------
	sutaff_SP
	------------*/
	#staff .staff_box{width: 90%;
    margin: 1em auto;
    padding: 1em;}
	.staff_inner{flex-direction: column;}
	#staff ul li .img_l{    margin: 0 auto;}
	#staff ul li .staff_txt{padding: 0 0.5em;}
	#staff .staff_txt .about p{font-size: 0.8em;}
	#staff ul li .staff_add p{    margin-left: 1em;font-size: 0.8em;}
	#staff .staff_add{padding: 0.5em;}
	
	#staff .staff_only h3.name{font-size: 1.2em;width: 90%;}
	#staff .works_inner h4{font-size: 1.3em;}
	#staff .works_inner{    padding: 0.2em 0 0;width: 50%;}
	#staff .works_inner p{        font-size: 0.8em;
        margin: 0.5em auto 0;
        text-align: center;
        line-height: 1.2em;
        color: #1b3165;}
	
	
	.btn_oa{width: 80%;
    font-size: 1.3em;
    padding: 0;}
	
	#staff .staff_txt .about a.btn{    margin: 1em auto; width: 90%;font-size: 0.9em;max-width: 380px;padding: 0;}
	
	    #special .sec_inner{
			width: 90%;
			margin: 1em auto 0;
			padding: 2em 1em;}
	#special p{font-size: 1em;}
	#special h3{font-size: 1.2em;}
	#special a.btn{padding-top: 0;}
	
	#news ul{    width: 90%;
    margin: 1em auto;
    }
	#news ul li{font-size: 0.8em;
        text-indent: -8em;
        padding-left: 8em;}
	
	#relationship .title{font-size: 2.3em;}
	#relationship .title::before {font-size: 0.7em;}
	#relationship img{width: 90%;margin-top: 1em;}
	
	#broadcast .flex_box{display: block;}
	#broadcast .box_inner{margin: 0 auto 0;    width: 94%;padding: 1em 0.5em;}
	#broadcast .tx_right div{padding-left: 0;}
	#broadcast .box_inner h3{        width: 80%; font-size: 1em;
        margin: 0 auto;
        text-align: center;}
	#broadcast .box_inner.comic h3{font-size: 0.9em;text-align: center;padding:0; }
	
	
	#staff, #relationship, #broadcast, #sns,#campaign{padding: 0;}
	
	#memory .sec_inner {
	width: 90%;
    margin: 1em auto 0;    
}
#memory img {
	width: 100%;
} 
	
	
 #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;right: 3%;}
 .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;
  }
 .wrapper {
   /*background:url("../images/bg_lead.webp") no-repeat center top,url("../images/bg_all.webp") top center;*/
   background-attachment: fixed;
  background-color: #fbfbfb;
 }
 /*ヘッダー*/
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: fixed;
  top: 14px;
  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_pop.webp);
    background-size: cover;
    background-repeat: repeat; 
	background-position: center;
position: fixed;
	background-color: #efefef;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    padding: 1em;
    max-width: 600px;width: 90%;
    border-radius: 10px;
    border: 4px solid #058ef3;position: relative;}
.popup-content span.close{color: #fffb3c;
    font-weight: bold;
    font-size: 2em;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    background: #ff5ba0;
    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 img.img_l{max-width: 300px;}
.popup-content h2{color: #1b3165;
    font-size: 1.8em;
    margin: 0.5em 0;
    border-bottom: 4px dotted #058ef3;
    padding-bottom: 0.3em;}
.popup-content h2 span{    font-size: 0.7em;
    margin-left: 0.5em;}
.popup-content p{color: #165069;
    font-size: 0.9em;
    line-height: 1.35em;
    text-align: justify;
    padding: 0 1em 1em;background: #efefefb5;
overflow: auto;max-height: 16em;}
.popup-content p.com{overflow-y: scroll;
    max-height: 20em;}
.popup-content p::-webkit-scrollbar {
  background: #fff;
	width: 5px;
	height: 5px;
}
.popup-content p::-webkit-scrollbar-thumb {
  background-color: #058ef3;
	border-radius: 10em;
}


.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;}
	.popup-content img{max-width: 200px;}
	
}
