@charset "UTF-8";
:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --shippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
  --futura: "futura-pt", sans-serif;
  --futura-bold: "futura-pt-bold", sans-serif;
  --tsuku: "fot-tsukuardgothic-std", sans-serif;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  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;
}

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

strong {
  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;
}

button {
  color: var(--main);
  cursor: pointer;
  transition: all 0.3s ease;
}
button:hover {
  transition: all 0.3s ease;
  color: white;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -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;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #9d9d9d;
}

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

.gjs-dashed .loading-overlay {
  display: none;
}
.gjs-dashed .top-fv .swiper-wrapper {
  display: flex;
}
.gjs-dashed .top-menu {
  height: auto !important;
}
.gjs-dashed .top-menu__inner {
  height: auto !important;
}
.gjs-dashed .top-menu__box {
  opacity: 1;
  position: static !important;
}

:root {
  --main: #3c3c3c;
  --base: #11295a;
  --sub: #e0d5b6;
}

body {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  color: var(--main);
  font-family: var(--shippori);
  letter-spacing: 0.7px;
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  line-height: 1.7;
}
@media (min-width: 768px) {
  body {
    line-height: 2;
  }
}
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  background: url(../images/bg.jpg) center/cover no-repeat;
  display: block;
  width: 100%;
  height: 100vh;
  inset: 0;
}

html.js_action_nav,
body.js_action_nav {
  overflow: hidden;
  touch-action: none;
}

.text {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text {
    line-height: 1.7;
  }
}

.zenkaku {
  font-family: var(--zenkaku);
}

.futura {
  font-family: var(--futura);
}

.futura-b {
  font-family: var(--futura-bold);
}

.tsuku {
  font-family: var(--tsuku);
}

.ja {
  font-family: sicyubi-hyojunkaisho, sans-serif;
}

.ja2 {
  font-family: sicshinyubi-mohitsugyoshotai, sans-serif;
}

.nv {
  color: var(--base);
}

.z-0 {
  z-index: -1;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-100 {
  z-index: 100;
}

.z-1000 {
  z-index: 1000;
}

/* Google翻訳のセレクトだけは必ず読める色に固定 */
#google_translate_element select.goog-te-combo,
#google_translate_element .goog-te-combo {
  color: #111 !important;
  background: #fff !important;
}

/* ドロップダウン項目（ブラウザによって効いたり効かなかったりするが入れておく） */
#google_translate_element select.goog-te-combo option {
  color: #111 !important;
  background: #fff !important;
}

.js-stop {
  height: 100vh;
  overflow: hidden;
}

.loading-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: #fff;
  pointer-events: none;
  transition: opacity 1s ease;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-overlay .logo {
  width: clamp(130px, 14vw, 200px);
}
.loading-overlay .logo img {
  width: 100%;
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.js-tick {
  display: inline-flex;
  white-space: nowrap;
}

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

@-webkit-keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.page-content {
  min-height: 100vh;
}

.btn-wrap > a,
.btn-wrap > button {
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  line-height: 1.9;
  border: solid 1px var(--main);
  gap: clamp(20px, 4vw, 55px);
}
@media (min-width: 768px) {
  .btn-wrap > a,
.btn-wrap > button {
    padding: 16px 30px;
  }
}
.btn-wrap > a > .insta-icon,
.btn-wrap > button > .insta-icon {
  margin-right: 4px;
}
.btn-wrap > a > p,
.btn-wrap > button > p {
  margin-right: 25px;
}
@media (min-width: 768px) {
  .btn-wrap > a > p,
.btn-wrap > button > p {
    margin-right: 55px;
  }
}
.btn-wrap > a::after,
.btn-wrap > button::after {
  content: "";
  display: block;
  width: 38px;
  height: 6px;
  background: url(../images/arrow_bk.svg) center/contain no-repeat;
  transition: all 0.3s ease;
  margin-left: auto;
}
.btn-wrap > a:hover,
.btn-wrap > button:hover {
  background-color: #374a70;
  color: white;
}
.btn-wrap > a:hover::after,
.btn-wrap > button:hover::after {
  transition: all 0.3s ease;
  transform: translateX(6px);
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
}
.btn-wrap.btn-wh > a {
  border: solid 1px white;
  color: white;
}
.btn-wrap.btn-wh > a::after {
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
}
.btn-wrap.btn-wh > a:hover {
  color: white;
}
.btn-wrap.btn-wh > a:hover::after {
  transition: all 0.3s ease;
  transform: translateX(6px);
}

.section-title {
  line-height: 1.9;
  font-weight: 500;
}
.section-title > .en {
  font-family: var(--futura);
  color: var(--base);
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  letter-spacing: 0.8px;
}
.section-title > h2 {
  font-size: clamp(1.438rem, 1.255rem + 0.79vw, 2rem);
  letter-spacing: 1.6px;
}

.contents-title h3 {
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  font-weight: 500;
  line-height: 1.9;
}

.l-header {
  position: fixed;
  top: var(--gt-banner-h, 0px);
  transition: top 0.2s ease;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  pointer-events: none;
  background-color: rgba(224, 213, 182, 0.7);
}
@media (min-width: 992px) {
  .l-header {
    background-color: rgba(224, 213, 182, 0.22);
    right: 0;
    left: auto;
    bottom: 0;
    width: 140px;
    height: 100vh;
    transform: translateX(100%);
    pointer-events: all;
    padding: 45px 25px;
    transition: background-color 1s ease, transform 1s ease;
  }
}
@media (min-width: 992px) {
  .l-header.is-after-fv {
    transform: translate(0);
  }
}
.l-header #google_translate_element {
  position: static;
}
.l-header__inner {
  pointer-events: none;
  display: flex;
  justify-content: end;
  flex-direction: row;
  height: 100%;
}
@media (min-width: 992px) {
  .l-header__inner {
    pointer-events: all;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__inner > .reserve {
  pointer-events: all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  order: 2;
}
@media (min-width: 992px) {
  .l-header__inner > .reserve {
    position: static;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
  }
}
.l-header__inner > .reserve > a {
  width: 100%;
  display: inline-block;
  margin-inline: auto;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  text-align: center;
  padding: 8px 25px;
  border: solid 1px var(--main);
  color: var(--main);
}
@media (min-width: 768px) {
  .l-header__inner > .reserve > a {
    padding: 15px 25px;
  }
}
@media (min-width: 992px) {
  .l-header__inner > .reserve > a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 25px 16px;
    background-color: transparent;
  }
}
.l-header__inner > .reserve > a:hover {
  opacity: 0.7;
}
.l-header__logo {
  pointer-events: all;
  display: none;
}
@media (min-width: 992px) {
  .l-header__logo {
    display: block;
  }
}
.l-header__logo > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 89px;
  width: 100%;
  height: 100%;
}
.l-header__logo > a:hover {
  opacity: 0.6;
}
.l-header__logo > a > img {
  filter: drop-shadow(0 0 2px white);
}
@media (min-width: 992px) {
  .l-header__logo > a > img {
    filter: none;
  }
}
.l-header__nav {
  pointer-events: all;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: url(../images/bl-bg.jpg) center/cover no-repeat;
}
.l-header__nav.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.l-header__nav.open #google_translate_element {
  display: block !important;
}
.l-header__nav--img {
  width: 32%;
  display: none;
}
@media (min-width: 992px) {
  .l-header__nav--img {
    display: block;
  }
}
.l-header__nav--img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header__nav--logo {
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .l-header__nav--logo {
    display: none;
  }
}
.l-header__nav--logo > a {
  max-width: clamp(100px, 17vw, 165px);
  display: inline-block;
}
.l-header__nav--wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(30px, 10vw, 130px);
  padding: 150px 0;
  overflow-y: auto;
}
.l-header__nav--wrap::-webkit-scrollbar {
  width: 10px;
}
.l-header__nav--wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.l-header__nav--wrap::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: var(--acc);
}
.l-header__nav--list {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 35px;
}
@media (min-width: 768px) {
  .l-header__nav--list {
    flex-direction: row;
    align-items: start;
    gap: 37px;
  }
}
@media (min-width: 768px) {
  .l-header__nav--item {
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header__nav--item__link, .l-header__nav--item > p {
  display: inline-block;
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: white;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .l-header__nav--item__link, .l-header__nav--item > p {
    writing-mode: vertical-lr;
  }
}
.l-header__nav--item__link:hover, .l-header__nav--item > p:hover {
  transition: all 0.3s ease;
}
.l-header__nav--wrap .reserve {
  position: static;
  writing-mode: horizontal-tb;
}
.l-header__nav--wrap .reserve > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px white;
  line-height: 1.9;
  padding: 16px 30px;
  color: white;
}
@media (min-width: 768px) {
  .l-header__nav--wrap .reserve > a {
    justify-content: start;
  }
}
.l-header__nav--wrap .reserve > a > .insta-icon {
  margin-right: 4px;
}
@media (min-width: 768px) {
  .l-header__nav--wrap .reserve > a > p {
    margin-right: 70px;
  }
}
.l-header__nav--wrap .reserve > a::after {
  content: "";
  display: none;
  margin-left: auto;
  width: 38px;
  height: 6px;
  background: url(../images/arrow_wh.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .l-header__nav--wrap .reserve > a::after {
    display: block;
  }
}
.l-header__nav--wrap .reserve > a:hover {
  background-color: #374a70;
}
.l-header__nav--wrap .reserve > a:hover::after {
  transition: all 0.3s ease;
  transform: translateX(6px);
}

.gjs-dashed .l-header__nav {
  width: 100vw;
  visibility: visible;
  opacity: 1;
}

.hamburger-menu {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  order: 3;
  margin-left: 25px;
}
@media (min-width: 992px) {
  .hamburger-menu {
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}

.btn-trigger {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  width: 35px;
  height: 25px;
}
@media (min-width: 992px) {
  .btn-trigger {
    width: 44px;
    height: 31px;
  }
}
.btn-trigger p {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  background-color: #3c3c3c;
}
@media (min-width: 992px) {
  .btn-trigger p {
    box-shadow: none;
  }
}
.btn-trigger p:nth-of-type(1) {
  top: 0;
}
.btn-trigger p:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.btn-trigger p:nth-of-type(3) {
  bottom: 0;
}

#hum-btn .btn-trigger.is-show p {
  background-color: white;
}
#hum-btn .btn-trigger.is-show p:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media (min-width: 992px) {
  #hum-btn .btn-trigger.is-show p:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }
}
#hum-btn .btn-trigger.is-show p:nth-of-type(2) {
  opacity: 0;
}
#hum-btn .btn-trigger.is-show p:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media (min-width: 992px) {
  #hum-btn .btn-trigger.is-show p:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

