#Contents {
	padding: 0;
	margin: 0;
}

#interview200311 img {
	width: 100%;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.fw {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fnw {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aie {
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}

/* ====================
	all
==================== */
#interview200311 {
	font-feature-settings: "palt";
	color: #656565;
}

.bredlist.lp {
    margin: 60px auto 40px;
    width: 1000px;
    font-size: 12px;
}

/* ====================
	index
==================== */
.interview200311_index {
	padding-top: 40px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.interview200311_ttl {
	font-size: 24px;
}

.interview200311_ttl:nth-of-type(1) {
	padding-bottom: 20px;
	border-bottom: 1px solid #656565;
	letter-spacing: 0.05em;
}

.interview200311_ttl:nth-of-type(2) {
	font-size: 26px;
	margin-top: 30px;
	letter-spacing: 0.1em;
}

/* ====================
	main container
==================== */
.interview200311_main_container {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 51px;
	border-bottom: 1px solid #656565;
}

/* ====================
	section
==================== */
.interview200311_sec {
	width: 1000px;
	margin: 0 auto;
}

.interview200311_sec_img {
	margin: 70px auto;
}

/* ====================
	text
==================== */
.interview200311_sec_txt_wrap {
	text-align: justify;
}

.interview200311_sec_txt_wrap._01 {
	margin-top: 86px;
}

.interview200311_sec_txt_wrap._02 {
	margin-top: 102px;
}

.interview200311_sec_txt_wrap._03 {
	margin-top: 92px;
}

.interview200311_sec_ttl {
	font-size: 20px;
	letter-spacing: 0.11em;
}

.interview200311_sec_txt {
	font-size: 13px;
	line-height: calc(30 / 13);
	margin-top: 23px;
	letter-spacing: 0.11em;
}

.interview200311_sec_notes {
	margin-top: 20px;
	font-size: 13px;
	letter-spacing: 0.15em;
}

.interview200311_intro_wrap {
	margin-top: 88px;
	letter-spacing: 0.12em;
}

.interview200311_intro_name {
	font-size: 14px;
}

.interview200311_intro_detail {
	font-size: 12px;
	line-height: 2.5;
	margin-top: 21px;
}

/* ====================
	img
==================== */
.interview200311_sec_img._01 {
	width: 480px;
	margin-top: 53px;
}

.interview200311_sec_img._02,
.interview200311_sec_img._03 {
	width: 360px;
	margin-top: 61px;
}

.interview200311_sec_img._04 {
	width: 540px;
	margin-top: 123px;
}

/* ====================
	items
==================== */
.interview200311_item_container {
	margin: 47px auto 0;
	width: 1000px;
}

.interview200311_item_list {
	width: 300px;
}

.interview200311_item_credit {
	margin-top: 21px;
	font-size: 12px;
	line-height: 1.666667;
	text-align: center;
	letter-spacing: 0.12em;
}

/* for pc */
@media only screen
and (min-device-width: 768px) {
	.sp_only {
		display: none;
	}

	.interview200311_item_list:not(:first-child) {
		margin-left: 50px;
	}

	.interview200311_intro_wrap {
		text-align: right;
	}
}


/* for tablet */
/* for tablet */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1200px)
and (-webkit-min-device-pixel-ratio: 1) {
}

/* for sp */
@media only screen
and (max-device-width: 767px) {
	.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;
	}
	
	/* ====================
		index
	==================== */
	.interview200311_index {
		padding-top: calc(83 * (100vw / 750));
		width: calc(640 * (100vw / 750));
		margin: 0 auto;
	}

	.interview200311_ttl {
		font-size: calc(30 * (100vw / 750));
		margin-top: 0;
	}

	.interview200311_ttl_cross {
		font-size: calc(32 * (100vw / 750));
		display: block;
		margin-top: calc(10 * (100vw / 750));
		margin-bottom: calc(8 * (100vw / 750));
	}

	.interview200311_ttl:nth-of-type(2) {
		font-size: calc(31 * (100vw / 750));
		margin-top: calc(54 * (100vw / 750));
		letter-spacing: -0.01em;
	}

	/* ====================
		main container
	==================== */
	.interview200311_main_container {
		width: 100%;
		margin: 0 auto;
		padding-bottom: calc(65 * (100vw / 750));
		border: none;
	}

	/* ====================
		section
	==================== */
	.interview200311_sec {
		width: 100%;
		margin: 0 auto;
	}

	.interview200311_sec_img {
		margin: 0 auto;
	}

	/* ====================
		text
	==================== */
	.interview200311_sec_txt_wrap {
		padding: 0 calc(60 * (100vw / 750));
	}

	.interview200311_sec_txt_wrap._01 {
		margin-top: calc(90 * (100vw / 750));
	}

	.interview200311_sec_txt_wrap._02 {
		margin-top: calc(100 * (100vw / 750));
	}

	.interview200311_sec_txt_wrap._03 {
		margin-top: calc(130 * (100vw / 750));
		letter-spacing: -0.01em;
	}

	.interview200311_sec_ttl {
		font-size: calc(36 * (100vw / 750));
		letter-spacing: -0.01em;
	}

	.interview200311_ttl:nth-of-type(1) {
		padding-bottom: calc(20 * (100vw / 750));
		letter-spacing: -0.01em;
	}

	.interview200311_sec_txt {
		font-size: calc(26 * (100vw / 750));
		line-height: 1.95;
		margin-top: calc(54 * (100vw / 750));
	}

	.interview200311_sec_notes {
		margin-top: calc(40 * (100vw / 750));
		font-size: calc(26 * (100vw / 750));
	}

	.interview200311_intro_wrap {
		margin-top: calc(143 * (100vw / 750));
		padding: 0 calc(80 * (100vw / 750)) 0 calc(60 * (100vw / 750));
	}

	.interview200311_intro_name {
		font-size: calc(28 * (100vw / 750));
	}

	.interview200311_intro_detail {
		font-size: calc(24 * (100vw / 750));
		line-height: 2.0833333333;
		margin-top: calc(26 * (100vw / 750));
		letter-spacing: 0.05em;
	}

	/* ====================
		img
	==================== */
	.interview200311_sec_img._01 {
		width: calc(640 * (100vw / 750));
		margin-top: calc(62 * (100vw / 750));
	}

	.interview200311_sec_img._02,
	.interview200311_sec_img._03 {
		width: calc(480 * (100vw / 750));
		margin-top: calc(128 * (100vw / 750));
	}

	.interview200311_sec_img._04 {
		width: 100%;
		margin-top: calc(128 * (100vw / 750));
	}

	/* ====================
		items
	==================== */
	.interview200311_item_container {
		margin: 0 auto;
		width: calc(680 * (100vw / 750));
	}

	.interview200311_item_list {
		width: calc(330 * (100vw / 750));
		margin-top: calc(100 * (100vw / 750));
	}

	.interview200311_item_credit {
		margin-top: calc(19 * (100vw / 750));
		font-size: calc(22 * (100vw / 750));
		line-height: 1.59;
		text-align: center;
	}

	.interview200311_item_list:nth-of-type(2n) {
		margin-left: calc(20 * (100vw / 750));
	}

	.interview200311_item_wrap:before {
		content: "";
		display: block;
		position: absolute;
		width: calc(640 * (100vw / 750));
		height: 1px;
		background-color: #656565;
		left: calc(110 * (100vw / 750) / 2);
	}
}


/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}