@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: #00A0E9;
	text-decoration: none;
	transition: .3s ease;
	}

a:hover {
	color: #44b0ff;
	}

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

.sp {
	display: none;
	}

/* 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: #00A0E9;
	border: 1px solid #00A0E9;
	border-radius: 50px;
	transition: .3s ease;
}
.bt_cv a:hover {
	color: #00A0E9;
	background: #fff;
	border: 1px solid #00A0E9;
}
/* CVボタンここまで */

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	background: #fff;
	border: solid 2px #00A0E9;
	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 #00A0E9;
	border-right: 3px solid #00A0E9;
	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: +2;
	}

.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: #00A0E9;
	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 {
	position: relative;
	}
#mv .logo_phyto {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 300px;
	z-index: +1
	}
#mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0;
	padding: 20px;
	color: #fff;
	font-size: 40px;
	text-align: center;
	border: 5px solid #fff;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
	box-shadow: 0 1px 5px rgba(0,0,0,.8);
	z-index: +1
	}
@media screen and (max-width: 1024px) {
#mv h1 {
	font-size: 30px;
	max-width: 350px;
	}
}
@media screen and (max-width: 768px) {
#mv h1 {
	font-size: 25px;
	max-width: 300px;
	}
}
@media screen and (max-width: 767.98px) {
#mv h1 {
	position: relative;
	left: auto;
	top: auto;
	transform: translate(0,0);
	max-width: 100%;
	background: #000;
	box-shadow: none;
	}
}
#mv .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: -1;
	}
@media screen and (max-width: 1024px) {
#mv .inner {
	}
}
@media screen and (max-width: 767.98px) {
#mv .inner {
	}
}
#mv .column {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
}
@media screen and (max-width: 767.98px) {
#mv .column {
	width: 100%;
	}
}
#mv .heat-impact {
	background: url("../img/mv_heat-impact.jpg") center center no-repeat;
	background-size: cover;
}
#mv .dry-impact {
	flex-direction: row-reverse;
	background: url("../img/mv_dry-impact.jpg") center center no-repeat;
	background-size: cover;
}
#mv .cold-impact {
	background: url("../img/mv_cold-impact.jpg") center center no-repeat;
	background-size: cover;
}
#mv .marine-impact {
	flex-direction: row-reverse;
	background: url("../img/mv_marine-impact.jpg") center center no-repeat;
	background-size: cover;
}
#mv .info {
	width: 60%;
}
#mv .heat-impact .info,
#mv .dry-impact .info {
	padding: 100px 20px 40px;
}
#mv .cold-impact .info,
#mv .marine-impact .info {
	padding: 50px 20px 40px;
}
#mv .pic {
	width: 40%;
}
#mv .heat-impact .pic,
#mv .dry-impact .pic {
	padding: 70px 50px 100px;
}
@media screen and (max-width: 1024px) {
#mv .heat-impact .pic,
#mv .dry-impact .pic {
	padding: 40px 25px 100px;
	}
}
@media screen and (max-width: 768px) {
#mv .heat-impact .pic,
#mv .dry-impact .pic {
	padding: 85px 10px;
	}
}
#mv .cold-impact .pic,
#mv .marine-impact .pic {
	padding: 150px 50px 20px;
}
@media screen and (max-width: 1024px) {
#mv .cold-impact .pic,
#mv .marine-impact .pic {
	padding: 100px 25px 20px;
	}
}
@media screen and (max-width: 768px) {
#mv .cold-impact .pic,
#mv .marine-impact .pic {
	padding: 100px 10px 10px;
	}
}
#mv h3 {
	display: block;
	width: fit-content;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
}
@media screen and (max-width: 1024px) {
#mv h3 {
	font-size: 26px;
	}
}
@media screen and (max-width: 768px) {
#mv h3 {
	font-size: 23px;
	}
}
#mv h3 span {
	font-size: 1.3em;
}
#mv h3 span {
	display: block;
}
#mv .info img.logo {
	margin: 0 auto 2em;
}
#mv .info img.logo1 {
	margin: 0 auto;
}
#mv .info img.logo2 {
	width: 50%;
	margin: 0 auto 30px;
}
#mv .pic img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
#mv .pic img.bottle {
}
#mv .pic img.bottle1 {
	position: absolute;
	left: 3%;
	width: 20%;
}
@media screen and (max-width: 768px) {
#mv .pic img.bottle1 {
	width: 24%;
	}
}
#mv .pic img.bottle2 {
	position: absolute;
	left: 15%;
	bottom: 17%;
	width: 30%;
}
@media screen and (max-width: 1440px) {
#mv .pic img.bottle2 {
	bottom: 23%;
	}
}
@media screen and (max-width: 768px) {
#mv .pic img.bottle2 {
	left: 10%;
	bottom: 17%;
	width: 35%;
	}
}
#mv img.new {
	position: absolute;
	right: 50px;
	top: 280px;
	width: 150px;
}
@media screen and (max-width: 1440px) {
#mv img.new {
	right: 30px;
	top: 220px;
	width: 90px;
	}
}
@media screen and (max-width: 1024px) {
#mv img.new {
	right: 10px;
	top: 170px;
	width: 80px;
	}
}
#mv a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.8);
	background: red;
	border-radius: 50px;
	box-shadow: 0 1px 5px rgba(0,0,0,.8);
	transition: .3s ease;
}
@media screen and (max-width: 1024px) {
#mv a {
	font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
#mv a {
	padding: 20px 10px 20px 30px;
	font-size: 18px;
	}
}
#mv .heat-impact a {
	background-image: linear-gradient(#ff6700, #f72e00);
}
#mv .dry-impact a {
	background-image: linear-gradient(#e2b15a, #cc8200);
}
#mv .cold-impact a {
	background-image: linear-gradient(#009fe8, #0068b6);
}
#mv .marine-impact a {
	background-image: linear-gradient(#1baa5d, #006271);
}

