@charset "utf-8";

#mv {
    background: url(../../product/image/bg-mv.jpg) no-repeat center center / cover;
    width: 100%;
    padding-top: 220px;
    margin-bottom: 80px;
}
#mv h2 {
    text-align: center;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 150px;
}
p#intro {
    text-align: center;
    margin-bottom: 80px;
    line-height: 1.9;
    font-size: 18px;
    font-weight: bold;
}

#product{
    text-align: center;
}
#product h3{
    margin-bottom: 80px;
}
#product h3 span{
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    display: block;
}
#product-in{
    width: 1000px;
    margin: 0 auto;
}

.product-box{
    width: 480px;
    float: left;
}
.product-box h4{
    margin-bottom: 20px;
}
.product-box ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .product-box ul { 
	height: 1px;
	overflow: visible;
}
/**/
.product-box li{
    width: 230px;
    float: left;
    margin-bottom: 50px;
    min-height: 230px;
    line-height: 1.5;
    position: relative;
}
.product-box li a{
    color: #000;
}
.product-box li img{
    margin-bottom: 10px;
}
.product-box li span{
    font-size: 16px;
    cursor: pointer;
}
.product-box li span em{
    font-size: 14px;
    font-style: normal;
    display: block;
}
.product-box li:nth-child(even){
    width: 230px;
    float: right;
}
.product-box:nth-child(even){
    width: 480px;
    float: right;
}
.product-box h4{
    background: #000;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.mask{
    padding-left: 230px;
    padding-top: 170px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.product-box li span .mask {
    opacity: 0;
    background: rgba(0,0,0,0);
    transition: all 0.3s ease-in-out;
}
.product-box li span:hover .mask {
    background: rgba(0,0,0,0.5);
    opacity: 1;
}
.mask span{
    color: #fff;
    font-size: 16px;
    width: 180px;
    border: 1px solid #fff;
    padding:  5px 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}


h4#title-interview {
    margin-bottom: 80px;
}
h4#title-interview img:first-child{
    margin-bottom: 40px;
}
#product h5{
    margin-bottom: 30px;
}
.interview-01{
    width: 1400px;
    margin: 0 auto;
    background: #f0ecea;
    padding-top: 50px;
}
.interview-in{
    width: 1000px;
    margin: 0 auto;
}
.interview-in ul{
    clear: both;
    margin-bottom: 50px;
}
.interview-in ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html .interview-in ul { 
	height: 1px;
	overflow: visible;
}
/**/
.interview-in ul li{
    text-align: left;
    font-size: 18px;
    line-height: 2;
}
.interview-in ul li img{
    margin-bottom: 15px;
}
.interview-01 .interview-in ul#ep01 li,
.interview-01 .interview-in ul#ep03 li,
.interview-02 .interview-in ul#ep04 li{
    float: left;
    width: 580px;
}
.interview-01 .interview-in ul#ep01 li:last-child,
.interview-01 .interview-in ul#ep03 li:last-child,
.interview-02 .interview-in ul#ep04 li:last-child{
    float: right;
    width: 380px;
    font-size: 14px;
}
.interview-01 .interview-in ul#ep02 li,
.interview-02 .interview-in ul#ep05 li{
    float: right;
    width: 580px;
}
.interview-01 .interview-in ul#ep02 li:last-child,
.interview-02 .interview-in ul#ep05 li:last-child{
    float: left;
    width: 380px;
    font-size: 14px;
}
#star-01,
#star-02{
    text-align: left;
    margin-bottom: 30px;
}
#subtitle-01,
#subtitle-02{
    margin-bottom: 50px;
}

.interview-02{
    width: 1400px;
    margin: 0 auto;
    background: #eaf1f8;
    padding-top: 50px;
}

/* モーダル
-----------------------------------------------------------------------*/

#modal01,
#modal02,
#modal03,
#modal04,
#modal05,
#modal06,
#modal07,
#modal08,
#modal09,
#modal10,
#modal11,
#modal12,
#modal13,
#modal14,
#modal15,
#modal16{
	max-width: 700px!important;
}
.product-info{
	width: 700px;
	padding: 30px;
	box-sizing: border-box;
    position: relative;
}
.product-info .close{
	cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
}
.product-info h5{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.product-info dl{
    font-size: 16px;
    margin-bottom: 20px;
    float: left;
}
.product-info dl:nth-child(2n){
    padding-left: 90px;
}
.product-info dl dt{
    font-size: 20px;
    font-weight: bold;
}

.product-info ul{
	clear: both;
}
.product-info li:first-child{
	font-size: 18px;
    float: left;
}
.product-info li:last-child{
    float: right;
}