.l-footer {
  background: url(../images/bl-bg.jpg) center/cover no-repeat;
  padding: 60px 0 72px;
  color: white;
}
@media (min-width: 992px) {
  .l-footer {
    padding: 80px clamp(0px, 14vw, 200px) 20px;
  }
}
.l-footer__inner {
  max-width: 1000px;
  padding-inline: 20px;
  margin-inline: auto;
}
.l-footer__logo {
  max-width: 40%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .l-footer__logo {
    max-width: 144px;
  }
}
.l-footer__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .l-footer__wrap {
    gap: 50px;
    flex-direction: row;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .l-footer__wrap {
    gap: clamp(30px, 10vw, 100px);
  }
}
.l-footer__left, .l-footer__right {
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer__left, .l-footer__right {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1200px) {
  .l-footer__left, .l-footer__right {
    width: calc(50% - clamp(15px, 5vw, 50px));
  }
}
.l-footer__left .list-dt, .l-footer__right .list-dt {
  font-family: var(--futura);
  margin-bottom: 10px;
}
.l-footer__left .list-dt > .en, .l-footer__right .list-dt > .en {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: sicyubi-hyojunkaisho, sans-serif;
}
.l-footer__left .list-dt > .en::after, .l-footer__right .list-dt > .en::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  flex: 1;
  background-color: white;
}
@media (max-width: 767px) {
  .l-footer__left .list-dd:first-child, .l-footer__right .list-dd:first-child {
    padding-top: 15px;
  }
}
.l-footer__left .list-dt,
.l-footer__left .list-dd, .l-footer__right .list-dt,
.l-footer__right .list-dd {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
.l-footer__left .list-dl {
  padding-block: 15px;
}
.l-footer__left .list-dl:first-child {
  padding-top: 0;
}
.l-footer__right .list-dl {
  padding-block: 15px;
}
@media (min-width: 768px) {
  .l-footer__right .list-dl:first-child {
    padding-top: 0;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 576px) {
  .l-footer__nav {
    flex-direction: row;
    gap: 10px 30px;
  }
}
@media (min-width: 768px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 15px;
  }
}
@media (min-width: 576px) {
  .l-footer__nav--item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .l-footer__nav--item {
    width: 100%;
  }
}

.bg img {
  mix-blend-mode: multiply;
}

#google_translate_element {
  max-width: 280px;
  width: 100%;
  padding: 15px;
  display: block;
}
@media (min-width: 992px) {
  #google_translate_element {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
#google_translate_element .skiptranslate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: white;
}
#google_translate_element .skiptranslate > div {
  width: 100%;
  margin-bottom: 8px;
}
#google_translate_element .skiptranslate > div .goog-te-combo {
  width: 100%;
  border: solid 1px;
  padding: 2px;
  border-radius: 2px;
}
#google_translate_element .skiptranslate > span > a {
  display: flex;
  align-items: center;
}
#google_translate_element .skiptranslate > span > a > img {
  -o-object-fit: contain;
     object-fit: contain;
  padding-inline: 3px;
}
#google_translate_element .skiptranslate select {
  color: white;
}
#google_translate_element .skiptranslate a {
  color: white;
}

