.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
}

body {
  color: #793E28;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.6em;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .button__container {
    display: flex;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    gap: 145px;
    justify-content: center;
  }
}

.button {
  display: grid;
  place-items: center;
  margin-top: 50px;
  width: 144px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .button {
    margin-left: 0;
    margin-right: 0;
    place-items: start;
  }
}
.button a {
  color: #793E28;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .button a {
    font-size: 16px;
  }
}

.button__box {
  display: flex;
  margin-top: 38px;
  gap: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .button__box {
    gap: 42px;
    margin-top: 70px;
  }
}

.button__img {
  margin-top: 18px;
}
.button__img img {
  width: 60px;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .button__img img {
    width: 80px;
    transform: rotate(0deg);
  }
}

.button__imgtxt {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}
.button__imgtxt::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  top: 43px;
  left: 66px;
  border: rgba(121, 62, 40, 0.6) 1px solid;
  transform: rotate(23deg);
}

.popup {
  position: fixed;
  top: 7%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background-color: #e7f3f4;
  padding: 20px 20px 20px 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  min-width: 300px;
  width: 87vw;
  height: 70vh;
  max-height: 526px;
  max-width: 360px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .popup {
    width: 87vw;
    height: 90vh;
    max-height: 1000px;
    max-width: 800px;
  }
}

.popup.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  z-index: 1000;
}

.hidden {
  display: none;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 10px;
  background-color: #eee;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .close-btn {
    width: 63px;
    height: 63px;
  }
}

.close-btn:hover {
  background-color: #ddd;
}

.minimized {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) {
  .minimized {
    width: 100px;
    height: 60px;
    right: 50px;
    top: 40px;
  }
}

.minimizing {
  transform: scale(0.2) translate(200%, -200%);
  opacity: 0;
}

.popup__first-word1 {
  font-size: 22px;
  position: fixed;
  bottom: 404px;
  transform: translate(-50%) rotate(-22deg);
  left: 38%;
}
@media screen and (min-width: 768px) {
  .popup__first-word1 {
    font-size: 28px;
    bottom: 658px;
    transform: translate(-50%) rotate(-19deg);
    left: 34%;
  }
}

.popup__first-word2 {
  font-size: 16px;
  position: fixed;
  bottom: 375px;
  transform: translate(-50%) rotate(21deg);
  left: 64%;
}
@media screen and (min-width: 768px) {
  .popup__first-word2 {
    font-size: 20px;
    bottom: 605px;
    transform: translate(-50%) rotate(17deg);
    left: 55%;
  }
}

.popup__first-word3 {
  font-size: 14px;
  position: fixed;
  bottom: 339px;
  transform: translate(-50%) rotate(-9deg);
  left: 44%;
}
@media screen and (min-width: 768px) {
  .popup__first-word3 {
    font-size: 20px;
    bottom: 536px;
    transform: translate(-50%) rotate(-17deg);
    left: 31%;
  }
}

.popup__first-word4 {
  position: fixed;
  bottom: 300px;
  transform: translate(-50%) rotate(-10deg);
  left: 56%;
}
.popup__first-word4 img {
  width: 192px;
}
@media screen and (min-width: 768px) {
  .popup__first-word4 {
    bottom: 457px;
    transform: translate(-50%) rotate(-13deg);
    left: 42%;
  }
  .popup__first-word4 img {
    width: 280px;
  }
}

.popup__first-illust {
  position: fixed;
  bottom: 88px;
  transform: translate(-50%);
  left: 46%;
}
.popup__first-illust img {
  max-width: 201px;
}
@media screen and (min-width: 768px) {
  .popup__first-illust img {
    max-width: 345px;
  }
}

