@charset 'utf-8';

/* base */

*, *::before, *::after{
	line-height: 1.4;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	transition: .4s;
}

a:hover{
	opacity: 0.6;
}

html{
	font-family: Noto Sans JP,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}

.wrapper{
	/* width: 100%;
	margin: 0 auto; */
}

.container{
	width: 80%;
	margin: 0 auto;
	/* background-color: aqua; */
}

.inner{
	width: 80%;
	margin: 0 auto;
	/* background-color: red; */
}

/* original */

/* ヘッダー */

header{
	width: 100%;
	padding: 1em 0;
	background-color: #000;
	position: fixed;
	z-index: 100;
}

.header-inner{
	width: 100%;
}






.header-logo{
	width: 12%;
	margin: 0 auto;
}

.header-logo img{
	width: 100%;
}

/* メインスライダー */



.main-visual{
	width: 100%;
	height: 90em;
	background: url(../img/main-visual-bg2.jpg) no-repeat center center;
	background-size: cover;
}

.main-visual-heading{
	/* font-size: 6em; */
	font-size: 4vw;
	padding-top: 2.5em;
	font-family: Noto Serif JP;
}

.main-visual-logo{
	width: 40%;
	padding-top: 16em;
}

.main-visual-logo img{
	width: 100%;
}

/* TECHNOLOGY */

.technology{
	width: 100%;
	background-color: #000;
}

.technology-inner{
	padding-top: 15em;
	padding-bottom: 15em;
}

.mv{
	width: 100%;
	padding-bottom: 5em;
}

.mv video{
	width: 100%;
}

.technology-heading, .typo-round-heading{
	/* width: 70%; */
	/* margin: 0 auto; */
	/* padding-top: 2em; */
	/* font-size: 84px; */
	font-size: 4vw;
	text-shadow: 0 0 10px #4dbbcf,0 0 10px #4dbbcf;
	font-family: Noto Serif JP,Typo Round Regular Demo;
	color: #4dbbcf;
	text-align: center;
	letter-spacing: 0.2em;
	padding-bottom: 0.5em;
}

.technology-heading img{
	width: 60%;
	/* text-shadow: 0 0 10px #4dbbcf; */
}

.technology-subheading{
	text-align: center;
	/* font-size: 36px; */
	font-size: 1.9vw;
	color: #fff;
	line-height: 1.4;
}

.line{
	width: 2px;
	height: 8em;
	background-color: #4dbbcf;
	margin: 0 auto;
	margin-top: 4em;
}

.description{
	/* font-size: 23px; */
	font-size: 1.5vw;
	padding-top: 2em;
	color: #fff;
	line-height: 2.5;
}

.warning{
	/* font-size: 18px; */
	font-size: 1.2vw;
	color: #fff;
	padding-bottom: 3em;
}

.evidence{
	color: #4dbbcf;
	/* font-size: 25px; */
	font-size: 1.6vw;
	padding-bottom: 1em;
	display: block;
}

.evidence::after{
	content: ">";
	display: inline-block;
	color: #4dbbcf;
}

.purchase{
	width: 60%;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: #000;
	letter-spacing: 0.05em;
	/* font-size: 30px; */
	font-size: 1.8vw;
	margin: 0 auto;
	margin-top: 2.5em;
	display: block;
	text-align: center;
	color: #fff;
	padding: 0.5em 0;
}

.purchase::before{
	content: "";
	display: block;
	background: url(../img/purchase-icon.png) center center no-repeat;
	/* width:100%;
	height: 100%;
	background-size: 20px 20px; */
}

/* HIGH PROTECTION */
.high-protection{
	/* width: 100%; */
	/* height: 60em; */
	/* background: url(../img/high-protection.png) no-repeat center center; */
	/* background-position: center center; */
	/* background-size: cover; */
}

