@charset "UTF-8";
/* css Staff [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* Movie */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_movie {
	margin: 0 auto;
	height: auto;
}

.waku_movie .photo_movie {
	margin: 0 auto;
	height: auto;
}

/*== img ==*/
.waku_movie .photo_movie img {
	padding: 0;
	margin: 0;
	width: 100%;
}

.waku_movie .photo_movie video {
	padding: 0;
	margin: 0;
	width: 100%;
}

/*== h3 ==*/
.waku_movie h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0.07em;
}

/*---------------------------------------------------- */
/* Interview */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	margin: 0 auto;
	height: auto;
}

.waku_interview article {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

/*== img ==*/
.photo_interview {
	padding: 0;
	margin: 0;
	width: 100%;
}

.photo_interview figure {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.photo_interview figure img {
	width: 100%;
	height: 100%;
}

.photo_interview a figure:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(24, 32, 113, .4);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	display: block;
}

.photo_interview a figure:hover:before {
	opacity: 1;
}

.photo_interview figcaption {
	position: absolute;
    bottom: 0;
	left: 0;
    background: rgba(255,255,255,.92);
	color: #019dd5;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
}

/*== textBox ==*/
.interview_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h4 ==*/
.interview_box h4 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

/*== sub-title ==*/
.interview_box .sub-title {
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.interview_box .sub-title p {
	border-bottom: solid 1px #019dd5;
	padding: 0;
	margin: 0;
	float: left;
	color: #019dd5;
	font-weight: 600;
	text-align: left;
	line-height: 1.0;
}

/*== h5 ==*/
.interview_box .name-title {
	padding: 0;
	margin: 0;
	height: auto;
}

.interview_box .name-title h5 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
}

.interview_box .name-title h5 small {
	color: #6d6e6f;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.waku_btn2 .btn_detail a {
	margin: 0 auto;
	height: auto;
	display: block;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background-color: #32a7f1;
}

.waku_btn2 .btn_detail a:hover {
	text-decoration: none;
	background-color: #5ac9fc;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	padding: 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Movie */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_movie {
	padding: 0 0 25px 0;
	width: 100%;
}

.waku_movie .photo_movie {
	padding: 0 0 15px 0;
	width: 70%;
}

/*== h3 ==*/
.waku_movie h3 {
	font-size: 27px;
	text-align: center;
	line-height: 1.7;
}

/*---------------------------------------------------- */
/* Interview */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	padding: 0;
	width: 100%;
}

.waku_interview article {
	padding: 10px 0 15px 0;
	margin: 0 1.5%;
	width: 29.7%;
}

/*== img ==*/
.photo_interview {
	max-height: 200px;
}

.photo_interview figcaption {
    padding: 12px 16px 10px 16px;
	font-size: 12px;
}

/*== textBox ==*/
.interview_box {
	padding-top: 15px;
	width: 98%;
}

/*== h4 ==*/
.interview_box h4 {
	margin-bottom: 20px;
	font-size: 19px;
}

/*== sub-title ==*/
.interview_box .sub-title {
	margin-bottom: 6px;
}

.interview_box .sub-title p {
	padding-bottom: 3px;
	font-size: 14px;
}

/*== h5 ==*/
.interview_box .name-title {
	margin-bottom: 12px;
}

.interview_box .name-title h5 {
	font-size: 16px;
}

.interview_box .name-title h5 small {
	font-size: 13px;
	display: block;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding-top: 12px;
	width: 98%;
}

.waku_btn2 .btn_detail a {
	padding: 12px 0;
	width: 100%;
	font-size: 14px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
.sectMain .waku_sect2 {
	padding: 0;
	width: 98%;
}

/*---------------------------------------------------- */
/* Movie */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_movie {
	padding: 0 0 20px 0;
	width: 100%;
}

.waku_movie .photo_movie {
	padding: 0 0 12px 0;
	width: 80%;
}

/*== h3 ==*/
.waku_movie h3 {
	font-size: 23px;
	text-align: center;
	line-height: 1.6;
}

/*---------------------------------------------------- */
/* Interview */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	padding: 0;
	width: 100%;
}

.waku_interview article {
	padding: 8px 0 12px 0;
	margin: 0 1.2%;
	width: 30.0%;
}

/*== img ==*/
.photo_interview {
	max-height: 180px;
}

.photo_interview figcaption {
    padding: 11px 14px 9px 14px;
	font-size: 11px;
}

/*== textBox ==*/
.interview_box {
	padding-top: 12px;
	width: 98%;
}

/*== h4 ==*/
.interview_box h4 {
	margin-bottom: 18px;
	font-size: 18px;
}

/*== sub-title ==*/
.interview_box .sub-title {
	margin-bottom: 5px;
}

.interview_box .sub-title p {
	padding-bottom: 2px;
	font-size: 13px;
}

/*== h5 ==*/
.interview_box .name-title {
	margin-bottom: 10px;
}

.interview_box .name-title h5 {
	font-size: 15px;
}

.interview_box .name-title h5 small {
	font-size: 12px;
	display: block;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding-top: 10px;
	width: 98%;
}

.waku_btn2 .btn_detail a {
	padding: 10px 0;
	width: 100%;
	font-size: 13px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Sect */
/*---------------------------------------------------- */
/*== Waku ==*/
.sectMain .waku_sect2 {
	padding: 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Movie */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_movie {
	padding: 0 0 15px 0;
	width: 100%;
}

.waku_movie .photo_movie {
	padding: 0 0 12px 0;
	width: 90%;
}

/*== h3 ==*/
.waku_movie h3 {
	font-size: 19px;
	text-align: center;
	line-height: 1.5;
}

/*---------------------------------------------------- */
/* Interview */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_interview {
	padding: 0;
	width: 100%;
}

.waku_interview article {
	padding: 12px 0 12px 0;
	margin: 0 0.5%;
	width: 96.0%;
	overflow: hidden;
	border-top: dotted 2px #dedede;
}

.waku_interview article:first-child {
	border-top: none;
}
	
/*== img ==*/
.photo_interview {
	width: 36%;
	max-height: 160px;
	display: inline-block;
	float: left;
}

.photo_interview figcaption {
    padding: 10px 12px 8px 12px;
	font-size: 10px;
}

/*== textBox ==*/
.interview_box {
	padding-top: 0;
	margin-left: 3%;
	width: 60%;
	display: inline-block;
	float: left;
}

/*== h4 ==*/
.interview_box h4 {
	margin-bottom: 15px;
	font-size: 17px;
}

/*== sub-title ==*/
.interview_box .sub-title {
	margin-bottom: 4px;
}

.interview_box .sub-title p {
	padding-bottom: 2px;
	font-size: 13px;
}

/*== h5 ==*/
.interview_box .name-title {
	margin-bottom: 0;
}

.interview_box .name-title h5 {
	font-size: 15px;
}

.interview_box .name-title h5 small {
	margin-left: 8px;
	font-size: 12px;
}

/*---------------------------------------------------- */
/* Button */
/*---------------------------------------------------- */
.waku_btn2 {
	padding-top: 10px;
	margin-left: 2%;
	margin-right: 0;
	width: 98%;
	float: left;
}

.waku_btn2 .btn_detail a {
	padding: 10px 0;
	width: 100%;
	font-size: 13px;
}



}