.top-fv {
  position: relative;
  z-index: 1;
  height: 115vh;
  overflow: hidden;
}
@media (min-width: 992px) {
  .top-fv {
    height: 100vh;
  }
}
@media (max-height: 700px) {
  .top-fv {
    min-height: 700px;
  }
}
.top-fv__contents {
  position: absolute;
  z-index: 2;
  width: inherit;
  height: inherit;
  inset: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: clamp(40px, 4vw, 80px);
}
@media (min-width: 992px) {
  .top-fv__contents {
    align-items: start;
    justify-content: start;
    padding: 0;
    gap: 0;
  }
}
@media (max-height: 700px) {
  .top-fv__contents {
    gap: 40px;
    min-height: 700px;
  }
}
.top-fv__top {
  padding: 15px;
  display: contents;
}
@media (min-width: 992px) {
  .top-fv__top {
    display: block;
  }
}
@media (max-width: 991px) {
  .top-fv__top .google-translation {
    display: none;
  }
}
.top-fv__title {
  color: white;
  font-family: var(--sippori);
  order: 2;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .top-fv__title {
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 992px) {
  .top-fv__title {
    padding: 55px 0 0 55px;
    order: 1;
    text-align: left;
  }
}
.top-fv__title > h1 {
  font-weight: 600;
  font-size: clamp(1.5rem, 0.913rem + 2.54vw, 3.313rem);
  font-family: sicyubi-hyojunkaisho, sans-serif;
}
@media (max-height: 700px) {
  .top-fv__title > h1 {
    font-size: 1.5rem;
  }
}
.top-fv__title > p {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  margin-top: 12px;
}
@media (min-width: 992px) {
  .top-fv__title > p {
    margin-top: 15px;
  }
}
@media (max-height: 700px) {
  .top-fv__title > p {
    margin-top: 12px;
  }
}
.top-fv__bottom {
  margin-top: auto;
  padding: 15px;
  display: contents;
  width: 100%;
}
@media (min-width: 992px) {
  .top-fv__bottom {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }
}
.top-fv__logo {
  order: 1;
  max-width: 40%;
}
@media (min-width: 768px) {
  .top-fv__logo {
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .top-fv__logo {
    order: 2;
  }
}
@media (max-height: 700px) {
  .top-fv__logo {
    max-width: 120px;
  }
}
.top-fv__news {
  order: 3;
}
@media (min-width: 992px) {
  .top-fv__news {
    order: 1;
    padding: 0 0 25px 40px;
  }
}
.top-fv__news > a {
  font-size: 0.875rem;
  padding-block: 5px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  display: inline-block;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}
.top-fv__news > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.top-fv__news > a > p {
  padding-block: 10px;
  padding-inline: 40px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}
.top-fv__back {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top-fv__back::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: inherit;
  background-color: rgba(159, 124, 47, 0.1);
}
.top-fv .swiper-wrapper {
  height: 100%;
}
.top-fv .fade-slider {
  height: 100%;
}
.top-fv .fade-slider .swiper-slide {
  height: 100%;
}
.top-fv .fade-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 5s ease-in-out;
  display: block;
}
.top-fv .fade-slider .swiper-slide-active img {
  transform: scale(1);
}

.top-about {
  padding-block: clamp(80px, 13vw, 190px) clamp(100px, 15vw, 220px);
}
.top-about__top {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .top-about__top {
    margin-bottom: 100px;
  }
}
.top-about__top .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: clamp(180px, 22vw, 333px);
}
.top-about__top--text {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 8px;
}
.top-about__contents > h2 {
  font-size: 1rem;
  font-family: var(--futura);
  line-height: 1.9;
  letter-spacing: 1.8px;
  color: var(--base);
}
.top-about__gallery01 {
  position: relative;
  z-index: 1;
  max-width: 990px;
  margin-inline: auto;
  margin-bottom: 75px;
}
.top-about__gallery01 .bg {
  position: absolute;
  z-index: -1;
  top: 69%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: clamp(200px, 26vw, 573px);
}
.top-about__gallery01 .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-about__gallery01 .box-wrap {
    gap: 60px;
  }
}
.top-about__gallery01 .box-wrap > .box:nth-of-type(1) {
  width: 80%;
  margin-left: auto;
}
@media (min-width: 576px) {
  .top-about__gallery01 .box-wrap > .box:nth-of-type(1) {
    width: 380px;
  }
}
@media (min-width: 768px) {
  .top-about__gallery01 .box-wrap > .box:nth-of-type(1) {
    width: 445px;
  }
}
@media (min-width: 992px) {
  .top-about__gallery01 .box-wrap > .box:nth-of-type(1) {
    width: 676px;
  }
}
.top-about__gallery01 .box-wrap > .box:nth-of-type(2) {
  width: 50%;
}
@media (min-width: 768px) {
  .top-about__gallery01 .box-wrap > .box:nth-of-type(2) {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .top-about__gallery01 .box-wrap > .box:nth-of-type(2) {
    width: 346px;
  }
}
@media (min-width: 992px) {
  .top-about__gallery01 .box-wrap > .box:nth-of-type(2) {
    width: 400px;
  }
}
.top-about__gallery02 {
  position: relative;
  z-index: 1;
  padding-top: clamp(80px, 10vw, 165px);
  max-width: 990px;
  margin-inline: auto;
}
.top-about__gallery02 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -10%;
  width: clamp(300px, 30vw, 450px);
}
@media (min-width: 1200px) {
  .top-about__gallery02 .bg {
    left: -25%;
  }
}
.top-about__gallery02 .box-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
}
@media (min-width: 768px) {
  .top-about__gallery02 .box-wrap {
    gap: 45px;
    flex-direction: row;
  }
}
.top-about__gallery02 .box-wrap > .box:nth-child(1) {
  width: 50%;
}
@media (min-width: 768px) {
  .top-about__gallery02 .box-wrap > .box:nth-child(1) {
    width: calc(38% - 22.5px);
  }
}
.top-about__gallery02 .box-wrap > .box:nth-child(2) {
  width: 80%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .top-about__gallery02 .box-wrap > .box:nth-child(2) {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .top-about__gallery02 .box-wrap > .box:nth-child(2) {
    margin-top: 120px;
  }
}

.top-menu {
  position: relative;
  height: 100vh;
}
.top-menu__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-menu__box {
  position: absolute;
  inset: 0;
  opacity: 0;
  color: white;
  padding: 80px clamp(20px, 10vw, 100px);
  display: flex;
}
.top-menu__box::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 68.27%);
  z-index: -1;
}
.top-menu__box--wrap {
  margin-top: auto;
}
.top-menu__box--wrap > h2 {
  font-size: clamp(1.75rem, 0.9rem + 3.68vw, 4.375rem);
  letter-spacing: 3.5px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .top-menu__box--wrap > h2 {
    margin-bottom: 0;
  }
}
.top-menu__box--wrap > p {
  line-height: 1.7;
  letter-spacing: 0.9px;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  margin-bottom: 28px;
}