.bg-slider01{
	/*width: 100vw;*/
	height: 100vh;
	/* background-position: center center; */
	/* background-size: cover; */
	 width: 100%; 
	/* height: 60em; */
	background-position: center center;
	background-size: cover;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.high-protection-logo{
	width: 15%;
	padding-top: 15em;
}

.high-protection-heading img{
	/* font-family: Typo Round Regular Demo;
	font-size: 4vw;
	line-height: 1.0;
	padding-top: 1.5em; */
	display: block;
	width: 55em;
	padding-top: 15em;
}


.high-protection-heading-sp{
	display: none;
}

/* N95 */
.n95{
	width: 100%;
	background-color: #000;
	padding: 10em 0 5em 0;
}

.n95-heading{
	/* font-size: 36px; */
	font-size: 2.5vw;
	color: #4dbbcf;
	/* padding-top: 4em; */
	/* padding-bottom: 1em; */
	text-align: center;
	font-family: Noto Serif JP;
}

.washable{
	background-color: #dedfdb;
	background: url(../img/washable-bg.png) no-repeat left center;
	width: 100%;
	height: 55em;
	height: 37vw;
	background-size: contain;
	position: relative;
}

.washable-icon{
	width: 23%;
	padding-top: 15em;
	padding-right: 5em;
	display: block;
	margin-left: auto;
}

.washable-heading{
	color: #000;
	font-family: Typo Round Regular Demo;
	/* font-size: 60px; */
	font-size: 3.7vw;
	text-align: right;
	padding-top: 1em;
}

.washable-mask2{
	position: absolute;
	width: 40%;
	top: 7em;
	left: 30em;
}

/* 繰り返し可能 */
.repetition-possible{
	width: 100%;
	background-color: #000000;
	color: #4dbbcf;
}

.repetition-possible-heading{
	font-size: 36px;
	font-size: 2.5vw;
	text-align: center;
	padding-top: 4em;
	font-family: Noto Serif JP;
}

.how-to-wash-heading{
	text-align: center;
	background-color: #4dbbcf;
	color: #000;
	/* font-size: 26px; */
	font-size: 1.8vw;
	padding: 0.3em 0;
	margin-top: 3em;
}

.how-to-wash-inner{
	display: flex;
	align-items: center;
	padding-top: 6em;
}

.how-to-wash-icon{
	width: 20%;
	margin-left: 2em;
}

.how-to-wash-icon img{
	width: 100%;
}

.how-to-wash-desc{
	font-size: 1.2vw;
	/* padding-top: 2em; */
	line-height: 1.4;
	color: #fff;
	padding-left: 1.5em;
}

.how-to-wash-desc span{
	/* font-size: 2em; */
	font-size: 2.3vw;
}

/* 捕らえて、滅する */
.perish{
	width: 100%;
	background-color: #000;
}

.perish-heading{
	text-align: center;
	font-family:Noto Serif JP, Noto Sans JP;
	font-weight: 100;
	text-shadow: 0 0 10px #4dbbcf,0 0 10px #4dbbcf;
	/* font-size: 82px; */
	font-size: 5.2vw;
	color: #4dbbcf;
	vertical-align:baseline;
	padding-top: 1.5em;
}

.perish-inner{
	width: 100%;
	background: url(../img/perish-frame.png) center top no-repeat;
	background-size: contain;
	/* background-color: aqua; */
	/* height: 82em; */
	height: 55vw;

}

.perish-img{
	width: 60%;
	margin: 0 auto;
	padding-top: 8em;
	display: block;
}

.perish-desc{
	font-size: 22px;
	font-size: 1.4vw;
	line-height: 1.8;
	color: #4dbbcf;
	padding-top: 1em;
}

.perish-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.perish-contents{
	width: 30%;
	/* background-color: red; */
	text-align: center;
	padding-top: 10em;
}

.perish-contents-heading01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
}
.perish-contents-heading02{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
}
.perish-contents-heading03{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 75%;
	margin: 0 auto;
}

.perish-contents .perish-contents-heading01 img{

}

