@charset "utf-8";
/* CSS Document */
/* ============================

inview.js設定

=============================*/
/* 単一効果 */
.fadein_single{
	opacity: 0;
}
.effect_single {
  animation-name: effect_anime;
  opacity: 1;
  transition: 0.5s;
}

/* ============================

みんてれ

=============================*/
.mintele img {
    max-width: 100%;
    display: block;
    height: auto;
}

/* ============================

mainvisual

=============================*/
/*.mainvisual{
	background: url(../img/mv01.jpg) right top no-repeat;
	background-size: auto 100%;
	max-height: 620px;
	width: 100%;
	position: relative;
}
.mainvisual .wrap_catch {
	display: block;
    position: absolute;
    bottom: 30px;
    right: 10px;
    width: 45%;
}
.mainvisual .wrap_onair {
    width: 33%;
    height: auto;
    margin: 0 0 0 80px;
}
.mainvisual .wrap_onair .onair {
    margin: 30px 0 0 0;
}
.mainvisual .wrap_onair .onair img.week {
    width: 97px;
    height: auto;
    display: inline-block;
    margin: 0 10px 11px 0;
}
.mainvisual .wrap_onair .onair img.pc {
    width: 265px;
    display: inline-block;
}
.mainvisual .wrap_onair .onair img.sp {
    display: none;
}
.mainvisual .announcer {
    width: 30%;
    padding: 0 0 0 50px;
}*/


