@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;
  }
}
.ayamugi-500 {
  font-size: 16px;
  color: #333333;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .ayamugi-500 {
    max-width: 780px;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* mv
---------------------- */
.mv {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 150px;
  }
}
.mv__txt {
  text-align: center;
  color: #13498f;
  font-size: 2.5rem;
  margin: 30px 0;
  line-height: 1.7;
}
.mv__txt span {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .mv__txt {
    font-size: 3.5rem;
  }
  .mv__txt span {
    font-size: 5rem;
  }
}
.mv__brand img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* detail01
---------------------- */
.detail01 {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .detail01 {
    margin-bottom: 150px;
  }
}
.detail01__box {
  display: flex;
  width: 90px;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .detail01__box {
    width: 120px;
  }
}
.detail01__icon {
  width: 15%;
}
@media screen and (min-width: 768px) {
  .detail01__icon {
    width: 30%;
  }
}
.detail01__title {
  text-align: center;
  color: #13498f;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .detail01__title {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}
.detail01__title span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .detail01__title span {
    font-size: 3rem;
  }
}
.detail01__wrap {
  position: relative;
  background: url(../../../Contents/ProductImages/aya-mugi-500/no1-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: max(475px, 57vh);
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .detail01__wrap {
    background-size: auto;
    padding-top: 70px;
    height: 950px;
  }
}
.detail01__no1-icon {
  width: 15%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .detail01__no1-icon {
    width: auto;
    display: flex;
    justify-content: center;
  }
}
.detail01__txt {
  text-align: center;
  color: #13498f;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .detail01__txt {
    padding-top: 30px;
    font-size: 3.5rem;
  }
}
.detail01__note {
  position: absolute;
  bottom: 5vh;
  right: 5vw;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .detail01__note {
    font-size: 2rem;
  }
}
.detail01__info {
  width: 90%;
  margin: 20px auto 0;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .detail01__info {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
.detail01__info span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fbfabc 50%);
}

