#Contents {
	padding: 0;
	margin: 0;
}

#interview191225 img {
	width: 100%;
}

.bredlist.lp {
    margin: 60px auto 40px;
    width: 1000px;
    font-size: 12px;
}

/* for pc */
@media all and (min-width: 560px) {
	#interview191225 .sp_only {
		display: none;
	}

	#interview191225 {
		max-width: 1000px;
		margin: 0 auto;
		font-family: toppan-bunkyu-mincho-pr6n, serif;
		font-weight: 400;
		font-style: normal;
		font-feature-settings: "palt";
		color: #656565;
		text-align: left;
		margin-top: 10px;
		line-height: 1;
		padding-bottom: 60px;
	}

	#interview191225 .comment,
	#interview191225 .credit,
	#interview191225 .info {
		/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", serif;*/
	}

	#interview191225 .ttl {
		font-size: 30px;
		margin-bottom: 45px;
		letter-spacing: 0.05em;
	}

	#interview191225 .comment {
		font-size: 14px;
		line-height: 2.4;
		letter-spacing: 0.115em;
	}

	#interview191225 ul {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#interview191225 ul li {
		width: 320px;
		margin-top: 50px;
	}

	#interview191225 ul li .credit {
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
		margin-top: 13px;
		letter-spacing: 0.1em;
	}

	#interview191225 .interview {
		margin-top: 124px;
	}

	#interview191225 .interview .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#interview191225 .interview .flex .img {
		width: 268px;
	}

	#interview191225 .interview .flex .txt {
		width: 712px;
	}

	#interview191225 .interview .flex .txt .job {
		font-size: 15px;
		letter-spacing: 0.015em;
	}

	#interview191225 .interview .flex .txt .name_jp {
		font-size: 24px;
		margin-top: 20px;
		letter-spacing: 0.1em;
	}

	#interview191225 .interview .flex .txt .name_eng {
		font-size: 15px;
		margin-top: 16px;
		margin-bottom: 32px;
		letter-spacing: 0.015em;
	}

	#interview191225 .interview .flex .txt .info {
		font-size: 12px;
		line-height: 2;
		letter-spacing: 0.12em;
	}
}

/* for sp */
@media all and (max-width: 560px) {
	.lp {
		padding: calc(40 * (100vw / 750)) 0 0;
		background-color: #ffffff;
	}
	#interview191225 .pc_only {
		display: none;
	}
	
	.bredlist.lp {
		line-height: calc(40 *(100vw / 750));
		font-size: calc(20 *(100vw / 750));
		margin: calc(25 *(100vw / 750)) auto;
		width: 92.592%;
		text-align: left;
		padding: 0;
	}

	.main_inner {
		overflow: hidden;
	}

	#interview191225 {
		width: calc(680 * (100vw / 750));
		margin: 0 auto;
		font-family: toppan-bunkyu-mincho-pr6n, serif;
		font-weight: 400;
		font-style: normal;
		font-feature-settings: "palt";
		color: #656565;
		text-align: left;
		margin-top: calc(20 * (100vw / 750));
		line-height: 1;
		padding-bottom: calc(160 * (100vw / 750));
	}

	#interview191225 .comment,
	#interview191225 .credit,
	#interview191225 .info {
		/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", serif;*/
	}

	#interview191225 .ttl {
		margin-bottom: calc(56 * (100vw / 750));
		text-align: center;
		line-height: 1.3;
	}

	#interview191225 .ttl .brand {
		font-size: calc(34 * (100vw / 750));
		letter-spacing: 0.01em;
	}

	#interview191225 .ttl .cross {
		font-size: calc(44 * (100vw / 750));
		padding-top: calc(23 * (100vw / 750));
		padding-bottom: calc(17 * (100vw / 750));
	}

	#interview191225 .ttl .name {
		font-size: calc(50 * (100vw / 750));
		letter-spacing: 0.1em;
	}

	#interview191225 .comment {
		font-size: calc(28 * (100vw / 750));
		line-height: 2.15;
		letter-spacing: 0.1em;
	}

	#interview191225 ul {
		margin-top: calc(60 * (100vw / 750));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#interview191225 ul li {
		width: calc(330 * (100vw / 750));
		margin-top: calc(94 * (100vw / 750));
	}

	#interview191225 ul li .credit {
		font-size: calc(24 * (100vw / 750));
		line-height: 1.66667;
		text-align: center;
		margin-top: calc(16 * (100vw / 750));
	}

	#interview191225 .interview {
		margin-top: calc(100 * (100vw / 750));
	}

	#interview191225 .interview .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#interview191225 .interview .flex .img {
		width: calc(350 * (100vw / 750));
	}

	#interview191225 .interview .flex .txt {
		width: calc(300 * (100vw / 750));
	}

	#interview191225 .interview .flex .txt .job {
		font-size: calc(28 * (100vw / 750));
		line-height: 1.5;
		margin-top: calc(26 * (100vw / 750));
		letter-spacing: 0.03em;
	}

	#interview191225 .interview .flex .txt .name_jp {
		font-size: calc(48 * (100vw / 750));
		margin-top: calc(30 * (100vw / 750));
		letter-spacing: 0.115em;
	}

	#interview191225 .interview .flex .txt .name_eng {
		font-size: calc(24 * (100vw / 750));
		margin-top: calc(26 * (100vw / 750));
		letter-spacing: 0.08em;
	}

	#interview191225 .interview .info {
		font-size: calc(24 * (100vw / 750));
		line-height: 2.1;
		margin-top: calc(40 * (100vw / 750));
		letter-spacing: 0.1em;
	}
}