@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap');


@media (prefers-reduced-motion: no-preference) {
html:focus-within {
	scroll-behavior: smooth;
	}
}

* {
	box-sizing: border-box;
}

html {
	color: #333;
	font-family: "Roboto","Noto Sans JP",  sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a {
	color: #29b168;
	text-decoration: none;
	transition: .3s ease;
	}

a:hover {
	color: #44b0ff;
	}

img {
	display: block;
	width: 100%;
}

.sp {
	display: none;
	}

.txt-c {
	text-align: center;
	}

/* headerここから */
.header {
	display: none;
}
/* headerここまで */

/* footerここから */
footer {
	position: relative;
	display: block;
	padding: 100px 0 30px;
	text-align: center;
	background: #2E9F92;
}

footer .logo {
	width: 312.54px;
	height: 50px;
	margin: 0 auto 70px;
}

footer p {
	margin: 0 0 70px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
/* footerここまで */

/* mainここから */
main {
	position: relative;
	display: block;
}
/* mainここまで */

/* 共通ボタンここから */
a.bt {
	display: block;
	width: 120px;
	margin: 0 auto 20px;
	padding: 8px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #1B9FFF;
	border: 1px solid #1B9FFF;
	border-radius: 15px;
	transition: .3s ease;
}

a.bt:hover {
	color: #1B9FFF;
	background: #fff;
	border: 1px solid #1B9FFF;
}
/* 共通ボタンここまで */

/* CVボタンここから */
.bt_cv {
	margin: 0;
	padding: 50px 4vw;
	background: #fff;
}
.bt_cv a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 28px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #29b168;
	border: 1px solid #29b168;
	border-radius: 50px;
	transition: .3s ease;
}
.bt_cv a:hover {
	color: #29b168;
	background: #fff;
	border: 1px solid #29b168;
}
/* CVボタンここまで */

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	background: #fff;
	border: solid 2px #29b168;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
.pagetop__arrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #29b168;
	border-right: 3px solid #29b168;
	transform: translateY(20%) rotate(-45deg);
}



/* タブレットここから */
@media screen and (max-width: 1024px) {
}
/* タブレットここまで */



/* スマホここから */
@media screen and (max-width: 767.98px) {

.header {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 50px;
	z-index: +1;
	}

.hamburger-menu {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
	z-index: 99999;
}

.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	box-shadow: 0 1px 1px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.25);
	transform: translateX(-50%);
	transition: .5s;
}
.hamburger-menu__bar:first-child {
	top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
	top: 24px;
}
.hamburger-menu__bar:last-child {
	top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}

.navigation {
	display: none;
	background: #29b168;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding: 0;
	z-index: 9999;
}

.navigation__list {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation__list li {
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: solid 1px #ccc;
}

.navigation__list li a {
	display: block;
	color: #fff;
	background: none;
	font-size: 16px;
	font-weight: 400;
	padding: 24px 20px;
	transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
	.navigation__list li a:hover {
		color: #fff;
		background: #1B9FFF;
	}
}

.navigation__list li a i {
	display: inline;
	margin-right: 5px;
}

.subnav_list {
	display: block;
	position: relative;
	left: auto;
	top: auto;
	padding-bottom: 20px;
	opacity: 1;
}

.navigation__list-item:hover .subnav_list {
	top: 0px;
}

.subnav_list-item a {
	display: block;
	margin: 0;
	padding: 10px 24px;
	color: #1B9FFF;
	background: none;
	box-shadow: none;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	transition: .3s ease;
}

footer {
	padding: 50px 0 20px;
}

footer ul {
	display: none;
}

footer p {
	margin: 0 0 50px;
	font-size: 14px;
	line-height: 2em;
}

footer p span {
	display: none;
}

.sp {
	display: inline;
	}

/* 共通ボタンここから */
a.bt {
	width: 200px;
	margin: 0 auto 40px;
	padding: 16px 0;
	font-size: 16px;
	border-radius: 30px;
}
/* 共通ボタンここまで */

/* CVボタンここから */
.bt_cv {
	padding: 10vw 4vw;
}
.bt_cv a {
	width: 270px;
	padding: 18px 0;
	font-size: 4vw;
}
/* CVボタンここまで */

}
/* スマホここまで */





