@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -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;
}
/* ----------------------------------------------------------------------------------------
今回追加したcss
-------------------------------------------------------------------------------------------- */
main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
	background:linear-gradient(90deg,rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(212, 212, 212, 1) 100%);
  color: #000
}
.ruika {
	font-family: "ruika", sans-serif;
	font-weight: 500;/*太い場合 100*/
	font-style: normal;
}
.slick {
  margin-top: 30px;
}
.slick img {
	transform: scale(.90);
  opacity: 0.6;

}
.slick .slick-center img {
	transform: scale(1);
  opacity: 1.0;
}
h1 {
	width: 100%;
}
.lead {
	color: #1875b7;
	text-align: center;
	font-size: 32px;
	padding: 50px 0 0;
	line-height: 120%;
}
.pink {
	color: #f974a8;
}
.btn a {
	width: 40%;
	margin:40px auto;
	background: #ffd634;
	border-radius: 100px;
	padding: 20px 0;
	color: #0052A4;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	position: relative;
}
.btn a:hover {
	background: #0052A4;
	color: #ffd634;
	transition: all 0.2s ease-in;
}
.btn a::after {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	background: url("../images/playbtn_l.webp") no-repeat center/30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.bn_box {	
	max-width: 550px;
	margin: auto;
	padding: 40px 0 0;
}
.bn_box2 {	
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	max-width: 1000px;
	margin: auto;
	padding: 40px 0 0;
}
.bn_box2 li {
	width: 47%;
}
/* ------------------------------------
配信作品
--------------------------------------*/
main h2 {
	font-size: 32px;
	text-align: center;
	color: #fff;
	font-family: "ruika", sans-serif;
	font-weight: 500;/*太い場合 100*/
	font-style: normal;
	/*border-bottom: 2px solid #1875b7;*/
	background-color: #1875b7;
	padding: 20px 0;
}
.wrap {
	margin: 60px 0 0;
	padding-bottom: 40px;
	background: url("../images/bg.webp") repeat-y top center/100% auto;
}
.contents_list {
	display: flex;
	width: 75%;
	margin: 50px auto;
	flex-wrap: wrap;
}
.content {
	width: 32%;
	margin-right: 2%;
	position: relative;
	text-align: center;
}
.content:nth-of-type(n+4) {
	margin-top: 4%;
}
.content:nth-of-type(3n) {
	margin-right: 0;
}
.content a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}
.rental {
	position: absolute;
	top: -25px;
	left: 0;
	color: #fff;
	background-color: #1875b7;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 5px 5px 0px 0px;
}
.copy {
	width: 75%;
	margin: auto;
	font-size: 12px;
}
/* ------------------------------------
ひかりTV
--------------------------------------*/
.hikari_box {
	width: 75%;
	margin: 50px auto 0;
}
.hikari_tx {
	text-align: center;
	font-weight: 500;
	line-height: 160%;
}
.attention_box {
	padding: 30px 0;
}
.attention_box li {
	padding-bottom: 7px;
	font-size: 14px;
}
.attention_box li.li_ttl {
	font-weight: 500;
	font-size: 16px;
}
.attention_box li.li_link {
	padding-bottom: 20px;
}

.attention_box li.li_link a {
	color: #0052A4;
	text-decoration: underline;
	display: inline-block;
	padding-left: 20px;
}
.attention_box li.li_link a:hover {
	color: #ffd634;
	transition: all 0.2s ease;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  padding: 1.5em;
  background: rgba(60,60,60,0.8);
  color: #fff; 
  overflow: hidden;
  max-width: 1200px;
  margin:0 auto ;
  font-size: 14px;
  font-weight: 300;
  /*border: 2px solid #ff225d;*/
  scrollbar-color: #fff #003f7e;
  scrollbar-width: thin;
}
.tokuten_scroll .inn {
  padding-right: 2em;
  height: 200px;
  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;
}

/*----------------------------
追従
----------------------------*/
.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;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 6;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  width: 720px;
  margin: auto;
  justify-content: space-between;
}
.fixbtn a {
   display: block;
   background: #f31717;
   color: #fff;
   font-size: 16px;
   font-weight: 600;
   text-align: center;
   width: 350px;
   text-decoration: none;
   border-radius: 100px;
   box-sizing: border-box;
   -webkit-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
   position: relative;
   line-height: 120%;
   height: 55px;
   padding: 8px;
}
.lemino a {
  background: #0052A4;
  padding: 18px;
}
.fixbtn a .s_text {
  font-size: 14px;
}
.fixbtn a::after {
  content: "";
  display: inline-block;
  background: url("../images/playbtn.png") no-repeat center / 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 20px;
}