.popup__first-illust2 {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
.popup__first-illust2 img {
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  .popup__first-illust2 img {
    max-width: 470px;
  }
}

.popup__second-words {
  margin-top: 50px;
  position: relative;
  width: 250px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .popup__second-words {
    margin-left: 100px;
    margin-top: 200px;
  }
}

.popup__second-word1 {
  position: absolute;
  bottom: 0px;
  transform: translate(50%);
  left: 26px;
}
.popup__second-word1 img {
  max-width: 60px;
}
@media screen and (min-width: 768px) {
  .popup__second-word1 img {
    max-width: 75px;
  }
}

.popup__second-word2 {
  font-size: 13px;
  position: absolute;
  bottom: -1px;
  transform: translate(50%);
  left: 85px;
}
@media screen and (min-width: 768px) {
  .popup__second-word2 {
    font-size: 16px;
    left: 125px;
  }
}

.popup__second-shushushu {
  margin-top: 40px;
  font-size: 16px;
  position: relative;
  height: 80px;
  width: 110px;
  left: 86%;
  transform: translate(-50%) rotate(13deg);
}
@media screen and (min-width: 768px) {
  .popup__second-shushushu {
    left: 75%;
  }
}

.popup__second-word3 {
  position: absolute;
  left: 0px;
}

.popup__second-word4 {
  position: absolute;
  top: 40px;
  left: 15px;
}

.popup__second-word5 {
  position: absolute;
  top: 20px;
  left: 43px;
}

.popup__second-illust1 {
  z-index: -1;
  position: fixed;
  bottom: 103px;
  transform: translate(-50%);
  left: 47%;
}
.popup__second-illust1 img {
  max-width: 301px;
}
@media screen and (min-width: 768px) {
  .popup__second-illust1 img {
    max-width: 430px;
  }
}

.popup__second-illust2 {
  position: fixed;
  bottom: 20px;
  transform: translate(-50%);
  left: 50%;
}
.popup__second-illust2 img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .popup__second-illust2 {
    bottom: 70px;
    max-width: 400px;
  }
}

.header__img {
  position: fixed;
  transform: translate(-50%);
  left: 25%;
  top: 23px;
  z-index: 3;
}
.header__img img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .header__img img {
    width: 158px;
  }
}

.header__news-mother {
  overflow: hidden;
  position: fixed;
  right: -85px;
  top: -96px;
  z-index: 3;
}
.header__news-mother img {
  width: 295px;
}
@media screen and (min-width: 768px) {
  .header__news-mother img {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .header__news-mother {
    transform: translate(-50%);
    right: 170px;
  }
}

.header__news {
  overflow: hidden;
  position: fixed;
  right: -30px;
  top: -25px;
  z-index: 3;
}
.header__news img {
  width: 153px;
}
@media screen and (min-width: 768px) {
  .header__news {
    transform: translate(-50%);
    right: 170px;
  }
}

.header__news-jump {
  overflow: hidden;
  position: fixed;
  right: 48px;
  top: 98px;
  z-index: 3;
}
.header__news-jump img {
  width: 52px;
}
@media screen and (min-width: 768px) {
  .header__news-jump {
    transform: translate(-50%);
    right: 53px;
    top: 121px;
  }
}

.hidamari {
  margin-top: 125px;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .hidamari {
    margin-top: 145px;
  }
}

.title {
  text-align: center;
}
.title img {
  width: 160px;
}
@media screen and (min-width: 768px) {
  .title {
    margin-right: 250px;
    margin-top: 55px;
  }
  .title img {
    width: 180px;
  }
}

.hidamari__illust1 {
  position: relative;
  margin-top: 50px;
  padding-bottom: 10px;
  height: 450px;
  margin-right: 28px;
  max-width: 550px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hidamari__illust1 {
    max-width: 720px;
    height: 443px;
    margin-left: 15vw;
    margin-right: auto;
  }
}

.hidamari__illust1-text {
  position: absolute;
  left: 20%;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust1-text {
    margin-top: 20px;
  }
}

.hidamari__illust1-text2 {
  position: absolute;
  left: 20%;
  top: 370px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust1-text2 {
    left: 510px;
  }
}

.hidamari__illust1-moyamoya {
  position: absolute;
  left: -65px;
  top: 100px;
  z-index: -1;
}
.hidamari__illust1-moyamoya img {
  width: 380px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust1-moyamoya {
    left: 0;
    top: 140px;
  }
  .hidamari__illust1-moyamoya img {
    width: 510px;
  }
}

.hidamari__illsut1-human {
  position: absolute;
  left: -38px;
  bottom: 100px;
}
.hidamari__illsut1-human img {
  width: 220px;
}
@media screen and (min-width: 768px) {
  .hidamari__illsut1-human {
    left: 38px;
    bottom: 0px;
  }
  .hidamari__illsut1-human img {
    width: 280px;
  }
}

.hidamari__illust1-fowan {
  position: absolute;
  top: 80px;
  left: 160px;
}
.hidamari__illust1-fowan img {
  width: 120px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust1-fowan {
    left: 300px;
    top: 100px;
  }
  .hidamari__illust1-fowan img {
    width: 200px;
  }
}

.hidamari__illust1-sunny {
  position: absolute;
  top: 0;
  right: 0;
}
.hidamari__illust1-sunny img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust1-sunny img {
    width: 130px;
  }
}