/* ============================

サイト内nav

=============================*/
.wrap_nav{
	background: #A7BF00;
}
.wrap_nav .inner{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap_nav ul li a {
    display: block;
    padding: 0 13px;
    font-weight: bold;
	position: relative;
	transition: 0.3s all;
}
.wrap_nav ul  {
    align-items: center;
}
.wrap_nav ul li a i {
    margin: 0 7px -4px 0;
}
.wrap_nav ul li a::after{
    content: "";
    position: absolute;
    bottom: -8px;
    left: 10%;
    height: 2px;
    width: 80%;
    background: #ffffff;
    display: block;
	transition: 0.3s all;
	transform: scale(0,0);
}
.wrap_nav ul li a:hover::after {
transform: scale(1,1);
}
.wrap_nav .wrap_logo img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}
.wrap_nav .wrap_logo .onair {
    background: #ffffff;
    padding: 10px;
    color: #A7BF00;
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    position: relative;
	margin: 0 0 0 20px;
	vertical-align: middle;
}
.wrap_nav .wrap_logo .onair::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 22px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 40%;
    left: -20px;
    z-index: 0;
}
.wrap_nav ul{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.wrap_nav ul li{
	list-style: none;
}
.wrap_nav ul li a{
	color: #ffffff;
}

/* ============================

概要20230324追加

=============================*/
.overview_mintele {
    background-color: #fffcee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.overview_mintele_inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.warp_overview_mintele
{
	padding-bottom: 1%;
	padding-top: 1%;
}
.warp_overview_mintele img {
	margin: auto;
}
.warp_overview_mintele p {
	text-align: justify;
	font-size: 115%;
	width: 90%;
	/* margin: 2% auto; */
	padding: 2%;
	color: #434343;
}


/* ============================

メインビジュアル・ナビ色・概要欄変更 202307

=============================*/

.mainvisual {
	background: none;
	width: 100%;
	max-width: 1400px;
	max-height: none;
	margin: auto;
}
.mainvisual:before,.mainvisual:after {
    content: none;
}
.mainvisual .wrap_onair {
    background: url("../img/mv_pc_202307.jpg") center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 32.142%;
}
@media screen and (max-width: 767px){
	.mainvisual .wrap_onair {
		background: url("../img/mv_sp_202307.jpg") center no-repeat;
		background-size: 100% auto;
		left: 0;
		position: relative;
		padding-top: 82.666%;
	}
}
.mainvisual .wrap_onair > * ,
.mainvisual .announcer {
    display: none;
}
.wrap_nav {
	background: #e2acd4;
}
.wrap_nav .wrap_logo .onair {
    color: #e2acd4;
}
.overview_mintele {
    background-color: #fcfcfc;
}
.overview_mintele .warp_overview_mintele > img{
	display:none;
}
.overview_mintele .warp_overview_mintele p {
    /* margin: 3% auto; */
    line-height: 2.2;
    letter-spacing: 0.03em;
}
/* ============================

メインビジュアル・ナビ色・概要欄変更 202404

=============================*/

.mainvisual.ver202404 {
	background: none;
	width: 100%;
	max-width: 1400px;
	max-height: none;
	margin: auto;
}
.mainvisual.ver202404:before,.mainvisual.ver202404:after {
    content: none;
}
.mainvisual.ver202404 .wrap_onair {
    background: url("../img/mv_pc_202404.jpg") center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-top: 55.36%;
}
@media screen and (max-width: 767px){
	.mainvisual.ver202404 .wrap_onair {
		background: url("../img/mv_sp_202404.jpg") center no-repeat;
		background-size: 100% auto;
		left: 0;
		position: relative;
		padding-top: 109.333%;
	}
}
.mainvisual.ver202404 .wrap_onair > * ,
.mainvisual.ver202404 .announcer {
    display: none;
}
.wrap_nav.ver202404 {
	background: #9ab900;
}
.wrap_nav.ver202404 .wrap_logo .onair {
    color: #9ab900;
}
.overview_mintele.ver202404 {
    background-color: #fcfcfc;
}
.overview_mintele.ver202404 .warp_overview_mintele > img{
	display:none;
}
.overview_mintele.ver202404 .warp_overview_mintele p {
    /* margin: 3% auto; */
    line-height: 2.2;
    letter-spacing: 0.03em;
}


/*改編ページボタン追加 20230920*/
.mintele_btn {
    background-color: #fffcee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
	padding: 2% 0;
}

.mintele_btn a{
	display: block;
	width: 40%;
	margin: auto;
	text-align: center;
	background: #e95456;
	padding: 1% 0;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
}

.mintele_btn a:hover{
	background: #ff4e51;
}
.mintele_bnr_wrap{
	padding: 2% 0;
	background: #ffe398;
}
.mintele_bnr {
    margin: 1.5% 0;
    width: 100%;
}

.mintele_bnr a{
	display: block;
	max-width: 720px;
	margin: auto;
}
.mintele_bnr a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.mintele_btn {
	padding: 8% 0;
}
	.mintele_btn a{
	width: 90%;
	margin: auto;
	padding: 4% 0;
	font-size: 1.5rem;
}
	.mintele_bnr_wrap{
	padding: 2% 0;
	background: #ffe398;
}
	.mintele_bnr {
		margin: 4% 0;
	}
	.mintele_bnr a{
	width: 99%;
	margin: auto;
}
}


/* ============================

背景

=============================*/
.gradation{
background-color:#c8e1b0;
}


/* ============================

次回放送

=============================*/

.wrap_video{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
}
.wrap_video .wrap_text{
	padding: 20px;
	font-weight: bold;
    max-width: calc(100% - 780px);
    min-width: 30%;
	align-self: center;
}
.wrap_video .wrap_text .wrap_onair {
    display: flex;
    justify-content: space-around;
    margin: 10px 0 20px 0;
	align-items: center;
}
.wrap_video .wrap_text .wrap_onair figure {
    width: 35%;
}
.wrap_video .wrap_text .wrap_onair p {
    width: 65%;
    font-size: 90%;
    line-height: 1.5;
    padding: 0 0 0 10px;
}



/* YouTube */
#yt-wrap {
  max-width: 780px;
  width: 70%;
  align-self: center;
}
#yt-block {
  margin: 0;
  position: relative;
}

