@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 {
  /* UD明朝（やや可読性重視の明朝） */
  --udmin:
    "fot-udmincho-pr6n", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "MS Mincho", serif;
  /* Zen Old Mincho（クラシック寄り明朝） */
  --zenm:
    "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Yu Mincho", "YuMincho", "MS Mincho", serif;
}

body {
  font-family: var(--zenm);
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0.1em;
  overflow-x: clip;
  background-color: #fff;
  color: #363636;
  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(--zenm);
  font-weight: 700;
  font-style: normal;
}

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

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

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

.fc-red {
  color: #c86828 !important;
}

.fc-brown {
  color: #5d3209 !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-blue {
  background-color: #276bc9;
}

.bg-blue-f {
  background-color: #01419a;
}

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

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

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

.b-blue {
  border: 1px solid #01419a;
}

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

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

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

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

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

/* ボタン */
.button {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
.button.w {
  color: #fff;
}
.button .button-text {
  display: flex;
  align-items: center;
}
.button .button-text p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.button .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .button .arrow-box {
    margin-left: 1.2rem;
  }
}
.button .arrow {
  width: 40px;
  display: inline-block;
  will-change: transform, opacity;
  transform: translateX(0);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .button .arrow {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .button .arrow {
    width: 80px;
  }
}
.button:hover {
  color: #c86828;
}

.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;
}

.reserv-button {
  display: inline-flex;
  background-color: #c86828;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  transition: all 0.3s;
  gap: 1.2rem;
}
.reserv-button p {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  color: #fff;
  letter-spacing: 0.2em;
}
.reserv-button img {
  width: 26px;
}
.reserv-button:hover {
  background-color: #5d3209;
}

.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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: #26200e;
  overflow-y: auto;
  padding-inline: 4rem;
  display: flex;
}
@media (min-width: 768px) {
  .a-nav-menu {
    width: 50%;
  }
}
@media (orientation: landscape) {
  .a-nav-menu {
    display: block;
    width: 100%;
    padding-block: 100px;
  }
}

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

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

.nav-menu-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 0;
  gap: 1.8rem;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-menu-box {
    gap: 1.8rem;
  }
}
.nav-menu-box a {
  display: block;
  align-items: center;
  justify-content: start;
  min-height: auto;
}
.nav-menu-box a.store {
  position: relative;
  padding-left: 34px;
}
.nav-menu-box a.store::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/foot-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-menu-box a p {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  color: #fff;
  transition: all 0.3s;
}
.nav-menu-box a:hover p {
  color: #efce75;
}

.nav-menu-box::before {
  content: "";
  display: block;
  width: 80%;
  height: 194px;
  background-image: url("../images/foot-deco1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -35%;
  bottom: -20%;
  z-index: -1;
}
@media (min-width: 768px) {
  .nav-menu-box::before {
    width: 100%;
    bottom: -30%;
  }
}

.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: start;
  z-index: 1000;
  width: 100%;
  gap: 1.2rem;
}
@media (min-width: 1200px) {
  .header-wrap {
    align-items: stretch;
  }
}

.a-burger {
  position: relative;
  z-index: 1100;
  cursor: pointer;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 1.4rem;
}
@media (min-width: 1200px) {
  .a-burger {
    display: none;
  }
}

.a-burger.is-active {
  border: 1px solid #fff !important;
}

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

.a-burger.is-active div {
  background-color: #fff !important;
}

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

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

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

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

.header-box {
  display: none;
  align-items: center;
  justify-content: start;
  transition: all 0.3s;
  padding: 1.4rem 2rem;
  gap: 1rem;
}
.header-box a {
  min-width: auto;
}
.header-box p {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  color: #fff;
  transition: all 0.3s;
}
.header-box a:hover p {
  color: #efce75 !important;
}
@media (min-width: 1200px) {
  .header-box {
    display: flex;
    gap: 2rem;
    padding: 1.5rem;
  }
}

.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #be9a38;
  padding: 1.4rem;
  transition: all 0.3s;
  margin-left: auto;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .header-button {
    width: 280px;
  }
}
.header-button.shinsengumi {
  background-color: #c86828;
}
.header-button p {
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  color: #fff;
}

.header-button:hover {
  background-color: #c86828 !important;
}

.header-button.shinsengumi:hover {
  background-color: #292929 !important;
}

/* フッター */
.foot-wrap {
  width: 100%;
  background-color: #26200e;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.foot-wrap::before {
  content: "";
  display: block;
  width: 316px;
  height: 124px;
  background-image: url("../images/foot-deco1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -15%;
  bottom: 4%;
  z-index: -1;
}
@media (min-width: 768px) {
  .foot-wrap::before {
    width: 420px;
    height: 194px;
    right: -10%;
    bottom: -10%;
  }
}
@media (min-width: 1200px) {
  .foot-wrap::before {
    width: 462px;
    right: 0%;
    bottom: -2%;
  }
}

.foot-box {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  padding-inline: 3.4rem;
  max-width: 882px;
}
@media (min-width: 768px) {
  .foot-box {
    flex-direction: row;
    align-items: start;
    gap: 0;
    padding-inline: 0;
  }
}
.foot-box .l,
.foot-box .r {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.foot-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .foot-company {
    align-items: start;
    text-align: start;
  }
}
.foot-company .name {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
}
.foot-company .access {
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 1.8;
}
.foot-company .button-f {
  display: block;
  padding: 1.2rem 2rem;
  background-color: #d8d1be;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .foot-company .button-f {
    padding: 1.4rem 2.8rem;
  }
}
.foot-company .button-f p {
  color: #26200e !important;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
}
.foot-company .button-f:hover {
  background-color: #efce75;
}