.hidamari__illust2 {
  position: relative;
  margin-top: 60px;
  min-width: 320px;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hidamari__illust2 {
    height: 310px;
    width: 900px;
    margin-left: auto;
    margin-right: 8vw;
  }
}

.hidamari__illust2-text {
  position: absolute;
  right: 10%;
}
@media screen and (min-width: 768px) {
  .hidamari__illust2-text {
    left: 12%;
    top: 50%;
  }
}

.hidamari__illust2-jyuwajyuwa {
  position: absolute;
  top: 93px;
  right: -2%;
  z-index: -1;
}
.hidamari__illust2-jyuwajyuwa img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust2-jyuwajyuwa {
    right: 0;
  }
  .hidamari__illust2-jyuwajyuwa img {
    width: 400px;
  }
}

.hidamari__illust2-stick {
  display: block;
  position: absolute;
  top: 84px;
  right: 0;
  width: 250px;
}
.hidamari__illust2-stick img {
  width: 50px;
}

.hidamari__illust3 {
  display: block;
  margin-left: 0;
  position: relative;
  max-width: 400px;
  margin-top: 60px;
  height: 370px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3 {
    max-width: 800px;
    height: 430px;
    margin-left: 7vw;
    margin-right: auto;
  }
}

.hidamari__illust3-circle1 {
  position: absolute;
  top: 10px;
  left: 50px;
}
.hidamari__illust3-circle1 img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3-circle1 {
    left: 37%;
  }
  .hidamari__illust3-circle1 img {
    width: 84px;
  }
}

.hidamari__illust3-text1 {
  position: relative;
  top: 28px;
  left: 130px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3-text1 {
    top: 131px;
    left: 67%;
  }
}

.hidamari__illust3-matataki {
  position: absolute;
  top: 98px;
  z-index: -1;
}
.hidamari__illust3-matataki img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3-matataki {
    top: 80px;
  }
  .hidamari__illust3-matataki img {
    width: 490px;
  }
}

.hidamari__illust3-circle2 {
  position: absolute;
  top: 229px;
  left: 140px;
}
.hidamari__illust3-circle2 img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3-circle2 {
    top: 300px;
    left: 200px;
  }
}

.hidamari__illust3-text2 {
  position: absolute;
  bottom: 30px;
  left: 40%;
  transform: translate(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3-text2 {
    left: 67%;
    bottom: 150px;
    transform: translate(0);
  }
}

.hidamari__illust3-circle3 {
  position: absolute;
  top: 300px;
  left: 320px;
}
.hidamari__illust3-circle3 img {
  max-width: 70px;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .hidamari__illust3-circle3 {
    left: 520px;
  }
}

.hidamari__blend {
  margin-top: 50px;
  border-radius: 30px;
  background-color: #FAD992;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .hidamari__blend {
    width: 600px;
  }
}

.blend {
  display: grid;
  place-items: center;
}
.blend.is-open .blend-titlebox::after {
  transform: rotate(0deg);
}