.top-chef {
  padding-block: clamp(100px, 14vw, 200px);
}
.top-chef .container {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  padding-block: clamp(0px, 11vw, 160px);
}
.top-chef .bg01 {
  position: absolute;
  z-index: -1;
  width: clamp(200px, 28vw, 420px);
  transform: translateX(-50%);
  transform: scale(-1, 1);
  top: -6%;
  left: 0;
}
@media (min-width: 576px) {
  .top-chef .bg01 {
    top: 0;
    left: 10%;
  }
}
@media (min-width: 992px) {
  .top-chef .bg01 {
    top: 8%;
    left: 25%;
  }
}
.top-chef .bg02 {
  position: absolute;
  z-index: -1;
  width: clamp(250px, 32vw, 478px);
  bottom: -6%;
  right: -10%;
}
@media (min-width: 576px) {
  .top-chef .bg02 {
    bottom: 0;
    right: -6%;
  }
}
@media (min-width: 992px) {
  .top-chef .bg02 {
    bottom: 0;
    right: -12%;
  }
}
.top-chef .box-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .top-chef .box-wrap {
    padding-top: clamp(80px, 14vw, 200px);
    flex-direction: row;
  }
}
.top-chef .box-img {
  position: static;
  z-index: 1;
  top: 0;
  left: 0;
  width: 65%;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .top-chef .box-img {
    width: clamp(220px, 39vw, 380px);
  }
}
@media (min-width: 992px) {
  .top-chef .box-img {
    width: clamp(250px, 32vw, 400px);
    position: absolute;
    margin-inline: 0 auto;
  }
}
.top-chef .box-text {
  color: white;
  background-color: rgba(17, 41, 90, 0.9);
  padding-block: 40px;
  max-width: 100%;
  margin-top: 50px;
  margin-inline: auto;
  padding-inline: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .top-chef .box-text {
    padding-inline: clamp(20px, 11vw, 100px);
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .top-chef .box-text {
    padding-block: 90px;
    padding-inline: clamp(100px, 17vw, 250px) clamp(20px, 6vw, 80px);
    width: 79%;
    max-width: 100%;
    margin-top: 0;
    margin-inline: auto 0;
    text-align: left;
  }
}
.top-chef .box-text__title {
  margin-bottom: 48px;
}
.top-chef .box-text__title > h2 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  font-weight: 600;
  margin-bottom: 10px;
}
.top-chef .box-text__title > .en {
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-weight: 500;
}
.top-chef .box-text > p {
  line-height: 1.9;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .top-chef .box-text .btn-wrap > a {
    min-width: 368px;
  }
}