.videoWrapper {
  position: relative;
  padding-bottom: 53.25%; /* 56.25 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.videoWrapper.pv::after {

  display: none;
}
#play,
.paly{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
#play:hover::after,
.play:hover::after{
	 background-color: #424141;
}
#play::after,
.play::after{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 80px;
    height: 80px;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
    opacity: .95;
	transition: 0.3s all;
}

#play::before,
.play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 8px);
    transform: translate(-50%,-50%);
    width: 0px;
    height: 0px;
    border: 12px solid transparent;
    border-left: 20px solid #fff;
    box-sizing: border-box;
    z-index: 2;
}


/* ============================

コーナー紹介

=============================*/
.corner {
    background-color: #E84343;
    background-image: url(../img/back_charactor.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.wrap_timeline {
    margin: 330px 26px 380px 26px;
}
.wrap_timeline ul::before {
    content: "";
    width: calc(100% + 75px);
    height: 5px;
    display: block;
    background: rgba(255,255,255,0.5);
    margin: 0 0 -21px -47px;
}
.wrap_timeline ul li {
    list-style: none;
	position: relative;
    display: inline-block;
    list-style-type: none;
    width: 19%;
    height: 3px;
}
.wrap_timeline ul li .back_white {
    position: absolute;
    left: -28%;
    width: 160%;
    padding: 15px;
    font-size: 1.6rem;
    white-space: normal;
    color: black;
    background: #ffffff;
	box-shadow: 0px 0px 9px -5px #000000;
	display: block;
}
.wrap_timeline ul li .back_white:hover {
    box-shadow: none;
    background: #f3f3f3;
}
.wrap_timeline ul li:nth-child(odd) .back_white::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: calc(100% - 1px);
    left: calc(50% - 18px);
}
.wrap_timeline ul li:nth-child(even) .back_white::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 40px 12.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -36px;
    left: calc(50% - 16px);
}
.wrap_timeline ul li:nth-child(odd) .back_white:hover::after{
	border-color: #f3f3f3 transparent transparent transparent;
}

.wrap_timeline ul li:nth-child(even) .back_white:hover::after{
	border-color: transparent transparent #f3f3f3 transparent;
}



.wrap_timeline ul li:nth-child(odd) .back_white {
    top: -70px;
    transform: translateY(-100%);
}
.wrap_timeline ul li:nth-child(even) .back_white {
    top: calc(100% + 70px);
}
.wrap_timeline ul li .week {
    position: absolute;
    top: 50%;
    left: calc(50% - 28px);
    bottom: 0;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    padding: 8px;
    font-size: 130%;
}
.wrap_timeline ul li .tomodacchi {
    width: 64px;
    position: absolute;
    top: -85px;
    left: -24px;
}

.wrap_timeline ul li .back_white figure img {
    margin: 0 auto 10px auto;
    width: 65%;
    max-width: 240px;
}
.wrap_timeline ul li .back_white .wrap_tag {
    text-align: center;
    margin: 10px 0;
}
.wrap_timeline ul li .back_white .wrap_tag i {
    background: #E84343;
    padding: 7px 12px;
    text-align: center;
    color: #ffffff;
    margin: 4px;
    border-radius: 20px;
    font-size: 90%;
}
/* まるゴト */
.wrap_marugoto {
    width: 63%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    box-shadow: 0px 0px 9px -5px #000000;
	align-items: center;
	justify-content: space-around;
	transform: translateX(7px);
}
.wrap_marugoto .week {
    font-size: 140%;
    font-weight: 600;
}
.wrap_marugoto figure {
}
.wrap_marugoto p {
    width: 63%;
}


/* ============================

コーナー紹介更新20231016

=============================*/

.corner_231016 {
    background-color: #f5b6a4;
    background-image: url(../img/back_charactor.png?231101);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.wrap_timeline_231016 {
    margin: 45px 26px 40px 26px;
}



.wrap_timeline_231016 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.wrap_timeline_231016 ul li {
    list-style: none;
    list-style-type: none;
    width: 48%;
    margin-bottom: 7%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    box-shadow: 0px 0px 9px -5px #000000;
    height: auto;
    align-items: center;
}

.wrap_timeline_231016 ul li img{
    margin: auto;
}
.wrap_timeline_231016 ul li .back_white {
    width: 100%;
    padding: 5%;
    font-size: 1.6rem;
    color: black;
    background: #ffffff;
    display: block;
    min-height: 260px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap_timeline_231016 ul li .back_white2 {
    width: 33%;
    /* height: 50%; */
    padding: 6% 2%;
    color: black;
    background: #ffffff;
    display: block;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap_timeline_231016 ul li .back_white:hover {
    box-shadow: none;
    background: #f3f3f3;
}

.wrap_timeline_231016 ul li .back_white2:hover {
    box-shadow: none;
    background: #f3f3f3;
}

.nolink{
  pointer-events: none;
}
}

.wrap_timeline_231016 ul li .border{
	border-right: 1.8px dashed #ffb988;
}

.wrap_timeline_231016 ul li .week {
    position: absolute;
    top: -11%;
    left: -3%;
    background: #e97345;
    text-align: center;
    padding: 13px;
    font-size: 94%;
    width: 75px;
    height: 75px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: normal;
    font-weight: bold;
    color: white;
}

.wrap_timeline_231016 ul li .month {
    position: absolute;
    top: 0%;
    left: 0%;
    background: #a2bd51;
    text-align: center;
    padding: 13px;
    font-size: 78%;
    width: 53px;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 40px; */
    line-height: normal;
    font-weight: bold;
    color: white;
}


/* 過去企画 */
.old_corner_wrap {
	display: flex;
	background: white;
	width: 70%;
	margin: auto;
	padding: 1%;
	justify-content: center;
	align-items: center;
	position: relative;
}


.old_corner {
	display: flex;
	width: 32%;
}

.old_corner a:hover {
	opacity: 0.5;
}


.tomodacchi_walk img {
	position: absolute;
	width: 9%;
	top: -128%;
	left: 91%;
}





/* ============================

sns

=============================*/
.wrap_sns {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.wrap_sns figure {
    width: 80px;
    align-self: end;
}
.wrap_sns p {
    margin: 0 20px;
}
.wrap_sns .wrap_icom a {
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
.wrap_sns .wrap_icom a i {
    vertical-align: middle;
}

/* ============================

出演者

=============================*/
.performer_slide {
    padding: 0;
}
.performer_slide li {
    padding: 6px;
}
.performer_slide li .item {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 9px -5px #000000;
    margin: 15px;
	position: relative;
}
.performer_slide li .item::before{
	content: "";
	padding-top: 100%;
	display: block;
}
.performer_slide li .item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	font-size: 110%;
}
.performer_slide li .item a:hover img {
	transform: translate(-50%,-50%) scale(1.05,1.05)!important;
	transition: all .3s;
}

.performer_slide li a.item.title {
    background: #E84343;
    padding: 0;
    color: #ffffff;
	text-align: center;
	position: relative;
	display: block;

}
.performer_slide li a.item.title:hover{
	background: #813921;
}
.performer_slide li .item.title .wrap_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    font-size: 150%;
}
.performer_slide li .item.title .text_small::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    display: inline-block;
    content: "";
    margin: 0 2px 0 0;
}

.performer_slide li .item.title .text_small {
    display: block;
    font-size: 15px;
    font-weight: normal;
}


/* ============================

過去の放送

=============================*/
a.view_all {
    display: block;
    text-align: right;
    margin: -60px 0 20px 0;
    font-size: 90%;
}
a.view_all::after {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    display: inline-block;
    transform: rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 0 1px 5px;
}
.wrap_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid_template-rows: auto auto;
	margin: 0 -0.85%;
}
.wrap_grid > div {
    background: #ffffff;
    box-shadow: 0px 0px 9px -5px #000000;
	margin: 10px;
}
.wrap_grid .item1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}
.wrap_grid .item1 .item .wrap_img.wide::before {
    padding-top: 56.77%;
}
.wrap_grid .item2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
.wrap_grid .item3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}
.wrap_grid .item4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}
.wrap_grid .item5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
}
.wrap_grid .wrap_text {
    padding: 10px 20px 20px 20px;
}
.wrap_grid .wrap_text .title_small.text_left {
    margin: 0;
    font-size: 108%;
    font-weight: bold;
}
.wrap_grid .item1 .wrap_text .title_small.text_left {
    font-size: 210%;
    font-weight: bold;
    margin-top: 10px;
}
.wrap_info {
    display: flex;
    align-items: center;
    width: 100%;
	margin: 10px 0 0 0;
	flex-wrap: wrap;
}
.wrap_info time {
    font-size: 77%;
    padding: 0 3% 0 0;
}
.wrap_info i {
    margin: 0;
    padding: 6px 10px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 75%;
}
.item .play::after {
	background: rgba(0,0,0,0.85);
    width: 60px;
    height: 60px;
    z-index: 0;
}
.item .play::before {
    z-index: 2;
    border: 11px solid transparent;
    border-left: 17px solid #fff;
    left: calc(50% + 8px);
}
.wrap_grid .wrap_text .wrap_detail {
    display: none;
}