#mv .heat-impact a:hover {
	color: #f72e00;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}
#mv .dry-impact a:hover {
	color: #cc8200;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}
#mv .cold-impact a:hover {
	color: #0068b6;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}
#mv .marine-impact a:hover {
	color: #006271;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}

#mv a span {
	display: block;
	font-size: .8em;
}
#mv a span span {
	display: inline;
}
#mv a i {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0,-50%);
}

#movie {
	padding: 50px 4vw;
	background-image: radial-gradient(circle, rgba(30, 30, 30, 1), rgba(0, 0, 0, 1));
}
#movie 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) {
#movie h2 {
	font-size: 5vw;
	}
}
#movie .youtube {
	width: 100%;
	max-width: 1000px;
	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;
}

/* #about */
#about {
	padding: 100px 4vw;
	background: url(../img/bg_about.jpg) center center no-repeat #000;
	background-size: cover;
	}

#about .inner {
	width: fit-content;
	margin: 0 auto;
	}

#about h2 {
	display: block;
	margin: 0 0 50px;
	color: #fff;
	font-size: 34px;
	line-height: 1.5em;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	}

#about h2 img {
	display: block;
	width: 100%;
	margin: 0 auto;
	}

#about p {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 2em;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
	}
@media screen and (max-width: 767.98px) {
#about p {
	font-size: 4vw;
	}
}

/* #lineup */
#lineup {
	padding: 100px 4vw;
	}
@media screen and (max-width: 767.98px) {
#lineup {
	padding: 100px 4vw 0;
	}
}

#lineup h2 {
	display: block;
	margin: 0 0 50px;
	padding: 30px 0;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
#problem h2 {
	font-size: 5vw;
	}
}

#lineup .column {
	display: block;
	width: 100%;
	margin: 0 auto 100px;
}

#lineup .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto 50px;
}

#hydro-catch .inner {
	flex-direction: row-reverse;
	}

#lineup h3 {
	position: relative;
	display: block;
	margin: 0 0 1em;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
}

#lineup h3 span {
	font-size: .7em;
	padding-right: .25em;
}
@media screen and (max-width: 767.98px) {
#lineup h3 span {
	display: block;
	}
}

#lineup h3:before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 10px;
	content: "";
	background: #fdebd1;
	opacity: .5;
	z-index: -1;
}

#heat-impact h3:before {
background-image: linear-gradient(90deg, #ffffff, #ff6700 50%, #ffffff);
}
#hydro-catch h3:before,#zeba h3:before {
background-image: linear-gradient(90deg, #ffffff, #e2b15a 50%, #ffffff);
}
#cold-impact h3:before {
background-image: linear-gradient(90deg, #ffffff, #009fe8 50%, #ffffff);
}
#marine-impact h3:before {
background-image: linear-gradient(90deg, #ffffff, #1baa5d 50%, #ffffff);
}

#lineup ul {
	display: flex;
	margin: 0 0 1em;
	padding: 0;
}
@media screen and (max-width: 767.98px) {
#lineup ul {
	width: fit-content;
	margin: 0 auto 1em;
	}
}

#lineup li {
	display: block;
	margin: 0;
	padding: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1em;
	background: #ccc;
	margin-right: 5px;
	border-radius: 5px;
}

#lineup dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}

#lineup dt {
	display: block;
	width: 12%;
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}

#lineup dd {
	display: block;
	margin: 0;
	padding: 10px;
	width: 88%;
	font-size: 16px;
	font-weight: 500;
}

#lineup li.icon1 {
	background: #009944;
}

#lineup li.icon2 {
	background: #f39800;
}

#lineup li.icon3 {
	background: #6b2800;
}

#lineup .info {
	display: block;
	width: 55%;
}
@media screen and (max-width: 767.98px) {
#lineup .info {
	width: 100%;
	}
}

#lineup .info p {
	display: block;
	font-size: 16px;
	line-height: 2em;
}

#lineup .pic {
	display: flex;
	justify-content: space-between;
	width: 40%;
	align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
#lineup .pic {
	width: 100%;
	}
}

#lineup .pic img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#lineup .pic img.bottle1 {
	width: 26%;
}

#lineup .pic img.bottle2 {
	width: 70%;
}

#lineup a {
	display: block;
	max-width: 550px;
	margin: 0 auto;
	padding: 1em 0;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	background: red;
	border-radius: 50px;
	transition: .3s ease;
}
@media screen and (max-width: 767.98px) {
#lineup a {
	font-size: 4vw;
	}
}

#heat-impact a {
	background-image: linear-gradient(#ff6700, #f72e00);
	border: 1px solid #f72e00;
}
#hydro-catch a,#zeba a {
	background-image: linear-gradient(#e2b15a, #cc8200);
	border: 1px solid #cc8200;
}
#cold-impact a {
	background-image: linear-gradient(#009fe8, #0068b6);
	border: 1px solid #0068b6;
}
#marine-impact a {
	background-image: linear-gradient(#1baa5d, #006271);
	border: 1px solid #006271;
}

#heat-impact a:hover {
	color: #f72e00;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}
#hydro-catch a:hover,#zeba a:hover {
	color: #cc8200;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}
#cold-impact a:hover {
	color: #0068b6;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}
#marine-impact a:hover {
	color: #006271;
	text-shadow: none;
	background-image: linear-gradient(#ffffff, #efefef);
}