@charset "UTF-8";
/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

strong {
  font-style: normal;
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

iframe {
  border: none;
  display: block;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  /* 游明朝系 */
  --yu-min:
    "yu-mincho-pr6n", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Serif", "BIZ UDPMincho", "MS PMincho", serif;
  /* TOPPAN文久明朝系 */
  --toppan:
    "toppan-bunkyu-mincho-pr6n", "Hiragino Mincho ProN", "Hiragino Serif",
    "Yu Mincho", "YuMincho", "BIZ UDPMincho", "MS PMincho", serif;
  /* つくし角ゴ系 */
  --tsuku:
    "fot-tsukuardgothic-std", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "BIZ UDPGothic", "Meiryo", sans-serif;
}

body {
  font-family: var(--yu-min);
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0.1em;
  overflow-x: clip;
  color: #202020;
  word-break: auto-phrase;
}

html.is-nav-open,
body.is-nav-open {
  overflow: hidden;
  height: 100%;
}

.bg-fix {
  background-image: url("../images/common-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--yu-min);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

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

a:hover {
  color: #dfc47c;
  cursor: pointer;
}

/* フォント */
.fc-white {
  color: #fff !important;
}

.fc-brown {
  color: #715c0d !important;
}

.fc-yellow {
  color: #b38900 !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-black {
  background-color: #26200e;
}

.bg-red {
  background-color: #c86828;
}

.r-4 {
  border-radius: 4px;
}

/*罫線*/
.b-black {
  border: 1px solid #a1a1a1;
}

.b-red {
  border: 1px solid #c86828;
}

.bl-black {
  border-left: 1px solid #a1a1a1;
}

.br-black {
  border-right: 1px solid #a1a1a1;
}

.bb-black {
  border-bottom: 1px solid #a1a1a1;
}

.bt-black {
  border-bottom: 1px solid #a1a1a1;
}

/* ボタン */
.button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  border: 0.5px #82d8b0 solid;
  border-radius: 60px;
  padding: 1.2rem 3rem;
  gap: 0.8rem;
  min-width: 240px;
  max-width: 440px;
}
.button.free {
  width: 80%;
  max-width: 390px;
  padding: 1.2rem 1.4rem;
}
@media (min-width: 768px) {
  .button.free {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .button.free {
    width: 80%;
  }
}
.button img {
  width: 22px;
}
.button p {
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
  color: #202020 !important;
  line-height: 1.8;
}
.button:hover {
  background-color: #d0fbe7;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.button-2 {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  border: 0.5px #a1a1a1 solid;
  border-radius: 40px;
  padding: 1.2rem 2.4rem;
  gap: 0.8rem;
  min-width: 220px;
  max-width: 340px;
}
.button-2.free {
  width: 80%;
  max-width: 390px;
  padding: 1.2rem 1.4rem;
}
@media (min-width: 768px) {
  .button-2.free {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .button-2.free {
    width: 80%;
  }
}
.button-2 img {
  width: 22px;
}
.button-2 p {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  color: #3b8011 !important;
}
.button-2:hover {
  background-color: #fffae1;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.button-g {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #64b281;
  border: 0.5px #a1a1a1 solid;
  border-radius: 40px;
  padding: 1.2rem 2.4rem;
  gap: 0.8rem;
  min-width: 220px;
  max-width: 340px;
}
.button-g.free {
  width: 80%;
  max-width: 390px;
  padding: 1.2rem 1.4rem;
}
@media (min-width: 768px) {
  .button-g.free {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .button-g.free {
    width: 80%;
  }
}
.button-g img {
  width: 22px;
}
.button-g p {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  color: #fff !important;
}
.button-g:hover {
  background-color: #fffae1;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}
.button-g:hover p {
  color: #202020 !important;
}

.button-g2 {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #64b281;
  border: 0.5px #a1a1a1 solid;
  border-radius: 40px;
  padding: 1.2rem 2.4rem;
  gap: 0.8rem;
  min-width: 220px;
  max-width: 340px;
  width: 100%;
}
.button-g2 img {
  width: 20px;
}
.button-g2 p {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  color: #fff !important;
}
.button-g2:hover {
  background-color: #fffae1;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}
.button-g2:hover p {
  color: #202020 !important;
}

.inst-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem 2.4rem;
  background-color: #fff;
  transition: all 0.3s;
  border: solid 1px #5d3209;
}

.inst-btn p {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  color: #5d3209;
}

.inst-btn img {
  width: 26px;
}

.inst-btn:hover {
  background-color: #e8e1d1;
}

.contact-button {
  display: inline-flex;
  background-color: #000;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  transition: all 0.3s;
  color: #fff !important;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2em;
}
.contact-button:hover {
  background-color: #c86828;
}

/* ナビ */
.a-nav-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  overflow-y: auto;
  padding-inline: 3rem;
  background-color: #5aa877;
  overflow: hidden;
}
@media (min-width: 768px) {
  .a-nav-menu {
    width: 50%;
  }
}
@media (orientation: landscape) {
  .a-nav-menu {
    display: flex;
    width: 100%;
    padding-block: 310px;
  }
}

.a-nav-menu.is-active {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.a-nav-menu.edit {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.nav-menu-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 0;
  gap: 3.2rem;
}
.nav-menu-wrap::after {
  content: "";
  display: block;
  width: 370px;
  height: 370px;
  background-image: url("../images/foot-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40%;
  right: -50%;
  z-index: -1;
  -webkit-animation: rotate 26s linear infinite;
          animation: rotate 26s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.nav-menu-box {
  display: flex;
  position: relative;
  align-items: start;
  justify-content: space-around;
  z-index: 0;
  gap: 0.8rem;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-menu-box {
    gap: 1.6rem;
  }
}
.nav-menu-box .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
.nav-menu-box a {
  display: block;
  align-items: center;
  justify-content: start;
  min-height: auto;
  position: relative;
}
.nav-menu-box a p {
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  color: #fff;
  transition: all 0.3s;
  font-family: var(--toppan);
}
.nav-menu-box a:hover p {
  color: #dfc47c;
}

.nav-menu-box2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem;
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  background-color: #d8d1be;
  transition: all 0.3s ease;
}
.nav-button p {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  color: #26200e !important;
}

.nav-button:hover {
  background-color: #897533;
}

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  width: 100%;
  padding: 1rem 1rem;
}
@media (min-width: 768px) {
  .header-wrap {
    padding: 1.2rem 1.6rem;
  }
}
@media (min-width: 992px) {
  .header-wrap {
    padding: 1.2rem 2rem;
    background-color: #fff;
  }
}

.a-burger {
  position: relative;
  z-index: 1100;
  cursor: pointer;
  border: 1px solid #202020;
  background-color: #fff;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 100px;
}
@media (min-width: 992px) {
  .a-burger {
    display: none;
  }
}

.a-burger div {
  height: 1px;
  background-color: #202020;
  position: absolute;
  left: 14px;
  transform-origin: center;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 1px !important;
}

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

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

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

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

.header-box {
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  gap: 2rem;
}
.header-box .a {
  min-width: auto;
}
.header-box p {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  color: #202020;
  transition: all 0.3s;
  font-family: var(--toppan);
}
.header-box p.green {
  color: #3b8011;
}
.header-box a:hover p {
  color: #dfc47c;
}
@media (min-width: 992px) {
  .header-box {
    display: flex;
  }
}

.reserv-button {
  display: flex;
  padding: 1rem 0 1rem 0.6rem;
  align-items: center;
  gap: 0.8rem;
}
.reserv-button .logo {
  width: 28px;
}

/* フッター */
.foot-wrap {
  width: 100%;
  background-color: #5aa877;
  position: relative;
  z-index: 0;
  overflow: hidden;
  z-index: 1;
  padding-block: 4rem 3rem;
  font-family: var(--toppan);
}
@media (min-width: 768px) {
  .foot-wrap {
    padding-block: 6rem 4rem;
  }
}
.foot-wrap::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background-image: url("../images/foot-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -20%;
  bottom: -70px;
  z-index: -1;
}
@media (min-width: 768px) {
  .foot-wrap::after {
    right: 0%;
  }
}

.foot-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .foot-box {
    flex-direction: row;
    align-items: stretch;
    padding-inline: 0;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .foot-box {
    gap: 3rem;
    max-width: 882px;
  }
}
.foot-box .l {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--toppan);
  color: #fff !important;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .foot-box .l {
    align-items: start;
    text-align: start;
  }
}
.foot-box .l .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.foot-box a {
  color: #fff !important;
}
.foot-box .r {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .foot-box .r {
    align-items: end;
  }
}

.list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
@media (min-width: 768px) {
  .list-box {
    align-items: end;
  }
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.menu-box a {
  align-items: center;
  justify-content: start;
  min-height: auto;
}
.menu-box a p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  color: #fff;
  transition: all 0.3s;
  font-family: var(--toppan);
}
.menu-box a:hover p {
  color: #dfc47c;
}

.foot-button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .foot-button-box {
    flex-direction: row;
  }
}

/* News表示 */
.webgene-blog {
  width: 100%;
}

/* 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: space-between;
  margin: 0 auto;
  gap: 20px;
  max-width: 280px;
  margin-top: 4rem;
}

.webgene-pagination ul li,
.pagelink p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2rem;
  line-height: 1.5;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  width: 130px;
  height: 58px;
  padding: 15px 0 !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  box-shadow: 0 0 12px 0 rgba(103, 94, 16, 0.2);
  background-color: #fff;
  border-radius: 40px;
}

.webgene-pagination ul li a:hover,
.pagelink p a:hover {
  cursor: pointer;
}

.webgene-pagination .next {
  margin-left: auto;
}

@media (min-width: 768px) {
  .webgene-pagination ul,
.pagelink {
    max-width: 300px;
  }
}
.newsdetail-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 846px;
  margin-inline: auto;
  padding-inline: 2rem;
  padding-block: 8rem 1rem;
}
@media (min-width: 768px) {
  .newsdetail-box {
    padding-inline: 3rem;
  }
}

.news-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* フォーム */
.formInput,
.formTextArea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  border: 1px solid #969696;
  background-color: #fff;
  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 #969696;
  background-color: #fff;
}

.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;
  }
}
.form-privacy {
  border: solid 1px #2d2d2d;
  background-color: white;
  height: 230px;
  overflow-y: auto;
  padding: 40px 30px;
}

