@charset "UTF-8";
/* breakpoint
---------------------- */
/* color
---------------------- */
/* Component
---------------------- */
html {
  font-size: 62.5%;
}

.c-sm-ttl {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .c-sm-ttl {
    font-size: 2.5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .c-pc-none {
    display: none;
  }
}
.ayamizu {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .ayamizu {
    max-width: 780px;
    margin: 0 auto;
  }
}

.gothic {
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

.line-red {
  display: block;
}

/* mv
---------------------- */
.mv__img {
  position: relative;
}
.mv__layer {
  position: absolute;
  top: 0;
  left: 0;
}
.mv__txt {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .mv__txt {
    top: 75px;
    font-size: 4.4rem;
  }
}

/* detail
---------------------- */
.detail {
  position: relative;
  background-color: #ffffff;
}
.detail__mainbox {
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .detail__mainbox {
    padding: 60px 0;
  }
}
.detail__txtbox {
  position: absolute;
  top: 20%;
  right: 0;
  width: 70%;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .detail__txtbox {
    top: 180px;
    right: 15px;
    width: 512px;
  }
}
.detail__ttl {
  width: 86%;
  color: #0f80bc;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  margin: 0 7% 20px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .detail__ttl {
    width: 96%;
    font-size: 3.8rem;
    padding-bottom: 10px;
    margin: 0 2% 30px;
    border-bottom: 2px solid;
  }
}
.detail__list {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .detail__list {
    width: 512px;
  }
}
.detail__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .detail__item {
    padding-bottom: 20px;
  }
}
.detail__item h3 {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
  text-align: center;
  color: #0f80bc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail__item h3 {
    width: 96%;
    font-size: 3.4rem;
  }
}
.detail__item h3 span {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .detail__item h3 span {
    font-size: 2.6rem;
  }
}
.detail__number {
  width: 24px;
  margin-right: -12px;
  z-index: 15;
}
@media screen and (min-width: 768px) {
  .detail__number {
    width: 48px;
    margin-right: -24px;
  }
}