.blend-titlebox {
  display: block;
  width: 320px;
  position: relative;
  border-radius: 30px;
  padding: 16px 30px 20px 30px;
  border: rgba(121, 62, 40, 0.6) 1px solid;
  box-shadow: 0px 4px 6px 0px rgba(181, 144, 113, 0.4);
  background-color: #fff;
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  color: #793E28;
}
@media screen and (min-width: 768px) {
  .blend-titlebox {
    width: 600px;
  }
}
.blend-titlebox::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 18px;
  width: 17px;
  height: 12px;
  background: url(../img/arrow.png) no-repeat center center/contain;
  transform: rotate(0deg);
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .blend-titlebox::after {
    right: 22px;
  }
}

.blend-guide {
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.8px;
}

.blend-show {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.blend-img1 {
  text-align: center;
}

.blend-body {
  display: none;
  width: 320px;
  align-items: center;
  border-radius: 0 0 30px 30px;
  padding: 0 30px 30px 30px;
  background-color: #FAD992;
  text-align: left;
}
.blend-body img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .blend-body {
    width: 600px;
  }
}

.blend-bodytxet1 {
  border-bottom: #793E28 solid 1px;
  padding-bottom: 9px;
}

.blend-bodytxet2 {
  padding-top: 18px;
}

.hidamari-button {
  margin-left: auto;
  margin-right: auto;
}

.moribito {
  padding-bottom: 65px;
  background-color: #F8F9F8;
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .moribito {
    background-color: #fff;
  }
}

.moribito-illust1 {
  padding-right: 5px;
  height: 145px;
  margin-top: 42px;
  max-width: 450px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .moribito-illust1 {
    margin-right: 100px;
  }
}

.moribito-illust1__text {
  position: absolute;
  top: 43%;
  padding-left: 5px;
}

.moribito-illust1__utumuki {
  text-align: right;
}
.moribito-illust1__utumuki img {
  height: 145px;
}

.moribito-illust2 {
  padding-right: 5px;
  height: 165px;
  margin-top: 42px;
  max-width: 480px;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .moribito-illust2 {
    margin-right: 100px;
  }
}

.moribito-illust2__text {
  position: absolute;
  top: 43%;
  padding-left: 5px;
}

.moribito-illust2__uemuki {
  text-align: right;
}
.moribito-illust2__uemuki img {
  height: 165px;
}

.moribito-illust2__powan {
  position: absolute;
  bottom: -48px;
  right: 170px;
}
.moribito-illust2__powan img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .moribito-illust2__powan {
    bottom: -58px;
    right: 270px;
  }
}

.moribito-illust3 {
  margin-top: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .moribito-illust3 {
    margin-top: 130px;
  }
}

.moribito-illust3__morinodeai {
  text-align: right;
}
.moribito-illust3__morinodeai img {
  width: auto;
  height: 410px;
  object-fit: cover;
  object-position: center;
}

.moribito-illust3__text {
  position: absolute;
  top: 99px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .moribito-illust3__text {
    top: 155px;
    left: 30%;
  }
}