#mv {
	background: url("../img/mv_bg.jpg") center top no-repeat;
	background-size: cover;
}
#mv .inner {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 600px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 1024px) {
#mv .inner {
	height: 440px;
	}
}
@media screen and (max-width: 767.98px) {
#mv .inner {
	height: 115vw;
	}
}
#mv img {
	display: block;
	width: 100%;
}
#mv .company_logo {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 300px;
	height: 48px;
}
@media screen and (max-width: 1024px) {
#mv .company_logo {
	left: 20px;
	top: 20px;
	width: 200px;
	height: 32px;
	}
}
@media screen and (max-width: 767.98px) {
#mv .company_logo {
	left: 4vw;
	top: 4vw;
	}
}
#mv .impact_logo {
	position: absolute;
	left: 320px;
	top: 36px;
	width: 150px;
	height: 44px;
}
@media screen and (max-width: 1024px) {
#mv .impact_logo {
	left: 230px;
	top: 24px;
	width: 100px;
	height: 32px;
	}
}
@media screen and (max-width: 767.98px) {
#mv .impact_logo {
	}
}
#mv .acadian_logo {
	position: absolute;
	left: 430px;
	top: 270px;
	width: 100px;
	height: 100px;
}
@media screen and (max-width: 1024px) {
#mv .acadian_logo {
	left: 330px;
	top: 200px;
	width: 70px;
	height: 70px;
	}
}
@media screen and (max-width: 767.98px) {
#mv .acadian_logo {
	left: 190px;
	top: 270px;
	width: 60px;
	height: 60px;
	}
}
#mv h1 {
	position: absolute;
	left: 0px;
	top: 80px;
	display: block;
	width: 550px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1024px) {
#mv h1 {
	left: 20px;
	top: 70px;
	display: block;
	width: 380px;
	}
}
@media screen and (max-width: 768px) {
#mv h1 {
	left: 0;
	}
}
@media screen and (max-width: 767.98px) {
#mv h1 {
	left: 10vw;
	top: 12vw;
	width: 60vw;
	}
}
#mv img.bottle {
	position: absolute;
	right: 0px;
	top: 20px;
	display: block;
	width: 200px;
}
@media screen and (max-width: 1024px) {
#mv img.bottle {
	right: 20px;
	top: 10px;
	width: 150px;
	}
}
@media screen and (max-width: 767.98px) {
#mv img.bottle {
	right: 4vw;
	top: 50px;
	width: 35vw;
	}
}
#mv img.point {
	position: absolute;
	right: 180px;
	bottom: 20px;
	display: block;
	width: 300px;
}
@media screen and (max-width: 1024px) {
#mv img.point {
	right: 150px;
	width: 250px;
	}
}
@media screen and (max-width: 767.98px) {
#mv img.point {
	right: 30vw;
	width: 38vw;
	}
}
#mv img.new_product {
	position: absolute;
	right: 160px;
	top: 100px;
	display: block;
	width: 120px;
}
@media screen and (max-width: 1024px) {
#mv img.new_product {
	right: 140px;
	width: 90px;
	}
}
@media screen and (max-width: 767.98px) {
#mv img.new_product {
	top: 22vw;
	right: 2vw;
	width: 15vw;
	}
}
#mv img.bslogo {
	position: absolute;
	right: 180px;
	top: 40px;
	display: block;
	width: 80px;
}
@media screen and (max-width: 1024px) {
#mv img.bslogo {
	right: 160px;
	width: 50px;
	}
}
@media screen and (max-width: 768px) {
#mv img.bslogo {
	right: 160px;
	width: 50px;
	}
}
@media screen and (max-width: 767.98px) {
#mv img.bslogo {
	left: auto;
	right: 41vw;
	top: auto;
	bottom: 4vw;
	width: 11vw;
	}
}