/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px){
main {
	background: linear-gradient(90deg,rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(212, 212, 212, 1) 100%);
  color: #000
}
h1 {
	width: 100%;
}
.slick {
  margin-top: 10px;
}
.slick img {
	transform: scale(1);
  opacity: 1;
}
.slick .slick-center img {
	transform: scale(1);
  opacity: 1.0;
}
.lead {
	font-size: 22px;
	padding: 20px 0 0;
}
.btn a {
	width: 90%;
	margin:20px auto;
	padding: 20px 0;
	font-size: 18px;
}
.btn a::after {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background: url("../images/playbtn_l.webp") no-repeat center/25px;
	right: 15px;
}
.bn_box {	
	width: 90%;
	margin: auto;
	padding:30px 0 0;
}
	.bn_box2 {
		flex-direction: column;
	}
	.bn_box2 li {
		width: 90%;
		margin: 0 auto;
	}
	.bn_box2 li+li {
		margin-top: 20px;
	}
/* ------------------------------------
配信作品
--------------------------------------*/
main h2 {
	font-size: 24px;
	padding: 20px 0;
}
.wrap {
	margin: 30px 0 0;
	padding-bottom: 30px;
	background: url("../images/bg_sp.webp") repeat-y top center/100% auto;
}
.contents_list {
	width: 95%;
	margin: 20px auto;
	font-size: 14px;
}
.content {
	width: 49%;
	margin-right: 2%;
}
.content:nth-of-type(n+4) {
	margin-top: 8%;
}
.content:nth-of-type(n+3) {
	margin-top: 8%;
}
.content:nth-of-type(3n) {
	margin-right: 2%;
}
.content:nth-of-type(2n) {
	margin-right: 0;
}

.rental {
	top: -20px;
	left: 0;
	padding: 0 5px;
	font-size: 12px;
	border-radius: 5px 5px 0px 0px;
}
.copy {
	width: 95%;
	font-size: 12px;
}
/* ------------------------------------
ひかりTV
--------------------------------------*/
.hikari_box {
	width: 90%;
	margin: 40px auto 0;
}
.attention_box li {
	padding-bottom: 5px;
	font-size: 13px;
}
.attention_box li.li_ttl {
	font-size: 15px;
}
.attention_box li.li_link {
	padding-bottom: 15px;
}

.attention_box li.li_link a {
	padding-left: 18px;
}
  /* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  padding: 1em;
  margin:auto;
  font-size: 12px;
  width: 90%;
}
.tokuten_scroll .inn {
  padding-right: 1.5em;
  height: 200px;
}
.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;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed .point_cp {
  font-size: 12px;
  padding-bottom: 5px;
}
.btn_wrap {
  display: flex;
  width: 98%;
  margin: auto;
  justify-content: space-between;
}
.fixbtn {
  width: 98%;
}
.fixbtn a {
  margin-top: 0;
  width: 98%;
  height: 40px;
  margin-bottom: 0;
  font-size: 11px;
  padding: 7px 5px;
}
.fixbtn.lemino a {
  padding: 14px 5px;
}
.fixbtn a::after {
  display: none;
}
}
/* ----------------------------------------------------------------------------------------
追従
-------------------------------------------------------------------------------------------- */
 /* FIXED CTA */
 .lp_cta_fixed {
   display: none;
 }
 
 .lp_cta_fixed.is-fixed {
   display: block;
   width: 100%;
   position: fixed;
   bottom: 0;
   left: 0;
   z-index: 99;
   background: rgba(0, 0, 0, .6);
   color: #fff;
   text-align: center;
   line-height: 1.5;
   padding-top: 10px;
 }
 .btn_flex{
   display: flex;
   justify-content: center;
   max-width: 940px;
   margin: 0 auto;
 }
 .lp_cta_fixed p {
   font-size: 22px;
 }
 
 .lp_cta_fixed_yellow {
   font-size: 26px;
   font-weight: bold;
 }
 
 .lp_cta_fixed .lp_cta_small {
   font-size: 12px;
 }
 
 .lp_cta_fixed_btn {
   display: inline-block;
   width: 90%;
   max-width: 400px;
   margin: 5px auto 10px;
   padding: 15px;
   background: #d00e31;
   box-shadow: 0 5px 0 #8c0018;
   color: #fff;
   font-weight: bold;
   font-size: 30px;
   transition: all .3s;
 }
 
 .lp_cta_fixed_btn:visited {
   color: #fff;
 }
 
 .lp_cta_fixed_btn:hover {
   box-shadow: none;
   transform: translateY(5px);
   transition: all .3s;
 }
 
 @media screen and (max-width: 768px) {
   .lp_cta_fixed p {
     font-size: 16px;
   }
 
   .lp_cta_fixed_yellow {
     font-size: 20px;
   }
 
   .lp_cta_fixed_btn {
     font-size: 19px;
   }
 
   .lp_cta_fixed .lp_cta_small {
     font-size: 11px;
   }
 }
 /* //FIXED CTA */
/* ----------------------------------------------------------------------------------------
812px以下の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.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;}
    
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 25%;
  max-width: 150px;
  z-index: 1000;
 }
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
/*PCフッター813*/
.footer_fix {
  margin: 2% auto;
}
.lp_cta_fixed .lp_fv_cta_btn {
  width: min(44vw, 450px);
}
.wrapper {
  background: url("../images/bg_bottom_l.webp") no-repeat bottom left/35%,url("../images/bg_bottom_r.webp") no-repeat bottom right/35%;
  background-attachment: fixed;
  background-color: #000;
}
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: 1.5em 2em; /* 変更前 padding: 1em 3.2em; */
 text-align: center;
 /*background-color: #151515; 今回追加*/
}
.home {
  position: fixed;
  top: 20px;
  left: 25px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}