.moribito-illust4 {
  position: relative;
  width: 320px;
  height: 260px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .moribito-illust4 {
    height: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.moribito-illust4__morigirl {
  position: absolute;
  bottom: -70px;
  left: -50px;
}
.moribito-illust4__morigirl img {
  width: 330px;
}

.moribito-illust4__circle3 {
  position: absolute;
  top: 90px;
  left: 140px;
}
@media screen and (min-width: 768px) {
  .moribito-illust4__circle3 {
    top: 135px;
  }
}
.moribito-illust4__circle3 img {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .moribito-illust4__circle3 img {
    height: 70px;
  }
}

.moribito-illust4__text {
  position: absolute;
  top: 30px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  .moribito-illust4__text {
    top: 178px;
    right: -146px;
  }
}

.moribito-illust5 {
  position: relative;
  margin-bottom: 130px;
}

.moribito-illust5__text {
  position: absolute;
  top: 210px;
  left: 28px;
}
@media screen and (min-width: 768px) {
  .moribito-illust5__text {
    left: auto;
    right: 594px;
    top: 238px;
  }
}

.moribito-illust5__blanco img {
  width: auto;
  height: 510px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .moribito-illust5__blanco {
    text-align: right;
  }
}

.moribito-illust5__wind {
  position: absolute;
  bottom: -61px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  .moribito-illust5__wind {
    bottom: -76px;
    right: 280px;
  }
}
.moribito-illust5__wind img {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .moribito-illust5__wind img {
    height: 160px;
  }
}

.moribito__after-illust {
  margin-top: 50px;
}

.moribito__blend {
  margin-top: 50px;
  border-radius: 30px;
  background-color: #C4E1AA;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .moribito__blend {
    width: 600px;
  }
}

.moribito__blend-body {
  display: none;
  background-color: #C4E1AA;
}

.yumetabi {
  background-color: #FEFCFF;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .yumetabi {
    background-color: #fff;
  }
}

.yumetabi__illust1 {
  position: relative;
  margin-top: 75px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1 {
    max-width: 750px;
    height: 260px;
  }
}

.yumetabi__illust1-mokumoku {
  position: absolute;
  left: 42%;
  transform: translate(-50%);
}
.yumetabi__illust1-mokumoku img {
  width: 280px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1-mokumoku img {
    width: 350px;
  }
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1-mokumoku {
    top: -40px;
  }
}

.yumetabi__illust1-bane1 {
  position: absolute;
  top: 20px;
  transform: translate(-50%);
  left: 75%;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1-bane1 {
    left: 70%;
  }
}

.yumetabi__illust1-bane2 {
  position: absolute;
  top: -20px;
  transform: translate(-50%, 0) rotate(-30deg);
  left: 70%;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1-bane2 {
    left: 70%;
    transform: translate(-50%, 0) rotate(-34deg);
  }
}

.yumetabi__illust1-otukare {
  position: absolute;
  top: 93px;
  left: 50%;
  transform: translate(-50%);
}
.yumetabi__illust1-otukare img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1-otukare img {
    width: 105px;
  }
}

.yumetabi__illust1-text {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .yumetabi__illust1-text {
    bottom: 80px;
    left: 66%;
    transform: translate(0);
  }
}

.yumetabi__illust2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  height: 345px;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust2 {
    width: 500px;
    margin-top: 80px;
  }
}

.yumetabi__illust2-circle4 {
  position: absolute;
  top: 32px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust2-circle4 {
    right: 50px;
  }
}

.yumetabi__illust2-bottle {
  position: absolute;
  top: 40px;
  right: 38px;
  transform: rotate(-28deg);
}
@media screen and (min-width: 768px) {
  .yumetabi__illust2-bottle {
    right: 95px;
  }
}
.yumetabi__illust2-bottle img {
  width: 120px;
}

.yumetabi__illust2-text {
  position: absolute;
  top: 130px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust2-text {
    top: 90px;
  }
}

.yumetabi__illust2-insleep {
  position: absolute;
  top: 170px;
  left: 45px;
}
.yumetabi__illust2-insleep img {
  width: 115px;
}

.yumetabi__illust2-text2 {
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust2-text2 {
    right: -130px;
    bottom: 200px;
  }
}

.yumetabi__illust3 {
  margin-top: 20px;
  height: 400px;
  position: relative;
  padding-left: 10px;
  max-width: 440px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3 {
    margin-right: auto;
    max-width: 600px;
    height: 500px;
  }
}

.yumetabi__illust3-poko {
  position: absolute;
  left: 106px;
}
.yumetabi__illust3-poko img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-poko {
    left: 166px;
  }
}

.yumetabi__illust3-pokopoko {
  position: absolute;
  top: 23px;
  left: 50px;
}
.yumetabi__illust3-pokopoko img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-pokopoko {
    left: 170px;
  }
}

