@charset'utf-8';

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



/*==============================
	Common
==============================*/
#list-area { padding:2em 0; color:#555; }

#list-area p { }
#list-area p.info { width:calc(100% - 1em); margin:1em auto; text-align:right; font-size:.8em; line-height:1.4em; }
#list-area p.info + .info { margin-top:.4em; }

#list-area a { color:#555; }

#list-area .inline { width:100%; max-width:1000px; margin:auto; }


@media screen and (max-width:767px) {
#list-area { padding:1em 0; }
#list-area p.info { text-align:left; }
}

@media screen and (max-width:425px) {
#list-area p.info { font-size:12px; }
}



/*==============================
	Title
==============================*/
/*h1*/
#list-area h1.title {	width:96%;	max-width:1000px;	margin:0 auto;	text-align:center;	font-size:1.4em; }
#list-area h1.title:before {	position:relative;	top:.5em;	content:'';	display:block;	width:60%;	height:1px;	margin:0 auto;	background:#35380A; }
#list-area h1.title span {	position:relative;	padding:0 1em;	letter-spacing:2px;	background:#fff; }

#list-area h1 + .sub-title,
#list-area h1.sub-title {	text-align:center;	font-size:1.2em;	font-weight:500; color:#595757;	letter-spacing:2px; }
#list-area h1 + .sub-title { margin:.5em auto 2em; }
#list-area h1.sub-title { margin-bottom:1em; }


/*h2*/
#list-area h2 {	position:relative;	margin-bottom:1em;	text-align:center;	font-size:1.3em;	line-height:1.6em; }
#list-area h2 span,
#list-area h2 span > * { position:relative; }
#list-area h2 span { letter-spacing:1px; }
#list-area h2 i { font-style:normal; }
#list-area h2 b { font-size:1.4em; font-weight:500; }


/*h3*/
#list-area h3 { font-size:1.1em; line-height:1.6em; }


@media screen and (min-width:768px) {
#list-area h2 i { margin-right:.4em; }
}

@media screen and (max-width:767px) {
#list-area h1.title { font-size:1.2em; }
#list-area h1 + .sub-title { margin-bottom:1.4em; font-size:1em; }
#list-area h1.sub-title { margin-bottom:.4em; font-size:1.1em; }
#list-area h1.title:before { width:calc(100% - 3em); }
#list-area h2 { font-size:1.2em; }
}

@media screen and (max-width:400px) {
#list-area h1.title:before { width:calc(100% - 1em); }
#list-area h1.title span {	padding:0 .4em; }
}



/*==============================
	Main visual
==============================*/
#list-area #main-visual img {
	display:block;
	width:calc(100% - 2em);
	max-width:800px;
	margin:auto;
}
#list-area #main-visual .title + img { margin-top:2em; }

#list-area #main-visual img + p,
#list-area #main-visual picture + p {
	margin:2em auto;
	text-align:center;
	font-size:1.1em;
	line-height:1.8em;
	word-break:keep-all;
	word-wrap:break-word;
}


@media screen and (max-width:500px) {
#list-area #main-visual img + p,
#list-area #main-visual picture + p { font-size:1em; }
}

@media screen and (max-width:400px) {
#list-area #main-visual img + p,
#list-area #main-visual picture + p { font-size:.9em; }
}



/*==============================
	商品ラインナップ　Item lineup
==============================*/
#list-area #item-lineup { margin-top:4em; padding:4em 0; background:#f1f1f1; }

#list-area #item-lineup > p { width:calc(100% - 1em); margin:0 auto 2.4em; text-align:center; }
#list-area #item-lineup p.info { width:calc(100% - 2em); }

