@charset "UTF-8";

body{
	background: initial;
}

img{
	width:100%;
}


/* メインビジュアル 
----------------------------------------*/

.main{
	width: 100%;
	height: auto;
	background-image: url("../img/main_bg_pc.jpg");
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	/*align-items: flex-end;*/
	margin-bottom: 0rem;
	/* background-image: linear-gradient(120deg, rgba(197, 199, 197, 0.8), rgba(255, 255, 255, 0)), linear-gradient(185deg, rgba(64, 70, 79, 0.8), rgba(255, 255, 255, 0)), linear-gradient(340deg, rgba(91, 101, 109, 0.8), rgba(255, 255, 255, 0)); */
	
}

.main h1{
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
}



@media only screen and (max-width: 750px) {
.main{
	/*background-image: url("../img/main_bg_sp.png");*/
}

.main h1{
	width:100%;
}
	
}





/*コンテンツ
---------------------*/

#contents{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: #333333;
}

#contents_wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
    display: block;
}

section{
	width: 100%;
	margin: 0rem auto;
}

section.overview{
	width: 100%;
	margin: 0rem auto;
	padding: 10rem 0 12rem;

	background: url("../img/cont_bg_pc_star.png"), linear-gradient(45deg, #2c2c2c, #6a6a6a, #4f4f4f, #4F5154);
	background-size: contain;
	background-repeat: repeat-y;
    /*background-size: 400% 400%;
    animation: gradientAnimation 7s cubic-bezier(0.42, 0, 0.58, 1) infinite;*/
}

section.corner{
	/*width: 100%;
	height: auto;
	margin: 0rem auto;
	padding: 10rem 0 12rem;

	background: url("../img/cont_bg_pc_white.png") #333333;
	background-repeat: repeat-y;
	background-size: cover;
	background-position: top;*/
}

section.corner{
	width: 100%;
	margin: 0rem auto;
	padding: 10rem 0 12rem;

	/*background: linear-gradient(45deg, #fcfcfc, #eeeeee, #f8f8f8, #fefefe), url("../img/cont_bg_pc_black.png");
    /*background-size: 400% 400%;
    animation: gradientAnimation 7s cubic-bezier(0.42, 0, 0.58, 1) infinite;*/
	background: url("../img/cont_bg_pc_black.png") #ffffff;    
    background-size: cover;
    background-position: left;
}

section.profile{
	width: 100%;
	margin: 0rem auto;
	padding: 10rem 0 12rem;

	background: url("../img/cont_bg_pc_star.png"), linear-gradient(45deg, #2c2c2c, #6a6a6a, #4f4f4f, #4F5154);
	background-size: contain;
	background-repeat: repeat-y;
	/*background: linear-gradient(45deg, #2c2c2c, #6a6a6a, #4f4f4f, #4F5154);
    background-size: 400% 400%;
    animation: gradientAnimation 7s cubic-bezier(0.42, 0, 0.58, 1) infinite;*/
}

section.message{
	width: 100%;
	margin: 0rem auto;
	padding: 10rem 0 12rem;

	background: linear-gradient(45deg, #fcfcfc, #eeeeee, #f8f8f8, #fefefe);
    background-size: 400% 400%;
    animation: gradientAnimation 7s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.cont_wrap{
	max-width: 1100px;
	margin: 0 auto;
}


/* 見出しタイトル */

.midashi01{
	width: 100%;
    font-size: 5rem;
    text-align: center;
    color: #eecb75;
    font-family: "Kaisei Decol", serif;
	
	font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.25rem;
    position: relative;
    display: inline-block;
    margin: 0 auto 6rem;
}

.midashi01.black{
    color: #111111;
}

.midashi01.gold{
    color: #C28C04;
}

.midashi01.overview{
  position: relative;
  color:#eecb75;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.midashi01.gold{
  position: relative;
  color:#C28C04;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
  margin: 0 auto 8rem;
}

.midashi01.profile{
  position: relative;
  color:#eecb75;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
  margin: 0 auto 10rem;
}

.midashi01:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #eecb75;
}

.midashi01.black:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #111;
}

.midashi01.gold:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #C28C04;
}

.midashi01.profile:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #eecb75;
}

/* 見出しタイトル */
.midashi01 .ttl_overview{
	display: block;
	margin: 0 auto 2rem;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 3rem;
	line-height: 0;
	color: #eecb75;
}

.midashi01 .ttl_profile{
	display: block;
	margin: 0 auto 2rem;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 3rem;
	line-height: 0;
	color: #eecb75;
}

.midashi01 .ttl_corner{
	display: block;
	margin: 0 auto 2rem;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 3rem;
	line-height: 0;
	color: #C28C04;
}

.midashi01 .ttl_message{
	display: block;
	margin: 0 auto 2rem;
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 3rem;
	line-height: 0;
	color: #111111;
}



@media only screen and (max-width: 750px) {
	
#contents{
	width: 100%;
	margin: 0 auto;
}