.detail01 {
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .detail01 {
    padding-bottom: 60px;
  }
}
.detail01__icon {
  width: 13%;
  min-width: 50px;
  margin: 0 auto;
}
.detail01__ttl-txt {
  color: #0f80bc;
  margin: 20px auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail01__ttl-txt {
    margin: 40px auto;
    font-size: 4rem;
  }
}
.detail01__map-txt {
  background-color: #d7f1fd;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail01__map-txt {
    padding: 40px 0;
    font-size: 2.6rem;
  }
}
.detail01__map-img {
  position: relative;
}
.detail01__map-name {
  position: absolute;
  color: #0f80bc;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail01__map-name {
    font-size: 2.2rem;
  }
}
.detail01__map-asahi {
  top: 3%;
  left: 23%;
}
@media screen and (min-width: 768px) {
  .detail01__map-asahi {
    top: 3%;
    left: 25%;
  }
}
.detail01__map-kanma {
  top: 22%;
  right: 6%;
}
@media screen and (min-width: 768px) {
  .detail01__map-kanma {
    top: 23%;
    right: 8%;
  }
}
.detail01__map-owase {
  bottom: 60%;
  left: 7%;
}
@media screen and (min-width: 768px) {
  .detail01__map-owase {
    bottom: 60%;
    left: 9%;
  }
}
.detail01__map-gotemba {
  bottom: 35%;
  right: 9%;
}
@media screen and (min-width: 768px) {
  .detail01__map-gotemba {
    bottom: 36%;
    right: 12%;
  }
}
.detail01__map-note {
  position: absolute;
  font-size: 1.2rem;
  line-height: 1.4;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .detail01__map-note {
    font-size: 2rem;
    bottom: 15px;
    right: 15px;
  }
}
.detail01__bottle-img {
  position: relative;
}
.detail01__bottle-circle01 {
  position: absolute;
  bottom: 5%;
  left: 12%;
  z-index: 15;
}
.detail01__bottle-circle02 {
  position: absolute;
  top: 23%;
  left: 2.5%;
  z-index: 5;
}
.detail01__bottle-circle03 {
  position: absolute;
  top: 35%;
  right: 2.5%;
  z-index: 5;
}
.detail01__bottle-layer {
  position: relative;
  z-index: 10;
}
.detail01__bottle-bg {
  position: relative;
  background-image: url(../../../Contents/ProductImages/ayamizu-500/point01-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: clamp(100px, 39vw, 320px);
  height: clamp(100px, 39vw, 320px);
}
.detail01__bottle-txt {
  white-space: nowrap;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail01__bottle-txt {
    font-size: 2.6rem;
    line-height: 1.6;
  }
}

.detail02 {
  background-color: #ffffff;
  text-align: center;
}
.detail02__icon {
  width: 13%;
  min-width: 50px;
  margin: 0 auto;
}
.detail02__ttl {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .detail02__ttl {
    margin-top: 60px;
  }
}
.detail02__ttl-txt {
  color: #0f80bc;
  margin: 20px auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail02__ttl-txt {
    margin: 40px auto;
    font-size: 4rem;
  }
}
.detail02__sub-txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail02__sub-txt {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

.detail03 {
  background-color: #ffffff;
  text-align: center;
}
.detail03__icon {
  width: 13%;
  min-width: 50px;
  margin: 0 auto;
}
.detail03__ttl {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .detail03__ttl {
    margin-top: 60px;
  }
}
.detail03__ttl-txt {
  color: #0f80bc;
  margin: 20px auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail03__ttl-txt {
    margin: 40px auto;
    font-size: 4rem;
  }
}
.detail03__sub-txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail03__sub-txt {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}

/* merit
---------------------- */
.merit {
  text-align: center;
}
.merit__ic-question {
  display: block;
  width: 6rem;
  margin: 40px auto 10px;
}
@media screen and (min-width: 768px) {
  .merit__ic-question {
    width: 7rem;
    margin: 60px auto 15px;
  }
}
.merit__list01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .merit__list01 {
    font-size: 2rem;
  }
}
.merit__list01-item {
  color: #000000;
}
.merit__list01-item:first-child {
  color: #0f80bc;
  margin-bottom: 30px;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .merit__list01-item:first-child {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
}
.merit__list01-item:nth-child(2) {
  width: 60%;
  margin: auto;
  font-weight: bold;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .merit__list01-item:nth-child(2) {
    width: 40%;
  }
}
.merit__list01-item:nth-child(3) {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .merit__list01-item:nth-child(3) {
    margin-bottom: 40px;
  }
}
.merit__list01-item:nth-child(3)::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 15px;
  margin: auto;
  padding-top: 10px;
}
.merit__list01-item:last-child {
  width: 95%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .merit__list01-item:last-child {
    margin-bottom: 60px;
  }
}
.merit__list02 {
  background-color: #fdfbf6;
}
@media screen and (min-width: 768px) {
  .merit__list02 {
    border-radius: 20px;
  }
}
.merit__list02-item:first-child {
  width: 50%;
  margin: auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .merit__list02-item:first-child {
    padding: 50px 0 30px;
  }
}
.merit__list02-item:first-child::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 15px;
  margin: auto;
  padding-top: 15px;
}
.merit__list02-item:nth-child(2) {
  width: 95%;
  margin: 0 auto 30px;
}
.merit__list02-item:last-child {
  color: #000000;
  line-height: 1.6;
  font-size: 1.5rem;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .merit__list02-item:last-child {
    font-size: 2rem;
    line-height: 1.8;
    padding: 0 0 40px;
    font-weight: bold;
  }
}

/* safety
---------------------- */
.safety {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .safety {
    margin-top: 60px;
  }
}

/* 成分表示
---------------------- */
.product-info {
  color: #000000;
  padding: 0 10px;
  margin: 60px 0;
}
.product-info caption {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-info caption {
    font-size: 2rem;
  }
}
.product-info th, .product-info td {
  padding: 10px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product-info th, .product-info td {
    padding: 10px;
    font-size: 1.8rem;
  }
}
.product-info th {
  white-space: nowrap;
}
.product-info__last-txt {
  font-size: 1.5rem;
  margin: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-info__last-txt {
    font-size: 1.8rem;
  }
}

/* animation
---------------------- */
.animated.fadeinUp {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 1s;
}

.animated.fadeinUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

.animated.fadeinDown {
  opacity: 0;
  transform: translate(0, -10%);
  transition: all 1.6s;
}

.animated.fadeinDown.active {
  opacity: 1;
  transform: translate(0, 0);
}

.animated.fadein {
  opacity: 0;
  transition: all 2.2s;
}

.animated.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.yureru-icon {
  animation: yureru-icon 2s infinite;
}

@keyframes yureru-icon {
  0% {
    transform: translate(0px, 2px);
  }
  5% {
    transform: translate(0px, -2px);
  }
  10% {
    transform: translate(0px, 2px);
  }
  15% {
    transform: translate(0px, -2px);
  }
  20% {
    transform: translate(0px, 2px);
  }
  25% {
    transform: translate(0px, -2px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
.katakata-icon {
  animation: katakata-icon 3s infinite;
}

@keyframes katakata-icon {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }
  22% {
    transform: translate(0, 0) rotate(-6deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }
  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }
  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}