#list-area #item-lineup p.pickup {
 position:relative;
 top:-1.6em;
 display:block;
 width:calc(100% - 3em);
 max-width:600px;
 margin:auto;
 padding:.8em 1em;
 text-align:center;
 font-size:1.1em;
 line-height:1.46em;
 letter-spacing:1px;
 background:#fff;
 border-radius:4em;
 z-index:1;
}
#list-area #item-lineup p.pickup:before { content:''; position:absolute; top:100%; left:calc(50% - .6em); border:.6em solid transparent; border-top:.8em solid #fff; }
#list-area #item-lineup p.pickup > span { margin-right:.2em; padding:0 .2em; background:#f3f3f3; }
#list-area #item-lineup p.pickup b { position:relative; top:1px; display:inline-block; margin:0 .1em; font-size:1.3em; font-weight:500; }
#list-area #item-lineup p.pickup b span { position:relative; top:-.1em; font-size:.7em; }

#list-area #item-lineup > h4 { margin:2em auto; text-align:center; font-size:1.2em; }

#list-area #item-lineup ul { justify-content:center; align-items:flex-start; width:100%; max-width:1400px; margin:auto; }

#list-area #item-lineup li a:hover { background:rgba(255,255,255,.8); }

#list-area #item-lineup li:not(.set) { width:calc(100%/7); }
#list-area #item-lineup li:not(.set):nth-of-type(n+8) { margin-top:2em; }
#list-area #item-lineup li:nth-of-type(4n+4) { border:none; }

#list-area #item-lineup li.set { width:100%; margin-top:3em; text-align:right; }
#list-area #item-lineup li.set a { margin-right:1em; padding:.8em 1em; border:1px solid; }

#list-area #item-lineup li img { width:auto; max-height:220px; }

#list-area #item-lineup li * + div { margin-top:1em; }
#list-area #item-lineup li * + p { margin-top:.4em; }

#list-area #item-lineup li p.name { font-weight:700; line-height:1.4em; }
#list-area #item-lineup li p.name span { display:block; font-size:.9em; }

#list-area #item-lineup li p.price:before,
#list-area #item-lineup li p.price:after { line-height:1em; }
#list-area #item-lineup li p.price:after { content:'\7A0E\8FBC'; margin-left:.1em; font-size:.8em; }
#list-area #item-lineup li p[class*='cost-free']:before { margin-right:.2em; padding:.2em .3em; font-size:.9em; color:#c85756; border:1px solid; }
#list-area #item-lineup li p.cost-free1:before { content:'\9001\6599\7121\6599'; }
#list-area #item-lineup li p.cost-free2:before { content:'\9001\6599\8FBC'; }
#list-area #item-lineup li p.price.sale:after { color:rgb(var(--txt-red)); }
#list-area #item-lineup li p.price.sale > s { opacity:.6; }
#list-area #item-lineup li p.price.sale > span {
 display:block;
 max-width:9em;
 margin:auto;
 padding:.2em 0 .1em;
 text-align:center;
 font-size:14px;
 line-height:1.2em;
 color:rgb(var(--txt-red));
 border:1px solid;
}
#list-area #item-lineup li p.price.sale > b { font-size:1.26em; font-weight:500; color:rgb(var(--txt-red)); }

#list-area #item-lineup li.hide { position:relative; }
#list-area #item-lineup li.hide:after {
	content:'\FF16\6708\767A\58F2\4E88\5B9A';
	position:absolute;
	top:calc(50% - .5em);
	width:80%;
	margin-left:10%;
	padding:.4em 0;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,.6);
}
#list-area #item-lineup li.hide a { pointer-events:none; }

#list-area #item-lineup a.related-slider { display:block; width:calc(100% - 2em); max-width:500px; margin:4em auto 0; }
#list-area #item-lineup a.related-slider p { text-align:center; }
#list-area #item-lineup a.related-slider img { display:block; width:100%; }
#list-area #item-lineup a.related-slider * + * { margin-top:.4em; }


@media screen and (max-width:1200px) {
#list-area #item-lineup li:not(.set) { width:calc(100%/6); }
#list-area #item-lineup li:not(.set):nth-of-type(n+7) { margin-top:2em; }
}

@media screen and (max-width:1000px) {
#list-area #item-lineup li:not(.set) { width:calc(100%/5); }
#list-area #item-lineup li:not(.set):nth-of-type(n+6) { margin-top:2em; }
}

