/* =========================================================
   Reset / Base
========================================================= */
:where(*, *::before, *::after) {
	box-sizing: border-box;
}

:where(body, h1, p, ul, li, table, th, td) {
	margin: 0;
	padding: 0;
}

:where(ul, li) {
	list-style: none;
}

:where(img) {
	border: 0;
}

:where(a) {
	color: inherit;
	text-decoration: none;
}

:where(iframe) {
	border: 0;
}

body {
	width: 100%;
	color: #053535;
	margin: 0 auto;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:hover {
	color: #053535;
	text-decoration: none;
}

#wrapper {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.pc-br{
	display: none
}

/* =========================================================
   Fixed Buttons - SP base
========================================================= */
.float-cart,
#page-top {
	z-index: 10000;
}

div.float-cart {
	width: 50%;
	height: 60px;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	background-color: #7ab334;
	color: #fff;
	font-size: 120%;
	font-family: 游明朝, "Yu Mincho", YuMincho;
	text-align: center;
	line-height: 100%;
	border-radius: 0;
	padding: 0;
}

a.float-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: #7ab334;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
}

#page-top {
	width: 50%;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: #3d3530;
	border-radius: 0;
}

#page-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	padding: 0;
}

/* =========================================================
   Header - SP base
========================================================= */
#header {
	width: 100%;
	margin: 0 auto;
}

.leaf-icon {
	color: #7ab334;
	margin-right: 5px;
}

h1 {
	width: 100%;
	margin: 30px auto;
}

.header_pc {
	display: none;
}

.header_sp {
	width: 100%;
	margin: 0 auto;
}

/* =========================================================
   Contents - SP base
========================================================= */
#contents {
	width: 100%;
	margin: 50px auto;
}

.movie {
	width: 95%;
	max-width: 980px;
	aspect-ratio: 16 / 9;
	margin: 50px auto;
}

.movie iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.title {
	width: 30%;
	margin: 0 auto;
}

