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

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

@media screen and (min-width: 768px) {
  .c-pc-none {
    display: none;
  }
}
.traveling-tea-hato {
  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) {
  .traveling-tea-hato {
    max-width: 780px;
    margin: 0 auto;
  }
}

/* mv
---------------------- */
.mv__img {
  position: relative;
}
.mv__layer {
  position: absolute;
  top: 0;
  left: 0;
}

/* asahi
---------------------- */
.asahi {
  background-color: #ffffff;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .asahi {
    padding: 60px 0;
  }
}
.asahi__ttl {
  position: relative;
  width: 88%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.asahi__ttl-main {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #006e33;
  padding-bottom: 1rem;
  border-bottom: 2px solid #006e33;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .asahi__ttl-main {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.asahi__ttl-txt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #006e33;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .asahi__ttl-txt {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.asahi__group01 {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .asahi__group01 {
    margin-bottom: 40px;
  }
}
.asahi__group01-txt {
  width: 47%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .asahi__group01-txt {
    width: 300px;
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.asahi__group01-photo {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .asahi__group01-photo {
    width: 390px;
  }
}
.asahi__group01-name {
  width: fit-content;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #006e33;
  border-bottom: 1px solid #006e33;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .asahi__group01-name {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    margin-right: 2rem;
  }
}
.asahi__group02 {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .asahi__group02 {
    margin-bottom: 50px;
  }
}
.asahi__group02-bottle {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .asahi__group02-bottle {
    width: 350px;
  }
}
.asahi__group02-right {
  width: 50%;
}
.asahi__group02-logo {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .asahi__group02-logo {
    margin-bottom: 2rem;
  }
}
.asahi__group02-txt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .asahi__group02-txt {
    font-size: 2.4rem;
  }
}
.asahi__group02-txt span {
  background-color: #006e33;
  color: #ffffff;
  padding: 0.1rem 0.5rem;
  margin: 0.1rem;
}
@media screen and (min-width: 768px) {
  .asahi__group02-txt span {
    padding: 0.2rem 1rem;
    margin: 0.2rem;
  }
}
.asahi__group03 {
  position: relative;
}
.asahi__group03-box {
  width: 88%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.asahi__group03-txt {
  width: 60%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .asahi__group03-txt {
    font-size: 2.4rem;
  }
}
.asahi__group03-illust {
  width: 38%;
}
@media screen and (min-width: 768px) {
  .asahi__group03-illust {
    width: 260px;
  }
}
.asahi__group03-arrow {
  width: clamp(107px, 30vw, 214px);
  position: absolute;
  top: -7.5vh;
  left: 16vw;
}
@media screen and (min-width: 768px) {
  .asahi__group03-arrow {
    top: -120px;
    left: 200px;
  }
}

/* process
---------------------- */
.process {
  background-color: #f3f0e7;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .process {
    padding: 60px 0;
  }
}
.process__ttl {
  position: relative;
  width: 88%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.process__ttl-icon {
  width: clamp(37px, 10vw, 74px);
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .process__ttl-icon {
    margin-bottom: 2rem;
  }
}
.process__ttl-main {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #006e33;
  padding-bottom: 1rem;
  border-bottom: 2px solid #006e33;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .process__ttl-main {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.process__ttl-txt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #006e33;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .process__ttl-txt {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.process__group01 {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .process__group01 {
    margin-bottom: 40px;
  }
}
.process__group01-txt {
  width: 47%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .process__group01-txt {
    width: 300px;
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.process__group01-photo {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .process__group01-photo {
    width: 390px;
  }
}
.process__group01-name {
  width: fit-content;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #006e33;
  border-bottom: 1px solid #006e33;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .process__group01-name {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    margin-right: 2rem;
  }
}
.process__box {
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .process__box {
    margin-bottom: 20px;
  }
}
.process__box-img {
  width: 50%;
}
.process__box-describe {
  width: 47%;
}
.process__box-number {
  width: clamp(70px, 10vw, 140px);
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .process__box-number {
    margin-bottom: 2rem;
  }
}
.process__box-txt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .process__box-txt {
    font-size: 2.4rem;
  }
}
.process__Wbox {
  position: relative;
  width: 88%;
  margin: 0 auto;
}
.process__Wbox-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #006e33;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .process__Wbox-ttl {
    font-size: 3.4rem;
  }
}
.process__Wbox-describe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -5vh;
}
@media screen and (min-width: 768px) {
  .process__Wbox-describe {
    margin-top: -70px;
  }
}
.process__Wbox-txt {
  width: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .process__Wbox-txt {
    width: 380px;
    font-size: 2.4rem;
  }
}
.process__Wbox-map {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .process__Wbox-map {
    width: 300px;
  }
}
.process__Wbox-number {
  width: clamp(70px, 10vw, 140px);
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .process__Wbox-number {
    margin-bottom: -40px;
  }
}

