﻿@media screen and (max-width:767px) {
    .pc-only#html2{
        display: block !important;
    }
}
#html2 .kokoro-product-block{
	display: none !important;
}
#store-device-html2 .front-product-block{
	display:none !important;
}
#store-device-html2 .kokoro-product-block{
	display:block !important;
}

.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}
.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .insert-container {
	margin: 50px 0;
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 15px;
	}
}

.maindesign .movie-container {
	margin-bottom: 50px;
}
@media screen and (max-width:767px) {
	.maindesign .movie-container {
		margin-bottom: 30px;
	}
}

.maindesign .pop {
	background: #ffed00;
    padding: 30px;
}
.maindesign .pop-heading {
	font-weight: bold;
	font-size: 2.25rem;
	line-height: 1.35;
}
.maindesign .pop-txt {
	font-size: 1.0rem;
	line-height: 1.5;
}

@media screen and (max-width:767px) {
	.maindesign .pop {
		padding: 10px;
	}
	.maindesign .pop-heading {
		font-weight: bold;
		font-size: 6.5vw;
	}
	.maindesign .pop-txt {
		font-size: 0.9rem;
		line-height: 1.6;
	}
}


.maindesign .box-col {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .box-col--img {
	width: 50%;
}
.maindesign .box-col--txt {
	width: 50%;
	padding: 30px;
}
.maindesign .box-col--heading {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.35;
}
.maindesign .box-col--lead {
	font-size: 1.15rem;
	line-height: 1.5;
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .box-list .box-list--item:not(:first-child) {
		margin-top: 50px;
	}
	.maindesign .box-col {
		flex-wrap: wrap;
	}
	.maindesign .box-col--img {
		width: 100%;
		order: 1;
	}
	.maindesign .box-col--txt {
		width: 100%;
		order: 2;
		padding: 0;
		font-size: 1.0rem;
		line-height: 1.6;
		margin-top: 20px;
	}
	.maindesign .box-col--heading {
		font-size: 1.25rem;
	}
	.maindesign .box-col--lead {
		font-size: 1.0rem;
		line-height: 1.6;
		margin-top: 10px;
	}
}

.maindesign .bnr-col {
	display: flex;
	justify-content: space-between;
}
.maindesign .bnr-col--item {
	width: 49%;
}

@media screen and (max-width:767px) {
	.maindesign .bnr-col {
		flex-wrap: wrap;
	}
	.maindesign .bnr-col--item {
		width: 100%;
	}
	.maindesign .bnr-col .bnr-col--item:not(:first-child) {
		margin-top: 15px;
	}
}

.maindesign .specification-col {
	display: flex;
	justify-content: space-between;
}
.maindesign .specification-col--item {
	width: 49%;
}

@media screen and (max-width:767px) {
	.maindesign .specification-col {
		flex-wrap: wrap;
	}
	.maindesign .specification-col--item {
		width: 100%;
	}
	.maindesign .specification-col .specification-col--item:not(:first-child) {
		margin-top: 30px;
	}
}

.maindesign .specification-heading {
	font-weight: bold;
	font-size: 1.25rem;
}
.maindesign .specification-list {
	display: flex;
	flex-wrap: wrap;
	background-color: #f8f8f8;
}
.maindesign .specification-list > dd,
.maindesign .specification-list > dt,
.maindesign .specification-list > li {
	width: 50%;
	padding: 15px 10px;
	font-size: 0.95rem;
	line-height: 1.35;
}
.maindesign .specification-list > li {
	width: 100%;
}
.maindesign .specification-list > dt {
	font-weight: bold;
}
.maindesign .check-icon {
	width: 1em;
}

@media screen and (max-width:767px) {
	.maindesign .specification-heading {
		font-size: 1.15rem;
	}
	.maindesign .specification-list {
		padding: 15px 0;
	}
	.maindesign .specification-list > dd,
	.maindesign .specification-list > dt,
	.maindesign .specification-list > li {
		width: 100%;
		padding: 3px 10px;
	}
	.maindesign .specification-list > dt:not(:first-child),
	.maindesign .specification-list > li:not(:first-child) {
		margin-top: 20px;
	}
}