@charset "utf-8";


/* ==========================================================
 hero-cmn
========================================================== */
.hero-program-01,.hero-cmn-subpage {
	background: url(../img/common/bg.png) #cccccc;
    background-size: contain;}


/* ==========================================================
 結界師
========================================================== */
.gDef-wrapper {
	position: relative;
}
.hero-program-01 img {
    width: 100%;
}
.nav-program {
	background-color: #09b6ff;
}

.nav-program a.is-active:after {
    background-color: #de002b;
}

@media screen and (min-width: 768px) {
  .nav-program a:after {
    background-color: #f9c450;
  }
  .nav-program a:hover:after {
    background-color: #f9c450;
  }
  .hero-program-01 .inner {
    max-width: 1055px;
  }
}

.ttl-cmn-01:before {
	background-color: #de002b;
}

.box-advertising-area {
	align-items: normal;
}

h3 {
	padding-bottom: 1%;
	margin-bottom: 2%;
	color: #de002b;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.box-staff-01 .name-01,.fig-cmn-01 .caption-01 {
	color: #de002b;
}


@media screen and (min-width: 768px) {

.line_img {
	overflow: hidden;
  /* width: 195.5px;
  height: 110px; */
	}
.line_img img {
	display: block;
	transition-duration: 0.3s;
}

.fig-cmn-01:hover .line_img img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.fig-cmn-01 .caption-01 {
    width: 17em;
}

}

@media screen and (min-width: 768px) {
.fig-cmn-01 {
	display: flex;
}

.caption-01 {
	margin-left: 5%;
}
}

.sec-cmn-01 + .sec-cmn-01 {
    border-top: none!important;
}

.sec-cmn-01 {
    padding-bottom: 0px!important;
}

@media screen and (max-width: 767px) {
.sec-cmn-01 {
	  padding-top: 10px!important;
    padding-bottom: 0px!important;
}
}

.container a {
	text-align: center;
}

.date {
/*  display: block;*/
    padding: 1% 2%;
  margin: 3% 0 1%;
  background-color: #de002b;
  font-size: 0.7em;
  font-weight: bold;
  color: #FFF;
  width: 9em;
	}

.story .date {
  padding: 0.5% 0;
  margin: 1% auto 3%;
  font-size: 1em;
  width: 8.5em;
	}


.popup_title {
	margin: 3vh auto!important;
	border-top:none!important;
}
/* .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: #de002b;
    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: #de002b;
  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;
}

.story figurecaption h4 span {
	font-size: 0.8em;
	color: #000;
	padding-left: 1em;
}

.story_txt {
	margin: 2% auto;
	padding: 5% 0;
	border-top: 1px dotted #000;
}

.container_story {
	display: flex;
	margin-top: 1%;
	flex-wrap: wrap;
}

.stretch {
	align-self: stretch;
}

.story .guest p {
	text-align: left;
	margin-top: 0px!important;
}

.item {
		width: 42%;
    margin: 2% 0;
    background-color: #FFF;
    padding: 18px 10px;
	}

.story_itembox {
    display: flex;
		flex-wrap: wrap;
    justify-content: space-around;
		margin: 0 0 3%;
		padding-top: 5%;
		background-color: #EEE;
		padding: 10px 0;
}

.caption-02 {
  margin: 3vh auto;
}

.title {
font-weight: bold;
    color: #000!important;
    line-height: 1.3;
    font-size: 14px;
    display: block;
width: 100%;
	}

.story .title {
  font-size: 1.4em;
}

.story_pagenamber {
	width: 100%;
  margin: 2% 0 10%;
}

.story_pagenamber ul {
  display: flex;
    justify-content: space-around;
    width: 20%;
    margin: 0 auto;
	}

.story_pagenamber li a{
display: inline-block;
    text-decoration: none;
    transition: .4s;
    padding: 10px 0;
    background-color: #DDD;
    width: 3em;
    text-align: center;
	}

.story_pagenamber li a:hover {
  background: #de002b;
  color: #FFF;
}

@media screen and (max-width: 767px) {
.story_pagenamber li a{
margin: 0 6px;
	}

}

.now {
    background-color: #de002b!important;
		color :#FFF!important;
}

@media screen and (max-width: 767px){
h4 {
    font-size: 1rem;
}
}

h4 {
    font-size: 1.2rem;
    color: #de002b;
    font-weight: bold;
    margin-bottom: 2%;
}
.castvoice {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.castvoice_h4 {
    font-size: 1.2rem;
    color: #de002b;
    font-weight: bold;
    margin: 2% 0;
	border-bottom: 1px dotted #000;
}

.castvoice p {
	align-self: stretch;
	margin: 2% 2%;
}

.story_end {
    width: 42%;
    margin: 2% 0;
		padding: 18px 10px;
}
