/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

.l-container {
	width: 100%;
}

.nodisplay {
	display: none !important;
}

.replace {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.notes {
	margin-left: 1em;
	text-indent: -1em;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	position: relative;
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4rem;
	color: #000;
	background-color: #fff;
}

main {
	display: block;
}

p {
	line-height: 1.63;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.4s;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:hover img {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
	transition: opacity 0.4s;
	vertical-align: top;
}

.container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.header__youtube iframe {
	border: none;
}

.mybest {
	width: 100%;
}

.mybest__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.mybest__content__text {
	text-align: center;
}

.campaign {
	width: 100%;
	position: relative;
}

.campaign__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.campaign__content__text {
	text-align: center;
}

.campaign__content__btnHolder {
	text-align: center;
}

.campaign__content__btn {
	display: inline-block;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.campaign__content__btn:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	opacity: 0.8;
}

.water-source {
	width: 100%;
}

.water-source__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.water-source__content__text {
	text-align: center;
}

.why-kuos {
	width: 100%;
}

.why-kuos__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.why-kuos__content__text {
	text-align: center;
}

.water-source-detail {
	width: 100%;
}

.water-source-detail__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.water-source-detail__content__text {
	text-align: center;
}

.product-features {
	width: 100%;
}

.product-features__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.product-features__content__text {
	text-align: center;
}

.final-cta {
	width: 100%;
}

.final-cta__content__heading {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.final-cta__content__text {
	text-align: center;
}

.final-cta__content__btnHolder {
	text-align: center;
}

.final-cta__content__btn {
	display: inline-block;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.final-cta__content__btn:hover {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
	opacity: 0.8;
}

.footer {
	width: 100%;
	padding: 16px;
	line-height: 1.6;
	font-size: 13px;
	background: #1d57eb;
	color: white;
}

.footer__menu__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none;
	gap: 30px;
}

.footer__menu__link {
	color: #fff;
}

.footer__menu__link:hover {
	color: #fff;
}

.footer__credit {
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 769px) {

.l-container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.spOnly {
	display: none !important;
}

body {
	min-width: 1000px;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
	color: #000;
}

.header__mv {
	background: url(../images/lp202503/mv_bg.png) no-repeat center top;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	height: 761px;
}

.mybest {
	background: url(../images/lp202503/mybest_bg.png) no-repeat center top;
	height: 640px;
}

.campaign {
	background: url(../images/lp202503/campaign_bg.png) no-repeat center top;
	height: 2158px;
}

.campaign__content__btnHolder {
	margin-top: -447px;
}

.water-source {
	background: url(../images/lp202503/water-source_bg.png) no-repeat center top;
	height: 472px;
	padding-top: 40px;
}

.water-source-detail {
	background: url(../images/lp202503/water-source-detail_bg.png) no-repeat center top;
}

.final-cta {
	background: url(../images/lp202503/final-cta_bg.png) no-repeat center top;
	height: 1184px;
}

.final-cta__content__btnHolder {
	margin-top: -94px;
}

}

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

.l-container {
	padding-left: 5vmin;
	padding-right: 5vmin;
}

.pcOnly {
	display: none !important;
}

.header__youtube iframe {
	aspect-ratio: 9 / 16;
	width: 100%;
	height: auto;
}

.mybest {
	background: url(../images/lp202503/mybest_sp.png) no-repeat center top;
	background-size: contain;
	aspect-ratio: 760 / 675;
}

.campaign {
	background: url(../images/lp202503/campaign_sp.png) no-repeat center top;
	background-size: contain;
	padding-top: 404.47368%;
}

.campaign__content__btnHolder {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: -59vw;
}

.water-source {
	background: url(../images/lp202503/water-source_sp.png) no-repeat center top;
	background-size: contain;
	padding-top: 123.81579%;
}

.why-kuos {
	background: url(../images/lp202503/why-kuos_sp.png) no-repeat center top;
	background-size: contain;
	padding-top: 239.47368%;
}

.water-source-detail {
	background: url(../images/lp202503/water-source-detail_sp.png) no-repeat center top;
	background-size: contain;
	padding-top: 137.5%;
}

.product-features {
	background: url(../images/lp202503/product-features_sp.png) no-repeat center top;
	background-size: contain;
	padding-top: 145%;
}

.final-cta {
	background: url(../images/lp202503/final-cta_sp.png) no-repeat center top;
	background-size: contain;
	padding-top: 182.10526%;
}

.final-cta__content__btnHolder {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: -42vw;
}

.footer__menu__list {
	gap: 8px 20px;
}

}