.yumetabi__illust3-sky {
  position: absolute;
  top: 100px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-sky {
    top: 150px;
  }
}
.yumetabi__illust3-sky img {
  z-index: -1;
  width: auto;
  height: 285px;
  object-fit: cover;
  object-position: left;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-sky img {
    object-position: center;
    height: 360px;
  }
}

.yumetabi__illust3-text {
  position: absolute;
  top: 395px;
  left: 59px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-text {
    top: 527px;
    left: 0px;
  }
}

.yumetabi__illust3-fly {
  z-index: 1;
  position: absolute;
  top: 230px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-fly {
    top: 340px;
  }
}
.yumetabi__illust3-fly img {
  width: 330px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-fly img {
    width: 360px;
  }
}

.yumetabi__illust3-star {
  position: absolute;
  top: 332px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .yumetabi__illust3-star {
    top: 372px;
    right: 25px;
  }
}

.yumetabi__after-illust {
  margin-top: 190px;
}

.yumetabi__blend {
  margin-top: 50px;
  border-radius: 30px;
  background-color: #C4DCF2;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .yumetabi__blend {
    width: 600px;
  }
}

.yumetabi__blend-body {
  background-color: #C4DCF2;
}

.about {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 90px;
  }
}

.about__container {
  position: relative;
  display: block;
}

.about__titleback {
  text-align: center;
}
.about__titleback img {
  width: 95%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .about__titleback {
    display: block;
    padding-right: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}

.about__logo {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%);
}
.about__logo img {
  width: 200px;
}

.about__logo-relative {
  position: relative;
  width: inherit;
}

.about__toha {
  position: absolute;
  top: -19px;
  right: 0;
  transform: rotate(16deg);
}
.about__toha p {
  font-weight: 600;
}

.about__textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__subtitle {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: block;
  white-space: nowrap;
}
.about__subtitle h3 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .about__subtitle {
    margin-top: 20px;
    font-size: 16px;
  }
}

.about__text {
  display: inline-block;
  text-align: center;
}
.about__text p {
  font-weight: 600;
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.about__illustbox {
  margin-top: 37px;
  display: flex;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .about__illustbox {
    justify-content: center;
    margin-right: 200px;
  }
}

.about__illustbox-present img {
  width: 160px;
}

.about__illustbox-poton img {
  width: 40px;
}

.youtube {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .youtube {
    padding-top: 20px;
  }
}

.youtube__title {
  display: block;
  margin-left: auto;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  width: 270px;
}
@media screen and (min-width: 768px) {
  .youtube__title {
    margin-right: 181px;
  }
}
.youtube__title::before {
  position: absolute;
  content: "";
  height: 56px;
  width: 1px;
  top: -6px;
  right: 14px;
  border: rgba(121, 62, 40, 0.6) 1px solid;
  transform: rotate(20deg);
}

.youtube__box {
  font-size: 12px;
  padding: 20px;
  margin-left: auto;
  margin-right: 11px;
  width: 320px;
  text-align: center;
  border-radius: 35px;
  border: 4px solid rgba(194, 134, 36, 0.71);
  background: #FFFCF8;
}
@media screen and (min-width: 768px) {
  .youtube__box {
    width: 500px;
    margin-right: 111px;
  }
}
.youtube__box video {
  height: 200px;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .youtube__box video {
    height: 200px;
    width: 300px;
  }
}

.guidance {
  padding-top: 70px;
}
.guidance__title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 300px;
}
.guidance__title::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  top: -15px;
  left: 20px;
  border: rgba(121, 62, 40, 0.6) 1px solid;
  transform: rotate(-20deg);
}

.guidance__box {
  font-size: 12px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 328px;
  height: 274px;
  border-radius: 35px;
  border: 4px solid rgba(194, 134, 36, 0.71);
  background: #FFFCF8;
}
@media screen and (min-width: 768px) {
  .guidance__box {
    width: 600px;
  }
}

.shopping__mother {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .shopping__mother {
    margin-top: 100px;
  }
}