@media screen and (max-width:800px) {
#list-area #item-lineup ul { justify-content:flex-start; }
#list-area #item-lineup li:not(.set) { width:calc(100%/4); }
#list-area #item-lineup li:not(.set):nth-of-type(n+5) { margin-top:2em; }
}

@media screen and (max-width:767px) {
#list-area #item-lineup { margin-top:3em; padding:3em 0; }
#list-area #item-lineup li img { width:80px; }
}

@media screen and (min-width:601px) {
#list-area #item-lineup li:not(.set) a { display:block; }
#list-area #item-lineup li img { display:block; margin:auto; }
#list-area #item-lineup li p { text-align:center; }
}

@media screen and (min-width:451px) and (max-width:600px) {
#list-area #item-lineup ul { width:calc(100% - 2em); }
#list-area #item-lineup li:not(.set) { width:calc(100%/2); }
#list-area #item-lineup li:not(.set):nth-of-type(n+3) { margin-top:2em; }
#list-area #item-lineup li:not(.set) a { display:flex; justify-content:space-between; align-items:center; }
#list-area #item-lineup li div { width:calc(100% - 80px); }
#list-area #item-lineup li:not(.set):nth-of-type(n+3) div { margin-left:1vw; }
#list-area #item-lineup li p.price.sale > span { margin:0; }
}

@media screen and (max-width:500px) {
#list-area #item-lineup p.pickup { font-size:1em; }
#list-area #item-lineup li img { width:60px; }
#list-area #item-lineup li div { width:calc(100% - 60px); }
#list-area #item-lineup li p.cost-free:before { display:block; width:5em; margin:0; padding:.3em; text-align:center; }
}

@media screen and (max-width:450px) {
#list-area #item-lineup li img { display:block; margin:auto; }
#list-area #item-lineup li div { width:100%; margin:1em auto 0; text-align:center; }
#list-area #item-lineup li.small div { position:relative; top:-2em; margin-bottom:-2em; }
#list-area #item-lineup li p.cost-free:before { margin:auto; }
}

@media screen and (min-width:371px) and (max-width:450px) {
#list-area #item-lineup li:not(.set) { width:calc(100%/3); }
#list-area #item-lineup li:not(.set):nth-of-type(n+4) { margin-top:1em; }
}

@media screen and (max-width:400px) {
#list-area #item-lineup p.pickup { font-size:.9em; }
#list-area #item-lineup li p[class*='cost-free']:before { display:block; margin:0 auto; }
#list-area #item-lineup li p.cost-free1:before { width:5em; }
#list-area #item-lineup li p.cost-free2:before { width:4em; }
#list-area #item-lineup li p.price.sale > span { font-size:12px; }
}

@media screen and (max-width:370px) {
#list-area #item-lineup li:not(.set) { width:calc(100%/2 - 1em); }
#list-area #item-lineup li:not(.set):nth-of-type(2n+1) { margin-left:1em; }
#list-area #item-lineup li:not(.set):nth-of-type(2n+2) { margin-right:1em; }
#list-area #item-lineup li:not(.set):nth-of-type(n+3) { margin-top:1em; }
}



/*==============================
	ポイント　Product feature
==============================*/
#list-area #product-feature { padding-top:4em; }

#list-area #product-feature ul {
	justify-content:center;
	align-items:stretch;
	width:calc(100% - 4em);
	max-width:1000px;
	margin:auto;
}

#list-area #product-feature li h3 { text-align:center; }
#list-area #product-feature li { width:calc(100%/3); padding:0 1em; }
#list-area #product-feature li img {
	display:block;
	width:calc(100% - 4em);
	max-width:160px;
	margin:.6em auto 0;
	border-radius:50%;
}

#list-area #product-feature li img + p { margin-top:.8em; font-size:.96em; line-height:1.8em; }