/* ============================

公式ツイッター、バナー

=============================*/
#nav05.title_middle.text_left {
    margin-top: 37px;
}
.icon_sns{
	width: 30px;
	margin: 0 5px -2px 0;
}
.contact .item{
	max-height: 470px;
}
.contact .item.twitter {
    overflow-y: auto;
}

.contact .item.mail{
	background: #B1CA3F;
	padding: 25px;
}

.contact .item.mail .line_white {
    height: 100%;
    border: 1px solid #ffffff;
    padding: 40px;
    text-align: center;
    color: #ffffff;
}
.contact .item.mail .line_white a{
	color: #ffffff;
}
.contact .item.mail .line_white img {
    margin: 20px auto;
}
.contact .item.mail .line_white a .text_small {
    font-size: 100%;
}
.contact .item.mail .line_white a .text_small::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
    transform: rotate(-30deg);
    margin: 0 20px -4px 0;
}
.contact .item.mail .line_white a .text_small::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
    transform: rotate(30deg);
    margin: 0 0 -4px 15px;
}
.contact .item.mail .line_white a .text_large {
    font-size: 230%;
}






@media screen and (max-width: 1199px) {
/*
============================ TB CSS ============================

TB専用CSS ipadpro 1200px

================================================================
*/

/* ============================

次回放送 1200px

=============================*/
#yt-wrap {
    width: 60%;
}
.wrap_video .wrap_text {
    width: 40%;
	max-width: inherit;
}





}/* end 1200px */