.top-other {
  margin-bottom: clamp(80px, 12vw, 180px);
}
@media (min-width: 1200px) {
  .top-other .container {
    max-width: 1140px;
  }
}
.top-other__links {
  display: flex;
  align-items: stretch;
  margin-bottom: clamp(80px, 12vw, 180px);
  flex-direction: column;
}
@media (min-width: 992px) {
  .top-other__links {
    flex-direction: row;
  }
}
.top-other__links .box {
  width: 100%;
  border-bottom: solid 1px var(--main);
  line-height: 1.6;
}
@media (min-width: 992px) {
  .top-other__links .box {
    border-right: solid 1px var(--main);
    border-bottom: none;
    width: 33.3333333333%;
  }
}
.top-other__links .box:first-child {
  border-top: solid 1px var(--main);
}
@media (min-width: 992px) {
  .top-other__links .box:first-child {
    border-top: none;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .top-other__links .box:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.top-other__links .box .icon {
  width: clamp(40px, 4vw, 60px);
  height: clamp(40px, 4vw, 60px);
  margin-inline: auto;
  margin-top: auto;
}
.top-other__links .box > a {
  padding-inline: clamp(10px, 4vw, 60px);
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.top-other__links .box > a:hover {
  color: var(--main);
  opacity: 0.5;
}
.top-other__contact--link {
  position: relative;
  z-index: 1;
  padding: clamp(40px, 5vw, 75px) clamp(20px, 4vw, 55px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 930px;
  margin-inline: auto;
  gap: 20px;
}
.top-other__contact--link::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  inset: 0;
  transition: background-color 0.3s ease;
}
.top-other__contact--link:hover .section-title > .en,
.top-other__contact--link:hover .section-title > h2 {
  text-shadow: 0 0 7px #000000;
  transition: all 0.3s ease;
}
.top-other__contact--link:hover::after {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}
.top-other__contact--link .section-title > .en,
.top-other__contact--link .section-title > h2 {
  color: white;
  transition: all 0.3s ease;
}
.top-other__contact--link .section-title h2 > span {
  display: inline-block;
}
.top-other__contact--link .icon {
  width: 60px;
}
.top-other__contact--link .icon img {
  transition: all 0.3s ease;
}
.top-other__contact--link:hover .icon img {
  transition: all 0.3s ease;
  transform: translateX(5px);
}

.page-fv {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .page-fv {
    align-items: flex-start;
  }
}
@media (max-width: 700px), (orientation: landscape) {
  .page-fv {
    min-height: 700px;
  }
}
.page-fv::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 31, 0, 0.3);
}
.page-fv__title {
  color: white;
  padding: 0 0 0 20px;
}
@media (min-width: 992px) {
  .page-fv__title {
    margin-top: auto;
    padding: 0 0 clamp(20px, 4vw, 50px) clamp(20px, 4vw, 60px);
  }
}
.page-fv__title h1 {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  font-family: sicyubi-hyojunkaisho, sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}
.page-fv__title h1::before {
  content: "";
  display: block;
  width: clamp(20px, 4vw, 54px);
  height: 1px;
  background-color: white;
}

.page-top-text h2 {
  font-size: clamp(1.5rem, 1.257rem + 1.05vw, 2.25rem);
  line-height: 1.7;
}

@media (max-width: 991px) {
  .page-about__fv {
    background-position: right center !important;
  }
}
.page-about .sec01 {
  padding-block: clamp(80px, 15vw, 220px) clamp(80px, 18vw, 260px);
}
.page-about .sec01__top {
  position: relative;
  z-index: 1;
  max-width: 810px;
  margin-inline: auto;
  margin-bottom: clamp(60px, 15vw, 175px);
}
.page-about .sec01__top .page-top-text {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-about .sec01__top > p {
    max-width: 480px;
    margin-left: auto;
  }
}
.page-about .sec01__top .back-deco {
  position: absolute;
  z-index: -1;
  max-width: clamp(250px, 31vw, 500px);
  top: -50px;
  left: -80px;
  transform: scale(-1, 1);
}
@media (min-width: 992px) {
  .page-about .sec01__top .back-deco {
    top: -80px;
    left: -120px;
  }
}
@media (min-width: 768px) {
  .page-about .sec01__top .back-deco {
    top: -100px;
    left: -180px;
  }
}
@media (min-width: 992px) {
  .page-about .sec01__top .back-deco {
    top: -150px;
    left: -230px;
  }
}
.page-about .sec01__img--top {
  max-width: 777px;
  margin-bottom: clamp(40px, 7vw, 100px);
}
.page-about .sec01__img--bottom {
  max-width: 940px;
  margin-inline: auto;
  display: flex;
  gap: clamp(15px, 6vw, 90px);
}
.page-about .sec01__img--bottom > div:first-child {
  margin-top: clamp(30px, 10vw, 140px);
}
.page-about .sec02 .contents-title {
  margin-bottom: 13px;
}
.page-about .sec02 .section-top {
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media (max-width: 700px), (orientation: landscape) {
  .page-about .sec02 .section-top {
    min-height: 700px;
  }
}
.page-about .sec02 .section-top::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 31, 0, 0.6);
}
.page-about .sec02 .section-top > h2 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  font-weight: 500;
}
.page-about .sec02 .box:nth-child(odd) .box--wrap {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .page-about .sec02 .box:nth-child(odd) .box--wrap {
    flex-direction: row;
  }
}
.page-about .sec02 .box:nth-child(odd) .box--img {
  padding-left: clamp(30px, 3vw, 60px);
}
.page-about .sec02 .box:nth-child(odd) .box--img::after {
  left: 0;
  top: 0;
}
.page-about .sec02 .box:nth-child(even) .box--wrap {
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-about .sec02 .box:nth-child(even) .box--wrap {
    flex-direction: row-reverse;
  }
}
.page-about .sec02 .box:nth-child(even) .box--img {
  padding-right: clamp(30px, 3vw, 60px);
}
.page-about .sec02 .box:nth-child(even) .box--img::after {
  right: 0;
  top: 0;
}
.page-about .sec02 .box--wrap {
  padding-block: clamp(60px, 7vw, 95px) clamp(80px, 14vw, 200px);
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (min-width: 992px) {
  .page-about .sec02 .box--wrap {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .page-about .sec02 .box--wrap {
    gap: clamp(50px, 9vw, 115px);
  }
}
.page-about .sec02 .box--img {
  position: relative;
  z-index: 1;
  padding-top: clamp(40px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2vw, 40px);
}
@media (min-width: 992px) {
  .page-about .sec02 .box--img {
    width: calc(50% - clamp(25px, 4.5vw, 57.5px));
  }
}
.page-about .sec02 .box--img::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: var(--base);
  height: 90%;
  width: 55%;
}
@media (min-width: 992px) {
  .page-about .sec02 .box--img::after {
    width: 53%;
  }
}
.page-about .sec02 .box--img__01, .page-about .sec02 .box--img__02 {
  max-width: 80%;
}
@media (min-width: 768px) {
  .page-about .sec02 .box--img__01, .page-about .sec02 .box--img__02 {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .page-about .sec02 .box--img__01, .page-about .sec02 .box--img__02 {
    max-width: clamp(250px, 20vw, 353px);
  }
}
.page-about .sec02 .box--img__02 {
  margin-left: auto;
}
.page-about .sec02 .box--text {
  flex: 1;
}
.page-about .sec03 {
  padding-block: clamp(80px, 11vw, 180px) clamp(100px, 13vw, 220px);
  background-color: rgba(226, 194, 134, 0.5);
}
.page-about .sec03 .section-title {
  margin-bottom: clamp(55px, 6vw, 85px);
}
.page-about .sec03 .list--wrap {
  margin-bottom: clamp(80px, 10vw, 144px);
}
@media (min-width: 768px) {
  .page-about .sec03 .list--wrap {
    max-width: 670px;
    margin-inline: auto;
  }
}
.page-about .sec03 .list--dl {
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  gap: 6px 20px;
  border-bottom: solid 1px var(--main);
}
@media (min-width: 768px) {
  .page-about .sec03 .list--dl {
    flex-direction: row;
    gap: 6px 30px;
  }
}
.page-about .sec03 .list--dl:first-child {
  padding-top: 0;
}
.page-about .sec03 .list--dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-about .sec03 .list--dt {
    width: 120px;
    font-weight: 500;
  }
}
.page-about .sec03 .list--dd {
  flex: 1;
}
.page-about .sec03 .map iframe {
  height: clamp(280px, 48vw, 532px);
}

.page-course .page-top-text {
  writing-mode: tb-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-course .sec01 {
  padding-block: clamp(60px, 10vw, 140px) clamp(100px, 10vw, 190px);
}
.page-course .sec01__top {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(55px, 7vw, 100px);
}
.page-course .sec01 .back-deco {
  max-width: clamp(250px, 36vw, 545px);
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.page-course .sec01__img {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(55px, 7vw, 100px);
  display: flex;
  gap: clamp(15px, 3vw, 44px);
}
.page-course .sec01__img img {
  aspect-ratio: 356/534;
}
.page-course .sec01__img--01, .page-course .sec01__img--02 {
  width: calc(50% - clamp(7.5px, 1.5vw, 22px));
}
.page-course .sec01__img--01 {
  margin-bottom: clamp(40px, 7vw, 100px);
}
.page-course .sec01__img--02 {
  margin-top: clamp(40px, 7vw, 100px);
}
.page-course .sec02 .container {
  max-width: 747px;
}
.page-course .sec02 .contents-title > h3 > span {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem) !important;
}
.page-course .sec02 .box {
  margin-bottom: clamp(80px, 13vw, 180px);
}
.page-course .sec02 .box--img {
  margin-bottom: 35px;
}
.page-course .sec02 .box--img img {
  aspect-ratio: 707/470;
}
.page-course .sec02 .box--text .price--wrap {
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}
.page-course .sec02 .box--text .price--tax {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 0.938rem);
  margin-top: 10px;
}
.page-course .sec02 .box--text > p {
  max-width: 555px;
  margin-top: 24px;
  margin-inline: auto;
}
.page-course .sec02 .box .course--list {
  padding: 15px clamp(20px, 5vw, 50px);
  max-width: 555px;
  margin-inline: auto;
  border: solid 1px var(--main);
}
.page-course .sec02 .box .course--list > h4 {
  margin-bottom: 10px;
}
.page-course .sec02 .box .course--list h4,
.page-course .sec02 .box .course--list p {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
}
.page-course .sec02 .box .course--list .list-ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 32px;
}
.page-course .sec02 .box .course--list .list-li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-drink .page-top-text {
  writing-mode: tb-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-drink .sec01 {
  padding-block: clamp(60px, 10vw, 140px) clamp(100px, 10vw, 190px);
}
.page-drink .sec01__top {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(55px, 7vw, 100px);
}
.page-drink .sec01 .back-deco {
  max-width: clamp(250px, 36vw, 545px);
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
}
.page-drink .sec01__img {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: clamp(55px, 7vw, 100px);
  display: flex;
  gap: clamp(15px, 3vw, 44px);
}
.page-drink .sec01__img img {
  aspect-ratio: 356/534;
}
.page-drink .sec01__img--01, .page-drink .sec01__img--02 {
  width: calc(50% - clamp(7.5px, 1.5vw, 22px));
}
.page-drink .sec01__img--01 {
  margin-bottom: clamp(40px, 7vw, 100px);
}
.page-drink .sec01__img--02 {
  margin-top: clamp(40px, 7vw, 100px);
}
.page-drink .sec02 {
  padding-bottom: clamp(50px, 9vw, 115px);
}
.page-drink .sec02 .container {
  max-width: 747px;
}
.page-drink .sec02 .contents-title {
  padding-bottom: 10px;
  border-bottom: solid 1px var(--main);
  margin-bottom: 24px;
}
.page-drink .sec02 .box--img {
  margin-bottom: 35px;
}
.page-drink .sec02 .box--img img {
  aspect-ratio: 707/470;
}
.page-drink .sec02 .box--text .price--wrap {
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}
.page-drink .sec02 .box--text .price--tax {
  font-weight: normal;
  font-size: clamp(0.75rem, 0.689rem + 0.26vw, 0.938rem);
  margin-top: 10px;
}
.page-drink .sec02 .box--text > p {
  max-width: 555px;
  margin-top: 24px;
  margin-inline: auto;
}
.page-drink .sec02 .box .course--list {
  max-width: 555px;
  margin-inline: auto;
}
.page-drink .sec02 .box .course--list > h4 {
  margin-bottom: 10px;
}
.page-drink .sec02 .box .course--list h4,
.page-drink .sec02 .box .course--list p {
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
}
.page-drink .sec03 {
  padding-block: clamp(50px, 9vw, 115px) clamp(100px, 15vw, 200px);
}
.page-drink .sec03 .container {
  max-width: 747px;
}
.page-drink .sec03 .container.box--wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(50px, 10vw, 120px);
}
.page-drink .sec03 .contents-title {
  padding-bottom: 10px;
  border-bottom: solid 1px var(--main);
  margin-bottom: 24px;
}