.foot-menu-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .foot-menu-box {
    align-items: start;
  }
}
.foot-menu-box .foot-list {
  display: inline-flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .foot-menu-box .foot-list {
    flex-direction: row;
  }
}
.foot-menu-box a {
  display: block;
  align-items: center;
  justify-content: start;
  min-height: auto;
}
.foot-menu-box a.store {
  position: relative;
  padding-left: 34px;
}
.foot-menu-box a.store::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/foot-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot-menu-box a p {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  color: #fff;
  transition: all 0.3s;
}
.foot-menu-box a:hover p {
  color: #efce75;
}

/* 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: 50px;
  max-width: 340px;
  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: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  width: 108px;
  height: 32px;
  padding: 15px 0 !important;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
}

.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: 386px;
  }
}
/* Nextボタン */
.webgene-pagination li.next a::after,
.pagelink p.next a::after {
  content: "";
  display: block;
  width: 33px;
  height: 7px;
  background-image: url("../images/page-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: 33px;
  height: 7px;
  background-image: url("../images/page-arrow-r.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::before {
  transform: translateX(-6px);
}

.news-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem;
  max-width: 310px;
  width: 100%;
  border: 1px solid #363636;
  background-color: #fff;
  transition: all 0.3s;
}
.news-back-button:hover {
  background-color: #a3987c;
}
.news-back-button p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  color: #2d2d2d;
}

.newsdetail-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 846px;
  margin-inline: auto;
}