@media screen and (max-width: 1023px) {
/*
============================ TB CSS ============================

TB専用CSS ipadpro 1024px

================================================================
*/


/* ============================

mainvisual 1024px

=============================*/
.mainvisual .wrap_onair .onair img.week {
    width: 120px;
}
.mainvisual .wrap_onair .onair img.pc {
    width: 180px
}

/* ============================

サイト内nav 1024px

=============================*/

.wrap_nav .inner {
    justify-content: center;
}
.wrap_nav .wrap_logo {
    width: 100%;
    text-align: center;
}


}/* end 1024px */

@media screen and (max-width: 767px) {
/*
============================ sp CSS ============================

SP専用CSS 横スマホ　ipad 768px

================================================================
*/
/* ============================

mainvisual 768px

=============================*/
@media screen and (max-width: 767px){
	.mainvisual .wrap_onair {
		background: url("../img/mv_sp_202307.jpg") center no-repeat;
		background-size: 100% auto;
		left: 0;
		position: relative;
		padding-top: 82.666%;
	}
}
.mainvisual .wrap_onair > * ,
.mainvisual .announcer {
    display: none;
}
.wrap_nav {
	background: #e2acd4;
}
.wrap_nav .wrap_logo .onair {
    color: #e2acd4;
}
.overview_mintele {
    background-color: #fcfcfc;
}
.overview_mintele .warp_overview_mintele > img{
	display:none;
}
.overview_mintele .warp_overview_mintele p {
    /* margin: 3% auto; */
    line-height: 2.2;
    letter-spacing: 0.03em;
}
/* ============================

サイト内nav 768px

=============================*/
.wrap_nav .inner {
    width: 100%;
	padding: 10px 0 0 0;
}
.wrap_nav .wrap_logo img {
    display: block;
    margin: 0 auto 10px auto;
}
.wrap_nav .wrap_logo img:first-of-type {
    margin: -40px auto 0;
	position: relative;
}
.wrap_nav .wrap_logo .onair::before {
    content: none;
}
.wrap_nav .wrap_logo .onair {
    margin: 0;
    padding: 10px 40px;
    font-size: 100%;
}
.wrap_nav .wrap_logo .onair br {
    display: none;
}
.wrap_nav ul {
    width: 100%;
	margin-bottom: 0;
}
.wrap_nav ul li {
    width: 50%;
    border-top: 1px solid #ffffff;
}
.wrap_nav ul li a {
    text-align: center;
    padding: 20px;
}
.wrap_nav ul li:nth-of-type(2n) {
    border-left: 1px solid #ffffff;
}
.wrap_nav ul li a::after{
    content: none;
}
.wrap_nav ul.pageLink {
    margin-top: 16px;
}

/* ============================

次回放送 768px

=============================*/
#yt-wrap {
    width: 100%;
}
.wrap_video .wrap_text {
    width: 100%;
}
.wrap_video .wrap_text .wrap_onair figure {
}
.wrap_video .wrap_text .wrap_onair p {
	font-size: 100%;
}

