@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;}

/*Zen Old Mincho Regular*/
.font_n{font-family: "zen-old-mincho", sans-serif;
font-weight: 400;
font-style: normal;}

/*Zen Old Mincho Bold*/
.font_b{font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
font-style: normal;}
/*Zen Old Mincho Bold*/
.font02_g{font-family: "zen-kaku-gothic-antique", sans-serif;
font-weight: 400;
font-style: normal;}
.font02_g_b{font-family: "zen-kaku-gothic-antique", sans-serif;
font-weight: 700;
font-style: normal;}

/*--------------------------------
追従
----------------------------------*/
/* 固定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;
}

/* テキストとボタン */

#js-lp-cta-fixed.is-hidden {
  display: none;
}

/* 追従アニメの例（任意） */
#js-lp-cta-fixed {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  transform: translateY(100%);
  transition: transform .25s ease;
  z-index: 1000;
}
#js-lp-cta-fixed.is-fixed {
  transform: translateY(0);
}



.lp_cta_fixed .btn a {
  margin-top: 0;
  font-size: 1em;
  position: relative;
  display: flex;
  height: 3.5em;
  flex-wrap: wrap;
  padding: 0.4em 0;
  align-items: center;
  justify-content: center;
	color: #fff;
	border-radius: 50em;
}

.lp_cta_fixed .btn .txt_a,.txt_a{padding: 0;
    height: auto;
    margin: 0 auto 0.5em;
    text-align: center;
font-size: 0.9em;
font-family: "zen-kaku-gothic-antique", sans-serif;}
.lp_cta_fixed .btn .txt_a:hover, .txt_a:hover{        color: #ffbd38;}

.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: 60%;
  margin: 0 auto;
}

.lp_cta_fixed .btn_wrap {
  width: 70%;
  max-width: 720px;
  margin-top: 5px;
}

.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;
}


@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;}
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 .x_link{    top: 5px; right: 10px;
    position: absolute;
    width: 55px;}
 header.pc .right p a {
  display: block;
 padding: 10px 0;
  color: #e7bc14;
  transition: all .5s;
  letter-spacing: 0.05em;
	 font-weight: 500;
 }
 header.pc .right p a:hover {
 transition: all .5s;
	 color: #fff;letter-spacing: 0.05em;
 }
}

@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: 90%;
  margin-top: 0;
 }

 .lp_cta_fixed .btn.one a {
  padding: 2.2vw 0;
  font-size: min(4vw, 18px);
 }
 .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(4vw, 18px);
 }
 .lp_cta_fixed .btn a span.small_btn {
  font-size: min(2.6vw,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;
}
	.lp_cta_fixed .btn .txt_a, .txt_a{font-size: 0.7em;}
	
}
.slick-dots li button:before{
	font-size:18px!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 {
 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;
}

/* ----------------------------------------------------------------------------------------
共通＿PC
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  background: url("../images/bg01.webp") no-repeat center center/100% 100% #122f3c;
  background-attachment: fixed;
  color: #fff;
}

section + section{margin-top: 5em;}
section{padding: 4em 1em;}
section .sec_inner{text-align: center;}

h4.s_title{    
	display: inline-block;
	position: relative;
	    color: #feb534;
    z-index: 1;
    text-align: center;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    font-size: 1.8em;
    display: flex;
    align-items: center;
    justify-content: center;margin: 0 auto 3em;}


.btn_area{margin: 1em auto 1em;}
.btn_area .btn_entry{    background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
    display: flex;
    max-width: 500px;
    margin: auto;
    border-radius: 100px;
    color: #fff;
    position: relative;
    font-size: 1.3em;
    letter-spacing: 3px;
    align-items: center;
    justify-content: center;
    height: 3em;}

.btn_entry span{    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(../images/playbtn.png) no-repeat center / 35px;
    display: inline-block;
    width: 35px;
    height: 35px;}

.btn_area .btn_entry:hover{opacity: 0.8;}

/* ----------------------------------------------------------------------------------------
KV＿PC
-------------------------------------------------------------------------------------------- */
#first{padding: 0 0 1em;    background: #000;}
#first p.lead{    text-align: center;
    font-size: 2em;
    line-height: 1.25em;
        background: #000000;
    padding: 0.5em;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 58%);    letter-spacing: 0.02em;}