/* detail02
---------------------- */
.detail02 {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .detail02 {
    margin-bottom: 150px;
  }
}
.detail02__wrap {
  background: url(../../../Contents/ProductImages/aya-mugi-500/no2-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: max(525px, 63vh);
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .detail02__wrap {
    background-size: auto;
    padding-top: 100px;
    height: 1050px;
  }
}
.detail02__no2-icon {
  width: 15%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .detail02__no2-icon {
    width: auto;
    display: flex;
    justify-content: center;
  }
}
.detail02__txt {
  text-align: center;
  color: #13498f;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .detail02__txt {
    padding-top: 30px;
    font-size: 3.5rem;
  }
}
.detail02__photo {
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .detail02__photo {
    margin: 70px auto 0;
    width: 690px;
  }
}
.detail02__note {
  width: 90%;
  margin: 15px auto 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .detail02__note {
    margin: 20px auto 0;
    font-size: 2rem;
  }
}
.detail02__box {
  width: 92%;
  margin: -35px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .detail02__box {
    margin: -80px auto 30px;
  }
}
.detail02__info-ttl {
  width: fit-content;
  color: #ca9300;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .detail02__info-ttl {
    font-size: 3.2rem;
  }
}
.detail02__bottle {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .detail02__bottle {
    width: 144px;
  }
}
.detail02__info {
  width: 90%;
  margin: auto;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .detail02__info {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
.detail02__img1 {
  margin: 30px 0 20px;
}
@media screen and (min-width: 768px) {
  .detail02__img1 {
    margin: 60px 0 40px;
  }
}
.detail02__img1-txtbox {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .detail02__img1-txtbox {
    margin: 0 auto 60px;
  }
}
.detail02__info-img1 {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .detail02__info-img1 {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
.detail02__img2 {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .detail02__img2 {
    margin: 0 0 40px;
  }
}
.detail02__img2-txtbox {
  width: 90%;
  margin: 0 auto;
}
.detail02__img2-mapbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-top: -20px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .detail02__img2-mapbox {
    align-items: center;
  }
}
.detail02__info-img2 {
  width: 55%;
  text-align: justify;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .detail02__info-img2 {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
.detail02__map {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .detail02__map {
    width: 264px;
  }
}

/* detail03
---------------------- */
.detail03 {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail03 {
    margin-bottom: 200px;
  }
}
.detail03__wrap {
  background: url(../../../Contents/ProductImages/aya-mugi-500/no3-bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: max(450px, 55vh);
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .detail03__wrap {
    background-size: auto;
    padding-top: 100px;
    height: 900px;
  }
}
.detail03__no3-icon {
  width: 15%;
  margin: 0 auto 20px;
}
.detail03__txt {
  text-align: center;
  color: #13498f;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .detail03__txt {
    padding-top: 30px;
    font-size: 3.5rem;
  }
}
.detail03__price-img {
  margin: 20px auto 0;
}
.detail03__ic-question {
  display: block;
  width: 6rem;
  margin: 20px auto 10px;
}
@media screen and (min-width: 768px) {
  .detail03__ic-question {
    width: 7rem;
    margin: 40px auto 15px;
  }
}
.detail03__list01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .detail03__list01 {
    font-size: 2rem;
  }
}
.detail03__list01-item {
  color: #333333;
}
.detail03__list01-item:first-child {
  color: #00a7b8;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .detail03__list01-item:first-child {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.detail03__list01-item:nth-child(2) {
  width: 60%;
  margin: auto;
  font-weight: bold;
  margin-bottom: 20px;
  border: 1px solid;
  padding: 5px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .detail03__list01-item:nth-child(2) {
    width: 40%;
  }
}
.detail03__list01-item:nth-child(3) {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .detail03__list01-item:nth-child(3) {
    margin-bottom: 40px;
  }
}
.detail03__list01-item:nth-child(3)::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 15px;
  margin: auto;
  padding-top: 10px;
}
.detail03__list01-item:last-child {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .detail03__list01-item:last-child {
    margin-bottom: 60px;
  }
}
.detail03__list02 {
  background-color: #fdfbf6;
}
@media screen and (min-width: 768px) {
  .detail03__list02 {
    border-radius: 20px;
  }
}
.detail03__list02-item:first-child {
  width: 50%;
  margin: auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .detail03__list02-item:first-child {
    padding: 50px 0 30px;
  }
}
.detail03__list02-item:first-child::after {
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 15px;
  margin: auto;
  padding-top: 15px;
}
.detail03__list02-item:nth-child(2) {
  width: 95%;
  margin: 0 auto 30px;
}
.detail03__list02-item:last-child {
  width: 90%;
  margin: 0 auto;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .detail03__list02-item:last-child {
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 0 0 40px;
  }
}

/* other
---------------------- */
.circle__wrap {
  overflow: hidden;
}
.circle__wrap .circle {
  background: #fff5e4;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}

.other {
  margin-top: -150px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  background-color: #fff5e4;
}
@media screen and (min-width: 768px) {
  .other {
    margin-bottom: 150px;
    padding-bottom: 100px;
  }
}
.other__head-icon {
  width: 40%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .other__head-icon {
    width: auto;
    display: flex;
    justify-content: center;
  }
}
.other__head-txt {
  text-align: center;
  color: #13498f;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .other__head-txt {
    font-size: 3.5rem;
  }
}
.other__head-txt span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .other__head-txt span {
    font-size: 2.5rem;
  }
}
.other__scene {
  position: relative;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .other__scene {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
  }
}
.other__scene-txt01 {
  position: absolute;
  top: 10vh;
  right: 6vw;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .other__scene-txt01 {
    font-size: 2.4rem;
    top: 170px;
    right: 70px;
  }
}
.other__scene-txt02 {
  position: absolute;
  bottom: 0;
  left: 6vw;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .other__scene-txt02 {
    font-size: 2.4rem;
    bottom: 20px;
    left: 50px;
  }
}
.other__scene-note {
  width: 90%;
  margin: 10px auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .other__scene-note {
    font-size: 2rem;
  }
}
.other__line {
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .other__line {
    margin: 60px auto;
  }
}
.other__labelless {
  width: 61.5%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .other__labelless {
    margin: 50px auto;
    width: auto;
    display: flex;
    justify-content: center;
  }
}
.other__memo-txt {
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .other__memo-txt {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
.other__design {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .other__design {
    margin: 40px auto;
    width: auto;
    display: flex;
    justify-content: center;
  }
}

/* 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);
}

/* animation（葉っぱドロップ）
---------------------- */
.detail01__icon {
  opacity: 0;
  transform: translateY(-100%);
}

.animated.js-fall.active .detail01__icon:nth-child(1) {
  animation: fuwari 0.5s ease 0.5s 1 forwards;
}

.animated.js-fall.active .detail01__icon:nth-child(2) {
  animation: fuwari 0.5s ease 1s 1 forwards;
}

.animated.js-fall.active .detail01__icon:nth-child(3) {
  animation: fuwari 0.5s ease 1.5s 1 forwards;
}

@keyframes fuwari {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}