@charset "utf-8";
/* CSS Document */

/*----------recet----------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #2d1100;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------recet----------*/

body{
	line-height: 1.5;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
.cx_smartphoneview .pc{
	display: none;
}
.cx_smartphoneview .sp{
	display: block;
}
#fp-wrap{
	background:url(../img/bg_2.png)  repeat-x,url(../img/bg_1.png);
}

ul.navi{
	padding: 0 20px;
	margin: 30px 0 20px;
}
ul.navi li{
	float: left;
	border-radius: 5px;
	margin-right: 12px;
} 
ul.navi li:nth-child(1){
	background: #ff7800;
	border: #ca6104 solid 2px;
}
ul.navi li:nth-child(1):hover{
	background: #ff9b1a;
}
ul.navi li:nth-child(2){
	background: #00beff;
	border: #0099cd solid 2px;
}
ul.navi li:nth-child(2):hover{
	background: #58d4ff;
}
ul.navi li:nth-child(3){
	background: #00bd00;
	border: #018c01 solid 2px;
}
ul.navi li:nth-child(3):hover{
	background: #08cb08;
	border: #018c01 solid 2px;
}
ul.navi li:nth-child(4){
	background: #bd2ebf;
	border: #8b1a8e solid 2px;
}
ul.navi li:nth-child(4):hover{
	background: #de4ce0;
}
ul.navi li:nth-child(4n){
	margin-right: 0;
}

ul.navi li.off{
	background: #959595;
	border: #596059 solid 2px;
}
ul.navi li.off:hover{
	background: #959595;
	border: #596059 solid 2px;
}
.main_wrap{
	background: rgba(255,255,255,0.8);
	padding: 20px 20px 30px;
}
.main_wrap h2{
	background: url(../img/title_bg.png) no-repeat;
	text-align: center;
	margin: 40px 0 15px;
}
.main_wrap h2 img{
	width: 185px;
	height: 35px;
}
/*.main_wrap #newsinfo-container{
	margin: 20px 0 0 0;
    padding: 10px;
    background: #ffffff;
    border: 4px solid #9d9999;
}
.main_wrap #newsinfo-container p{
	font-size: 120%;
	font-weight: bold;
}
.main_wrap #newsinfo-container .newsinfo-anchor{
	text-decoration: none;
}
.main_wrap #newsinfo-container .newsinfo-botann{
	text-align: center;
    background: #00bd00;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 0;
    font-size: 125%;
    font-weight: bold;
    color: #fff;
}
.main_wrap #newsinfo-container .newsinfo-botann:hover{
	background: #2dd82d;
}*/
.main_wrap #midokoro{
	position: relative;
}
.main_wrap #midokoro h2::before{
	position: absolute;
	content: url(../img/img_dog.png);
	top: -30px;
right: 10px;
}
.main_wrap #midokoro dl:nth-of-type(1){
	margin-bottom: 10px;
}
.main_wrap #midokoro dl dt{
	background: #3c983c;
	width: 87px;
	text-align: center;
	color: #fff;
	font-weight: bold;
float: left;
	padding: 3px 5px;
	margin-bottom: 5px
}
.main_wrap #midokoro dl .small{
	font-size: 80%;
}
.main_wrap #midokoro dl dd{
	font-weight: bold;
	margin-left: 120px;
	font-size: 120%;
	padding-top: 3px;
}
.main_wrap #midokoro p{
	margin-top: 10px;
	padding-top: 10px;
/*	border-top: dashed 1px #bfbfbf;*/
	font-weight: bold;
}
.main_wrap #midokoro p.mido_title{
	border-top: dashed 1px #bfbfbf;
	font-size:120%;
}
.main_wrap #midokoro p.mido_detail{
	font-weight: normal;
}
.main_wrap #midokoro dl dd .text_small{
	font-size: 90%;
	font-weight: normal;
	margin-left: 10px;
}

.main_wrap .movie{
	background: #000;
	width: 598px;
	margin: 15px auto 0;
}
div.video-warap{
	border: #ff7800 solid 1px;
}

.main_wrap .img_wrap{
	margin: 20px 0 30px;
}
.main_wrap .img_wrap dt{
	width: 600px;
	height: 338px;
	margin: 0 auto 10px;
	border: #ff7800 solid 1px;
}
.main_wrap .img_wrap dd{
	float: left;
	margin-left: 5px;
	font-size: 90%;
}

/*----------フォームテキスト----------*/
.recruitment {
	margin-bottom: 15px;
	border: 1px solid #ca6104;
	padding: 15px 10px;
	background-color: #FFFEBF;
}
.recruitment p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.recruitment p span.strong {
	color: #B12C00;
	font-size: 200%;
}
.recruitment p span.period {
	font-size: 16px;
}
.recruitment .btn a{
	cursor: pointer;
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #ec4b00;
    padding: 16px 0;
    margin: 10px auto 4px;
    width: 400px;
    border-radius: 10px;
}
.recruitment .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
}
.recruitment .btn a:hover{
    background: #ffb700;
}