/* ページ共通設定 */
.fv-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh + 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  max-width: 1920px;
  margin-inline: auto;
  gap: 5rem;
}
@media (min-width: 1200px) {
  .fv-wrap {
    height: calc(100vh + 400px);
  }
}
@media (orientation: landscape) and (max-height: 750px) {
  .fv-wrap {
    height: 982px;
  }
}
.fv-wrap .fv-bg {
  width: 140%;
  height: 80%;
  background: linear-gradient(108deg, #fff 3.79%, #ecfff6 45%, #f8ffee 76.95%, #fff 91.25%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.fv-wrap .fv-deco {
  width: 228px;
  position: absolute;
  top: 30%;
  left: -10%;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv-wrap .fv-deco {
    width: 428px;
    top: 6%;
    left: 6%;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-deco {
    top: 15%;
    left: 6%;
  }
}
.fv-wrap .fv-sec1-box {
  flex: 1.6;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 4;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec1-box {
    flex: 2;
  }
}
.fv-wrap .fv-sec1-box .img-box {
  position: absolute;
  top: 0%;
  right: 0;
  height: 85%;
  overflow: hidden;
  z-index: 0;
  max-width: 1520px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec1-box .img-box {
    top: 40%;
    transform: translateY(-50%);
    height: 55%;
  }
}
@media (min-width: 992px) {
  .fv-wrap .fv-sec1-box .img-box {
    top: 50%;
    height: 65%;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-sec1-box .img-box {
    height: 100%;
  }
}
.fv-wrap .fv-sec1-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv-wrap .fv-sec1-box .text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 4;
  gap: 1.4rem;
  margin-inline: 3rem auto;
  margin-block: auto 1rem;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec1-box .text-box {
    margin-inline: 10rem auto;
    margin-block: auto 6rem;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-sec1-box .text-box {
    margin-inline: 14rem auto;
    margin-block: auto 10rem;
  }
}
.fv-wrap .fv-sec1-box .text-box::before {
  content: "";
  display: block;
  width: 180px;
  height: 48px;
  background-image: url("../images/top-fv-title-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -80px;
  top: -54px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec1-box .text-box::before {
    width: 326px;
    height: 48px;
    left: -140px;
    top: -90px;
  }
}
.fv-wrap .fv-sec1-box .text-box::after {
  content: "";
  display: block;
  width: 190px;
  height: 40px;
  background-image: url("../images/top-fv-title-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -56px;
  bottom: -70px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec1-box .text-box::after {
    width: 326px;
    height: 48px;
    right: -140px;
    bottom: -90px;
  }
}
.fv-wrap .fv-sec1-box .text-box p {
  font-size: clamp(1.125rem, 0.518rem + 2.63vw, 3rem);
  line-height: 2;
  font-family: var(--yu-min);
}
.fv-wrap .fv-sec1-box .text-box h1 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.2em;
  font-family: var(--toppan);
}
.fv-wrap .fv-sec2-box {
  flex: 1;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-wrap .fv-sec2-box .box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  height: 100%;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec2-box .box {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-sec2-box .box {
    gap: 5rem;
  }
}
.fv-wrap .fv-sec2-box .box .l {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec2-box .box .l {
    flex: 1;
  }
}
.fv-wrap .fv-sec2-box .box .l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv-wrap .fv-sec2-box .box .r {
  position: relative;
  z-index: 1;
  flex: 1;
}
.fv-wrap .fv-sec2-box .box .r p {
  font-size: clamp(0.75rem, 0.507rem + 1.05vw, 1.5rem);
  color: #3b8011;
  position: relative;
  z-index: 2;
  margin-left: auto;
  font-family: var(--yu-min);
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec2-box .box .r p {
    margin-left: 0;
    margin-top: auto;
  }
}
.fv-wrap .fv-sec2-box .box .r .bg {
  position: absolute;
  z-index: -1;
  width: 360px;
  bottom: -356px;
  right: -150px;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec2-box .box .r .bg {
    bottom: -220px;
    right: 30px;
  }
}
.fv-wrap .fv-sec2-box .box .r .deco {
  position: absolute;
  bottom: -266px;
  right: -96px;
  width: 342px;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv-wrap .fv-sec2-box .box .r .deco {
    bottom: -142px;
    right: -53px;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-sec2-box .box .r .deco {
    bottom: -180px;
    right: -276px;
  }
}

.fv-sub-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: -2;
}
@media (min-width: 1200px) {
  .fv-sub-bg {
    height: 100vh;
  }
}

.fv-sub-wrap {
  height: 60vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media (min-width: 1200px) {
  .fv-sub-wrap {
    height: 100vh;
  }
}
.fv-sub-wrap .title {
  font-family: var(--yu-min);
  font-size: clamp(1.75rem, 1.021rem + 3.15vw, 4rem);
  letter-spacing: 0.34em;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}

@media (min-width: 1200px) {
  .py-max-10 {
    padding-block: 9rem !important;
  }
}

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

.btn a::after {
  content: "→";
}

.top-sec2-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 5rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .top-sec2-wrap {
    padding-block: 6rem;
  }
}
.top-sec2-wrap .bg-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 75%;
  z-index: -1;
}
.top-sec2-wrap .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 768px) {
  .top-sec2-wrap .bg-img img {
    -o-object-position: center;
       object-position: center;
  }
}

.top-sec2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .top-sec2-box {
    flex-direction: row;
    align-items: end;
    justify-content: center;
    gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .top-sec2-box {
    gap: 4rem;
  }
}
.top-sec2-box .l {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 2.4rem;
  background-color: #fff;
  position: relative;
  padding: 4rem 3rem;
}
.top-sec2-box .l::after {
  content: "";
  display: block;
  width: 250px;
  height: 460px;
  background-image: url("../images/top-sec2-deco1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -90px;
  bottom: -300px;
}
@media (min-width: 768px) {
  .top-sec2-box .l::after {
    right: -104px;
    bottom: -110px;
  }
}
@media (min-width: 992px) {
  .top-sec2-box .l::after {
    right: -134px;
  }
}
.top-sec2-box .l .sub {
  position: relative;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-family: var(--toppan);
}
.top-sec2-box .l .sub::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #6dba08;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.top-sec2-box .l .title {
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  line-height: 2.2;
}
.top-sec2-box .r {
  flex: 1;
  width: 100%;
  padding-inline: 3rem;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 3;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .top-sec2-box .r {
    padding-inline: 0;
  }
}
@media (min-width: 992px) {
  .top-sec2-box .r {
    padding-inline: 3rem;
  }
}

.top-sec3-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 4rem;
}
@media (min-width: 768px) {
  .top-sec3-wrap {
    padding-block: 7rem;
  }
}

.top-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.4rem;
}
.top-sec3-box .title {
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
  letter-spacing: 0.2em;
  font-family: var(--toppan);
  margin-left: auto;
  color: #3b8011;
}
.top-sec3-box .store {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec3-box .store {
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
  }
}
.top-sec3-box .store.sec2 {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .top-sec3-box .store.sec2 {
    flex-direction: row;
  }
}
.top-sec3-box .store .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 1.8rem;
}
@media (min-width: 768px) {
  .top-sec3-box .store .box.spa {
    flex: 0.8;
    align-items: start;
    padding-left: 3rem;
    text-align: start;
  }
}
.top-sec3-box .store .box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-sec3-box .store .box h3 {
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
  font-family: var(--toppan);
  color: #3b8011;
  letter-spacing: 0.2em;
}
.top-sec3-box .store .box .text1 {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-family: var(--tsuku);
  font-weight: 300;
}
.top-sec3-box .store .box .text2 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--tsuku);
  font-weight: 300;
  line-height: 2;
}

