@charset "UTF-8";
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Normal.woff2") format("woff2"),
    url("../fonts/GenJyuuGothic-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Bold.woff2") format("woff2"),
    url("../fonts/GenJyuuGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../fonts/GenJyuuGothic-Regular.woff2") format("woff2"),
    url("../fonts/GenJyuuGothic-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fbfbf8;
}

.main {
  position: relative;
  font-family: "GenJyuuGothic", sans-serif;
  color: #292515;
  font-style: normal;
  line-height: 100%;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

strong {
  font-weight: bold;
}

[class*="--wave"] {
  width: 100vw;
  height: 0.25rem;
  display: block;
}

[class*="--highlight"] {
  color: #447369;
}

[class*="info--label"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fbfbf8;
  white-space: nowrap;
  /* jp/18-b_100%-10% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
  padding: 0.25rem 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 1px;
  background: #292515;
}
@media screen and (min-width: 768px) {
  [class*="info--label"] {
    padding: 0.5rem 0.75rem;
  }
}

img {
  width: 100%;
  height: 100%;
}

symbol#jar-icon {
  overflow: visible;
}

.dot {
  letter-spacing: 1px;
  margin-inline: -0.3125rem;
}

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

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

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
  /* jp/24-b_100%-15% */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.6px;
}
.section-title::after {
  position: relative;
  display: block;
  content: "";
  background: url(../img/title-underline.svg) center/cover no-repeat;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9.375rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: clamp(2rem, 6.061vw - 14.545px, 2.5rem);
    letter-spacing: 4px;
    gap: 1rem;
  }
  .section-title::after {
    width: 13.75rem;
    height: 1.125rem;
  }
}

.section-divider {
  margin: 5rem auto 5.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-divider {
    margin: 6.9375rem auto 8.5rem;
  }
}

.section__deco-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 25rem) {
  .deco-line:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 31.25rem) {
  .deco-line:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 43.75rem) {
  .deco-line:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 62.5rem) {
  .deco-line:nth-of-type(5) {
    display: none;
  }
}

.heading__title {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  z-index: 3;
  /* jp/20-b_200%-15% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 3px;
}
.heading__title::before {
  position: absolute;
  content: "";
  background-color: #f9e283;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(50% - 3.4375rem);
  z-index: -1;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .heading__title {
    font-size: 2rem;
    letter-spacing: 3.2px;
    padding-left: 0.875rem;
  }
  .heading__title::before {
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
  }
}

[class*="info--title"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  padding: 0.75rem 1.125rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.875rem;
  background: #f9e283;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 51;
  font-family: "GenJyuuGothic", sans-serif;
}

.header__content--sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__inner--sp {
  margin-left: auto;
}

.header__content--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 0px 20px;
  background: rgba(243, 242, 238, 0.8);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

.header__content--svg {
  width: 20px;
  height: 28px;
}

.header__content--text {
  margin-top: 3px;
  font-size: 11px; /* 必要に応じて調整してください */
}

/* PCレイアウトの場合、SP用コンテンツを非表示にする */
@media (min-width: 768px) {
  .header__content--sp {
    display: none;
  }
}
.header__content--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__content--pc {
    display: block;
  }
}

.header__top {
  background-color: #f2efef;
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0.75rem 5rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 925px) {
  .header-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-info__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-info__tel::before {
  display: block;
  content: "";
  background: url(../img/tel.svg) center/cover no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}

.header-info__tel-link {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.header-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* jp/16-b_100%-5% */
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0.375rem 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1.875rem;
  background: #f9e283;
}

.header-info__hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-info__hour-start,
.header-info__hour-end {
  color: #447369;
  /* jp/18-b_100%-0% */
  font-size: 1.125rem;
  font-weight: 700;
}

.header-info__hour-start {
  margin-left: 0.625rem;
}

.header-info__off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.header-info__off p {
  /* jp/16-m_100%-5% */
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}

.header-info__off-day {
  color: #447369;
  /* jp/18-b_100%-0% */
  font-size: 1.125rem;
  font-weight: 700;
}

.header-info__off-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 925px) {
  .header-info__off-days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 925px) {
  .header-info__off-separator {
    display: none;
  }
}

.header__menu--bg {
  background-color: #fbfbf8;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.125rem 5rem 0.625rem;
}

.header__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__title a {
  /* jp/32-b_100%-15% */
  font-size: clamp(1.5rem, 2.667vw + 2.667px, 2rem);
  font-weight: 700;
  letter-spacing: clamp(2.4px, 0.156vw - 0.25px, 3.2px);
  line-height: 2rem;
  padding-right: 1.75rem;
}

.header__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 4.667vw - 21.333px, 30px);
  padding-right: 0.5rem;
}

.header__menu-link {
  /* jp/18-b_100%-10% */
  font-size: clamp(1rem, 0.667vw + 10.667px, 1.125rem);
  font-weight: 700;
  letter-spacing: clamp(1px, 0.156vw - 0.25px, 1.8px);
  padding-block: 0.75rem;
  position: relative;
}
.header__menu-link::after {
  content: "";
  display: block;
  background-color: #292515;
  height: 0.125rem;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; /* アニメーションの設定 */
}
.header__menu-link:hover::after {
  width: 1.5rem; /* ホバー時にラインを100%に広げる */
}

.header__menu--wave {
  background: url(../img/header-wave.svg);
  height: 1.25rem;
  margin-top: -0.6875rem;
}

.drawer__content {
  position: fixed;
  top: 0; /* 追加 */
  left: 0; /* 追加 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: #fbfbf8;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%); /* 修正 */
  z-index: 52;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: "GenJyuuGothic", sans-serif;
  overflow-y: auto; /* Add this line */
}