#mv p {
	position: absolute;
	display: block;
}
#mv p.copy1 {
	left: 30px;
	top: 100px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 60px;
	font-family: serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.25em;
	text-shadow: 0 0 2px rgba(0,0,0,.5),0 4.46px 4.46px rgba(0,0,0,.5),0 2px 5px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.5);
}
@media screen and (max-width: 1024px) {
#mv p.copy1 {
	left: 40px;
	top: 70px;
	font-size: 50px;
	}
}
@media screen and (max-width: 768px) {
#mv p.copy1 {
	font-size: 45px;
	}
}
@media screen and (max-width: 767.98px) {
#mv p.copy1 {
	left: 4.5vw;
	top: 14vw;
	font-size: 8vw;
	writing-mode: vertical-rl;
	letter-spacing: 0em;
	}
}
#mv p.copy1 span {
	font-size: 1.5em;
	margin: 0;
}
#mv p.copy2 {
	left: 470px;
	top: 470px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
	font-family: serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.25em;
	text-shadow: 0 0 2px rgba(0,0,0,.5),0 4.46px 4.46px rgba(0,0,0,.5),0 2px 5px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.5);
}
@media screen and (max-width: 1024px) {
#mv p.copy2 {
	left: 390px;
	top: 280px;
	font-size: 40px;
	}
}
@media screen and (max-width: 768px) {
#mv p.copy2 {
	left: 285px;
	font-size: 28px;
	}
}
@media screen and (max-width: 767.98px) {
#mv p.copy2 {
	left: 16vw;
	top: 60vw;
	font-size: 5vw;
	writing-mode: vertical-rl;
	letter-spacing: 0em;
	}
}
#mv p.copy2 span {
	font-size: 1.5em;
	margin: 0;
}
@media screen and (max-width: 767.98px) {
#mv p.copy2 span {
	writing-mode: horizontal-tb;
	}
}
#mv p.copy3 {
	left: 460px;
	top: 520px;
	margin: 0;
	padding: 0;
	display: block;
	padding: 5px 10px;
	font-size: 21px;
	font-family: serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.25em;
	background: #ffff00;
	border-radius: 20px;
}
@media screen and (max-width: 1024px) {
#mv p.copy3 {
	left: 435px;
	top: 340px;
	}
}
@media screen and (max-width: 768px) {
#mv p.copy3 {
	left: 303px;
	top: 325px;
	font-size: 16px;
	}
}
@media screen and (max-width: 767.98px) {
#mv p.copy3 {
	padding: 10px 3px;
	left: 31vw;
	top: 60vw;
	font-size: 3vw;
	writing-mode: vertical-rl;
	letter-spacing: 0em;
	}
}
#mv p.copy3 span {
	font-size: 1.5em;
	margin: 0;
}
#mv p.release {
	left: 80px;
	bottom: 0;
	display: block;
	width: 100px;
	height: 100px;
	padding: 30px 0 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	background: #e61f19;
	border-radius: 50%;
}
@media screen and (max-width: 1024px) {
#mv p.release {
	scale: .7;
	left: 60px;
	bottom: -10px;
	}
}
@media screen and (max-width: 767.98px) {
#mv p.release {
	scale: .6;
	left: 10vw;
	}
}
#mv p.release span {
	display: block;
	font-size: .6em;
}

#mv p.notice {
	left: 50%;
	bottom: 10px;
	transform: translate(-50%,0);
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 0 2px rgba(0,0,0,.5),0 4.46px 4.46px rgba(0,0,0,.5),0 2px 5px rgba(0,0,0,.5),0 2px 10px rgba(0,0,0,.5);
}
@media screen and (max-width: 1024px) {
#mv p.notice {
	left: 240px;
	bottom: 0px;
	font-size: 8px;
	}
}
@media screen and (max-width: 767.98px) {
#mv p.notice {
	left: 50%;
	width: 100%;
	bottom: 0px;
	font-size: 1.8vw;
	}
}