.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: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */
}
.fv-wrap .fv-bg-img {
  position: absolute;
  inset: 0;
  background-image: url("../images/top-fv-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fv-wrap .fv-overlay {
  position: absolute;
  inset: 0;
  background: rgba(37, 31, 16, 0.85);
  opacity: 0;
}
.fv-wrap .fv-content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
}
.fv-wrap .fv-content .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .fv-wrap .fv-content .text-box {
    gap: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-content .text-box {
    gap: 2rem;
  }
}
.fv-wrap .fv-content .text-box .jp {
  font-size: clamp(2.125rem, 1.68rem + 1.93vw, 3.5rem);
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.45);
}
.fv-wrap .fv-content .text-box .jp2 {
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.45);
  line-height: 2;
}
.fv-wrap .fv-content .text-box .en {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}
.fv-wrap .fv-content .text-box .logo-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  width: 85%;
  margin-top: 1.4rem;
}
@media (min-width: 768px) {
  .fv-wrap .fv-content .text-box .logo-box {
    gap: 1.4rem;
    width: 70%;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .fv-wrap .fv-content .text-box .logo-box {
    width: 75%;
    max-width: 560px;
  }
}
.fv-wrap .fv-content .text-box .logo-box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.fv-wrap .fv-content2 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  top: 12%;
  left: -20%;
}
@media (min-width: 992px) {
  .fv-wrap .fv-content2 {
    left: -4%;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-content2 {
    left: 5%;
  }
}
.fv-wrap .fv-content2 img {
  max-width: 440px;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .fv-wrap .fv-content2 img {
    width: 100%;
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-content2 img {
    max-width: 300px;
  }
}
.fv-wrap .fv-content3 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  bottom: 6%;
  right: -86%;
}
@media (min-width: 768px) {
  .fv-wrap .fv-content3 {
    right: -12%;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .fv-wrap .fv-content3 {
    right: -4%;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-content3 {
    right: 2%;
  }
}
.fv-wrap .fv-content3 img {
  max-width: 440px;
  width: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .fv-wrap .fv-content3 img {
    width: 100%;
    max-width: 270px;
  }
}
@media (min-width: 1200px) {
  .fv-wrap .fv-content3 img {
    max-width: 320px;
  }
}
.fv-wrap .fv-content4 {
  position: absolute;
  right: 50%;
  transform: translateY(30px);
  bottom: 6%;
  writing-mode: vertical-rl;
  color: #fff;
  opacity: 0;
}
@media (min-width: 992px) {
  .fv-wrap .fv-content4 {
    bottom: 9%;
  }
}
.fv-wrap .fv-content4 p {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.fv-wrap .fv-content4::before {
  -webkit-animation: scroll 4s infinite;
          animation: scroll 4s infinite;
  background-color: #fff;
  bottom: -138px;
  content: "";
  height: 118px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
.fv-wrap .scroll::after {
  background-color: #ccc;
  bottom: -138px;
  content: "";
  height: 118px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.fv-wrap .fv-content.edit,
.fv-wrap .fv-content2.edit,
.fv-wrap .fv-content3.edit,
.fv-wrap .fv-content4.edit {
  opacity: 1;
  transform: translateY(0);
}

.fv-sub-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  width: 100%;
}
@media (min-width: 768px) {
  .fv-sub-wrap {
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  .fv-sub-wrap {
    height: 100vh;
  }
}
.fv-sub-wrap .img-box {
  flex: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-sub-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fv-sub-wrap .box2 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fv-sub-wrap .box2 .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  gap: 1.2rem;
  z-index: 0;
  min-width: 400px;
}
.fv-sub-wrap .box2 .title-box::before {
  content: "";
  display: block;
  width: 216px;
  height: 126px;
  background-image: url("../images/fv-sub-deco1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -25%;
  top: -176%;
  z-index: -1;
}
@media (min-width: 768px) {
  .fv-sub-wrap .box2 .title-box::before {
    width: 310px;
    height: 246px;
    left: -56%;
    top: -200%;
  }
}
@media (min-width: 992px) {
  .fv-sub-wrap .box2 .title-box::before {
    width: 410px;
    left: -110%;
  }
}
.fv-sub-wrap .box2 .title-box::after {
  content: "";
  display: block;
  width: 200px;
  height: 128px;
  background-image: url("../images/fv-sub-deco2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -20%;
  bottom: -182%;
  z-index: -1;
}
@media (min-width: 768px) {
  .fv-sub-wrap .box2 .title-box::after {
    width: 320px;
    height: 320px;
    right: -70%;
    bottom: -164%;
  }
}
@media (min-width: 992px) {
  .fv-sub-wrap .box2 .title-box::after {
    width: 364px;
    right: -110%;
  }
}
.fv-sub-wrap .box2 .title-box p {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  letter-spacing: 0.2em;
}
.fv-sub-wrap .box2 .title-box h1 {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}

.fv-sub-logo {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -286px;
  max-width: 320px;
  width: 45%;
}
@media (min-width: 768px) {
  .fv-sub-logo {
    width: 60%;
    top: -290px;
  }
}
@media (min-width: 992px) {
  .fv-sub-logo {
    width: 60%;
  }
}

.fuwafuwa {
  --float-y: -7px;
  --rotate: 7deg;
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
}

/* バリエーション管理 */
.fuwafuwa--sm {
  --float-y: -4px;
  --rotate: 4deg;
}

.fuwafuwa--md {
  --float-y: -7px;
  --rotate: 7deg;
}

.fuwafuwa--lg {
  --float-y: -12px;
  --rotate: 10deg;
}

.fuwafuwa--no-rotate {
  --rotate: 0deg;
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(calc(var(--rotate) * -1));
  }
  50% {
    transform: translate(0, var(--float-y)) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(var(--rotate));
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(calc(var(--rotate) * -1));
  }
  50% {
    transform: translate(0, var(--float-y)) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(var(--rotate));
  }
}
@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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5rem;
  position: relative;
  z-index: 0;
  max-width: 1512px;
}
@media (min-width: 768px) {
  .top-sec2-wrap {
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 3rem;
  }
}
.top-sec2-wrap::after {
  content: "";
  display: block;
  width: 545px;
  height: 270px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  bottom: -10%;
  z-index: -1;
}
.top-sec2-wrap .img-box {
  max-width: 997px;
  width: 100%;
  height: 35vh;
  overflow: hidden;
  position: relative;
}
.top-sec2-wrap .img-box::after {
  content: "";
  display: block;
  width: 260px;
  height: 100px;
  background-image: url("../images/top-sec2-deco1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20%;
  bottom: 3%;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-sec2-wrap .img-box::after {
    width: 480px;
    height: 145px;
    left: -18%;
    bottom: 10%;
  }
}
@media (min-width: 768px) {
  .top-sec2-wrap .img-box {
    height: auto;
    width: 65%;
  }
}
.top-sec2-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec2-wrap .text-box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .top-sec2-wrap .text-box {
    gap: 1.4rem;
    margin-right: auto;
    margin-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-sec2-wrap .text-box {
    margin-left: 8rem;
  }
}
.top-sec2-wrap .text-box::before {
  content: "";
  display: block;
  width: 200px;
  height: 75px;
  background-image: url("../images/top-sec2-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -215%;
  top: 105%;
  z-index: -1;
}
@media (min-width: 768px) {
  .top-sec2-wrap .text-box::before {
    width: 240px;
    height: 75px;
    right: -110%;
    top: 84%;
  }
}
@media (min-width: 992px) {
  .top-sec2-wrap .text-box::before {
    top: 70%;
  }
}
.top-sec2-wrap .text-box .en {
  writing-mode: vertical-rl;
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  margin-top: 0.6rem;
}
.top-sec2-wrap .text-box .jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
}

.top-sec2-wrap-spare {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5rem;
  position: relative;
  z-index: 0;
  max-width: 1512px;
}
@media (min-width: 768px) {
  .top-sec2-wrap-spare {
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .top-sec2-wrap-spare {
    gap: 3rem;
  }
}
.top-sec2-wrap-spare::after {
  content: "";
  display: block;
  width: 545px;
  height: 270px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  bottom: -10%;
  z-index: -1;
}
.top-sec2-wrap-spare .img-box {
  max-width: 997px;
  width: 100%;
  height: 35vh;
  overflow: hidden;
  position: relative;
}
.top-sec2-wrap-spare .img-box::after {
  content: "";
  display: block;
  width: 260px;
  height: 100px;
  background-image: url("../images/top-sec2-deco1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20%;
  bottom: 3%;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-sec2-wrap-spare .img-box::after {
    width: 480px;
    height: 145px;
    left: -52%;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .top-sec2-wrap-spare .img-box::after {
    left: -18%;
  }
}
@media (min-width: 768px) {
  .top-sec2-wrap-spare .img-box {
    height: auto;
    width: 65%;
  }
}
.top-sec2-wrap-spare .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec2-wrap-spare .text-box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  z-index: 0;
  margin-right: 10rem;
}
@media (min-width: 768px) {
  .top-sec2-wrap-spare .text-box {
    gap: 1rem;
    margin-right: auto;
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .top-sec2-wrap-spare .text-box {
    margin-left: 2rem;
  }
}
.top-sec2-wrap-spare .text-box::before {
  content: "";
  display: block;
  width: 200px;
  height: 75px;
  background-image: url("../images/top-sec2-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -70%;
  top: 105%;
  z-index: -1;
}
@media (min-width: 768px) {
  .top-sec2-wrap-spare .text-box::before {
    width: 240px;
    height: 75px;
    right: -50%;
    top: 84%;
  }
}
@media (min-width: 992px) {
  .top-sec2-wrap-spare .text-box::before {
    top: 70%;
  }
}
.top-sec2-wrap-spare .text-box .en {
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}
.top-sec2-wrap-spare .text-box .jp {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
}

.top-sec2-wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5rem;
  position: relative;
  z-index: 0;
  max-width: 1512px;
}
@media (min-width: 768px) {
  .top-sec2-wrap2 {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 3rem;
  }
}
.top-sec2-wrap2::after {
  content: "";
  display: block;
  width: 545px;
  height: 270px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  bottom: -10%;
  z-index: -1;
}
.top-sec2-wrap2 .text-box {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .top-sec2-wrap2 .text-box {
    gap: 2.4rem;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .top-sec2-wrap2 .text-box {
    margin-right: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-sec2-wrap2 .text-box {
    margin-right: 8rem;
  }
}
.top-sec2-wrap2 .text-box .title {
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  line-height: 2.2;
}
.top-sec2-wrap2 .text-box .text {
  font-size: clamp(0.625rem, 0.585rem + 0.18vw, 0.75rem);
  line-height: 2.4;
}
.top-sec2-wrap2 .img-box {
  max-width: 702px;
  width: 100%;
  height: 35vh;
  overflow: hidden;
  position: relative;
}
.top-sec2-wrap2 .img-box::after {
  content: "";
  display: block;
  width: 240px;
  height: 100px;
  background-image: url("../images/top-sec2-deco3.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -20%;
  bottom: 3%;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-sec2-wrap2 .img-box::after {
    width: 400px;
    height: 166px;
    bottom: 10%;
  }
}
@media (min-width: 768px) {
  .top-sec2-wrap2 .img-box {
    height: auto;
    width: 45%;
  }
}
.top-sec2-wrap2 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-sec3-wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.top-sec3-wrap::before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background-image: url("../images/top-sec3-deco1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -4%;
  bottom: 4%;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-sec3-wrap::before {
    width: 348px;
    height: 348px;
    left: -2%;
    bottom: -2%;
  }
}
.top-sec3-wrap::after {
  content: "";
  display: block;
  width: 180px;
  height: 130px;
  background-image: url("../images/top-sec3-deco2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -5%;
  bottom: -2%;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-sec3-wrap::after {
    width: 372px;
    height: 296px;
    right: 2%;
    bottom: 5%;
  }
}

.top-sec3-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  z-index: 4;
}
@media (min-width: 768px) {
  .top-sec3-bg {
    width: 90%;
    height: 70%;
  }
}
.top-sec3-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-sec3-news {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  z-index: 6;
}
@media (min-width: 768px) {
  .top-sec3-news {
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
}
.top-sec3-news .title {
  display: inline-flex;
  padding: 2rem;
  background-color: #fff;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .top-sec3-news .title {
    padding: 4rem;
  }
}
.top-sec3-news .title .en {
  writing-mode: vertical-rl;
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  margin-top: 0.6rem;
}
.top-sec3-news .title .jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
}
.top-sec3-news .news-box {
  flex: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  padding: 3.6rem 2rem;
  gap: 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .top-sec3-news .news-box {
    padding: 4rem;
  }
}
.top-sec3-news .news-box .news {
  width: 100%;
}

.top-sec3-news-spare {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  z-index: 6;
}
@media (min-width: 992px) {
  .top-sec3-news-spare {
    flex-direction: row;
    align-items: start;
    justify-content: center;
  }
}
.top-sec3-news-spare .title {
  display: inline-flex;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.85);
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .top-sec3-news-spare .title {
    padding: 4rem;
  }
}
.top-sec3-news-spare .title .en {
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}
.top-sec3-news-spare .title .jp {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
}
.top-sec3-news-spare .news-box {
  flex: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  padding: 3.6rem 2rem;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .top-sec3-news-spare .news-box {
    padding: 4rem;
  }
}
.top-sec3-news-spare .news-box .news {
  width: 100%;
}

.top-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-sec4-wrap::before {
  content: "";
  display: block;
  width: 545px;
  height: 270px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: -5%;
  right: 0;
}

.top-sec4-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 0;
  text-align: center;
  padding-block: 6rem;
}
@media (min-width: 992px) {
  .top-sec4-title {
    padding-block: 8rem;
  }
}
.top-sec4-title::before {
  content: "";
  display: block;
  width: 210px;
  height: 52px;
  background-image: url("../images/title-deco-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 16%;
  left: -22%;
}
@media (min-width: 768px) {
  .top-sec4-title::before {
    top: 15%;
    left: 8%;
  }
}
.top-sec4-title::after {
  content: "";
  display: block;
  width: 174px;
  height: 56px;
  background-image: url("../images/title-deco-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 16%;
  right: -12%;
}
@media (min-width: 768px) {
  .top-sec4-title::after {
    bottom: 15%;
    right: 8%;
  }
}
.top-sec4-title .en {
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}
.top-sec4-title .jp {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
  letter-spacing: 0.15em;
}

.top-sec4-img {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 2.4rem;
}
@media (min-width: 768px) {
  .top-sec4-img {
    padding-block: 10rem;
  }
}

.top-sec4-overlay {
  position: absolute;
  inset: 0;
  background: rgb(57, 23, 1);
  opacity: 0; /* 初期は透明 */
  pointer-events: none;
}

.top-sec4-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  gap: 1.6rem;
  color: #fff;
  text-align: center;
}
.top-sec4-text .title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 2.4;
}
.top-sec4-text .text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  line-height: 3.4;
}
@media (min-width: 768px) {
  .top-sec4-text .text {
    line-height: 4;
  }
}

.top-sec5-illus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  z-index: 6;
}
@media (min-width: 768px) {
  .top-sec5-illus {
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 1rem;
  }
}
.top-sec5-illus .title {
  display: inline-flex;
  padding: 2rem;
  background-color: #fff;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .top-sec5-illus .title {
    padding: 4rem;
  }
}
.top-sec5-illus .title .en {
  writing-mode: vertical-rl;
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  margin-top: 0.6rem;
}
.top-sec5-illus .title .jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
}
.top-sec5-illus .illus-box {
  width: 100%;
}
.top-sec5-illus .illus-box img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.top-sec5-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top-sec5-wrap::before {
  content: "";
  display: block;
  width: 545px;
  height: 270px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: -5%;
  left: 0;
}

.top-sec5-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .top-sec5-list {
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .top-sec5-list {
    gap: 1rem;
  }
}
.top-sec5-list .store-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec5-list .store-box {
    width: calc(50% - 0.5rem);
    gap: 1rem;
    justify-content: space-between;
  }
}
.top-sec5-list .store-button {
  display: block;
  background-color: #d8d1be;
  position: relative;
  border-radius: 20px 20px 0 20px;
  padding: 1.4rem;
  width: calc(50% - 0.5rem);
}
@media (min-width: 768px) {
  .top-sec5-list .store-button {
    padding: 1.2rem;
  }
}
@media (min-width: 992px) {
  .top-sec5-list .store-button {
    padding: 1.8rem;
  }
}
.top-sec5-list .store-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-b.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 6%;
  right: 6%;
  transition: all 0.3s;
}
.top-sec5-list .store-button:hover::before {
  bottom: 3%;
  right: 3%;
}
.top-sec5-list .store-button img {
  transition: all 0.3s;
}
.top-sec5-list .store-button:hover img {
  transform: scale(1.03);
}

.store-soon {
  display: block;
  background-color: #d8d1be;
  position: relative;
  border-radius: 20px;
  padding: 1.4rem;
  width: calc(50% - 0.5rem);
}
@media (min-width: 768px) {
  .store-soon {
    padding: 1.2rem;
  }
}
@media (min-width: 992px) {
  .store-soon {
    padding: 1.8rem;
  }
}
.store-soon img {
  transition: all 0.3s;
}

.top-sec6-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 0;
  gap: 1.4rem;
}
@media (min-width: 768px) {
  .top-sec6-wrap {
    flex-direction: row;
    gap: 0;
  }
}
.top-sec6-wrap::before {
  content: "";
  display: block;
  width: 332px;
  height: 332px;
  background-image: url("../images/top-sec6-deco.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: -86%;
  left: -10%;
}
.top-sec6-wrap .title {
  font-size: clamp(1.5rem, 1.257rem + 1.05vw, 2.25rem);
  line-height: 2.2;
}
.top-sec6-wrap .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 2.4;
}

.top-sec6-wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  gap: 1.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .top-sec6-wrap2 {
    flex-direction: row;
  }
}
.top-sec6-wrap2 .img-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec6-wrap2 .img-box {
    align-items: center;
    justify-content: center;
  }
}
.top-sec6-wrap2 .img-box .title-box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .top-sec6-wrap2 .img-box .title-box {
    gap: 1.2rem;
  }
}
.top-sec6-wrap2 .img-box .title-box h2 {
  font-size: clamp(1.5rem, 0.69rem + 3.5vw, 4rem);
  letter-spacing: 0.15em;
}
.top-sec6-wrap2 .img-box .title-box p {
  font-size: clamp(0.875rem, 0.551rem + 1.4vw, 1.875rem);
}
.top-sec6-wrap2 .img-box .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-sec6-wrap2 .img-box .button-box {
    width: 100%;
  }
}
.top-sec6-wrap2 .img-box .button-box .button {
  background-color: #fff;
  padding: 1.4rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .top-sec6-wrap2 .img-box .button-box .button {
    margin-left: auto;
  }
}