#list-area #product-feature dl {
	max-width:32em;
	margin:1em auto 0;
	padding:.8em;
	line-height:1.4em;
	background:#eee;
}
#list-area #product-feature dt { margin-bottom:.3em; font-weight:700; line-height:1.4em; }
#list-area #product-feature dd { font-size:.96em; }
#list-area #product-feature dd.link { margin:.8em .2em .4em; text-align:right; }
#list-area #product-feature dd.link a { padding:.2em .6em; color:#f4f0d7; background:#555; }
#list-area #product-feature dl.movie { background:#f4f0d7; }
#list-area #product-feature dl.movie dt {
	padding-left:1.2em;
	background:url(../../img/item/spray/antibug/i-movie.svg) center left / 1em no-repeat;
}

#list-area #product-feature  .modal-window {
	position:fixed;
	top:0;
	display:none;
	width:100%;
	height:100vh;
	z-index:500;
}
#list-area #product-feature .modal-window .outline {
	position:absolute;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.8);
}
#list-area #product-feature .modal-window .inline {
	position:absolute;
	top:50%;
	left:50%;
	width:calc(100% - 4em);
	max-width:600px;
	padding:2em;
	background:#fff;
	transform:translate(-50%,-50%);
}
#list-area #product-feature .modal-window p.modal-close { margin-top:2em; text-align:right; font-size:.9em; }
#list-area #product-feature .modal-window p.modal-close span {
	padding:.4em 1em;
	border:1px solid;
	border-radius:2em;
	cursor:pointer;
}

#list-area #product-feature video,
#list-area #product-feature .youtube,
#list-area #product-feature iframe { width:100%; }


@media screen and (max-width:1000px) {
#list-area #product-feature li { width:calc(100%/2); }
#list-area #product-feature li:nth-of-type(n+3) { margin-top:2em; }
}

@media screen and (max-width:767px) {
#list-area #product-feature { padding-top:3em; }
}

@media screen and (max-width:700px) {
#list-area #product-feature li { width:100%; }
#list-area #product-feature li:nth-of-type(n+2) { margin-top:2em; }
}

@media screen and (max-width:600px) {
#list-area #product-feature li { width:100%!important; max-width:500px; margin:2.4em auto 0; }
#list-area #product-feature li:first-of-type { margin:0 auto; }
}

@media screen and (max-width:400px) {
#list-area #product-feature ul { width:calc(100% - 2em); }
#list-area #product-feature li { padding:0; }
#list-area #product-feature .modal-window .inline { padding:1em 1em 2em; }
}



/*==============================
	配合精油　Blend aromaoil
==============================*/
#list-area #blend-aromaoil { margin-top:4em; padding:4em 0; background:#f5f5f5; }
#list-area #item-lineup + #blend-aromaoil { margin-top:0; padding:4em 0 0; background:none; }

#list-area #blend-aromaoil p.info { width:calc(100% - 2em); }

#list-area #blend-aromaoil h2:nth-of-type(n+2):before {
	content:'';
	display:block;
	width:calc(100% - 2em);
	max-width:1000px;
	margin:2em auto 0;
	padding-top:2em;
	border-top:1px dashed;
}
#list-area #blend-aromaoil h2 + p {
	width:calc(100% - 2em);
	margin:auto;
	text-align:center;
	font-size:1.1em;
	line-height:2em;
	word-break:keep-all;
	word-wrap:break-word;
}

#list-area #blend-aromaoil ul {
	justify-content:center;
	align-items:stretch;
	width:calc(100% - 2em);
	margin:2em auto 0;
	text-align:center;
	font-size:1.06em;
}
#list-area #blend-aromaoil li { max-width:160px; margin-bottom:1em; }
#list-area #blend-aromaoil li img {
	display:block;
	width:calc(100% - 3em);
	margin:0 auto 1em;
	border-radius:50%;
}
#list-area #blend-aromaoil li p { font-size:.9em; line-height:1.4em; }


@media screen and (min-width:1001px) {
#list-area #blend-aromaoil li { width:calc(100%/6); }
}

@media screen and (max-width:1000px) {
#list-area #blend-aromaoil li img { width:calc(100% - 2em); }
}

@media screen and (min-width:601px) and (max-width:1000px) {
#list-area #blend-aromaoil li { width:calc(100%/5); }
}

@media screen and (max-width:767px) {
#list-area #blend-aromaoil { margin-top:3em; padding:3em 0; }
#list-area #item-lineup + #blend-aromaoil { padding-top:3em; }
}

@media screen and (min-width:401px) and (max-width:600px) {
#list-area #blend-aromaoil li { width:calc(100%/4); }
}

@media screen and (max-width:500px) {
#list-area #blend-aromaoil h2 + p { font-size:1em; }
#list-area #blend-aromaoil ul { width:calc(100% - 1em); font-size:.9em; }
}

@media screen and (min-width:371px) and (max-width:400px) {
#list-area #blend-aromaoil li { width:calc(100%/3); }
}

@media screen and (max-width:370px) {
#list-area #blend-aromaoil h2 + p { font-size:.9em; }
#list-area #blend-aromaoil li { width:calc(100%/2); }
#list-area #blend-aromaoil li img { width:calc(100% - 4em); }
}



/*==============================
	効果・効能　Product efficacy
==============================*/
/*#list-area #product-efficacy { padding-top:4em; }*/

#list-area #product-efficacy .icon { text-align:center; font-size:1.1em; line-height:1.6em; }
#list-area #product-efficacy .icon p {
	position:relative;
	display:inline-block;
	margin:0 .4em;
	padding-left:1.4em;
}
#list-area #product-efficacy .icon p:before,
#list-area #product-efficacy .icon p:after { position:absolute; content:''; display:block; color:var(--aromic); }
#list-area #product-efficacy .icon p:before {
	top:.3em;
	left:0;
	width:1.1em;
	height:1.1em;
	border:1px solid;
	border-radius:50%;
}
#list-area #product-efficacy .icon p:after {
	top:.6em;
	left:.32em;
	width:.5em;
	height:.35em;
	border-left:1px solid;
	border-bottom:1px solid;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}


@media screen and (max-width:767px) {
#list-area #product-efficacy { padding-top:3em; }
}

@media screen and (max-width:500px) {
#list-area #product-efficacy .icon { font-size:1em; }
}



/*==============================
	使い方　How to use
==============================*/
#list-area #how-to-use { padding-top:4em; }
#list-area #how-to-use .inline { width:calc(100% - 4em); }

#list-area #how-to-use h3 { text-align:center; }
#list-area #how-to-use * + h3 { margin-top:2em; }

#list-area #how-to-use .icon {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin:1em auto 0;
}
#list-area #how-to-use .icon p {
	margin-bottom:.4em;
	padding:.4em 1em;
	text-align:center;
	font-size:1.1em;
	font-weight:700;
	line-height:1.8em;
	background:#f3f3f3;
	border-radius:.2em;
}
#list-area #how-to-use .icon p:nth-of-type(n+2) { margin-left:.4em; }
#list-area #how-to-use .icon p object { position:relative; top:.3em; width:1.4em; margin-right:.3em; }

#list-area #how-to-use p.marker {
	max-width:800px;
	margin:auto;
	line-height:2.2em;
	background-image:linear-gradient(180deg,#fff 0%,#fff 98%,#ccc 98%,#ccc 100%);
	background-size:100% 2.14em;
}
#list-area #how-to-use .icon + p { margin-top:1em; }

#list-area #how-to-use figure {
	display:flex;
	justify-content:center;
	align-items:center;
	width:calc(100% - .4em);
	margin:2% auto 0;
}
#list-area #how-to-use figure img { width:calc(100%/3); border-radius:.1em; }
#list-area #how-to-use figure img:nth-of-type(n+2) { margin-left:.2em; }


@media screen and (max-width:850px) {
#list-area #how-to-use .icon p { font-size:1em; }
}

@media screen and (max-width:767px) {
#list-area #how-to-use { padding-top:3em; }
}

@media screen and (max-width:400px) {
#list-area #how-to-use .inline { width:calc(100% - 2em); }
}


/*==============================
	関連商品　Related products
==============================*/
#list-area #related-products { padding-top:4em; }
#list-area #related-products .related-products { width:calc(100% - 2em); max-width:1000px; margin:auto; }

#list-area #related-products ul { width:100%; max-width:750px; margin:auto; padding:0 1em 8px; overflow-x:auto; white-space:nowrap; }
#list-area #related-products li { display:inline-block; width:200px; vertical-align:top; white-space:normal; }
#list-area #related-products li:nth-of-type(n+2) { margin-left:1em; }
#list-area #related-products li a { display:block; }
#list-area #related-products li img { width:100%; border:1px solid #ccc; }
#list-area #related-products li p { line-height:1.4em; }
#list-area #related-products li img + p { margin-top:.4em; }
#list-area #related-products li p.name { display:-webkit-box; overflow:hidden; font-size:.9em; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#list-area #related-products li p.price { text-align:right; color:rgb(var(--txt-red)); }
#list-area #related-products li p.price:after { content:'\7A0E\8FBC'; margin-left:.1em; font-size:12px; }


@media screen and (max-width:767px) {
#list-area #related-products { padding-top:3em; }
#list-area #related-products li p.name { font-size:.9em; }
}



/*==============================
	関連商品-スライド
==============================*/
#list-area #related-products.slide ul { display:flex; justify-content:center; align-items:center; max-width:1000px; }
#list-area #related-products.slide li { width:calc(100%/2 - .8em); margin:.4em; }


@media screen and (max-width:425px) {
#list-area #related-products.slide li { width:calc(100% - .8em); margin:.4em; }
}



/*==============================
	楽天用
==============================*/
td.category_uppertext #list-area { font-weight:500; }
td.category_uppertext #list-area #item-lineup ul { width:calc(100% - 4em); }
td.category_uppertext #list-area #item-lineup li:not(.set) { width:calc(100%/5); }
td.category_uppertext #list-area #item-lineup li.small div { position:relative; top:-2em; margin-bottom:-2em; }



/*==============================
	アンチバグ　anti-bug
==============================*/
#list-area.anti-bug h2 span { padding-left:2em; }
#list-area.anti-bug h2 span:before {
	position:absolute;
	top:calc(50% - 1em);
	left:0;
	content:'';
	display:block;
	width:2em;
	height:2em;
	background:url(../../img/item/spray/antibug/i-leaf.png) center / 100% no-repeat;
}


#list-area.anti-bug #item-lineup { background:#e2e4db; }


#list-area.anti-bug #product-efficacy .icon p:before,
#list-area.anti-bug #product-efficacy .icon p:after { color:#699c45; }


@media screen and (min-width:401px) {
#list-area.anti-bug #main-visual img + p br:first-of-type,
#list-area.anti-bug #main-visual picture + p br:first-of-type { display:none; }
}



/*==============================
	ストレスケア　stress-care
==============================*/
#list-area.stress-care #main-visual img { display:block; width:100%; max-width:1000px; margin:auto; }


/*==============================
	マスクフレッシュ
==============================*/
#list-area.mask #product-feature,#list-area.mask #product-efficacy{
  padding-top: 0;
}

#list-area.mask #blend-aromaoil h2{
  font-size:1.3em
} 
#list-area.mask #blend-aromaoil{text-align: center;
}
#list-area.mask #blend-aromaoil h3 {display: inline-block;padding: .4em 1em; margin:1.6em auto 1em;	text-align:center;	font-size:1.1em;	line-height:1.6em; color:#fff;border-radius: 5px;}
#list-area.mask #blend-aromaoil h3.virus{
background-color:#708eb4;}
#list-area.mask #blend-aromaoil h3.relax{
background-color:#69ab8a;}


#list-area.mask h3{
  padding: .4em;
  margin-bottom: 1em;
  background-color: #F5F5F5;
} 

#list-area.mask #blend-aromaoil h2,#list-area.mask #product-efficacy h2,#list-area.mask #how-to-use h2,#list-area.mask #lineup h2{
  text-decoration: underline;
  text-underline-offset: .4em; 
  text-decoration-thickness: .5px;
}

#list-area.mask #lineup{
  padding-top: 4em;
}
#list-area.mask #lineup h2{
  margin-bottom: 1em;
}