#mv nav {
	padding: 20px 0;
	background: rgba(255,255,255,.5);
}
#mv nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#mv nav ul li {
	display: block;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767.98px) {
#mv nav ul li {
	min-width: 45%;
	}
}
#mv nav ul li a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border: 2px solid #29b168;
	border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
#mv nav ul li a {
	font-size: 4vw;
	}
}
#mv nav ul li a i {
	color: #29b168;
}

/* #movie */
#movie,#voice {
	padding: 50px 4vw;
	background-image: radial-gradient(circle, #e1f5de, #a7d871);
}
#movie h2,#voice h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#movie h2,#voice h2 {
	font-size: 5vw;
	}
}
#movie p,#voice p {
	text-align: center;
}
.youtube {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	background: #000;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
	border-radius: 10px;
}
.youtube iframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

/* #problem */
#problem {
	padding: 50px 4vw;
	background: #4C4C4C;
	}
#problem h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#problem h2 {
	font-size: 5vw;
	}
}
#problem div {
	background: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	}
#problem div h3 {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 10px;
	color: #fff;
	background: #828282;
	border-radius: 5px;
	}
#problem div div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	box-shadow: none;
	}
#problem div:nth-of-type(even) div {
	flex-direction: row-reverse;
	}
#problem div div p {
	display: block;
	width: 58%;
	margin: 0 0 .25em;
	padding: 0;
	font-size: 16px;
	line-height: 2em;
	}
@media screen and (max-width: 767.98px) {
#problem div div p {
	width: 100%;
	font-size: 4vw;
	}
}
#problem div div p span {
	font-weight: 600;
	}
#problem div img {
	display: block;
	width: 40%;
	border-radius: 10px;
	}
@media screen and (max-width: 767.98px) {
#problem div img {
	width: 100%;
	}
}

#problem a {
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: 15px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-align: center;
	background: #29b168;
	border-radius: 50px;
	transition: .3s ease;
}
#problem a:hover {
	color: #29b168;
	background: #fff;
}

/* #feature */
#feature {
	padding: 50px 4vw;
	background: #ebf6d2;
	}
#feature h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #333;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#feature h2 {
	font-size: 5vw;
	}
}
#feature div {
	background: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	}
#feature div h3 {
	position: relative;
	display: block;
	margin: 0 0 20px;
	color: #fff;
	background: #29b168;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	}
@media screen and (max-width: 767.98px) {
#feature div h3 {
	line-height: 1.2em;
	}
}
#feature div h3 span {
	font-size: .8em;
	font-weight: 300;
	}
@media screen and (max-width: 767.98px) {
#feature div h3 span.notice {
	display: block;
	}
}
#feature p {
	display: block;
	margin: 0 0 1em;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	}
#feature ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	}
#feature ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 32%;
	}
@media screen and (max-width: 767.98px) {
#feature ul li {
	width: 100%;
	margin: 0 0 1em;
	}
}
#feature div img {
	display: block;
	width: 100%;
	margin: 0 0 .5em;
	}
#feature ul li p {
	display: block;
	margin: 0 0 .25em;
	padding: 0;
	font-size: 16px;
	line-height: 1.5em;
	}
@media screen and (max-width: 767.98px) {
#feature ul li p {
	font-size: 4vw;
	}
}

#feature .feature3 div.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: none;
	}

#feature .feature3 div.inner img {
	display: block;
	width: 12%;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner img {
	width: 40%;
	margin: 0 auto 4vw;
	}
}

#feature .feature3 div.inner dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 86%;
	margin: 0;
	padding: 0;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner dl {
	width: 100%;
	}
}

#feature .feature3 div.inner dt {
	display: block;
	margin: 0 0 10px;
	padding: 15px 0 25px 0;
	width: 22%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	border-radius: 10px;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner dt {
	width: 100%;
	padding: 1em 0;
	}
}

#feature .feature3 div.inner dt.fucodyne {
	background-image: linear-gradient(#29b168, #96dcf8);
	}

