@charset "utf-8";
/* ============================

mainvisual 768px

=============================*/
.mainvisual {
    background: url("../img/mv_02.jpg") center top no-repeat;
    max-height: inherit;
    min-height: inherit;
    background-size: auto 100%;
    width: 100%;
    position: relative;
}
.mainvisual::before {
    content: "";
    display: block;
    padding-top: 49%;
}
.mainvisual .onair {
    position: absolute;
    top: 20%;
    display: block;
    left: 6%;
    width: 40%;
}
.mainvisual .onair img {
    max-height: 120px;
    display: block;
    margin: 0;
    height: auto;
}
.mainvisual .wrap_catch {
    display: block;
    bottom: calc(30% - 60px);
    left: 10px;
}
.mainvisual .wrap_catch img {
    height: 23px;
    margin: 0 20px 0 0;
    display: block;
}
/* ============================

ヘッダー余白 768px

=============================*/
.header_space {
    height: 30px;
    width: 100%;
    background: #fff;
    z-index: 1;
}
/* ============================

サイト内nav 768px

=============================*/
.wrap_nav {
    background: #4d4948;
}
.wrap_nav .inner {
    width: 100%;
    padding: 10px 0 0 0;
}
.wrap_nav .wrap_logo {
    text-align: center;
}
.wrap_nav .wrap_logo img {
    display: block;
    margin: 0 auto 10px auto;
}
.wrap_nav .wrap_logo img:first-of-type {
    margin: 10px 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%;
    background: #ffffff;
    color: #4d4948;
    display: inline-block;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
}
.wrap_nav .wrap_logo .onair br {
    display: none;
}
.wrap_nav ul {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.wrap_nav ul li {
    width: 50%;
    border-top: 1px solid #ffffff;
}
.wrap_nav ul li a {
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    transition: 0.3s all;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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

=============================*/
/*
a.view_all {
    color: #000;
    display: block;
    text-align: right;
    margin: -60px 0 0 0;
    font-size: 90%;
    width: 100%;
    position: relative;
}
a.view_all::after {
    display: inline-block;
    transform: rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 0 1px 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
*/
a.view_all {
    display: block;
    text-align: center;
    margin: -65px 0 0 auto;
    font-size: 75%;
    max-width: 100px;
    background: #EDCF6F;
    padding: 6px 0;
    border-radius: 35px;
}
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 0 2px;
}
#yt-wrap {
    width: 100%;
}
.wrap_video .wrap_text {
    width: 100%;
}
.wrap_video .wrap_text .wrap_onair p {
    font-size: 100%;
}
.oa .content {
    background: #fff;
}
.oa .detail {
    padding: 4%;
    font-weight: bold;
}
.oa .date {
    color: #99918f;
    margin-bottom: 2%;
}
.item .title_small.text_left {
    font-size: 110%;
}
.wrap_info time {
    font-size: 70%;
    padding: 0 2% 0 0;
}
.wrap_info i {
    font-size: 65%;
}
.wrap_info i::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(100% - 8px);
}
/* ============================

sns 768px

=============================*/
.wrap_sns {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wrap_sns figure {
    width: 80px;
    align-self: end;
    order: 1;
}
.wrap_sns p {
    margin: 0 20px;
    order: 2;
}
.wrap_sns .wrap_icom {
    order: 2;
    width: 100%;
    margin: 15px auto;
    text-align: center;
}
.wrap_sns .wrap_icom a {
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
.wrap_sns .wrap_icom a i {
    vertical-align: middle;
}
.wrap_sns .wrap_icom a.icom_farm {
    width: 100%;
    display: block;
    margin-top: 10px;
}
/* ============================

出演者 768px

=============================*/
.performer_slide {
    padding: 0;
}
.performer_slide li {
    padding: 0;
}
.performer_slide li .item {
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 9px -5px #000000;
    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: 110%;
}
.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: 13px;
    font-weight: normal;
}
/* ============================

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 {
    display: inline-block;
    transform: rotate(45deg);
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 0 1px 5px;
    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;
    align-items: center;
}
ul.youtube_slick {
    margin: 30px 0px;
    padding: 0;
}
ul.youtube_slick li {
    list-style: none;
}
.youtube .column2 {
    margin: 0 -1% 0 -1%;
}
.youtube .column2 .item {
    width: 46%;
    margin: 0 2%;
}
.youtube .item .wrap_text {
    padding-bottom: 20px;
}
.youtube .item .wrap_text .title_small.text_left {
    font-size: 110%;
    color: #fff;
}
.youtube .item a:hover {
    color: #000000;
}
#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;
}
/* ============================

過去の放送 768px

=============================*/
.wrap_grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.wrap_grid > div {
    margin: 10px 1.5%;
    width: 47%;
    background: #ffffff;
    box-shadow: 0px 0px 9px -5px #000000;
}
.wrap_grid .item1 {
    width: 100%;
}
.wrap_grid .item1 .wrap_text .title_small.text_left {
    font-size: 130%;
    font-weight: bold;
}
.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: 100%;
    font-weight: bold;
}
.wrap_grid .wrap_text .oaDate {
    font-size: 80%;
}