.shopping__mother-coupon {
  text-align: center;
  position: relative;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  border-radius: 24px;
  background: #fffaf6;
  border: #F2B661 dashed 2px;
  padding: 25px 25px;
}
.shopping__mother-coupon button {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  color: #793E28;
  font-size: 14px;
}
.shopping__mother-coupon::before {
  position: absolute;
  content: "";
  height: 96px;
  width: 35px;
  top: 175px;
  right: 3px;
  background-image: url(../img/carne.png);
  transform: rotate(18deg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
.shopping__mother-coupon .code {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .shopping__mother-coupon {
    width: 500px;
    padding: 25px 40px;
  }
}

.shopping {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .shopping {
    margin-bottom: 100px;
  }
}

.shopping__button {
  text-align: center;
  position: relative;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 242px;
  border-radius: 48px;
  background: #F2B661;
  padding: 25px 66px 25px 24px;
}
.shopping__button button {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 600;
  color: #793E28;
  font-size: 14px;
}

.suzukazebutton {
  background: #93DBBC;
}

.shopping__button-halfround {
  position: absolute;
  top: 15px;
  right: 14px;
}
.shopping__button-halfround img {
  height: 60px;
}

.img {
  margin-bottom: 40px;
  text-align: center;
}
.img img {
  width: 200px;
}

.suzukaze-title {
  text-align: center;
}

.suzukaze-img {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .suzukaze-img {
    max-width: 500px;
  }
}

.review {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFFAF3;
}

.review__title {
  position: relative;
  margin-right: 30px;
  width: 130px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.review__title .kuti {
  letter-spacing: 3.2px;
  font-size: 32px;
  font-weight: 700;
}
.review__title .komi {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
.review__title::before {
  content: "";
  position: absolute;
  top: 52px;
  left: -58px;
  background: url(../img/darkorangebar.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .review__title::before {
    top: 13px;
    left: -82px;
  }
}

.review__boxes {
  align-items: end;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .review__boxes {
    flex-direction: row;
    max-width: 730px;
    height: 320px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 70px;
  }
}

.review__box {
  margin-top: 3px;
  width: 200px;
  height: 200px;
  border-radius: 35px;
  border: 4px solid rgba(209, 139, 89, 0.71);
  background: #FFFCF8;
}
.review__box:nth-child(2) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .review__box:nth-child(1) {
    margin-top: 10px;
  }
  .review__box:nth-child(2) {
    margin-bottom: 80px;
  }
  .review__box:nth-child(3) {
    margin-top: 100px;
  }
}

.review__thanks {
  margin-top: 30px;
  text-align: right;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .review__thanks {
    text-align-last: left;
    margin-left: 95px;
  }
}

.swiper-slide {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    margin-left: 30px;
  }
}
.swiper-button-prev::after {
  font-size: 35px;
  color: coral;
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    margin-right: 30px;
  }
}
.swiper-button-next::after {
  font-size: 35px;
  color: coral;
}

.slide-img {
  margin-top: 32px;
}
.slide-img img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .slide-img {
    display: inline;
  }
}

.slide-comment {
  border: rgba(219, 99, 55, 0.8156862745) 1px solid;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.3960784314);
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .slide-comment {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    max-width: 400px;
  }
}

.slide-up {
  justify-content: center;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .slide-up {
    display: flex;
    flex-direction: column;
  }
}

.swiper-pagination-bullet {
  justify-content: center;
  background: rgba(214, 118, 28, 0.7882352941);
}

.partner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  position: relative;
  width: 320px;
}
.partner::before {
  content: "";
  position: absolute;
  border: rgba(145, 68, 41, 0.9333333333) solid 1px;
  height: 81px;
  transform: rotate(-24deg);
  top: 35px;
  left: 24px;
}

.partner__text {
  position: absolute;
  font-size: 12px;
  left: 67px;
  top: 38px;
  line-height: 1.4em;
}
.partner__text p:not(:first-child) {
  margin-top: 12px;
}

.partner__button {
  text-align: center;
}