#feature .feature3 div.inner dt.betaine {
	background-image: linear-gradient(#96dcf8, #45b1e0);
	}

#feature .feature3 div.inner dt.mannitol {
	background-image: linear-gradient(#45b1e0, #0c7fae);
	}

#feature .feature3 div.inner dt span {
	display: block;
	margin: 0;
	padding: .8em 0 .25em;
	font-size: 1.25em;
	font-weight: 600;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner dt span {
	padding: 0 0 .25em;
	}
}

#feature .feature3 div.inner dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 10px;
	padding: 10px;
	width: 77%;
	align-items: center;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner dd {
	width: 100%;
	}
}

#feature .feature3 div.inner dd p {
	display: block;
	margin: 0;
	padding: 0;
	width: 65%;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner dd p {
	width: 100%;
	}
}

#feature .feature3 div.inner dd span {
	display: block;
	margin: 0 0 0 .5em;
	padding: 1em 0;
	width: 33%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	font-size: 1.25em;
	font-weight: 600;
	border-radius: 50%;
	}
@media screen and (max-width: 767.98px) {
#feature .feature3 div.inner dd span {
	width: 100%;
	padding: 1em 0;
	}
}

#feature .feature3 div.inner dd.fucodyne span {
	background-image: linear-gradient(#29b168, #96dcf8);
	}

#feature .feature3 div.inner dd.betaine span {
	background-image: linear-gradient(#96dcf8, #45b1e0);
	}

#feature .feature3 div.inner dd.mannitol span {
	background-image: linear-gradient(#45b1e0, #0c7fae);
	}

#feature .feature4 ul.inner li {
	display: block;
	width: 49%;
	}
@media screen and (max-width: 767.98px) {
#feature .feature4 ul.inner li {
	width: 100%;
	}
}

#feature .feature4 ul.inner li h4 {
	display: block;
	margin: 0 0 .5em;
	line-height: 1.5em;
	}

#feature .feature4 ul.inner li h4 span {
	color: #a00;
	}

/* #use */
#use {
	padding: 50px 4vw;
	background: #d2f2dc;
	}
#use h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #333;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#use h2 {
	font-size: 5vw;
	}
}
#use p {
	display: block;
	margin: 0 0 1em;
	padding: 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
}
@media screen and (max-width: 767.98px) {
#use p {
	font-size: 4vw;
	line-height: 1.8em;
	text-align: left;
	}
#use p br {
	display: none;
	}
}
#use table {
	width: 100%;
	max-width: 900px;
	border-collapse: collapse;
	margin: 0 auto 1em;
	font-size: 14px;
	background: #edf8f1;
	}
#use table thead th {
	padding: 10px 0;
	color: #fff;
	background: #29b168;
	}
#use table tbody tr:nth-of-type(odd) {
	background: #f5fbf7;
	}
#use table tbody th {
	position: relative;
	padding: 10px;
	text-align: center;
	}
#use table tbody td {
	padding: 10px 0;
	text-align: left;
	}
#use table tbody th span.rec {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0,-50%);
	display: block;
	padding: 5px;
	color: #fff;
	line-height: 1em;
	text-align: center;
	border-radius: 5px;
	background: #a00;
	}
@media screen and (max-width: 767.98px) {
#use table tbody th span.rec {
	position: relative;
	left: auto;
	top: auto;
	transform: translate(0,0);
	width: fit-content;
	margin: 0 auto 5px;
	font-size: 10px;
	}
}

#use dl {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
	}
#use dl dt {
	position: relative;
	display: block;
	width: 30%;
	margin: 0;
	padding: 10px ;
	font-weight: 600;
	text-align: center;
	}
#use dl dt:nth-of-type(odd) {
	background: #f5fbf7;
	}
#use dl dd {
	position: relative;
	display: block;
	width: 70%;
	margin: 0;
	padding: 10px 0;
	}
#use dl dd:nth-of-type(odd) {
	background: #f5fbf7;
	}

/* #faq */
#faq {
	padding: 50px 4vw;
	background: #ebf6d2;
	}
