﻿@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-far {
	margin-top: 75px;
}
.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-far {
		margin-top: 50px;
	}
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
}

.maindesign .mv {
	position: relative;
}
.maindesign .mv--inner {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:767px) {
	.maindesign .mv--inner {
		width: 95%;
	}
	.maindesign .mv-heading--word {
		display: inline-block;
	}
}

.maindesign .mv-txt {
	display: inline-block;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1);
}
.maindesign .mv-txt > *:not(:first-child) {
	margin-top: 20px;
}
.maindesign .mv-new {
	color: #ffb217;
	font-weight: bold;
	font-size: 1.3rem;
}
.maindesign .mv-heading {
	font-size: 2.75rem;
	line-height: 1.3;
	font-weight: bolder;
}
@media screen and (max-width:767px) {
	.maindesign .mv-heading {
		font-size: 9.0vw;
	}
}

.maindesign .mv-lead {
	font-size: 1.75rem;
	line-height: 1.3;
}
@media screen and (max-width:767px) {
	.maindesign .mv-lead {
		font-size: 5.0vw;
	}
}

.maindesign .mv-btn {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	cursor: pointer;
}
.maindesign .mv-btn-inner {
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 10px 50px;
	margin-right: 10px;
}
.maindesign .mv-btn--txt {
	font-size: 1.1rem;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.maindesign .mv-btn--icon {
	display: inline-block;
	width: 30px;
}


.maindesign .feature-heading {
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.4;
}
.maindesign .feature-heading__bold {
	font-size: 2.25rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.maindesign .feature-heading {
		font-size: 6.0vw;
	}
	.maindesign .feature-heading__bold {
		font-size: 6.25vw;
	}
}


.maindesign .tab-box {
	display: flex;
	justify-content: center;
}
.maindesign .tab-box--content {
	display: flex;
	border-bottom: 1px solid #ccc;
}
.maindesign .tab-box--item {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	padding-bottom: 15px;
	color: #757575;
	white-space: nowrap
}
.maindesign .tab-box--item:hover {
	cursor: pointer;
}
.maindesign .js-goods-tab--select {
	border-bottom: 2px solid #333;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .tab-box {
		overflow-x: scroll;
	}
	.maindesign .tab-box--item {
		font-size: 0.85rem;
	}
	.maindesign .tab-box--content {
		width: 100%;
	}
}

.maindesign .tab-lead {
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
}
@media screen and (max-width:767px) {
	.maindesign .tab-lead {
		font-size: 0.9rem;
		line-height: 1.5;
	}
}

.maindesign .rounded-box {
	border-radius: 15px;
	overflow: hidden;
}

.maindesign .top-rounded {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.maindesign .bottom-rounded {
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

.maindesign .sub-heading {
	text-align: center;
	color: #3F68E0;
	line-height: 1.3;
	font-size: 1.35rem;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.maindesign .sub-heading {
		font-size: 4.75vw;
	}
}

.maindesign sup {
	vertical-align: top;
	font-size: 0.6em;
}

.maindesign .feature-lead {
	text-align: center;
	line-height: 1.5;
	font-size: 1.0rem;
	color: #757575;
}

@media screen and (max-width:767px) {
	.maindesign .feature-lead {
		font-size: 0.9rem;
		text-align: left;
	}
}

.maindesign .detail-btn {
	display: flex;
	justify-content: center;
}
.maindesign .detail-btn--inner {
	cursor: pointer;
	display: inline-block;
	border-radius: 30px;
	padding: 10px 50px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	background-color: #3f68e0;
}

.maindesign video {
	width: 100%;
}


.maindesign .half-video {
	display: flex;
	justify-content: center;
}
.maindesign .half-video--inner {
	width: 50%;
}
@media screen and (max-width:767px) {
	.maindesign .half-video--inner {
		width: 100%;
	}
}

.maindesign .half-col {
	display: flex;
	justify-content: space-between;
}
.maindesign .half-col--item {
	width: 49%;
}

@media screen and (max-width:767px) {
	.maindesign .half-col {
		flex-wrap: wrap;
	}
	.maindesign .half-col--item {
		width: 100%;
	}
	.maindesign .half-col .half-col--item:not(:first-child) {
		margin-top: 20px;
	}
}

.maindesign .performance-box {
	display: flex;
	flex-direction: column;
}
.maindesign .performance-box--grow {
	flex-grow: 1;
}
.maindesign .performance-txt {
	background-color: #F8F8F8;
	padding: 30px;
}

.maindesign .performance-txt--ttl {
	font-size: 1.1rem;
	font-weight: bold;
}
.maindesign .performance-txt--lead {
	margin-top: 15px;
	flex-grow: 1;
	line-height: 1.5;
	font-size: 1.0rem;
	color: #757575;
}
@media screen and (max-width:767px) {
	.maindesign .performance-txt--ttl {
		font-size: 1.0rem;
	}
	.maindesign .performance-txt--lead {
		font-size: 0.9rem;
	}
}


.maindesign .third-col {
	display: flex;
	justify-content: space-between;
}
.maindesign .third-col--item {
	width: 32%;
}
@media screen and (max-width:767px) {
	.maindesign .third-col {
		flex-wrap: wrap;
	}
	.maindesign .third-col--item {
		width: 100%;
	}
	.maindesign .third-col .third-col--item:not(:first-child) {
		margin-top: 20px;
	}
}


.maindesign .quarter-col {
	display: flex;
	justify-content: space-between;
}
.maindesign .quarter-col--item {
	width: 24%;
}
@media screen and (max-width:767px) {
	.maindesign .quarter-col {
		justify-content: flex-start;
	}
	.maindesign .quarter-col .quarter-col--item:not(:first-child) {
		margin-left: 15px;
	}
	.maindesign .quarter-col--item {
		width: 300px;
	}
}


@media screen and (max-width:767px) {
	.scroll-box {
		overflow-x: scroll;
		width: 100%;
	}
	.scroll-box--inner {
		width: 1245px;
	}
}

.maindesign .scroll-text {
	margin-bottom: 15px;
}
.maindesign .scroll-text > span {
	font-size: 0.9rem;
	padding: 5px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}

.maindesign .info-col {
	display: flex;
	justify-content: center;
}
.maindesign .info-col--item {
	width: 33%;
}
@media screen and (max-width:767px) {
	.maindesign .info-col--item {
		width: 100%;
	}
}

.maindesign .unit-label {
	display: flex;
	justify-content: center;
}
.maindesign .unit-label--inner {
	display: inline-block;
	padding: 15px 35px;
	background-color: #333;
	font-weight: bold;
	font-size: 1.35rem;
	color: #fff;
	border-radius: 5px;
}
@media screen and (max-width:767px) {
	.maindesign .unit-label--inner {
		padding: 10px 30px;
		font-size: 1.15rem;
	}
}