.top-sec7-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.top-sec7-wrap::before {
  content: "";
  display: block;
  width: 340px;
  height: 170px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -40%;
  top: -6%;
  z-index: -1;
}
@media (min-width: 768px) {
  .top-sec7-wrap::before {
    width: 545px;
    height: 270px;
    right: -10%;
    top: -10%;
  }
}
@media (min-width: 1200px) {
  .top-sec7-wrap::before {
    right: 5%;
  }
}
.top-sec7-wrap::after {
  content: "";
  display: block;
  width: 340px;
  height: 200px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -38%;
  bottom: -10%;
  z-index: -1;
}
@media (min-width: 768px) {
  .top-sec7-wrap::after {
    width: 545px;
    height: 270px;
    left: -10%;
    bottom: -10%;
  }
}
@media (min-width: 1200px) {
  .top-sec7-wrap::after {
    left: 5%;
  }
}

.top-sec7-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 0;
  text-align: center;
  padding-block: 6rem;
}
@media (min-width: 992px) {
  .top-sec7-title {
    padding-block: 8rem;
  }
}
.top-sec7-title::before {
  content: "";
  display: block;
  width: 210px;
  height: 52px;
  background-image: url("../images/title-deco-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 16%;
  left: -22%;
}
@media (min-width: 768px) {
  .top-sec7-title::before {
    top: 15%;
    left: 8%;
  }
}
.top-sec7-title::after {
  content: "";
  display: block;
  width: 174px;
  height: 56px;
  background-image: url("../images/title-deco-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 16%;
  right: -12%;
}
@media (min-width: 768px) {
  .top-sec7-title::after {
    bottom: 15%;
    right: 8%;
  }
}
.top-sec7-title .en {
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}
.top-sec7-title .jp {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
  letter-spacing: 0.15em;
}

.con-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.con-sec2-wrap::before {
  content: "";
  display: block;
  width: 345px;
  height: 281px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: -5%;
  right: -18%;
}
@media (min-width: 768px) {
  .con-sec2-wrap::before {
    width: 545px;
    height: 270px;
    top: -5%;
    right: 0;
  }
}

.con-sec2-img {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-block: 5rem;
  display: flex;
  align-items: center;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .con-sec2-img {
    padding-block: 8rem;
  }
}

.con-sec2-overlay {
  position: absolute;
  inset: 0;
  background: rgb(31, 18, 7);
  opacity: 0; /* 初期は透明 */
  pointer-events: none;
}

.con-sec2-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  gap: 1.6rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .con-sec2-text {
    text-align: start;
    align-items: start;
    margin-left: auto;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .con-sec2-text {
    width: 70%;
  }
}
.con-sec2-text .title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  line-height: 2.4;
}
.con-sec2-text .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  line-height: 4;
}
.con-sec2-text::after {
  content: "";
  display: none;
  width: 238px;
  height: 242px;
  background-image: url("../images/con-sec2-deco.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 4;
  bottom: -55%;
  left: -42%;
}
@media (min-width: 768px) {
  .con-sec2-text::after {
    display: block;
  }
}
@media (min-width: 992px) {
  .con-sec2-text::after {
    width: 338px;
    bottom: -30%;
    left: -62%;
  }
}
@media (min-width: 1200px) {
  .con-sec2-text::after {
    left: -50%;
  }
}

.con-sec3-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5rem;
  position: relative;
  z-index: 0;
  max-width: 1140px;
}
@media (min-width: 768px) {
  .con-sec3-wrap {
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .con-sec3-wrap.reverse {
    flex-direction: row-reverse;
  }
}
.con-sec3-wrap .img-box {
  max-width: 750px;
  min-width: 370px;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .con-sec3-wrap .img-box {
    height: auto;
    width: 50%;
  }
}
.con-sec3-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con-sec3-wrap .text-box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  max-width: 360px;
  width: 100%;
  padding-inline: 2rem;
}
@media (min-width: 768px) {
  .con-sec3-wrap .text-box.l {
    margin-left: 4rem;
    padding-inline: 0;
  }
}
@media (min-width: 1200px) {
  .con-sec3-wrap .text-box.l {
    margin-left: 6rem;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .con-sec3-wrap .text-box.r {
    margin-right: 4rem;
    padding-inline: 0;
  }
}
@media (min-width: 1200px) {
  .con-sec3-wrap .text-box.r {
    margin-right: 6rem;
    margin-left: auto;
  }
}
.con-sec3-wrap .text-box::before {
  content: "";
  display: block;
  width: 380px;
  height: 280px;
  background-image: url("../images/con-sec3-deco.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -45%;
  bottom: 0%;
  z-index: -1;
}
.con-sec3-wrap .v-text-box {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .con-sec3-wrap .v-text-box {
    gap: 1.4rem;
  }
}
.con-sec3-wrap .v-text-box .en {
  writing-mode: vertical-rl;
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  margin-top: 0.6rem;
}
.con-sec3-wrap .v-text-box .jp {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
  line-height: 2.2;
}
.con-sec3-wrap .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  line-height: 3;
}

.con-sec3-wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .con-sec3-wrap2 {
    flex-direction: row;
    gap: 1.4rem;
  }
}
.con-sec3-wrap2 .img-box {
  flex: none;
  overflow: hidden;
  width: 100%;
  height: 25vh;
}
@media (min-width: 768px) {
  .con-sec3-wrap2 .img-box {
    flex: 1;
    height: 100%;
  }
}
.con-sec3-wrap2 .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.con-sec6-img {
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 2.4rem;
}
@media (min-width: 768px) {
  .con-sec6-img {
    padding-block: 10rem;
  }
}