/* ============================

公式ツイッター、バナー 768px

=============================*/
.wrap_item.column2 {
    margin: 0;
}
.wrap_item.column2.contact > .item {
    width: 100%;
}
.bnr.wrap_item.column3 .item {
    width: 100%;
}
.contact .item.twitter {
    overflow-y: auto;
    height: 350px;
}
.contact .item.online img {
    max-width: 100%;
    display: block;
    height: auto;
}
a.bn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
/*---sns---*/
.andsaunaSns {
    position: relative;
}
.andsaunaSns .snsWrap {
    background: url("../../common/img/andsauna_sns.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    padding-top: 30.3%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    transition: transform .8s;
    transform: translateY(100%);
    transform-origin: bottom right;
}
.andsaunaSns .snsWrap.show {
	transform: translateY(0);
}
.andsaunaSns ul {
	display: flex;
	justify-content: space-around;
	width: 58%;
	position: absolute;
	top: 21%;
	left: 10.4%;
}
.andsaunaSns a {
    display: block;
    font-size: 9.3vw;
    color: #f4d05a;
    -webkit-text-fill-color: #f4d05a;
    -webkit-text-stroke-width: 0.4vw;
    -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;
}
#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: 110%;
    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;
    opacity: .4;
}
#about .content p {
    font-size: 100%;
}
.youtube.bottom {
    padding: 0;
    position: relative;
    color: #000;
}
.youtube.bottom .item .wrap_text .title_small.text_left {
    font-size: 90%;
    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 li {
    position: relative;
    width: 100%;
    margin-left: 2%;
    background: #fff;
    margin: 30% 0 15%;
    padding: 25% 5% 10%;
    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: -25%;
    width: 50%;
    /* 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;
}
a.cast_insta {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.cast_insta i {
    margin-right: 0.5em;
}
/****下層ページ-library-****/
.caution {
    line-height: 1.5;
}
#backNum ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 4% 0;
}
#backNum ul::after{
    content:"";
    width: 46%;
}
#backNum ul li {
    width: 46%;
    background: #fff;
    text-align: center;
    margin: 2%;
    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: 6% 0;
    display: flex;
    flex-direction: column-reverse;
    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: 100%;
    margin: 0% auto;
}
.detailCont {
    line-height: 1.6;
    font-size: 3.8vw;
    margin: 4% 0;
}
.library .oaDate {
    font-size: 4vw;
    margin: 2% 0;
}
.library .mapCont {
    display: none;
}
.library .ttl {
    font-size: 170%;
    font-weight: bold;
    line-height: 1.3;
}
.library .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4% 0 8%;
}
.library a.gmbtn {
    display: block;
    width: 45%;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    margin-right: 1em;
}
.library a.offibtn {
    display: block;
    width: 45%;
    background: #0084E5;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 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: 30px;
    padding: 0.6em 0.7em;
    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;
}