/*----------フォームバナー----------*/

.main_wrap .bnr_form{
	margin-top: 40px;
}
.main_wrap .bnr_form2{
	margin-top: 25px;
}

.main_wrap .bnr_form a:hover,.main_wrap .bnr_form2 a:hover{
	opacity: 0.8;
}
.cx_displaydevice .bnr a:hover,.cx_displaydevice a.bnr:hover{
	opacity: 0.8;
}

/*----------番組テーマ曲----------*/

.main_wrap #themasong p {
    font-weight: bold;
}
.main_wrap #themasong .movie {
    background: none;
    width: 100%;
    margin: 15px auto 0;
}


/* Twitter⇒X対応 ---------- */
#tw{
/* 	border-bottom: dashed 1px #bfbfbf; */
    padding: 0 0 5px;
}
#tw a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    padding: 12px 0;
    text-decoration: none;
    position: relative;
}
#tw a::after{
    position: absolute;
    content: ">";
    top: 0;
    right: 0;
    width: 40px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 160%;
}
#tw a:hover{
    opacity: 0.8;
}
#tw a .tw_inner {
    display: inline-block;
    margin-right: 12px;
    position: relative;
}
#tw a .tw_inner img{
    width: 25px;
    height: 25.52px;
	margin-bottom: 1px;
    vertical-align: middle;
}
#tw a p {
    color: #fff;
    margin: 0;
    font-size: 1.4em;
    font-weight: bolder;
}

body.cx_smartphoneview #tw a .tw_inner {
    margin-right: 15px;
}
body.cx_smartphoneview #tw a {
    padding: 15px;
}
body.cx_smartphoneview #tw a::after {
    width: 60px;
    padding: 12px 0;
}
body.cx_smartphoneview #tw a .tw_inner img {
    width: 36px;
    height: 36.75px;
}
body.cx_smartphoneview #tw a p {
    font-size: 30px;
}

#sns .wrap{
	margin-top: 20px;
}
/* == 各SNS見出し ========================================== */
.sns__title {
	display: block;
    background: #3c983c;
    color: #fff;
    font-size: 132%;
    font-weight: bold;
    text-align: center;
    padding: 3px 15px;
    margin-bottom: 10px;
}

/* == インスタグラム ========================================== */
#insta{
	border-bottom: dashed 1px #bfbfbf;
    padding: 0 0 20px;
	margin-top: 18px;
}
.insta_wrap {
	margin-top: 15px;
    padding: 14px;
    border: 1px solid #aeaeae;
    background-color: #fff;
}
.insta_wrap ul {
    font-size: 0;
}
.insta_wrap ul li {
    position: relative;
    display: inline-block;
    width: 182px;
    height: 182px;
    overflow: hidden;
}
.cx_smartphoneview .insta_wrap ul li {
    width: 182px;
    height: 182px;
}
.insta_wrap ul li + li {
    margin-left: 12px;
}
.insta_wrap ul li:nth-of-type(3n+1) {
    margin-left: 0;
}
.insta_wrap ul li:nth-of-type(n+4) {
    margin-top: 12px;
}
.insta_wrap ul li a {
    display: block;
}
.insta_wrap ul li a:hover {
    opacity: 0.8;
}
.insta_wrap ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    max-width: none;
}
.insta_wrap ul li.vertically-long img {
    width: 100%;
    height: auto;
}

.cx_instaqgram_more a {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 26px;
    margin-bottom: 12px;
    padding: 10px;
    color: #fff;
    font-size: 110%;
    text-align: center;
    border-radius: 30px;
    background-color: #bd2ebf;
    }
.cx_displaydevice .cx_instaqgram_more a:hover {
    opacity: 0.8;
    }


/* == TikTok ========================================== */
#tiktok{
	margin-top: 18px;
}
.tiktok-embed {
	margin-bottom: 0 !important;
}

/*----------backnumber----------*/
.main_wrap #backnumber ul li{
	float: left;
	width: 300px;
}
.main_wrap #backnumber ul li:nth-child(2){
	padding-left: 20px;
	width: 280px;
}


.main_wrap #backnumber ul li dl dt{
font-weight: bold;
	font-size: 140%;
	float: left;
}

.main_wrap #backnumber ul li dl dd{
font-weight: normal;
	font-size: 98%;
	float: right;
	padding-top: 5px
}
.main_wrap #backnumber ul li h3{
	margin-top: 10px;
}
.main_wrap #backnumber .click a,.main_wrap #backnumber ul li .click a{
	display: block;
	text-align: center;
	background: #00bd00;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px 0;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.main_wrap #backnumber .click a:hover,.main_wrap #backnumber ul li .click a:hover{
  background: #2dd82d;
}