#first p.lead span{font-size: 0.85em;}
#first p.lead ruby{ font-size: 0.55em;}
#first p.lead ruby rt{ font-size: 0.45em;
    letter-spacing: -0.05em;}
#first p.lead span.grd_txt{    font-size: 1em;
    background: linear-gradient(45deg, #B67B03 5%,#FEE9A0 30%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-shadow: none;
    margin-left: 0.1em;}
h1 {
  width: 100%;text-align: center;
  background: url("../images/kv_bg.webp") no-repeat top left;
}
h1 img {
  width: 100%;
    margin: auto;
    max-width: 600px;
}
main h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.1em;
    margin: 0.5em auto 0;
	color: #f4e9e3;
}
main h2 span {
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 0.75em;
}
main h2 + p{margin: 0.3em auto 0;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5em;    color: #f4e9e3;}

/* ----------------------------------------------------------------------------------------
about＿PC
-------------------------------------------------------------------------------------------- */
#about h3{
    margin: 0 auto 4em;
    line-height: 2em;
    font-size: clamp(0.8em, 2.2cqw, 30px);
    text-align: center;
 text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	color: #fff;
width: 90%;}

#about h3 span{display: inline-block;margin-top: 1.2em; color: #fff;font-size:1.2em; }

/* ----------------------------------------------------------------------------------------
movie＿PC
-------------------------------------------------------------------------------------------- */
.youtube {
  max-width: 800px;
  aspect-ratio:16/9;
	    margin: 0 auto;
	width: 80%;
}
iframe {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------
スチール
-----------------------------------------*/
.slider {
  margin: 0 auto 40px;
}
.slider li {
  max-width: 225px;
}
.slider li img {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------------------
voice＿PC
-------------------------------------------------------------------------------------------- */
#voice {margin: 0 auto;background: url(../images/bg02.webp) right center / cover no-repeat;padding-bottom: 2em;}
#voice h4{font-size: 3em;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: unset;
    color: #000;
    font-weight: 700;
    padding: 0;
    margin: 0 auto 1.5em;}
#voice .sec_inner{padding: 2em 1em;}
#voice ul{display: flex;width: 90%;margin: 0 auto 2em;flex-wrap: wrap;}
#voice ul li{width: 25%;
    margin: 0 auto;min-width: 300px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;}
#voice ul li + li:before{content: '';
    height: 100%;
    width: 3px;
    background: #000;
    position: absolute;
    top: 0;
    left: -5%;
    transform: rotate(12deg);}
/*#voice ul li:nth-child(2){    transform: translateY(50px);}*/
#voice ul li p{        
	width: 100%;
	border-radius: 12px;
    /* border: solid 1px #feb531; */
    font-weight: 600;
    line-height: 1.45em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em 1em 0.5em;
    font-size: 1.2em;
    /* background: #feb53454; */
    color: #000;
font-size: clamp(0.8em, 2.2cqw, 22px);}
#voice ul li span{    display: block;}
#voice ul li span img{width: 50px;}
#voice img{max-width: 800px;margin: 0 auto;}