/* concept
---------------------- */
.concept {
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .concept {
    padding-bottom: 100px;
  }
}
.concept__top {
  position: relative;
  background-image: url(../../../Contents/ProductImages/traveling-tea-hato/concept-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 120px;
}
.concept__top-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #006e33;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .concept__top-txt {
    font-size: 2.8rem;
    padding: 20px 0 50px;
  }
}
.concept__top-bottle {
  position: absolute;
  width: clamp(55px, 15vw, 110px);
  bottom: -2vh;
  left: 17vw;
}
@media screen and (min-width: 768px) {
  .concept__top-bottle {
    bottom: -40px;
    left: 140px;
  }
}
.concept__top-foot {
  position: absolute;
  width: clamp(55px, 15vw, 110px);
  bottom: -2vh;
  right: 18.5vw;
}
@media screen and (min-width: 768px) {
  .concept__top-foot {
    bottom: -40px;
    right: 150px;
  }
}
.concept__logo {
  width: 28%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .concept__logo {
    width: 240px;
    margin: 60px auto;
  }
}
.concept__main {
  position: relative;
}
.concept__main-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .concept__main-txt {
    font-size: 2.8rem;
  }
}
.concept__deco01 {
  position: absolute;
  width: clamp(35px, 9vw, 70px);
  top: -3vh;
  left: 7vw;
}
@media screen and (min-width: 768px) {
  .concept__deco01 {
    top: -50px;
    left: 60px;
  }
}
.concept__deco02 {
  position: absolute;
  width: clamp(45px, 11.5vw, 90px);
  bottom: -2vh;
  right: 7vw;
}
@media screen and (min-width: 768px) {
  .concept__deco02 {
    bottom: -40px;
    right: 60px;
  }
}

