.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .mgt20{margin-top: 20px!important;}
.maindesign .insert-container {
	margin: 50px 0;
}

#html1 .kokoro-product-block{
    display: none !important;
}
#store-device-html1 .front-product-block{
    display:none !important;
}
#store-device-html1 .kokoro-product-block{
    display:block !important;
}
.maindesign .explanation{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.maindesign .explanation--block-l{
	width: 30%
}
.maindesign .explanation--block-r{
	width: 68%
}

@media screen and (max-width:767px) {
	.maindesign .insert-container {
		margin: 30px 0;
	}
.maindesign .explanation--block-r{
	width: 100%
}
.maindesign .explanation--block-l{
	width: 100%
}
}

.maindesign .award-container {
	width: 1200px;
    margin: auto;
    padding-bottom: 50px
}
.maindesign .award-goods {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.maindesign .award-goods--block {
	width: 48%;
}
.maindesign .award-goods--btn {
	margin-inline: auto;
}
.maindesign .award-goods .award-goods--block:nth-child(n+3) {
	margin-top: 30px;
}
.maindesign .award-container h2{
	font-size: 1.6em;
	width: 1200px;
	margin: 30px auto 10px;
	    padding: 30px 0 20px;
	/*color: #333;
	text-align: center;*/
}
.maindesign .background-bk {
    background-color: #000;
	padding-bottom: 20px;
}
	.maindesign .award-container {
		width: auto;
		padding: 0 10px;
	}
@media screen and (max-width:767px) {
	.maindesign .award-container h2{
	/*text-align: center;
	width: auto;
	margin: 30px auto 10px;
	color: #333;*/
	font-size: 1.4em;
}
	.maindesign .award-goods--block {
		width: 100%;
	}
	.maindesign .award-goods .award-goods--block:nth-child(n+2) {
		margin-top: 30px;
	}
}
.maindesign .color-wh {
    color: #fff;
}
.maindesign .award-description {
	margin-top: 30px;
}
.maindesign .award-description .award-description--item:not(:first-child) {
	margin-top: 20px;
}
.award-description--item {
	color: #fff;
	font-size: 1.0rem;
    line-height: 1.3;
}