.perish-contents .perish-contents-heading01 h3{
	text-align: center;
	/* font-size: 36px; */
	font-size: 2.6vw;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	display: inline-block;
}
.perish-contents .perish-contents-heading02 h3{
	text-align: center;
	font-size: 36px;
	font-size: 2.6vw;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	display: inline-block;
}
.perish-contents .perish-contents-heading03 h3{
	text-align: center;
	/* font-size: 36px; */
	font-size: 2.5vw;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	display: inline-block;
}

/* .perish-contents h3::before{
	content: "";
	display: block;
	background: url(../img/perish-content01.png) center center no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height:50px;
	position: absolute;
	left: 1em;
} */

.perish-contents p{
	font-size: 22px;
	font-size: 1.4vw;
	padding-top: 1em;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 2;
	text-align-last: left;
}

/* DESIGN */
.design{
	width: 100%;
	background-color: #000;
	padding-top: 15em;
}



.design-bg01{
	margin-top: 0.5em;
	/* background: url(../img/design-bg01-1.png) center center no-repeat;
	background-size: cover;
	height: 60em; */
}

.design-bg01 , .design-bg02 , .lineup-bg{
	width: 100%;
}



.design-bg02{
	margin-top: 5em;
	/* background: url(../img/design-bg02-1.png) center center no-repeat;
	background-size: cover;
	height: 60em; */
}

/* SPEC */
.spec{
	padding-top: 15em;
	background-color: #000;
}

.spec-wrapper{
	background-color: #dedfdb;
	padding-bottom: 3em;
	width: 100%;
}

.spec-inner{
	width: 100%;
}

.line-up-heading{
	font-family: Typo Round Regular Demo;
	text-align: center;
	/* font-size: 51px; */
	font-size: 3.3vw;
	padding-top: 2.5em;
	letter-spacing: 0.1em;
}

.line-up-content{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	margin-top: 5em;
	margin-bottom: 5em;
}

.line-up-contents{
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	width: 50%;
	/* display: block; */
}

.line-up-img{
	width: 16vw;
}

.line-up-desc{
	padding-left: 2em	;
}

.line-up-desc p{
	/* font-size: 23px; */
	font-size: 1.6vw;
}

.line-up-desc img{
	padding-top: 1em;
	width: 6vw;
}



/* .line-up-bg{
	width: 100%;
	height: 40em;
	background: url(../img/lineup-img01.png) no-repeat center center;
	background-size: cover;
} */

.size-bg{
	width: 100%;
	height: 50em;
	height: 33vw;
	background: url(../img/size-bg.png) no-repeat center center;
	background-size: cover;
	position: relative;
}

.size-heading{
	margin: 0 auto;
	width: 10em;
	padding: 10em 0 2em 0;
}

.size-img{
	width: 100%;
	position: relative;
}

.size-img img{
	width: 100%;
}


/* サークル */
.circle{
	background-color: #4dbbcf;
	background-color: transparent;
	width:1.8vw ;
	height:1.8vw ;
	z-index: 10;
	position: absolute;
	cursor: pointer;
}

.type-a{
	bottom: 14.8vw;
	left: 30.5vw;
}
.type-b{
	bottom: 12.5vw;
	right: 34.5vw;
}
.type-c{
	bottom: 14.5vw;
	right: 35.8vw;
}
.type-d{
	bottom: 2.8vw;
	left: 33.6vw;
}
.type-e{
	bottom: 3.1vw;
	left: 30.8vw;
}
.type-f{
	bottom: 14.4vw;
	right: 33.2vw;
}
.type-g{
	bottom: 12.2vw;
	left: 35vw;
}



.size{
	width: 50%;
	margin: 0 auto;
	padding-top: 5em;
}

.size img{
	width: 100%;
}

/* サイズ表 */
table{
	width: 100%;

}

th,td{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 1.7vw;
	padding: 0.3em;
	border: 2px solid #fff;
	color: #fff;
	background-color: #000;
}

.size-name{
	padding-right: 1em;
	padding-left: 1em;
	/* background-color: #000;
	color: #fff; */
}

.size-contents, .first-size-name{
	background-color: transparent;
	color: #000;
}