#contents_wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

section{
	margin: 0rem auto 3rem;
}

section.overview{
	padding: 8rem 0 10rem;
}

section.corner,
section.profile{
	padding: 6rem 0;
}

section.message{
	padding: 8rem 0;
}

.cont_wrap{
	width: 95%;
}


/* 見出しタイトル */

.midashi01{
	width: 100%;
    font-size: 4rem;
}


/* 見出しタイトル */
.midashi01 .ttl_overview,
.midashi01 .ttl_profile,
.midashi01 .ttl_corner,
.midashi01 .ttl_message{
	font-size: 2rem;
}

.midashi01.profile{
  margin: 0 auto 8rem;
}


}


/*番組概要
---------------------*/
.overview_text{
	font-family: "LINE Seed JP", sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: 0.2rem;
	margin: 0 auto 6rem;
}

.txt_adjust_kanzi{
	letter-spacing: 1rem;
}

.txt_adjust_kana{
	letter-spacing: -0.15rem;
}

.official{
	width: 100%;
}

.official .official_x{
    width: 60px;
    margin: 0 auto;
}

.official a .x_logo{
	position:relative;
	top:0;
}
.official a .x_logo:hover{
	top:-10px;
	transition:0.3s;
	opacity:0.8;
}

@media only screen and (max-width: 750px) {

.overview_text{
	font-size: 1.8rem;
}


}


/*コーナー紹介
---------------------*/

.box_corner{
	width: 1000px;
	margin: 0 auto 2rem;

	text-align: left;
}

.box_corner dt{
	font-size: 3rem;

	margin: 0 0 1rem;
	/*color: #ffe800;*/
	font-family: "Kaisei Decol", serif;
}

.box_corner dt{
  position: relative;
  color:#C28C04;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.box_corner dt:before,
.box_corner dt:after{
content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.box_corner dt:before {
  color:#F6DD05;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
}

.box_corner dt:after{
  color:#fff;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}


.box_corner dd{
	color: #111111;
	font-size: 2rem;
	line-height: 2;
	font-family: "LINE Seed JP", sans-serif;
}

@media only screen and (max-width: 750px) {
.box_corner{
	width: 90%;
}

.box_corner dt{
	font-size: 2.5rem;
}

.box_corner dt .under_line{
}

.box_corner dd{
	line-height: 1.8;
	font-size: 1.8rem;
}

}

@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}

	25% {
		background-position: 50% 0%;
	}

	50% {
		background-position: 100% 50%;
	}

	75% {
		background-position: 50% 100%;
	}

	100% {
		background-position: 0% 50%;
	}
}


/*プロフィール
---------------------*/
.profile_wrap{
	width: 100%;
	}

.profile{
	width: 100%;
	/*display: flex;
	justify-content: center;
	justify-content: space-between;
	flex-wrap: wrap;*/
	}

/* 最後のコンテンツを左寄せにする指定 */
.profile:after {
    content: "";
    display: block;
    width: 47.5%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
	}

.profile_wrap{
	width: 100%;
	margin: 0 auto;
	}


.profile_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6rem;

	font-family: "LINE Seed JP", sans-serif;
	text-align: left;
	}

.profile_box:last-child{
	margin-bottom: 0;
	}

/* 逆順 */
.box_reverse {
	flex-direction: row-reverse;
	}


.profile_photo{
	width: 45%;
	}

.profile_photo img{
	border-radius: 10px;
	}

.profile_txt{
	width: 50%;
	}

.profile_txt p{
	font-size: 2rem;
	color: #ffffff;
	line-height: 1.8;
	font-family: "LINE Seed JP", sans-serif;
	}

.profile_txt > p.profile_name{
	font-size: 2.2rem;
	color: #ffffff;
	margin-bottom: 1rem;
	}

.profile_txt > p.profile_name.fs_small{
	font-size: 2.4rem;
	}

.sns_box.icon {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 3.4rem 0 2rem;
	}

.sns_box.icon p{
    font-size: 3rem;
}

.sns_box.icon p a{
    color: #ffe800;
}