.drawer__content.is-checked {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.drawer__header {
  background-color: #f9e283;
}

.drawer__header--wave {
  color: #f9e283;
  background: url(../img/main-wave.svg);
}

.drawer__nav--wave {
  color: #fbfbf8;
  background: url(../img/base-wave.svg);
}

.drawer__header--inner {
  display: grid;
  grid-template-columns: auto 3.25rem;
  grid-template-rows: 4rem;
  padding-left: 1.75rem;
  padding-right: 0.4375rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
  max-width: 37.5rem;
  margin-inline: auto;
}

.drawer__header--title {
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.drawer__header--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #292515;
}

.drawer__header--text {
  color: #292515;
  /* jp/12-m_100%-(-10%) */
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: -1.2px;
}

.drawer__nav {
  display: grid;
  place-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.drawer__nav-link {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.drawer__nav-link--top {
  padding-top: 0;
}

.drawer__nav-link--bottom {
  padding-bottom: 0;
}

.drawer__nav-separator {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drawer__nav-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #f9e283;
  overflow: hidden;
}

.drawer__info--background {
  background: url(../img/parer_background_3x.webp) center/cover no-repeat;
}

.drawer__info {
  display: grid;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  row-gap: 1.25rem;
  grid-template-areas: "drawer__info-closed drawer__info-hours" "drawer__info-access drawer__info-access";
}

.drawer__info-closed {
  grid-area: drawer__info-closed;
}

.drawer__info--title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* jp/16-b_100%-5% */
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-radius: 1.875rem;
  background: #f9e283;
  padding: 0.3125rem 0.9375rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.drawer__info-hours {
  grid-area: drawer__info-hours;
}

.drawer__info-access {
  grid-area: drawer__info-access;
}

.drawer__info-closed-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}

.drawer__info-text {
  /* jp/14-b_100%-5% */
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.drawer__info-text span {
  display: inline-block;
  color: #447369;
  /* jp/16-b_100%-5% */
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.drawer__info-text .drawer__info-text-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.drawer__info-text .drawer__info-hour {
  margin-right: 0;
  margin-left: 0;
}
.drawer__info-text .drawer__info-text--start-minute {
  letter-spacing: 0.8px;
}
.drawer__info-text .drawer__info-text--separator {
  color: #292515;
}
.drawer__info-text .drawer__info-text--colon {
  position: relative;
  top: -1px;
}
.drawer__info-text .drawer__info-text--end-hour {
  letter-spacing: 0.8px;
}
.drawer__info-text .drawer__info-text--end-minute {
  letter-spacing: 0.8px;
  margin-left: 0.0625rem;
}

.drawer__info-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.drawer__info-access-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.drawer__info-access-item--tel::before {
  display: block;
  content: "";
  background: url(../img/tel.svg) center/cover no-repeat;
  width: 1rem;
  height: 1rem;
}

.drawer__info-access-item--fax::before {
  display: block;
  content: "";
  background: url(../img/fax.svg) center/cover no-repeat;
  width: 1rem;
  height: 1rem;
}

.drawer__info-access-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.mv {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 11.25rem;
  }
}
@media (min-width: 845px) {
  .mv {
    padding-top: 10.625rem;
  }
}
@media (min-width: 945px) {
  .mv {
    padding-top: 9.75rem;
  }
}
@media (min-width: 1000px) {
  .mv {
    padding-top: 8.75rem;
  }
}

.mv__top--img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 500px) {
  .mv__top--img {
    top: -3.75rem;
  }
}
@media (min-width: 600px) {
  .mv__top--img {
    top: -10.625rem;
  }
}
@media screen and (min-width: 768px) {
  .mv__top--img {
    aspect-ratio: 939/626;
    width: 78%;
    height: auto;
    top: -0.25rem;
    left: calc(50% - clamp(1rem, 21.023vw - 6.091rem, 7.625rem));
  }
}

.mv__img {
  width: 100%; /* 画像を画面幅ちょうどに */
  height: auto; /* 画像の縦横比を保持する */
  display: block; /* 不要な余白を除く */
}
.mv__inner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    position: relative;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding-inline: 5rem;
  }
}

.mv__wrapper {
  position: relative;
  display: grid;
  height: 40.625rem;
  border-radius: 0px 0px 60px 60px;
  background: url(../img/parer_background_3x.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .mv__wrapper {
    aspect-ratio: 1120/628;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: 1.875rem;
  }
}

.mv__title-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  padding-top: 13.6875rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mv__title-wrapper {
    position: absolute;
    padding-top: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.mv__title-top {
  text-align: center;
  /* jp/18-b_100%-10% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 768px) {
  .mv__title-top {
    font-size: clamp(0.625rem, 1.563vw - 0.156rem, 1.25rem);
    letter-spacing: 1px;
  }
}

.mv__title {
  /* jp/40-b_100%-20% */
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: clamp(1.5rem, 3.75vw - 0.375rem, 3rem);
    letter-spacing: 9.6px;
  }
}

.mv__title-sub {
  /* jp/24-m_120%-15% */
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: 3.6px;
}
@media screen and (min-width: 768px) {
  .mv__title-sub {
    font-size: clamp(1rem, 2.5vw - 0.25rem, 2rem);
    letter-spacing: 3.2px;
    font-weight: 700;
    line-height: 140%;
  }
}

.mv__bottom--img {
  position: absolute;
  overflow: hidden;
  top: 17.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (min-width: 500px) {
  .mv__bottom--img {
    top: 11.25rem;
  }
}
.mv__bottom--img-pc {
  position: absolute;
  aspect-ratio: 627/473;
  width: clamp(18.25rem, 52.344vw - 7.922rem, 39.1875rem);
  height: auto;
  bottom: 0;
  left: calc(50% + clamp(1rem, 41.667vw - 31.25rem, 6.25rem));
}

.mv__bottom--img img {
  width: 100%; /* 画像がコンテナに収まるようにする */
  height: auto; /* アスペクト比を維持 */
  -o-object-fit: cover;
  object-fit: cover;
}

.mv__scroll-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  margin: auto auto 1.35rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__scroll-icon {
    display: none;
  }
}

.mv__scroll-text {
  font-size: 0.75rem;
}

.mv__scroll-svg {
  margin: auto;
}

.mv__bee1,
.mv__bee2 {
  position: absolute;
  z-index: 5;
}

.mv__bee1 {
  width: 50px;
  height: 51px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  bottom: 26.25rem;
  left: calc(50% - 10.1875rem);
}
@media screen and (min-width: 768px) {
  .mv__bee1 {
    width: clamp(3.75rem, 8.299vw - 0.233rem, 10.25rem);
    height: clamp(3.875rem, 8.299vw - 0.108rem, 10.375rem);
    bottom: clamp(0.625rem, 5.208vw - 1.875rem, 2.8125rem);
    left: calc(50% + clamp(3rem, 50.417vw - 35.812rem, 9.5625rem));
  }
}

.mv__bee2 {
  width: 60px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  bottom: 2.0625rem;
  left: calc(50% + 6.625rem);
}
@media screen and (min-width: 768px) {
  .mv__bee2 {
    width: clamp(5rem, 20.4vw - 7.75rem, 8.1875rem);
    height: clamp(4.6875rem, 13.2vw - 3.562rem, 6.75rem);
    aspect-ratio: 131/108;
    bottom: clamp(12.5rem, 41.701vw - 7.517rem, 25.0625rem);
    left: calc(50% - clamp(11.125rem, 19.087vw + 1.963rem, 16.875rem));
  }
}

.news {
  display: none;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 10rem;
  }
}

.news-on {
  display: block;
}

.news__inner {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    width: 70vw;
    max-width: 70rem;
  }
}

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.5rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1875rem;
  border-radius: 30px;
  border: 3px solid #f2efef;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
@media screen and (min-width: 1120px) {
  .news-card {
    max-width: 58rem;
    padding: 2.5rem 3.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 4rem;
  }
}

.news-card__content {
  padding-bottom: 20px; /*bac*/
  padding-bottom: 28px;
}

.news-card__content {
  font-size: 1.125rem;
}

.news-card__time {
  /* jp/18-b_100%-0% */
  font-weight: 700;
  line-height: 100%;
}

.news-card__heading {
  /* jp/18-b_100%-0% */
  font-weight: 700;
  line-height: 100%; /* 18px */
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem; /*bac*/
  letter-spacing: 2.2px;
}

