@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;
  }
}
.aquafit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: "Helvetica Neue", Arial, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .aquafit {
    max-width: 780px;
    margin: 0 auto;
  }
}

.line-red {
  display: block;
}

/* mv
---------------------- */
.mv__img {
  position: relative;
}
.mv__txt-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.mv__txtbox {
  width: 90%;
  padding: 15px 0;
  margin: 0 auto;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .mv__txtbox {
    padding: 30px 0;
  }
}
.mv__txtbox p {
  font-size: 1.8rem;
  color: #ffffff;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .mv__txtbox p {
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}
.mv__txtbox h2 {
  font-size: 3.5rem;
  color: #ffffff;
  font-weight: 900;
  text-align: right;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mv__txtbox h2 {
    font-size: 7rem;
    letter-spacing: 2px;
  }
}

/* intro
---------------------- */
.intro {
  position: relative;
  background-image: url(../../../Contents/ProductImages/aquafit-500/intro-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 625px;
}
@media screen and (min-width: 768px) {
  .intro {
    height: 1250px;
  }
}
.intro__ttl {
  padding-top: 25px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0069d1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .intro__ttl {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 4rem;
    gap: 1rem;
  }
}
.intro__box {
  background-color: #ffffff;
  padding: 0.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .intro__box {
    padding: 15px;
  }
}
.intro__ruby {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .intro__ruby {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.intro__main-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .intro__main-ttl {
    font-size: 5rem;
  }
}
.intro__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .intro__txt {
    font-size: 2.4rem;
  }
}
.intro__txt span {
  font-size: 1rem;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .intro__txt span {
    font-size: 1.4rem;
  }
}
.intro__note {
  position: absolute;
  right: 7%;
  top: 47%;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .intro__note {
    font-size: 1.4rem;
    right: 50px;
    top: 530px;
  }
}

/* scene
---------------------- */
.scene {
  position: relative;
  background-image: url(../../../Contents/ProductImages/aquafit-500/scene-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 390px;
  padding: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .scene {
    padding: 40px 0 60px;
  }
}
.scene__ttlbox {
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .scene__ttlbox {
    margin-bottom: 40px;
  }
}
.scene__sub-ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .scene__sub-ttl {
    font-size: 2.4rem;
  }
}
.scene__main-ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .scene__main-ttl {
    font-size: 4rem;
  }
}
.scene__list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .scene__list {
    width: 666px;
  }
}
.scene__item {
  position: relative;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .scene__item {
    width: 327px;
  }
}
.scene__item:nth-child(n+3) {
  margin-top: 15px;
}
.scene__txt {
  position: absolute;
  color: #ffffff;
  font-size: 1.2rem;
  bottom: 5px;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .scene__txt {
    font-size: 2rem;
    bottom: 15px;
  }
}

/* point
---------------------- */
.point01 {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .point01 {
    margin: 60px auto;
  }
}
.point01__main-ttl {
  background-image: url(../../../Contents/ProductImages/aquafit-500/point-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 60px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .point01__main-ttl {
    margin-bottom: 60px;
  }
}
.point01__main-ttl h2 {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .point01__main-ttl h2 {
    font-size: 5rem;
    padding: 30px 0;
    letter-spacing: 2px;
  }
}
.point01__main-ttl span {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .point01__main-ttl span {
    font-size: 4rem;
    letter-spacing: 2px;
  }
}
.point01__main-box {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .point01__main-box {
    width: 708px;
  }
}
.point01__description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.point01__bubble {
  width: 25%;
  min-width: 90px;
}
@media screen and (min-width: 768px) {
  .point01__bubble {
    width: 190px;
  }
}
.point01__txtbox {
  width: 70%;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .point01__txtbox {
    width: 485px;
    margin: 40px 0;
  }
}
.point01__description-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #13a3d7;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .point01__description-ttl {
    font-size: 4.4rem;
  }
}
.point01__line {
  height: 2px;
  width: 55px;
  background-color: #13a3d7;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .point01__line {
    height: 4px;
    width: 110px;
    margin: 30px 0;
  }
}
.point01__description-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .point01__description-txt {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.point01__description-txt span {
  background-color: #fcf800;
  padding: 0.5rem;
}
.point01__description-note {
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .point01__description-note {
    font-size: 1.4rem;
  }
}
.point01__img {
  width: 100%;
}

.point02 {
  display: flex;
  justify-content: end;
}
.point02__main-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .point02__main-box {
    width: 95%;
  }
}
.point02__description {
  width: 100%;
}
.point02__bubble {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  min-width: 110px;
}
@media screen and (min-width: 768px) {
  .point02__bubble {
    width: 226px;
  }
}
.point02__txtbox {
  width: 95%;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .point02__txtbox {
    width: 730px;
    margin-top: 90px;
  }
}
.point02__description-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #13a3d7;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .point02__description-ttl {
    font-size: 4.4rem;
  }
}
.point02__line {
  height: 2px;
  width: 55px;
  background-color: #13a3d7;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .point02__line {
    height: 4px;
    width: 110px;
    margin: 30px 0;
  }
}
.point02__description-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .point02__description-txt {
    font-size: 2.8rem;
  }
}
.point02__description-txt span {
  font-size: 1rem;
  vertical-align: bottom;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .point02__description-txt span {
    font-size: 1.4rem;
    vertical-align: baseline;
  }
}
.point02__img {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .point02__img {
    width: 620px;
  }
}