.top-sec4-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(189deg, #fff 10.64%, #f9fffc 35.89%, #fdfffb 63.22%, #fff 86.1%);
  padding-block: 3rem;
  gap: 4rem;
}
@media (min-width: 768px) {
  .top-sec4-wrap {
    padding-block: 6rem;
  }
}
.top-sec4-wrap .bg-img {
  height: 1200px;
  width: 550px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-sec4-wrap .bg-img {
    height: 1100px;
    width: 690px;
  }
}
.top-sec4-wrap .bg-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.top-sec4-wrap .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .top-sec4-wrap .wrap {
    flex-direction: row;
    align-items: stretch;
  }
  .top-sec4-wrap .wrap.sec2 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .top-sec4-wrap .wrap.sec2 .l {
    padding-left: 5rem;
  }
}
.top-sec4-wrap .wrap .l {
  flex: 1.2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  padding-left: 2rem;
}
.top-sec4-wrap .wrap .l .sub {
  position: relative;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  color: #3b8011;
  margin-bottom: 1.2rem;
  font-family: var(--toppan);
}
.top-sec4-wrap .wrap .l .sub::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #6dba08;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.top-sec4-wrap .wrap .l .text1 {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  font-family: var(--tsuku);
  font-weight: 300;
}
.top-sec4-wrap .wrap .l .text2 {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  font-family: var(--tsuku);
  font-weight: 300;
  line-height: 2;
}
.top-sec4-wrap .wrap .r {
  flex: 1;
  width: 100%;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
}
.top-sec4-wrap .wrap .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-sec4-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-sec4-box2 {
    flex-direction: row;
  }
}
.top-sec4-box2 .box {
  position: relative;
  flex: none;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-sec4-box2 .box {
    flex: 1;
  }
}
.top-sec4-box2 .box.est {
  flex: none !important;
  width: 100%;
  height: 30vh;
}
@media (min-width: 768px) {
  .top-sec4-box2 .box.est {
    width: 50%;
    height: auto;
  }
}
.top-sec4-box2 .box::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 800px;
  height: 800px;
  background: rgba(0, 0, 0, 0.55);
  transition: opacity 0.6s ease;
}
.top-sec4-box2 .box:hover::before {
  opacity: 0;
}
.top-sec4-box2 .box .top-sec4-bg1,
.top-sec4-box2 .box .top-sec4-bg2 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease, filter 0.6s ease;
  z-index: -1;
}
.top-sec4-box2 .box:hover .top-sec4-bg1, .top-sec4-box2 .box:hover .top-sec4-bg2 {
  transform: scale(1.05);
}