.page-scene .sec01 {
  position: relative;
  z-index: 1;
  padding-block: clamp(100px, 30vw, 240px);
  overflow: hidden;
}
.page-scene .sec01 .back-deco {
  position: absolute;
  z-index: -1;
  bottom: -15%;
  right: -15%;
  max-width: clamp(300px, 47vw, 660px);
  width: 100%;
  transform: scale(-1, 1);
}
.page-scene .sec02 {
  position: relative;
  z-index: 1;
  background-color: rgba(226, 194, 134, 0.5);
  padding-block: clamp(100px, 13vw, 180px);
}
.page-scene .sec02 .section-title {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .page-scene .sec02 .section-title {
    margin-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .page-scene .sec02 .container {
    max-width: 1080px;
  }
}
.page-scene .sec02__top {
  margin-bottom: clamp(80px, 9vw, 115px);
  aspect-ratio: 1050/700;
}
.page-scene .sec02__center {
  margin-bottom: 50px;
  max-width: 856px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media (min-width: 768px) {
  .page-scene .sec02__center {
    gap: clamp(40px, 5vw, 65px);
    flex-direction: row;
    align-items: end;
  }
}
.page-scene .sec02__center .box--text {
  flex: 1;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-scene .sec02__center .box--text {
    line-height: 2.4;
    padding-bottom: 80px;
  }
}
.page-scene .sec02__center .box--img {
  width: 55%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-scene .sec02__center .box--img {
    width: 40%;
  }
}
.page-scene .sec02__center .box--img img {
  aspect-ratio: 338/507;
}
.page-scene .sec02__bottom {
  display: flex;
  gap: clamp(15px, 4vw, 60px);
}
.page-scene .sec02__bottom .box--img img {
  aspect-ratio: 427/285;
}
.page-scene .sec02__bottom .box--img:nth-child(1) {
  width: 41%;
}
.page-scene .sec02__bottom .box--img:nth-child(2) {
  flex: 1;
  padding-top: clamp(40px, 13vw, 190px);
}
.page-scene .sec03 {
  padding-block: clamp(100px, 11vw, 180px) clamp(80px, 10vw, 150px);
}
.page-scene .sec03 .section-title {
  margin-bottom: clamp(80px, 11vw, 160px);
}
@media (min-width: 1200px) {
  .page-scene .sec03 .container {
    max-width: 1230px;
  }
}
.page-scene .sec03 .box--wrap .box {
  margin-bottom: clamp(100px, 14vw, 220px);
}
.page-scene .sec03 .box--wrap .box:last-child {
  margin-bottom: 0;
}
.page-scene .sec03 .box--wrap .box .container {
  display: flex;
  flex-direction: column;
  gap: 75px;
  padding-top: clamp(55px, 7vw, 100px);
  position: relative;
  z-index: 1;
}
.page-scene .sec03 .box--wrap .box .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: var(--base);
  width: clamp(150px, 18vw, 288px);
  height: clamp(250px, 30vw, 445px);
}
.page-scene .sec03 .box--wrap .box--img {
  max-width: 82%;
}
.page-scene .sec03 .box--wrap .box--text .contents-title {
  margin-bottom: 15px;
}
.page-scene .sec03 .box--wrap .box:nth-child(odd) .container {
  margin-left: auto;
  margin-right: 0;
}
.page-scene .sec03 .box--wrap .box:nth-child(odd) .container::before {
  top: 0;
  left: 6%;
}
.page-scene .sec03 .box--wrap .box:nth-child(odd) .box--img {
  margin-left: auto;
  margin-right: 0;
}
.page-scene .sec03 .box--wrap .box:nth-child(even) .container {
  margin-left: 0;
  margin-right: auto;
}
.page-scene .sec03 .box--wrap .box:nth-child(even) .container::before {
  top: 0;
  right: 6%;
}
.page-scene .sec03 .box--wrap .box:nth-child(even) .box--text {
  text-align: right;
}
.page-scene .sec03 .box--wrap .box:nth-child(even) .box--img {
  margin-right: auto;
  margin-left: 0;
}

.page-faq .sec01 {
  padding-block: clamp(80px, 10vw, 140px) clamp(100px, 12vw, 180px);
}
@media (min-width: 992px) {
  .page-faq .list--wrap {
    max-width: 900px;
  }
}
.page-faq .list--dl {
  border-bottom: solid 1px var(--main);
  padding-block: 30px;
}
@media (min-width: 768px) {
  .page-faq .list--dl {
    padding-block: 45px;
  }
}
.page-faq .list--dl:first-child {
  padding-top: 0;
}
.page-faq .list--dt,
.page-faq .list--dd {
  padding-left: clamp(35px, 5vw, 50px);
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  position: relative;
}
.page-faq .list--dt::before,
.page-faq .list--dd::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--futura);
  color: var(--base);
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  line-height: 1.6;
}
@media (min-width: 768px) {
  .page-faq .list--dt::before,
.page-faq .list--dd::before {
    line-height: 1.9;
  }
}
.page-faq .list--dt {
  margin-bottom: 8px;
}
.page-faq .list--dt::before {
  content: "Q";
}
.page-faq .list--dd::before {
  content: "A";
}
@media (max-width: 575px) {
  .page-faq .list--dd .row {
    margin-inline: 0;
  }
}
@media (max-width: 767px) {
  .page-faq .list--dd .col-md-6 {
    padding-inline: 0;
  }
}
.page-faq .list--dd .btn-wrap {
  height: 100%;
}
.page-faq .list--dd .btn-wrap a {
  width: 100%;
  height: 100%;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-faq .list--dd .btn-wrap a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 575px) {
  .page-faq .list--dd .btn-wrap a {
    padding: 15px;
    width: 100%;
  }
}
.page-faq .list--dd .btn-wrap a > p {
  margin-right: 15px;
}