/* ----------------------------------------------------------------------------------------
cast＿PC
-------------------------------------------------------------------------------------------- */
.cast_list {    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
	max-width: 1000px;
    width: 80%;
  
}
.cast_list li{
	    width: 45%;
    margin: 0 auto;
}
.cast_list li:nth-child(1),.cast_list li:nth-child(2){margin-top: 0!important;}
.cast_list li {margin-top: 5%;
border: 1px solid #c3ab49a3;}

.cast_list li img{
    margin: 0 auto;
}

.cast_list li h5{
	font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    width: 100%;
	color: #ef8c21;
	background: #000;
	padding: 1em 0 0.8em;
}

.cast_list li p{    background: #00000057;
    padding: 1em;
    margin: 1em 1em 0;
    text-align: left;
        font-size: 0.9em;
    min-height: 16em;
    line-height: 1.45em;
	
}
.cast_list li p span{display: block;    font-size: 1.1em;
    line-height: 1.35em;
    margin-bottom: 0.5em;}
/*----------------------------
相関図
----------------------------*/
#relation{padding-top: 0;}
#relation img{display: block; width: 100%;max-width: 1000px;margin: 0 auto;}

/* ----------------------------------------------------------------------------------------
special＿PC
-------------------------------------------------------------------------------------------- */
#special{    background: #00000082; }
#special h4{    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    max-width: 19em;
    margin: 0 auto 0.5em;
    font-size: 2em;
    color: #feb534;
    border: #feb534 solid 1px;}
#special h4 + p{    font-size: 1.5em;
    line-height: 1.45em;
    margin-bottom: 1em;font-family: "Noto Sans JP", sans-serif;}
#special ul{display: flex;margin: 0 auto;padding: 1em 0; max-width: 1200px;flex-wrap: wrap;}
#special ul li{width: 24%;margin: 0 auto;}
#special ul li img{border: 1px solid #feb534f7;border-bottom: 0;}
#special ul li p{        background: #000000f7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5em;
    line-height: 1.25em;
    font-size: 0.85em;
  /*  font-family: "Noto Sans JP", sans-serif;*/
    color: #ef8c21;
    border: 1px solid #feb534f7;
    border-top: 0;}

/* ----------------------------------------------------------------------------------------
Lemino_area＿PC
-------------------------------------------------------------------------------------------- */
#lemino_area{    background: #fff;font-family: "Noto Sans JP", sans-serif;padding: 5em 0 0;text-align: center;margin-top: 0;}
#lemino_area div.pt_l{padding: 5em 0;}
#lemino_area h2{color: #262626;
    width: 20em;margin: 0 auto 1em;}
.grad_under{position: relative;width: 70%;}
.grad_under::before{     position: absolute;
    content: '';
    width: 70%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
    bottom: -0.5em;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;}
h3.grad_under::before{bottom: -0.5em;}
#lemino_area img{max-width: 700px;}
#lemino_area img + p{color: #262626;
    font-size: 1.6em;
    font-weight: 600;
margin: 1em auto;line-height: 1.6em;}
#lemino_area div.month{padding-top: 0;}

/*----------------------------
視聴可能
----------------------------*/
#lemino_area .lemino_about{background:#e1e1e1;}
#lemino_area h3{    color: #262626;
    font-size: 2em;
    font-weight: 700;
margin:0 auto 1em;
line-height: 1em;}
#lemino_area h3 span{color: #f56522;}
span.wowow{    font-size: 1.2em;
    background: #353535;
    color: #fff;
    padding: 0 1em;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.45em;}
#lemino_area img.device{width: 80%;}
#lemino_area h4{    color: #262626;
    font-size: 1.6em;
    font-weight: 700;
margin: 1em auto;}

/*----------------------------
おすすめ作品
----------------------------*/
#osusume{background: #f5f5f5;text-align: center;font-family: "Noto Sans JP", sans-serif;margin-top: 0em;}
#osusume h3{color: #262626;
    font-size: 2.2em;
    font-weight: 700;
margin:0 auto 1em;
line-height: 1em;}
#osusume h3 span{color: #f56522;}
#osusume .img_l{    max-width: 600px;width: 98%;
    margin: 2em auto 0;}
.img_l{position: relative;}
.img_l span{position: absolute;
    display: block;
    background: linear-gradient(90deg, rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%);
    width: 5em;
    line-height: 1.8em;
    text-align: center;
    font-style: italic;
    left: -13px;
    font-size: 1.2em;
    top: 10px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.4);}