.top-sec4-line-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.top-sec4-line-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 50%;
  gap: 0.2rem;
  text-align: center;
  transition: all 0.6s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .top-sec4-line-box .text-box {
    width: 180px;
    height: 180px;
  }
}
.top-sec4-line-box .text-box .title {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  color: #fff !important;
}
.top-sec4-line-box .text-box .text {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  color: #fff !important;
}

.top-sec4-box2 .box:hover .text-box {
  width: 170px;
  height: 170px;
}
@media (min-width: 768px) {
  .top-sec4-box2 .box:hover .text-box {
    width: 200px;
    height: 200px;
  }
}

.top-sec5-wrap {
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(146deg, #fff 16.11%, #fbfffd 39.67%, #fffef2 55.29%, #f9fffc 64.59%, #fff 85.18%);
}
@media (min-width: 768px) {
  .top-sec5-wrap {
    padding-block: 6rem;
  }
}
.top-sec5-wrap .sec5-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
.top-sec5-wrap .sec5-box .img-box,
.top-sec5-wrap .sec5-box .img-box-r {
  max-width: 900px;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.top-sec5-wrap .sec5-box .img-box img,
.top-sec5-wrap .sec5-box .img-box-r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec5-wrap .sec5-box .img-box {
  margin-left: auto;
}
.top-sec5-wrap .sec5-box .img-box-r {
  margin-right: auto;
}
.top-sec5-wrap .sec5-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  padding: 3rem;
  background-color: #fff;
  position: static;
  z-index: 4;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec5-wrap .sec5-box .text-box {
    position: absolute;
    padding: 3rem;
    width: auto;
    top: -40px;
    left: 10px;
  }
}
@media (min-width: 992px) {
  .top-sec5-wrap .sec5-box .text-box {
    padding: 4rem 6rem;
    left: 35px;
  }
}
.top-sec5-wrap .sec5-box .text-box-r {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  padding: 3rem;
  background-color: #fff;
  position: static;
  z-index: 4;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec5-wrap .sec5-box .text-box-r {
    position: absolute;
    padding: 3rem;
    width: auto;
    top: -40px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .top-sec5-wrap .sec5-box .text-box-r {
    padding: 4rem 6rem;
    right: 35px;
  }
}
.top-sec5-wrap .sec5-box .sub {
  position: relative;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  color: #3b8011;
  margin-bottom: 1.2rem;
  font-family: var(--toppan);
}
.top-sec5-wrap .sec5-box .sub::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #6dba08;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.top-sec5-wrap .sec5-box .text1 {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  font-family: var(--tsuku);
  font-weight: 300;
}
.top-sec5-wrap .sec5-box .text2 {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  font-family: var(--tsuku);
  font-weight: 300;
  line-height: 2;
}

.top-sec6-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #fff;
  padding-block: 4rem 3rem;
}
@media (min-width: 768px) {
  .top-sec6-wrap {
    padding-block: 6rem 6rem;
  }
}
.top-sec6-wrap .bg-img {
  position: absolute;
  z-index: -1;
  height: 80%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-sec6-wrap .bg-img {
    width: 100%;
    height: auto;
  }
}
.top-sec6-wrap .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec6-wrap .top-sec6-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-sec6-wrap .top-sec6-box .title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #3b8011;
  font-family: var(--toppan);
  letter-spacing: 0.2em;
}
.top-sec6-wrap .top-sec6-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--tsuku);
  line-height: 2.4;
}
.top-sec6-wrap .top-sec6-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .top-sec6-wrap .top-sec6-phone {
    flex-direction: row;
    gap: 2rem;
  }
}
.top-sec6-wrap .top-sec6-phone .l {
  padding: 1.2rem 3rem;
  background-color: #fff;
  border: 1px solid #74b88d;
  font-size: 14px;
  color: #3b8011;
  font-family: var(--toppan);
  border-radius: 40px;
}
.top-sec6-wrap .top-sec6-phone .r {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--toppan);
}
@media (min-width: 768px) {
  .top-sec6-wrap .top-sec6-phone .r {
    align-items: start;
  }
}
.top-sec6-wrap .top-sec6-phone .r .name {
  font-size: 14px;
  color: #3e3e3e !important;
}
.top-sec6-wrap .top-sec6-phone .r .number {
  font-size: clamp(1.75rem, 1.669rem + 0.35vw, 2rem);
  color: #3b8011 !important;
}

.top-sec6-box2 {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-sec6-box2 {
    flex-direction: row;
  }
}
.top-sec6-box2 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .top-sec6-box2 .box {
    padding: 1rem 3rem;
  }
}
.top-sec6-box2 .box.l {
  border-bottom: 0.5px solid #2d2d2d;
}
@media (min-width: 768px) {
  .top-sec6-box2 .box.l {
    border-bottom: none;
    border-right: 0.5px solid #2d2d2d;
  }
}
.top-sec6-box2 .box img {
  width: 250px;
}
@media (min-width: 768px) {
  .top-sec6-box2 .box img {
    width: 350px;
  }
}

.lios-sec2-wrap {
  background: linear-gradient(180deg, #ecfff6 3.87%, #f8ffee 45.1%, #fff 78.96%);
  padding-block: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.lios-sec2-wrap.men {
  background: linear-gradient(180deg, #e4e4e4 22.97%, #fefefe 51.61%, #fff 79.39%);
}
@media (min-width: 768px) {
  .lios-sec2-wrap {
    padding-block: 8rem;
  }
}
.lios-sec2-wrap .sec1 {
  display: flex;
  width: 100%;
}
.lios-sec2-wrap .sec1 .text-box {
  background-color: #fff;
  padding: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1224px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
@media (min-width: 768px) {
  .lios-sec2-wrap .sec1 .text-box {
    margin-right: 0;
    width: 85%;
    padding: 5rem;
  }
}
.lios-sec2-wrap .sec1 .text-box::after {
  content: "";
  display: block;
  width: 340px;
  height: 370px;
  background-image: url("../images/top-fv-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15%;
  right: -42%;
  z-index: 1;
}
@media (min-width: 768px) {
  .lios-sec2-wrap .sec1 .text-box::after {
    bottom: -10%;
    right: 20%;
  }
}
.lios-sec2-wrap .sec1 .text-box .sub {
  position: relative;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  color: #202020;
  margin-bottom: 1.2rem;
  font-family: var(--toppan);
}
.lios-sec2-wrap .sec1 .text-box .sub::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #6dba08;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.lios-sec2-wrap .sec1 .text-box .text1 {
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  font-family: var(--toppan);
  line-height: 2.2;
  color: #3b8011;
}
.lios-sec2-wrap .sec1 .text-box .text1.men {
  color: #877824;
}
.lios-sec2-wrap .sec1 .text-box .text2 {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  font-family: var(--yu-min);
  line-height: 2.2;
}
@media (min-width: 768px) {
  .lios-sec2-wrap .sec1 .text-box .text2 {
    line-height: 3.2;
  }
}
.lios-sec2-wrap .sec2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 3rem;
  gap: 2rem;
}
@media (min-width: 768px) {
  .lios-sec2-wrap .sec2 {
    flex-direction: row;
  }
}
.lios-sec2-wrap .sec2 .img-box {
  overflow: hidden;
  width: 100%;
  height: 240px;
}
@media (min-width: 768px) {
  .lios-sec2-wrap .sec2 .img-box {
    height: 334px;
  }
}
.lios-sec2-wrap .sec2 .img-box.r {
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .lios-sec2-wrap .sec2 .img-box.r {
    margin-top: 6rem;
    margin-left: 0;
  }
}
.lios-sec2-wrap .sec2 .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.lios-sec3-wrap {
  background-color: #fff;
  width: 100%;
  z-index: 1;
  position: relative;
}
.lios-sec3-wrap .bg-img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .bg-img {
    height: 80vh;
  }
}
.lios-sec3-wrap .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lios-sec3-wrap .sec3-deco {
  width: 100%;
  height: auto;
  position: relative;
  transform: translateY(2px);
}
.lios-sec3-wrap .sec3-box1 {
  padding-block: 5rem;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.lios-sec3-wrap .sec3-box1.no02 {
  background: linear-gradient(140deg, #fff 12.02%, #f9fffc 51.57%, #f7fffa 84.19%);
}
.lios-sec3-wrap .sec3-box1.no02.men {
  background: linear-gradient(140deg, #fff 12.02%, #f3f3f3 51.57%, #e0ded4 84.19%);
}
.lios-sec3-wrap .sec3-box1 .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.lios-sec3-wrap .sec3-box1 .wrap .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box1 {
    align-items: start;
    text-align: start;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box1 .title {
  font-size: clamp(1.75rem, 1.021rem + 3.15vw, 4rem);
  font-family: var(--yu-min);
  color: #3b8011;
}
.lios-sec3-wrap .sec3-box1 .wrap .box1 .title.men {
  color: #877824;
}
.lios-sec3-wrap .sec3-box1 .wrap .box1 .text {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-family: var(--tsuku);
  letter-spacing: 0.15em;
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4rem;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2 {
    flex-direction: row;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2.rev {
    flex-direction: row-reverse;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .l {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2 .l {
    padding-left: 3rem;
    align-items: start;
    justify-content: start;
    text-align: start;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .l .number {
  display: flex;
  width: 100%;
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .l .number img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2 .l .number img {
    width: 110px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2 .l .number img {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2 .l .number img {
    width: 160px;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .l .text1 {
  font-size: clamp(1.125rem, 0.882rem + 1.05vw, 1.875rem);
  font-family: var(--toppan);
  color: #3b8011;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .l .text1.men {
  color: #877824;
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .l .text2 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--yu-min);
  letter-spacing: 0.15em;
  line-height: 2.8;
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .r {
  overflow: hidden;
  height: 40vh;
  width: 100%;
  min-height: 350px;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box2 .r {
    flex: 1.2;
    height: 100%;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box2 .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.lios-sec3-wrap .sec3-box1 .wrap .box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box3 {
    text-align: start;
    justify-content: center;
    align-items: start;
    gap: 2.6rem;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box3 .text1 {
  font-size: clamp(1.125rem, 0.882rem + 1.05vw, 1.875rem);
  font-family: var(--toppan);
  color: #3b8011;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
.lios-sec3-wrap .sec3-box1 .wrap .box3 .text2 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--yu-min);
  letter-spacing: 0.15em;
  line-height: 2.8;
}
.lios-sec3-wrap .sec3-box1 .wrap .box3 .img-box {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lios-sec3-wrap .sec3-box1 .wrap .box3 .img-box {
    height: 40vh;
  }
}
.lios-sec3-wrap .sec3-box1 .wrap .box3 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lios-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  background-color: #fff;
  padding-block: 3rem;
  text-align: center;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .lios-sec4-wrap {
    padding-block: 6rem;
  }
}
.lios-sec4-wrap .main-title {
  position: relative;
  padding-inline: 3rem;
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
  color: #3b8011;
  line-height: 2;
  text-align: center;
}
.lios-sec4-wrap .main-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url("../images/title-deco-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lios-sec4-wrap .main-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url("../images/title-deco-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.lios-sec4-wrap .main-text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 3.2;
  letter-spacing: 0.15em;
}

.lios-sec5-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
  padding-block: 3rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .lios-sec5-wrap {
    padding-block: 5rem;
  }
}
.lios-sec5-wrap .main-title {
  font-size: clamp(1.125rem, 0.761rem + 1.58vw, 2.25rem);
  color: #3b8011;
}
.lios-sec5-wrap .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .lios-sec5-wrap .box {
    flex-direction: row;
  }
}
.lios-sec5-wrap .box .logo {
  flex: 1;
}
.lios-sec5-wrap .box .logo img {
  height: 100%;
  margin: auto;
  max-width: 260px;
}
.lios-sec5-wrap .box .list {
  flex: 1.6;
  gap: 1.2rem;
}
.lios-sec5-wrap .box .list row div {
  display: flex;
  align-items: center;
  justify-content: start;
}
.lios-sec5-wrap .box .list p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2;
}
.lios-sec5-wrap .map-box {
  width: 100%;
  height: 50vh;
  max-width: 900px;
  margin: auto;
}
@media (min-width: 768px) {
  .lios-sec5-wrap .map-box {
    height: 40vh;
  }
}

.staff-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-block: 4rem;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .staff-wrap {
    padding-block: 8rem;
  }
}
.staff-wrap.owner {
  background: linear-gradient(148deg, #fff 24.56%, #f7fffb 50.61%, #fefffc 70.81%, #fff 79.85%);
}

.staff-main-title {
  display: flex;
  width: 100%;
  max-width: 900px;
}
.staff-main-title h2 {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #3b8011;
  font-family: var(--toppan);
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .staff-main-title h2 {
    margin-left: 0;
    text-align: start;
  }
}

.staff-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem;
  max-width: 900px;
}
@media (orientation: landscape) and (max-height: 750px) {
  .staff-box {
    padding-inline: 7rem;
  }
}
@media (min-width: 576px) {
  .staff-box {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .staff-box {
    flex-direction: row;
    gap: 4.2rem;
    padding-inline: 1rem;
    max-width: 900px;
  }
}
.staff-box .l {
  overflow: hidden;
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .staff-box .l {
    flex: 1;
    height: auto;
  }
}
@media (orientation: landscape) and (max-height: 750px) {
  .staff-box .l {
    height: 400px;
  }
}
.staff-box .l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.staff-box .r {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  width: 100%;
  padding-block: 1.2rem;
}
@media (min-width: 768px) {
  .staff-box .r {
    flex: 1.6;
  }
}
.staff-box .r .name {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  font-family: var(--toppan);
  color: #3b8011;
}
.staff-box .r .text1 {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-family: var(--toppan);
  color: #3b8011;
  line-height: 1.8;
}
.staff-box .r .text2 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2;
}

.staff-button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .staff-button-box {
    flex-direction: row;
  }
}

.menu-sec2-wrap {
  background-color: #fff;
  padding-block: 5rem;
}
.menu-sec2-wrap .sec2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5rem;
}
@media (min-width: 768px) {
  .menu-sec2-wrap .sec2-box {
    flex-direction: row;
    align-items: start;
    text-align: start;
    gap: 0;
  }
}
.menu-sec2-wrap .sec2-box .l {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .menu-sec2-wrap .sec2-box .l {
    flex: 1.2;
    align-items: start;
    gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .menu-sec2-wrap .sec2-box .l {
    padding-inline: 5rem;
  }
}
.menu-sec2-wrap .sec2-box .l .title {
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  font-family: var(--toppan);
  line-height: 2;
  color: #3b8011;
}
.menu-sec2-wrap .sec2-box .l .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--yu-min);
  line-height: 2.8;
}
.menu-sec2-wrap .sec2-box .r {
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .menu-sec2-wrap .sec2-box .r {
    height: auto;
    flex: 1;
  }
}
.menu-sec2-wrap .sec2-box .r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-button-wrap {
  padding-block: 4rem;
  background-color: #f9fff0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
.menu-button-wrap .button-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  max-width: 600px;
}
@media (min-width: 768px) {
  .menu-button-wrap .button-main {
    flex-direction: row;
    max-width: 990px;
  }
}
@media (min-width: 992px) {
  .menu-button-wrap .button-main {
    gap: 2rem;
  }
}
.menu-button-wrap .button-main .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .menu-button-wrap .button-main .box {
    gap: 2rem;
  }
}

.menu-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  border: 0.5px #a1a1a1 solid;
  border-radius: 40px;
  padding: 1rem 0.6rem;
  max-width: 340px;
  width: 50%;
}
.menu-button p {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  color: #3b8011 !important;
}
.menu-button:hover {
  background-color: #fffae1;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
}

.menu-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .menu-sec4-wrap {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
  }
}
.menu-sec4-wrap .title-box {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-block: 3rem;
  border-bottom: solid 1px #64b281;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.menu-sec4-wrap .title-box h2 {
  font-size: clamp(1.125rem, 0.882rem + 1.05vw, 1.875rem);
  font-family: var(--toppan);
  color: #3b8011;
  letter-spacing: 0.15em;
}
.menu-sec4-wrap .price-box {
  padding-block: 2.4rem;
  border-bottom: #818181 0.5px solid;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  font-family: var(--tsuku);
  max-width: 800px;
  margin: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box {
    flex-direction: row;
    align-items: start;
    padding-inline: 0;
  }
}
.menu-sec4-wrap .price-box.sub {
  gap: 1.8rem;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box.sub {
    flex-direction: column;
  }
}
.menu-sec4-wrap .price-box .name {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box .name {
    flex: 1;
  }
}
.menu-sec4-wrap .price-box .price {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box .price {
    flex: 2;
    gap: 1.2rem;
  }
}
.menu-sec4-wrap .price-box .price .box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box .price .box {
    justify-content: end;
  }
}
.menu-sec4-wrap .price-box .price .box .wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box .price .box .wrap {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.menu-sec4-wrap .price-box .price .box .wrap .icon {
  padding: 0.6rem 1rem;
  background-color: #64b281;
  border-radius: 60px;
  color: #fff;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.menu-sec4-wrap .price-box .price .box .wrap .p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}
.menu-sec4-wrap .price-box2 {
  padding-block: 2.4rem;
  border-bottom: #818181 0.5px solid;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  font-family: var(--tsuku);
  max-width: 800px;
  margin: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box2 {
    padding-inline: 0;
  }
}
.menu-sec4-wrap .price-box2 .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  width: 100%;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .menu-sec4-wrap .price-box2 .box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.menu-sec4-wrap .price-box2 .p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2;
}

.menu-sec4-text {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-block: 2rem;
  width: 100%;
  max-width: 800px;
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  margin: auto;
  line-height: 2;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .menu-sec4-text {
    padding-inline: 0;
  }
}

.gall-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .gall-sec2-wrap {
    flex-direction: row;
  }
}
.gall-sec2-wrap .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 2rem;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .gall-sec2-wrap .box {
    flex: 1;
  }
}
.gall-sec2-wrap .box img {
  width: 100%;
  max-width: 200px;
}

.gall-sec3-wrap {
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.gall-sec3-wrap .main-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .gall-sec3-wrap .main-box {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.gall-sec3-wrap .main-box .logo {
  max-width: 350px;
  margin: auto;
}
.gall-sec3-wrap .main-box .img-box {
  overflow: hidden;
}
.gall-sec3-wrap .main-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gall-img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .gall-img-box {
    flex-direction: row;
    justify-content: start;
  }
}
.gall-img-box .img-box {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-top: 1.5rem;
}
.gall-img-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.style-sec2-wrap {
  background: linear-gradient(180deg, #ecfff6 3.87%, #f8ffee 45.1%, #fff 78.96%);
  padding-block: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (min-width: 768px) {
  .style-sec2-wrap {
    padding-block: 8rem;
  }
}
.style-sec2-wrap .sec1 {
  display: flex;
  width: 100%;
}
.style-sec2-wrap .sec1 .text-box {
  background-color: #fff;
  padding: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1224px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
@media (min-width: 768px) {
  .style-sec2-wrap .sec1 .text-box {
    margin-right: 0;
    width: 85%;
    padding: 5rem;
  }
}
.style-sec2-wrap .sec1 .text-box::after {
  content: "";
  display: block;
  width: 160px;
  height: 200px;
  background-image: url("../images/style-sec2-deco.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -45%;
  right: 0%;
  z-index: 1;
}
@media (min-width: 768px) {
  .style-sec2-wrap .sec1 .text-box::after {
    width: 184px;
    height: 220px;
    bottom: -10%;
    right: 20%;
  }
}
.style-sec2-wrap .sec1 .text-box .text1 {
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  font-family: var(--toppan);
  line-height: 2.2;
  color: #3b8011;
}
.style-sec2-wrap .sec1 .text-box .text1.men {
  color: #877824;
}
.style-sec2-wrap .sec1 .text-box .text2 {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  font-family: var(--yu-min);
  line-height: 2.2;
}
@media (min-width: 768px) {
  .style-sec2-wrap .sec1 .text-box .text2 {
    line-height: 3.2;
  }
}

.style-sec3-wrap {
  padding-block: 6rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.style-img-box {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}
.style-img-box .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}
.style-img-box .box .img {
  aspect-ratio: 1/1.2;
  overflow: hidden;
  width: 100%;
}
.style-img-box .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style-img-box .box .title {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 1.8;
  padding-bottom: 1rem;
  border-bottom: 1px solid #929292;
  width: 100%;
}
.style-img-box .box .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
}

.shop-sec2-wrap {
  padding-block: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  .shop-sec2-wrap {
    padding-block: 6rem;
  }
}
.shop-sec2-wrap .sec2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 2rem;
}
.shop-sec2-wrap .sec2-box::after {
  content: "";
  display: block;
  width: 175px;
  height: 178px;
  background-image: url("../images/shop-sec2-deco.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -145px;
  right: 25px;
  z-index: 4;
}
@media (min-width: 768px) {
  .shop-sec2-wrap .sec2-box::after {
    width: 195px;
    height: 193px;
    bottom: -28%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .shop-sec2-wrap .sec2-box::after {
    bottom: -12%;
    right: 25%;
  }
}
.shop-sec2-wrap .sec2-box .img-box {
  max-width: 900px;
  overflow: hidden;
  aspect-ratio: 1.6/1;
}
.shop-sec2-wrap .sec2-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-sec2-wrap .sec2-box .img-box {
  margin-left: auto;
}
.shop-sec2-wrap .sec2-box .text-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  padding: 3rem;
  background-color: #fff;
  position: static;
  z-index: 4;
  width: 100%;
}
@media (min-width: 768px) {
  .shop-sec2-wrap .sec2-box .text-box {
    position: absolute;
    padding: 3rem;
    width: auto;
    bottom: -40px;
    left: 10px;
  }
}
@media (min-width: 992px) {
  .shop-sec2-wrap .sec2-box .text-box {
    padding: 4rem 6rem;
    left: 35px;
  }
}
.shop-sec2-wrap .sec2-box .text1 {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  color: #3b8011;
}
.shop-sec2-wrap .sec2-box .text2 {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.8;
}

.shop-sec3-wrap {
  padding-block: 5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
}
@media (min-width: 992px) {
  .shop-sec3-wrap {
    padding-inline: 3rem;
  }
}
.shop-sec3-wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
.shop-sec3-wrap .title-box .sub {
  position: relative;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-family: var(--toppan);
  margin-bottom: 2rem;
}
.shop-sec3-wrap .title-box .sub::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #6dba08;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.shop-sec3-wrap .title-box .title {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  line-height: 2;
  color: #3b8011;
}
.shop-sec3-wrap .title-box .text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  line-height: 3;
}

.shop-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #26200e;
  gap: 2rem;
}
@media (min-width: 768px) {
  .shop-item-wrap {
    gap: 4rem;
  }
}
.shop-item-wrap .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 2rem;
}
@media (min-width: 768px) {
  .shop-item-wrap .item-box {
    flex-direction: row;
    align-items: end;
  }
}
@media (min-width: 992px) {
  .shop-item-wrap .item-box {
    gap: 4rem;
  }
}
.shop-item-wrap .item-box .l {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-item-wrap .item-box .l {
    flex: 1;
  }
}
.shop-item-wrap .item-box .l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-item-wrap .item-box .r {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 1.4rem;
  position: relative;
  z-index: 1;
  flex: 1.2;
  width: 100%;
}
.shop-item-wrap .item-box .r::before {
  content: "";
  display: block;
  width: 200px;
  height: 270px;
  background-image: url("../images/shop-sec3-deco.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .shop-item-wrap .item-box .r::before {
    width: 300px;
    height: 370px;
  }
}
.shop-item-wrap .item-box .r .icon {
  width: 80px;
}
@media (min-width: 992px) {
  .shop-item-wrap .item-box .r .icon {
    width: 120px;
  }
}
.shop-item-wrap .item-box .r .text {
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.125rem);
  line-height: 1.8;
}
.shop-item-wrap .item-box .r .name {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  color: #3b8011;
  line-height: 2;
}
.shop-item-wrap .item-box .r .text-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  font-family: var(--tsuku);
}
.shop-item-wrap .item-box .r .text-box .p1 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.shop-item-wrap .item-box .r .text-box .p2 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
}
.shop-item-wrap .item-text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  line-height: 2.6;
  width: 100%;
}

.shop-item-wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #26200e;
  gap: 5rem;
}
@media (min-width: 768px) {
  .shop-item-wrap2 {
    flex-direction: row;
    align-items: start;
    gap: 4rem;
  }
}
.shop-item-wrap2 .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media (min-width: 768px) {
  .shop-item-wrap2 .item-box {
    flex: 1;
  }
}
.shop-item-wrap2 .item-box .img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.shop-item-wrap2 .item-box .img-box::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("../images/no4-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .shop-item-wrap2 .item-box .img-box::after {
    width: 110px;
    height: 110px;
    top: -30px;
    left: -30px;
  }
}
.shop-item-wrap2 .item-box .img-box::after .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shop-item-wrap2 .item-box .img-box::after .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-item-wrap2 .item-box .img-box.no05::after {
  background-image: url("../images/no5-icon.svg");
}
.shop-item-wrap2 .item-box .name {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  line-height: 2;
  color: #3b8011;
  margin-right: auto;
}
.shop-item-wrap2 .item-box .text-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
  font-family: var(--tsuku);
  margin-right: auto;
  margin-top: 1rem;
}
.shop-item-wrap2 .item-box .text-box .p1 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.shop-item-wrap2 .item-box .text-box .p2 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
}
.shop-item-wrap2 .item-box .item-text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  line-height: 2.6;
  width: 100%;
  margin-top: 1rem;
}

.shop-sec5-wrap {
  padding-block: 6rem;
  background: linear-gradient(108deg, #fff 3.79%, #f8fffc 45%, #fcfff9 76.95%, #fff 91.25%);
}
.shop-sec5-wrap .sec5-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.shop-sec5-wrap .sec5-box .title {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  line-height: 2;
  text-align: center;
  color: #3b8011;
}
.shop-sec5-wrap .sec5-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 2;
  text-align: center;
}

.rec-sec2-wrap {
  background: linear-gradient(108deg, #fff 3.79%, #ecfff6 45%, #f8ffee 76.95%, #fff 91.25%);
}
.rec-sec2-wrap .sec2-box {
  background-color: #fff;
  padding-block: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .rec-sec2-wrap .sec2-box {
    padding-block: 6rem;
  }
}
.rec-sec2-wrap .sec2-box .title {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  font-family: var(--toppan);
  text-align: center;
  line-height: 2.4;
  color: #3b8011;
}
.rec-sec2-wrap .sec2-box .text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  line-height: 3;
  font-family: var(--tsuku);
  text-align: center;
}
.rec-sec2-wrap .sec2-box .list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--tsuku);
  gap: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .rec-sec2-wrap .sec2-box .list-box {
    line-height: 3;
  }
}
.rec-sec2-wrap .sec2-box .list-box .r {
  border-left: 1px solid #2d2d2d;
  padding-left: 2rem;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .rec-sec2-wrap .sec2-box .list-box .r {
    margin-top: 0;
  }
}
.rec-sec2-wrap .sec2-box .main-title {
  position: relative;
  padding-inline: 4rem;
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
  color: #3b8011;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .rec-sec2-wrap .sec2-box .main-title {
    padding-inline: 6rem;
  }
}
.rec-sec2-wrap .sec2-box .main-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url("../images/title-deco-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rec-sec2-wrap .sec2-box .main-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url("../images/title-deco-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.rec-sec3-wrap {
  padding-block: 3rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .rec-sec3-wrap {
    padding-block: 6rem;
  }
}
.rec-sec3-wrap .main-title {
  position: relative;
  padding-inline: 4rem;
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  color: #3b8011;
  line-height: 2;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .rec-sec3-wrap .main-title {
    padding-inline: 6rem;
  }
}
.rec-sec3-wrap .main-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url("../images/title-deco-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.rec-sec3-wrap .main-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 60px;
  background-image: url("../images/title-deco-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.rec-sec3-wrap .sec3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  max-width: 680px;
  margin: auto;
  padding-inline: 1.2rem;
}
@media (min-width: 768px) {
  .rec-sec3-wrap .sec3-box {
    padding-inline: 0;
  }
}
.rec-sec3-wrap .sec3-box .title {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  font-family: var(--tsuku);
  font-weight: 700;
  width: 100%;
  line-height: 2;
}
.rec-sec3-wrap .sec3-box .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: var(--tsuku);
  line-height: 2.6;
  width: 100%;
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax img {
  width: 100% !important;
  height: 130% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.inner-box p {
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
  word-break: normal;
}