/*----------200117_ancur----------*/
#guest_anchor {
	position: relative;
	z-index: -1;
}

/*----------guest----------*/

.main_wrap #guest{
	position: relative;
}

.main_wrap #guest dl dt{
		background: #3c983c;
	width: 110px;
	text-align: center;
	color: #fff;
	font-weight: bold;
float: left;
	padding: 3px 5px;
	margin-bottom: 5px
}
.main_wrap #guest dl dd{
	font-weight: bold;
	margin-left: 130px;
	font-size: 120%;
	padding-top: 3px;
}
.main_wrap #guest .wrap::after{
	content: url(../img/img_sakagami.png) ;
	position: absolute;
	right: 0px;
bottom: -34px;
}
.main_wrap #guest dl{
	border-bottom: dashed 1px #bfbfbf;
	padding: 15px 0 10px;
}
.main_wrap #guest dl:first-of-type{
	padding: 0 0 10px;
}
.main_wrap #guest dl:last-of-type{
	border-bottom: none;
}

/* TVer・FODバナー ---------- */
#tver-fod-bnr {
	margin: 30px 10px -10px;
	/*padding: 10px;
	background-color: rgba(255,255,255,0.60);*/
}
#tver-fod-bnr > div + div {
	margin-top: 6px;
}
#tver-fod-bnr .abreast {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#tver-fod-bnr a {
	display: inline-block;
}
.cx_displaydevice #tver-fod-bnr a:hover {
	opacity: 0.8;
}
#tver-fod-bnr img {
	max-width: 100%;
	vertical-align: bottom;
}

/*-----------スマホ対応----------*/

.cx_smartphoneview .main_wrap{
	font-size: 160%;
}
.cx_smartphoneview .main_wrap h2{
	background: url(../img/title_bg_sp.png) no-repeat;

}
.cx_smartphoneview .main_wrap h2 img{
	width: 270px;
	height: 51px;
}
.cx_smartphoneview .main_wrap #newsinfo-container{
    padding: 15px;
}
.cx_smartphoneview .main_wrap #guest dl{
	font-size: 90%;
}
.cx_smartphoneview .main_wrap #guest dd{
	font-size: 105%;
}
.cx_smartphoneview .main_wrap #guest dl dt {
	width: 150px;}
.cx_smartphoneview .main_wrap #guest dl dd{
	margin-left: 180px;

}


/*-----------オーバーレイ スマホ調整用----------*/
.cx_smartphoneview #cx_commonOverlayWrap {
	position: absolute;
}
.cx_smartphoneview #cx_commonOverlayWindow {
	top: 180px !important;
}

/*---------------------------------

　番組公式グッズ

--------------------------------*/
/* ===== キャッチコピー ===== */
.product-catch {
	font-size: 1.2rem;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin-bottom: 0.5rem;
  }
/* ===== 商品カードエリア ===== */
.product-card {
	max-width: 600px;
	margin: 0 auto 2rem;
	background: #fff;
	padding: 1.5rem;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }
/* 商品タイトル（帯風） */
.product-title {
	background-color: #f7c945;
	padding: 0.8rem 1rem;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 6px;
	margin-bottom: 0.8rem;
	text-align: center;
  }
  
  /* 商品説明 */
  .product-desc {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 1rem;
	text-align: justify;
  }
  
  /* 画像 */
  .product-img img {
	width: 100%;
	height: auto;
	display: block;
	margin: 1rem auto;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  /* 値段 */
  .product-price {
	font-size: 1.3rem;
	font-weight: bold;
	color: #e60033;
	text-align: center;
	margin-top: 1rem;
  }
  /* ボタン全体 */
  .product-btn-wrapper {
	text-align: center; 
  }
.product-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem; /* テキストとロゴの間隔 */
	padding: 0.8rem 1.2rem;
	background-color: #00bd00;
	color: #fff !important;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
  }
  
  .product-btn:hover {
	background-color: #2dd82d;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	transform: translateY(-2px);
	text-decoration: none !important;
  }
  
  /* ボタン内ロゴ */
  .btn-logo {
	height: 24px;
	width: auto;
  }
  
  /* ===== レスポンシブ ===== */
  @media (max-width: 768px) {
	.product-catch {
	  font-size: 1.8rem;
	}
	.product-title {
	  font-size: 1.6rem;
	  padding: 0.6rem;
	}
	.product-desc {
	  font-size: 1.6rem;
	}
	.product-price {
	  font-size: 2rem;
	}
	.product-btn {
		width: 100%;
        font-size: 2rem;
        padding: 18px 0;
	  }
	
	  .btn-logo {
		height: 50px;
	  }
  }
  