.img_l span::before {position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 13px rgb(149, 158, 155);
}
.img_l p{color: #000000;
    text-align: justify;
    background: #c9c9c9;
    padding: 0.5em 1em;
    line-height: 1.35em;
    font-weight: normal;
    font-size: 0.95em;}
#osusume .osusume{display: flex;max-width: 1000px;flex-wrap: wrap;margin: 2em auto 2em;justify-content: flex-start;gap:1em;}
#osusume .osusume li{width: 23%;margin: 0;}
#osusume .copy{color: #262626;font-size: 0.75em;max-width: 1000px;text-align: left;margin: 0 auto;}

/*----------------------------
月額料金
----------------------------*/
#lemino_area .month{background:#e1e1e1;}
#lemino_area .month h3{margin: 0 auto 2em;}
#lemino_area .month img.price{max-width: 380px;margin: 0 auto;width: 80%;}

/*----------------------------
よくある質問
----------------------------*/
.faq_list{color: #262626;text-align: left;max-width: 800px;margin: 0 auto;}
.faq_item{    border-bottom: 1px solid #ced5d6;}
.faq_q{    padding: 2.3% 0 2.3% 6.4%;
    position: relative;
    font-weight: bold;
    cursor: pointer;}
.faq_a{    padding: 0 0 2.3% 6.4%;line-height: 1.45em;
    position: relative;}
.faq_a li{text-indent: -1em;padding-left: 1em;line-height: 1.45em;}
.faq_q::before{content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../images/leminolp_icon_2_pc_off.png) no-repeat center center / cover;}
.faq_q::after{content: 'Q.';
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);}
.faq_a::after{    content: 'A.';
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 4%;}

.faq_item.is-open .faq_q {
  color: #d00f31;
}


/*----------------------------
追従
----------------------------*/
.lp_cta_fixed.is-fixed {
  padding: .5em;
  text-align: center;
  width: 100%;
  background-color:rgba(21,21,21,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  font-weight: 700;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width: 49%;
}
.btn.fix a {
   width: 100%;
   height: 55px;
   padding: 18px;
   font-size: 19px;
   margin: 0;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 12px;
  color: #fff;
}
.btn.fix a .s_text {
  font-size: 14px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */

@media screen and (max-width: 812px) {
body {
  font-family: "Noto Serif JP", serif!important;
}
.wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/bg02_sp.webp") no-repeat center center/100% auto , url("../images/bg01_sp.webp") no-repeat center center/100% auto #122f3c;
}

/*----------------------------
共通＿SP
----------------------------*/
	section + section {
    margin-top: 0em;}
	h4.s_title{    margin: 0.5em auto 2em;}
	h4.s_title::before{font-size: 3rem;}
	section {
    padding: 2em 1em;
}
	.btn_area .btn_entry{width: 90%;font-size: 1.2em;        width: 90%;
        font-size: 1em;
        letter-spacing: 0.02em;height: 3.5em;max-width: 450px;}
	.btn_entry span{    background: url(../images/playbtn.png) no-repeat center / 20px;}
	.btn_area{margin: 1em auto;}
/*----------------------------
FV_sp
----------------------------*/
	#first{padding: 0 0 0.5em;}
	#first p.lead{    
		font-size: 5vw;
		margin: 0 auto;
    padding-top: 60px;
    width: 95%;}
	main h2{font-size: 4vw;
        margin-top: 0.3em;}
	
	
	#about h3{font-size: 3.7vw;width: 98%;}
	#about h3 span{font-size: 1.1em;font-weight: 800;}

/*----------------------------
trailer
----------------------------*/
.flex_box {
  width: 90%;
  margin:  0 auto 80px;
  flex-direction: column;
}
.youtube {
  width: 90%;
  aspect-ratio:16/9;
  margin-top: 10px;
}
.flex_right {
  width: 100%;
}
.btn a {
  margin: 20px auto 0;
}
/*----------------------------
Voice_SP
----------------------------*/
	#voice{padding: 1em 0 0em;}
	#voice .sec_inner {
    padding: 1em 1em 1px;
}
	#voice h4{font-size: 5vw;}
	#voice ul{flex-flow: column;}
	#voice ul li{        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	#voice ul li p{    padding: 0;width: 90%;
    font-size: 4vw;}
	#voice ul li span{top: unset;width: 50px;;
        left: unset;
        position: relative;}
	#voice ul li + li{        margin-top: 1em;
        border-top: 3px solid #000;
        padding-top: 1em;}
	#voice ul li + li:before{display: none;}
	
