@charset "utf-8";

/*----------------------------------------------*/
/* interview CSS [SP]
/*----------------------------------------------*/

/*---- GNavi用 スペース----*/
.interview-kv {
	/* padding-top: 40px; 20230707 */
}

/*---- SP landscape ----*/
@media screen and (orientation: landscape) {
	.interview01-kv-photo-sp, 
	.interview02-kv-photo-sp, 
	.interview03-kv-photo-sp, 
	.interview04-kv-photo-sp, 
	.interview05-kv-photo-sp {
		height: 650px !important;
		background-position: 50% 10% !important;
	}
	
	.interview-question {
		padding-bottom: 40px !important;;
	}
	
	/*---- Interview 01用 MassageBG ----*/
	.interview01-mg-bg {
		background-position: 50% 10% !important;
	}

	/*---- Interview 02用 MassageBG ----*/
	.interview02-mg-bg {
		background-position: 50% 10% !important;
	}

	/*---- Interview 03用 MassageBG ----*/
	.interview03-mg-bg{
		background-position: 50% 10% !important;
	}
	
	/*---- Interview 04用 MassageBG ----*/
	.interview04-mg-bg {
		background-position: 50% 10% !important;
	}
	
	/*---- Interview 05用 MassageBG ----*/
	.interview04-mg-bg {
		background-position: 50% 10% !important;
	}
	
}

/*---- Interview KV ----*/
#interview-kvframe-sp {
	margin: 0px 0px 50px;
}

#interview-kvframe-pc {
	display: none;
}

.interview-kv-copy-sp {
	padding: 15px 0px;
	background-color: #000000;
	text-align: center;
	border-top: 3px solid #535353;
}

.interview01-kv-copy-sp {
}

.interview-kv-copy-sp img {
	width: 70%;
}

.interview-kv-photobox-sp {
}


