  #content {
	min-width: auto;
	text-align: center;
	background: #fff;
	clear: both;
	overflow: hidden;
}
.ieStyle-recommendContent {
	width: calc(100% - 20px * 2);
	width: -webkit-calc(100% - 20px * 2);
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.ieStyle-interview {
	background-color: #FFF;
	width: calc(100% - 20px * 2);
	width: -webkit-calc(100% - 20px * 2);
	padding-left: 20px !important;
	padding-right: 20px !important;
	max-width: 1024px;
	margin: 0 auto !important;
}
.ieStyle-interview .ieStyle-interview_list {
	display: flex;
	flex-wrap: wrap;
}
.ieStyle-interview .ieStyle-interview_wrapper {
	width: calc((100% - 44px - 0.1px) / 3);
	margin-right: 22px;
	margin-bottom: 50px;
}
.ieStyle-interview .ieStyle-interview_wrapper:nth-of-type(3n) {
	margin-right: 0;
}
.ieStyle-interview h2{
	font-size: 40px;
	line-height: 58px;
	padding: 0;
	margin: 45px 0 20px 0;
	background-color: #FFF;
	letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.ieStyle-interview h2{
		padding-top: 45px;
		margin: 0 0 20px;
	}
}
.ieStyle-interview p{
	font-size: 16px;
}
.ieStyle-interview  > p {
	padding-bottom: 32px;
}
.ieStyle-interview .interview_mask .icon_new {
	display: inline-block;
	width: 63px;
    height: 63px;
	position: absolute;
	top: 0;
	left: 0;
    background: url("/ie/style/assets/img/icon_new02.png") no-repeat center;
    background-size: 100%;
	z-index: 1;
}
.ieStyle-interview .interview_box {
	display: flex;
	flex-direction: column;
	height: 100%;
	
}
@media screen and (max-width:1023px) {
	.ieStyle-interview .interview_box {
		padding-top: 65px;
		margin-top: -65px;
	}
}
/* iPad縦向き指定 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.ieStyle-interview .interview_box {
		padding-top: 163px;
		margin-top: -163px;
	}
}
.ieStyle-interview .interview_box > a{
	display: block;
	margin-top: auto;
}
.ieStyle-interview .interview_box .interview_mask{
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ieStyle-interview .interview_box .interview_mask:hover{
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ieStyle-interview .interview_box .interview_mask .interview_thumbnail{
	position: relative;
    width: 100%;
	height: auto;
}
.ieStyle-interview .interview_box .interview_mask .interview_thumbnail::before {
	content: '';
	display: block;
	padding-top: 55.96330%;
}
.ieStyle-interview .interview_box .interview_mask .interview_thumbnail img {
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	font-family: 'object-fit: cover; object-position: bottom;';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.ieStyle-interview .interview_box .interview_mask .interview_thumbnail .interview_over {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ieStyle-interview .interview_box .interview_mask .interview_over img{
	position: static;
	width: 74px;
    height: 74px;
	margin-top: calc(20% - 30px);
}

.ieStyle-interview .interview_box .interview_mask .title{
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.08em;
	line-height: 1.227;
	margin: auto;
	text-shadow: 10px 0px 20px rgba(0, 0, 0, 0.5),
							-10px 0px 20px rgba(0, 0, 0, 0.5),
							0px 10px 20px rgba(0, 0, 0, 0.5),
							0px -10px 20px rgba(0, 0, 0, 0.5),
							10px 10px 20px rgba(0, 0, 0, 0.5),
							10px -10px 20px rgba(0, 0, 0, 0.5),
							-10px 10px 20px rgba(0, 0, 0, 0.5),
							-10px -10px 20px rgba(0, 0, 0, 0.5);
    position: absolute;
	top: 0;
    height: 100%;
    width: 100%;
	display: flex;
	align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}
.ieStyle-interview .interview_box .interview_mask .title span{
	display: block;
	font-size: 15px;
	padding-bottom: 8px;
}
.ieStyle-interview .interview_box .description_title{
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 60px;
	font-size: 18px;
	margin-top: 15px;
	letter-spacing: 0.08em;
    z-index: 2;
}
.ieStyle-interview .interview_box p{
	font-size: 13px;
	margin: 10px 0 16px 0;
	line-height: 1.538;
	text-align: left;
	overflow: hidden;
	letter-spacing: 0.05em;
	min-height: 5.1em;
}
.ieStyle-interview .interview_box .button{
	width: 100%;
	height: 40px;
	border: 1px solid #8a9a3f;
	box-sizing: border-box;
	/* margin-top: 20px; */
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.08em;
	color: #424242;
}
.ieStyle-interview .interview_box .button:hover{
	background-color: #8a9a3f;
	border: 1px solid #8a9a3f;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ieStyle-interview .interview_box .button:hover .ieStyle-inputArrow:after{
	margin-left: 468px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ieStyle-interview .interview_box .button .ieStyle-inputArrow,
.ieStyle-interview .ieStyle-interview_nav li .ieStyle-inputArrow {
	float: right;
	z-index: 1;
	width: 28px;
	height: 28px;
	cursor: pointer;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.ieStyle-interview .interview_box .button .ieStyle-inputArrow:after,
.ieStyle-interview .ieStyle-interview_nav li .ieStyle-inputArrow:after  {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 20px;
	right: 15px;
	border-top: 1px solid #8a9a3f;
	border-left: 1px solid #8a9a3f;
	width: 7px;
	height: 7px;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
.ieStyle-interview .interview_box .button:hover .ieStyle-inputArrow:after,
.ieStyle-interview .ieStyle-interview_nav li a:hover .ieStyle-inputArrow  {
	right: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* .ieStyle-interview_wrapper.union {
	float: left;
	width: calc(50% - 15px);
}
.ieStyle-interview_wrapper.union.right-margin {
	margin-right: 30px;
}
.ieStyle-interview_wrapper.union .interview_box {
	width: 100%;
} */
.ieStyle-interview_movieModal {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: table;
	opacity: 0.0;
}
.ieStyle-interview_movieModal .movieModal_wrapper{
	width: 720px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
.ieStyle-interview_movieModal .movieModal_wrapper h4{
	font-size: 24px;
	letter-spacing: 0.08em;
}
.ieStyle-interview_movieModal .movieModal_wrapper .movieBox{
	width: 720px;
	height: 405px;
	background-color: #eeeeee;
	margin: 25px auto;
}
.ieStyle-interview_movieModal .movieModal_wrapper .movieBox video{
	width: 720px;
}
.ieStyle-interview_movieModal .movieModal_wrapper .movieBox .bc-player-default_default{
	width: 720px;
	height: 405px;
}
.ieStyle-interview_movieModal .button{
	border: 1px solid #8a9a3f;
	background-color: #FFF;
	text-align: center;
	color: #434343;
	letter-spacing: 0.08em;
}
.ieStyle-interview_movieModal .button.buttonCloseMovie{
	font-size: 16px;
	width: 120px;
	height: 40px;
	line-height: 39px;
	margin: 0 auto;
    letter-spacing: 0.2em;
}
.ieStyle-interview_movieModal .button.buttonCloseMovie:hover{
	cursor: pointer;
}
.ieStyle-interview_movieModal .button.buttonCloseMovie .icon{
    background-image: url("/ie/style/assets/svg/close.svg");
    margin-top: 14px;
    margin-left: 23px;
    margin-right: -14px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    float: left;
}
.ieStyle-interview_movieModal .button.buttonCloseMovie:hover .icon{
    background-image: url("/ie/style/assets/svg/close_w.svg");
}
.ieLineup-exhibition {
    margin-top: 0px !important;
}

/* 条件検索ポップアップ */
.ieStyle-interview .ieStyle-newArrival_searchpop {
	margin-bottom: 40px;
}
.ieStyle-interview .ieStyle-newArrival_searchpop .ieStyle-newArrival_searchpop-inner {
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 27px;
    width: 164px;
    height:28px;
    margin: 0 auto;
    background-color: #8a9a3f;
    color: #ffffff;
    border-radius: 14px;
    padding: 0 0 0 18px;
    text-align: left;
}
#ieStyle-popup .ieStyle-popup_wrapper .popup_contents {
	height: calc(418px - 25px * 2);
	height: -webkit-calc(418px - 25px * 2);
}
@media screen and (min-width:768px) {
	.ieStyle-interview .ieStyle-newArrival_searchpop .ieStyle-newArrival_searchpop-inner:hover{
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background-color: rgba(164, 177, 105, 0.5);
	}
}
.ieStyle-interview .ieStyle-newArrival_searchpop .ieStyle-newArrival_searchpop-inner img{
	width: 12px;
	margin-bottom: 3px;
	margin-right: 8px;
}
@media screen and (max-width: 767px) {
	.ieStyle-interview .ieStyle-newArrival_searchpop .ieStyle-newArrival_searchpop-inner {
		letter-spacing: 0.08em;
		line-height: 24px;
		width: 148px;
		height:24px;
		padding: 0 0 0 12px;
	}
}


@media screen and (max-width:940px) {
	.ieStyle-interview .interview_box .interview_mask .interview_over img{
		width: 54px;
		height: 54px;
	}
	.ieStyle-interview .interview_box .interview_mask .title {
		font-size: 19px;
	}
	.ieStyle-interview .interview_box .description_title {
		font-size: 16px;
	}
}

/* SP */
@media screen and (max-width:767px) {
	.ieStyle-interview {
		width: 100%;
		padding: 0 !important;
	}
	.ieStyle-interview .ieStyle-interview_wrapper {
		width: 100%;
		margin: 0 0 40px;
	}
	.ieStyle-interview h2{
		text-align: center;
		font-size: 27px;
		margin: 15px 0 5px 0;
	}
	.ieStyle-interview > p{
		padding-bottom: 20px;
		font-size: 12px;
	}
	.ieStyle-interview .interview_mask .icon_new {
		width: 55px;
		height: 55px;
	}
	.ieStyle-interview .interview_box{
		width: calc(100% - 20px * 2);
		width: -webkit-calc(100% - 20px * 2);
		margin: -65px auto 0;
		padding: 65px 20px 0;
	}
	.ieStyle-interview .interview_box .interview_mask .interview_thumbnail {
		background-size: auto 100%;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		height: 100%;
		top: auto;
		left: auto;
		width: auto;
		transform: none;
		-webkit-transform: none;
	}
	.ieStyle-interview .interview_box .interview_mask .interview_thumbnail .interview_over img {
		width: 76px;
		height: 76px;
	}
	.ieStyle-interview .interview_box .interview_mask .video-js{
		display: none;
	}
	.ieStyle-interview .interview_box .interview_mask .title{
		position: absolute;
		top: auto;
		bottom: 15%;
		font-size: 22px;
		text-shadow: 4px 0px 10px rgba(0, 0, 0, 0.3),
			-4px 0px 10px rgba(0, 0, 0, 0.3),
			0px 4px 10px rgba(0, 0, 0, 0.3),
			0px -4px 10px rgba(0, 0, 0, 0.3),
			4px 4px 10px rgba(0, 0, 0, 0.3),
			4px -4px 10px rgba(0, 0, 0, 0.3),
			-4px 4px 10px rgba(0, 0, 0, 0.3),
			-4px -4px 10px rgba(0, 0, 0, 0.3);
	}
	.ieStyle-interview .interview_box .interview_mask .title span{
		padding-bottom: 10px;
	}
	.ieStyle-interview .interview_box .description_title{
		min-height: auto;
		font-size: 16px;
		line-height: 1.438;
		letter-spacing: 0.14em;
	}
	.ieStyle-interview .interview_box p{
		min-height: auto;
		font-size: 12px;
		line-height: 1.583;
		text-align: left;
	}
	.ieStyle-interview .interview_box .button{
		height: 35px;
		font-size: 14px;
		line-height: 35px;
		letter-spacing: 0.06em;
	}
	.ieStyle-interview .interview_box .button .ieStyle-inputArrow{
		margin-left: -20px;
	}
	.ieStyle-interview .interview_box .button .ieStyle-inputArrow:after {
		margin-top: 17px;
	}
	.ieStyle-interview_movieModal {
		display: none;
	}
	.ieStyle-interview_movieModal .movieModal_wrapper{
		width: 100%;
	}
	.ieStyle-interview_movieModal .movieModal_wrapper h4{
		font-size: 20px;
		letter-spacing: 0.08em;
		line-height: 150%;
		padding: 0 25px;
		text-align: center;
	}
	.ieStyle-interview_movieModal .movieModal_wrapper .movieBox{
		width: 300px;
		height: 168px;
		margin: 20px auto;
	}
	.ieStyle-interview_movieModal .button.buttonCloseMovie{
		font-size: 14px;
		width: 90px;
		height: 35px;
		line-height: 35px;
	}
	.ieStyle-interview_movieModal .button.buttonCloseMovie img{
		margin-right: 10px;
		margin-top: -2px;
	}
}
@media screen and (max-width:940px) {
	.ieStyle-interview .interview_box .interview_mask .title{	
		top: 0;
		bottom: auto;
	}
}