.point03 {
  display: flex;
  justify-content: start;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .point03 {
    margin-top: -150px;
  }
}
.point03__main-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.point03__description {
  width: 100%;
  display: flex;
  justify-content: center;
}
.point03__bubble {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  min-width: 110px;
}
@media screen and (min-width: 768px) {
  .point03__bubble {
    width: 220px;
  }
}
.point03__txtbox {
  width: 75%;
  margin-top: 125px;
}
@media screen and (min-width: 768px) {
  .point03__txtbox {
    margin-top: 250px;
  }
}
.point03__description-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #13a3d7;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .point03__description-ttl {
    font-size: 4.4rem;
  }
}
.point03__line {
  height: 2px;
  width: 55px;
  background-color: #13a3d7;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .point03__line {
    height: 4px;
    width: 110px;
    margin: 30px 0;
  }
}
.point03__img {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point03__img {
    margin-top: 50px;
  }
}

/* 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: #333333;
}
.merit__list01-item:first-child {
  color: #13a3d7;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@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: #333333;
  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;
  }
}

/* reviews
---------------------- */
.reviews {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .reviews {
    margin-bottom: 100px;
  }
}
.reviews__ttlbox {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reviews__ttlbox {
    margin-bottom: 40px;
  }
}
.reviews__sub-ttl {
  margin-bottom: 5px;
}
.reviews__main-ttl {
  font-size: 1.8rem;
  color: #13a3d7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .reviews__main-ttl {
    font-size: 3.6rem;
  }
}
.reviews__box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reviews__box {
    width: 650px;
  }
}
.reviews__balloon {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .reviews__balloon {
    gap: inherit;
  }
}
.reviews__balloon-icon {
  width: 20%;
  min-width: 70px;
}
@media screen and (min-width: 768px) {
  .reviews__balloon-icon {
    width: 140px;
  }
}
.reviews__balloon-txt {
  display: flex;
  justify-content: center;
  width: 74%;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 1rem;
  border-radius: 10px;
  background: #f2f2f2;
  border: solid 2px #13a3d7;
}
@media screen and (min-width: 768px) {
  .reviews__balloon-txt {
    width: 490px;
    font-size: 2rem;
    padding: 4rem;
    border: solid 3px #13a3d7;
    border-radius: 25px;
  }
}
.reviews__balloon-tail {
  position: absolute;
  bottom: 50%;
  left: -7px;
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  border-right: 2px solid #13a3d7;
  border-bottom: 2px solid #13a3d7;
  transform: translate(0%, 55%) rotate(135deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .reviews__balloon-tail {
    left: -10px;
    width: 15px;
    height: 15px;
    border-right: 3px solid #13a3d7;
    border-bottom: 3px solid #13a3d7;
  }
}
.reviews__right {
  left: inherit;
  right: -7px;
  transform: translate(0%, 55%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .reviews__right {
    right: -10px;
  }
}

/* design
---------------------- */
.design {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .design {
    margin-bottom: 100px;
  }
}
.design__ttlbox {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .design__ttlbox {
    margin-bottom: 40px;
  }
}
.design__sub-ttl {
  margin-bottom: 5px;
}
.design__main-ttl {
  font-size: 1.8rem;
  color: #13a3d7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .design__main-ttl {
    font-size: 3.6rem;
  }
}
.design__main-box {
  position: relative;
}
.design__txt-last {
  position: absolute;
  bottom: 5%;
  right: 0.5%;
  font-size: 1.4rem;
  color: #13a3d7;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .design__txt-last {
    bottom: 45px;
    right: 20px;
    font-size: 2.5rem;
  }
}
.design__balloon01 {
  position: absolute;
  left: 6%;
  top: 25%;
}
@media screen and (min-width: 768px) {
  .design__balloon01 {
    left: 70px;
    top: 220px;
  }
}
.design__balloon01-tail {
  position: absolute;
  top: 100%;
  right: 10%;
  height: 30px;
  width: 2px;
  transform: rotate(-20deg);
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .design__balloon01-tail {
    right: 0%;
    height: 70px;
    width: 3px;
  }
}
.design__balloon02 {
  position: absolute;
  left: 6%;
  top: 65%;
}
@media screen and (min-width: 768px) {
  .design__balloon02 {
    left: 100px;
    top: 550px;
  }
}
.design__balloon02-tail {
  position: absolute;
  bottom: 94%;
  right: 5%;
  height: 40px;
  width: 2px;
  transform: rotate(40deg);
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .design__balloon02-tail {
    bottom: 95%;
    right: 0;
    height: 70px;
    width: 3px;
  }
}
.design__balloon03 {
  position: absolute;
  right: 4%;
  top: 28%;
}
@media screen and (min-width: 768px) {
  .design__balloon03 {
    right: 50px;
    top: 230px;
  }
}
.design__balloon03-tail {
  position: absolute;
  top: 100%;
  left: 0%;
  height: 20px;
  width: 2px;
  transform: rotate(30deg);
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .design__balloon03-tail {
    top: 95%;
    left: -10px;
    height: 70px;
    width: 3px;
  }
}
.design__balloon-txtbox {
  background-color: rgba(255, 255, 255, 0.35);
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border: 2px solid #333333;
}
@media screen and (min-width: 768px) {
  .design__balloon-txtbox {
    padding: 1.5rem;
    border-radius: 20px;
    border: 3px solid #333333;
  }
}
.design__balloon-txt {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .design__balloon-txt {
    font-size: 2.2rem;
  }
}

/* 成分表示
---------------------- */
.product-info {
  color: #333333;
  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.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);
  }
}