.size-name:hover + th{
	text-decoration: underline;
}

.underline{
	text-decoration: underline;
}

.size-warning{
	text-align: right;
	font-size: 1.2vw;
}

.br-sp{
	display: none;
}


/* よくある質問 */

.question-wrapper{
	background-color: #000;
	padding-top: 5vw;
}
.question{
	width: 100%;
	background-color: #000;
}

.question-title{
	color: #4dbbcf;
	padding-top: 5em;
}

.question-subheading{
	color: #000;
}

.question-subheading{
	margin-bottom: 2em;
}

.question-content{
	width: 100%;
}

.questions{
	font-size: 1.4vw;
	padding-bottom: 1em;
	padding-top: 1em;
	border-top: 1px solid #BCE2C6;
	font-weight: bold;
	color: #fff;
}

.questions::before{
	content: "Q";
	display: inline-block;
	font-size: 1.4vw;
	font-weight: bold;
	padding-right: 0.5em;
	color: #4dbbcf;
}

/* .questions::after{
	content: "+";
	float: right;
	color: #3BBF5F;
	font-size: 20px;
} */


.questions span{
	font-size: 18px;
	color: #4dbbcf;
	float: right;
	color: #fff;
}

.answer{
	font-size: 1.4vw;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #fff;
	display: none;
}
/*
.answer-open{
	display: block;
} */

.answer::before{
	content: "A";
	display: inline-block;
	font-size: 1.4vw;
	font-weight: bold;
	padding-right: 0.5em;
	color: #4dbbcf;
}




/* アコーディオンメニュー */
#faq-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}




/* フッター */
footer{
	width: 100%;
	background-color: #000;
	padding-top: 10em;
	padding-bottom: 3em;
}

.coryright{
	/* font-size: 18px; */
	font-size: 1.3vw;
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1098px){
	.perish-contents {
		padding-top: 3em;
	}
	.perish-img {
		padding-top: 7em;
	}
	.perish-contents-heading01 h3 {
		font-size: 2.3vw !important;
	}
	.perish-contents-heading02 h3 {
		font-size: 2.3vw !important;
	}
	.perish-contents-heading03 h3 {
		font-size: 2.3vw !important;
	}
  }
	@media screen and (min-width: 1099px) and (max-width: 1199px){
		.perish-contents {
			padding-top: 4em;
		}
		.perish-img {
			padding-top: 8em;
		}
		.perish-contents-heading01 h3 {
			font-size: 2.4vw !important;
		}
		.perish-contents-heading02 h3 {
			font-size: 2.4vw !important;
		}
		.perish-contents-heading03 h3 {
			font-size: 2.4vw !important;
		}
	  }

@media screen and (min-width: 851px) and (max-width: 1024px){
	.perish-contents {
		padding-top: 3em;
	}
	.perish-img {
		padding-top: 6em;
	}
	.perish-contents-heading01 h3 {
		font-size: 2.1vw !important;
	}
	.perish-contents-heading02 h3 {
		font-size: 2.1vw !important;
	}
	.perish-contents-heading03 h3 {
		font-size: 2.1vw !important;
	}
  }
	@media screen and (min-width: 751px) and (max-width: 850px){
		.perish-contents {
			padding-top: 3em;
		}
		.perish-img {
			padding-top: 4em;
		}
		.perish-contents-heading01 h3 {
			font-size: 2.1vw !important;
		}
		.perish-contents-heading02 h3 {
			font-size: 2.1vw !important;
		}
		.perish-contents-heading03 h3 {
			font-size: 2.1vw !important;
		}
	  }
	@media screen and (min-width: 670px) and (max-width: 750px){
		.perish-contents {
			padding-top: 6em !important;
		}
		.perish-img {
			padding-top: 9em !important;
		}
	  }
	@media screen and (min-width: 460px) and (max-width: 669px){
		.perish-contents {
			padding-top: 5em !important;
		}
		.perish-img {
			padding-top: 8em !important;
		}
	  }