.con-sec6-overlay {
  position: absolute;
  inset: 0;
  background: rgb(57, 23, 1);
  opacity: 0; /* 初期は透明 */
  pointer-events: none;
}

.con-sec6-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 4;
  gap: 2.4rem;
  color: #fff;
  text-align: center;
}
.con-sec6-text .title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  line-height: 2;
}
.con-sec6-text .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 2.6;
}

.list-sec2-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media (min-width: 768px) {
  .list-sec2-wrap {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .list-sec2-wrap {
    gap: 1.2rem;
  }
}
.list-sec2-wrap .img-box {
  flex: none;
  width: 100%;
  height: 50vh;
}
.list-sec2-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .list-sec2-wrap .img-box {
    flex: 1.2;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .list-sec2-wrap .img-box {
    flex: 1.6;
    height: 100%;
  }
}
.list-sec2-wrap .text-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: start;
  justify-content: center;
  padding-inline: 2rem;
}
@media (min-width: 992px) {
  .list-sec2-wrap .text-box {
    align-items: center;
    gap: 2.6rem;
  }
}
.list-sec2-wrap .text-box .title {
  font-size: clamp(1rem, 0.717rem + 1.23vw, 1.875rem);
  line-height: 2.6;
}
@media (min-width: 992px) {
  .list-sec2-wrap .text-box .title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    margin-right: 2.2rem;
  }
}
.list-sec2-wrap .text-box .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 2.8;
}