.page-chef .sec01 {
  padding-block: 65px clamp(80px, 9vw, 130px);
}
.page-chef .sec01 .container {
  max-width: 710px;
}
.page-chef .sec01 .box--img {
  position: relative;
  z-index: 1;
  padding-top: clamp(80px, 12vw, 188px);
}
.page-chef .sec01 .box--img .back-deco {
  position: absolute;
  top: 0;
  right: -55%;
  z-index: -1;
  max-width: clamp(300px, 30vw, 573px);
}
.page-chef .sec02 .box {
  margin-bottom: clamp(80px, 13vw, 180px);
}
.page-chef .sec02 .box:last-child {
  margin-bottom: 0;
}
.page-chef .sec02 .box--img {
  position: relative;
  z-index: 1;
  padding-top: clamp(80px, 12vw, 180px);
}
.page-chef .sec02 .box--img img {
  aspect-ratio: 633/422;
}
.page-chef .sec02 .box--img .back-deco {
  position: absolute;
  top: 0;
  right: -33%;
  z-index: -1;
  max-width: clamp(200px, 30vw, 440px);
  width: 100%;
}
.page-chef .sec02 .box:nth-child(odd) .box--img .back-deco {
  transform: scale(-1, 1);
  left: -33%;
  right: auto;
}
.page-chef .sec03 {
  padding-block: clamp(100px, 12vw, 180px) clamp(100px, 13vw, 200px);
}
@media (min-width: 992px) {
  .page-chef .sec03 .container {
    max-width: 840px;
  }
}
.page-chef .sec03 img {
  aspect-ratio: 357/535;
}