.news-card__text {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: justify;
  /* jp/18-r_150%-0% */
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.2px;
}
.news-card__deco {
  font-weight: bold;
  color: #447369;
}
.product {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .product {
    padding-top: 9.8rem;
  }
}

.product__inner {
  padding-inline: 7.7777777778%;
}
@media screen and (min-width: 768px) {
  .product__inner {
    padding-inline: 11.1111111111%;
  }
}

.product__content {
  display: grid;
  row-gap: 2.5rem;
  margin-top: 3.35rem;
}
@media screen and (min-width: 768px) {
  .product__content {
    grid-template-rows: repeat(4, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-areas: "product__heading" "product__description--intro" "product__img" "product__description--details";
  }
}
@media (min-width: 1000px) {
  .product__content {
    max-width: 64.0625rem;
    margin: 5rem auto 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: minmax(9.375rem, 33.875rem) minmax(0, 27rem);
    grid-template-rows: auto 1fr auto;
    grid-auto-rows: 1fr;
    gap: 0px 4rem;
    grid-auto-flow: row;
    grid-template-areas: "product__heading product__img" "product__description--intro product__img" "product__description--details product__img";
  }
}

.product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .product__description {
    min-width: 18.75rem;
    gap: 0.75rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 0.375rem;
  }
}
@media (min-width: 1000px) {
  .product__description {
    margin-top: 1rem;
  }
}

.product__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.product__text {
  text-align: center;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .product__text {
    text-align: start;
  }
}
.product__img {
  max-width: 19rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .product__img {
    aspect-ratio: 1/1;
    max-width: 27rem;
    width: 100%;
    margin-block: auto;
  }
}
.product__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.product__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product__heading {
    grid-area: product__heading;
    text-align: start;
  }
}

@media screen and (min-width: 768px) {
  .product__description--intro {
    grid-area: product__description--intro;
  }
}

@media screen and (min-width: 768px) {
  .product__description--details {
    grid-area: product__description--details;
  }
}

@media screen and (min-width: 768px) {
  .product__img {
    grid-area: product__img;
  }
}

.sakura-text,
.mikan-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3125rem 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.3125rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  line-height: 100%;
}
.sakura-text:first-child,
.mikan-text:first-child {
  margin-left: 0;
}

.sakura-text {
  background-color: #f9a383;
}

.mikan-text {
  background-color: #f9e283;
}

.product__text-line {
  padding-top: 0.5rem;
}

.product__text--line16 {
  padding-top: 1rem;
}

.guid {
  margin-bottom: 5rem;
}
@media screen and (min-width: 900px) {
  .guid {
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 900px) {
  .guid__inner {
    padding-inline: 11.1111111111%;
  }
}

.guid__wrapper {
  display: grid;
}
@media screen and (min-width: 900px) {
  .guid__wrapper {
    max-width: 70rem;
    margin: 0 auto;
  }
}

.guid__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 900px) {
  .guid__head {
    margin-bottom: 5.5rem;
  }
}

.guid__title {
  position: relative;
  /* jp/20-b_200%-15% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 3px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-left: 0.75rem;
}
.guid__title::before {
  position: absolute;
  content: "";
  background-color: #f9e283;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .guid__title {
    font-size: 2rem;
    letter-spacing: 3.2px;
    padding-left: 0.875rem;
  }
  .guid__title::before {
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
  }
}

.guid__icon-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -2.5rem;
}
@media screen and (min-width: 900px) {
  .guid__icon-wrapper {
    top: -3.75rem;
  }
}

.guid__icon {
  width: 5rem;
  height: 5rem;
  -webkit-transform: scale(1.1666);
  transform: scale(1.1666); /* 80 / 68.57 ≈ 1.1666 */
  -webkit-transform-origin: center;
  transform-origin: center;
  mask-size: 100% 100%; /* マスク画像を要素のサイズに合わせる */
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat; /* マスク画像を繰り返さない */
  mask-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .guid__icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.guid__jar--icon {
  background: url(../img/jar.svg) center/cover no-repeat;
}

.guid__weight--icon {
  background: url(../img/weight.svg) center/cover no-repeat;
}

.guid__payment--icon {
  background: url(../img/payment.svg) center/cover no-repeat;
}

.guid__shipping--icon {
  background: url(../img/shipping.svg) center/cover no-repeat;
}

.guid__wrapping--icon {
  background: url(../img/wrapping.svg) center/cover no-repeat;
}

.guid__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 6.4rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 900px) {
  .guid__container {
    margin-top: 4.25rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-rows: 1fr;
    gap: 8.9rem 3.5714285714%;
    grid-auto-flow: row;
    grid-template-areas: "guid__jar guid__jar" "guid__weight guid__payment" "guid__shipping guid__wrapping";
  }
}
.guid__container > * {
  width: 100%;
  height: 100%; /* 高さも100%に設定 */
}

@media screen and (min-width: 900px) {
  .guid__jar {
    grid-area: guid__jar;
  }
}

@media screen and (min-width: 900px) {
  .guid__weight {
    grid-area: guid__weight;
  }
}

@media screen and (min-width: 900px) {
  .guid__payment {
    grid-area: guid__payment;
  }
}

@media screen and (min-width: 900px) {
  .guid__shipping {
    grid-area: guid__shipping;
  }
}

@media screen and (min-width: 900px) {
  .guid__wrapping {
    grid-area: guid__wrapping;
  }
}

.guid__box {
  position: relative;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .guid__box {
    display: grid;
    max-width: 70rem;
  }
}

.guid__box--inner {
  padding: 4.5rem 7.7777777778% 3.75rem;
  border-radius: 3.75rem;
  background: url(../img/parer_background_3x.webp) center/cover no-repeat;
}
@media screen and (min-width: 500px) {
  .guid__box--inner {
    padding: 4.5rem 10% 3.75rem;
  }
}

@media screen and (min-width: 900px) {
  .guid__jar--inner {
    padding: 6.25rem 3.8% 3.75rem;
  }
}

@media screen and (min-width: 900px) {
  .guid__weight--inner,
  .guid__payment--inner {
    padding: 6.25rem 5.5% 3.75rem;
  }
}

@media screen and (min-width: 900px) {
  .guid__shipping--inner,
  .guid__wrapping--inner {
    padding: 6.25rem 10.5% 3.75rem;
  }
}

.guid__box--wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .guid__box--wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.guid__box-title {
  position: relative;
  /* jp/24-b_100%-15% */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 3.6px;
  padding-bottom: 1.4rem;
  text-align: center;
  margin-bottom: 2.2rem;
}
.guid__box-title::before {
  position: absolute;
  content: "";
  background: url(../img/deco-line.svg) center/cover no-repeat;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10rem;
  height: 0.75rem;
}
@media screen and (min-width: 900px) {
  .guid__box-title {
    font-size: 1.75rem;
    padding-bottom: 1.725rem;
    margin-bottom: 2.3rem;
  }
  .guid__box-title:not(first-child) {
    padding-left: 0.375rem;
  }
}

@media screen and (min-width: 900px) {
  .guid__box-title--mb--small {
    margin-bottom: 1rem;
    padding-bottom: 1.625rem;
  }
}