.list-sec4-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding-inline: 1.8rem;
  padding-block: 3rem;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .list-sec4-wrap {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .list-sec4-wrap {
    padding: 4.8rem;
  }
}
.list-sec4-wrap .store-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .list-sec4-wrap .store-box {
    flex-direction: row;
  }
}
.list-sec4-wrap .store-box .name-logo {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .list-sec4-wrap .store-box .name-logo {
    gap: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .list-sec4-wrap .store-box .name-logo {
    gap: 4.4rem;
  }
}
.list-sec4-wrap .store-box .name-logo .logo {
  width: 60%;
  height: auto;
}
@media (min-width: 768px) {
  .list-sec4-wrap .store-box .name-logo .logo {
    width: 65%;
  }
}
.list-sec4-wrap .store-box .name-logo h2 {
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  line-height: 2.4;
}
.list-sec4-wrap .store-box .store-img {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .list-sec4-wrap .store-box .store-img {
    flex: 0.8;
  }
}
@media (min-width: 992px) {
  .list-sec4-wrap .store-box .store-img {
    flex: 1.2;
  }
}
.list-sec4-wrap .store-box .store-img .img1 {
  height: 100%;
  width: 100%;
}
.list-sec4-wrap .store-box .store-img .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-sec4-wrap .store-box .store-img .img2 {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.list-sec4-wrap .store-box .store-img .img2 img {
  width: 100%;
  height: 100%;
}

.list-sec4-text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 2.6;
}

.list-sec4-button {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .list-sec4-button {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.list-sec4-button .icon-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.4rem;
}
.list-sec4-button .icon-box a img {
  transition: all 0.3s;
}
.list-sec4-button .icon-box a:hover img {
  transform: scale(1.08);
}

.list-sec5-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 0;
}
.list-sec5-wrap::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background-image: url("../images/list-sec3-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: -8%;
  right: -8%;
}
@media (min-width: 992px) {
  .list-sec5-wrap::before {
    width: 260px;
    height: 260px;
  }
}
.list-sec5-wrap::after {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background-image: url("../images/list-sec3-deco1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: -8%;
  left: -8%;
}
@media (min-width: 992px) {
  .list-sec5-wrap::after {
    width: 260px;
    height: 260px;
  }
}
.list-sec5-wrap .title {
  font-size: clamp(0.875rem, 0.592rem + 1.23vw, 1.75rem);
  line-height: 2.8;
}
.list-sec5-wrap .text {
  font-size: clamp(0.625rem, 0.423rem + 0.88vw, 1.25rem);
  line-height: 2.6;
}

.shin-sec2-title {
  background-image: url("../images/shin-sec2-deco.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  padding-block: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .shin-sec2-title {
    padding-block: 6rem;
  }
}
@media (min-width: 992px) {
  .shin-sec2-title {
    padding-block: 8rem;
  }
}
.shin-sec2-title h2 {
  font-size: clamp(1rem, 0.595rem + 1.75vw, 2.25rem);
  align-items: center;
}

.shin-sec2-wrap {
  position: relative;
  padding-block: 2rem;
  display: flex;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .shin-sec2-wrap {
    padding-block: 5rem;
  }
}
.shin-sec2-wrap .shin-sec2-bg {
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.shin-sec2-wrap .shin-sec2-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.shin-sec2-wrap .img-box {
  width: 100%;
  max-width: 934px;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shin-sec2-wrap .img-box {
    width: 85%;
  }
}
.shin-sec2-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shin-sec3-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 0;
  max-width: 948px;
}
.shin-sec3-wrap::before {
  content: "";
  display: block;
  width: 230px;
  height: 160px;
  background-image: url("../images/shin-01.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: -2%;
  right: 10%;
}
@media (min-width: 1200px) {
  .shin-sec3-wrap::before {
    right: 4%;
  }
}
.shin-sec3-wrap.godai::before {
  background-image: url("../images/godai-01.svg");
}
.shin-sec3-wrap.go-men::before {
  background-image: url("../images/go-men01.svg");
}
.shin-sec3-wrap.icon02::before {
  background-image: url("../images/shin-02.svg");
}
.shin-sec3-wrap.icon02.godai::before {
  background-image: url("../images/godai-02.svg");
}
.shin-sec3-wrap.icon02.go-men::before {
  background-image: url("../images/go-men02.svg");
}
.shin-sec3-wrap.icon03::before {
  background-image: url("../images/shin-03.svg");
}
.shin-sec3-wrap.icon03.godai::before {
  background-image: url("../images/godai-03.svg");
}
.shin-sec3-wrap .title {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  color: #ac8312;
}
.shin-sec3-wrap.godai .title {
  color: #160848;
}
.shin-sec3-wrap.go-men .title {
  color: #b24a06;
}
.shin-sec3-wrap .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 3;
}

.shin-sec4-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 0;
  text-align: center;
  padding-block: 6rem;
  background-color: #efce75;
}
@media (min-width: 992px) {
  .shin-sec4-title {
    padding-block: 8rem;
  }
}
.shin-sec4-title.godai {
  background-color: #bab5d7;
}
.shin-sec4-title.go-men {
  background-color: #f6c3a1;
}
.shin-sec4-title::before {
  content: "";
  display: block;
  width: 210px;
  height: 52px;
  background-image: url("../images/shin-sec3-deco1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 16%;
  left: -22%;
}
@media (min-width: 768px) {
  .shin-sec4-title::before {
    top: 15%;
    left: 8%;
  }
}
@media (min-width: 1200px) {
  .shin-sec4-title::before {
    left: 18%;
  }
}
.shin-sec4-title::after {
  content: "";
  display: block;
  width: 174px;
  height: 56px;
  background-image: url("../images/shin-sec3-deco2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 16%;
  right: -16%;
}
@media (min-width: 768px) {
  .shin-sec4-title::after {
    bottom: 15%;
    right: 8%;
  }
}
@media (min-width: 1200px) {
  .shin-sec4-title::after {
    right: 18%;
  }
}
.shin-sec4-title .en {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}
.shin-sec4-title .jp {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  letter-spacing: 0.15em;
}

.shin-sec4-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem;
}
.shin-sec4-box .img-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.65/1;
  overflow: hidden;
  background-color: #fff;
}
.shin-sec4-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shin-sec4-box .text {
  position: relative;
  padding-left: 40px;
  width: 100%;
  margin-right: auto;
}
.shin-sec4-box .text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/foot-deco2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shin-sec4-box .text p {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
}

.shin-sec5-wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shin-sec5-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 0;
  text-align: center;
  padding-block: 6rem;
}
@media (min-width: 992px) {
  .shin-sec5-title {
    padding-block: 8rem;
  }
}
.shin-sec5-title::before {
  content: "";
  display: block;
  width: 210px;
  height: 52px;
  background-image: url("../images/title-deco-l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 16%;
  left: -36%;
}
@media (min-width: 768px) {
  .shin-sec5-title::before {
    top: 15%;
    left: 8%;
  }
}
.shin-sec5-title::after {
  content: "";
  display: block;
  width: 174px;
  height: 56px;
  background-image: url("../images/title-deco-r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 16%;
  right: -26%;
}
@media (min-width: 768px) {
  .shin-sec5-title::after {
    bottom: 15%;
    right: 8%;
  }
}
.shin-sec5-title .en {
  color: #c86828;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
}
.shin-sec5-title .jp {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
  letter-spacing: 0.15em;
}

.shin-list-box {
  max-width: 656px;
}

.shin-sec5-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
}
@media (min-width: 768px) {
  .shin-sec5-list {
    flex-direction: row;
    justify-content: start;
  }
}
.shin-sec5-list .title {
  padding-block: 1rem;
  line-height: 2.4;
}
.shin-sec5-list .text {
  padding-block: 1rem;
  padding-left: 2rem;
  border-left: 0.5px solid #363636;
  line-height: 2.4;
}

.map-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  text-align: center;
  color: #5d3209;
}
.map-wrap .title {
  font-size: clamp(1rem, 0.676rem + 1.4vw, 2rem);
}
.map-wrap .text {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
}
.map-wrap .map-box {
  width: 100%;
  max-width: 800px;
  height: 340px;
}