/* ============================

sns 768px

=============================*/

.wrap_sns {
    padding-top: 20px;
}
.wrap_sns p {
    order: 1;
}
.wrap_sns .wrap_icom {
    order: 2;
	margin: 15px 0;
}
.wrap_sns figure {
    order: 3;
}

/* ============================

出演者 768px

=============================*/
.performer_slide li {
    padding: 0;
}
.performer_slide li .item {
    margin: 10px;
}
.performer_slide li .item.title .wrap_text {
    font-size: 110%;
}
.performer_slide li .item.title .text_small {
    font-size: 13px;
}


/* ============================

コーナー紹介 768px

=============================*/
.wrap_timeline {
    margin: 50px 0 0 0;
}
.wrap_timeline ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    justify-content: space-between;
	position: relative;
}
.wrap_timeline ul::before {
    content: "";
    width: 3px;
    height: calc(100% - 50px);
    display: block;
    background: rgba(255,255,255,0.5);
    margin: 0 0 0 0;
    position: absolute;
    left: 50%;
}
.wrap_timeline ul li {
    width: 50%;
    height: auto;
    margin-bottom: 50px;
}
.wrap_timeline ul li .back_white {
    position: relative;
    left: 0;
    width: 80%;
    padding: 10px;
    font-size: 1.6rem;
    white-space: normal;
    color: black;
    background: #ffffff;
    box-shadow: none;
    z-index: 1;
	height: auto!important;
}
.wrap_timeline ul li:nth-child(odd) .back_white {
    transform: translateY(0%);
	top: 0;
}
.wrap_timeline ul li:nth-child(even) .back_white {
    margin: 0 0 0 20%;
	transform: translateY(50%);
	top: 0;
}

.wrap_timeline ul li:nth-child(odd) .week {
    top: calc(50% - 30px);
    left: calc(100% - 19px);
}
.wrap_timeline ul li:nth-child(even) .week {
    top: 100%;
    left: calc(0% - 18px);
}
.wrap_timeline ul li:nth-child(odd) .week::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 47px;
    border-color: transparent transparent transparent #ffffff;
    top: calc(50% - 14px);
    left: -50px;
    position: absolute;
}
.wrap_timeline ul li:nth-child(odd) .back_white::after,
.wrap_timeline ul li:nth-child(even) .back_white::after{content: none;}
.wrap_timeline ul li:nth-child(even) .week::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 47px 15px 0;
    border-color: transparent #ffffff transparent transparent;
    top: calc(50% - 14px);
    right: -50px;
    position: absolute;
    z-index: -1;
}
.wrap_timeline ul li .week {
    width: 40px;
    height: 40px;
    padding: 4px;
    font-size: 100%;
}
.wrap_timeline ul li:first-of-type .tomodacchi {
    display: none;
}
.wrap_timeline ul li .tomodacchi {
    width: 64px;
    top: inherit;
    left: inherit;
    bottom: -50px;
    right: -100%;
}

.wrap_marugoto {
    width: 100%;
	transform: translateX(0px);
	justify-content: center;
	padding: 10px 20px 20px 20px;
}
.wrap_marugoto p {
    width: 100%;
}


