@charset "utf-8";


/* ==========================================================
 hero-cmn
========================================================== */
.hero-program-01,.hero-cmn-subpage {
	background: url(../img/common/bg.gif);
}

@media screen and (max-width: 767px) {
  .hero-program-01,.hero-cmn-subpage {
		background: url(../img/common/bg.gif);
  }
}

/* ==========================================================
 木下部長とボク
========================================================== */
.gDef-wrapper {
	position: relative;
}

.top_bnr {
	width: 100%;
}

.nav-program {
	background-color: #58b5d1;
}

.nav-program a.is-active:after {
    background-color: #fff100;
}

@media screen and (min-width: 768px) {
  .nav-program a:after {
    background-color: #fff100;
  }
  .nav-program a:hover:after {
    background-color: #fff100;
  }
  .hero-program-01 .inner {
    max-width: 1024px;
  }
}

.ttl-cmn-01:before {
	background-color: #58b5d1;
}

.box-advertising-area {
	align-items: normal;
}

h3 {
	padding-bottom: 1%;
	margin-bottom: 2%;
	color: #58b5d1;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.box-staff-01 .name-01,.fig-cmn-01 .caption-01 {
	color: #58b5d1;
}

.caption-01 {
	text-align: center;
}

/* 音楽情報
---------------------------------------------------------- */
.music img {
	float: left;
	margin-right: 3%;
	max-width: 220px;
}
.music a {
	margin-top: 2%;
}
h4 {
	font-size: 1.2rem;
	color: #58b5d1;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.music {
		text-align: center;
	}
	.music img {
		float: none;
		margin-bottom: 1%;
	}
	h4 {
		font-size: 1rem;
	}
}

.music {
margin: 0 auto;
text-align: center;
}

/* スタッフ
---------------------------------------------------------- */
.table-staff-01 td {
	font-size: 16px;
}

.table-staff-01 td .other {
	font-size: 90%;
}

@media screen and (max-width: 767px) {
	.table-staff-01 td {
		font-size: 14px;
	}
	.table-staff-01 td .other {
		display: block;
  }
}


/* DVD情報
---------------------------------------------------------- */
.dvd-img {
	float: right;
}

.dvd-info {
	width: 75%;
	margin-bottom: 2%;
}
.dvd-info dt {
	float: left;
	width: 15%;
	margin-bottom: 1%;
}
.dvd-info dt::before {
	content: "■ ";
}
.dvd-info dd {
	margin-left: 15%;
	margin-bottom: 1%;
}
.dvd-info dd li::before {
	content: "・";
}
.dvd-info dd li {
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 767px) {
	.dvd-img {
		text-align: center;
		float: none;
		padding-bottom: 4%;
	}
	.dvd-info {
		width: 95%;
		margin: 0 auto 3%;
	}
	.dvd-info dt {
		float: none;
		width: 100%;
	}
	.dvd-info dd {
		margin-left: 1em;
	}
}

/* .popup
---------------------------------------------------------- */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
}

.popup::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.popup_box {
    width: 100vw;
    height: 100vh;
		position: relative;
		z-index: 100;
}

.popup .inner {
    width: 93.75%;
    height: 96%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 3% auto;
    padding: 0 12% 4%;
    background-color: #fff;
		border-radius: 20px;
}

.popup .close_btn a {
	  width: 56px;
		height: 56px;
		border-radius: 50%;
		background: #58b5d1;
    display: block;
    margin: 10% -8% 5% auto;
}

@media screen and (min-width:768px) {
    .popup_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .popup .inner {
        width: 93.75%;
        max-width: 800px;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 3% 9.09%;
        margin: auto;
    }

    .popup .close_btn a {
        margin: 0 -7% 0 auto;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .popup .close_btn a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (min-width:1100px) {
		.popup .close_btn a {
				margin: 0 0 0 auto;
				-webkit-transition: 0.2s ease;
				transition: 0.2s ease;
			}
    .popup .inner {
        padding: 50px;
    }
}

.popup ::-webkit-scrollbar {
    width: 20px;
}
.popup ::-webkit-scrollbar-track {
  border-radius: 0 20px  20px 0;
	background: #eee;
}
.popup ::-webkit-scrollbar-thumb {
  background-color: #58b5d1;
  border-radius: 20px;
}


/* キャスト／ストーリー
---------------------------------------------------------- */
.cast figure,.story figure {
	text-align: center;
}

.cast figure img,.story figure img {
	margin-bottom: 2%;
}

.story figure img {
	background-color: #f4f4f4;
	padding: 1.5%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	width: 100%;
	max-width: 320px;
}

.cast figurecaption h4 span,.story figurecaption h4 span {
	font-size: 0.8em;
	color: #000;
	padding-left: 1em;
}

.cast p,.story p {
	margin: 2% auto;
	padding-top: 2%;
	border-top: 1px dotted #000;
}

.container_story {
	display: flex;
	margin-top: 1%;
	flex-wrap: wrap;
}

.h4_guest {
	border-bottom: 1px dotted #000;
}

.guest {
	align-self: stretch;
	margin: 2% 2%;
}

figure.guest {
 width: 100%;
}

@media screen and (min-width:1100px) {
		figure.guest {
	 	width: calc(340px - 4%);
	 }
}

.guest img {
	width: 145px!important;
}

.stretch {
	align-self: stretch;
}

.story .guest p {
	text-align: left;
	margin-top: 0px!important;
}
