@charset "utf-8";


/* ==========================================================
 hero-cmn
========================================================== */
.hero-program-01,.hero-cmn-subpage {
	background: url(../img/common/bg.jpg);
    background-size: cover;
    background-position: bottom;

}

@media screen and (max-width: 767px) {
  .hero-program-01,.hero-cmn-subpage {
	background: url(../img/common/bg.jpg);
    background-size: cover;
    background-position: bottom;
  }
}

/* ==========================================================
 犬夜叉
========================================================== */
.pc {
    display: none;
}

.gDef-wrapper {
	position: relative;
}

.nav-program {
	background-color: #000000;
}

.nav-program a.is-active:after {
    background-color: #680065;
}

.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex_item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }

  .nav-program a:after {
    background-color: #FFF;
  }
  .nav-program a:hover:after {
    background-color: #FFF;
  }
  .hero-program-01 .inner {
    max-width: 1500px;
  }
	.hero-program-01 figure img{
		width: 100%;
	}	
    
    .flex_item {
        width: 49%;
    }
}

.ttl-cmn-01:before {
	background-color: #680065;
}

.box-advertising-area {
	align-items: normal;
}

h3 {
	padding-bottom: 1%;
	margin-bottom: 2%;
	color: #680065;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.box-staff-01 .name-01,.fig-cmn-01 .caption-01 {
	color: #680065;
}

.caption-01 {
	text-align: center;
}

.summary {
	margin-left: 0;
}

.btn_summary {
 	display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #555;
  background-color: #EEE;
  transition: .4s;
}

.btn_summary:hover {
  color: #FFF;
  background-color: #680065;
}



/* 音楽情報
---------------------------------------------------------- */
.final_music {
	width: 90%;
	margin: 0 auto;
}
.music {
margin: 0 auto;
text-align: center;
}

.music p{
align-self: stretch;
}

.music img {
	margin-right: 3%;
}
.music a {
	margin-top: 2%;
}
.music figure {
	display: flex;
}

h4 {
	font-size: 1.2rem;
	color: #680065;
	font-weight: bold;
}

h5 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
	margin: 5% 0 2% 1%;
	border-bottom: solid 2px #680065;
}

@media screen and (max-width: 767px) {
	.music {
		text-align: center;
	}
	.music img {
		float: none;
		margin-bottom: 1%;
	}
	h4 {
		font-size: 1rem;
	}

.music figure {
	display: block;
}
}

.music figcaption {
	margin: 0 auto;
	width: 40%;
}

.op {
	width: 150px;
	height: 200px;
}

.ed {
	width: 150px;
	height: 100px;
}

/* スタッフ
---------------------------------------------------------- */
.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;
  }
}

.damy {
	width: 485.68px;
}

/* DVD情報
---------------------------------------------------------- */
.dvd-img {
	float: right;
}

.dvd-info {
	width: 75%;
	margin-bottom: 2%;
}
.dvd-info dt {
	float: left;
	width: 16%;
	margin-bottom: 1%;
}
.dvd-info dd dl {
float :left;
width: 84%;
}
.dvd-info dd dt {
	clear: both!important;
	width: auto!important;
}
.dvd-info dd dd {
	clear: both!important;
}
.dvd-info dt::before {
	content: "■ ";
}
.dvd-info dd {
	margin-bottom: 1%;
}
.dvd-info dd li::before {
	content: "・";
}
.dvd-info dd li {
	text-indent: -1em;
	margin-left: 6em;
}
.dvd-info dd dt::before {
	content: ""!important;
}

@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;
	}
.dvd-info dd li {
	margin-left: 1em;
}
}

.dvd {
	clear: both;
	width: 10em;
    display: block;
}
/* .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: #680065;
    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: #680065;
  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;
}


/* リンク
---------------------------------------------------------- */
#link .box-col-01 {
    flex-wrap: wrap;
}

.btn-link-all {
margin: 0 0.5rem 0.5rem 0!important;
}

/* バナー
---------------------------------------------------------- */
.bnr a {
    margin: 0 auto;
}

.bnr a:hover {
 opacity: 80%;   
}

.bnr img {
    width: 100%;
}