.sns_box.icon p a{
  position: relative;
  color:#eecb75;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.sns_box.icon p a:before,
.sns_box.icon p a:after{
content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.sns_box.icon p a:before {
  color:#F6DD05;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
}

.sns_box.icon p a:after{
  color:#fff;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}


.sns_box.icon p.tiktok_s{
	font-size: 3.2rem;
	}

.fa-square-x-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 4rem;
}

i.fa-square-x-twitter {
    margin: 0 2.5rem 0 0;
}

i {
    margin: 0 2.5rem;
}

i.fa-square-x-twitter{
	margin: 0 2.5rem 0 0;
}

@media screen and (max-width: 768px) {
.profile_wrap{
	width: 95%;
	display: block;
}

.profile_box{
	width: 100%;
}

.profile_photo{
	width: 100%;
	padding-bottom: 2rem;
}

.profile_photo img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.profile_txt{
	width: 100%;
	font-family: "LINE Seed JP", sans-serif;
}

.profile_txt p{
	/*font-size: 1.4rem;*/
}

.profile_txt > p.profile_name{
	font-size: 2.4rem;
	padding-top: 0;
}

.profile_txt > p.profile_name.fs_small{
	font-size: 2rem;
}

}

@media screen and (max-width: 768px) {

/* プロフィール Xボタン */	
.sns_box.icon{
	width: 100%;
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	}

.sns_box.icon p{

	}

.sns_box.icon p.tiktok_s{
	margin-top: 0;
}

.fa-instagram-square{
	padding-top: 0.4rem;
	}

i{
	margin: 0 2rem;
}

i.fa-square-x-twitter{
	margin: 0 2rem;
}

}

/*もっとみるボタン（※今回使用無し）*/

.guest_box_contents.is-hidden {
	display: none;
    /*opacity: 0;*/
    height: 0;
    margin: 0;
}

.more {
    position: relative;
    height: 5rem;
    width: 100%;

    /* グラデ */
	/*background-image: linear-gradient(-15deg, #F5B16E 30%, #E2929B 70%);*/
	background-color: #1755aa;
	color: white;
	border-radius: 30px;
	margin: 0 auto;
	font-size: 2rem;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.more button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    /* buttonのスタイル削除 */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.more button:hover{
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
	transition: all 0.4s ease 0s;
}


@media only screen and (max-width: 750px) {
.more {
    position: relative;
    height: 5rem;
    width: 80%;
}

}

/*メッセージ募集
---------------------*/

#message_btn_box{
	width: 100%;
	margin: 0 auto;
}

.message_btn{
	margin: 1rem 0;	
}

.message_btn_txt{
	font-size: 2rem;
	text-align: center;

	color: #ffffff;
	margin-bottom: 2rem;
}

.message_btm_txt{
	font-size: 2.4rem;
	margin: 2rem auto 4rem;
	color: #111111;
	text-align: center;
	font-family: "LINE Seed JP", sans-serif;
}

.message_btm_txt.txt_white{
	font-size: 2.4rem;
	margin: 2rem auto 4rem;
	color: #eecb75;
	text-align: center;
	font-family: "LINE Seed JP", sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 750px) {
#message_btn_box{
	width: 90%;
}
	

.message_btn_txt{
	font-size: 1.4rem;
}

.message_btm_txt{
	font-size: 3.5rem;
}
.message_btm_txt.txt_white{
	font-size: 1.8rem;

}


}

a.button {
	max-width: 540px;
  display: block;
  color: black;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 3rem;
  /*background: rgba(0, 0, 0, 0.2);*/
  background-color: #a79800;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

a.button span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}

a.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #ffe800;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}

a.button:hover span {
  transform: translate(0, 0);
}

a.button:hover:after {
  transform: translate(0, 0);
}

@media (max-width: 767px) {
    a.button {
        font-size: 1.5rem;
        padding: 2rem;
    }
}

@media only screen and (max-width: 750px) {
.message_btm_txt{
	font-size: 2.4rem;
}

}


@media only screen and (max-width: 414px) {
.message_btm_txt{
	font-size: 2.2rem;
}
}

@media only screen and (max-width: 375px) {
.message_btm_txt{
	font-size: 2rem;
}
}

@media only screen and (max-width: 320px) {
.message_btm_txt{
	font-size: 2rem;
}

}


/*ラジコ ボタン*/

.radiko_btn{
	width: 100%;
	text-align: center;
	margin:0 auto;
	  
}

#linklist li img{
    width: 380px;
	height: auto;
	margin-bottom: 1rem;
}

.message_txt{
	margin-top: 1rem;
}


@media screen and (max-width: 768px) {
#linklist li img{
    width: 80%;
}

.message_txt{
	text-align: left;
	font-size: 1.2rem;
}

}


/*協賛企業バナー　1社の場合*/
.ban_company{
	width: 100%;
	text-align: center;
}


.ban_company img{
	width: 400px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


@media screen and (max-width: 768px) {
.ban_company img{
	width: 80%;
}

}


/*協賛企業バナー 数社の場合*/
.ban_company_lot{
	width: 100%;
}

.ban_company_lot ul{
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ban_company_lot li{
	width: 30%;
	margin-bottom: 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/* 最後のコンテンツを左寄せにする指定 */
.ban_company_lot ul:after {
    content: "";
    display: block;
    width: 30%;  
    height: 0;
}

@media screen and (max-width: 768px) {

.ban_company_lot ul{
	width:100%;
}
	
.ban_company_lot li{
	width: 80%;
	margin: 0 auto 2rem;
}

}


/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}

/*------------------------------
表示・非表示管理（）
本体のcommon.cssに記述あり
【非表示】.disp_none
【PC非表示】.pc_none
【SP非表示】.sp_none
------------------------------*/




/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #000000;
}

.footer_simple .copyright{
	color: #ffffff;
}