.contact {
  max-width: 390px;
  margin-top: 150px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/form-back.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 300px;
}
.contact::before {
  content: "";
  position: absolute;
  border: rgba(145, 68, 41, 0.9333333333) solid 1px;
  height: 55px;
  transform: rotate(13deg);
  top: -57px;
  left: 210px;
}
.contact::after {
  content: "";
  position: absolute;
  border: rgba(145, 68, 41, 0.9333333333) solid 1px;
  height: 39px;
  transform: rotate(-18deg);
  bottom: -12px;
  left: 231px;
}

.contact__formtext {
  position: absolute;
  font-size: 12px;
  top: -72px;
  left: 243px;
  line-height: 1.4em;
}

.contact__area {
  position: absolute;
  top: 67px;
  display: flex;
  flex-direction: column;
  left: 50%;
  gap: 20px;
  transform: translate(-50%);
}

.contact__formtext2 {
  font-size: 12px;
  position: absolute;
  bottom: -44px;
  left: 166px;
  line-height: 1.4em;
}

.contact___button img {
  width: 200px;
}

.contact__sns {
  text-align: right;
  margin-right: 20px;
}
.contact__sns img {
  width: 65px;
}

.producer {
  margin-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.producer__title {
  text-align: center;
  line-height: 2;
  letter-spacing: 1.2px;
}

.producer__illust {
  margin-top: 30px;
}
.producer__illust img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .producer__illust img {
    width: 230px;
  }
}

.producer__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .producer__box {
    flex-direction: row;
    gap: 100px;
  }
}

.producer__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .producer__text {
    text-align: left;
  }
}

.footer {
  background: rgba(251, 243, 228, 0.74);
  position: fixed;
  bottom: 0;
  height: 100px;
  width: 100%;
  padding: 6px 8px 5px 10px;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .footer {
    height: 120px;
    gap: 67px;
    padding: 12px 12px 5px 10px;
  }
}

.footer__hidamari {
  position: relative;
}
.footer__hidamari img {
  max-width: 62px;
}

.footer__hidamari-title {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}
.footer__hidamari-title img {
  width: 13px;
}

.footer__moribito {
  position: relative;
}
.footer__moribito img {
  max-width: 62px;
}

.footer__moribito-title {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}
.footer__moribito-title img {
  width: 13px;
}

.footer__yumetabi {
  position: relative;
}
.footer__yumetabi img {
  max-width: 62px;
}

.footer__yumetabi-title {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
}
.footer__yumetabi-title img {
  width: 13px;
}

.footer__gokigen-relative {
  position: absolute;
  top: -48px;
}

.footer__gokigen {
  position: relative;
  height: 140px;
  width: 100px;
  padding-bottom: 10px;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.5s, transform 1.5s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-up-bottle {
  opacity: 0;
  transform: translateY(24px) rotate(-15deg);
  transition: opacity 3s, transform 3s;
}
.fade-in-up-bottle.is-in-view {
  opacity: 1;
  transform: translateY(0) rotate(-28deg);
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 2s, transform 2s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition: opacity 1.5s;
}
.fade-in.is-in-view {
  opacity: 1;
}

.fade-in2 {
  opacity: 0;
  transition: opacity 3s;
}
.fade-in2.is-in-view {
  opacity: 1;
}

.moyamoya {
  opacity: 0;
  transition: opacity 1.5s;
  transform: translateY(24px);
  animation: moyamoya 2s infinite;
}
@keyframes moyamoya {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
.moyamoya.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.jyuwajyuwa {
  opacity: 0;
  transition: opacity 2s, transform 2s;
  transform: scale(60%);
}
.jyuwajyuwa.is-in-view {
  opacity: 1;
  transform: scale(100%);
}

.fade-in-parts {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 3s, transform 3s;
}
.fade-in-parts.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.banebane {
  opacity: 0;
  transition: opacity 1.5s;
  transform: translateY(24px);
  animation: banebane 2s infinite;
}
@keyframes banebane {
  0% {
    transform: rotate(9deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
.banebane.is-in-view {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */