@charset "utf-8";

:root {
  --text-color: #431e1e;
  --black: #000000;
  --white: #fff;
  --red: #c61010;
  --title-pink: #f26c99;
}

html,
body {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
  background-color: #ffe8ef;
  color: #431e1e;
  word-break: auto-phrase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  color: #431e1e;
  text-decoration: none !important;
}

a:hover {
  color: #c61010 !important;
  cursor: pointer;
}

/* フォント */
.maru {
  font-family: "maru-maru-gothic-blr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.yu-go {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-r {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-b {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fc-white {
  color: #fff !important;
}

.fc-black {
  color: #000 !important;
}

.fc-red {
  color: var(--red) !important;
}

.fc-pink {
  color: var(--title-pink) !important;
}

.fc-pink2 {
  color: #EA3974 !important;
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
  background-color: #fff;
}

.bg-brown {
  background-color: #726030;
}

.bg-yellow {
  background-color: #e3b017;
}

.bg-beige {
  background-color: #fff6e9;
}

/*罫線*/
.b-brown {
  border: 1px solid #5e3505;
}

.bl-brown {
  border-left: 1px solid #5e3505;
}

.br-brown {
  border-right: 1px solid #5e3505;
}

.bb-brown {
  border-bottom: 1px solid #5e3505;
}

.bt-brown {
  border-bottom: 1px solid #5e3505;
}

/* ボタン */
.button {
  position: relative;
  display: inline-flex !important;
  background-color: #502e1c;
  color: #fff;
  width: auto;
  height: auto;
  justify-content: start;
  align-items: center;
  transition: all 0.3s;
  padding: 1.2rem 1.6rem;
  border-radius: 100px;
}

.button-r {
  position: relative;
  display: inline-flex;
  background-color: #c61010;
  color: #fff;
  width: 340px;
  height: 58px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100px;
  padding: 10px 20px;
}

.button-r::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/calendar-icon.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.button-r::after {
  content: "";
  width: 22px;
  height: 16px;
  background-image: url(../images/arrow.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.button p {
  color: #fff !important;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px !important;
  padding: 0 !important;
  letter-spacing: 0.2rem;
  margin-right: 80px;
}

.button-r p {
  color: #fff;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  padding: 0 !important;
  letter-spacing: 0.2rem;
  margin-left: 10px;
}

.button::after {
  content: "";
  width: 18px;
  height: 16px;
  background-image: url(../images/arrow.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.button:hover::after {
  right: 18px;
}

.button-r:hover::after {
  right: 12px;
}

.button.is-free {
  width: auto;
  padding: 0 36px;
}

.btn-circle {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background-color: #502e1c;
  letter-spacing: 1.5px;
  width: auto;
  align-items: center;
  justify-content: start;
  padding: 24px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 100px;
}
.btn-circle:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  transition: all 0.4s;
  pointer-events: none;
}

.btn-circle:after {
  content: "";
  width: 22px;
  height: 16px;
  background-image: url(../images/arrow.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  transition: all 0.4s;
}

.btn-circle p {
  color: #fff;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px !important;
  padding: 0 !important;
  letter-spacing: 0.2rem;
  margin-right: 84px;
  position: relative;
  z-index: 10;
}

.btn-circle:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-circle:hover p {
  color: var(--text-color) !important;
}

.btn-circle:hover:after {
  right: 20px;
}
.btn-circle:hover:before {
  transform: translate(-45px, 120px);
}

@media (min-width: 768px) {
  .button p {
    margin-right: 35px;
  }
}

@media (min-width: 992px) {
  .button p {
    padding: 1rem 1.4rem;
    font-size: 16px;
    margin-right: 80px;
  }
}

.btn-circle-p {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background-color: #FFADB1;
  letter-spacing: 1.5px;
  width: 370px;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  position: relative;
  opacity: 1 !important;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .btn-circle-p {
    width: 500px;
    padding: 3rem 2rem;
  }

  .btn-circle-p p {
    font-size: 30px !important;
  }
}

.btn-circle-p:before {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  transition: all 0.4s;
  pointer-events: none;
}

.btn-circle-p p {
  color: #fff;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px !important;
  padding: 0 !important;
  letter-spacing: 0.2rem;
  position: relative;
  text-align: center;
  z-index: 10;
}

.btn-circle-p:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-circle-p:hover p {
  color: #f26c99 !important;
}

.btn-circle-p:hover:before {
  transform: translate(-115px, 160px);
}

/* ナビ */

.a-nav-menu {
  display: none;
  flex-direction: column;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  justify-content: center;
  align-items: center;
  padding: 3rem 3rem;
  transition: all 0.3s;
  background: linear-gradient(181deg, #fff 39.52%, #ffe8ef 87.34%);
  overflow-y: auto;
}

@media (min-width: 992px) {
  .a-nav-menu {
    flex-direction: row;
    position: fixed;
    justify-content: space-around;
  }
}

.a-nav-menu.edit {
  display: flex;
  opacity: 1;
}

.top-logo {
  max-width: 180px;
}

.sp-top-logo {
  max-width: 120px;
  height: auto;
}

.nav-logo {
  min-width: 175px;
  width: 80%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .nav-logo {
    max-width: 240px;
    min-width: 150px;
    width: 80%;
  }
}

.nav-img {
  max-width: 570px;
  width: 80%;
}

.header-menu-box {
  position: fixed;
  right: 36px;
  top: 125px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  gap: 20px;
  transform: translateY(0);
  opacity: 1;
  transition: none; /* GSAPで制御するため */
  z-index: 800;
}

.a-menu-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--text-color);
  line-height: 1.4;
}

.header-menu-box a {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  transition: all 0.5s;
}

.a-menu-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .a-menu-box {
    align-items: end;
    justify-content: start;
    gap: 25px;
  }

  .a-menu-box a {
    align-items: end;
    justify-content: center;
  }
}

.header-menu-box a .eng,
.a-menu-box a .eng {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.header-menu-box a .jp,
.a-menu-box a .jp {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.625rem, 0.585rem + 0.18vw, 0.75rem);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding-top: 20px;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

@media (min-width: 768px) {
  .site-header {
    height: auto;
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header-logo {
  max-width: 228px;
  width: 50%;
}

.reserve-button {
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 142px;
  transition: all 0.3s;
  transform-origin: right;
  z-index: 700;
}

.reserve-button:hover {
  transform: scale(1.05);
}

.a-burger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1100;
  background-color: #fb93a8;
  border-radius: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.a-burger div {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 13px;
  transform-origin: center;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 2px !important;
}

.a-burger div:nth-child(1) {
  top: 18px;
}

.a-burger div:nth-child(2) {
  bottom: 18px;
}

.a-burger.is-active div:nth-child(1) {
  transform: rotate(-45deg);
  top: 25px;
}

.a-burger.is-active div:nth-child(2) {
  transform: rotate(45deg);
  bottom: 23px;
}

@media (min-width: 768px) {
  .a-burger {
    top: 38px;
    right: 38px;
  }
}

.nav-tel-link {
  max-width: 200px;
}

/* フッター */

.footer-bg {
  background: linear-gradient(180deg, #ffe8ef 0%, #ffadb1 100%);
}

.footer-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 背景の白い半円（SVGを背景画像に） */
.footer-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 1500px;
  aspect-ratio: 2 / 1;
  background-image: url(../images/footer-bg.svg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  padding-top: 300px;
  z-index: 2;
}

.foot-logo {
  max-width: 220px;
}

.foot-title {
  margin-top: 6rem;
}

.foot-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
}

.foot-menu-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

@media (min-width: 768px) {
  .foot-title {
    margin-top: 12.5rem;
  }

  .foot-menu {
    align-items: start;
    gap: 30px;
  }

  .foot-menu-sub {
    align-items: start;
    gap: 32px;
  }
}

.foot-insta {
  width: 26px;
}

/* News表示 */

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}
/* ページネーション共通 */
.webgene-pagination {
  width: 100%;
}

.webgene-pagination ul,
.pagelink {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 5rem;
}

.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  width: 154px;
  height: 60px;
  padding: 15px 22px !important;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #502E1C;
  color: #FFF !important;
}
.webgene-pagination ul li a:hover,
.pagelink p a:hover {
  cursor: pointer;
  background-color: var(--title-pink);
}

/* Nextボタン */
.webgene-pagination li.next a::after,
.pagelink p.next a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.webgene-pagination ul li.next a:hover::after,
.pagelink p.next a:hover::after {
  transform: translateX(6px);
}

/* Prevボタン */
.webgene-pagination ul li.prev a::before,
.pagelink p.prev a::before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-image: url("../images/arrow-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.webgene-pagination ul li.prev a:hover::before,
.pagelink p.prev a:hover::after {
  transform: translateX(-6px);
}

/* フォーム */
.formInput,
.formTextArea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  border: 1px solid #cbc3b0;
  background-color: #fffcf5;
  margin-bottom: 2rem;
}

.formTextArea {
  height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
  border: 1px solid #cbc3b0;
  background-color: #fffcf5;
}
.zipInput {
  width: 6rem;
}
@media (min-width: 768px) {
  .formTh {
    padding-left: 2rem;
  }
}

.requiredText {
  background-color: #a3987c;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 1rem;
}
.privacyformError {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .privacyformError {
    padding-top: 0;
  }
}
/* ページ共通設定 */

.fv {
  height: calc(100vh + 30px);
  display: flex;
  align-items: center;
  background: linear-gradient(181deg, #fff 39.52%, #ffe8ef 87.34%);
}

@media (min-width: 992px) {
  .fv {
    height: calc(100vh + 100px);
  }
}

.fv-sub {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: linear-gradient(181deg, #fff 39.52%, #ffe8ef 87.34%);
}

.fv-sub h1{
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  margin-left: 5%;
  margin-top: 30px;
  position: relative;
  z-index: 12;
}



@media (min-width: 1200px) {
  .fv-sub h1{
    margin-left: 4%;
    margin-top: 60px;
  }
}

/* 
.fv-wrap {
  position: relative;
  overflow: hidden;
  height: 90%;
  width: 95%;
  border-radius: 0 100px 0 0;
  margin-top: 110px;
}

@media (min-width: 768px) {
  .fv-wrap {
    height: 85%;
    width: 75%;
    border-radius: 0 165px 0 0;
    margin-left: 2%;
    margin-top: 100px;
  }
}

.fv-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

*/

.swiper {
  position: relative;
  overflow: hidden;
  height: 90%;
  width: 95%;
  border-radius: 0 100px 0 0;
  margin-top: 110px;
}

@media (min-width: 768px) {
  .swiper {
    height: 95%;
    width: 75%;
    border-radius: 0 165px 0 0;
    margin-left: 2%;
    margin-top: 190px;
  }
}

.swiper-wrapper, .swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (min-width:768px) {
.swiper-wrapper, .swiper-slide {
    height: inherit;
    width: 100%;
    position: relative;
  }
}

 .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit; 
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.fv-title-m {
  position: absolute;
  left: 8%;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 15;
}

.fv-title-m h1 {
  font-size: clamp(1.875rem, 1.268rem + 2.63vw, 3.75rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.fv-title-m p {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  color: #fff;
}

.fv-title-s {
  position: absolute;
  top: 10%;
  right: 12%;
  display: flex;
  flex-direction: row-reverse;
  z-index: 15;
}

.fv-title-s p {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

/* JS制御 */

.js-typein {
  visibility: hidden; /* 初期は非表示 */
}

.js-typein[data-typein-ready="1"] {
  visibility: visible; /* wrapChars 実行後に表示 */
}

.typein-char {
  opacity: 0;
  transform: translateY(0.3em);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.typein-char.is-show {
  opacity: 1;
  transform: translateY(0);
}

.r-40 {
  border-radius: 40px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.r-40 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.r-20 {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.r-20 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* プラシバシーポリシー */
.policy-box {
  overflow-y: scroll;
  height: 400px;
  border-radius: 30px;
}

/* TOP */

.top-sec2-wrap {
  display: flex;
  justify-content: center;
  background-image: url("../images/top-sec2-img2.jpg");
  background-repeat: no-repeat;
  background-position: bottom center; /* 下寄せ＆中央寄せ */
  background-size: 100% auto; /* 横幅を親に合わせ、高さは比率維持 */
  padding-top: 70px;
  padding-bottom: 140px;
}

@media (min-width:1200px) {
  .top-sec2-wrap {
    background-size: auto 35%; 
  }
  }

.text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 15;
}

.text-box h2 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  line-height: 2;
  margin-bottom: 2rem;
}

.text-box p {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  line-height: 2.5;
}

.top-sec2-text {
  padding-top: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-sec2-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-sec2-img img {
  position: relative;
  z-index: 10;
}

.top-sec2-img::before {
  content: "";
  background-image: url(../images/bg-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 430px;
  left: -92px;
  max-width: 652px;
  width: 120%;
  height: 100%;
  z-index: 9;
}

.top-sec2-img::after {
  content: "";
  background-image: url(../images/top-title-1.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 260px;
  left: 12px;
  max-width: 940px;
  width: 88%;
  height: 100%;
  z-index: 12;
}

@media (min-width: 768px) {
  .top-sec2-wrap {
    padding-top: 230px;
    padding-bottom: 390px;
  }

  .top-sec2-text {
    padding-top: 100px;
  }

  .top-sec2-img::before {
    top: -180px;
    left: 290px;
  }

  .top-sec2-img::after {
    top: -240px;
    left: 190px;
    width: 160%;
  }
}

@media (min-width: 992px) {
  .top-sec2-text {
    padding-top: 320px;
  }

  .top-sec2-img::before {
    top: -250px;
    left: 390px;
  }

  .top-sec2-img::after {
    top: -430px;
    left: 174px;
    width: 160%;
  }
}

.top-sec3-wrap {
  padding-top: 160px;
  padding-bottom: 100px;
}

.top-sec3-text {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-sec3-text::after {
  content: "";
  background-image: url(../images/top-title-2.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: -268px;
  left: 2px;
  max-width: 940px;
  width: 88%;
  height: 100%;
  z-index: 12;
}

.top-sec3-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-sec3-img::before {
  content: "";
  background-image: url(../images/bg-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: -590px;
  left: -92px;
  max-width: 652px;
  width: 120%;
  height: 100%;
  z-index: 9;
}

.top-sec3-img div {
  position: relative;
  max-height: 940px;
  height: 55vh;
  width: 100%;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  z-index: 10;
}

.top-sec3-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center right;
}

@media (min-width: 768px) {
  .top-sec3-wrap {
    padding-top: 260px;
    padding-bottom: 100px;
  }

  .top-sec3-img div {
    height: 60vh;
  }

  .top-sec3-img::before {
    top: -212px;
    left: -260px;
  }

  .top-sec3-text::after {
    top: -345px;
    left: 2px;
    width: 180%;
  }
}

@media (min-width: 992px) {
  .top-sec3-img::before {
    top: -220px;
    left: -432px;
  }

  .top-sec3-text::after {
    top: -440px;
    left: 6px;
    width: 180%;
  }
}

@media (min-width: 1200px) {
  .top-sec3-img div {
    height: 90vh;
  }
}

.top-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/top-sec4-img2.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 200% auto; /* 横幅を親に合わせ、高さは比率維持 */
  padding-top: 0px;
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .top-sec4-wrap {
    background-size: 70% auto;
    padding-top: 120px;
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .top-sec4-wrap {
    background-size: 46% auto;
  }
}

.top-sec4-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  margin-right: 160px;
}

.top-sec4-title::before {
  content: "";
  width: 100%;
  height: 160%;
  background-image: url(../images/top-sec4-img1.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 90%;
  left: -75px;
}

@media (min-width: 768px) {
  .top-sec4-title::before {
    width: 100%;
    height: 140%;
    top: 50%;
    left: -240px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .top-sec4-title {
    align-items: start;
    margin-right: 0px;
    margin-left: 450px;
  }

  .top-sec4-title::before {
    left: -620px;
  }
}

.top-sec4-title div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-sec4-title h2 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.43rem + 1.93vw, 2.25rem);
  margin-bottom: 2rem;
  position: relative;
}

.top-sec4-title h3 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 1.366rem + 4.9vw, 6rem);
  margin-bottom: 2rem;
  position: relative;
}

.top-sec4-title p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  position: relative;
}

.top-menu-box1,
.top-menu-box2,
.top-menu-box3 {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 2rem;
  width: 90%;
}

.top-menu-box1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 10px;
  top: -28%;
  right: 7%;
  background-image: url(../images/top-sec4-title1.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.top-menu-box2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 10px;
  top: -28%;
  right: 7%;
  background-image: url(../images/top-sec4-title2.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.top-menu-box3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 10px;
  top: -28%;
  right: 7%;
  background-image: url(../images/top-sec4-title3.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.top-menu-box1 img,
.top-menu-box2 img,
.top-menu-box3 img {
  width: 30%;
  position: relative;
  z-index: 10;
}

.top-menu-box1 p,
.top-menu-box2 p,
.top-menu-box3 p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .top-menu-box1,
  .top-menu-box2,
  .top-menu-box3 {
    width: auto;
    margin: 0 0.4rem;
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .top-menu-box1,
  .top-menu-box2,
  .top-menu-box3 {
    padding: 2rem;
  }

  .top-menu-box1 img,
  .top-menu-box2 img,
  .top-menu-box3 img {
    width: 45%;
    position: relative;
    z-index: 10;
  }

  .top-menu-box1::after {
    max-width: 16px;
    top: -25%;
    right: 7%;
  }

  .top-menu-box2::after {
    max-width: 16px;
    top: -25%;
    right: 7%;
  }

  .top-menu-box3::after {
    max-width: 16px;
    top: -25%;
    right: 7%;
  }
}

.top-menu-box4 {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  width: 90%;
}

.top-menu-box4 h2 {
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
}

.top-menu-box4 p {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  color: #f26c99;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  .top-menu-box4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
  }
}

.top-sec5-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-sec5-wrap::after {
  content: "";
  background-image: url(../images/top-title-3.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
  max-width: 360px;
  position: absolute;
  top: -30px;
  left: -10px;
}

.top-sec5-wrap img {
  width: 80%;
  position: relative;
}

@media (min-width: 768px) {
  .top-sec5-wrap::after {
    top: -50px;
    left: 70px;
  }
}

@media (min-width: 992px) {
  .top-sec5-wrap::after {
    max-width: 440px;
    top: -70px;
    left: 120px;
  }
}

.top-sec5-box {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 1.8rem;
  width: 95%;
}

.top-sec5-box h2 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
}

.top-sec5-box p {
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  color: #f26c99;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
}

.top-news-deco {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  justify-content: center;
  align-items: start;
}

.top-news-deco::before {
  content: "";
  width: 215px;
  height: 100%;
  background-image: url(../images/deco-4.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
}

/* ヘッドスパ　*/

.spa-fv-wrap {
  position: relative;
  overflow: hidden;
  height: 80%;
  width: 95%;
  border-radius: 0 40px 40px 0;
  margin-top: 128px;
}

.fv-sub.spa h1::after{
  content: "";
  width: 800px;
  height: 180px;
  background-image: url(../images/spa-fv-title.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: -450%;
  left: 0%;
}

.fv-sub.hair h1::after{
  content: "";
  width: 800px;
  height: 180px;
  background-image: url(../images/hair-fv-title.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: -450%;
  left: 0%;
}

@media (min-width: 768px) {
  .spa-fv-wrap {
    height: 70%;
    width: 75%;
    border-radius: 0 60px 60px 0;
  }

  .fv-sub.spa h1::after,
  .fv-sub.hair h1::after{
    top: -390%;
  }
}

@media (min-width: 1200px) {
  .fv-sub.spa h1::after,
  .fv-sub.hair h1::after{
    top: -330%;
  }
}

.spa-fv-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}

.spa-sec2-wrap {
  padding-top: 2.5rem;
  padding-bottom: 20rem;
  margin-bottom: 0rem;
  position: relative;
}

.spa-sec2-bg {
  position: relative;
}

.spa-sec2-bg::before,
.hair-sec2-bg::before {
  content: "";
  background-image: url(../images/bg-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: -100%;
  left: -12%;
  width: 360px;
  height: 798px;
  z-index: 9;
}


.spa-sec2-bg::after {
  content: "";
  width: 310px;
  height: 320px;
  position: absolute;
  top: -65%;
  right: 7%;
  background-image: url(../images/sub-title1.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 10;
}

@media (min-width: 768px) {

  .spa-sec2-wrap {
    padding-top: 5rem;
    padding-bottom: 25rem;
    margin-bottom: 10rem;
  }

  .spa-sec2-bg::after {
    width: 615px;
    top: -85%;
    right: 7%;
  }

  .spa-sec2-bg::before,
  .hair-sec2-bg::before {
    top: -30%;
    left: -12%;
    width: 750px;
  }
}

@media (min-width: 992px) {
  .spa-sec2-bg::after {
    width: 730px;
    top: -64%;
  }

  .spa-sec2-bg::before,
  .hair-sec2-bg::before {
    top: -30%;
    left: -12%;
    width: 860px;
  }
}

@media (min-width: 1200px) {
  .spa-sec2-bg::after {
    width: 926px;
  }

  .spa-sec2-wrap {
    padding-top: 5rem;
    margin-top: 6rem;
    padding-bottom: 25rem;
    margin-bottom: 10rem;
  }
}

.spa-sec2-img {
  position: absolute;
  width: 100%;
  max-width: 900px;
  bottom: 6%;
  right: -10%;
  z-index: 0;
}

@media (min-width: 768px) {
  .spa-sec2-img {
    position: absolute;
    width: 70%;
    max-width: 900px;
    bottom: -10%;
    right: 4%;
    z-index: 8;
  }
}

.spa-sec3-wrap {
  padding-top: 8rem;
}

.spa-sec3-bg {
  position: relative;
}

.spa-sec3-bg::before {
  content: "";
  width: 420px;
  height: 450px;
  position: absolute;
  top: -12%;
  right: -8%;
  background-image: url(../images/deco-2.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.spa-sec3-bg::after {
  content: "";
  width: 590px;
  height: 530px;
  position: absolute;
  bottom: -60%;
  left: -12%;
  background-image: url(../images/deco-3.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

@media (min-width: 1200px) {
  .spa-sec3-bg::before {
    right: 0%;
  }
}

.text-box2 {
  background-color: #fff;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  max-width: 780px;
  width: 100%;
  position: relative;
  z-index: 20;

}.text-box3 {
  background-color: #fff;
  padding: 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 780px;
  width: 100%;
  position: relative;
  z-index: 20;
}

.text-box2 .m,
.text-box3 .m {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  margin-bottom: 2rem;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
}

.text-box2 .l,
.text-box3 .l {
  font-size: clamp(1.5rem, 1.075rem + 1.84vw, 2.813rem);
  margin-bottom: 2rem;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  color: var(--title-pink);
}

.text-box2 .s,
.text-box3 .s {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  line-height: 2.5;
}

@media (min-width: 768px) {
  .text-box2 {
    width: 95%;
    padding: 3rem;
  }

  .text-box3 {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .text-box2 {
    width: 70%;
  }

  .text-box3 {
    width: 90%;
  }
}

.text-box2.spa.n01::before {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: -28%;
  right: 2%;
  background-image: url(../images/01.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.text-box2.spa.n02::before {
  content: "";
  width: 200px;
  height: 140px;
  position: absolute;
  top: -42%;
  left: 0%;
  background-image: url(../images/02.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.spa-sec3-img {
  transform: translateY(-25%);
  position: relative;
  z-index: 12;
}

@media (min-width: 768px) {

  .spa-sec3-wrap {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .text-box2.spa.n01::before {
    width: 170px;
    height: 170px;
    top: -56%;
    right: 2%;
  }

  .text-box2.spa.n02::before {
    width: 190px;
    height: 190px;
    top: -56%;
    left: 2%;
  }
}

@media (min-width: 992px) {
  .text-box2.spa.n01::before {
    top: 0%;
    right: -31%;
  }

  .text-box2.spa.n02::before {
    top: -6%;
    left: -35%;
  }
}

.spa-03-posi {
  display: flex;
  position: relative;
}

.spa-03-posi img {
  position: relative;
  z-index: 1;
}

.spa-03-posi::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) !important;
  background-image: url(../images/deco-2.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.spa-sec4-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/spa-sec4-img.jpg");
  background-repeat: no-repeat;
  background-position: bottom center; /* 下寄せ＆中央寄せ */
  background-size: 100% auto; /* 横幅を親に合わせ、高さは比率維持 */
  padding-top: 70px;
  padding-bottom: 140px;
}

@media (min-width: 768px) {
  .spa-sec4-wrap {
    padding-top: 120px;
    padding-bottom: 300px;
  }
}

@media (min-width: 1200px) {
  .spa-sec4-wrap {
    background-size: auto 60%;
  }
}

/* ヘアメニュー */

.hair-fv-title {
  color: #FFF;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(4.5rem, 1.908rem + 11.21vw, 12.5rem);
  bottom: 84px;
  left: 16px;
  position: absolute;
  z-index: 10;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .hair-fv-title {
    bottom: 100px;
    left: 32px;
  }
}

@media (min-width: 992px) {
  .hair-fv-title {
    bottom: 120px;
    left: 44px;
  }
  
}

.hair-sec2-wrap {
  padding-top: 2.5rem;
  padding-bottom: 20rem;
  margin-bottom: 0rem;
  position: relative;
}

@media (min-width: 768px) {

  .hair-sec2-wrap {
    padding-top: 5rem;
    padding-bottom: 25rem;
    margin-bottom: 10rem;
  }
}

.hair-sec3-wrap {
  padding-top: 8rem;
}

.hair-sec3-img {
  display: flex;
  align-items: center;
  justify-content: start;
  transform: translateY(15%);
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .hair-sec3-img {
    transform: translateY(30%);
  }
}

.hair-sec3-img div {
  width: 80%;
}

@media (min-width: 1200px) {
  .hair-sec3-img div {
    width: 65%;
  }
}

.hair-sec3-bg,
.hair-sec3-bg2 {
  position: relative;
}

.hair-sec3-bg::before {
  content: "";
  width: 320px;
  height: 350px;
  position: absolute;
  top: -3%;
  right: -8%;
  background-image: url(../images/deco-2.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.hair-sec3-bg2::before {
  content: "";
  width: 320px;
  height: 350px;
  position: absolute;
  top: -3%;
  left: -19%;
  background-image: url(../images/deco-3.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

@media (min-width: 768px) {
  .hair-sec3-bg::before {
    width: 420px;
    height: 450px;
    top: 14%;
  }

  .hair-sec3-bg2::before {
    width: 620px;
    height: 650px;
    top: 14%;
  }
}

@media (min-width: 1200px) {
  .hair-sec3-bg::before {
    right: -6%;
    width: 620px;
    height: 650px;
    top: 30%;
  }

  .hair-sec3-bg2::before {
    left: -3%;
    width: 620px;
    height: 650px;
    top: 16%;
  }
}

.text-box2.hair.n01::before {
  content: "";
  width: 120px;
  height: 140px;
  position: absolute;
  top: -35%;
  right: 2%;
  background-image: url(../images/01.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.text-box2.hair.n03::before {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: -35%;
  right: 2%;
  background-image: url(../images/03.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.text-box2.hair.n02::before {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: -42%;
  left: 1%;
  background-image: url(../images/02.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

@media (min-width: 768px) {
  .text-box2.hair.n01::before {
    top: -42%;
  }

  .text-box2.hair.n03::before {
    top: -42%;
  }

  .text-box2.hair.n02::before {
    top: -50%;
  }
}

@media (min-width: 992px) {
  .text-box2.hair.n01::before {
    width: 290px;
    height: 290px;
    top: -80%;
  }

  .text-box2.hair.n03::before {
    width: 340px;
    height: 340px;
    top: -94%;
  }

  .text-box2.hair.n02::before {
    width: 320px;
    height: 340px;
    top: -95%;
  }
}

.hair-sec2-bg {
  position: relative;
}

.hair-sec2-bg::after {
  content: "";
  width: 310px;
  height: 320px;
  position: absolute;
  top: -85%;
  right: 7%;
  background-image: url(../images/sub-title1.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 10;
}

@media (min-width: 768px) {

  .hair-sec2-bg::after {
    width: 615px;
    top: -80%;
    right: 7%;
  }
}

@media (min-width: 992px) {
  .hair-sec2-bg::after {
    width: 730px;
    top: -70%;
  }

}

@media (min-width: 1200px) {
  .hair-sec2-bg::after {
    width: 926px;
    top: -60%;
  }
}

/* メニュー */

.menu-font {
  font-size: 12.8px ;
}

@media (min-width: 768px) {

  .menu-font {
    font-size: 18px ;
  }
}

/* 初めてのお客様　*/

.first-sec2-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.first-sec2-img::before {
  content: "";
  width: 500px;
  height: 100%;
  position: absolute;
  bottom: -29%;
  right: -28%;
  background-image: url(../images/bg-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.first-fv-title {
  color: #FFF;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(4.5rem, 1.908rem + 11.21vw, 12.5rem);
  bottom: 115px;
  left: 16px;
  position: absolute;
  z-index: 10;
  line-height: 1;
}

@media (min-width: 768px) {
  .first-fv-title {
    bottom: 140px;
    left: 32px;
  }
}

@media (min-width: 992px) {
  .first-fv-title {
    bottom: 204px;
    left: 44px;
  }
  
}

.no-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-box p{
  font-size: 64px;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.no-box::before {
  content: "";
  width: 94px;
  height: 100%;
  position: absolute;
  top: 15%;
  left: -56%;
  background-image: url(../images/deco-4.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.first-sec4-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/first-sec4-img");
  background-repeat: no-repeat;
  background-position: bottom center; /* 下寄せ＆中央寄せ */
  background-size: 100% auto; /* 横幅を親に合わせ、高さは比率維持 */
  padding-top: 70px;
  padding-bottom: 170px;
}

@media (min-width: 768px) {
  .first-sec4-wrap {
    padding-top: 80px;
    padding-bottom: 400px;
  }
}

@media (min-width: 1200px) {
  .first-sec4-wrap {
    padding-bottom: 500px;
    background-size: auto 60%; 
  }
}

/* 店頭販売 */

.item-sec2-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.item-sec2-img::before {
  content: "";
  width: 500px;
  height: 200%;
  position: absolute;
  bottom: -62%;
  right: 0%;
  background-image: url(../images/bg-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

.store-sec2-img {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}

.store-sec2-img::before {
  content: "";
  width: 480px;
  height: 300%;
  position: absolute;
  top: -80%;
  right: 0%;
  background-image: url(../images/bg-deco.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 0;
}

/* お知らせ */

.news-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.news-img p {
  position: relative;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  z-index: 10;
  line-height: 2.4;
}

.news-img img{
  position: static;
  top: 50%;
  right: 0%;
  transform: translateY(0%);
  width: 95%;
  z-index: 0;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .news-img img{
    position: absolute;
    margin-top: 0;
    transform: translateY(-50%);
    width: 100%;
    max-width: 380px;
  }

  .news-img {
    align-items: start;
  }
}

@media (min-width: 992px) {
  .news-img img{
    max-width: 480px;
  }
}

.news-button {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: solid 1px #431e1e;
  border-radius: 100px;
  padding: 1.2rem 4rem;
  color: var(--text-color);
  font-family: 16px;
  transition: all 0.3s;
}

.news-button:hover {
  background-color: #502E1C;
  color: #FFF !important;
}