@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1120px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 24px;
  }
}
@media screen and (max-width: 389px) {
  .inner {
    padding: 0 max(16px, 16px + 8 * (100vw - 320px) / 69);
  }
}

.wp-block-group h2:first-child, .wp-block-group h3:first-child, .wp-block-group h4:first-child {
  margin-top: revert !important;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

section, section.wp-block-cover {
  padding: 120px 0 80px;
}
@media screen and (max-width: 1439px) {
  section, section.wp-block-cover {
    padding: max(40px, 40px + 80 * (100vw - 390px) / 1049) 0 max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}

h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(36px, 36px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    line-height: 130%;
  }
}
@media screen and (max-width: 389px) {
  h2 {
    font-size: max(28px, 28px + 8 * (100vw - 320px) / 69);
  }
}

.section_title {
  position: relative;
}
.section_title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 16px;
  position: relative;
  text-align: center;
}
.section_title h2::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #ABABAB;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  .section_title h2::after {
    width: max(80px, 80px + 20 * (100vw - 390px) / 1049);
  }
}
.section_title h2.bg_gray {
  width: 100%;
  font-size: 32px;
  padding: 8px;
  background: #E6E6E6;
}
.section_title h2.bg_gray::after {
  background: none;
}
.section_title span.en {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E6E6E6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -52px;
}
@media screen and (max-width: 1439px) {
  .section_title span.en {
    font-size: max(72px, 72px + 28 * (100vw - 390px) / 1049);
    top: min(-39px, -39px + -13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .section_title span.en {
    font-size: max(56px, 56px + 16 * (100vw - 320px) / 69);
    top: min(-32px, -32px + -7 * (100vw - 320px) / 69);
  }
}
.section_title h3 {
  text-align: center;
  padding: 16px 8px;
  margin-top: 32px;
}
.section_title h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #6E6E6E), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #6E6E6E 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #6E6E6E 50%, transparent 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}

p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 389px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

.main_btn {
  margin-top: 48px;
}
.main_btn .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper {
  max-width: 100%;
}
.main_btn a {
  width: 300px;
  max-width: 100%;
  height: 60px;
  display: grid;
  place-items: center;
  position: relative;
  -webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.25);
          box-shadow: 0 4px 10px rgba(51, 51, 51, 0.25);
}
.main_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: auto;
  aspect-ratio: 16/29;
  background: url(../img/ic_arrow-right_white.png) no-repeat center/contain;
}
.main_btn a span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.05em;
  display: inline-block;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  header {
    height: 75px;
  }
}
header.active .header_inner {
  background: white;
}
header .header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(1120px + 10%);
  padding: 8px 5%;
  margin-inline: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    max-width: 1168px;
    padding: 8px 24px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner {
    height: 100%;
  }
}
@media screen and (max-width: 389px) {
  header .header_inner {
    padding: 8px 16px;
  }
}
header .header_inner .logo a {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
@media screen and (max-width: 389px) {
  header .header_inner .logo a {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
header .header_inner .header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right {
    gap: 24px;
  }
}
@media screen and (max-width: 389px) {
  header .header_inner .header_right {
    gap: 12px;
  }
}
header .header_inner .header_right nav.global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    padding: 80px 24px;
    background: rgba(255, 255, 255, 0.8);
    gap: 24px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  header .header_inner .header_right nav.global-nav.active {
    opacity: 1;
    visibility: visible;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu li {
    width: 100%;
  }
}
header .header_inner .header_right nav.global-nav ul.nav-menu li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu li a {
    display: block;
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #ABABAB;
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.nav-menu li a::after {
    content: "";
    width: 16.5px;
    height: 8px;
    background: url(../img/ic_arrow-right_menu.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
header .header_inner .header_right nav.global-nav .header_tel a {
  padding: 8px 16px;
  background: #6E6E6E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav .header_tel a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .header_inner .header_right nav.global-nav .header_tel a span.text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.05em;
}
header .header_inner .header_right nav.global-nav .header_tel a span.tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav .header_tel a span.tel {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .header_inner .header_right nav.global-nav .header_tel a span.tel img {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
header .header_inner .header_right nav.global-nav .header_tel a span.tel img.phone {
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 5px;
}
header .header_inner .header_right nav.global-nav .header_tel a span.tel img.arrow {
  width: 8px;
  height: auto;
  margin-left: 16px;
}
header .header_inner .header_right nav.global-nav ul.sns_list {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right nav.global-nav ul.sns_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
header .header_inner .header_right nav.global-nav ul.sns_list li a {
  display: block;
  width: 56px;
  height: auto;
}
header .header_inner .header_right nav.global-nav ul.sns_list li a img {
  display: block;
  width: 100%;
  height: auto;
}
header .header_inner .header_right .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_inner .header_right .language a {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0.05em;
  font-weight: bold;
}
header .header_inner .header_right .language a:not(:first-of-type)::before {
  content: " ｜ ";
}
header .header_inner .header_right .ham_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_right .ham_btn {
    display: block;
  }
  header .header_inner .header_right .ham_btn img {
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.swiper {
  position: relative;
  overflow: visible !important;
}

.swiper-pagination {
  bottom: -24px !important;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: none;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  outline: none;
  margin-inline: 12px !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6E6E6E;
}

section.intro {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  section.intro {
    margin-bottom: 40px;
  }
}
section.intro p {
  line-height: 200%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.intro p {
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  section.intro .intro_img_list figure:nth-of-type(odd) {
    width: 76.9vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 389px) {
  section.intro .intro_img_list figure:nth-of-type(odd) {
    width: 80vw;
  }
}
section.intro .intro_img_list figure:nth-of-type(even) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  section.intro .intro_img_list figure:nth-of-type(even) {
    margin-top: 0;
    width: 76.9vw;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 389px) {
  section.intro .intro_img_list figure:nth-of-type(even) {
    width: 80vw;
  }
}

.top_menu_list p,
.top_menu_sublist p {
  text-align: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .top_menu_list p,
  .top_menu_sublist p {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
.top_menu_list p::after,
.top_menu_sublist p::after {
  content: "";
  margin-left: 16px;
  display: inline-block;
  width: 5.5px;
  height: auto;
  aspect-ratio: 11/19;
  background: url(../img/ic_arrow-right.png) no-repeat center/contain;
}

.top_menu_sublist p {
  margin-top: 0;
}

.features_list li {
  padding: 68px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  .features_list li {
    padding: max(24px, 24px + 44 * (100vw - 768px) / 671) 0;
  }
}
@media screen and (max-width: 767px) {
  .features_list li {
    padding: 0 0 24px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.features_list li::before {
  content: "";
  margin-inline: calc(50% - 50vw);
  width: 67.36vw;
  height: 100%;
  background: url(../img/top/features_bg.webp) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .features_list li::before {
    background: url(../img/top/features_bg_sp.webp) no-repeat bottom/cover;
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.features_list li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .features_list li:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features_list li:nth-of-type(even)::before {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .features_list li:nth-of-type(even) div:nth-of-type(1) img {
    margin-left: auto;
  }
}
.features_list li:nth-of-type(even) div:nth-of-type(1) div:nth-of-type(2) {
  margin-left: auto;
}
.features_list li:nth-of-type(even) div:nth-of-type(2) {
  margin-left: 0;
  margin-right: -4.8%;
}
@media screen and (max-width: 767px) {
  .features_list li:nth-of-type(even) div:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
    margin-top: -20px;
  }
}
.features_list li div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 54%;
      -ms-flex: 1 1 54%;
          flex: 1 1 54%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features_list li div:nth-of-type(1) img {
    width: calc(100% - 24px);
  }
}
.features_list li div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 46%;
      -ms-flex: 1 1 46%;
          flex: 1 1 46%;
  margin-left: -4.8%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .features_list li div:nth-of-type(2) {
    margin-left: 0;
    margin-right: auto;
    margin-top: -20px;
    width: calc(100% - 48px);
  }
}
.features_list li div:nth-of-type(2) span.en {
  font-size: 16px;
  font-family: "Lora", serif;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #6E6E6E;
}
.features_list li div:nth-of-type(2) h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .features_list li div:nth-of-type(2) h3 {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .features_list li div:nth-of-type(2) h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 389px) {
  .features_list li div:nth-of-type(2) h3 {
    font-size: max(22px, 22px + 6 * (100vw - 320px) / 69);
  }
}
.features_list li div:nth-of-type(2) p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .features_list li div:nth-of-type(2) p {
    margin-top: max(8px, 8px + 16 * (100vw - 390px) / 1049);
  }
}

.message p {
  line-height: 175%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message p {
    text-align: left;
  }
}

main.page .fv_child {
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1439px) {
  main.page .fv_child {
    height: max(245px, 245px + 155 * (100vw - 390px) / 1049);
  }
}
main.page .fv_child .bg {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}
main.page .fv_child .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.5);
  z-index: 0;
}
main.page .fv_child .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.page .fv_child h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  max-width: 90%;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.page .fv_child h1 {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
main.page .menu_tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_tabs {
    margin-bottom: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
main.page .menu_tabs li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.page .menu_tabs li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 80px;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 2px solid #DDDDDD;
  color: #ABABAB;
}
@media screen and (max-width: 1439px) {
  main.page .menu_tabs li a {
    padding: 10px max(48px, 48px + 32 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
main.page .menu_tabs li.active a {
  border-bottom: 4px solid #6E6E6E;
  color: #333;
  padding-bottom: 9px;
}
main.page .menu_content {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.page .menu_content.active {
  display: block;
}
main.page .menu_content h2 {
  margin-top: 0 !important;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.page .menu_content h3 {
  margin-bottom: 32px !important;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content h3 {
    margin: max(16px, 16px + 8 * (100vw - 390px) / 1049) 0 max(24px, 24px + 8 * (100vw - 390px) / 1049) !important;
    padding: max(8px, 8px + 8 * (100vw - 390px) / 1049) 0;
  }
}
main.page .menu_content h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin: 40px 0 32px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content h4 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.page .menu_content .menu_wrap:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .menu_wrap:not(:first-of-type) {
    margin-top: max(56px, 56px + 44 * (100vw - 390px) / 1049);
  }
}
main.page .menu_content .menu_list {
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .menu_list {
    gap: 20px max(20px, 20px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .menu_list {
    gap: 40px 10px;
  }
}
@media screen and (max-width: 389px) {
  main.page .menu_content .menu_list {
    gap: 30px 10px;
  }
}
main.page .menu_content .menu_list:not(.col-3) {
  grid-template-columns: repeat(auto-fit, calc(20% - 24px));
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .menu_list:not(.col-3) {
    grid-template-columns: repeat(auto-fit, calc(20% - max(80px, 80px + 40 * (100vw - 768px) / 671) / 5));
  }
}
@media screen and (max-width: 1024px) {
  main.page .menu_content .menu_list:not(.col-3) {
    grid-template-columns: repeat(auto-fit, calc(25% - max(60px, 60px + 30 * (100vw - 768px) / 671) / 4));
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .menu_list:not(.col-3) {
    grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 6.6666666667px));
  }
}
@media screen and (max-width: 500px) {
  main.page .menu_content .menu_list:not(.col-3) {
    grid-template-columns: repeat(auto-fit, calc(50% - 5px));
  }
}
main.page .menu_content .menu_list.col-3 {
  gap: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .menu_list.col-3 {
    gap: max(20px, 20px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .menu_list.col-3 {
    gap: 32px;
    margin-bottom: 24px;
  }
}
main.page .menu_content .menu_list p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .menu_list p {
    font-size: max(16px, 16px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .menu_list p {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 389px) {
  main.page .menu_content .menu_list p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.page .menu_content .free-drink_wrap {
  position: relative;
  padding: 40px;
  background: url(../img/menu/menu_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .free-drink_wrap {
    padding: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .free-drink_wrap {
    background-image: url(../img/menu/menu_bg_sp.webp);
  }
}
main.page .menu_content .free-drink_wrap h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .free-drink_wrap h5 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page .menu_content .free-drink_wrap h5 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.page .menu_content .free-drink_wrap h5::before, main.page .menu_content .free-drink_wrap h5::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #6E6E6E;
  vertical-align: 6px;
  margin: 0 8px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .free-drink_wrap h5::before, main.page .menu_content .free-drink_wrap h5::after {
    width: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}
main.page .menu_content .free-drink_wrap .free-drink_list {
  grid-template-columns: repeat(2, 300px);
  margin-inline: auto;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  main.page .menu_content .free-drink_wrap .free-drink_list {
    grid-template-columns: 1fr;
  }
}
main.page .menu_content .free-drink_wrap .free-drink_list h6 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .free-drink_wrap .free-drink_list h6 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page .menu_content .free-drink_wrap .free-drink_list h6 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .free-drink_wrap .free-drink_list > div:first-of-type ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: 260px;
  }
}
@media screen and (max-width: 389px) {
  main.page .menu_content .free-drink_wrap .free-drink_list > div:first-of-type ul {
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .free-drink_wrap .free-drink_list > div:first-of-type ul li {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 389px) {
  main.page .menu_content .free-drink_wrap .free-drink_list > div:first-of-type ul li {
    width: 100%;
  }
}
main.page .menu_content .free-drink_wrap .free-drink_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
main.page .menu_content .free-drink_wrap .free-drink_list ul li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1439px) {
  main.page .menu_content .free-drink_wrap .free-drink_list ul li {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .menu_content .free-drink_wrap .free-drink_list ul li {
    line-height: 175%;
  }
}
main.page .menu_content .free-drink_wrap .free-drink_list ul li::before {
  content: "・";
}
main.page .menu_content .menu_list_text {
  grid-template-columns: repeat(3, 200px) !important;
  margin-inline: auto;
  gap: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  main.page .menu_content .menu_list_text {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 500px) {
  main.page .menu_content .menu_list_text {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
main.page .menu_content .menu_list_text p {
  text-align: left;
  line-height: 175%;
  letter-spacing: 0.05em;
}

footer {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 40px 0 24px;
}
footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
footer .footer_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer_bg::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}
footer .footer_wrap > div:nth-of-type(1) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 41%;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap > div:nth-of-type(1) {
    display: contents;
  }
}
footer .footer_wrap > div:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 59%;
      -ms-flex: 0 1 59%;
          flex: 0 1 59%;
}
@media screen and (max-width: 767px) {
  footer .footer_wrap > div:nth-of-type(2) {
    display: contents;
  }
}
footer .footer_logo {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  footer .footer_logo {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  footer .footer_logo {
    font-size: max(22px, 22px + 4 * (100vw - 320px) / 69);
  }
}
footer .footer_tel {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer_tel {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 389px) {
  footer .footer_tel {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .footer_tel img {
  margin-right: 4px;
}
@media screen and (max-width: 389px) {
  footer .footer_tel img {
    width: max(24px, 24px + 8 * (100vw - 320px) / 69) !important;
    height: auto !important;
    aspect-ratio: 1/1;
  }
}
footer .footer_tel p {
  font-size: 24px;
}
@media screen and (max-width: 389px) {
  footer .footer_tel p {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  footer .sns_list {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 389px) {
  footer .sns_list img {
    width: max(40px, 40px + 16 * (100vw - 320px) / 69) !important;
    height: auto !important;
    aspect-ratio: 1/1;
  }
}
footer iframe {
  margin-top: 16px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  footer iframe {
    position: relative;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  footer iframe {
    height: auto;
    aspect-ratio: 16/9;
  }
}
footer dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer dl {
    position: relative;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 8px;
  }
}
footer dl dt,
footer dl dd {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 389px) {
  footer dl dt,
  footer dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
footer dl dt {
  width: 116px;
  padding: 16px 8px;
}
@media screen and (max-width: 389px) {
  footer dl dt {
    width: calc(max(80px, 80px + 20 * (100vw - 320px) / 69) + 16px);
  }
}
footer dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc(100% - 116px);
      -ms-flex: 1 1 calc(100% - 116px);
          flex: 1 1 calc(100% - 116px);
  padding: 16px 8px;
}
@media screen and (max-width: 389px) {
  footer dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(100% - (max(80px, 80px + 20 * (100vw - 320px) / 69) + 16px));
        -ms-flex: 1 1 calc(100% - (max(80px, 80px + 20 * (100vw - 320px) / 69) + 16px));
            flex: 1 1 calc(100% - (max(80px, 80px + 20 * (100vw - 320px) / 69) + 16px));
  }
}
footer dl dd a {
  color: #fff;
  text-decoration: underline;
}
footer dl dd a:hover {
  text-decoration: none;
}
footer .copyright {
  font-size: 14px;
  padding: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    padding: 0;
    margin-top: 48px;
  }
}