.shin-sec6-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  text-align: center;
}
.shin-sec6-wrap .title {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 2.4;
}
.shin-sec6-wrap .text {
  font-size: clamp(0.625rem, 0.544rem + 0.35vw, 0.875rem);
  line-height: 2.4;
}

.comp-sec2-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.comp-sec2-wrap .comp-sec2-bg {
  width: 100%;
  padding-block: 140px;
  position: relative;
  z-index: -1;
}
@media (min-width: 768px) {
  .comp-sec2-wrap .comp-sec2-bg {
    padding-block: 200px;
  }
}
@media (min-width: 1200px) {
  .comp-sec2-wrap .comp-sec2-bg {
    padding-block: 300px;
  }
}
.comp-sec2-wrap .comp-sec2-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .comp-sec2-wrap .comp-sec2-box {
    gap: 5rem;
  }
}
.comp-sec2-wrap .comp-sec2-box .title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  line-height: 2;
}
.comp-sec2-wrap .comp-sec2-box .text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  line-height: 3;
}

.comp-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-block: 4rem;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .comp-sec3-box {
    margin-block: 8rem;
  }
}
.comp-sec3-box::before {
  content: "";
  display: block;
  width: 340px;
  height: 200px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -10%;
  top: -14%;
  z-index: -1;
}
@media (min-width: 768px) {
  .comp-sec3-box::before {
    width: 600px;
    height: 366px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.comp-sec3-box .name {
  font-size: clamp(1.25rem, 0.683rem + 2.45vw, 3rem);
  color: #5d3209;
}

.comp-sec4-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.comp-sec4-box .title {
  color: #5d3209;
  font-size: clamp(1.25rem, 0.683rem + 2.45vw, 3rem);
}
.comp-sec4-box .text {
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  line-height: 2.6;
  margin-block: 4.8rem;
}
.comp-sec4-box .name-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.rec-sec2-wrap {
  position: relative;
}
.rec-sec2-wrap::after {
  content: "";
  display: block;
  width: 545px;
  height: 270px;
  background-image: url("../images/top-sec2-bg1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.rec-title {
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  color: #5d3209;
  letter-spacing: 0.15em;
}

.rec-sec4-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.rec-sec4-wrap .list-box {
  max-width: 694px;
  background-color: #fff;
  padding: 3.2rem 2.4rem;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .rec-sec4-wrap .list-box {
    padding: 3.2rem 4rem;
  }
}
.rec-sec4-wrap .list-box .p {
  position: relative;
  padding-left: 34px;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
}
.rec-sec4-wrap .list-box .p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/rec-sec4-deco.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .swiper {
    width: 75%;
    height: auto;
  }
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.swiper-reverse {
  direction: rtl;
}

.swiper-reverse .swiper-slide {
  direction: ltr;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}