@charset "UTF-8";

#page_irukamusic{
	position:relative;
}

#main{
	position:relative;
	z-index:1;
}
#main #contents{

	background-image:url(../img/img-studio.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-color:transparent;
	color:#ffffff;
	padding-top:100px;
	padding-bottom:100px;
	width:2500px;
	position:relative;
	left:50%;
   -webkit-transform: translate(-50%, 0%);
   transform: translate(-50%, 0%);
}
#main #contents h2{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#main #contents h2 img{
	width:100%;
}

.irukablock h3{
	font-size:20px;
	padding-bottom:2px;
	border-bottom:solid 1px;
	margin-bottom:20px;
}
.irukablock ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
	display: flex;
	flex-wrap: wrap;
}

.irukablock ul:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.irukablock ul li{
	margin:15px;
	padding:0px;
	width:160px;

}
.irukablock ul li p{
	margin:0px;
	line-height:150%;
}
.irukablock ul li img{
	width:100%;
	display:block;
	clear:both;
}
@media screen and (max-width: 1000px) {
    .irukablock ul li{
	    width:calc(25% - 40px);
    }
}
@media screen and (max-width: 800px) {
    .irukablock ul li{
	    width:calc(33% - 40px);
    }
}
@media screen and (max-width: 640px) {
    .irukablock ul li{
	    width:100%;
	    margin-left:0px;
	    margin-right:0px;
	    margin-top:0px;
	    margin-bottom:20px;
    }
	.irukablock ul li:after{
	    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;

	}
    .irukablock ul li img{
    	float:left;
	    width:30%;
	    margin-right:3%;
    }
}
.productcont{
	margin:0px;
	display:none;
	width:100%;
	height:700px;
	background:#333;
	padding:60px;
	box-sizing:border-box;
	position:absolute;
	left:50%;
	top:50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.productcont .detailsBlock{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

}

.productcont .detailsBlock:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.productcont .detailsBlock .leftbox{
	width:50%;
	float:left;
}
.productcont .detailsBlock .rightbox{
	width:50%;
	float:left;
	color:#fff;
}
.productcont .detailsBlock .rightbox h1{
	font-size:18px;
}
.productcont .detailsBlock .rightbox h2{
	font-size:18px;
}



.gotoshop a{
	display:block;
	font-size:16px;
	background:#fff;
	color:#000;
	text-align:center;
	width:70%;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:0px;
	margin-top:30px;


	position: relative;
	text-decoration: none;
	transition: .3s;
	cursor: pointer;
}

.gotoshop a:::after {
	position: absolute;
	bottom:0px;
	left: 50%;
	content: '';
	width: 0px;
	height: 1px;
	background: #000;
	transition: .3s;
	z-index:5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
	@media all and (-ms-high-contrast:none) {
		*::-ms-backdrop, ..#gnav ul li a::after { left: 0; }
	}
.gotoshop a:hover::after {
	width: 100%;
}

.gotoshop a:hover{
	background:#ffa500;
}

@media screen and (max-width: 1000px) {
	.productcont{
		height:auto;
		min-height:100%;
	background-color: rgba(0,0,0,0.8);
	}
    .productcont .detailsBlock .leftbox img{
	    width:90%;
		height:auto;
    }

    .gotoshop a{
	    width:100%;
    }
}
@media screen and (max-width: 640px) {
.productcont .detailsBlock .leftbox{
	width:100%;
	float:none;
	clear:both;
}
.productcont .detailsBlock .rightbox{
	width:100%;
	float:none;
	clear:both;
}

}

#main{
	position:relative;

}

.productcont .btn_close{
	/*
	display:none;
	*/
	display:block;
	position:absolute;
	top:10px;
	left:auto;
	right:2%;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}