#faq h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #333;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 600px) {
#faq h2 {
	font-size: 5vw;
	}
}
#faq p {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#faq p {
	font-size: 4vw;
	line-height: 1.8em;
	}
}
#faq .checkbox {
	display: none;
}
#faq div {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 10px;
}
#faq dl {
	display: block;
	margin: 0;
	padding: 0;
}
#faq dt {
	color: #fff;
	background: #29b168;
	border-radius: 10px 10px;
}
#faq dt label {
	position: relative;
	display: block;
	padding: 10px 40px;
	line-height: 1.5em;
	cursor: pointer;
}
#faq dt label::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	padding: 10px 0;
	content: 'Q';
	color: #fff;
	text-align: center;
	border-radius: 10px 0 0 10px;
}
#faq dt label::after {
	content:'';
	display: block;
	border-left:7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	transition:.4s .4s;
}
#faq dd {
	position: relative;
	height: 0;
	transition:.4s;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0 20px 0 40px;
	font-size: 16px;
	line-height: 1.8em;
	background: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
#faq .checkbox:checked ~ dl dd::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	padding: 10px 0;
	content: 'A';
	color: #559B0B;
	text-align: center;
	opacity: 0;
	transition: .4s .4s;
}
#faq .checkbox:checked ~ dl dt {
	border-radius: 10px 10px 0 0;
}
#faq .checkbox:checked ~ dl dt label::before {
	border-radius: 10px 0 0 0;
}
#faq .checkbox:checked ~ dl dt label::after {
	transform: translate(0,-50%) rotate(-180deg);  
}
#faq .checkbox:checked ~ dl dd {
	height: auto;
	padding: 10px 20px 10px 40px;
}
#faq .checkbox:checked ~ dl dd::before {
	opacity: 1;
}

/* #case */
#case {
	padding: 50px 4vw;
	background: #d2f2dc;
	}
#case h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #333;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#case h2 {
	font-size: 5vw;
	}
}
#case p.intro {
	display: block;
	margin: 0 0 2em;
	text-align: center;
	}
#case .inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	}
#case div h3 {
	position: relative;
	display: block;
	margin: 0 0 .5em;
	color: #fff;
	background: #29b168;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	}
#case div h3 span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 100%;
	padding: 10px;
	text-align: center;
	background: #007DC5;
	border-radius: 10px 0 0 10px;
	}
#case div h4 {
	position: relative;
	display: block;
	margin: 0 0 .5em;
	width: 100%;
	padding: 10px 0;
	font-size: 1.25em;
	font-weight: 500;
	border-radius: 5px;
	}
#case div h4 span {
	font-size: .8em;
	}
#case p {
	display: block;
	margin: 0 0 .5em;
	padding: 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	}
#case span.notice {
	font-size: .7em;
	}
@media screen and (max-width: 767.98px) {
#case span.notice {
	font-size: 3vw;
	}
}
#case span.red {
	color: #a00;
	font-weight: 500;
	}
#case .pic {
	width: 100%;
	}
@media screen and (max-width: 767.98px) {
#case .pic {
	margin: 0 0 1em;
	}
}
#case .chart {
	width: 35%;
	}
@media screen and (max-width: 767.98px) {
#case .chart {
	width: 100%;
	}
}
#case .chart table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1em;
	font-size: 14px;
	}
#case .chart table thead th {
	padding: 10px 0;
	color: #fff;
	background: #00a0e9;
	}
#case .chart table tbody tr:nth-of-type(odd) {
	background: #d3edfb;
	}
#case .chart table tbody tr:nth-of-type(even) {
	background: #ccc;
	}
#case .chart table tbody th {
	padding: 10px;
	text-align: left;
	}
#case .chart table tbody td {
	padding: 10px 0;
	text-align: center;
	}
#case .pic h4 {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 18px;
	line-height: 1.75em;
	text-align: center;
	}
#case .pic p {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.75em;
	text-align: center;
	}
