@charset "utf-8";
/* CSS Document */
/* ============================

inview.js設定

=============================*/
/* 単一効果 */
.fadein_single {
    opacity: 0;
}
.effect_single {
    animation-name: effect_anime;
    opacity: 1;
    transition: 0.5s;
}
/* ============================

mainvisual

=============================*/
/*
.mainvisual {
    background: url("../img/mv_01.jpg?220622") center top no-repeat;
    background-size: cover;
    max-height: 700px;
    width: 100%;
    position: relative;
    min-height: 440px;
}
.mainvisual::before {
    content: "";
    display: block;
    padding-top: 38%;
}
*/
.mainvisual {
    background: url("../img/mv_02.jpg") center top no-repeat;
    background-size: cover;
    max-height: 700px;
    width: 100%;
    position: relative;
    min-height: 440px;
}
.mainvisual::before {
    content: "";
    display: block;
    padding-top: 37%;
}
.mainvisual .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 389px;
    width: 25%;
}
.mainvisual .logo img {
    max-width: 100%;
    display: block;
    height: auto;
}
.mainvisual .onair {
    display: flex;
    width: 23%;
    position: absolute;
    left: 11%;
    top: 20%;
}
.mainvisual .onair img {
    /* height: 80px; */
    /* margin: 0 20px 0 0; */
}
.mainvisual .wrap_catch {
    display: flex;
    position: absolute;
    bottom: 25px;
    left: 30px;
}
.mainvisual .wrap_catch img {
    height: 29px;
    margin: 0 20px 0 0;
}
/* ============================

サイト内nav

=============================*/
.wrap_nav {
    background: #4d4948;
}
.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;
    height: auto;
}
.wrap_nav .wrap_logo .onair {
    background: #ffffff;
    padding: 10px;
    color: #4d4948;
    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;
    display: flex;
    align-items: center;
}
/* ============================

次回放送

=============================*/
/*
a.view_all {
    display: block;
    text-align: right;
    margin: -60px 0 0 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;
}
*/
a.view_all {
    display: block;
    text-align: center;
    margin: -70px 0 0 auto;
    font-size: 90%;
    max-width: 160px;
    background: #edcf6e;
    padding: 8px;
    border-radius: 34px;
}
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;
}

.oa .content {
    display: flex;
    background: #ffffff;
}
.imgCont {
    max-width: 780px;
}
.oa .detail {
    background: #fff;
    padding: 20px;
    font-weight: bold;
    max-width: calc(100% - 780px);
    min-width: 30%;
    align-self: center;
}
.imgCont img {
    vertical-align: bottom;
}
.date {
    color: #99918f;
    margin-bottom: 15px;
    font-size: 100%;
}
/* YouTube */
#yt-wrap {
    max-width: 780px;
    width: 70%;
    align-self: center;
}
#yt-block {
    margin: 0;
    position: relative;
}
.videoWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    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;
}
/* ============================

YouTube

=============================*/
.youtube {
    padding: 0;
    position: relative;
    color: #fff;
}
/*
.youtube a.view_all {
    color: #fff;
    display: block;
    text-align: right;
    margin: -60px 0 0 0;
    font-size: 90%;
    width: 100%;
    position: relative;
}
.youtube a.view_all::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
*/

.youtube .inner {
    position: relative;
    z-index: 1;
}
.youtube .inner .cat {
    position: absolute;
    right: -80px;
    bottom: 20px;
    width: 100px;
}
.youtube .title_middle {
    position: relative;
    display: flex;
    width: 40%;
    align-items: center;
}
ul.youtube_slick {
    margin: 30px 0px 0;
    padding: 0;
}
ul.youtube_slick li {
    list-style: none;
}
.youtube .column2 {
    margin: 0 -1% 0 -1%;
}
.youtube .column2 .item {
    width: 23%;
}
.youtube .item .wrap_text {
    padding-bottom: 10px;
}
.youtube .item .wrap_text .title_small.text_left {
    font-size: 110%;
    color: #fff;
}
.youtube .item a:hover {
    color: #000000;
}
.wrap_info {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.wrap_info time {
    font-size: 90%;
    padding: 0 5% 0 0;
}
.wrap_info i {
    margin: 0;
    padding: 6px;
    position: relative;
    z-index: 2;
}
.wrap_info i::before {
    width: 18px;
    height: 18px;
    display: block;
    content: "";
    transform: rotate(45deg);
    left: calc(100% - 10px);
    top: calc(50% - 9px);
    position: absolute;
    background: inherit;
    z-index: -1;
}
.category .youtube .btn::after {
    content: "";
    border-right: 2px solid #4DAFA0;
    border-bottom: 2px solid #4DAFA0;
    height: 10px;
    width: 10px;
    margin: 0 0 3px 10px;
    transform: rotate(45deg);
    display: inline-block;
}
.category .youtube .btn.open::after {
    margin: 0 0 0 10px;
    transform: rotate(-135deg);
}
/* ============================

sns

=============================*/
.wrap_sns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_sns figure {
    width: 80px;
    align-self: end;
}
.wrap_sns p {
    margin: 0 20px;
}
.wrap_sns .wrap_icom {
    display: flex;
    align-items: center;
}
.wrap_sns .wrap_icom a {
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
.wrap_sns .wrap_icom a.icom_farm {
    width: 175px;
    display: inline-block;
    margin: 0 10px;
    display: flex;
}
.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: #f4cf5c;
    padding: 0;
    color: #ffffff;
    text-align: center;
    position: relative;
    display: block;
}
.performer_slide li a.item.title:hover {
    background: #3c2300;
}
.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;
}
/* ============================

過去の放送

=============================*/
.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: 30px -0.85% 30px;
}
.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_grid .wrap_text .wrap_info {
    position: static;
    margin: 10px 0;
}
.wrap_grid .wrap_text .wrap_detail {
    display: none;
}
.wrap_grid .wrap_text .oaDate {
    font-size: 90%;
}
/* modal */
.modal .modalInner .wrap_info {
    position: static;
}
.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);
}
/* ============================

公式ツイッター、バナー

=============================*/
.icon_sns {
    width: 30px;
    margin: 0 5px -2px 0;
}
.contact .item.twitter {
    overflow-y: auto;
    height: 470px;
}
.contact .item.online img {
    max-width: 100%;
    display: block;
    height: auto;
}
.bnr.wrap_item.column3 .item {
    margin-bottom: 20px;
}
.bnr.wrap_item.column3 .item img {
    height: auto;
}
a.bn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}