/* ----------------------------------------------------------------------------------------
special＿SP
-------------------------------------------------------------------------------------------- */
	#special h4{    font-size: 1.3em;
    width: 90%;}
	#special h4 + p{font-size: 1em;}
	#special ul{padding: 0;}
	#special ul li{width: 90%;}
	#special ul li + li{margin-top: 1.5em;}
	#special ul li p{font-size: 0.8em;}
/* ---------------------------------------
スチール
-----------------------------------------*/
.slider {
  margin: 0 auto 0;
}
/*----------------------------
cast_SP
----------------------------*/
	.cast_list{width: 96%;}
	.cast_list li{width: 45%;}
	.cast_list li h5{font-size: 1em;}
	
/* ---------------------------------------
Lemino_area_sp
-----------------------------------------*/	
	#lemino_area{padding: 3em 0 0;}
	#lemino_area h2{font-size: 4.8vw;}
	#lemino_area h3{font-size: 5vw;}
	
	#lemino_area h4{        font-size: 1em;
        line-height: 1.45em;}
	#lemino_area div.pt_l{padding: 2em 1em;}
	#lemino_area div.month{padding-top: 0.5em;!important;}
	#lemino_area img{width: 100%;}
	#lemino_area img + p{font-size: 1em}
		.grad_under{width: 100%;}
	#lemino_area .lemino_about img{width: 100%;}
	
	
	#osusume h3{font-size: 5.2vw;}
	span.wowow{font-size: 1em;}
	#osusume .img_l{margin: 1em auto 0;}
	#osusume .osusume{gap:0;margin: 0 auto 2em;}
	#osusume .osusume li{width: 48%;margin: 0.5em auto 0;}
	#osusume .osusume li img{width: 100%;}
	.img_l span{left: -10px;
    font-size: 0.9em;
    top: 7px;}
	.img_l span::before{    border-bottom: solid 7px transparent;
    border-right: solid 10px rgb(149, 158, 155);}
	.img_l p{font-size: 0.8em;}
	
	
	.grad_under::before{height: 2px;}
	.faq_list{width: 96%;}
	.faq_item{    font-size: 0.85em;
    line-height: 1.45em;}
	.faq_q{        padding: 3.3% 0 3.3% 13.4%;}
	.faq_q::after{    left: 7%;}
	.faq_a {
		padding: 0 0 3.3% 13.4%;}
	.faq_a::after{left: 7%;}
	
	
	
	
	
}
@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;
}
 /* 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: #373737;
  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: #373737;
}

header button.c-hamburger::before {
  display: none;
}

/* Hamburger Lines */
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #feb534;
  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: 1.5em;
  text-align: center;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 2px;
  color: #e7bc14;
}
	.p-nav__link img{width: 50px;}


     .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;
 }
}

/*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%;
}

/* アニメーションスタイル */
/* ---------------------------- */

 .reveal {
      opacity: 0;
      transform: translateY(20px); /* 下から20px浮かせる */
      transition: opacity .8s ease, transform .8s ease;
      will-change: opacity, transform; /* パフォーマンスヒント */
    }
    .reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* オプション：遅延や強めの移動量などのバリエーション */
    .reveal--delay-1 { transition-delay: .12s; }
    .reveal--delay-2 { transition-delay: .24s; }
    .reveal--delay-3 { transition-delay: .36s; }
    .reveal--deep    { transform: translateY(36px); } /* 初期位置をやや深めに */





.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;
}