@media screen and (max-width: 767.98px) {
#case .pic p {
	margin-bottom: .5rem;
	font-size: 4vw;
	}
}
#case .pic p span.red {
	color: #aa0000;
	font-weight: 600;
	}
#case .pic ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	}
#case .pic li {
	display: block;
	width: 32%;
	}
@media screen and (max-width: 767.98px) {
#case .pic li {
	width: 100%;
	padding-bottom: 1em;
	}
}
#case .pic.pic2 li {
	display: block;
	width: 49%;
	}
@media screen and (max-width: 767.98px) {
#case .pic.pic2 li {
	width: 100%;
	padding-bottom: 1em;
	}
}
#case div img {
	display: block;
	width: 100%;
	margin: 0 auto .5em;
	}
#case div img.pic2 {
	max-width: 600px;
	margin: 0 auto;
	}

#case p.notice.txt-r {
	margin: 5px 0 0 0;
	text-align: right;
	font-size: .8em;
	}

#case table {
	width: 100%;
	margin: 1em auto 0;
	background: #fbfdf7;
	border: 0;
	border-collapse: collapse;
	}
#case tr:nth-child(even) {
	background: #f5f8ee;
	}
#case table thead th {
	padding: 5px 0;
	color: #fff;
	background: #29b168;
	}
#case table th,
#case table td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	}
#case table td span.red {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	}

/* #spec */
#spec {
	padding: 50px 4vw;
	background: #ebf6d2;
	}
#spec h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	color: #333;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#spec h2 {
	font-size: 5vw;
	}
}
#spec div.bottle {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
	}
#spec div.box img {
	display: block;
	}
#spec table {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background: #fbfdf7;
	border: 0;
	border-collapse: collapse;
	}
#spec tr:nth-child(even) {
	background: #f5f8ee;
	}
#spec table th,
#spec table td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.8em;
	}
#spec table th span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	}
#spec table td span.notice {
	font-size:  .7em;
	}

#download {
	padding: 50px 4vw;
	background: #d2f2dc;
}
#download h2 {
	display: block;
	margin: 0;
	padding: 30px 0;
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#download h2 {
	font-size: 5vw;
	}
}
#download p {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#download p {
	font-size: 4vw;
	line-height: 1.8em;
	}
}
#download div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
}
#download div a {
	display: block;
	width: 45%;
}
#download div img {
	display: block;
	width: 100%;
}

/* pagetitle */
#pagetitle {
	margin: 0;
	padding: 0;
	background: url("../img/mv_bg.jpg") center center no-repeat;
	background-size: cover;
	}
#pagetitle div {
	position: relative;
	width: 100%;
	padding: 70px 0;
	text-align: center;
	background: rgba(255,255,255,.7);
	}
@media screen and (max-width: 767.98px) {
#pagetitle div {
	padding: 15vw 0;
	}
}
#pagetitle h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: .1em;
	}
@media screen and (max-width: 767.98px) {
#pagetitle h1 {
	font-size: 6vw;
	}
}
#pagetitle img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 150px;
	}
@media screen and (max-width: 767.98px) {
#pagetitle img {
	width: 80px;
	}
}

/* .example */
.example {
	padding: 4em 4vw;
	background: #d2f2dc;
	}
.example h2 {
	display: block;
	margin: 0;
	padding: 20px 0;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
}
.example h2 span {
	display: block;
	font-size: .7em;
}
@media screen and (max-width: 767.98px) {
.example h2 {
	font-size: 5vw;
	}
}
.example .inner {
	display: block;
	background: #fff;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 2em;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,.25);
	}
.example table {
	width: 100%;
	margin: 0 auto;
	background: #e9f7ff;
	border: 0;
	border-collapse: collapse;
	}
.example thead th {
	padding: 10px;
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	background: #29b168;
	}
.example tr:nth-child(even) {
	background: #f3fff7;
	}
.example table tbody th {
	width: 20%;
	padding: 15px;
	font-size: 16px;
	line-height: 1.8em;
	}
.example table tbody td {
	padding: 15px;
	font-size: 16px;
	line-height: 1.8em;
	}