/*---sns---*/
.andsaunaSns {
    position: relative;
}
.andsaunaSns .snsWrap {
    background: url("../../common/img/andsauna_sns.png");
    width: 328px;
    height: 144px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    transition: transform .8s;
    transform: translateY(100%);
    transform-origin: bottom right;
}
.andsaunaSns .snsWrap.show {
	transform: translateY(0);
}
@media screen and (max-width:1440px){
	.andsaunaSns .snsWrap {
		transform: scale(0.75) translateY(100%);
	}
	.andsaunaSns .snsWrap.show {
		transform: scale(0.75) translateY(0);
	}
}
.andsaunaSns ul {
	display: flex;
	justify-content: space-around;
	width: 62%;
	position: absolute;
	top: 25%;
	left: 9.1%;
}
.andsaunaSns a {
    display: block;
    font-size: 40px;
    margin-right: 5px;
    color: #f4d05a;
    -webkit-text-fill-color: #f4d05a;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #4c4948;
    text-decoration: none;
}
footer {
    position: relative;
    z-index: 999;
}
footer .btnPagetop {
	display: none !important;
}


/****下層ページ-共通-****/
h2.ttl {
    text-align: center;
    font-size: 200%;
    margin-bottom: 40px;
}
span.sub {
    display: block;
    font-size: 50%;
    color: #99918f;
    letter-spacing: 2px;
    line-height: 1.3;
}
#contentWrap {
    background: #fff;
    padding: 4% 4% 6%;
}
/****下層ページ-about-****/
#about .content {
    line-height: 1.7;
    font-size: 20px;
    margin-top: 20px;
    text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff;
    position: relative;
}
#about .content .ttl {
    font-size: 160%;
    margin-bottom: 30px;
    font-weight: bold;
}
#about .content > * {
    position: inherit;
    z-index: 1;
}
#about .content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    right: 0;
    background: url("../img/about_bg.png") no-repeat center right;
    background-size: contain;
    z-index: 0;
}
#about .content p {
    font-size: 90%;
}
.youtube.bottom {
    padding: 0;
    position: relative;
    color: #000;
}
.youtube.bottom .item .wrap_text .title_small.text_left {
    font-size: 110%;
    color: #000;
}
/*
.youtube.bottom a.view_all {
    color: #000;
    display: block;
    text-align: right;
    margin: -60px 0 0 0;
    font-size: 90%;
    width: 100%;
    position: relative;
}
.youtube.bottom a.view_all::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
*/