.guid__text--group {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .guid__text--group {
    display: inline-block;
    text-align: center;
    margin: 0 auto 2.5rem;
    width: 100%;
  }
}

.guid__box--text {
  display: inline-block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: justify;
  /* jp/18-b_150%-10% */
  font-size: 1.125rem;
  line-height: 150%; /* 27px */
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 900px) {
  .guid__box--text {
    letter-spacing: 1.8px;
  }
}

.guid__jar--text {
  letter-spacing: 0.8px;
}
@media screen and (min-width: 900px) {
  .guid__jar--text {
    padding-left: 0;
    text-align: start;
  }
}

.guid__text--underlined {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f9e283)
  );
  background-image: linear-gradient(transparent 60%, #f9e283 60%);
}

.guid__text--underlined-glass {
  margin-right: 0.3125rem;
}
@media screen and (min-width: 900px) {
  .guid__text--underlined-glass {
    margin-left: 0.3125rem;
  }
}

@media screen and (min-width: 900px) {
  .guid__text--underlined-plastic {
    margin-inline: 0.3125rem;
  }
}

.guid__text--underlined-size {
  margin-right: 0.3125rem;
}
@media screen and (min-width: 900px) {
  .guid__text--underlined-size {
    margin-left: 0.3125rem;
    margin-right: 0.75rem;
  }
}

.guid__weight--text {
  line-height: 150%; /* 27px */
  text-align: justify;
}

@media screen and (min-width: 900px) {
  .guid__weight--hidden {
    display: none;
  }
}

.guid__payment--text {
  text-align: justify;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/18-b_150%-10% */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
}

.guid__text--line12 {
  display: block;
  padding-top: 0.15rem;
}
@media screen and (min-width: 900px) {
  .guid__text--line12 {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .guid__text--line5 {
    display: block;
    padding-top: 0.3125rem;
  }
}

.guid__image {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 900px) {
  .guid__image {
    margin: 0 auto;
    width: 100%;
    max-width: 50.9375rem;
  }
}

.guid__image--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.25rem;
  row-gap: 5rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .guid__image--container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8.4821428571%;
  }
}

.guid__image--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.guid__image--title {
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  gap: 0.625rem;
  border-radius: 30px;
  background: #f9e283;
}

.guid__image--container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.guid__image--img {
  width: 100%; /* または特定のサイズ */
  height: auto; /* アスペクト比を維持 */
}
@media screen and (min-width: 900px) {
  .guid__image--img {
    max-width: 22.5rem; /* 元の幅を超えないようにする */
  }
}

.guid__image--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 1rem 0;
  gap: 20%;
}
@media screen and (min-width: 900px) {
  .guid__image--caption {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.guid__image--weight {
  /* jp/18-b_100%-10% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}
@media screen and (min-width: 900px) {
  .guid__image--weight {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.guid__jar--caption {
  /* jp/16-m_100%-5% */
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  text-align: end;
}

.guid__weight--list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 900px) {
  .guid__weight--list {
    margin-top: 0;
  }
}

.guid__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  text-align: start;
}
.guid__list--item + .guid__list--item {
  margin-top: 1.8rem;
}
@media screen and (min-width: 900px) {
  .guid__list--item + .guid__list--item {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 900px) {
  .guid__list--item {
    gap: 5.0172265289%;
  }
}

.guid__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .guid__list-content {
    -ms-flex-item-align: center;
    align-self: center;
    gap: 0;
  }
}

.guid__list--svg,
.guid__payment--svg {
  width: 3.125rem;
  height: 3.125rem;
}
@media screen and (min-width: 900px) {
  .guid__list--svg,
  .guid__payment--svg {
    width: clamp(48px, 3.704vw + 19.556px, 64px);
    height: clamp(48px, 3.704vw + 19.556px, 64px);
  }
}

.guid__payment--methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 900px) {
  .guid__payment--methods {
    gap: 1.175rem;
  }
}

.guid__payment--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.1rem;
}
@media screen and (min-width: 900px) {
  .guid__payment--group {
    gap: 0.625rem;
  }
}

.guid__payment--caption {
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 900px) {
  .guid__payment--caption {
    margin-top: 0;
    font-weight: 700;
  }
}

.guid__list--text {
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.8px;
}

.guid__weight--highlight {
  font-weight: 700;
  line-height: 100%; /* 18px */
}
@media screen and (min-width: 900px) {
  .guid__weight--highlight {
    font-size: 1.25rem;
    letter-spacing: 0.6px;
  }
}

.guid__payment--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.guid__payment--content-ng {
  -ms-flex-item-align: center;
  align-self: center;
}

.guid__payment--text {
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 4.4px;
}

.guid__payment--text-ng {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/18-m_100%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 0.9px;
}
@media screen and (min-width: 900px) {
  .guid__payment--text-ng {
    font-weight: 700;
  }
}

.guid__payment--highlight {
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
}

.guid__strong--text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 30px;
  background: #fbfbf8;
  padding: 0.625rem 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 900px) {
  .guid__shipping--inner,
  .guid__wrapping--inner {
    padding: 6.25rem 3.75rem 3.75rem;
  }
}

