@charset'utf-8';

:root {
	--bug-dgr: 0, 110, 96;
	--bug-gr: 218, 226, 75;
	--bug-lgr: 251, 252, 237;
	--review-bg: 128, 111, 44;
	--bug-gld: 225, 214, 124;
	--bugp-gld: 234, 186, 74;
}



/*==============================
	modal
==============================*/
#aromicstyle.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#modal-movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 20000;
}

#modal-movie:not(.is-open) {
	display: none;
	opacity: 0;
}

#modal-movie .modal-bg {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
}

/*content*/
#modal-movie .modal-content {
	position: absolute;
	left: 50%;
	width: calc(100% - 3em);
	max-width: 800px;
	max-height: 100vh;
	max-height: calc(var(--vh, 1vh) * 100);
	max-height: 84vh;
	background: #fff;
	overflow: scroll;
	transform: translate(-50%, -50%);
}

#modal-movie .modal-content p {
	line-height: 1.6em;
}

#modal-movie .modal-content .ttl {
	margin-bottom: .8em;
	padding-bottom: .2em;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: .1em;
	border-bottom: 1px solid;
}

#modal-movie .modal-content p:not([class])+p:not([class]),
#modal-movie .modal-content p:not([class])>span+span {
	display: block;
	margin-top: .3em;
}


/*close*/
#modal-movie .modal-close {
	cursor: pointer;
}

#modal-movie .modal-close.window {
	width: auto;
	margin: .2em 0 0 2em;
	padding: 0;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	cursor: pointer;
}

#modal-movie .modal-close.text {
	width: 6em;
	margin: 2em auto 0;
	padding: .6em;
	text-align: center;
	line-height: 1em;
	color: var(--link);
	border: 1px solid;
	border-radius: 50vh;
}


@media screen and (min-width:426px) {
	#modal-movie .modal-content {
		top: 50%;
		padding: 2em;
	}
}

@media screen and (max-width:425px) {
	#modal-movie .modal-content {
		top: 44%;
		padding: 2em 1em;
		font-size: .9em;
	}

	#modal-movie .modal-content .ttl {
		font-size: 1.3em;
	}
}



/*==============================
	contents
==============================*/
/*改行コントロール　ここから*/
.br_u_smd {
	display: none;
}

.br_u_md {
	display: none;
}

.br_pc {
	display: inline;
}

@media screen and (max-width: 768px) {
	.br_u_md {
		display: inline;
	}

	.br_pc {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.br_u_smd {
		display: inline;
	}
}

/*改行コントロール　ここまで*/


#item-detail01 {
	background-color: #f6f4f2;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.itm-dtl picture {
	display: block;
}