.youtube .item a:hover {
    color: #000000;
}
/****下層ページ-cast-****/
#cast ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cast ul::after{
    content:"";
    display: block;
    width:31.3%;
}
#cast li {
    position: relative;
    width: 31.3%;
    margin-left: 2%;
    background: #fff;
    margin: 12% 0 6%;
    padding: 15% 3% 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#cast li:first-of-type {
    margin-left: 0;
}
#cast li .phCont {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
#cast li figure {
    position: absolute;
    top: -23%;
    width: 80%;
    overflow: hidden;
    margin: 0;
}
#cast li .nameCont {
    width: 100%;
    font-size: 30px;
    text-align: center;
}
#cast .name {
    font-weight: bold;
    line-height: 1.3;
}
#cast .role {
    font-size: 50%;
    color: #707070;
}
#cast .role + a {
    font-size: 50%;
    display: block;
    margin-top: .5em;
}
#cast .detail {
    line-height: 1.8;
    margin-bottom: 20px;
    /* display: flex; */
    height: 16em;
}
a.cast_insta {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.cast_insta i {
    margin-right: 0.5em;
}
#cast li .phCont2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/****下層ページ-library-****/
.caution {
    text-align: center;
    margin-bottom: 20px;
}
#backNum ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#backNum ul::after{
    content:
    "";
    width: 18.5%;
}
#backNum ul li {
    width: 18.5%;
    background: #fff;
    text-align: center;
    margin: 0% 0 1.5%;
    box-shadow: 1px 1px 6px 1px #cfcfcf;
}
#backNum ul li a {
    display: block;
    width: 100%;
    color: #3e3e3e;
    padding: 5%;
}
#backNum ul li a:hover {
    color: #fff;
    background: #4d4948;
}
#contentWrap.library {
    background: #eeeeee;
    padding: 0% 0% 0%;
}
.library li {
    background: #fff;
    padding: 4%;
    margin: 1% 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.library .ytContWrap {
    width: 50%;
}
.library .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
.library .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.library .detailContWrap {
    width: 50%;
    margin: 0 auto 0 0;
    padding-right: 4%;
}
.library .oaDate {
    padding-top: 6%;
}
.library .mapCont {
    display: none;
}
.library .ttl {
    font-size: 200%;
    font-weight: bold;
}
.library .link {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 2% 0 4%;
}
.library a.gmbtn {
    display: block;
    width: 35%;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    margin-right: 1em;
}
.library a.offibtn {
    display: block;
    width: 35%;
    background: #0084E5;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
}
/*
.library a.learn_more {
	max-width: 180px;
	padding: 5px;
	display: block!important;
	background: #fc6665;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	margin: 2% auto 0;
}
*/
/*ページャー*/
#js-pager {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
#js-pager .pager, #js-pager ol {
    display: flex;
    justify-content: center;
}
#js-pager .pager > a, #js-pager ol li {
    margin: 0 2px;
    background: #fff;
    padding: 0;
}
#js-pager a {
    font-family: 'Questrial', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    min-width: 40px;
    padding: 0.7em 0.9em;
    border: 1px solid #eee;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#js-pager a:hover {
    opacity: 1;
    background: #f9e7ac;
    color: #000;
}
#js-pager .is-current a {
    background: #f4d05a;
    border: 1px solid transparent;
}
@media screen and (max-width: 1100px) {
    .library li {
        background: #fff;
        margin: 1% 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .library .ytContWrap {
        width: 100%;
    }
    .library .ytCont {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        order: 1;
    }
    .library .ytCont iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .library .detailContWrap {
        width: 80%;
        margin: 0% auto;
    }
    .library .oaDate {
        padding-top: 6%;
    }
    .library .mapCont {
        display: none;
    }
    .library .ttl {
        font-size: 200%;
        font-weight: bold;
    }
    .library .link {
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 2% 0 4%;
    }
    .library a.gmbtn {
        display: block;
        width: 35%;
        background: #4CAF50;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        padding: 5px 0;
        margin-right: 1em;
    }
    .library a.offibtn {
        display: block;
        width: 35%;
        background: #0084E5;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        padding: 5px 0;
    }
}
@media screen and (max-width:1024px) {
    #about .content:before {
        opacity: .4;
    }
    #about .content .ttl {
        font-size: 160%;
        margin-bottom: 30px;
        font-weight: bold;
    }
    #cast ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #cast li {
        position: relative;
        width: 48%;
        margin-left: 2%;
        background: #fff;
        margin: 12% 0 8%;
        padding: 15% 3% 6%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #cast li:first-of-type {
        margin-left: 0;
    }
    #cast li .phCont {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    #cast li figure {
        position: absolute;
        top: -23%;
        width: 56%;
        overflow: hidden;
        margin: 0;
    }
}
@media screen and (max-width: 1199px) {
    #yt-wrap {
        width: 60%;
    }
    .wrap_video .wrap_text {
        width: 40%;
        max-width: inherit;
    }
}
@media screen and (max-width: 1023px) {
    /*
============================ TB CSS ============================

TB専用CSS ipadpro 1024px

================================================================
*/
    /* ============================

mainvisual 1024px

=============================*/
    .mainvisual .onair {
        left: 8%;
        top: 16%;
        width: 30%;
    }
    .mainvisual .onair img {
        height: auto;
    }
    .mainvisual .wrap_catch {
        display: block;
        bottom: 12px;
        left: 30px;
    }
    .mainvisual .wrap_catch img {
        height: 30px;
        margin: 0 20px 10px 0;
        display: block;
    }
    /* ============================

サイト内nav 1024px

=============================*/
    .wrap_nav .inner {
        justify-content: center;
    }
    .wrap_nav .wrap_logo {
        width: 100%;
        text-align: center;
    }
    /* ============================

公式ツイッター、バナー　1024px

=============================*/
    .contact .item.twitter {
        overflow-y: auto;
        height: 350px;
    }
} /* end 1024px */