/* ============================

コーナー紹介768px 更新20231016

=============================*/
.wrap_timeline_231016 {
    margin: 50px 0 0 0;
}


.wrap_timeline_231016 ul li {
    list-style: none;
    list-style-type: none;
    width: 100%;
    margin-bottom: 7%;
    background: #fff;
    display: flex;
    flex-direction: column;
	box-shadow: 0px 0px 9px -5px #000000;
}

.wrap_timeline_231016 ul li img{
    margin: auto;
}
.wrap_timeline_231016 ul li .back_white {
    width: 100%;
    padding: 5%;
    min-height: max-content;
}
.wrap_timeline_231016 ul li .back_white2 {
	width: 100%;
	padding: 4% 2%;
}

.wrap_timeline_231016 ul li .border{
	border: none;
}

.wrap_timeline_231016 ul li .week {
	position: static;
    background: #e97345;
    text-align: center;
    padding: 13px;
    font-size: 94%;
    width: 100%;
    height: 46px;
    z-index: 0;
    display: flex;
    border-radius: 0px;
    color: white;
}

.wrap_timeline_231016 ul li .month {
	position: static;
	width: 100%;
    background: #a2bd51;
    text-align: center;
    color: white;
	height: 30px;
}

	
/* ============================

コーナー紹介768px 更新202410

=============================*/
	.wrap_timeline_231016 ul li{
		flex-wrap: nowrap;
		align-items: center;
	}

	.wrap_timeline_231016 ul li .back_white2,
		.wrap_timeline_231016 ul li .back_white4 {
		width: 100%;
		padding: 5%;
	}

/* 過去企画 */
.old_corner_wrap {
	display: flex;
	background: white;
	width: 100%;
	margin: auto;
	padding: 7% 1%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.old_corner {
	display: flex;
	width: 100%;
}

.tomodacchi_walk img {
	position: absolute;
	width: 16%;
	top: 104%;
	left: 83%;
}

/* ============================

過去の放送 768px

=============================*/
.wrap_grid {
    display: flex;
    flex-wrap: wrap;
}
.wrap_grid > div {
    margin: 10px 1.5%;
    width: 47%;
}
.wrap_grid .item1 {
    width: 100%;
}
.wrap_grid .item1 .wrap_text .title_small.text_left {
    font-size: 130%;
}
.item .play::after {
    width: 40px;
    height: 40px;
}
.item .play::before {
    border: 7px solid transparent;
    border-left: 13px solid #fff;
    left: calc(50% + 5px);
}
.wrap_grid .wrap_text {
    padding: 10px 10px 10px 10px;
}
.wrap_grid .wrap_text .title_small.text_left {
    font-size: 82%;
}
.wrap_info {
    margin: 5px 0 10px 0;
}
.wrap_info time {
    font-size: 70%;
    padding: 0 2% 0 0;
}
.wrap_info i {
    font-size: 65%;
}



/* ============================

公式ツイッター、バナー 768px

=============================*/
.contact .item {
    height: auto;
    margin-bottom: 10px;
}
.contact .item.twitter {
    height: 470px;
}
.contact .item.mail {
    padding: 15px;
}
.contact .item.mail .line_white {
    padding: 15px;
}
.contact .item.mail .line_white a .text_large {
    font-size: 200%;
}
.contact .item.mail .line_white img {
    margin: 10px auto;
    width: 50%;
}
	
	
/* ============================

概要 768px 20230324追加

=============================*/
.overview_mintele {
    background-color:#FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding-top: 4%;
}
.warp_overview_mintele
{
	/* background: #FFFFFF; */
	padding: 0 0;
}
.warp_overview_mintele img {
	margin: auto;
}
.warp_overview_mintele p {
	font-size: 105%;
	width: 95%;
	/* margin: 10% auto; */
}

}/* end 768px */





@media screen and (max-width: 479px) {
/*
============================ sp CSS ============================

SP専用CSS 縦スマホ 480px

================================================================
*/
/*  480px */
	



}/* end 480px */
