@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap");
body {
  padding: 0;
  margin: 0 0 150px;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #173f70;
}
html {
  min-width: 100%;
  min-height: 100%;
}
body * {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .spsm {
    font-size: 0.8em;
  }
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
ul {
  margin: 0;
  padding: 0 0 0 20px;
}
li {
  margin-bottom: 10px;
}
p {
  line-height: 1.8;
}
@media (min-width: 501px) {
  .sp {
    display: none;
  }
}
@media (max-width: 500px) {
  .pc {
    display: none;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
td,
th {
  padding: 8px;
  border: 1px solid #2090b3;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
th {
  white-space: nowrap;
  background-color: #b3e2f1;
}
@media (max-width: 700px) {
  th {
    white-space: normal;
  }
}
.absolute {
  position: absolute;
}
@media (max-width: 600px) {
  .absolute.nosp {
    position: static;
  }
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 40px !important;
}
.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mxauto {
  margin-left: auto;
  margin-right: auto;
}
.p20 {
  padding: 20px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.red {
  color: #ff3566;
}
.white {
  color: #fff;
}
.f-xsmall {
  font-size: 10px;
}
.f-small {
  font-size: 12px;
}
.f-smaller {
  font-size: 0.8em;
}
.f-large {
  font-size: 24px;
}
.f-xlarge {
  font-size: 28px;
}
.f-xxlarge {
  font-size: 32px;
}

.f-eng {
  font-family: "Roboto", sans-serif;
}
.f-larger {
  font-size: 1.5em;
}
.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.nowrap {
  white-space: nowrap;
}
@media (min-width: 901px) {
  .flex {
    display: flex;
    gap: 20px;
  }
  a,
  button,
  .hikari h2.color {
    transition: transform 0.5s ease;
  }
  a:hover,
  button:hover {
    transform: scale(1.1);
  }
  .hikari h2.color:hover {
    transform: scale(1.02);
  }
}
@media (max-width: 900px) {
  .f-large {
    font-size: 18px;
  }
  .f-xlarge {
    font-size: 20px;
  }
  .f-xxlarge {
    font-size: 24px;
  }
  .f-larger {
    font-size: 1.25em;
  }
  .flex.sp {
    display: flex;
    gap: 20px;
  }
  .flex.sp.half {
    flex-wrap: wrap;
  }
  .flex.sp.half > div {
    flex: 0 0 calc((100% - 20px) / 2) !important;
  }
}

.flex-none {
  flex: 1 1 auto;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.hidden {
  display: none;
}
.button {
  background-color: #265691;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  margin: auto;
  display: inline-block;
  border-radius: 50px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  min-width: 200px;
}
.button.blue {
  background-color: #3eacce;
}
.button.large {
  font-size: 26px;
}

@media (max-width: 600px) {
  .button {
    font-size: 18px;
    padding: 8px 10px;
    min-width: 120px;
  }
  .button.large {
    font-size: 24px;
  }
}
.underline {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.underline:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffff00;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 15px;
  z-index: -1;
}

section {
  padding: 100px 40px;
}

header .inner,
section .inner {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  section .inner {
    padding: 0px;
  }
}
section h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
section h2 {
  font-size: 21px;
  margin-bottom: 30px;
}
section ul.note li {
  list-style-type: none;
  position: relative;
  font-size: 11px;
  margin-bottom: 5px;
}
section ul.note.count li {
  padding-left: 5px;
}
section ul.note li:before {
  position: absolute;
  content: "※";
  left: -20px;
  top: 0px;
}
section ul.note.count li:nth-child(1):before {
  content: "※1";
}
section ul.note.count li:nth-child(2):before {
  content: "※2";
}
section ul.note.count li:nth-child(3):before {
  content: "※3";
}
section ul.note.count li:nth-child(4):before {
  content: "※4";
}
section ul.note.count li:nth-child(5):before {
  content: "※5";
}
@media (max-width: 600px) {
  section {
    padding: 50px 20px;
  }
  section h1 {
    font-size: 21px;
  }
  section h2 {
    font-size: 18px;
  }
}
header#header {
  padding: 0 12px 12px;
  color: #fff;
}
header#header h1 {
  max-width: 250px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 600px) {
  header#header h1 {
    max-width: 200px;
    font-size: 12px;
  }
}
.mv_water {
  background: transparent url(/static/water/images/bg_mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.mv {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0px 30px 0;
}
.mv:before {
  background: url(/static/water/images/bg_stripe.png) repeat-x 0 0;
  display: none;
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.mv .inner {
  position: relative;
}
.mv h1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-align: left;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.reasons h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  font-weight: 700;
  padding: 0 20px;
  color: #0ca1ca;
}
.reasons p,
.reasons p a {
  color: #173f70;
}
.reasons p {
  padding: 0 20px;
}
.reasons > div {
  flex: 0 0 calc((100% - 40px) / 3);
  background-color: #f3f2e9;
  margin-top: -50px;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
}
.reasons > div > div {
  background-color: #faff00;
  padding: 0 20px;
  border-radius: 20px 20px 0 0;
  transform: translateY(-20px);
}
.reasons > div > div > img {
  transform: translateY(8px);
}
@media (max-width: 1150px) {
  .mv h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .mv .flex img.jmr {
    width: 80px;
  }
  .mv .flex img.monde {
    width: 70px;
  }
}
@media (max-width: 901px) {
  .mv h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 0px;
  }
  .mv {
    padding: 20px 20px 0;
  }
  .reasons h2 {
    font-size: 21px;
  }
  .mv-photo {
    width: 80%;
    max-width: 400px;
    margin: auto;
  }
  .reasons img {
    max-width: 60px;
  }
}
@media (max-width: 600px) {
  .mv h1 {
    font-size: 28px;
  }
  .reasons.flex.sp {
    gap: 10px;
  }
  .reasons.flex.sp > div {
    flex: 0 0 calc((100% - 20px) / 3);
  }
  .reasons h2 {
    font-size: 16px;
    padding: 0 8px;
  }
  .reasons p {
    font-size: 12px;
    padding: 0 8px;
  }
  .reasons h2 br {
    display: none;
  }
  .reasons > div > div {
    padding: 0 8px;
  }
  .reasons img {
    max-width: 40px;
  }
}
.design > div.bottle {
  width: 350px;
  margin: auto;
}
.design + .absolute {
  right: 50px;
  bottom: 50px;
}
.design > div.padding {
  padding: 32px 0 30px;
  height: 340px;
  margin-bottom: 30px;
}
@media (min-width: 901px) {
  .design-wrap {
    transform: translateX(-7%);
  }
}
@media (max-width: 900px) {
  .design + .absolute {
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .design > div.bottle {
    width: 100%;
  }
  .design > div.bottle p {
    padding-left: 0px !important;
    margin-bottom: 40px;
  }
  .design > div.padding {
    padding: 0;
    height: 200px;
  }
  .design + .absolute {
    right: 0px;
    bottom: -40px;
  }
}
.flex.feature > div {
  padding: 20px;
  color: #fff;
  width: 250px;
  height: 250px;
  background-color: #008cbab8;
  border-radius: 40px;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  position: relative;
  flex: 0 0 auto;
}
.flex.feature > div:before {
  content: "特徴 1";
  color: #faff00;
  display: block;
  text-align: center;
  position: relative;
  top: -8px;
  font-size: 18px;
}
.flex.feature > div:nth-child(2):before {
  content: "特徴 2";
}
.flex.feature > div:nth-child(3):before {
  content: "特徴 3";
}
.flex.feature .absolute {
  position: absolute;
  bottom: -15%;
  right: -2%;
  max-width: 43%;
  height: 50%;
}
@media (max-width: 900px) {
  .flex.feature {
    display: flex;
    gap: 20px;
    transform: scale(0.8);
  }
}
@media (max-width: 680px) {
  .flex.feature {
    flex-wrap: wrap;
    transform: none;
  }
  .flex.feature > div {
    width: 155px;
    height: 155px;
    font-size: 16px;
    padding: 15px 10px;
  }
  .flex.feature .absolute {
    bottom: -25%;
  }
}

section.feature {
  background: #3eacce url(/static/water/images/bg_feature.png) 50% 0% no-repeat;
  background-size: 100%;
}

.feature .rounded {
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  margin: auto;
  max-width: 1000px;
}
@media (max-width: 900px) {
  .feature .rounded {
    padding: 20px;
  }
  .waterbottle img {
    max-width: 100px;
  }
}
@media (min-width: 901px) {
  .waterbottle {
    position: absolute;
    left: -170px;
    top: -70px;
  }
}

table.minerals td {
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.minerals tr.mineral:nth-child(even) td {
  border: 1px solid #fff;
  background-color: #ddd;
}
table.minerals tr.mineral:nth-child(odd) td {
  border: 1px solid #fff;
  background-color: #d1d1d1;
}
table.minerals td.blue {
  border: 1px solid #fff;
  background-color: #b3e2f1 !important;
}
table.minerals tr.mineral:nth-child(odd) td.blue {
  border: 1px solid #fff;
  background-color: #a0d3e3 !important;
}
table.minerals tr:first-child td {
  border-left: 1px solid #fff;
}
@media (max-width: 600px) {
  table.minerals td {
    font-size: 14px;
  }
}
.voice {
  justify-content: center;
}
.voice .fukidashi {
  flex: 0 0 calc((100% - 100px) / 5);
  width: calc((100% - 100px) / 5);
}
.voice .fukidashi .frame {
  min-height: 180px;
  display: flex;
  align-items: center;
  background-color: #e7f3f6;
  padding: 0 20px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}
.voice .fukidashi .frame:before {
  content: "";
  background-color: #e7f3f6;
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg) translate(-50%, 50%);
}
.voice .fukidashi .frame + div {
  border-radius: 50%;
  overflow: hidden;
}
.voice .fukidashi .frame + div img {
  display: block;
}
@media (max-width: 800px) {
  .voice {
    flex-wrap: wrap;
  }
  .voice .fukidashi {
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }
  .voice .fukidashi .frame {
    min-height: 150px;
  }
}
@media (max-width: 600px) {
  .voice {
    overflow: hidden;
  }
  .voice .fukidashi {
    padding: 0 40px;
  }
}
.ecomode {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 680px) {
  .ecomode.pc {
    display: none !important;
  }
  .ecomode.sp {
    display: block !important;
  }
}
@media (min-width: 681px) {
  .ecomode.sp {
    display: none !important;
  }
  .ecomode.pc {
    display: block !important;
  }
}

.faq {
  background-color: #e7f3f6;
}
.faq .qa {
  margin-top: 30px;
  border-bottom: 1px dotted #173f70;
  cursor: pointer;
}
.faq h2 {
  margin-bottom: 0;
}
.faq .q {
  padding-bottom: 20px;
}

.faq .q,
.faq .a {
  padding-left: 40px;
  position: relative;
}

.faq .q:before,
.faq .a:before {
  content: "Q.";
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #3facce;
}
.faq .a:before {
  top: 0px;
  content: "A.";
  color: #173f70;
}
.faq .a {
  padding-bottom: 20px;
  transition: all ease 0.8s;
  max-height: 500px;
}
.faq .qa.close .a {
  padding-bottom: 0px;
  max-height: 0px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .graph {
    padding-left: 90px;
  }
}

.closing {
  text-align: center;
}
.closing .rounded {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #524e40;
  max-width: 1000px;
  padding: 40px 20px;
}
.closing .rounded:before {
  display: none;
}
.closing .button {
  background-color: #bf98a3;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  max-width: 400px;
  padding: 20px;
  margin: 20px auto 0;
  border-radius: 50px;
  text-decoration: none;
  flex: 1 1 auto;
}

.floatwrap {
  width: 100%;
  height: auto;
  padding: 25px 20px;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 11;
}

.floatwrap a.text {
  color: #000;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 500px) {
  .floatwrap {
    padding: 12px;
  }
  body {
    margin-bottom: 150px;
  }
  .floatwrap a.text {
    font-size: 12px;
  }
}

.floatwrap {
  opacity: 0;
}
.floatwrap.scroll {
  animation: 0.8s ease 0s 1 forwards slidein;
}
@keyframes slide {
  0% {
    left: 20px;
  }
  100% {
    left: 30px;
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(200%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.slick-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #a6a6a6;
  border-width: 3px 3px 0 0;
  top: 50%;
  background-color: transparent;
  text-indent: -9999px;
  z-index: 2;
}
.slick-arrow.slick-next {
  right: 5px;
  transform: translateY(calc(-50% - 16px)) rotate(45deg);
}
.slick-arrow.slick-prev {
  left: 5px;
  transform: translateY(calc(-50% - 16px)) rotate(-135deg);
}
.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 15px 0 0 0;
}
.slick-dots li {
  list-style-type: none;
  margin: 0 8px;
  min-width: 20px;
}
.slick-dots li button {
  cursor: pointer;
  display: block;
  border: none;
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  text-indent: -9999px;
  border-radius: 6px;
}
.slick-dots li.slick-active button {
  background-color: #3eacce;
}

.campaign-area {
  margin-bottom: 12px;
  text-align: center;
}
.campaign-area > .campaign-text {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

/**/
