﻿@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;
}
.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 .mv {
	position: relative;
}
.maindesign .mv--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.maindesign .mv-txt {
	width: 90%;
}
.maindesign .mv-txt--pop {
	color: #ffb217;
	font-weight: bold;
	font-size: 1.1rem;
}
.maindesign .mv-txt--main {
	font-size: 3.5rem;
	font-weight: bold;
	margin-top: 15px;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5);
}
.maindesign .mv-txt--sub {
	font-size: 1.5rem;
	margin-top: 30px;
	font-weight: bold;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5), 0px 0px 4px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:767px) {
	.maindesign .mv--inner {
		top: 30px;
		transform: translate(-50%,0);
	}
	.maindesign .mv-txt {
		width: 100%;
		text-align: center;
	}
	.maindesign .mv-txt--pop {
		font-size: 3.9vw;
	}
	.maindesign .mv-txt--main {
		font-size: 10.0vw;
		margin-top: 10px;
	}
	.maindesign .mv-txt--sub {
		font-size: 4.0vw;
		margin-top: 20px;
	}
}

.maindesign .ecoflow-heading {
	background-image: linear-gradient(180deg, rgba(99, 185, 255, 1), rgba(33, 78, 176, 1) 100%);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 2.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.maindesign .js-kyaku-heading {
	background: transparent !important;
	color: rgba(33, 78, 176, 1) !important;
}
@media screen and (max-width:767px) {
	.maindesign .ecoflow-heading {
		font-size: 6.5vw;
	}
}

.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-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 .ecoflow-icon {
	display: flex;
	justify-content: center;
}
.maindesign .ecoflow-icon--inner {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background-image:gradient(76.15deg, rgba(63, 104, 224, 1) 17.14%, rgba(125, 157, 252, 1) 80.22%);    background-image: linear-gradient(76.15deg, rgba(63, 104, 224, 1) 17.14%, rgba(125, 157, 252, 1) 80.22%);
	background-clip: text;
    -webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 1.35rem;
}
.maindesign .ecoflow-icon--inner::before {
    content: '';
    position: absolute;
    background: inherit;
    background-origin: border-box;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 30px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-repeat: no-repeat;
    inset: 0;
}
.maindesign .js-kyaku-icon {
	background: transparent !important;
	color: rgba(63, 104, 224, 1) !important;
}
.maindesign .js-kyaku-icon::before {
	background: transparent !important;
	border: 1px solid rgba(63, 104, 224, 1);
}

@media screen and (max-width:767px) {
	.maindesign .ecoflow-icon--inner {
		font-size: 4.25vw;
	}
}

.maindesign .sub-heading {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
@media screen and (max-width:767px) {
	.maindesign .sub-heading {
		font-size: 6.25vw;
	}
}

.maindesign .ecoflow-lead {
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.35;
	color: #757575;
}
@media screen and (max-width:767px) {
	.maindesign .ecoflow-lead {
		font-size: 0.9rem;
		text-align: left;
		line-height: 1.5;
	}
}

.maindesign .movie-icon {
	color: #3F68E0;
}
.maindesign .ecoflow-icon--movie:hover {
	cursor: pointer;
}

.maindesign .manual-heading {
	font-weight: bold;
	font-size: 2.0rem;
}
@media screen and (max-width:767px) {
	.maindesign .manual-heading {
		font-size: 5.5vw;
	}
}

.maindesign .manual-lead {
	color: #666;
	line-height: 1.7;
	font-size: 1.1rem;
}
.maindesign .manual-lead__large {
	font-size: 1.3rem !important;
}
.maindesign .manual-lead__black {
	color: #000 !important;
}

@media screen and (max-width:767px) {
	.maindesign .manual-lead {
		font-size: 0.95rem;
	}
	.maindesign .manual-lead__large {
		font-size: 1.1rem !important;
	}
}

.maindesign .manual-sub_heading {
	font-size: 1.65rem;
}
@media screen and (max-width:767px) {
	.maindesign .manual-sub_heading {
		font-size: 5.2vw;
	}
}

.maindesign .manual-img {
	background-color: #f8f8f8;
	padding: 15px 0;
	display: flex;
	justify-content: center;
}
.maindesign .manual-img__white {
	background-color: #fff !important;
}
.maindesign .manual-img--inner {
	width: 800px;
}

.maindesign .info-ttl {
	font-weight: bold;
	color: #000;
	padding: 15px;
	background-color: #f7f7f7;
	font-size: 1.1rem;
}
.maindesign .info-ttl--num {
	width: 2.0em;
	display: inline-block;
}
.maindesign .info-lead {
	margin-left: 2.0em;
	color: #666;
	padding: 10px 15px;
	line-height: 1.5;
	font-size: 1.1rem;
}
.maindesign .info-lead__black {
	color: #000 !important;
}

@media screen and (max-width:767px) {
	.maindesign .info-ttl {
		font-size: 0.9rem;
		padding: 10px 15px;
	}
	.maindesign .info-ttl--num {
		width: 1.5em;
	}
	.maindesign .info-lead {
		padding: 10px 15px;
		margin-left: 1.5em;
		font-size: 0.9rem;
	}
}


.maindesign .controls-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .controls-list--item {
	width: 50%;
	flex-wrap: wrap;
	font-size: 1.1rem;
	padding: 15px 10px;
	color: #666;
}
.maindesign .controls-list--num {
	display: inline-block;
	width: 2.0em;
	font-weight: bold;
}
.maindesign .controls-list--item__white {
	background-color: #fff;
}
.maindesign .controls-list--item__gray {
	background-color: #f7f7f7;
}

@media screen and (max-width:767px) {
	.maindesign .controls-list--item-01 {
		order: 1;
		background-color: #f7f7f7;
	}
	.maindesign .controls-list--item-02 {
		order: 2;
		background-color: #fff;
	}
	.maindesign .controls-list--item-03 {
		order: 3;
		background-color: #f7f7f7;
	}
	.maindesign .controls-list--item-04 {
		order: 4;
		background-color: #fff;
	}
	.maindesign .controls-list--item-05 {
		order: 5;
		background-color: #f7f7f7;
	}
	.maindesign .controls-list--item-06 {
		order: 6;
		background-color: #fff;
	}
	.maindesign .controls-list--item {
		width: 100%;
		font-size: 0.95rem;
	}
}

.maindesign .manual-notes {
	padding: 15px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
}
.maindesign .manual-notes--icon {
	width: 50px;
}
.maindesign .manual-notes--txt {
	font-size: 1.1rem;
	color: #666;
	line-height: 1.35;
}
.maindesign .manual-notes--txt__black {
	color: #000 !important;
}

@media screen and (max-width:767px) {
	.maindesign .manual-notes--icon {
		width: 2.5em;
	}
	.maindesign .manual-notes--txt {
		width: calc(100% - 3.0em);
		font-size: 0.95rem;
	}
}


.maindesign .light-list .light-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .light-list--ttl {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #333;
	font-size: 1.1rem;
}
.maindesign .light-list--icon {
	width: 45px;
	margin-right: 15px;
}
.maindesign .light-list--lead {
	margin-top: 10px;
	margin-left: 60px;
	color: #666;
	line-height: 1.35;
}

@media screen and (max-width:767px) {
	.maindesign .light-list .light-list--item:not(:first-child) {
		margin-top: 15px;
	}
	.maindesign .light-list--ttl {
		font-size: 1.0rem;
	}
	.maindesign .light-list--icon {
		width: 30px;
		margin-right: 10px;
	}
	.maindesign .light-list--lead {
		margin-top: 5px;
		margin-left: 40px;
		font-size: 0.9rem;
	}
}

.maindesign .caption {
	display: flex;
	justify-content: space-around;
}
.maindesign .caption--item {
	display: inline-block;
}

.maindesign .caption-list > * {
	margin-top: 30px;
}
.maindesign .caption-list--lead {
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	.maindesign .caption-list > * {
		margin-top: 20px;
	}
	.maindesign .caption-list--lead {
		margin-top: 5px;
	}
}

.maindesign .gray-container {
	padding: 15px;
    background-color: #f7f7f7;
}
.maindesign .manual-list > * {
	margin-top: 10px;
}

.maindesign .border-list .border-list--item:nth-child(odd) {
	background-color: #f7f7f7;
}
.maindesign .border-list--item {
	display: flex;
	justify-content: space-between;
	padding: 15px 5px 15px 15px;
}
.maindesign .border-list--left {
	width: 40%;
}
.maindesign .border-list--right {
	width: 55%;
}

@media screen and (max-width:767px) {
	.maindesign .border-list {
		overflow-x: scroll;
		width: 100%;
	}
	.maindesign .border-list--item {
		width: 570px;
	}
	.maindesign .border-list--left {
		width: 250px;
	}
	.maindesign .border-list--right {
		width: 320px;
	}
}

.maindesign .scroll-text > span {
	font-size: 0.9rem;
	padding: 5px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}

.maindesign .button-list .button-list--item:not(:first-child) {
	margin-top: 50px;
}
.maindesign .button-list--ttl {
	display: flex;
	align-items: center;
}
.maindesign .button-list--icon {
	width: 50px;
	margin-right: 20px;
}
.maindesign .button-list--lead {
	margin-left: 70px;
	margin-top: 10px;
}
.maindesign .button-list--lead > *:not(:first-child) {
	margin-top: 10px;
}
.maindesign .indent-list > *:not(:first-child) {
	margin-top: 10px;
}
.maindesign .indent-list > * {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width:767px) {
	.maindesign .button-list .button-list--item:not(:first-child) {
		margin-top: 30px;
	}
	.maindesign .button-list--icon {
		width: 35px;
		margin-right: 10px;
	}
	.maindesign .button-list--lead {
		margin-left: 0;
	}
}

.maindesign .manual-qr {
	display: flex;
}
.maindesign .manual-qr--icon {
	width: 80px;
	margin-right: 20px;
}

.maindesign .js-kyaku-link {
	pointer-events: none;
	display: inline-block;
}

.maindesign .indent-txt {
	display: flex;
}
.maindesign .indent-txt--num {
	width: 1.5em;
	display: inline-block;
}

.maindesign .rule {
	display: flex;
	align-items: center;
}
.maindesign .rule--icon {
	width: 100px;
	margin-right: 40px;
}
.maindesign .rule--txt {
	width: calc(100% - 140px);
}

@media screen and (max-width:767px) {
	.maindesign .rule {
		justify-content: center;
		flex-wrap: wrap;
	}
	.maindesign .rule--icon {
		margin-right: 0;
	}
	.maindesign .rule--txt {
		width: 100%;
		margin-top: 10px;
	}
}