/* production
---------------------- */
.production {
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .production {
    width: 698px;
    padding-bottom: 60px;
  }
}
.production__txt {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  background-color: #006e33;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .production__txt {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}
.production__balloon {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 96%;
  margin: -3vh auto 0;
}
@media screen and (min-width: 768px) {
  .production__balloon {
    margin: -60px auto 0;
  }
}
.production__balloon-txt {
  display: flex;
  justify-content: center;
  width: 80%;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 1rem;
  border-radius: 10px;
  background: #ffffff;
  border: solid 2px #333333;
}
@media screen and (min-width: 768px) {
  .production__balloon-txt {
    font-size: 2rem;
    padding: 2rem;
    border-radius: 20px;
    border: solid 3px #333333;
  }
}
.production__balloon-tail {
  position: absolute;
  bottom: 50%;
  right: -7px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: translate(0%, 55%) rotate(-45deg);
  transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .production__balloon-tail {
    right: -10px;
    width: 15px;
    height: 15px;
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
  }
}
.production__balloon-staff {
  width: 20%;
  min-width: 80px;
}

/* itinerary
---------------------- */
.itinerary {
  background-color: #f3f0e7;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .itinerary {
    padding: 60px 0;
  }
}
.itinerary__ttl {
  position: relative;
  width: 88%;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.itinerary__ttl-logo {
  width: clamp(80px, 20vw, 160px);
  margin: 0 auto 1rem;
}
.itinerary__ttl-sub {
  width: fit-content;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #006e33;
  background-color: #ffffff;
  border: 1px solid #006e33;
  box-sizing: border-box;
  padding: 0.5rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .itinerary__ttl-sub {
    font-size: 2rem;
    padding: 1rem;
    margin: 0 auto 2rem;
  }
}
.itinerary__ttl-main {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #006e33;
  padding-bottom: 1rem;
  border-bottom: 2px solid #006e33;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .itinerary__ttl-main {
    font-size: 4.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.itinerary__ttl-txt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #006e33;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .itinerary__ttl-txt {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 60px;
  }
}
.itinerary__ttl-foot {
  position: absolute;
  width: clamp(71px, 17vw, 142px);
  top: 1vh;
  right: 12vw;
}
@media screen and (min-width: 768px) {
  .itinerary__ttl-foot {
    top: 10px;
    right: 100px;
  }
}
.itinerary__box {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.itinerary__box-main {
  position: relative;
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
.itinerary__box-txt {
  width: 47%;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .itinerary__box-txt {
    margin-top: -1rem;
  }
}
.itinerary__box-time {
  width: fit-content;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #006e33;
  background-color: #ffffff;
  border: 1px solid #006e33;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .itinerary__box-time {
    font-size: 1.6rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.itinerary__box-name {
  width: fit-content;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #006e33;
  border-bottom: 1px solid #006e33;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .itinerary__box-name {
    font-size: 2.8rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.itinerary__box-caption {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .itinerary__box-caption {
    font-size: 2.4rem;
  }
}
.itinerary__box-photo {
  width: 50%;
}
.itinerary__box-line {
  position: relative;
  z-index: 5;
}
.itinerary__box-line01 {
  margin-top: -2vh;
}
.itinerary__box-pola01 {
  position: absolute;
  width: 36%;
  bottom: 0;
  left: 15vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .itinerary__box-pola01 {
    width: 280px;
    left: 100px;
  }
}
.itinerary__box-line02 {
  margin-top: -5vh;
}
.itinerary__box-sweets {
  position: absolute;
  width: 50%;
  bottom: 3.5vh;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .itinerary__box-sweets {
    width: 390px;
    bottom: 80px;
  }
}
.itinerary__box-line03 {
  margin-top: -2vh;
}
.itinerary__box-bottle {
  position: absolute;
  width: 17%;
  bottom: 10vh;
  left: 5vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .itinerary__box-bottle {
    width: 130px;
    bottom: 200px;
    left: 40px;
  }
}
.itinerary__box-line04 {
  margin-top: -5vh;
}
.itinerary__box-pola02 {
  position: absolute;
  width: 38.5%;
  top: -15vh;
  right: 25vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .itinerary__box-pola02 {
    width: 300px;
    top: -230px;
    right: 200px;
  }
}
.itinerary__group05 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .itinerary__group05 {
    margin-bottom: 6rem;
  }
}
.itinerary__box-Wphoto {
  position: relative;
  width: 92%;
  margin: 0 auto 2rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .itinerary__box-Wphoto {
    width: 720px;
    margin: 0 auto 4rem;
  }
}
.itinerary__box-Wmain {
  position: relative;
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .itinerary__box-Wmain {
    width: 720px;
  }
}
.itinerary__box-Wtxt01 {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .itinerary__box-Wtxt01 {
    width: 160px;
  }
}
.itinerary__box-Wcap01 {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .itinerary__box-Wcap01 {
    width: 540px;
  }
}
.itinerary__box-stone {
  position: absolute;
  width: 30%;
  top: 8vh;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .itinerary__box-stone {
    width: 234px;
    top: 180px;
  }
}
.itinerary__box-line06 {
  margin-top: -8vh;
}
.itinerary__box-pola03 {
  position: absolute;
  width: 36%;
  top: 13vh;
  left: 15vw;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .itinerary__box-pola03 {
    width: 280px;
    top: 230px;
    left: 100px;
  }
}
.itinerary__group07 {
  margin-bottom: 3rem;
}
.itinerary__box-Wtxt02 {
  width: 50%;
}
.itinerary__box-Wcap02 {
  width: 48%;
}
.itinerary__box-top {
  margin-top: 2rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #006e33;
}
@media screen and (min-width: 768px) {
  .itinerary__box-top {
    margin-top: 3rem;
    padding-bottom: 4rem;
  }
}
.itinerary__box-top02 {
  margin-top: 0;
}
.itinerary__end-column {
  position: relative;
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .itinerary__end-column {
    width: 700px;
  }
}
.itinerary__end-photo {
  width: 47%;
}
@media screen and (min-width: 768px) {
  .itinerary__end-photo {
    width: 330px;
  }
}
.itinerary__end-txt {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .itinerary__end-txt {
    width: 360px;
  }
}
.itinerary__end-caption {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  color: #006e33;
}
@media screen and (min-width: 768px) {
  .itinerary__end-caption {
    font-size: 2.4rem;
  }
}

/* next
---------------------- */
.next {
  position: relative;
  padding-top: 50px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .next {
    padding-top: 100px;
  }
}
.next__foot {
  position: absolute;
  width: 42px;
  top: -9vh;
  left: 5vw;
}
@media screen and (min-width: 768px) {
  .next__foot {
    width: 84px;
    top: -135px;
    left: 40px;
  }
}
.next__txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .next__txt {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
.next__link-txt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  color: #d5b476;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .next__link-txt {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.next__link-btn {
  display: block;
  width: 65.5%;
  margin: 0 auto 90px;
}
@media screen and (min-width: 768px) {
  .next__link-btn {
    width: 418px;
    margin: 0 auto 180px;
  }
}
.next__box {
  position: relative;
  text-align: center;
  width: 88%;
  background-color: #f3f0e7;
  margin: 0 auto;
  padding: 110px 0 30px;
}
@media screen and (min-width: 768px) {
  .next__box {
    padding: 220px 0 60px;
  }
}
.next__box-logo {
  position: absolute;
  width: 35%;
  top: -5vh;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .next__box-logo {
    width: 240px;
    top: -90px;
  }
}
.next__box-txt01 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .next__box-txt01 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
}
.next__box-txt02 {
  width: fit-content;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .next__box-txt02 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin: 0 auto 2rem;
  }
}
.next__box-contact {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .next__box-contact {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .next__box-tel {
    pointer-events: none;
  }
}

/* 成分表示
---------------------- */
.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.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);
  }
}