/*トップ*/
.section-top {
	background-image: url(/item/spray/antidanny/img/antidanny-top-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 70%;
	height: 580px;
	display: flex;
	align-items: center;
	position: relative;
}

.section-top_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-top_cont {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.section-top_cont_textbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-top_cont ul {
	display: flex;
}

.section-top_cont_notetext {
	text-align: right;
	margin-top: 10px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #ffffff;
	font-size: 12px;
}

.section-top_cont_textbox p:first-child {
	color: #ffffff;
	background-color: #6c8d21;
	width: 100%;
	display: block;
	text-align: center;
	font-size: clamp(1.8rem, 3.5vw, 3rem);
	font-weight: 500;
}

.section-top_cont_textbox p:nth-child(2) {
	color: #6c8d21;
	width: 100%;
	display: block;
	text-align: center;
	font-size: clamp(40px, 5.5vw, 57px);
	font-weight: 600;
}

.section-top_cont_textbox p:nth-child(3) {
	width: 100%;
	display: block;
	text-align: center;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 500;
	margin-bottom: 16px;
	color: #4a3625;
}

/*効果がさらにパワーアップ*/
.section-powerup {
	padding: clamp(3rem, 5vw, 5rem);
	text-align: center;
}

.section-powerup_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
	font-weight: 500;
}

.section-powerup_inner p:first-child {
	display: inline;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1.8;
	padding: 0 1rem;
	background-color: #ffffff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: #4a3625;
}

.section-powerup_inner p:first-child span {
	font-size: 120%;
	color: #6c8d21;
	font-weight: 600;
	padding: 0 0.5vw;
}

.section-powerup_inner p:nth-child(2) {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

/*寝具ケアの新習慣*/
.section-bedcare_textbox {
	width: 70%;
	text-align: center;
}

.section-bedcare_inner {
	width: min(800px, 95%);
	margin-right: auto;
	margin-left: auto;
}

.section-bedcare {
	background-image: url(/item/spray/antidanny/img/bedcare-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 70%;
	height: 580px;
	display: flex;
	align-items: center;
	position: relative;
}

.section-bedcare_textbox {
	width: min(530px, 58%);
	text-align: center;
	margin-top: -100px;
}

.section-bedcare_text_topindex {
	color: #6c8d21;
	font-size: clamp(1.1rem, 4vw, 1.4rem);
	font-weight: 500;
	margin-bottom: 10px;
	text-shadow:
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 0 6px rgba(255, 255, 255, 0.9);
}

.section-bedcare_text_index {
	background-color: #6c8d21;
	color: #fff;
	font-size: clamp(1.8rem, 2.8vw, 2.8rem);
	letter-spacing: 15%;
	padding: 10px 0;
	margin-bottom: 20px;
}

.section-bedcare_text_index p {
	padding: 6px;
	border-top: dotted 5px #ffffff;
	border-bottom: dotted 5px #ffffff;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.section-bedcare_text {
	color: #4a3625;
	font-size: clamp(1.1rem, 4vw, 1.4rem);
	font-weight: 500;
	line-height: 37px;
	letter-spacing: 10%;
	text-shadow:
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		2px 0 0 #fff,
		-2px 0 0 #fff,
		0 0 6px rgba(255, 255, 255, 0.9);
}

.section-bedcare_text span {
	font-size: 120%;
}

.section-bedcare_text span {
	color: #6c8d21;
}


@media screen and (max-width: 768px) {
	.section-bedcare {
		background-image: url(/item/spray/antidanny/img/bedcare-bg_sp.jpg);
		height: auto;
		min-height: 610px;
		padding: 3rem 0;
		background-position: right bottom;
		align-items: flex-start;
	}

	.section-bedcare_textbox {
		width: min(550px, 100%);
		margin-right: auto;
		margin-left: auto;
	}

	.section-bedcare_text_index {
		margin-bottom: 10px;
	}

	.section-bedcare_textbox {
		margin-top: 0;
	}
}

@media screen and (max-width: 480px) {

	.section-bedcare_text {
		line-height: 30px;
	}
}

/*こんなお悩みありませんか*/
.section-onayami {
	position: relative;
	background-color: #dad8d6;
	padding-top: 30px;
}

.section-onayami::before {
	content: "";
	position: absolute;
	left: 0;
	top: -72px;
	width: 100%;
	height: 72px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23dad8d6' d='M0 74 C 92 56 176 42 286 50 C 390 58 472 88 590 82 C 708 76 796 40 918 44 C 1044 48 1134 86 1256 82 C 1332 80 1388 70 1440 72 L1440 120 L0 120 Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
	pointer-events: none;
}

.section-onayami_inner {
	position: relative;
	z-index: 1;
	width: min(800px, 95%);
	margin-right: auto;
	margin-left: auto;
}

.section-onayami_index {
	display: block;
	width: min(680px, 70%);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

.section-onayami_listwrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4%;
}

.section-onayami_listwrap ul {
	width: 60%;
	margin: 0;
	padding: 0 0 clamp(2rem, 4vw, 3rem);
	list-style: none;
}

.section-onayami_listwrap ul li {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 76px;
	margin-bottom: 14px;
	padding: 12px 16px 12px 54px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 7px;
	box-shadow: 0 4px 9px rgba(0, 0, 0, 0.18);
	color: #4a3625;
	font-size: clamp(1.1rem, 4vw, 1.4rem);
	font-weight: 500;
	line-height: 1.5;
}

.section-onayami_listwrap ul li p {
	margin-left: 10px;
}

.section-onayami_listwrap ul li:last-child {
	margin-bottom: 0;
}

.section-onayami_listwrap ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 28px;
	aspect-ratio: 1 / 1;
	background-image: url("/item/spray/antidanny/img/onayami_check.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
}

.section-onayami_listwrap ul li span {
	color: #315786;
	font-weight: 600;
}

.section-onayami_listwrap>picture {
	display: block;
	width: 36%;
	flex-shrink: 0;
	align-self: flex-end;
}

.section-onayami_listwrap>picture img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {

	.section-onayami::before {
		top: -42px;
		height: 42px;
	}

	.section-onayami_inner {
		width: 92%;
	}

	.section-onayami_index {
		width: min(500px, 100%);
		margin-bottom: 10px;
	}

	.section-onayami_listwrap {
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
	}

	.section-onayami_listwrap ul {
		width: 100%;
		padding-bottom: 0;
	}

	.section-onayami_listwrap ul li {
		min-height: 70px;
		margin-bottom: 12px;
		padding: 12px 14px 12px 52px;
	}

	.section-onayami_listwrap ul li::before {
		left: 14px;
		width: 27px;
	}

	.section-onayami_listwrap>picture {
		width: min(55%, 280px);
		margin: 0 auto;
	}
}

/*問題提起*/
.section-problem_inner {
	width: min(800px, 95%);
	margin-right: auto;
	margin-left: auto;
}

.section-problem_inner p {
	font-size: clamp(1.4rem, 4vw, 1.7rem);
}

.section-problem_index {
	position: relative;
	background-color: #315786;
	text-align: center;
	padding: clamp(2rem, 4vw, 4rem);
	font-size: clamp(15px, 3vw, 30px);
	overflow: hidden;
}

.section-problem_index .section-problem_inner {
	position: relative;
	z-index: 1;
}

.section-problem_index .section-problem_inner::before,
.section-problem_index .section-problem_inner::after {
	content: "";
	position: absolute;
	top: 50%;
	width: clamp(70px, 14vw, 170px);
	aspect-ratio: 3 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: -1;
}

.section-problem_index .section-problem_inner::before {
	left: 0;
	background-image: url(/item/spray/antidanny/img/dani-img01.png);
}

.section-problem_index .section-problem_inner::after {
	right: 0;
	background-image: url(/item/spray/antidanny/img/dani-img02.png);
}

.section-problem_index .section-problem_inner {
	position: relative;
	z-index: 1;
	font-weight: 500;
}

.section-problem_index p {
	color: #ffffff;
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.section-problem_index p span,
.section-problem_index p b {
	color: #e4e584;
	font-weight: 600;
}

.section-problem_index p span {
	font-size: 120%;
	margin: 0 1vw;
}

.section-problem_index p b {
	font-size: 200%;
	font-style: italic;
}

.section-problem_intro {
	position: relative;
	background-color: #c6d2e1;
	text-align: center;
	padding: clamp(2rem, 4vw, 4rem) clamp(2rem, 4vw, 4rem) clamp(3.5rem, 5vw, 5rem);
}

.section-problem_intro::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: clamp(45px, 8vw, 90px);
	background-color: #dad8d6;
	clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
}

.section-problem_intro .section-problem_inner {
	position: relative;
	z-index: 1;
}

.section-problem_content {
	background-color: #dad8d6;
	text-align: center;
	padding: clamp(3rem, 5vw, 5rem) 0;
}

.section-problem_intro p {
	font-size: clamp(1.1rem, 2vw, 1.6rem);
	font-weight: 600;
}

.section-problem_intro p span {
	color: #315786;
}

.section-taisaku_boxwrap {
	display: flex;
	justify-content: center;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	gap: 16px;
}

.section-problem_content {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 600;
	color: #686868;
	text-shadow:
		2px 2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		-2px -2px 0 #fff,
		0 2px 0 #fff,
		0 -2px 0 #fff,
		2px 0 0 #fff,
		-2px 0 0 #fff;
}

.section-problem_content picture {
	width: min(650px, 95%);
	margin: clamp(20px, 4vw, 40px) auto;
}

/*ダニ対策の正解*/
.section-taisaku {
	padding: clamp(3rem, 5vw, 5rem) 0;
}

.section-taisaku_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-taisaku_index p:first-child {
	color: #ffffff;
	background-color: #6c8d21;
	width: 100%;
	display: block;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(1.3rem, 2vw, 1.6rem);
	padding: 0.3rem 1rem;
	border-radius: 5px;
	font-weight: 500;
}

.section-taisaku_index p:nth-child(2) {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	width: fit-content;
	margin: 0 auto 40px;
	color: #4a3625;
	font-weight: 500;
}

.section-taisaku_index p:nth-child(2) b {
	font-size: 150%;
	font-weight: 600;
	color: #6c8d21;
	margin-left: 5px;
	text-emphasis: filled dot #6c8d21;
	text-emphasis-position: over;
	-webkit-text-emphasis: filled dot #6c8d21;
	-webkit-text-emphasis-position: over;
}

.section-taisaku_box01 {
	background-color: #ffffff;
	border-radius: 10px;
	width: 40%;
	scale: 0.95;
}

.section-taisaku_box01_index {
	text-align: center;
	background-color: #686868;
	color: #ffffff;
	padding: 8px;
	border-radius: 10px 10px 0 0;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.section-taisaku_box01 picture {
	width: min(200px, 70%);
	margin: 0 auto 24px;
}

.section-taisaku_box02 {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	width: 58%;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	overflow: visible;
}

.section-taisaku_box02::after {
	content: "";
	position: absolute;
	right: clamp(1rem, 3vw, 3rem);
	bottom: -22px;
	width: min(24%, 110px);
	aspect-ratio: 1 / 2.619;
	background-image: url(/item/spray/antidanny/img/antid-100b.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	pointer-events: none;
	z-index: 3;
}

.section-taisaku_box02>* {
	position: relative;
	z-index: 2;
}

.section-taisaku_box02 picture {
	width: min(170px, 50%);
	margin: 2rem 0 0 3rem;
}

.section-taisaku_box02_index {
	background-color: #6c8d21;
	color: #ffffff;
	text-align: center;
	padding: 8px;
	border-radius: 10px 10px 0 0;
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	font-weight: 500;
}

.section-taisaku_box_text {
	padding: clamp(1rem, 2vw, 2rem);
	color: #4a3625;
	font-weight: 500;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.section-taisaku_box_text b {
	font-weight: 600;
}

.section-taisaku_box_text span {
	color: #6c8d21;
	font-weight: 600;
}

/*実証実験結果*/
.section-evidence_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-evidence_index {
	font-size: clamp(1.2rem, 2.5vw, 1.6rem);
	color: #4a3625;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 16px;
	text-align: center;
	margin-top: 40px;
}

.section-evidence_index span {
	color: #6c8d21;
	font-size: 120%;
	margin-right: 0.5%;
	letter-spacing: -0.5px;
}

.section-evidence_inner picture {
	width: min(800px, 100%);
	margin-right: auto;
	margin-left: auto;
}

/*選ばれる理由*/
.section-reason {
	padding: clamp(3rem, 5vw, 5rem) 0px;
}

.section-reason_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-reason_index {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 600;
	text-align: center;
	background-color: #6c8d21;
	color: #ffffff;
	margin-bottom: clamp(2rem, 3vw, 3rem);
	padding: 10px 0;
}

.section-reason_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-reason_box_textbox_index {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	color: #6c8d21;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.section-reason_box_textbox_index b {
	font-size: 120%;
	font-weight: 600;
	margin: 0.1vw;
}

.section-reason_box01,
.section-reason_box02 {
	margin-bottom: clamp(2rem, 3vw, 3rem);
}

.section-reason_box_textbox {
	width: 48%;
}

.section-reason_box02 .section-reason_box_img {
	background-image: url(/item/spray/antidanny/img/antid-reason01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 70%;
	aspect-ratio: 1.5 / 1;
	width: 48%;
	border-radius: 10px;
}

.section-reason_box03 .section-reason_box_img {
	background-image: url(/item/spray/antidanny/img/antid-reason02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 70%;
	aspect-ratio: 1.5 / 1;
	width: 48%;
	border-radius: 10px;
}

.section-reason_box_textbox_text p {
	line-height: 1.8;
	color: #4a3625;
	font-weight: 500;
	font-size: clamp(1rem, 1.3vw, 1.2rem);

}

.section-reason_box_textbox_text span {
	background: linear-gradient(transparent 55%,
			rgba(108, 141, 33, 0.25) 55%);
	font-weight: 700;
}

.section-reason_box01 .section-reason_box_img {
	aspect-ratio: 1.5 / 1;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.section-reason_box {
		display: flex;
		flex-direction: column;
	}

	.section-reason_box_textbox,
	.section-reason_box02 .section-reason_box_img,
	.section-reason_box03 .section-reason_box_img {
		width: 100%;
	}

	.section-reason_box_img {
		order: 1;
		margin-bottom: 16px;
	}

	.section-reason_box01 .section-reason_box_img {
		width: 50% !important;
	}

	.section-reason_box_textbox {
		order: 2;
		margin-bottom: 1.8rem;
	}

	.section-reason_box02 .section-reason_box_img,
	.section-reason_box03 .section-reason_box_img {
		height: auto;
		aspect-ratio: 16 / 9;
		background-position: center;
	}

	.section-reason_box_textbox_index {
		font-size: clamp(1.2rem, 4.5vw, 1.9rem);
		text-align: center;
	}

}

/* 開発・国内製造 */
.section-development {
	padding: clamp(3rem, 6vw, 5rem) 0;
}

.section-development_inner {
	width: min(800px, 92%);
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(2rem, 5vw, 4rem);
}

.section-development_inner>picture {
	display: block;
	width: 20%;
	max-width: 200px;
	flex-shrink: 0;
}

.section-development_inner>picture img {
	display: block;
	width: 100%;
	height: auto;
}

.section-development_contwrap {
	display: flex;
	flex-direction: column;
	width: 68%;
	min-width: 0;
}

.section-development_box01,
.section-development_box02 {
	box-sizing: border-box;
	width: 100%;
	background-color: #ffffff;
	border: 3px solid #6c8d21;
	border-radius: 10px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.section-development_box01 {
	order: 1;
	padding: clamp(1.2rem, 1vw, 2rem);
}

.section-development_box01 p {
	margin: 0;
	color: #4a3625;
	text-align: center;
	font-size: clamp(1.3rem, 2.8vw, 1.6rem);
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.section-development_box01 p span {
	color: #6c8d21;
	font-size: 110%;
	font-weight: 600;
}

.section-development_box02 {
	order: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 3vw, 2rem);
	padding: clamp(1rem, 2vw, 1.5rem);
}

.section-development .section-development_box02>img {
	display: block;
	width: clamp(60px, 18%, 100px);
	max-width: 100px;
	height: auto;
	object-fit: contain;
	flex: 0 1 100px;
	filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.18));
}

.section-development_box02 p {
	min-width: 0;
	margin: 0;
	color: #6c8d21;
	font-size: clamp(1.7rem, 4vw, 2rem);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-align: center;
	white-space: nowrap;
}

.section-development_contwrap::before {
	content: "";
	order: 2;
	display: block;
	width: clamp(65px, 9vw, 90px);
	aspect-ratio: 1 / 1;
	margin: clamp(1rem, 2.5vw, 2rem) auto;
	flex-shrink: 0;
	background:
		linear-gradient(45deg,
			transparent 48.5%,
			#6c8d21 48.5%,
			#6c8d21 51.5%,
			transparent 51.5%),
		linear-gradient(-45deg,
			transparent 48.5%,
			#6c8d21 48.5%,
			#6c8d21 51.5%,
			transparent 51.5%);
	pointer-events: none;
}

@media screen and (max-width: 768px) {

	.section-development {
		padding: 3rem 0;
	}

	.section-development_inner {
		width: min(600px, 94%);
		gap: clamp(0.8rem, 3vw, 1.5rem);
	}

	.section-development_inner>picture {
		width: 23%;
		max-width: 130px;
	}

	.section-development_contwrap {
		width: 73%;
	}

	.section-development_box01,
	.section-development_box02 {
		border-width: 2px;
		border-radius: 7px;
	}

	.section-development_box01 {
		padding: clamp(0.7rem, 3vw, 1.2rem) 0.4rem;
	}

	.section-development_box01 p {
		font-size: clamp(0.95rem, 4vw, 1.35rem);
		line-height: 1.55;
		letter-spacing: 0.03em;
	}

	.section-development_box02 {
		flex-direction: column;
		gap: clamp(0.4rem, 2vw, 0.8rem);
		padding: clamp(0.8rem, 3vw, 1.2rem) 0.5rem;
	}

	.section-development .section-development_box02>img {
		width: clamp(48px, 16vw, 72px);
		max-width: 25%;
		height: auto;
		flex: 0 1 auto;
	}

	.section-development_box02 p {
		width: 100%;
		font-size: clamp(1.1rem, 5vw, 1.7rem);
		line-height: 1.3;
		letter-spacing: 0.03em;
		white-space: normal;
	}

	.section-development_contwrap::before {
		width: clamp(48px, 14vw, 65px);
		margin: clamp(0.8rem, 3vw, 1.4rem) auto;
	}
}

/*香りについて*/
.section-oil {
	padding: clamp(3rem, 5vw, 5rem) 0;
	background-color: #e7eadf;
	text-align: center;
}

.section-oil_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-oil_index {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 600;
	text-align: center;
	color: #6c8d21;
	letter-spacing: 0.2vw;
	margin-bottom: clamp(2rem, 3vw, 3rem);
}

.section-oil_text {
	margin-bottom: clamp(3rem, 4vw, 4rem);
	line-height: 1.8;
	color: #4a3625;
	font-weight: 500;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.section-oil ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	width: min(900px, 100%);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.section-oil li {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2vw, 1.5rem);
	min-width: 0;
	text-align: left;
}

.section-oil li picture {
	width: clamp(100px, 28%, 140px);
	flex-shrink: 0;
}

.section-oil li picture img {
	display: block;
	width: 100%;
	height: auto;
}

.section-oil_itemtext {
	flex: 1;
	min-width: 0;
	color: #4a3625;
}

.section-oil_itemtext p:first-child {
	margin-bottom: 0.5rem;
	font-size: clamp(1.15rem, 1.8vw, 1.4rem);
	font-weight: 600;
	line-height: 1.4;
}

.section-oil_itemtext p:last-child {
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.section-oil ul {
		grid-template-columns: 1fr;
		width: min(560px, 100%);
		gap: clamp(1.5rem, 5vw, 2.5rem);
	}

	.section-oil li {
		gap: clamp(1rem, 4vw, 1.5rem);
	}

	.section-oil li picture {
		width: clamp(100px, 28vw, 140px);
	}

	.section-oil_itemtext p:first-child {
		font-size: clamp(1.1rem, 4.5vw, 1.4rem);
	}

	.section-oil_itemtext p:last-child {
		font-size: clamp(0.9rem, 3.6vw, 1rem);
	}
}


/*他社製品比較*/
.section-comparison {
	padding: clamp(3rem, 5vw, 5rem) 0 40px;
}

.section-comparison_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-comparison_index {
	font-size: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	color: #6c8d21;
	letter-spacing: 0.2vw;
	margin-bottom: clamp(2rem, 3vw, 3rem);
	font-weight: 600;
}

.section-comparison_inner picture {
	width: min(600px, 100%);
	margin-right: auto;
	margin-left: auto;
}

/*おすすめの使い方*/
.section-use {
	padding: clamp(3rem, 5vw, 5rem) 0;
}

.section-use_inner {
	width: min(600px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-use_index {
	font-size: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	color: #6c8d21;
	letter-spacing: 0.2vw;
	margin-bottom: clamp(2rem, 3vw, 3rem);
	font-weight: 600;
}

.section-use_inner ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.section-use_inner ul li {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	padding: 2rem 2rem 2rem 5rem;
	border-radius: 10px;
	margin-bottom: clamp(1rem, 2vw, 3rem);
	font-size: 1.2rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section-use_inner ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	width: 100px;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(-50%);
	z-index: 2;
}

.section-use_inner ul li:nth-child(1)::before {
	background-image: url(/item/spray/antidanny/img/antid-use-index01.png);
}

.section-use_inner ul li:nth-child(2)::before {
	background-image: url(/item/spray/antidanny/img/antid-use-index02.png);
}

.section-use_inner ul li:nth-child(3)::before {
	background-image: url(/item/spray/antidanny/img/antid-use-index03.png);
}

.section-use_inner ul li picture {
	width: 25%;
	margin-right: 2rem;
}

.section-use_inner ul li p {
	width: 50%;
	color: #4a3625;
}

/*おすすめの使用場所*/
.section-place {
	padding: 0 0 clamp(3rem, 5vw, 5rem) 0;
}

.section-place_inner {
	width: min(1000px, 92%);
	margin-right: auto;
	margin-left: auto;
}

.section-place_index {
	font-weight: 600;
	font-size: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	color: #6c8d21;
	letter-spacing: 0.2vw;
	margin-bottom: clamp(2rem, 3vw, 3rem);
}

.section-place_inner ul {
	max-width: 800px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	gap: 16px;
}

.section-place_inner ul li div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 2 / 1;
	width: 100%;
	border-radius: 0 0 10px 10px;
}

.section-place_inner ul li p {
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	background-color: #6c5c4e;
	border-radius: 10px 10px 0 0;
	font-size: clamp(1rem, 1.5vw, 1.5rem);
	padding: 8px;
}

.section-place_inner ul li:nth-child(1) div {
	background-image: url(/item/spray/antidanny/img/antid-place-img01.jpg);
}

.section-place_inner ul li:nth-child(2) div {
	background-image: url(/item/spray/antidanny/img/antid-place-img02.jpg);
}

.section-place_inner ul li:nth-child(3) div {
	background-image: url(/item/spray/antidanny/img/antid-place-img03.jpg);
}

.section-place_inner ul li:nth-child(4) div {
	background-image: url(/item/spray/antidanny/img/antid-place-img04.jpg);
}

.section-place_inner ul li:nth-child(5) div {
	background-image: url(/item/spray/antidanny/img/antid-place-img05.jpg);
}

.section-place_inner ul li:nth-child(6) div {
	background-image: url(/item/spray/antidanny/img/antid-place-img06.jpg);
}


/*==============================
	responsive
==============================*/
@media screen and (max-width: 768px) {

	/* トップ */
	.section-top {
		height: auto;
		min-height: 520px;
		padding: 3rem 0;
		background-position: right bottom;
		align-items: flex-start;
		background-image: url(/item/spray/antidanny/img/antidanny-top-bg-sp.jpg);
	}

	.section-top_cont {
		width: min(500px, 100%);
		scale: 80%;
		margin-left: -8vw;
	}

	.section-top_cont_textbox p:nth-child(3) {
		font-size: clamp(20px, 5vw, 30px);
	}

	.section-top_cont_textbox p:nth-child(2) {
		font-size: clamp(2rem, 10vw, 3.8rem);
	}

	.section-top_cont ul {
		justify-content: center;
		gap: 0.8rem;
		margin-bottom: 15px;
	}

	.section-top_cont ul li {
		width: calc((100% - 1.6rem) / 3);
	}

	.section-top_cont_notetext {
		text-align: left;
	}


	/* パワーアップ */
	.section-powerup {
		padding: clamp(3rem, 8vw, 4rem) 0;
	}

	.section-powerup_inner p:first-child {
		font-size: clamp(1.6rem, 5vw, 2rem);
		line-height: 1.5;
	}

	.section-powerup_inner p:nth-child(2) {
		font-size: clamp(1.3rem, 4vw, 1.6rem);
		margin-top: 16px;
	}

	/* 問題提起 */
	.section-problem_index {
		padding: clamp(3rem, 10vw, 4rem) 0;
	}

	.section-problem_index p {
		font-size: clamp(1.3rem, 5vw, 2.4rem);
	}

	.section-problem_index .section-problem_inner::before,
	.section-problem_index .section-problem_inner::after {
		width: clamp(70px, 30vw, 130px);
		opacity: 0.9;
	}

	.section-problem_index .section-problem_inner::before {
		top: -1%;
	}

	.section-problem_index .section-problem_inner::after {
		right: -2%;
		bottom: -45%;
		top: auto;
	}

	.section-problem_intro {
		padding: 2rem 0 4.5rem;
	}

	.section-problem_intro::after {
		height: clamp(45px, 12vw, 70px);
	}

	.section-problem_content {
		padding: 3rem 0 4rem;
		font-size: clamp(1.4rem, 4vw, 1.7rem);
	}

	.section-problem_content picture {
		width: min(560px, 96%);
	}

	/* ダニ対策の正解 */
	.section-taisaku_index p:first-child {
		margin-bottom: 1rem;
	}

	.section-taisaku_index p:nth-child(2) b {
		display: inline-block;
	}

	.section-taisaku_box01,
	.section-taisaku_box02 {
		width: 100%;
	}

	.section-taisaku_box01_index,
	.section-taisaku_box02_index {
		font-size: clamp(1.4rem, 4vw, 1.7rem);
	}

	.section-taisaku_box02 {
		padding-bottom: 1.6rem;
	}

	.section-taisaku_box02::after {
		right: 1.4rem;
		bottom: -1.6rem;
		width: min(26%, 95px);
	}

	.section-taisaku_box02 picture {
		width: min(180px, 48%);
		margin: 1.6rem;
	}

	/* おすすめの使い方 */
	.section-use_inner {
		width: min(560px, 86%);
	}

	.section-use_inner ul li {
		padding: 1rem;
		font-size: clamp(1rem, 3.8vw, 1.6rem);
		gap: 1rem;
		flex-direction: column;
	}

	.section-use_inner ul li::before {
		left: -38px;
		width: 78px;
	}

	.section-use_inner ul li p {
		width: 93%;
		margin-left: 7%;
	}

	.section-use_inner ul li picture {
		width: clamp(100px, 20vw, 120px);
		margin-right: 0;
		flex-shrink: 0;
	}

	/* おすすめの使用場所 */
	.section-place_inner ul {
		grid-template-columns: 1fr;
		width: min(400px, 80%);
	}

	.section-place_inner ul li div {
		aspect-ratio: 2 / 1;
	}
}

@media screen and (max-width: 480px) {

	/* トップ */
	.section-top_cont {
		max-width: none;
		scale: 100%;
		margin-left: auto;
	}

	.section-top_cont ul {
		gap: 0.5rem;
	}

	/* 問題提起 */
	.section-problem_index .section-problem_inner::before,
	.section-problem_index .section-problem_inner::after {
		width: clamp(70px, 30vw, 130px);
		opacity: 0.9;
	}

	.section-problem_index .section-problem_inner::before {
		left: -10%;
		top: -1%;
	}

	.section-problem_index .section-problem_inner::after {
		right: -2%;
		bottom: -70%;
		top: auto;
	}

	.section-problem_content {
		text-shadow:
			1px 1px 0 #fff,
			-1px 1px 0 #fff,
			1px -1px 0 #fff,
			-1px -1px 0 #fff,
			0 1px 0 #fff,
			0 -1px 0 #fff,
			1px 0 0 #fff,
			-1px 0 0 #fff;
	}

	/* ダニ対策 */
	.section-taisaku_index p:nth-child(2) {
		text-align: center;
		line-height: 1.6;
	}

	.section-taisaku_box02::after {
		width: min(30%, 82px);
	}

	.section-taisaku_box02 picture {
		width: min(150px, 45%);
	}

	.section-taisaku_box01 picture {
		width: min(200px, 50%);
	}

	.section-taisaku_boxwrap {
		flex-direction: column;
		align-items: center;
		max-width: 480px;
		width: min(350px, 90%);
	}

	/* おすすめの使い方 */
	.section-use_inner {
		width: 82%;
		margin-left: 14%;
	}

	.section-use_inner ul li::before {
		left: -34px;
		width: 68px;
	}


	/* 使用場所 */
	.section-place_inner ul {
		gap: 1.4rem;
	}
}

/*==============================
	ショップサーブ用
==============================*/
#main-column>#itemDetail-wrap {
	max-width: none !important;
}

#itemDetail-cont {
	max-width: 1000px;
}


/*==============================
	バッジ表示
==============================*/

.section-top {
    position: relative;
}

div.section-top_test-badge {
    position: absolute;
    z-index: 5;

    /* PCでは右側 */
    right: 10%;
    left: auto;
    bottom: 45px;

    width: clamp(200px, 15vw, 145px);
}

div.section-top_test-badge img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1101px) {
div.section-top_test-badge {
    right:10%;
  }}
@media screen and (max-width: 1100px) {
div.section-top_test-badge {
    right:5%;
}
}
@media screen and (max-width: 768px) {
div.section-top_test-badge {
width: clamp(100px, 10vw, 145px);
}
}
@media screen and (max-width: 768px) {
div.section-top_test-badge {
display:none;
}

/* ul内で折り返せるようにする */
.section-top_cont ul {
    display: flex;
    flex-wrap: wrap;
}
}

.section-top_cont ul li.section-top_test-badge {
    display: none;
}

@media screen and (max-width: 768px) {
  .section-top_cont ul li.section-top_test-badge img{
    width: 160px;
}
    .section-top_cont ul .section-top_test-badge {
        display: block;
        flex: 0 0 100%;
        text-align: left;
        width: 130px;
        max-width: none;
        margin-top: 30px;
    }

   .section-top_cont ul li.section-top_test-badge {
        position:revert;
        display: block;
         height: auto;
        margin-right: auto;
        margin-left: 0;
    }

}
@media screen and (max-width: 480px) {
  .section-top_cont ul li.section-top_test-badge img{
    width: 130px;
}
}
