@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-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-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 {
	margin-bottom: clamp(2rem, 3vw, 3rem);
}

.section-reason_box_textbox {
	width: 48%;
}

.section-reason_box01 .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_box02 .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-oil {
	padding: clamp(3rem, 5vw, 5rem) 0;
}

.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(2rem, 3vw, 3rem);
	line-height: 1.8;
	color: #4a3625;
	font-weight: 500;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
}

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

.section-oil_inner ul li p {
	font-size: 1.2rem;
	font-weight: 600;
}

.section-oil {
	background-color: #e7eadf;
	text-align: center;
}

.section-oil ul {
	display: grid;
	grid-template-columns: repeat(8, auto);
	justify-content: center;
	gap: 24px 2rem;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 800px;
}

.section-oil li {
	max-width: 150px;
	text-align: center;
	font-weight: 600;
}

.section-oil li:nth-child(1) {
	grid-column: 1 / span 2;
}

.section-oil li:nth-child(2) {
	grid-column: 3 / span 2;
}

.section-oil li:nth-child(3) {
	grid-column: 5 / span 2;
}

.section-oil li:nth-child(4) {
	grid-column: 7 / span 2;
}

.section-oil li:nth-child(5) {
	grid-column: 2 / span 2;
}

.section-oil li:nth-child(6) {
	grid-column: 4 / span 2;
}

.section-oil li:nth-child(7) {
	grid-column: 6 / span 2;
}

/*おすすめの使い方*/
.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-reason_box {
		display: flex;
		flex-direction: column-reverse;
	}

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

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

	.section-reason_box02 .section-reason_box_img {
		margin-bottom: 1.8rem;
	}

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

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

	.section-reason_box02 .section-reason_box_img {
		order: 2;
	}

	.section-reason_box02 .section-reason_box_textbox {
		order: 1;
	}

	/* 使用精油 */
	.section-oil ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.6rem;
		max-width: 640px;
		margin: 0 auto;
	}

	.section-oil ul li:last-child {
		grid-column: 2;
	}

	.section-oil li:nth-child(n) {
		grid-column: auto;
		scale: 90%;
	}

	.section-oil li:last-child {
		grid-column: 1 / -1;
	}

	.section-oil li picture {
		width: min(170px, 100%);
		margin: 0 auto;
	}

	.section-oil_inner ul li p {
		font-size: clamp(1rem, 3.8vw, 1.5rem);
		margin-top: 0.8rem;
	}

	/* おすすめの使い方 */
	.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;
}