/*---- Interview 01,03,05,用 テキストBG ----*/
.interview01-kv-bg02-sp {
	background-image: url(../img/interview/interview01/interview01_kv_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

/*---- Interview 02,04,06用 テキストBG ----*/
.interview02-kv-bg02-sp {
	background-image: url(../img/interview/interview02/interview02_kv_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

/*---- Interview 01用 人物 ----*/
.interview01-kv-photo-sp {
	height: 360px;
	background-image: url(../img/interview/interview01/interview01_kv_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 02用 人物 ----*/
.interview02-kv-photo-sp {
	height: 360px;
	background-image: url(../img/interview/interview02/interview02_kv_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 03用 人物 ----*/
.interview03-kv-photo-sp {
	height: 360px;
	background-image: url(../img/interview/interview03/interview03_kv_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 04用 人物 ----*/
.interview04-kv-photo-sp {
	height: 360px;
	background-image: url(../img/interview/interview04/interview04_kv_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 05用 人物 ----*/
.interview05-kv-photo-sp {
	height: 360px;
	background-image: url(../img/interview/interview05/interview05_kv_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 06用 人物 ----*/
.interview06-kv-photo-sp {
	height: 360px;
	background-image: url(../img/interview/interview06/interview06_kv_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.interview-kvbox-sp {
	overflow: hidden;
	margin: 0px auto;
}

.interview-kv-textbox-sp {
	padding: 30px 20px;
}

.interview-kv-text-sp {
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
	line-height: 2;
}

.interview-kv-text-sp p {
	margin-bottom: 10px;
}

.interview-kv-text-sp span {
	font-size: 13px;
}

.interview-kv-namebox-sp {
	margin-bottom: 20px;
}

.interview-kv-name-ja {
	font-size: 22px;
	letter-spacing: 0.2em;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.interview-kv-name-en {
	font-size: 15px;
	letter-spacing: 0.3em;
	font-family: 'Montserrat', sans-serif;
}

.interview-f-white {
	color: #FFFFFF;
}

/*---- Interview ----*/
#interview-contentsbody {
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 25px;
	
x	background-color: #FF0000;
}

.interviewbox {
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
	line-height: 2;
	margin-bottom: 25px;
x	background-color: #00FF00;
}

.interviewbox-odd {
	overflow: hidden;
}

.interviewbox-odd .interview-photo {
	margin-bottom: 20px;
	text-align: center;
}

.interviewbox-odd .interview-textbox {
}

.interviewbox-even {
	overflow: hidden;
}

.interviewbox-even .interview-photo {
	margin-bottom: 20px;
	text-align: center;
}

.interviewbox-even .interview-textbox {
}

.interview-photo {
	text-align: center;
}

.interview-photo img {
	-width: 100%;
}

.interview-textbox {
	line-height: 2;
}

.interview-question {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #968478;
	line-height: 1.5;
	
	background-image: url(../img/interview/interview_line.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.interview-answer {
	text-align: justify; /* 基本 */
}

.interview-answer p {
	margin-bottom: 25px;
}

.interview-answer-fbrown {
	color: #968478;
}

/*---- Massage ----*/
.interview-mgframe {
	width: 100%;
}

/*---- Interview 01用 MassageBG ----*/
.interview01-mg-bg {
	background-image: url(../img/interview/interview01/interview01_mg_photo_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 02用 MassageBG ----*/
.interview02-mg-bg {
	background-image: url(../img/interview/interview02/interview02_mg_photo_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 03用 MassageBG ----*/
.interview03-mg-bg {
	background-image: url(../img/interview/interview03/interview03_mg_photo_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*---- Interview 04用 MassageBG ----*/
.interview04-mg-bg {
	background-image: url(../img/interview/interview04/interview04_mg_photo_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 50%;
}

.interview-mgbox {
	margin
}

.interview-mg-textbox {
	padding: 60px 25px;
	background-color: rgba(96,80,71,0.5)
}

.interview-mg-line {
	display: none;
}

.interview-mg-line img {
	width: 100%;
}

.interview-mg-title {
	background-image: url(../img/interview/interview_mg_title_sp.png);
	background-size: 180px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left;
}

.interview-mg-text {
	margin: 35px 0px;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
	line-height: 2;
	color: #FFFFFF;
}

.interview-mg-name-ja {
	text-align: right;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
	color: #FFFFFF;
}

/*---- SNS SHARE ----*/
.interview-sns {
	margin: 25px 0px 25px;
	text-align: center;
}

.interview-sns-title {
	margin-bottom: 15px;
	font-size: 13px;
}

.interview-snslistbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.interview-sns-line {
	width: 25px;
	height: 25px;
	margin: 0px 10px;
}

.interview-sns-tw {
	width: 25px;
	height: 25px;
	margin: 0px 10px;
	padding-top: 3px;
}

.interview-sns-fb {
	width: 25px;
	height: 25px;
	margin-left: 0px;
}

/*---- Staff ----*/
.interview-staff {
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

/*---- Back to list ----*/
.interview-backlist {
	padding: 20px 0px;
	text-align: center;
	background-color: #000000;
}

.interview-backlist a {
	color: #FFFFFF;
}

.interview-backlist a:hover {
	opacity: 0.7;
}

/*---- Font ----*/
.interview-f-white {
	color: #000000;
}

.interview-f-white {
	color: #FFFFFF;
}

/*---- Product ----*/
.interview-productnamebox {
	margin-bottom: 15px;
}

.interview-product-copy {
	line-height: 1;
}

.interview-product-name {
	font-size: 24px;
}

.interview-productbox {
	padding: 20px;
	box-shadow: 10px 10px 0 0 rgba(150,132,120,0.3);
	border: 1px solid #968478;
	background-color: #FFFFFF;
}

.interview-product-text {
}

.interview-product-link {
	margin-top: 15px;
}

.interview-product-link a {
	text-decoration: underline;
}
