p{
	padding-bottom:1em;
}
.q_slider{
	background-color:#000;
}
.q_slider .wrap_descr {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    transform: translate(0,-50%);
    letter-spacing: -.05em;
    line-height: 1em;
    font-weight:400;
}
.q_slider .wrap_btn {
    display: flex;
}
.q_slider .wrap_btn a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 0.53em;
    padding: 0.3em 0.7em;
    margin-right: 24px;
    letter-spacing: 0;
    font-weight: 500;
}
.q_slider .wrap_btn a:last-child {
    margin-right: 0;
}
.q_slider_item {
    position: relative;
    height: 0;
    padding-top: 50%;
}
.q_slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.q_slider .wrap_descr {
	font-size: 3.0rem;
    padding-bottom: 20px;
    color: #fff;
}
.q_slider .wrap_name{
	margin-bottom: 1.4em;
}
.q_slider .wrap_name .prod_name{
	font-size: 1.47em;
	line-height: 1.1em;
    font-weight:500;
    margin:0;
}
.q_slider .wrap_copy {
    font-size: 1.27em;
    margin-bottom: 1.2em;
}
.q_slider .wrap_copy .prod_copy{
	font-size: .8em;
}

.col_para {
    display: flex;
}
.col_para .prod_lead .lead_btn a {
    color: #000;
    text-decoration: none;
    padding: 0.3em 0.8em;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 1.8rem;
}
.prod_detail .wrap_box_tab {
/*	overflow: hidden;*/
}
.box_btn a {
    text-decoration: none;
    font-family: "oswald";
    font-size: 2rem;
    padding: 0.3em 1em;
    display: inline-block;
}
.prod_detail .box_tab {
    position: relative;
    margin-bottom: 100px;
}
.prod_detail .box_tab .box_title {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0,-100%);
	padding: 1em 2em;
	border: 1px solid #fff;
	border-bottom: 0;
	background-color: rgba(255,255,255,1);
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-family: oswald;
	font-weight: 200;
	color: #666;
	border-top:1px solid #aaa;
}
.prod_detail .wrap_detail.detail_spec .box_title {
	padding: .8em 2em;
	border-top: 1px solid #999;
	border-bottom: 0;
	background-color: rgba(255,255,255,1);
	text-align: center;
	font-size: 2rem;
	font-family: oswald;
	font-weight: 200;
	color: #666;
}
.prod_detail .wrap_detail.detail_spec .box_title:after {
content: "";
margin-left: 1em;
transform: translate(0%,60%) rotate(135deg);
transform-origin: right top;
display: inline-block;
width: 0.8rem;
height: 0.8rem;
border-right: 1px solid #999;
border-top: 1px solid #999;
}
.prod_detail .wrap_detail.detail_spec.on .box_title:after {
transform: translate(0%,60%) rotate(-45deg);
transform-origin: top left;
}
.prod_detail .wrap_box_tab {
	overflow: hidden;
}

.tab_spec .box_btn {
    text-align: center;
    padding-bottom: 5%;
}
.tab_spec .box_btn a {
    display: inline-block;
    background-color: #999;
    text-decoration: none;
    color: #000;
    padding: 0.3em 1em;
    font-size: 1.6rem;
}
.prod_detail .box_tab table {
    width: 100%;
}
.prod_detail .box_tab table th {
    padding: 0.6em 0;
    font-weight: bold;
}
.prod_detail .box_tab table td {
    text-align: center;
}
section.comment {
    padding: 5% 16% 7%;
}
section.comment h3 {
    font-family: 'Oswald';
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.1em;
}
section.comment h2 {
    font-family: 'Oswald';
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: -.03em;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 0.6em;
}
section.comment ul.slide_item {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    padding: 5% 0;
}
section.comment ul.slide_item p {
    font-size: 1.3rem;
    margin-bottom: 1.7em;
}
section.comment .slick-dots li.slick-active button:before{
	color:#fff;
}
section.image_photo {
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 60%;
    position: relative;
}
.image_photo .box_btn {
    position: absolute;
    top: 15%;
    right: 50%;
    transform: translate(50%,0);
}
.image_photo .box_btn a {
    font-family: 'oswald';
    padding: 0.2em 1em;
    color: #000;
    text-decoration: none;
    font-size: 2rem;
}


@media screen and (max-width: 600px){
	.q_slider .wrap_descr {
	    width: calc(100% - 80px);
	    top: unset;
	    bottom: 20px;
	    font-size: 2.4rem;
	    transform: translate(0,0);
	}

	.q_slider_item {
	    padding-top: 150%;
	    overflow: hidden;
	}
	.q_slider_item img {
	    height: auto;
	    max-width: none;
	    width: 250%;
	}
	
}