.subtitle {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.contents-navi {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	margin: 30px auto;
}

.contents-navi li {
	width: 33%;
}

.contents-navi li img {
	width: 50%;
}

.ico-title,
.ico-title a {
	color: #535353;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

.ico-link {
	color: #535353;
	font-size: 150%;
	text-align: center;
}

.point {
	width: 100%;
	margin: 75px auto;
}

.point-img {
	margin: 30px auto 10px;
}

.point-subtitle {
	width: 100%;
	font-size: 85%;
	font-family: 游明朝, "Yu Mincho", YuMincho;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}

.point-title {
	width: 90%;
	font-size: 130%;
	font-family: 游明朝, "Yu Mincho", YuMincho;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #7ab334;
	margin: 0 auto;
}

.point-text {
	width: 90%;
	font-size: 85%;
	font-family: 游明朝, "Yu Mincho", YuMincho;
	text-align: center;
	padding: 0;
	margin: 10px auto;
}

.virus-point {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin: 10px auto;
}

.virus-point li {
	width: 60px;
	height: 60px;
	background-color: #97c1a9;
	color: #fff;
	font-size: 100%;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	margin-right: 5px;
}

.example-kitchen-bg,
.example-laundry-bg,
.example-other-bg {
	width: 100%;
	height: 40vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
	margin: 30px auto 10px;
}

.example-kitchen-bg {
	background-image: url("../images/kitchen-bg.jpg");
}

.example-laundry-bg {
	background-image: url("../images/laundry-bg.jpg");
}

.example-other-bg {
	background-image: url("../images/other-bg.jpg");
}

.example-inner {
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.example-img {
	width: 60%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.normal-img {
	width: 100%;
	text-align: center;
	margin: 0 auto 30px;
}

.attention {
	font-family: 游明朝, "Yu Mincho", YuMincho;
	font-size: 75%;
	margin: 0 auto;
}

p.attention {
	width: 90%;
	text-align: left;
	margin: 0 auto 50px;
}

.post {
	width: 100%;
	background-color: #d4cac8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
	margin: 30px auto;
}

.post li {
	width: 50%;
	text-align: left;
	padding: 10px;
}

.post-green {
	font-size: 75%;
	position: relative;
	background-color: #fff;
	display: inline-block;
}

.post-green::before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 20px;
	left: -15px;
	border-top: 15px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 15px solid transparent;
}

/* =========================================================
   Product / Buy - SP base
========================================================= */
.araunja {
	width: 100%;
	margin: 30px auto;
}

.item-box01 {
	width: 95%;
	margin: 0 auto;
}

.item-box02 {
	width: 90%;
	margin: 10px auto;
}

.label {
	width: 100px;
	display: block;
	text-align: left;
}

.item-subtitle {
	font-size: 75%;
	text-align: left;
}

.item-title {
	font-size: 130%;
	text-align: left;
}

.item-subprice {
	font-family: "Roboto", sans-serif;
	font-size: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.price {
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}

.price li {
	color: #eb6877;
	margin-top: 5px;
}

.item-price-name {
	font-size: 75%;
	line-height: 100%;
}

.yen {
	font-size: 100%;
}

.item-price {
	font-family: "Roboto", sans-serif;
	font-size: 200%;
	font-weight: bold;
	margin-top: -10px;
}

.tax {
	font-size: 75%;
	margin-left: 2px;
}

.price-attention {
	color: #eb6877;
	font-size: 75%;
}

.mp-member {
	width: 90%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 10px;
}

.member {
	font-size: 75%;
	text-align: center;
	border: 1px solid #053535;
	padding: 5px 10px;
	margin-right: 10px;
}

.member a {
	color: #053535;
}

.ballon {
	width: 75%;
	background: #fff799;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 0.6em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ballon::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 30px;
	border: 10px solid transparent;
	border-top: 10px solid #fff799;
}

.item-attention {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.shipping {
	font-size: 75%;
	vertical-align: middle;
}

img.shipping {
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.wrapping {
	font-size: 75%;
	vertical-align: middle;
}

img.wrapping {
	width: 15px;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 3px;
}

.cart {
	vertical-align: middle;
}

p.cart {
	width: 90%;
	background: #eb6877;
	color: #fff;
	font-size: 100%;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	margin: 10px auto;
}

p.cart a {
	color: #fff;
}

img.cart {
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

table.araunja {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
}

table.araunja th {
	width: 25%;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

table.araunja td {
	font-size: 75%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

/* =========================================================
   Footer - SP base
========================================================= */
#footer {
	width: 100%;
	margin: 30px auto 100px;
}

.footer-logo {
	width: 40%;
	margin: 0 auto;
}

.copyright {
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 75%;
	margin: 10px auto;
}

/* =========================================================
   PC
========================================================= */
@media screen and (min-width: 1025px) {

	.pc-br{
		display: block;
	}

	/* Fixed Buttons - PC */
	div.float-cart {
		width: 100px;
		height: auto;
		position: fixed;
		top: 200px;
		bottom: auto;
		left: 0;
		background-color: #7ab334;
		color: #fff;
		font-size: 120%;
		font-family: 游明朝, "Yu Mincho", YuMincho;
		text-align: center;
		line-height: 100%;
		border-radius: 50px 3px;
		padding: 10px;
	}

	a.float-cart {
		display: block;
		color: #fff;
	}

	#page-top {
		width: auto;
		height: auto;
		position: fixed;
		right: 10px;
		bottom: 0;
		background-color: #3d3530;
		border-radius: 15px 15px 0 0;
		font-size: 120%;
	}

	#page-top a {
		display: block;
		height: auto;
		color: #fff;
		text-decoration: none;
		padding: 10px 20px;
	}

	/* Header - PC */
	.leaf-icon {
		margin-right: 10px;
	}

	h1 {
		margin: 0 auto;
	}

	.header_pc {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.header_sp {
		display: none;
	}

	/* Contents - PC */
	#contents {
		margin: 100px auto;
	}

	.movie {
		width: 980px;
		margin: 0 auto 50px;
	}

	.title {
		width: 150px;
	}

	.contents-navi {
		width: 1080px;
		margin: 100px auto;
	}

	.contents-navi li {
		width: auto;
	}

	.contents-navi li img {
		width: 150px;
	}

	.ico-title,
	.ico-title a {
		font-size: 100%;
	}

	.point {
		width: 1080px;
		margin: 100px auto;
	}

	.point-img {
		margin: 50px auto;
	}

	.point-subtitle {
		width: 1080px;
		font-size: 100%;
	}

	.point-title {
		width: 480px;
		font-size: 200%;
		border-bottom: 3px solid #7ab334;
	}

	.point-text {
		width: 980px;
		font-size: 100%;
		font-weight: bold;
		padding: 15px;
		margin: 0 auto;
	}

	.virus-point {
		width: 1080px;
		margin: 100px auto;
	}

	.virus-point li {
		width: 150px;
		height: 150px;
		font-size: 200%;
		line-height: 150px;
		margin-right: 15px;
	}

	.example-kitchen-bg,
	.example-laundry-bg,
	.example-other-bg {
		height: 50vh;
		background-size: 100%;
		margin: 100px auto;
	}

	.example-img {
		width: 580px;
	}

	.normal-img {
		width: 1080px;
		margin: 0 auto 50px;
	}

	p.attention {
		width: 980px;
		margin: 50px auto;
	}

	.post-bg {
		width: 100%;
		background-color: #d4cac8;
		margin: 50px auto;
	}

	.post {
		width: 1080px;
		align-items: center;
		justify-content: flex-start;
		padding: 50px 0;
		margin: 0 auto;
	}

	.post li {
		width: 260px;
		padding: 10px;
	}

	.post-green {
		font-size: 85%;
		display: list-item;
	}

	.post-green::before {
		left: -20px;
		border-top-width: 20px;
		border-right-width: 20px;
		border-bottom-width: 20px;
	}

	/* Product / Buy - PC */
	ul.araunja {
		width: 1080px;
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		margin: 50px auto;
	}

	.item-box01 {
		width: 480px;
		padding: 30px;
		margin: 0;
	}

	.item-box02 {
		width: auto;
		text-align: left;
		padding: 30px;
		margin: 0;
	}

	.item-title {
		font-size: 150%;
	}

	.item-subprice {
		text-align: left;
	}

	.price {
		width: 600px;
	}

	.price li {
		margin-top: 0;
	}

	.mp-member {
		width: 600px;
	}

	.ballon {
		width: 250px;
	}

	.item-attention {
		width: 600px;
		align-items: center;
	}

	img.shipping {
		width: 30px;
	}

	img.wrapping {
		width: 20px;
		margin-left: 10px;
		margin-right: 3px;
	}

	p.cart {
		width: 300px;
		margin: 10px 0 0;
	}

	img.cart {
		width: 15px;
		margin-left: 0;
		margin-right: 5px;
	}

	table.araunja {
		width: 980px;
	}

	table.araunja th {
		width: 200px;
	}

	/* Footer - PC */
	#footer {
		margin: 100px auto;
	}

	.footer-logo {
		width: 180px;
	}
}