.guid__shipping--highlight,
.guid__wrapping--highlight {
  text-align: justify;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/18-b_150%-10% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
}
@media screen and (min-width: 900px) {
  .guid__shipping--highlight,
  .guid__wrapping--highlight {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.guid__shipping--text {
  margin-top: 1.25rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: justify;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.6px;
}
@media screen and (min-width: 900px) {
  .guid__shipping--text {
    margin-top: 0.9375rem;
    letter-spacing: 0.9px;
  }
}

.guid__wrapping--text {
  margin-top: 1rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
}
@media screen and (min-width: 900px) {
  .guid__wrapping--text {
    text-align: start;
    margin-top: 0.9375rem;
  }
}

.guid__payment--notice {
  line-height: 1.3;
}

.guid__payment--notice span {
  font-weight: bold;
}

.furusato-tax {
  position: relative;
  z-index: 3;
  background-color: #f9e283;
}

.furusato-tax__inner {
  padding: 5rem 7.7777777778%;
}
@media screen and (min-width: 768px) {
  .furusato-tax__inner {
    padding: 7.5rem 11.1111111111%;
  }
}
@media (min-width: 1100px) {
  .furusato-tax__inner {
    padding: 7.5rem 11.1111111111%;
  }
}

.furusato-tax__wrapper {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 2.5rem;
  align-self: stretch;
  grid-template-areas: "furusato-tax__title" "furusato-tax__img" "furusato-tax__btn-container";
}
@media (min-width: 1200px) {
  .furusato-tax__wrapper {
    max-width: 66rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-auto-rows: 1fr;
    gap: 3.75rem 3.5714285714%;
    grid-auto-flow: row;
    grid-template-areas: "furusato-tax__title furusato-tax__title" "furusato-tax__btn-container furusato-tax__img";
  }
}

.furusato-tax__title {
  grid-area: furusato-tax__title;
}

.furusato-tax__btn-container {
  grid-area: furusato-tax__btn-container;
}

.furusato-tax__img {
  grid-area: furusato-tax__img;
}

.furusato-tax__title {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  text-align: center;
  /* jp/20_b-150%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}
.furusato-tax__title::before,
.furusato-tax__title::after {
  position: absolute;
  content: "";
  background: #292515;
  bottom: 0;
  width: 2.8125rem;
  height: 0.1875rem;
  margin-bottom: 1rem;
}
.furusato-tax__title::before {
  left: calc(50% - 9.375rem);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.furusato-tax__title::after {
  right: calc(50% - 9.375rem);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (min-width: 768px) {
  .furusato-tax__title {
    font-size: 1.75rem;
  }
  .furusato-tax__title::before {
    width: 3.75rem;
    left: calc(50% - 12.25rem);
    bottom: 0;
  }
  .furusato-tax__title::after {
    width: 3.75rem;
    right: calc(50% - 12.25rem);
    bottom: 0;
  }
}

.furusato-tax__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 20.3125rem;
  border-radius: 1.4005rem;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .furusato-tax__img {
    max-width: 26rem;
  }
}
@media (min-width: 1200px) {
  .furusato-tax__img {
    justify-self: flex-end;
  }
}

.furusato-tax__img--note {
  margin-top: 0.625rem;
  text-align: end;
  /* jp/16-m_100%-5% */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}

.furusato-tax__btn-container {
  display: grid;
  gap: 1.5625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .furusato-tax__btn-container {
    margin-top: 0.375rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

.furusato-tax__btn-box {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.furusato-tax__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.5625rem;
  height: 3.5625rem;
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.125rem 0.125rem 0 0;
  grid-template-columns: auto auto;
  color: #fbfbf8;
  text-align: center;
  white-space: nowrap;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 4px 0 #352f14;
  box-shadow: 0 4px 0 #352f14;
  cursor: pointer;
  gap: 0.75rem;
}
.furusato-tax__btn:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.125rem;
}
.furusato-tax__btn::after {
  display: block;
  content: "";
  background: url(../img/btn-link.svg) center/cover no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .furusato-tax__btn {
    width: 17rem;
    padding: 1.15625rem 1.875rem 1.15625rem 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .furusato-tax__btn--text {
    width: 10.75rem;
    text-align: center;
  }
}

.choice-btn {
  background-color: #ad0003;
}

.rakuten-btn {
  background-color: #bf0000;
}

.satofuru-btn {
  background-color: #995a29;
}

.furunavi-btn {
  background-color: #000;
}

.jra-btn {
  background-color: #008803;
}

.hp-btn {
  background-color: #00753d;
  padding: 0.75rem 2rem;
}

.furusato-tax--wave {
  position: relative;
  z-index: 3;
  color: #f9e283;
  background: url(../img/main-wave.svg);
}
@media screen and (min-width: 768px) {
  .furusato-tax--wave {
    height: 2.5rem;
    background: url(../img/main-wave_pc.svg);
  }
}

.hp-btn__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hp-btn__first {
  display: block;
  font-size: 1rem;
  line-height: 110%; /* 17.6px */
  letter-spacing: 1.6px;
  margin-bottom: -0.0625rem;
}

.hp-btn__last {
  display: block;
  font-size: 0.875rem;
  line-height: 110%;
  letter-spacing: 1.4px;
  margin-top: -0.0625rem;
}

.open-day {
  position: relative;
  z-index: 0;
  margin-top: -0.625rem;
  padding-top: 5.5rem;
  padding-bottom: 5.25rem;
  background: url(../img/parer_background_3x.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .open-day {
    padding-top: 9.5rem;
    padding-bottom: 9.75rem;
  }
}

.open-day__inner {
  margin: 0 auto;
  max-width: calc(40rem + 15.5555555556%);
  padding-inline: 7.7777777778%;
}
@media screen and (min-width: 768px) {
  .open-day__inner {
    max-width: calc(70rem + 22.2222222222%);
    padding-inline: 11.1111111111%;
  }
}

.open-day__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .open-day__title {
    line-height: 105%;
  }
}

.open-day__calendar {
  width: 100%;
  aspect-ratio: 304/214;
  margin: 0.5625rem 0;
  min-height: 20.5rem;
}
@media (min-width: 860px) {
  .open-day__calendar {
    aspect-ratio: 800/494;
    margin: 3.25rem auto 0;
  }
}

.open-day__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 500px) {
  .open-day__info {
    margin-inline: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 715px) {
  .open-day__info {
    max-width: 50rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: inline-grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: 1fr;
    gap: 2.5rem 6rem;
    grid-auto-flow: row;
    grid-template-areas: "open-day__info--container open-day__info--container" "open-day__footer open-day__footer";
  }
}

@media screen and (min-width: 500px) {
  .open-day__info-closed {
    grid-area: open-day__info-closed;
  }
}

@media screen and (min-width: 500px) {
  .open-day__info-hours {
    grid-area: open-day__info-hours;
  }
}

@media screen and (min-width: 500px) {
  .open-day__footer {
    grid-area: open-day__footer;
  }
}

.open-day__info--title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  padding: 0.75rem 1.25rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.875rem;
  background: #f9e283;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .open-day__info--title {
    margin-bottom: 1.35rem;
  }
}

.open-day__info--container {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "open-day__info-closed" "open-day__info-hours";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (min-width: 500px) {
  .open-day__info--container {
    grid-area: open-day__info--container;
    width: 19.0625rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .open-day__info--container {
    margin-left: -0.875rem;
    width: 100%;
    display: grid;
    gap: 11%;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    grid-template-areas: "open-day__info-closed open-day__info-hours";
  }
}

.open-day__info-closed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.open-day__info--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.open-day__text--highlight {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .open-day__text--highlight {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}

.open-day__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  /* jp/16-m_100%-5% */
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 3.8px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .open-day__info-text {
    font-size: 1.125rem;
    letter-spacing: -4px;
  }
}

.open-day__info-text--colon--highlight {
  font-weight: 700;
}

.open-day__info-text--separator {
  margin-inline: 0.35rem;
  font-weight: 700;
}

.open-day__info--caption {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 0.5rem;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .open-day__info--caption {
    letter-spacing: 0.9px;
    text-align: justify;
    line-height: 140%;
  }
}

@media screen and (min-width: 768px) {
  .open-day__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.open-day__info--footer-caption {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: justify;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
}
.open-day__info--footer-caption + .open-day__info--footer-caption {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .open-day__info--footer-caption + .open-day__info--footer-caption {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .open-day__info--footer-caption {
    text-align: center;
  }
}

.open-day__info--footer-caption--highlight {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 768px) {
  .open-day__info--footer-caption--highlight {
    /* jp/20-b_100%-10% */
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 2px;
  }
}

.open-day--wave {
  position: absolute;
  bottom: 0;
  z-index: 3;
  background: url(../img/open-day_wave.svg);
}
@media screen and (min-width: 768px) {
  .open-day--wave {
    height: 2.5rem;
    background: url(../img/open-day-wave_pc.svg);
  }
}

.access {
  position: relative;
  z-index: 3;
  background-color: #fbfbf8;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.access__inner {
  max-width: calc(40rem + 15.5555555556%);
  padding-inline: 7.7777777778%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .access__inner {
    max-width: calc(70rem + 22.2222222222%);
    padding-inline: 11.1111111111%;
  }
}

.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .access__wrapper {
    gap: 4.75rem;
  }
}

.access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75rem;
  margin-inline: auto;
}
@media (min-width: 700px) {
  .access__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.access__google-map {
  width: 100%;
  aspect-ratio: 304/214;
}
@media screen and (min-width: 768px) {
  .access__google-map {
    aspect-ratio: 800/494;
  }
}

.access__info {
  display: inline-grid;
  gap: 3.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 830px) {
  .access__info {
    padding-top: 1.5rem;
    padding-left: 2rem;
    grid-template-columns: auto;
    gap: 0.75rem;
  }
}

.access__info--title {
  margin-bottom: 1.5rem;
}

.access__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  /* jp/18-b_100%-10% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.5px;
}

.access__info-address-text {
  letter-spacing: 1.5px;
}

.access__info-transport-method {
  margin-right: 3.25rem;
}

.access__info-transport-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.access__info-transport-detail {
  margin-top: 0.5rem;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
}

.access__text--highlight {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .access__text--highlight {
    letter-spacing: 2px;
  }
}

.access__info-transport-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.access__text-last {
  padding-right: 1rem;
  margin-left: 0.625rem;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .access__text-last {
    padding-right: 1.25rem;
    margin-left: 1rem;
  }
}

.access__info-transport-duration {
  letter-spacing: 4px;
  padding-right: 1rem;
}
.access__img {
  margin: auto;
  max-width: 17.5rem;
  aspect-ratio: 1/1;
}
@media (min-width: 830px) {
  .access__img {
    max-width: 22.5rem;
  }
}

.access--wave {
  position: relative;
  z-index: 3;
  background: url(../img/base-wave.svg);
}
@media screen and (min-width: 768px) {
  .access--wave {
    background: url(../img/base-wave_pc.svg);
    height: 2.5rem;
  }
}

.stores {
  position: relative;
  z-index: 1;
  margin-top: -0.625rem;
  padding-top: 5.875rem;
  padding-bottom: 5.5rem;
  background: url(../img/parer_background_3x.webp) center/cover no-repeat;
}
@media screen and (min-width: 900px) {
  .stores {
    padding-top: 8.3125rem;
    padding-bottom: 10.5rem;
  }
}
.stores::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  -webkit-clip-path: url(#myClipPath);
  clip-path: url(#myClipPath);
}

.stores__inner {
  padding-inline: 1.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .stores__inner {
    padding-inline: 5.5555555556%;
  }
}

.stores__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.stores__head-caption {
  margin: 3.25rem auto 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: justify;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 1.1px;
}
@media screen and (min-width: 900px) {
  .stores__head-caption {
    margin: 4.625rem auto 0;
    position: relative;
    text-align: center;
    letter-spacing: 0.9px;
  }
  .stores__head-caption::before {
    position: absolute;
    content: "";
    background: url(../img/bee2.webp) center/cover no-repeat;
    top: -2.6875rem;
    left: -4.4625rem;
    width: 4.625rem;
    height: 4.625rem;
  }
}

.stores__content {
  margin: 3.75rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  row-gap: 4rem;
  max-width: 40rem;
}
@media screen and (min-width: 900px) {
  .stores__content {
    max-width: 70rem;
    margin: 5rem auto 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 5.4125rem 8.5714285714%;
  }
}

.stores__content--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .stores__content--box {
    width: 100%;
  }
}

.stores__btn {
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .stores__btn {
    margin-bottom: 0.7875rem;
  }
}

.stores__btn--link {
  position: relative;
  /* jp/18-b_120%-2% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  letter-spacing: 2px;
  padding: 0.5625rem 1.3125rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.875rem;
  background: #f9e283;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 4px 0 #352f14;
  box-shadow: 0 4px 0 #352f14;
  cursor: pointer;
}
.stores__btn--link::after {
  display: block;
  content: "";
  background: url(../img/btn-link.svg) center/cover no-repeat;
  width: 1.5625rem;
  height: 1.5625rem;
}
.stores__btn--link:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stores__btn--link:hover.stores__btn--link {
  opacity: 0.8;
}
@media screen and (min-width: 900px) {
  .stores__btn--link {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
}

.stores__btn--link--izunotabi {
  font-size: 1.125rem;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 900px) {
  .stores__btn--link--izunotabi {
    font-size: clamp(1.25rem, 0.893vw + 0.696rem, 1.5rem);
    letter-spacing: 2.4px;
  }
}

.stores__text {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  /* jp/16-m_100%-5% */
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 900px) {
  .stores__text {
    margin-bottom: 0.9375rem;
  }
}

.stores__map {
  width: 100%;
  aspect-ratio: 304/214;
  -ms-flex-item-align: end;
  align-self: end;
}
@media screen and (min-width: 900px) {
  .stores__map {
    aspect-ratio: 512/316;
  }
}

.stores__br-768 {
  display: none;
}
@media screen and (min-width: 900px) {
  .stores__br-768 {
    display: block;
  }
}
@media (min-width: 920px) {
  .stores__br-768 {
    display: none;
  }
}

@media (min-width: 920px) {
  .stores__br-1200 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .stores__br-1200 {
    display: none;
  }
}

.sub-image {
  position: relative;
  z-index: 3;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .sub-image {
    height: auto;
    margin-top: -2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-image__wrapper {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .sub-image__img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    width: 100%;
  }
}

.contact {
  padding-top: 5rem;
  background-color: #fbfbf8;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.contact__inner {
  padding-inline: 7.7777777778%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding-inline: 5.5555555556%;
  }
}

.contact__wrapper {
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contact__wrapper {
    max-width: 70rem;
  }
}

.contact__content {
  display: grid;
  margin-top: 5rem;
  gap: 3.75rem;
}
@media (min-width: 1024px) {
  .contact__content {
    margin-top: 4.4rem;
    grid-template-columns: repeat(2, auto);
    grid-auto-rows: minmax(0, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.1666666667%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .contact__content {
    gap: 7.1428571429%;
  }
}

.contact-guid--text {
  text-align: center;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
}

.contact-guid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .contact-guid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem;
  }
}

.contact-guid--container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.125rem;
}
.contact-guid--container > *:nth-child(odd) {
  justify-self: end;
}
.contact-guid--container > *:nth-child(even) {
  justify-self: start;
}
@media screen and (min-width: 1120px) {
  .contact-guid--container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
  }
  .contact-guid--container > *:nth-child(odd) {
    justify-self: end;
  }
  .contact-guid--container > *:nth-child(even) {
    justify-self: start;
  }
}
@media screen and (min-width: 1200px) {
  .contact-guid--container {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
  }
  .contact-guid--container > *:nth-child(odd) {
    justify-self: center;
  }
  .contact-guid--container > *:nth-child(even) {
    justify-self: center;
  }
}

.contact-guid--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-guid--icon {
  width: 5rem;
  height: 5rem;
  -webkit-transform: scale(1.1666);
  transform: scale(1.1666); /* 80 / 68.57 ≈ 1.1666 */
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (min-width: 1120px) {
  .contact-guid--icon {
    width: 6rem;
    height: 6rem;
  }
}

.contact-guid__icon--open-hour {
  background: url(../img/open-hour.svg) center/cover no-repeat;
}

.contact-guid__icon--shipping {
  background: url(../img/shipping.svg) center/cover no-repeat;
}

.contact-guid__icon--wrapping {
  background: url(../img/wrapping.svg) center/cover no-repeat;
}

.contact-guid__icon--other {
  background: url(../img/other.svg) center/cover no-repeat;
}

.contact-guid--box-text {
  text-align: justify;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
}
@media screen and (min-width: 500px) {
  .contact-guid--box-text {
    letter-spacing: 0px;
  }
}

.contact-guid--container-text {
  margin-top: 1.25rem;
  max-width: 26.875rem;
  margin-inline: auto;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.6px;
}
@media screen and (min-width: 768px) {
  .contact-guid--container-text {
    text-align: center;
    margin-top: 1.25rem;
  }
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/parer_background_3x.webp) center/cover no-repeat;
  border-radius: 1.875rem;
  padding: 3.75rem 6.55%;
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .contact-info {
    margin: 0 auto;
    padding: 3.75rem 10%;
  }
}
@media screen and (min-width: 1120px) {
  .contact-info {
    max-width: 34rem;
    padding: 5rem 15.8%;
  }
}

.contact-info--container {
  max-width: 22.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-inline: auto;
}
@media screen and (min-width: 1120px) {
  .contact-info--container {
    max-width: 34rem;
  }
}

.contact-info-tel,
.contact-info-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info-fax {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-info-fax {
    margin-top: 1rem;
  }
}

.contact-info--svg {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: scale(1.235);
  transform: scale(1.235);
}

.contact-info__icon {
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: scale(1.235);
  transform: scale(1.235);
}
@media screen and (min-width: 768px) {
  .contact-info__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.contact-info__tel-icon {
  background: url(../img/contact-TEL.svg) center/cover no-repeat;
}

.contact-info__fax-icon {
  background: url(../img/contact-FAX.svg) center/cover no-repeat;
}

.contact-info-tel-link,
.contact-info-fax-link {
  /* jp/20-b_100%-10% */
  font-size: clamp(1.25rem, 6.667vw - 0.083rem, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .contact-info-tel-link,
  .contact-info-fax-link {
    letter-spacing: 4px;
  }
}

.tel-separator {
  margin-inline: 0.40625rem;
}

.contact-info-text {
  margin-top: 2rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: justify;
  /* jp/18-m_150%-5% */
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 768px) {
  .contact-info-text {
    margin-top: 1rem;
  }
}

.contact-info-note--highlight {
  font-weight: bold;
}

.contact-info-opening-hours {
  margin-top: 3rem;
}
@media screen and (min-width: 500px) {
  .contact-info-opening-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1120px) {
  .contact-info-opening-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
}

.contact-info-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
}
@media screen and (min-width: 500px) {
  .contact-info-time {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1120px) {
  .contact-info-time {
    margin: auto 0;
  }
}

.contact-info-off-days {
  margin-top: 2.5rem;
}
@media screen and (min-width: 500px) {
  .contact-info-off-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.1875rem;
  }
}
@media screen and (min-width: 1120px) {
  .contact-info-off-days {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.75rem;
    margin-top: 1.5rem;
  }
}

.contact-info-days {
  display: grid;
  align-self: center;
}
@media screen and (min-width: 500px) {
  .contact-info-days {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (min-width: 1120px) {
  .contact-info-days {
    margin-top: 0;
  }
}

.contact-info-monthly,
.contact-info-weekly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.contact-info-monthly {
  margin-top: 1.25rem;
}
@media screen and (min-width: 500px) {
  .contact-info-monthly {
    margin-top: 0;
  }
}

.contact-info-weekly {
  margin-top: 1rem;
}

.contact-info__text--highlight,
.contact-info-weekly__text--highlight {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  margin-right: 0.25rem;
}

.contact--wave {
  position: relative;
  z-index: 5;
  background: url(../img//base-wave.svg);
}
@media screen and (min-width: 768px) {
  .contact--wave {
    height: 2.5rem;
    background: url(../img/base-wave_pc.svg);
  }
}

.footer {
  position: relative;
  margin-top: -0.25rem;
  padding-top: 5.25rem;
  background: url(../img/parer_background_3x.webp) lightgray 50% / cover
    no-repeat;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: -0.625rem;
    padding-top: 5.475rem;
    margin-bottom: 0;
  }
}

.footer__inner {
  padding-inline: 2.0625rem;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1120px) {
  .footer__inner {
    padding-inline: 0;
  }
}

.footer__wrapper {
  position: relative;
  display: inline-grid;
  max-width: 25rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  grid-auto-rows: 1fr;
  gap: 2.5rem 0;
  grid-auto-flow: row;
  grid-template-areas: "footer-info" "footer-furusato" "footer-schedule" "footer__copyright";
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    max-width: 50rem;
    grid-auto-rows: 1fr;
    grid-template-columns: auto auto;
    grid-template-rows: repeat(3, auto);
    gap: 3rem 4rem;
    padding-inline: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-areas: "footer-info footer-schedule" "footer__copyright footer-schedule" "footer-furusato footer-furusato";
  }
}
@media (min-width: 800px) {
  .footer__wrapper {
    gap: 3rem 6rem;
  }
}
@media (min-width: 1200px) {
  .footer__wrapper {
    max-width: 77rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    grid-auto-rows: 1fr;
    gap: 0px 6rem;
    grid-auto-flow: row;
    grid-template-areas: "footer-info footer-schedule footer-furusato" "footer-info footer-schedule footer__copyright";
  }
}

.footer__top-btn {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -1.5rem;
  right: 2.5rem;
  z-index: 50;
  background: url(../img/btn-top.svg) center/cover no-repeat;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media screen and (min-width: 768px) {
  .footer__top-btn {
    width: 4rem;
    height: 4rem;
    top: -1rem;
    right: 5.5rem;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  .footer__top-btn {
    right: calc(50% - clamp(35rem, 46.667vw - 5rem, 37rem));
  }
}
.footer__top-btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.footer__top-btn a::before {
  content: "トップページに戻る";
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.footer-info {
  grid-area: footer-info;
}
@media screen and (min-width: 768px) {
  .footer-info {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (min-width: 1120px) {
  .footer-info {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.footer-furusato {
  grid-area: footer-furusato;
}

.footer-schedule {
  grid-area: footer-schedule;
  max-width: 14.5rem;
  margin-inline: auto;
}

.footer__copyright {
  grid-area: footer__copyright;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    justify-self: flex-start;
    -ms-flex-item-align: end;
    align-self: end;
  }
}
@media screen and (min-width: 1120px) {
  .footer__copyright {
    justify-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .footer__copyright--text {
    padding-top: 6.75rem;
    padding-right: 2rem;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}

@media screen and (min-width: 1120px) {
  .footer__furusato {
    justify-self: flex-end;
  }
}

.footer-info__title {
  /* jp/24-b_100%-15% */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 3.6px;
}

@media (min-width: 1200px) {
  .footer-info__address {
    letter-spacing: 4px;
    white-space: nowrap;
  }
}

.footer-info__block--address {
  /* jp/18-b_100%-10% */
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.4px;
}
.footer-info__block--address p + p {
  margin-top: 0.625rem;
}

.footer-info__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer-info__tel,
.footer-info__fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* jp/18-b_100%-10% */
}
.footer-info__tel p,
.footer-info__fax p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 1.7px;
}

.footer-info__tel::before {
  display: block;
  content: "";
  background: url(../img/tel.svg) center/cover no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}

.footer-info__fax {
  margin-top: 0.75rem;
}
.footer-info__fax::before {
  display: block;
  content: "";
  background: url(../img/fax.svg) center/cover no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}

.footer-schedule__info--label {
  padding: 0.3rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .footer-schedule__info--label {
    padding: 0.5rem 0.75rem;
  }
}

.footer-schedule__monthly,
.footer-schedule__weekly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-schedule__monthly {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1120px) {
  .footer-schedule__monthly {
    margin-top: 1.25rem;
  }
}

.footer-schedule__weekly {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1120px) {
  .footer-schedule__weekly {
    margin-top: 1rem;
  }
}

.footer-schedule__opening-hours {
  margin-top: 1.75rem;
}

.footer-schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
}

.footer__text--highlight {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  /* jp/20-b_100%-10% */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.footer__text--highlight:nth-of-type(1) {
  margin-left: 0;
}
.footer__text--highlight:nth-of-type(4) {
  margin-right: 0;
}

.footer-info-time--separator {
  margin-inline: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .footer-furusato {
    padding-left: 0.75rem;
  }
}

.footer-furusato__title {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}
.footer-furusato__title::before,
.footer-furusato__title::after {
  position: absolute;
  content: "";
  background: #292515;
  bottom: 0;
  width: 2.8125rem;
  height: 0.1875rem;
  margin-bottom: 1rem;
}
.footer-furusato__title::before {
  left: calc(50% - 8.375rem);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.footer-furusato__title::after {
  right: calc(50% - 9.375rem);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.footer__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9375rem;
}

.footer__hp-btn::after {
  position: absolute;
  content: "";
  background: url(../img/btn-link.svg) center/cover no-repeat;
  right: 2rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.footer__hp-btn--text {
  padding-right: 20px;
}

.footer__copyright {
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__copyright {
    text-align: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.footer__image {
  position: relative;
  height: 8.625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__image {
    height: 19.625rem;
    margin-top: 5.5rem;
  }
}

.footer__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow-y: visible;
}

.footer-bee1,
.footer-bee2 {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  overflow-y: visible;
}

.footer-bee1 {
  width: 30px;
  height: 25px;
  left: calc(50% + 6.4375rem);
  bottom: 4.875rem;
}
@media screen and (min-width: 768px) {
  .footer-bee1 {
    width: 100px;
    height: 102px;
    left: calc(50% + 21.4375rem);
    bottom: 14.875rem;
  }
}

.footer-bee2 {
  width: 30px;
  height: 31px;
  right: calc(50% + 3.75rem);
  bottom: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .footer-bee2 {
    width: 100px;
    height: 83px;
    right: calc(50% + 8.125rem);
    bottom: 15.5625rem;
  }
}

.mv__wrapper:hover .mv__bee1 {
  /* ホバー時にアニメーションを変更 */
  -webkit-animation: wave 1s ease-in-out infinite;
  animation: wave 1s ease-in-out infinite;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes wave-out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes wave-out {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.mv__wrapper:hover .mv__bee2 {
  /* ホバー時にアニメーションを変更 */
  -webkit-animation: wave-out 1.2s ease-in-out infinite;
  animation: wave-out 1.2s ease-in-out infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mv__scroll-svg {
  -webkit-animation: popping-arrow 1.8s infinite ease-out;
  animation: popping-arrow 1.8s infinite ease-out;
}
@-webkit-keyframes popping-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes popping-arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hidden-500 {
  display: block;
}
@media (min-width: 500px) {
  .hidden-500 {
    display: none;
  }
}

.hidden-500__top-12 {
  display: block;
  padding-top: 0.25rem;
}
@media (min-width: 500px) {
  .hidden-500__top-12 {
    display: none;
  }
}

.hidden-500-under {
  display: none;
}
@media (min-width: 500px) {
  .hidden-500-under {
    display: block;
  }
}

.hidden-632 {
  display: none;
}
@media (min-width: 632px) {
  .hidden-632 {
    display: block;
  }
}
@media screen and (min-width: 1120px) {
  .hidden-632 {
    display: none;
  }
}

.hidden-845 {
  display: block;
}
@media (min-width: 845px) {
  .hidden-845 {
    display: none;
  }
}

.hidden-900 {
  display: block;
}
@media (min-width: 900px) {
  .hidden-900 {
    display: none;
  }
}

.hidden-930 {
  display: block;
}
@media (min-width: 930px) {
  .hidden-930 {
    display: none;
  }
}

.hidden-1000 {
  display: block;
}
@media (min-width: 1000px) {
  .hidden-1000 {
    display: none;
  }
}

.hidden-1120 {
  display: block;
}
@media screen and (min-width: 1120px) {
  .hidden-1120 {
    display: none;
  }
}

.hidden-1200 {
  display: block;
}
@media screen and (min-width: 1200px) {
  .hidden-1200 {
    display: none;
  }
}

@media (min-width: 1000px) {
  .mt-80 {
    margin-top: 5rem;
  }
}

.ml-5 {
  margin-left: 0.3125rem;
}

.mr-3 {
  margin-right: 0.1875rem;
}

.top-32 {
  display: block;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .top-32 {
    display: none;
  }
}

.info-time--separator {
  margin: 0 0.55rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pt-4 {
  padding-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .pt-4 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pt-4-pc {
    padding-top: 0.25rem;
  }
}

.pt-8 {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pt-8 {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .pt-8-pc {
    padding-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pt-8-pc {
    padding-top: 0.5rem;
  }
}

.pl-10 {
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pl-10 {
    padding-left: 0;
  }
}

.pl-26 {
  padding-left: 1.625rem;
}

.open-day--ls-minus {
  letter-spacing: -8px;
}
@media screen and (min-width: 768px) {
  .open-day--ls-minus {
    letter-spacing: -4px;
  }
}

.ls-minus-1_2 {
  letter-spacing: -1.2px;
}

.ls-06 {
  letter-spacing: 0.6px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-5 {
  letter-spacing: 5px;
}

.ls-3 {
  letter-spacing: 3px;
}

.g-2_4 {
  gap: 0.15rem;
}

@media screen and (min-width: 900px) {
  .g-13p {
    gap: 13%;
  }
}

@media screen and (min-width: 900px) {
  .g-15p {
    gap: 15%;
  }
}
