<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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
-------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
header {
  background-color: #151515;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.menu.pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  margin: 0 0 0 auto;
}
.menu a:hover {
  color: #f31717;
  transition: all 0.2s ease-in-out;
  transform: translateY(2px)
}
.menu_name.img {
		width: 30px;
}
main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  background:linear-gradient(180deg, rgba(21,21,21,0.2) 0%, rgba(21,21,21,0.9) 100%), url("../images/h1_bg.webp");
  background-attachment: fixed;
  color: #fff;
}
.h1_bg {
  /*background:linear-gradient(180deg, rgba(21,21,21,0) 0%, rgba(21,21,21,1) 100%), url("../images/h1_bg.webp");*/
  background-size: 100%;
  background-repeat: no-repeat;
}
.slick {
  margin-top: 70px;
}
.slick img {
	transform: scale(.90);
  opacity: 0.6;

}
.slick .slick-center img {
	transform: scale(1);
  opacity: 1.0;
}
/*h1 {
  margin:auto;
  padding: 150px 0 50px;
  text-align: center;
}
h1 img {
  width: 600px;
  padding: 5px;
  background-color: #fff;
}*/
.btn.top {
  text-align: center;
  padding: 0 0 30px ;
}
.btn.top a {
  max-width: 450px;
  background: linear-gradient(90deg, rgba(200,11,11,1) 0%,rgba(255,25,25,1) 50%, rgba(200,11,11,1) 100%);
  box-shadow: 0px 5px 0px #444;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #b00c0c;
}
.btn.top a:hover {
  box-shadow: none;
  transform: translateY(5px);
  transition: all 0.2s ease-in;
}
.catch {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 150%;
  font-style: italic;
  /*text-decoration: underline;
  text-decoration-color: #f31717;
  text-decoration-thickness: 10px;*/
  background:url("../images/sq_dot_red.webp") repeat top left/5px 5px rgba(100,5,5,0.6);
}
.video_box {
  max-width: 800px;
  margin: auto;
  padding: 80px 0 ;
}
.video_box video {
  width: 100%;
  border: 1px solid #999;
}
.bn_box {
	max-width: 600px;
	margin:50px  auto;
	
}
/* ---------------------------------------
ABOUT
-----------------------------------------*/
#about {
  margin-top: 100px;
}
#about h2 {
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 150%;
  background-color: #003f7e;
  width: 500px; 
  height: 100px;
  padding-left: 120px;
}
#about h2 span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.0rem;
}
main h3 {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  background-color: #0040a0;
  width: 120px;
}
#about {
  position: relative;
}
#about h2 {
  position: absolute;
  z-index: 5;
  top: -50px;
  left: 0;
}
.about_box {
  width: 1000px;
  text-align: center;
  margin: 10px auto 100px;
  background-color: #fff;
  color: #151515;
  border-radius: 20px;
  padding: 50px; 
}
.about_wrap {
  position: relative;
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto ;
  border-bottom: 1px dotted #0040a0;
  padding-bottom: 50px;
}
.about_wrap:last-of-type {
  border-bottom: none;
  padding-bottom: 20px;
}
.about_tx {
  width: 650px;
  text-align: left;
  line-height: 150%;
  font-weight: 400;
}
.about_tx span {
  font-weight: 500;
}
.about_tx.date {
  font-size: 2.0rem;
}
.about_tx.date span {
  font-size: 1.6rem;
}
.cast_list {
  display: flex;
  width: 650px;
  justify-content: space-between;
  margin: auto;
}
.cast_list li {
  width: 19%;
  font-size: 12px;
}
.cast_list li img {
  padding-bottom: 5px;
}
.cast_list li span {
  display: block;
  line-height: 120%;
  font-size: 12px;
}
.cast_notice {
  font-size: 13px;
}
.btn a {
  display: block;
  background:  linear-gradient(90deg, rgba(255,144,60,1) 0%, rgba(255,5,118,1) 100%);
  max-width: 300px;
  width: 100%;
  margin: 15px auto 0;
  padding: 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 2.0rem;
}
.note {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}
.cast_tx {
  padding: 20px 0 10px;
}
.cast {
  font-size: 1.4rem;
  padding-top: 5px;
  border-top: 1px dotted #747474;
}
/* ---------------------------------------
番組情報
-----------------------------------------*/
#information {
  text-align: center;
  padding: 90px 0;
  background: url("../images/sq_dot_blue.webp") repeat top left / 5px 5px rgba(0,44,88,0.6);
}
#information h2 {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 150%;
  padding-bottom: 50px;
  text-align: center;
}
#information h2 span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.0rem;
}
.lead {
  text-align: center;
  font-size: 2.2rem;
  padding-bottom: 40px;
}
.program_box {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  margin-bottom: 80px;
}
.program_box:last-of-type {
  margin-bottom: 0;
}
.program_im {
  width: 40%;
  position: relative;
}
.program_tx {
  width: 57%;
  text-align: left;
  padding-left: 20px;
}
.program_title {
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 600;
}
.caution {
  font-size: 1.2rem;
  padding: 10px 0;
}
.cast_tx {
  font-size: 1.6rem;
}
.info_tx {
  padding-top: 60px;
  text-align: left;
  width: 1200px;
  margin: auto;
}
.info_tx a {
  display: inline;
  text-decoration: underline;
}
.btn.program a {
  display: block flex;
  width: 100%;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 15px 0 18px;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.btn.program a span {
  background-image: url("../images/playbtn.png");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-left: 10px;
  line-height: 100%;
}
/* ---------------------------------------
インタビュー
-----------------------------------------*/
#interview {
  /*background-color: #003f7e;*/
  background: url("../images/sq_dot_blue.webp") repeat top left / 5px 5px rgba(0,44,88,0.6);
  padding: 80px 0 0;
  text-align: center;
  padding-bottom: 90px;
}
#interview h2 {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 150%;
  padding-bottom: 50px;
  text-align: center;
}
#interview h2 span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.0rem;
}
.i_lead {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 10px;
  font-weight: 600;
  /*text-decoration: underline;
  text-decoration-color: #f31717;
  text-decoration-thickness: 8px;*/
  border-bottom: 1px solid #f31717;
  max-width: 1200px;
  margin:0 auto 50px;
}
.i_flex {
  display: flex;
  width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}
.i_flex li {
  width: 390px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.i_flex li:nth-of-type(3n) {
  margin-right: 0;
}
.i_flex li:last-of-type {
  margin-bottom: 0;
}
.btn.program.interview a {
  margin: 10px auto;
  padding: 12px 0 ;
  width: 75% ;
}
/* ---------------------------------------
btn
-----------------------------------------*/
.btn_more a {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 300px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    margin: 2em auto 0;
    border: 1px solid #fff;
    padding-right: 0.65em;
    background-color: #0040a0;
}
.btn_more a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}
.btn_more a:hover{
  opacity: 0.8;
}
/* ---------------------------------------
campaign
-----------------------------------------*/
#campaign {
  
  background: url("../images/sq_dot_black.webp") repeat top left/5px 5px rgba(21,21,21,0.7);
  padding: 80px 0 ;
}
#campaign .content_inner {
  position: relative;
  text-align: center;
}
.cp_position {
 position: absolute;
 right: 0;
 top: 50px;
 width: 200px;
}
.cp_position a {
 display: block;
}
.cp_position a:hover {
 opacity: .5;
}
#campaign h2 {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 150%;
  padding-bottom: 50px;
  text-align: center;
}
#campaign h2 span {
  font-family:"Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.0rem;
}
.cmp_box {
	width: 1200px;
	margin:auto;
  text-align: center;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.cmp_box + .cmp_box {
	padding-top: 90px;
}
.cmp_box.cs .cmp_box__img {
 margin-bottom: 30px;
}
.cmp_box__img {
	width: 42%;
}
.cmp_box__img img {
	width: 100%;
	height: auto;
	border: 1px solid #4e4e4e;
}
.cmp_box__desc {
	width: 54%;
}
.cmp_box h3 {
	width: 100%;
	background-color: #000;
	text-align: center;
    font-size: 2.8rem;
    padding-bottom: 50px;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #f31717;
    text-decoration-thickness: 8px;
}
.cmp_lead {
  padding: 40px 0; 
  font-size: 16px;
  line-height: 180%;
}
.cmp_lead span.red{
  background-color:  #f31717; 
}
.cmp_lead span.big{
  font-size: 25px;
  padding-top: 10px;
  display: inline-block;
  font-weight: 700;
}
.cmp_box__desc__ttl {
	background-color: #003f7e;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.cmp_box__desc__txt {
	margin: 30px 0;
}
ul.cmp_box__desc__txt {
  width: 95%;
	margin: 30px auto;
  text-align: left;
}
ul.cmp_box__desc__txt.tac {
	margin: 30px auto;
  text-align:center;
}
.cmp_box__desc__txt li {
	padding-bottom: 10px;
}
.cmp_box__desc__txt li.small_tx {
  font-size: 13px;
}
.btn_flex {
  display: flex;
  width: 85%;
  margin: 30px auto 0;
  justify-content: space-between;
  padding-bottom: 30px;
}
.cmp_btn a {
	display: block;
	background: linear-gradient(146deg, rgba(27,203,76,1) 0%, rgba(25,22,175,1) 100%);
	padding: 15px 0 20px;
	border-radius: 50px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
  width: 350px;
  margin: auto;
}
.cmp_btn.blue a {
  background: linear-gradient(90deg, rgba(255,113,0,1) 0%, rgba(255,0,0,1) 100%);
  margin-bottom: 20px;
}
.pre_flex {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 20px auto;
  align-items: center;
}
.pre_img {
  width: 40%;
  border: 1px solid #4e4e4e;
}
.pre_flex .cmp_box__desc__txt {
  width: 50%;
}
/* ------------------------------------
規約
--------------------------------------*/
.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 &gt; ul &gt; li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}

/* ---------------------------------------
sns
-----------------------------------------*/
.sns h2 {
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.0rem;
}
.sns_lead {
  text-align: center;
}
.sns_lead {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight:900;
  padding-bottom: 80px;
}
.sns_lead:before, .sns_lead:after {
  border-top: 1px dashed rgba(255,255,255,0.7);
  content: "";
  width: 8em; /* 線の長さ */
}
.sns_lead:before {
  margin-right: 1em; /* 文字の右隣 */
}
.sns_lead:after {
  margin-left: 1em; /* 文字の左隣 */
}
/* ---------------------------------------
contents
-----------------------------------------*/
.lead_box {
  text-align: center;
}
.lead_tx {
  font-size: 3.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight:900;
  padding-bottom: 80px;
}
.lead_tx:before, .lead_tx:after {
  border-top: 1px dashed rgba(255,255,255,0.7);
  content: "";
  width: 8em; /* 線の長さ */
}
.lead_tx:before {
  margin-right: 1em; /* 文字の右隣 */
}
.lead_tx:after {
  margin-left: 1em; /* 文字の左隣 */
}
#content {
  background: url("../images/sq_dot_blue.webp") repeat top left /5px 5px rgba(0,44,88,0.6);
  padding: 80px 0 0;
}
.content_inner {
  border-radius: 20px;
  width: 1200px;
  margin: auto;
}
#content h2 {
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 150%;
  padding-bottom: 30px;
  text-align: center;
}
#content h2 span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.0rem;
}
.content_list {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin:50px auto 0;
}
.content_list li {
  width: 290px;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  margin-right: 15px;
  margin-bottom: 70px;
}
.content_list li:nth-of-type(3n){
  margin-right: 0;
}
.content_list li img {
  padding-bottom: 5px;
}
.free {
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  background-color: #f31717;
  padding: 2px 15px 3px;
}
/* ---------------------------------------
NEWS
-----------------------------------------*/
#news {
  margin-top: 100px;
  display: flex;
  padding-bottom: 100px;
}
#news h2 {
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 150%;
  background-color: #003f7e;
  width: 500px; 
  height: 100px;
  padding-left: 120px;
  margin-right: 80px;
}
#news h2 span {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.0rem;
}
#news .scroll {
  max-width: 1000px ;
  height: 200px;
  overflow-y: scroll;
  margin-right: 100px;
}
.scroll::-webkit-scrollbar {
  background-color: #151515;
  width: 5px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
}
.news_item {
  display: flex;
  padding: 20px 30px 20px 20px;
}
.date {
  padding-right: 20px;
}
/* ---------------------------------------
linkリスト
-----------------------------------------*/
.link_box {
  background-color: #151515;
  padding: 50px 0;
}
.link_list {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}
.link_list li {
  width: 270px;
}
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
.totop a {
 display: none!important;
}
#totop_btn {
 width: 15px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 20px;
 bottom: 15px;
}
/*----------------------------
追従
----------------------------*/
.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){
.wrapper::before {
  content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background:linear-gradient(180deg, rgba(21,21,21,0.5) 0%, rgba(21,21,21,1) 100%), url("../images/h1_bg_sp.webp");
}
main {
  font-size: 1.5rem;
  background: none;
  z-index: 0;
  position: relative;
}
h1 {
  width: 100%;
}
.slick {
  margin-top: 50px;
}
.slick img {
	transform: scale(1);
  opacity: 1;
}
.slick .slick-center img {
	transform: scale(1);
  opacity: 1.0;
}
.catch {
  font-size: 2.0rem;
  padding:  0;
  text-decoration-thickness: 5px;
}
.btn.top {
  padding-top: 5px;
}
.btn.top a {
  margin-top: 0;
}
.video_box {
  max-width: 90%;
  padding: 20px 0;
}
.bn_box {
	max-width: 600px;
	margin:30px 15px;
	
}
/* ---------------------------------------
ABOUT
-----------------------------------------*/
#about {
  margin-top: 60px;
}
#about h2 {
  font-size: 1.6rem;
  width: 70%; 
  height: 70px;
  padding-left: 20px;
  line-height: 135%;
}
#about h2 span {
  font-size: 5.0rem;
}
main h3 {
  font-size: 1.8rem;
  padding: 10px;
  width: 100px;
}
#about h2 {
  position: absolute;
  z-index: 5;
  top: -40px;
  left: 0;
}
.about_box {
  width: 90%;
  margin: 10px auto 30px;
  border-radius: 20px;
  padding: 10px; 
  padding-bottom: 30px;
}
.about_wrap {
  width: 100%;
  flex-direction: column;
  margin: 30px auto ;
  padding-bottom: 20px;
}
.about_wrap:last-of-type {
  padding-bottom: 0;
}
.about_wrap:first-of-type {
  padding-top: 15px;
}
.about_tx {
  width: 100%;
  padding-top: 15px;
}
.about_tx.date {
  font-size: 1.6rem;
  text-align: center;
}
.about_tx.date span {
  font-size: 1.4rem;
}
.cast_list {
  width: 90%;
  margin: auto;
  padding-top: 15px;
  flex-wrap: wrap;
}
.cast_list li {
  width: 48%;
  padding-bottom: 30px;
  font-size: 12px;
}
.cast_list li br {
  display: none;
}
.cast_list li:last-of-type {
  padding-bottom: 0;
}
.cast_list li img {
  padding-bottom: 5px;
}
.note {
  font-size: 1.6rem;
}
.btn a {
  width: 90%;
  margin: 20px auto 0;
  padding: 15px;
}

/* ---------------------------------------
番組情報
-----------------------------------------*/
#information{
  padding-top: 50px;
  padding-bottom: 20px;
}
#information h2 {
  font-size: 2.1rem;
  padding-bottom: 30px;
}
#information h2 span {
  font-size: 4.0rem;
}
.lead {
  font-size: 2.0rem;
  padding-bottom: 40px;
}
.program_box {
  width: 90%;
  flex-direction: column;
  margin-bottom: 50px;
}
.program_im {
  width: 100%;
}
.program_tx {
  text-align: center;
  padding-left: 0;
  padding-top: 5px;
  width: 100%
}
.program_title {
  font-size: 1.6rem;
  line-height: 150%;
}
.caution {
  font-size: 1.3rem;
  padding: 5px 0;
  text-align: left;
}
.cast {
  text-align: left;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dotted #747474;
  font-size: 1.4rem;
}
.cast_tx {
  padding:5px 0 0;
}
.info_tx {
  padding-top: 30px;
  width: 90%;
}
.watch_btn a {
  width: 100%;
  margin-top: 15px;
}
	/* ---------------------------------------
btn
-----------------------------------------*/
.btn_more{
  padding-bottom: 1em;
}
.btn_more a{
  margin: 1.5em auto 1em;font-size: 16px;
}
/* ---------------------------------------
インタビュー
-----------------------------------------*/
#interview {
  padding: 30px 0 0;
}
#interview h2 {
  font-size: 2.1rem;
  padding-bottom: 20px;
}
#interview h2 span {
  font-size: 4.0rem;
}
.i_lead {
  font-size: 1.6rem;
  line-height: 180%;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.i_flex {
  display: flex;
  width: 90%;
  margin:20px auto 0;
  justify-content: space-between;
}
.i_flex li {
  width: 48%;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-right: 0;
}
.i_flex li:nth-of-type(3n){
  margin-right: 0;
}
.i_flex li:nth-of-type(2n){
  margin-right: 0;
}
.i_flex li:last-of-type {
  padding-bottom: 30px;
}
.btn.program.interview a {
  margin: 10px auto;
  padding: 8px 0 ;
  width: 100% ;
  font-size: 14px;
}
.btn.program.interview a span {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
/* ---------------------------------------
campaign
-----------------------------------------*/
#campaign {
		padding: 30px 0;
	}
	#campaign h2 {
		font-size: 2.1rem;
		padding-bottom: 20px;
	}
	#campaign h2 span {
		font-size: 4.0rem;
	}
	.cmp_box {
    width: 90%;
    flex-direction: column;
    padding-bottom: 0;
	}
 .cmp_box + .cmp_box {
	padding-top: 40px;
}
 .cp_position {
    position: absolute;
    right: -20px;
    top: 10px;
  width: 30%;
    max-width: 150px;
}
	.cmp_box__img {
		width: 100%;
		margin-bottom: 20px;
	}
	.cmp_box__desc {
		width: 100%;
	}
	.cmp_box h3 {
		font-size: 22px;
    padding: 0 10px 10px;
    text-decoration-thickness: 5px;
    line-height: 180%;
		margin-bottom: 10px;
	}
	.cmp_lead {
  padding: 20px 0; 
  font-size: 16px;
}
.cmp_lead span.big{
  font-size: 20px;
  padding-top: 10px;
}
.cmp_box__desc__txt {
	margin: 20px 0;
}
ul.cmp_box__desc__txt {
  width: 100%;
	margin: 20px auto;
}
ul.cmp_box__desc__txt.tac {
	margin: 20px auto;
  width: 100%;
}
.cmp_box__desc__txt li {
	padding-bottom: 10px;
  font-size: 14px;
}
.btn_flex {
  flex-direction: column;
  width: 100%;
  margin: 30px auto 0;
  padding-bottom: 0 ;
}
.cmp_btn a {
	padding: 15px 0 20px;
	font-size: 1.8rem;
  width: 100%;
  margin-bottom: 30px;
}
.pre_flex {
  width: 100%;
  margin: 20px auto 0;
  flex-direction: column;
}
.pre_img {
  width: 80%;
}
.pre_flex .cmp_box__desc__txt {
  width: 100%;
}
  /* ------------------------------------
規約
--------------------------------------*/
.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 &gt; ul &gt; li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
/* ---------------------------------------
sns
-----------------------------------------*/
.sns h2 {
  padding-top: 50px;
  padding-bottom: 25px;
  font-size: 4.0rem;
}
.sns_lead {
  text-align: center;
}
.sns_lead {
  font-size: 2.0rem;
  padding-bottom: 80px;
}
.sns_lead:before, .sns_lead:after {
  border-top: 1px dashed rgba(255,255,255,0.7);
  content: "";
  width: 2em; /* 線の長さ */
}
.sns_lead:before {
  margin-right: 1em; /* 文字の右隣 */
}
.sns_lead:after {
  margin-left: 1em; /* 文字の左隣 */
}
/* ---------------------------------------
contents
-----------------------------------------*/
.lead_box {
  text-align: center;
  margin-bottom: 30px;
}
.lead_tx {
  font-size: 2.0rem;
  line-height: 180%;
  display: inline;
  background-color: #fff;
  color: #003f7e;
  padding-bottom: 0;
}
.lead_tx:before, .lead_tx:after {
  border-top: none;
  content: "";
  width: 0; /* 線の長さ */
}
.lead_tx:before {
  margin-right: 0; /* 文字の右隣 */
}
.lead_tx:after {
  margin-left: 0; /* 文字の左隣 */
}
#content {
  padding: 30px 0 0;
}
.content_inner {
  width: 90%;
}
#content h2 {
  font-size: 2.1rem;
  padding-bottom: 30px;
}
#content h2 span {
  font-size: 4.0rem;
}
.content_list {
  display: flex;
  width: 95%;
  margin:20px auto 0;
  justify-content: space-between;
}
.content_list li {
  width: 48%;
  font-size: 1.5rem;
  padding-bottom: 50px;
  margin-bottom: 0;
  margin-right: 0;
}
.content_list li:nth-of-type(3n){
  margin-right: 0;
}
.content_list li:nth-of-type(2n){
  margin-right: 0;
}
.content_list li:last-of-type {
  padding-bottom: 0;
}
.content_list li img {
  padding-bottom: 5px;
}
.free {
  top: -30px;
  left: 0;
  padding: 2px 15px 3px;
}
/* ---------------------------------------
NEWS
-----------------------------------------*/
#news {
  margin-top: 50px;
  flex-direction: column;
  padding-bottom: 30px;
}
#news h2 {
  font-size: 1.6rem;
  width: 60%; 
  height: 70px;
  padding-left: 20px;
}
#news h2 span {
  font-size: 5.0rem;
}
#news .scroll {
  height: 250px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
.scroll::-webkit-scrollbar {
  width: 5px;
}
.news_item {
  display: flex;
  padding: 20px 20px 10px 20px;
}
.date {
  padding-right: 20px;
}
/* ---------------------------------------
linkリスト
-----------------------------------------*/
.link_box {
  padding: 30px 0;
}
.link_list {
  width: 90%;
  margin: auto;
  flex-direction: column;
}
.link_list li {
  width: 80%;
  margin: auto;
  padding-bottom: 20px;
}
/*----------------------------
追従
----------------------------*/
.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;
}
/* ------------------------------------
ハンバーガーメニュー
--------------------------------------*/
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 99999;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 30px;/*長さ*/
  background:  #ff1919;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}
#nav-open span:before {
  bottom: 10px;
}
#nav-open span:after {
  top: 10px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#nav-input:checked ~ #nav-open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#nav-input:checked ~ #nav-open span::after {
  top: 0;
  transform: rotate(-45deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background:rgba(21,21,21,0.7);
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  padding-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.nav_item li a {
  display: inline-block;
  margin: 30px 0;
}
.nav_item a span {
  font-size: 14px;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.header_menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
.sns_nav_list {
	display: flex;
	justify-content: space-between;
	width: 40%;
	margin: auto;
}
.sns_nav {
	width: 35%;
}
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
.totop a {
 display: none!important;
}
#totop_btn {
 width: 0;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 5px;
 bottom: 10px;
}
}
/* ----------------------------------------------------------------------------------------
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: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  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;
}
.cast_list {
  position: relative;
}
 .cast_notice {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
 }
}</pre></body></html>