﻿@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 sup {
	vertical-align:text-top;
	font-size:small;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.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: 15px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
}


.maindesign .poster-heading {
	display: flex;
	align-items: center;
}
.maindesign .poster-heading--icon {
	width: 25px;
	margin-right: 10px;
}
.maindesign .poster-heading--txt {
	font-size: 1.5rem;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .poster-heading--icon {
		width: 20px;
	}
	.maindesign .poster-heading--txt {
		font-size: 1.25rem;
	}
}


.maindesign .poster-transition {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.maindesign .poster-transition--arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 150px;
}
.maindesign .poster-transition--item {
	width: 48%;
}
.maindesign .poster-before {
	position: relative;
}
.maindesign .poster-after {
	position: relative;
}
.maindesign .poster-before::before {
	content: '《施工中》';
	position: absolute;
	top: 10px;
	left: 5px;
	padding: 10px;
	font-size: 1.2rem;
}
.maindesign .poster-after::after {
	content: '《施工後》';
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 1.2rem;
}

@media screen and (max-width:767px) {
	.maindesign .poster-transition {
		flex-wrap: wrap;
	}
	.maindesign .poster-transition--arrow {
		transform: translate(-50%,-50%) rotate(90deg);
		width: 75px;
	}
	.maindesign .poster-transition--item {
		width: 100%;
	}
	.maindesign .poster-after {
		margin-top: 30px;
	}
}

.maindesign .poster-features {
	margin-top: 15px;
}
.maindesign .poster-features .poster-features--item:not(:first-child) {
	margin-top: 25px;
}
.maindesign .poster-feature--phrase {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.35;
	color: #005eae;
}
.maindesign .poster-feature--lead {
	line-height: 1.35;
	font-size: 1.1rem;
	margin-top: 10px;
}
.maindesign .poster-feature--lead__bold {
	font-weight: bold;
}
.maindesign .poster-feature--lead__inline-block {
	display: inline-block;
}

@media screen and (max-width:767px) {
	.maindesign .poster-feature--phrase {
		font-size: 1.1rem;
	}
	.maindesign .poster-feature--lead {
		font-size: 0.95rem;
	}
}


.maindesign .poster-table dd,
.maindesign .poster-table dt {
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.maindesign .poster-table__gray {
	background-color: #ddd;
}
.maindesign .poster-table--primary {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.maindesign .poster-table--primary dl {
	display: flex;
}
.maindesign .poster-table--primary dt,
.maindesign .poster-table--primary dd {
	width: 50%;
}
.maindesign .poster-table--primary dt {
	border-bottom: 1px solid #999;
}
.maindesign .poster-table--primary dd {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.maindesign .poster-table--secondary {
	display: flex;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.maindesign .poster-table--secondary dl:not(:nth-child(3)):not(:nth-child(4)) {
	width: 25%;
}
.maindesign .poster-table--secondary dl:nth-child(3) {
	width: 30%;
}
.maindesign .poster-table--secondary dl:nth-child(4) {
	width: 20%;
}
.maindesign .poster-table--secondary dl:not(:first-child)  {
	border-left: 1px solid #999;
}
.maindesign .poster-table--secondary dl dd {
	border-top: 1px solid #999;
}
.maindesign .poster-table__blue {
	background-color: #c7e1f5;
	border-left: 2px solid #12446a !important;
	border-right: 2px solid #12446a !important;
}
.maindesign .poster-table__blue-top {
	border-top: 2px solid #12446a !important;
}
.maindesign .poster-table__blue-bottom {
	border-bottom: 2px solid #12446a !important;
}
.maindesign .poster-table--center {
	justify-content: center;
}
.maindesign .poster-table--notes {
	margin-top: 10px;
	font-size: 0.9rem;
	line-height: 1.35;
}
.maindesign .poster-table--notes__bold {
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.maindesign .poster-table dd,
	.maindesign .poster-table dt {
		padding: 0 5px;
		font-size: 3.25vw;
		line-height: 1.15;
	}
	.maindesign .poster-table--primary dd,
	.maindesign .poster-table--primary dt,
	.maindesign .poster-table--secondary dt{
		height: 40px;
	}
	.maindesign .poster-table--secondary dd {
		height: 80px;
	}
	.maindesign .poster-table--secondary dl:nth-child(3) {
		width: 25%;
	}
	.maindesign .poster-table--secondary dl:nth-child(4) {
		width: 25%;
	}
	.maindesign .poster-table--notes {
		font-size: 0.8rem;
	}
}


.maindesign .torioki-block {
	max-width: 860px;
    margin-inline: auto;
}
.maindesign .torioki-block--btn {
	margin-top: 30px;
	position: relative;
	background-color: #979797;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
	max-width: 480px;
	margin-inline: auto;
}
.maindesign .torioki-block--btn:hover {
	opacity: 0.75;
	transition: 0.6s;
}
.maindesign .torioki-block--btn-inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
	font-weight: bold;
}
.maindesign .torioki-block--btn-inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}