.page-recruit .sec01 {
  padding-block: clamp(60px, 8vw, 115px) clamp(100px, 13vw, 200px);
}
@media (min-width: 992px) {
  .page-recruit .sec01 .container {
    max-width: 940px;
  }
}
.page-recruit .sec01 .box--text {
  position: relative;
  z-index: 1;
  padding-block: clamp(80px, 10vw, 145px);
  margin-bottom: clamp(50px, 6vw, 90px);
}
.page-recruit .sec01 .box--text .back-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: clamp(300px, 36vw, 555px);
  width: 100%;
}
.page-recruit .sec02 {
  background-color: rgba(226, 194, 134, 0.5);
  padding-block: clamp(80px, 10vw, 150px);
}
@media (min-width: 768px) {
  .page-recruit .sec02 .container {
    max-width: 730px;
  }
}
.page-recruit .sec02 .section-title {
  margin-bottom: clamp(55px, 10vw, 120px);
}
.page-recruit .sec02 .contents-title {
  padding-bottom: 10px;
  margin-bottom: 32px;
  border-bottom: solid 1px var(--main);
}
@media (min-width: 768px) {
  .page-recruit .sec02 .contents-title {
    padding-bottom: 23px;
  }
}
.page-recruit .sec02 .box {
  margin-bottom: clamp(80px, 14vw, 220px);
}
.page-recruit .sec02 .box:last-child {
  margin-bottom: 0;
}
.page-recruit .sec02 .list--dl {
  padding-block: clamp(10px, 2vw, 20px);
  display: flex;
  flex-direction: column;
  gap: 6px 20px;
}
@media (min-width: 768px) {
  .page-recruit .sec02 .list--dl {
    flex-direction: row;
  }
}
.page-recruit .sec02 .list--dl:first-child {
  padding-top: 0;
}
.page-recruit .sec02 .list--dt {
  width: 164px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-recruit .sec02 .list--dt {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .page-recruit .sec02 .list--dt {
    font-size: 1rem;
  }
}
.page-recruit .sec02 .list--dd {
  flex: 1;
}

.page-news .sec01,
.page-newsdetail .sec01 {
  padding-block: clamp(100px, 10vw, 140px) clamp(100px, 13vw, 190px);
}

@media (max-width: 576px) {
  .page-news__fv {
    background-position: 19% center !important;
  }
}
.page-news .webgene-news,
.page-news .webgene-blog {
  max-width: 910px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 768px) {
  .page-news .webgene-news,
.page-news .webgene-blog {
    gap: clamp(20px, 8vw, 120px);
    flex-direction: row;
    align-items: start;
  }
}
.page-news .webgene-item {
  width: 100%;
}
.page-news .webgene-item .news-list__link:first-child {
  padding-top: 0;
}
.page-news .webgene-pagination {
  width: 100%;
}
.page-news .news-list__link {
  display: flex;
  align-items: baseline;
  gap: 6px clamp(20px, 2vw, 40px);
  border-bottom: solid 1px var(--main);
  padding-block: clamp(15px, 2vw, 35px);
}
.page-news .news-list__date {
  font-family: var(--futura);
  font-weight: 500;
  color: var(--base);
  width: 120px;
}
.page-news .news-list__title {
  font-size: clamp(0.875rem, 0.794rem + 0.35vw, 1.125rem);
  font-weight: 500;
  flex: 1;
}

.page-newsdetail {
  margin-top: clamp(80px, 7vw, 100px);
}
.page-newsdetail .webgene-news {
  max-width: 900px;
  margin-inline: auto;
}

.page-news .webgene-pagination,
.page-newsdetail .webgene-pagination {
  margin-top: clamp(60px, 7vw, 100px);
}
.page-news .webgene-pagination ul,
.page-newsdetail .webgene-pagination ul {
  max-width: 610px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px clamp(20px, 4vw, 48px);
}
@media (min-width: 576px) {
  .page-news .webgene-pagination ul,
.page-newsdetail .webgene-pagination ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-news .webgene-pagination ul li,
.page-newsdetail .webgene-pagination ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 280px;
}
.page-news .webgene-pagination ul .prev a,
.page-news .webgene-pagination ul .next a,
.page-newsdetail .webgene-pagination ul .prev a,
.page-newsdetail .webgene-pagination ul .next a {
  width: 100%;
  min-width: 220px;
  position: relative;
  padding: 15px 30px;
  border: solid 1px var(--main);
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.page-news .webgene-pagination ul .prev a > p,
.page-news .webgene-pagination ul .next a > p,
.page-newsdetail .webgene-pagination ul .prev a > p,
.page-newsdetail .webgene-pagination ul .next a > p {
  padding-left: 15px;
}
.page-news .webgene-pagination ul .prev a::before, .page-news .webgene-pagination ul .prev a::after,
.page-news .webgene-pagination ul .next a::before,
.page-news .webgene-pagination ul .next a::after,
.page-newsdetail .webgene-pagination ul .prev a::before,
.page-newsdetail .webgene-pagination ul .prev a::after,
.page-newsdetail .webgene-pagination ul .next a::before,
.page-newsdetail .webgene-pagination ul .next a::after {
  width: 38px;
  height: 6px;
}
.page-news .webgene-pagination ul .prev a::before,
.page-newsdetail .webgene-pagination ul .prev a::before {
  content: "";
  display: block;
  transform: scale(-1, 1);
  background: url(../images/arrow_bk.svg) center/cover no-repeat;
  transition: all 0.3s ease;
}
.page-news .webgene-pagination ul .prev a:hover::before,
.page-newsdetail .webgene-pagination ul .prev a:hover::before {
  transform: translateX(-20px) scale(-1, 1);
}
.page-news .webgene-pagination ul .next,
.page-newsdetail .webgene-pagination ul .next {
  margin-left: auto;
}
.page-news .webgene-pagination ul .next a::after,
.page-newsdetail .webgene-pagination ul .next a::after {
  content: "";
  display: block;
  background: url(../images/arrow_bk.svg) center/cover no-repeat;
  transition: all 0.3s ease;
}
.page-news .webgene-pagination ul .next a:hover::after,
.page-newsdetail .webgene-pagination ul .next a:hover::after {
  transform: translateX(20px);
}
.page-news .webgene-pagination .back,
.page-newsdetail .webgene-pagination .back {
  width: 100%;
}
.page-news .webgene-pagination .back a,
.page-newsdetail .webgene-pagination .back a {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-width: 220px;
  padding: 15px 30px;
  border: solid 1px var(--main);
  line-height: normal;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .page-news .webgene-pagination .back a,
.page-newsdetail .webgene-pagination .back a {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .page-contact .container,
.page-complete .container {
    max-width: 740px;
  }
}

.page-contact .sec01 {
  padding-block: clamp(100px, 20vw, 200px) clamp(80px, 10vw, 150px);
}
.page-contact .sec01 .back-deco {
  max-width: clamp(200px, 21vw, 313px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1, 1);
  z-index: -1;
}
.page-contact .sec02 {
  padding-block: clamp(30px, 5vw, 85px) clamp(80px, 10vw, 150px);
}
.page-contact .contact-form .formRow {
  margin-bottom: clamp(40px, 4vw, 70px);
}
.page-contact .contact-form .formRow:last-child {
  margin-bottom: 0;
}
.page-contact .contact-form .formTh {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.page-contact .contact-form .formTh > .label {
  margin-right: 10px;
}
.page-contact .contact-form .requiredText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  color: white;
  background-color: var(--base);
  padding-inline: 15px;
  border-radius: 50px;
  line-height: 1.8;
}
.page-contact .contact-form .privacypolicy-area {
  background-color: var(--base);
  padding: 15px 5px 15px 15px;
  border-radius: 13px;
}
.page-contact .contact-form .privacypolicy-area__wrap {
  height: 230px;
  overflow-y: scroll;
  color: white;
  font-size: 0.8125rem;
}
.page-contact .contact-form .privacypolicy-area__wrap::-webkit-scrollbar {
  width: 4px;
}
.page-contact .contact-form .privacypolicy-area__wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.page-contact .contact-form .privacypolicy-area__wrap::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: white;
}
.page-contact .contact-form .privacypolicy-area .fileCaution {
  padding-right: 5px;
}
.page-contact .contact-form .select--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .page-contact .contact-form .select--wrap {
    flex-direction: row;
  }
}
.page-contact .contact-form .select--wrap > select {
  min-width: 250px;
}
.page-contact .contact-form .attention {
  margin-left: 15px;
  font-size: 0.8125rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .page-contact .contact-form .attention {
    font-size: 1rem;
  }
}
.page-contact .contact-form .checkbox {
  width: clamp(18px, 3vw, 25px);
  height: clamp(18px, 3vw, 25px);
  border: 1px solid var(--main);
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}
.page-contact .contact-form .checkbox--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .page-contact .contact-form .checkbox--wrap {
    gap: 15px;
  }
}
.page-contact .contact-form .privacyLabel {
  cursor: pointer;
  margin-bottom: 0;
}
.page-contact .contact-form .important-points {
  font-size: 0.8125rem;
  color: #d00000;
}
@media (min-width: 768px) {
  .page-contact .contact-form .important-points {
    font-size: 1rem;
  }
}
.page-contact .contact-form .label {
  margin-bottom: 0;
}
.page-contact .contact-form input,
.page-contact .contact-form textarea,
.page-contact .contact-form select {
  border: solid 1px var(--main);
  padding: 10px 8px;
}
@media (min-width: 768px) {
  .page-contact .contact-form textarea {
    min-height: 340px;
  }
}
.page-contact .contact-form select {
  cursor: pointer;
}
.page-contact .contact-form .select-contents-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: clamp(40px, 4vw, 70px);
}
@media (min-width: 768px) {
  .page-contact .contact-form .select-contents-group {
    gap: 0 30px;
  }
}
.page-contact .contact-form .select-contents-group .select-contents {
  width: 100%;
}
@media (min-width: 768px) {
  .page-contact .contact-form .select-contents-group .select-contents {
    width: calc(54% - 15px);
  }
}
@media (min-width: 768px) {
  .page-contact .contact-form .select-contents-group .select-contents .attention {
    margin-left: 0;
  }
}
.page-contact .contact-form .select-contents-group .select-contents.formRow {
  margin-bottom: 0;
}
.page-contact .contact-form .select-contents-group .select-contents .select--wrap {
  margin-bottom: 0;
}
.page-contact .contact-form .select-contents-group .total-price {
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: var(--main);
}