/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./coding/src/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

/**
 * 1. 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 */
}

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

html {
  font-family: "Noto Serif SC", "Noto Serif JP", serif;
  font-size: 0.5208333333vw;
}
@media only screen and (max-width: 1232px) {
  html {
    font-size: 0.8116883117vw;
  }
}
@media only screen and (max-width: 856px) {
  html {
    font-size: 1.1682242991vw;
  }
}

body {
  font-family: "Noto Serif SC", "Noto Serif JP", serif;
  background-image: url("./images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.fixed {
  overflow: hidden;
}

.wrapper {
  overflow: clip;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
  height: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 560px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

iframe {
  width: 100%;
}

@keyframes scroll-lead {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotateAnime {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes zoomUpAnime {
  0% {
    opacity: 1;
    transform: rotateZ(0deg) scale(1);
  }
  30% {
    opacity: 1;
    transform: rotateZ(360deg) scale(1);
  }
  to {
    opacity: 0;
    transform: rotateZ(360deg) scale(20);
  }
}
@keyframes scrollHorizon {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media only screen and (max-width: 856px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 856px) {
  .tab {
    display: block;
  }
}

p.text-box {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  p.text-box {
    font-size: 3.2rem;
  }
}

p.text-box_large {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  p.text-box_large {
    font-size: 3.6rem;
  }
}
p.text-box_large a {
  color: #020ab9;
  text-decoration: underline;
}

.lh15 {
  line-height: 1.5 !important;
}

.flex {
  display: flex;
}

.direction-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-items-baseLine {
  align-items: baseline;
}

.row-reverse {
  flex-direction: row-reverse;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.text-white {
  color: #ffffff !important;
}

.text-red {
  color: #dc476a !important;
}

.text-blue {
  color: #4774dc !important;
}

.text-black {
  color: #333 !important;
}

.weight-bold {
  font-weight: bold !important;
}

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

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

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

.tategaki-rl {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.tategaki-lr {
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.underline {
  display: inline-block;
  position: relative;
}
.underline:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #fff 0.63%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.ft-mt-200 {
  margin-top: 200px;
}
@media only screen and (max-width: 1232px) {
  .ft-mt-200 {
    margin-top: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .ft-mt-200 {
    margin-top: 26.4rem;
  }
}

.ft-mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 1232px) {
  .ft-mt-100 {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .ft-mt-100 {
    margin-top: 20rem;
  }
}

.media {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 856px) {
  .media {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slash {
  width: 2px;
  height: 100%;
  background-color: #591902;
  transform: skew(-15deg);
  margin: 0 8px;
}

.dashLine {
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, #591902 50%, transparent 50%);
  background-size: 1rem 100%;
  word-wrap: break-word;
  flex: 1 1;
  min-width: 0;
}

.content-mt {
  margin-top: 220px;
}
@media only screen and (max-width: 1232px) {
  .content-mt {
    margin-top: 22rem;
  }
}
@media only screen and (max-width: 856px) {
  .content-mt {
    margin-top: 32.4rem;
  }
}

.button-tab a {
  width: 100%;
  font-size: 3.6rem;
  color: #591902;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.2rem;
  border-radius: 100vh;
  border: solid 2px #591902;
  position: relative;
}
.button-tab a:hover span {
  transform: translateX(6rem);
  transition: all 0.3s ease;
}
.button-tab a span {
  display: block;
  width: 1.6rem;
  height: 3.2rem;
  transform: translateX(4rem);
  transition: all 0.3s ease;
}

.button-tab-en a {
  font-size: 3.6rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  border: solid 2px #ffffff;
}

.tategaki-button a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 46px 25px;
  background-color: transparent;
  border: solid 2px #ffffff;
  transition: all 0.3s ease;
  display: block;
}
@media only screen and (max-width: 1232px) {
  .tategaki-button a {
    font-size: 2rem;
    padding: 4.6rem 2.5rem;
  }
}
.tategaki-button a:hover {
  background-color: #ffffff;
  color: #591902;
  transition: all 0.3s ease;
}

.clear-button a {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .clear-button a {
    font-size: 2.8rem;
  }
}
.clear-button a:hover {
  color: #bf8c4e;
  transition: color 0.3s ease;
}
.clear-button a:hover span {
  transform: translateX(50%);
  transition: transform 0.3s ease;
}
.clear-button a span {
  width: 12px;
  aspect-ratio: 1/2;
  margin-left: 41px;
  transform: translateX(0%);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .clear-button a span {
    margin-left: 2.8rem;
  }
}
.clear-button a span img {
  height: auto;
}

.button {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  border: solid 2px #bf8c4e;
  font-size: 20px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.button:hover {
  color: #ffffff;
  background-color: #bf8c4e;
}

.buttonWithIcon {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 20px;
  gap: 4px;
  transition: all 0.3s ease;
  z-index: 1;
}
@media only screen and (max-width: 1760px) {
  .buttonWithIcon {
    font-size: 2rem;
    padding: 0.8rem 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .buttonWithIcon {
    font-size: 2.8rem;
    width: 90%;
    margin: 0 auto;
  }
}
.buttonWithIcon:hover {
  background-color: #bf8c4e;
  color: #ffffff;
  cursor: pointer;
}
.buttonWithIcon:hover path {
  fill: #ffffff;
}
.buttonWithIcon svg {
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 856px) {
  .buttonWithIcon svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.buttonWithIcon path {
  transition: all 0.3s ease;
  fill: #333333;
}

.buttonWithUnderline {
  font-size: 20px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 12px 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .buttonWithUnderline {
    font-size: 2.8rem;
  }
}
.buttonWithUnderline span {
  border-radius: 50%;
  background-color: #591902;
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 856px) {
  .buttonWithUnderline span {
    width: 5.6rem;
    height: 5.6rem;
  }
  .buttonWithUnderline span svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.buttonWithUnderline:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #591902;
  position: absolute;
  top: 96%;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.buttonWithUnderline:hover {
  color: #ffffff;
  transition: color 0.3s ease;
}
.buttonWithUnderline:hover:after {
  top: 0%;
  transition: all 0.3s ease;
}

.card01 {
  display: block;
  width: calc((100% - 48px) / 4);
  filter: brightness(100%);
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .card01 {
    width: calc((100% - 4.8rem) / 4);
  }
}
@media only screen and (max-width: 856px) {
  .card01 {
    width: 100%;
  }
}
.card01:hover {
  filter: brightness(110%);
  transition: filter 0.3s ease;
}
.card01 a {
  display: block;
  width: 100%;
  height: 100%;
}
.card01__image {
  width: 100%;
  aspect-ratio: 296/200;
  overflow: hidden;
  background-color: #333333;
}
.card01__body {
  padding: 10px 10px 40px;
  height: 134px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1232px) {
  .card01__body {
    padding: 1rem 1rem 4rem;
    height: 13.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .card01__body {
    padding: 3.2rem 1.8rem 8.4rem;
    height: 30.6rem;
  }
}
.card01__body:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: solid 24px transparent;
  border-bottom: solid 24px #bf8c4e;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 1232px) {
  .card01__body:after {
    border-left: solid 2.4rem transparent;
    border-bottom: solid 2.4rem #bf8c4e;
  }
}
@media only screen and (max-width: 856px) {
  .card01__body:after {
    border-left: solid 6.4rem transparent;
    border-bottom: solid 6.4rem #bf8c4e;
  }
}
.card01__meta {
  display: flex;
  align-items: center;
}
.card01__time {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 1232px) {
  .card01__time {
    font-size: 1.2rem;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .card01__time {
    font-size: 3.2rem;
    margin-right: 6rem;
  }
}
.card01__cat {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background-color: #bf8c4e;
  padding: 2px 12px;
}
@media only screen and (max-width: 1232px) {
  .card01__cat {
    font-size: 1.2rem;
    padding: 0.2rem 1.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .card01__cat {
    font-size: 3.2rem;
    padding: 0.7rem 1.1rem;
  }
}
.card01__title {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}
@media only screen and (max-width: 1232px) {
  .card01__title {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .card01__title {
    font-size: 4rem;
    margin-top: 2.4rem;
  }
}

.card02 {
  width: 100%;
  aspect-ratio: 916/566;
  position: relative;
}
.card02__decoration {
  width: 282px;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 282/133;
  transform: translate(18%, -40%);
}
@media only screen and (max-width: 856px) {
  .card02__decoration {
    width: 26.4rem;
  }
}
.card02__decoration img {
  -o-object-fit: contain;
     object-fit: contain;
}
.card02__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.card02__text {
  width: 100%;
  height: 100%;
  padding: 40px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  gap: 22px;
}
@media only screen and (max-width: 856px) {
  .card02__text {
    padding: 2rem;
    gap: 2rem;
  }
}
.card02__title {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .card02__title {
    width: 12rem;
    height: 12rem;
    font-size: 4.8rem;
  }
}
.card02__title img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.card02__paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .card02__paragraph {
    gap: 2rem;
    font-size: 2.8rem;
  }
}
.card02__paragraph em {
  font-size: 40px;
  font-style: normal;
}
@media only screen and (max-width: 856px) {
  .card02__paragraph em {
    font-size: 6.4rem;
  }
}
.card02__paragraph span {
  font-size: 14px;
}
@media only screen and (max-width: 856px) {
  .card02__paragraph span {
    font-size: 2.8rem;
  }
}

.cardUnit {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1232px) {
  .cardUnit {
    gap: 2.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .cardUnit {
    flex-direction: column;
    gap: 6.4rem;
  }
}
.cardUnit > * {
  width: 31.5746753247%;
}
@media only screen and (max-width: 856px) {
  .cardUnit > * {
    width: 100%;
  }
}

.card03 {
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.card03__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.card03__image {
  width: 100%;
  aspect-ratio: 389/280;
}
.card03__body {
  padding: 8px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 856px) {
  .card03__body {
    padding: 1.6rem 3.2rem 6.4rem;
    gap: 4.8rem;
  }
}

.infoCard {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 24px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  border-radius: 8px;
}
@media only screen and (max-width: 856px) {
  .infoCard {
    gap: 3.2rem;
    padding: 8rem 5.6rem;
  }
}
.infoCard__title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .infoCard__title {
    font-size: 4rem;
  }
}
.infoCard__thumb {
  width: 100%;
  aspect-ratio: 341/192;
  overflow: hidden;
}
.infoCard__info {
  width: 100%;
  border: solid 1px #ccc;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 856px) {
  .infoCard__info {
    font-size: 2.4rem;
  }
}
.infoCard__info tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.infoCard__info th {
  width: 29.3255131965%;
  padding: 8px;
  background-color: #f2dfd9;
  vertical-align: middle;
}
.infoCard__info td {
  padding: 8px;
  font-weight: normal;
}
.infoCard__link {
  width: 100%;
  background-color: #ffa128;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  filter: brightness(1);
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .infoCard__link {
    font-size: 3.2rem;
    padding: 2.4rem 1.2rem;
  }
}
.infoCard__link:hover {
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}

.infoCard2 {
  background-image: url("./images/scene-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 8px 24px 24px 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  gap: 16px;
}
@media only screen and (max-width: 856px) {
  .infoCard2 {
    padding: 1.6rem 3.2rem 3.2rem 3.2rem;
  }
}
.infoCard2__header {
  padding: 8px 0;
  border-bottom: solid 1px #591902;
  gap: 16px;
}
.infoCard2__title {
  font-size: 18px;
  color: #591902;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .infoCard2__title {
    font-size: 3.6rem;
  }
}
.infoCard2__icons {
  gap: 16px;
}
.infoCard2__icons a {
  width: 32px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 856px) {
  .infoCard2__icons a {
    width: 6.4rem;
  }
}

.section__title {
  font-size: 60px;
  color: #591902;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1232px) {
  .section__title {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title {
    font-size: 7.2rem;
  }
}
.section__title .subtitle {
  display: block;
  font-size: 24px;
  color: #591902;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 856px) {
  .section__title .subtitle {
    font-size: 4rem;
  }
}
.section__title_size_s {
  font-size: 100px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.031em;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-feature-settings: "pkna";
}
@media only screen and (max-width: 1232px) {
  .section__title_size_s {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_size_s {
    font-size: 12rem;
  }
}
.section__title_size_s span {
  font-size: 32px;
}
@media only screen and (max-width: 1232px) {
  .section__title_size_s span {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_size_s span {
    font-size: 4.8rem;
  }
}
.section__title_belt {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-feature-settings: "pkna";
  padding: 31px 14px;
  position: relative;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media only screen and (max-width: 1232px) {
  .section__title_belt {
    font-size: 6rem;
    padding: 3.1rem 1.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_belt {
    font-size: 8rem;
    padding: 5rem 2rem;
  }
}
.section__title_belt_lr {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-feature-settings: "pkna";
  padding: 31px 14px;
  position: relative;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media only screen and (max-width: 1232px) {
  .section__title_belt_lr {
    font-size: 6rem;
    padding: 3.1rem 1.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_belt_lr {
    font-size: 7.2rem;
    padding: 1.8rem 3.6rem;
    writing-mode: horizontal-tb;
  }
}
.section__title_belt_lr:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: transparent;
  border: solid 1px #bf8c4e;
  z-index: -1;
}
@media only screen and (max-width: 856px) {
  .section__title_belt_lr:before {
    display: none;
  }
}
.section__title_belt_rl {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-feature-settings: "pkna";
  padding: 31px 14px;
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 1232px) {
  .section__title_belt_rl {
    font-size: 6rem;
    padding: 3.1rem 1.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_belt_rl {
    font-size: 7.2rem;
    padding: 1.8rem 3.6rem;
    writing-mode: horizontal-tb;
  }
}
.section__title_belt_rl:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: transparent;
  border: solid 1px #bf8c4e;
  z-index: -1;
}
@media only screen and (max-width: 856px) {
  .section__title_belt_rl:before {
    display: none;
  }
}
.section__title_belt_s {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-feature-settings: "pkna";
  padding: 20px 14px;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
@media only screen and (max-width: 1232px) {
  .section__title_belt_s {
    font-size: 3.2rem;
    padding: 2rem 1.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_belt_s {
    font-size: 6.4rem;
    letter-spacing: -0.1em;
    padding: 1.8rem 3.6rem;
    writing-mode: horizontal-tb;
  }
}
.section__title_border_bottom {
  font-size: 60px;
  color: #591902;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1232px) {
  .section__title_border_bottom {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_border_bottom {
    font-size: 7.2rem;
  }
}
.section__title_center {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1232px) {
  .section__title_center {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_center {
    font-size: 4rem;
  }
}
.section__title_center:before, .section__title_center:after {
  content: "";
  width: calc((100% - 84px) / 2);
  height: 1px;
  background-color: #333333;
}
@media only screen and (max-width: 1232px) {
  .section__title_center:before, .section__title_center:after {
    width: calc((100% - 8.4rem) / 2);
  }
}
.main-visual .section__title_center:before, .main-visual .section__title_center:after {
  background-color: #ffffff;
}
.section__title_center:before {
  margin-right: 42px;
}
@media only screen and (max-width: 1232px) {
  .section__title_center:before {
    margin-right: 4.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_center:before {
    margin-right: 2rem;
  }
}
.section__title_center:after {
  margin-left: 42px;
}
@media only screen and (max-width: 1232px) {
  .section__title_center:after {
    margin-left: 4.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .section__title_center:after {
    margin-left: 2rem;
  }
}

.titleWithIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
  font-size: 32px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .titleWithIcon {
    font-size: 4.8rem;
  }
}
.titleWithIcon_size_l {
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 64px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .titleWithIcon_size_l {
    align-items: center;
    font-size: 9.6rem;
  }
}
.titleWithIcon_size_l span {
  width: 80px;
  height: auto;
  display: inline-block;
  transform: rotate(20deg);
}
.titleWithIcon span {
  width: 80px;
  height: auto;
  display: inline-block;
  transform: rotate(20deg);
}

.titleWithClearBox {
  font-size: 64px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.2rem;
  writing-mode: vertical-lr;
  white-space: nowrap;
  text-orientation: upright;
  padding: 27px 16px;
  border-top: solid 8px #333333;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
}
@media only screen and (max-width: 856px) {
  .titleWithClearBox {
    font-size: 9.6rem;
    padding: 3.2rem 9.6rem;
    border-top: solid 1px #333333;
    border-left: solid 8px #333333;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    writing-mode: horizontal-tb;
    text-align: center;
  }
}
.obento .titleWithClearBox {
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
.obento .titleWithClearBox img {
  width: 366px;
  height: auto;
  aspect-ratio: 366/382;
  position: absolute;
  top: -70%;
  left: -260%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 856px) {
  .obento .titleWithClearBox img {
    width: 51.6rem;
    top: -200%;
    left: -55%;
  }
}

.titleWithLine {
  padding: 16px 92px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .titleWithLine {
    width: 100%;
    font-size: 4.8rem;
    padding: 3.2rem;
  }
}
.titleWithLine:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #581802 0%, rgba(88, 24, 2, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.titleWithLine:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(88, 24, 2, 0) 0%, #581802 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.titleWithLine_fz_s {
  width: 100%;
  font-size: 24px;
  padding: 4px;
}
@media only screen and (max-width: 856px) {
  .titleWithLine_fz_s {
    font-size: 4.8rem;
    padding: 0.8rem;
  }
}

.title {
  font-size: 32px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .title {
    font-size: 4.8rem;
  }
}

.title_fz_s {
  font-size: 24px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .title_fz_s {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 856px) {
  .cta {
    display: none;
  }
}
.cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
}
.cta__belt {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.016em;
  display: block;
  text-align: center;
  background-color: #bf8c4e;
  padding: 2px 0;
}
.cta__tel {
  font-size: 32px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.032em;
  margin-top: 4px;
}
.cta__tel span {
  font-size: 24px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.032em;
}

.cta-button {
  display: none;
}
@media only screen and (max-width: 856px) {
  .cta-button {
    display: block;
    width: 16rem;
    height: 16rem;
    background-color: #bf8c4e;
  }
}
.cta-button__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-button__icon {
  width: 5.3rem;
  aspect-ratio: 53/69;
}
.cta-button__icon img {
  height: auto;
}
.cta-button__text {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2rem;
}

.cta-button_color_brown {
  display: none;
}
@media only screen and (max-width: 856px) {
  .cta-button_color_brown {
    display: block;
    width: 16rem;
    height: 16rem;
    background-color: #591902;
  }
}
.cta-button_color_brown__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta-button_color_brown__icon {
  width: 5rem;
  aspect-ratio: 50/71;
}
.cta-button_color_brown__icon img {
  height: auto;
}
.cta-button_color_brown__access {
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2rem;
}

.ctaOrder {
  display: inline-flex;
  padding: 16px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vh;
  background: #ffa128;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  filter: brightness(1);
  transition: filter 0.3s ease;
}
.ctaOrder__hero {
  margin-top: 80px;
}
@media only screen and (max-width: 856px) {
  .ctaOrder__hero {
    margin-top: 6rem;
  }
}
.ctaOrder:hover {
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}
.ctaOrder span {
  width: 16px;
  transform: rotate(-90deg);
}

.fixedcta {
  padding: 32px;
  border-radius: 24px 0 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffa128;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  filter: brightness(1);
  transition: filter 0.3s ease;
  position: fixed;
  right: 0;
  bottom: 8%;
  z-index: 2;
}
@media only screen and (max-width: 560px) {
  .fixedcta {
    padding: 16px;
    width: 100%;
    border-radius: 24px 24px 0 0;
    writing-mode: horizontal-tb;
    gap: 2rem;
    bottom: 0;
  }
}
.fixedcta span:first-child {
  width: 32px;
  aspect-ratio: 1/1;
}
.fixedcta span:last-child {
  width: 24px;
  aspect-ratio: 3/2;
}
.fixedcta:hover {
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}

.js_fadeIn {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.js_fadeIn.is_scrolled {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: all 0.3s ease;
}

.mediaItems {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mediaBlock {
  width: 100%;
  border: solid 2px #591902;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .mediaBlock {
    padding: 4rem;
    gap: 6.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .mediaBlock {
    flex-direction: column;
    padding: 8rem 4.8rem;
    gap: 3.2rem;
  }
}
.mediaBlock:before {
  content: "";
  display: block;
  width: calc(100% - 18px);
  height: calc(100% + 24px);
  border: solid 2px #591902;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mediaBlock__image {
  aspect-ratio: 48/34;
}
@media only screen and (max-width: 1232px) {
  .mediaBlock__image {
    width: 38.961038961%;
  }
}
@media only screen and (max-width: 856px) {
  .mediaBlock__image {
    width: 100%;
  }
}
.mediaBlock__text {
  word-wrap: break-word;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
@media only screen and (max-width: 1232px) {
  .mediaBlock__text {
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .mediaBlock__text {
    align-items: center;
    gap: 4rem;
  }
}
.mediaBlock header {
  width: 100%;
  position: relative;
}
.mediaBlock .diamond {
  width: 64px;
  height: 64px;
  background: #bf8c4e;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 856px) {
  .mediaBlock .diamond {
    display: none;
  }
}
.mediaBlock .diamond__text {
  transform: rotate(-45deg);
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.mediaBlock__title {
  width: 100%;
  display: inline-block;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: #581802;
}
@media only screen and (max-width: 856px) {
  .mediaBlock__title {
    font-size: 3.6rem;
  }
}
.mediaBlock__title span {
  width: 100%;
  display: inline-block;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: transparent;
}
.mediaBlock__paragraph {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .mediaBlock__paragraph {
    font-size: 2.8rem;
  }
}

.mediaBlock02__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 856px) {
  .mediaBlock02__inner {
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
  }
}
.mediaBlock02__text {
  width: 48.7012987013%;
}
@media only screen and (max-width: 856px) {
  .mediaBlock02__text {
    width: 100%;
    display: contents;
    text-align: center;
  }
}
.mediaBlock02__text header {
  order: 1;
}
.mediaBlock02__paragraph {
  margin-top: 10px;
  order: 3;
}
@media only screen and (max-width: 856px) {
  .mediaBlock02__paragraph {
    margin-top: 0;
  }
}
.mediaBlock02__paragraph p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .mediaBlock02__paragraph p {
    font-size: 3.2rem;
  }
}
.mediaBlock02__paragraph p em {
  font-size: 32px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
}
@media only screen and (max-width: 856px) {
  .mediaBlock02__paragraph p em {
    font-size: 4.8rem;
  }
}
.mediaBlock02__image {
  order: 2;
}
.mediaBlock02 .spaceArea {
  display: inline-block;
  margin-top: 80px;
}
@media only screen and (max-width: 856px) {
  .mediaBlock02 .spaceArea {
    margin-top: 4.8rem;
  }
}

.fullmedia {
  display: flex;
}
.front-page .fullmedia, .front-en .fullmedia, .front-zh .fullmedia {
  margin-top: 160px;
}
@media only screen and (max-width: 856px) {
  .front-page .fullmedia, .front-en .fullmedia, .front-zh .fullmedia {
    margin-top: 16rem;
  }
}
@media only screen and (max-width: 1024px) {
  .fullmedia {
    flex-direction: column;
  }
}
.fullmedia__image {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .fullmedia__image {
    width: 100%;
  }
}
.fullmedia__body {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding: 6.4rem 8rem 8rem;
}
@media only screen and (max-width: 1024px) {
  .fullmedia__body {
    width: 100%;
    padding: 4.8rem 3.2rem 8rem;
  }
}
.fullmedia__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fullmedia__title span.underline {
  font-size: 48px;
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .fullmedia__title span.underline {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .fullmedia__title span.underline {
    font-size: 6.4rem;
  }
}
.fullmedia__title span {
  font-size: 32px;
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .fullmedia__title span {
    font-size: 3.2rem;
  }
}
.fullmedia__text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 856px) {
  .fullmedia__text {
    font-size: 3.2rem;
    margin-top: 4.8rem;
  }
}
.fullmedia__btn {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 856px) {
  .fullmedia__btn {
    margin-top: 8rem;
    gap: 3.6rem;
  }
}

.listBox {
  width: 100%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 856px) {
  .listBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.listBox__title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 16px 8px;
  background: #591902;
  writing-mode: vertical-lr;
  white-space: nowrap;
  text-orientation: upright;
}
@media only screen and (max-width: 856px) {
  .listBox__title {
    font-size: 3.6rem;
    padding: 1.6rem 3.2rem;
    writing-mode: horizontal-tb;
  }
}
.listBox__body {
  border: solid 2px #591902;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex-grow: 1;
}
@media only screen and (max-width: 856px) {
  .listBox__body {
    width: 100%;
    padding: 4.8rem 3.2rem;
  }
}
.listBox ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .listBox ul {
    font-size: 2.8rem;
    gap: 1.6rem;
  }
}
.listBox ul.listBox__notice {
  color: #ff2f2f;
}
.listBox ul.listBox__notice li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 856px) {
  .listBox ul.listBox__notice li {
    padding-left: 4rem;
  }
}
.listBox ul.listBox__notice li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.listBox p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .listBox p {
    font-size: 2.8rem;
  }
}
.listBox em {
  font-weight: 900;
  font-style: normal;
}

.bracket {
  width: 100%;
}
.bracket__inner {
  max-width: 100%;
  width: 1022px;
  margin: 0 auto;
  padding: 40px 0 56px;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .bracket__inner {
    padding: 16rem 0;
  }
}
.recruit .bracket__inner {
  padding: 40px 0;
}
.bracket__before {
  width: 88px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.bracket__after {
  width: 88px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bracket__contents {
  margin-top: 26px;
}
@media only screen and (max-width: 856px) {
  .bracket__contents {
    margin-top: 7.6rem;
  }
}
.bracket__items {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 856px) {
  .bracket__items {
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
  }
}
.bracket__items li {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px 16px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 856px) {
  .bracket__items li {
    font-size: 4.8rem;
    line-height: 1;
  }
}

.accordionUnit {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.obento .accordionUnit {
  margin-top: 30px;
}
@media only screen and (max-width: 856px) {
  .obento .accordionUnit {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .accordionUnit {
    gap: 4.8rem;
  }
}

.accordion .js_accordionButton {
  cursor: pointer;
}
.accordion .js_accordionBody {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.accordion .js_accordionBody.is-open {
  opacity: 1;
  transition: all 0.3s ease;
}
.accordion__summary {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #f2dfd9;
}
.accordion__title {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: break-word;
  min-width: 0;
  flex: 1 1;
}
@media only screen and (max-width: 856px) {
  .accordion__title {
    font-size: 3.2rem;
  }
}
.accordion .plusIcon {
  display: block;
  width: 24px;
  height: 2px;
  background: #591902;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 856px) {
  .accordion .plusIcon {
    width: 3.2rem;
  }
}
.accordion .plusIcon.is-open:before {
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}
.accordion .plusIcon:before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #591902;
  transform: rotateZ(0deg);
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .accordion .plusIcon:before {
    height: 3.2rem;
  }
}
.accordion__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: #591902;
}
@media only screen and (max-width: 856px) {
  .accordion__label {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    margin-right: 1.6rem;
  }
}
.accordion__body .accordion__label {
  background: #e08d8d;
}
.accordion__content {
  padding: 8px 16px;
  background-color: #f2dfd9;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.accordion__text {
  width: 100%;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px 16px;
  background: #ffffff;
}
@media only screen and (max-width: 856px) {
  .accordion__text {
    font-size: 3.2rem;
    padding: 8px;
  }
}

.modal {
  display: none;
}
.modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal__container {
  width: min(1000px, 94%);
}
.modal__container img {
  height: auto;
}
.modal__content {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
}
.modal__content ul {
  list-style-type: decimal;
  list-style-position: inside;
}
.modal__content ul.languages {
  list-style: none;
}
.modal__content li {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .modal__content li {
    font-size: 2.8rem;
  }
}
.modal__wrapper {
  width: 100%;
  height: 80vh;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  display: grid;
  grid-template-rows: 20% auto;
}
.modal__header {
  position: relative;
}
.modal__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal__image img {
  height: 100%;
}
.modal__title {
  position: relative;
  z-index: 1;
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.modal__body {
  overflow-y: scroll;
  padding: 24px 64px;
}
@media only screen and (max-width: 856px) {
  .modal__body {
    padding: 4.8rem 3.2rem;
  }
}
.modal__list {
  gap: 24px;
}
@media only screen and (max-width: 856px) {
  .modal__list {
    gap: 4.8rem;
  }
}
.modal .close_btn {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal .close_btn span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100vh;
  display: block;
}
.modal .close_btn span:first-child {
  transform-origin: center;
  transform: translateY(2px) rotateZ(-45deg);
}
.modal .close_btn span:last-child {
  transform-origin: center;
  transform: rotateZ(45deg);
}

.modal.is-open {
  display: block;
}

.languages {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media only screen and (max-width: 560px) {
  .languages {
    grid-template-columns: 1fr;
  }
}
.languages__item {
  width: 100%;
}

.table li {
  padding-left: 16px;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .table li {
    padding-left: 3.2rem;
  }
}
.table li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #591902;
  border-radius: 50%;
}
@media only screen and (max-width: 856px) {
  .table li:before {
    top: 3.6rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.table-th-left {
  width: 100%;
}
.table-th-left tr {
  border-top: 1px solid #cccccc;
  display: flex;
}
@media only screen and (max-width: 856px) {
  .table-th-left tr {
    flex-direction: column;
  }
}
.table-th-left tr:last-child {
  border-bottom: 1px solid #cccccc;
}
.table-th-left th {
  width: 23.0519480519%;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
  background-color: #edd8d1;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 856px) {
  .table-th-left th {
    width: 100%;
    font-size: 3.2rem;
    padding: 1.6rem;
  }
}
.table-th-left td {
  flex: 1;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
  background-color: #ffffff;
  padding: 24px 40px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 856px) {
  .table-th-left td {
    width: 100%;
    font-size: 3.2rem;
    padding: 1.6rem;
    justify-content: center;
  }
}
.table-th-left--size-small {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 856px) {
  .table-th-left--size-small tr {
    flex-direction: row;
  }
}
.table-th-left--size-small th {
  width: 30%;
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px;
  justify-content: flex-start;
}
@media only screen and (max-width: 856px) {
  .table-th-left--size-small th {
    font-size: 2.4rem;
    padding: 1.6rem;
  }
}
.table-th-left--size-small td {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 856px) {
  .table-th-left--size-small td {
    font-size: 2.4rem;
    padding: 1.6rem;
  }
}
.table-th-left--size-small td a {
  text-decoration: underline;
}

.form {
  padding: 64px 105px;
  background-color: #f9e9e4;
}
@media only screen and (max-width: 856px) {
  .form {
    padding: 6.4rem 3.2rem;
  }
}
.form__title {
  font-size: 48px;
  color: #591902;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media only screen and (max-width: 856px) {
  .form__title {
    font-size: 4.8rem;
  }
}
.form__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #591902;
}
.form p.text-box {
  line-height: 1.5;
  margin-top: 24px;
}
.form__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 856px) {
  .form__inner {
    gap: 6.4rem;
  }
}
.form .caption {
  font-size: 12px;
  color: #ff2f2f;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .form .caption {
    font-size: 2.4rem;
  }
}
.form .caption li {
  padding-left: 12px;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .form .caption li {
    padding-left: 2.4rem;
  }
}
.form .caption li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.formPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 856px) {
  .formPart {
    gap: 3.2rem;
  }
}
.formPart input[type=text] {
  width: 100%;
  padding: 16px;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart input[type=text] {
    font-size: 3.2rem;
  }
}
.formPart input[type=tel] {
  width: 100%;
  padding: 16px;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart input[type=tel] {
    font-size: 3.2rem;
  }
}
.formPart textarea {
  width: 100%;
  padding: 16px;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart textarea {
    font-size: 3.2rem;
  }
}
.formPart input[type=email] {
  width: 100%;
  padding: 16px;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart input[type=email] {
    font-size: 3.2rem;
  }
}
.formPart .select-wrap span:not(.wpcf7-not-valid-tip) {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart .select-wrap span:not(.wpcf7-not-valid-tip) {
    font-size: 3.2rem;
  }
}
.formPart select {
  width: 100%;
  padding: 8px 13px;
  border: solid 1px #cccccc;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart select {
    font-size: 3.2rem;
  }
}
.formPart input[type=file] {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .formPart input[type=file] {
    font-size: 3.2rem;
  }
}
.formPart input[type=submit] {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background-color: #ffa128;
  text-align: center;
  margin-top: 32px;
  filter: brightness(1);
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .formPart input[type=submit] {
    font-size: 4rem;
    margin-top: 6.4rem;
  }
}
.formPart input[type=submit]:hover {
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}

.formLabel {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 856px) {
  .formLabel {
    font-size: 3.2rem;
    gap: 3.2rem;
  }
}
.formLabel .any {
  color: #ffffff;
  display: inline-block;
  padding: 0 16px;
  background-color: #333333;
  border-radius: 4px;
}
@media only screen and (max-width: 856px) {
  .formLabel .any {
    padding: 0 3.2rem;
  }
}
.formLabel .must {
  color: #ffffff;
  display: inline-block;
  padding: 0 16px;
  background-color: #ff2f2f;
  border-radius: 4px;
}
@media only screen and (max-width: 856px) {
  .formLabel .must {
    padding: 0 3.2rem;
  }
}

.formProperty {
  margin-top: 80px !important;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 856px) {
  .formProperty {
    margin-top: 12.8rem !important;
  }
}

.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-list-item input[type=checkbox] {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  cursor: pointer;
}
@media only screen and (max-width: 856px) {
  .wpcf7-list-item input[type=checkbox] {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.wpcf7-list-item input[type=radio] {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
@media only screen and (max-width: 856px) {
  .wpcf7-list-item input[type=radio] {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item-label {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .wpcf7-list-item-label {
    font-size: 3.2rem;
  }
}

.policyModal {
  color: #020ab9;
  text-decoration: underline;
  cursor: pointer;
}

.infiniteSlider {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  margin-top: 88px;
}
@media only screen and (max-width: 1232px) {
  .infiniteSlider {
    margin-top: 8.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .infiniteSlider {
    margin-top: 11rem;
  }
}
.infiniteSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.infiniteSlider .swiper-slide {
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 40px;
}
@media only screen and (max-width: 1232px) {
  .infiniteSlider .swiper-slide {
    border-radius: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .infiniteSlider .swiper-slide {
    border-radius: 4.8rem;
  }
}

.s {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border: solid 1px #cccccc;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 64px 100px;
}
@media only screen and (max-width: 1232px) {
  .s {
    gap: 4rem;
    padding: 6.4rem 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .s {
    gap: 8rem;
    padding: 8rem 3.2rem;
  }
}
.s__title {
  letter-spacing: 0.2em !important;
}
.s__body {
  width: 100%;
}

.searchForm {
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width: 1232px) {
  .searchForm {
    gap: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .searchForm {
    gap: 8rem;
  }
}
.searchForm__tax {
  width: 100%;
  gap: 32px;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 856px) {
  .searchForm__tax {
    gap: 4.8rem;
  }
}
.searchForm h3 {
  width: 106px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1232px) {
  .searchForm h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .searchForm h3 {
    width: 12.8rem;
    font-size: 3.2rem;
  }
}
.searchForm ul {
  flex-wrap: wrap;
  gap: 24px 40px;
}
@media only screen and (max-width: 856px) {
  .searchForm ul {
    gap: 4.8rem;
  }
}
.searchForm li {
  cursor: pointer;
}
.searchForm label {
  gap: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 1232px) {
  .searchForm label {
    gap: 0.8rem;
  }
}
.searchForm label span {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .searchForm label span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .searchForm label span {
    font-size: 3.2rem;
  }
}
.searchForm input[type=text] {
  flex-grow: 1;
  min-width: 0;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px;
  border: solid 1px #cccccc;
  border-radius: 2px;
  background: #f5f5f5;
}
.searchForm input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: solid 1px #cccccc;
  border-radius: 2px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1232px) {
  .searchForm input[type=checkbox] {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .searchForm input[type=checkbox] {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.searchForm button[type=submit] {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background-color: #ffa128;
  padding: 16px 0;
}
@media only screen and (max-width: 1232px) {
  .searchForm button[type=submit] {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .searchForm button[type=submit] {
    font-size: 4rem;
  }
}
.searchForm button[type=submit]:disabled {
  background-color: #ccc;
}

#jquery-tab-pager-navi {
  margin-top: 83px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1232px) {
  #jquery-tab-pager-navi {
    margin-top: 8.3rem;
    margin-bottom: 10rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  #jquery-tab-pager-navi {
    margin-bottom: 20rem;
  }
}
#jquery-tab-pager-navi li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px #bf8c4e;
  font-size: 20px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  #jquery-tab-pager-navi li a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  #jquery-tab-pager-navi li a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    line-height: 6.4rem;
  }
}
#jquery-tab-pager-navi li a.current {
  color: #ffffff;
  background-color: #bf8c4e;
}
#jquery-tab-pager-navi li a:hover {
  color: #ffffff;
  background-color: #bf8c4e;
  transition: all 0.3s ease;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pagination .nav-links > * {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px #bf8c4e;
  font-size: 20px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .pagination .nav-links > * {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .pagination .nav-links > * {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    line-height: 6.4rem;
  }
}
.pagination .nav-links > *.current {
  color: #ffffff;
  background-color: #bf8c4e;
}
.pagination .nav-links > *:hover {
  color: #ffffff;
  background-color: #bf8c4e;
  transition: all 0.3s ease;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
@media only screen and (max-width: 856px) {
  .header__inner {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
}
.header__logo {
  display: block;
  width: 160px;
  aspect-ratio: 242/228;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1232px) {
  .header__logo {
    width: 16rem;
  }
}
@media only screen and (max-width: 856px) {
  .header__logo {
    width: 20rem;
    padding-top: 3rem;
    padding-left: 3.2rem;
  }
}
.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  gap: 20px;
}
@media only screen and (max-width: 1232px) {
  .header__right {
    gap: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .header__right {
    gap: 4rem;
  }
}
.header__spBtn {
  display: flex;
}

@media only screen and (max-width: 856px) {
  .gloval-navi {
    width: 100%;
    background-color: #ffffff;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
  .gloval-navi.open {
    transform: translateX(0%);
    transition: transform 0.3s ease;
  }
}
.gloval-navi__items {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 1232px) {
  .gloval-navi__items {
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .gloval-navi__items {
    gap: 0;
    width: 91.2vw;
    padding: 0;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 856px) {
  .gloval-navi__item {
    width: 100%;
    border-bottom: solid 1px #591902;
  }
  .gloval-navi__item:first-child {
    border-top: solid 1px #591902;
  }
}
.gloval-navi__link {
  width: 100%;
  font-size: 20px;
  color: inherit;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  transition: color 0.3s ease;
  padding: 8px 6px;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .gloval-navi__link {
    font-size: 2rem;
    padding: 1rem 0.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .gloval-navi__link {
    color: #333333;
    background-color: #ffffff;
    font-size: 3.8rem;
    padding: 3.2rem 1rem;
  }
}
.gloval-navi__link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center center;
  transition: width 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .gloval-navi__link::after {
    display: none;
  }
}
.text-black .gloval-navi__link::after {
  background-color: #333333;
}
.gloval-navi__link:hover:after {
  width: 100%;
  transition: width 0.3s ease;
}
.gloval-navi__link.current:after {
  width: 100%;
}

.humberger {
  width: 16rem;
  height: 16rem;
  z-index: 1100;
  cursor: pointer;
  background-color: #ffffff;
  display: none;
}
@media only screen and (max-width: 856px) {
  .humberger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.humberger__line {
  background-color: #591902;
  margin-bottom: 7px;
  display: block;
}
@media only screen and (max-width: 856px) {
  .humberger__line {
    width: 10rem;
    height: 0.3rem;
    margin-bottom: 2.6rem;
  }
}
.humberger__line:first-child {
  transition: transform 0.5s ease;
}
.humberger__line:nth-child(2) {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.humberger__line:last-child {
  margin-bottom: 0;
  transition: transform 0.5s ease;
}
.menu-active .humberger__line:first-child {
  transition: transform 0.5s ease;
  transform: translateY(10px) rotate(45deg);
}
@media only screen and (max-width: 1232px) {
  .menu-active .humberger__line:first-child {
    transform: translateY(3rem) rotate(45deg);
  }
}
.menu-active .humberger__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menu-active .humberger__line:last-child {
  transition: transform 0.5s ease;
  transform: translateY(-10px) rotate(-45deg);
}
@media only screen and (max-width: 1232px) {
  .menu-active .humberger__line:last-child {
    transform: translateY(-3rem) rotate(-45deg);
  }
}
.humberger:after {
  content: "MENU";
  font-size: 2.4rem;
  color: #591902;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 2rem;
}

.pg-main-visual {
  width: 100%;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .pg-main-visual {
    height: 50rem;
  }
}
@media only screen and (max-width: 856px) {
  .pg-main-visual {
    height: 100rem;
    aspect-ratio: 856/1000;
  }
}
.pg-main-visual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.pg-main-visual__image {
  width: 100%;
  height: 100%;
}
.pg-main-visual__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-main-visual__textbox {
  position: relative;
}
.pg-main-visual__copy {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1232px) {
  .pg-main-visual__copy {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .pg-main-visual__copy {
    font-size: 8rem;
    letter-spacing: 0.1em;
  }
}
.pg-main-visual__copy.en {
  font-size: 48px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 1232px) {
  .pg-main-visual__copy.en {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .pg-main-visual__copy.en {
    font-size: 6rem;
    padding: 0 3.2rem;
  }
}

.container {
  width: 1232px;
  margin: 0 auto;
}
@media only screen and (max-width: 1232px) {
  .container {
    width: 94%;
  }
}
@media only screen and (max-width: 856px) {
  .container {
    width: 92.523364486%;
  }
}

.narrow-container {
  width: 1024px;
  margin: 0 auto;
}
@media only screen and (max-width: 1232px) {
  .narrow-container {
    width: 94%;
  }
}
@media only screen and (max-width: 856px) {
  .narrow-container {
    width: 92.523364486%;
  }
}

.wide-container {
  width: 1760px;
  margin: 0 auto;
}
@media only screen and (max-width: 1760px) {
  .wide-container {
    width: 94%;
  }
}
@media only screen and (max-width: 856px) {
  .wide-container {
    width: 100%;
  }
}

.footer {
  margin-top: 200px;
}
.obento .footer {
  margin-top: 0;
}
@media only screen and (max-width: 1232px) {
  .footer {
    margin-top: 20rem;
  }
}
.archive .footer {
  margin-top: 100px;
}
@media only screen and (max-width: 1232px) {
  .archive .footer {
    margin-top: 10rem;
  }
}
.footer__bottom {
  padding: 80px 0 27px;
}
.footer__logo {
  width: 343px;
  aspect-ratio: 242/228;
  margin: 0 auto;
}
@media only screen and (max-width: 1232px) {
  .footer__logo {
    width: 34.3rem;
  }
}
@media only screen and (max-width: 856px) {
  .footer__logo {
    width: 37rem;
  }
}
.footer__logo img {
  height: auto;
}
.footer__copyright {
  font-size: 12px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  display: block;
  text-align: center;
  margin-top: 80px;
}
.footer-sns {
  margin-top: 60px;
}
@media only screen and (max-width: 1232px) {
  .footer-sns {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .footer-sns {
    margin-top: 8rem;
  }
}

.access__inner {
  background-image: url("./images/access-bg.png");
  padding: 80px 0;
}
.access__list {
  display: flex;
  flex-direction: column;
}
.access__block-list.is-open {
  margin: 20px 0 50px;
}
.access__block-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 856px) {
  .access__block-item {
    gap: 10rem;
  }
}
.access__block {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media only screen and (max-width: 856px) {
  .access__block {
    flex-direction: column;
  }
}
.access__right {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 856px) {
  .access__right {
    width: 100%;
  }
}
.access__right iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 856px) {
  .access__right iframe {
    aspect-ratio: 4/3;
  }
}
.access__left {
  width: 100%;
}
@media only screen and (max-width: 1232px) {
  .access__left {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 856px) {
  .access__left {
    width: 100%;
  }
}

.prefecture {
  border-top: 1px solid #ffffff;
}
.prefecture:last-child {
  border-bottom: 1px solid #ffffff;
}
.prefecture__button {
  padding: 24px 20px 24px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prefecture__name {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .prefecture__name {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .prefecture__name {
    font-size: 7.2rem;
  }
}
.prefecture__arrow {
  width: 21px;
  height: 14px;
  transition: transform 0.5s ease;
}
.prefecture__arrow.is-open {
  transform: rotate(180deg);
}

.shop-info {
  width: 100%;
}
.shop-info__header {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 856px) {
  .shop-info__header {
    gap: 6.4rem;
  }
}
.shop-info__sns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 856px) {
  .shop-info__sns {
    gap: 3.2rem;
  }
}
.shop-info__sns a {
  display: block;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 856px) {
  .shop-info__sns a {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.shop-info__title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .shop-info__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .shop-info__title {
    font-size: 7.2rem;
  }
}
.shop-info__data {
  width: 100%;
  margin-top: 23px;
}
@media only screen and (max-width: 1232px) {
  .shop-info__data {
    margin-top: 2.3rem;
  }
}
@media only screen and (max-width: 856px) {
  .shop-info__data {
    margin-top: 4rem;
  }
}
.shop-info__data tr {
  border-top: solid 1px #cccccc;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .shop-info__data tr {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .shop-info__data tr {
    font-size: 3.2rem;
  }
}
.shop-info__data tr:last-child {
  border-bottom: solid 1px #cccccc;
}
.shop-info__data th {
  width: 30%;
  padding: 12px 0;
}
@media only screen and (max-width: 1232px) {
  .shop-info__data th {
    padding: 1.2rem 0;
  }
}
.shop-info__data td {
  padding: 8px 0;
}
@media only screen and (max-width: 1232px) {
  .shop-info__data td {
    font-size: 1.6rem;
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .shop-info__data td {
    font-size: 3.2rem;
  }
}

.ctaBtn {
  display: flex;
  gap: max(16px, 1.6rem);
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding: 18px;
  transition: all 0.3s ease;
}
.ctaBtn:hover {
  background-color: #408bd1;
  color: #ffffff;
  transition: all 0.3s ease;
}
.ctaBtn:hover .ctaBtn__icon {
  background-image: url("./images/insta-white.svg");
  transition: all 0.3s ease;
}
.ctaBtn__icon {
  background-image: url("./images/insta-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  width: max(32px, 3.2rem);
  height: max(32px, 3.2rem);
  box-sizing: content-box;
  transition: all 0.3s ease;
}

.sns-block {
  width: 100%;
}
.main-visual .sns-block {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 5%;
  right: 2%;
}
@media only screen and (max-width: 856px) {
  .main-visual .sns-block {
    width: 92.523364486%;
    bottom: 2%;
    right: 50%;
    transform: translateX(50%);
  }
}
.main-visual .sns-block__title {
  color: #ffffff;
}
.sns-block__text {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 1232px) {
  .sns-block__text {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .sns-block__text {
    font-size: 3.2rem;
    margin-top: 3.2rem;
  }
}
.main-visual .sns-block__text {
  display: none;
}
.sns-block__list {
  display: flex;
  justify-content: center;
}
.sns-block__item {
  width: 3.2rem;
  height: 3.2rem;
  min-width: 32px;
  min-height: 32px;
  padding: 16px;
  box-sizing: content-box;
}
@media only screen and (max-width: 856px) {
  .sns-block__item {
    width: 6.4rem;
    height: 6.4rem;
    padding: 3.2rem;
  }
}
.sns-block__item a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./images/insta-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-visual .sns-block__item a {
  background-image: url("./images/insta-white.svg");
}
.sns-block__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  background-color: #333333;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .sns-block__button {
    padding: 0.8rem 1.6rem;
  }
}
.sns-block__button:hover {
  background-color: #408bd1;
  transition: background-color 0.3s ease;
}
.main-visual .sns-block__button:hover {
  background-color: #408bd1;
}
.main-visual .sns-block__button {
  background-color: #ffffff;
}
.sns-block__button a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}
@media only screen and (max-width: 1232px) {
  .sns-block__button a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .sns-block__button a {
    font-size: 3.2rem;
  }
}
.main-visual .sns-block__button a {
  color: #333333;
}
.main-visual .sns-block__button a:hover {
  color: #ffffff;
  transition: color 0.3s ease;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.main-visual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  aspect-ratio: 1920/980;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .main-visual {
    height: 100vh;
  }
}
@media only screen and (max-width: 856px) {
  .main-visual {
    aspect-ratio: 856/1400;
  }
}
.main-visual img {
  height: 100%;
}
.main-visual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main-visual__inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-visual__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: all 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.833, 0.515, 0.955);
}
.main-visual__image.is-visible {
  max-width: 100%;
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
  height: 100%;
}
.main-visual__container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual__textbox {
  position: relative;
  height: 71.9387755102%;
  aspect-ratio: 103/705;
}
@media only screen and (max-width: 856px) {
  .main-visual__textbox {
    width: 10.3rem;
    height: auto;
  }
}
.main-visual__copy {
  width: auto;
  height: 100%;
  overflow: visible;
}
.main-visual__copy img {
  filter: drop-shadow(0 0 3.2rem rgb(0, 0, 0));
  height: 100%;
}
.main-visual__copy.en {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  width: auto;
  aspect-ratio: auto;
  text-shadow: 0 0 3.2rem black;
  text-align: center;
}
@media only screen and (max-width: 1232px) {
  .main-visual__copy.en {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .main-visual__copy.en {
    margin: 0 3.2rem;
    letter-spacing: 0.1em;
  }
}

.scrollBelt {
  width: 100%;
  background-color: #bf8c4e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: 20px 0;
}
.scrollBelt__inner {
  display: flex;
  overflow-x: hidden;
}
.scrollBelt__text {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateX(0);
  animation: scrollHorizon 360s linear infinite;
}
.scrollBelt__text_second {
  transform: translateX(100%);
}
.scrollBelt__text span {
  background-color: #ffffff;
  font-size: 20px;
  color: #591902;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  padding: 0 10px;
}

.info {
  width: 100%;
  padding: 80px 0;
  background-image: url("./images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 856px) {
  .info {
    padding: 12.4rem 0;
  }
}
.info__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media only screen and (max-width: 856px) {
  .info__inner {
    grid-template-columns: 1fr;
    gap: 8rem;
  }
}
.info__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}
.info__title {
  font-size: 32px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1232px) {
  .info__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .info__title {
    font-size: 4.8rem;
  }
}
.info__title:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-75%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1232px) {
  .info__title:before {
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .info__title:before {
    width: 12rem;
    height: 12rem;
  }
}
.info__title.newshop__title:before {
  background-image: url("./images/shin.svg");
}
.info__title.campaign__title:before {
  background-image: url("./images/toku.svg");
}
.info__banner {
  width: 100%;
  height: auto;
}

.movie {
  width: 100%;
  padding: 64px 0 128px;
  text-align: center;
  position: relative;
  filter: blur(100%);
}
@media only screen and (max-width: 856px) {
  .movie {
    padding: 4rem 0 12.4rem;
  }
}
.movie__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.movie__bg figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.movie__bg figure img {
  transform: scale(1.2);
  filter: blur(4px);
}
.movie__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.movie__contents {
  width: 960px;
  aspect-ratio: 16/9;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1024px) {
  .movie__contents {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .movie iframe {
    width: 100%;
    height: 100%;
  }
}

.happiness {
  width: 100%;
  padding: 62px 0;
  background-image: url("./images/kodawari-bg@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1232px) {
  .happiness {
    padding: 6.2rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .happiness {
    background-image: url("./images/merit-bg.jpg");
    padding: 18.6rem 0 3.7rem;
  }
}
.happiness.en {
  padding: 120px 0;
  background-image: url("./images/kodawari-bg-en@2x.jpg");
}
@media only screen and (max-width: 1232px) {
  .happiness.en {
    padding: 12rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .happiness.en {
    background-image: url("./images/merit-bg-en@2x.jpg");
    padding: 20rem 0;
  }
}
.happiness__inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 856px) {
  .happiness__inner {
    flex-direction: column;
  }
}
.happiness__inner.en {
  display: block;
}
.happiness__title.en {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 856px) {
  .happiness__title.en {
    font-size: 6rem;
  }
}
.happiness__items {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  margin-right: 42px;
}
@media only screen and (max-width: 1232px) {
  .happiness__items {
    gap: 4rem;
    margin-right: 4.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .happiness__items {
    flex-direction: column;
    align-items: center;
    gap: 23rem;
    margin-right: 0;
    margin-top: 35.6rem;
  }
}
.happiness__items.en {
  margin-top: 80px;
  flex-direction: column;
  gap: 60px;
  margin-right: 0;
}
@media only screen and (max-width: 1232px) {
  .happiness__items.en {
    margin-top: 8rem;
    gap: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .happiness__items.en {
    margin-top: 12rem;
    gap: 12rem;
  }
}
.happiness__link {
  margin-right: 82px;
  margin-top: -180px;
}
@media only screen and (max-width: 1232px) {
  .happiness__link {
    margin-right: 8.2rem;
    margin-top: -18rem;
  }
}
@media only screen and (max-width: 856px) {
  .happiness__link {
    display: none;
  }
}
.happiness__link-tab {
  display: none;
}
@media only screen and (max-width: 856px) {
  .happiness__link-tab {
    display: block;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .happiness__link-tab.en {
    margin-top: 16rem;
  }
}
.happiness__link.en {
  margin-top: 80px;
  margin-right: 0;
}
@media only screen and (max-width: 1232px) {
  .happiness__link.en {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .happiness__link.en {
    display: none;
  }
}
.happiness__link.en a {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  width: 280px;
  margin: 0 auto;
  padding: 24px 68px;
  background-color: transparent;
  border: solid 2px #ffffff;
  transition: all 0.3s ease;
  display: block;
}
@media only screen and (max-width: 1232px) {
  .happiness__link.en a {
    font-size: 2rem;
    padding: 2.4rem 6.8rem;
  }
}
.happiness__link.en a:hover {
  background-color: #ffffff;
  color: #591902;
  transition: all 0.3s ease;
}

.tategaki-comp__title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
  font-feature-settings: "palt";
  font-feature-settings: "pkna";
}
@media only screen and (max-width: 1232px) {
  .tategaki-comp__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .tategaki-comp__title {
    font-size: 7.2rem;
  }
}
.tategaki-comp__title_size_s {
  font-size: 20px;
}
@media only screen and (max-width: 1232px) {
  .tategaki-comp__title_size_s {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .tategaki-comp__title_size_s {
    font-size: 4rem;
  }
}
.tategaki-comp__mark {
  display: inline-block;
  width: 84px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 101%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1232px) {
  .tategaki-comp__mark {
    width: 8.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .tategaki-comp__mark {
    width: 19rem;
  }
}
.tategaki-comp__mark img {
  height: auto;
}
.tategaki-comp__text-box {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  height: 520px;
  margin-right: 24px;
}
@media only screen and (max-width: 1232px) {
  .tategaki-comp__text-box {
    font-size: 1.6rem;
    height: 52rem;
    margin-right: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .tategaki-comp__text-box {
    font-size: 3.6rem;
    height: 117.7rem;
    margin-right: 5.4rem;
  }
}

.comp__title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3.2rem black;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1232px) {
  .comp__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .comp__title {
    font-size: 4.8rem;
  }
}
.comp__mark {
  width: 84px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1232px) {
  .comp__mark {
    width: 8.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .comp__mark {
    width: 12rem;
  }
}
.comp__mark img {
  height: auto;
}
.comp__text-box {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
  text-shadow: 0 0 3.2rem black;
  margin-left: 10px;
  margin-left: 104px;
}
@media only screen and (max-width: 1232px) {
  .comp__text-box {
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-left: calc(8.4rem + 20px);
  }
}
@media only screen and (max-width: 856px) {
  .comp__text-box {
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-left: 0;
  }
  .comp__text-box.sp-only {
    display: none;
  }
}

.media-sec {
  margin-top: 160px;
}
@media only screen and (max-width: 1232px) {
  .media-sec {
    margin-top: 16rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec {
    margin-top: 10rem;
  }
}
.media-sec:first-child {
  margin-top: 200px;
}
@media only screen and (max-width: 1232px) {
  .media-sec:first-child {
    margin-top: 20rem;
  }
}
.media-sec.en {
  position: relative;
  z-index: 100;
}
.media-sec__wrap.en {
  position: relative;
}
.media-sec__wrap.en span {
  display: block;
  width: 366px;
  aspect-ratio: 366/382;
  position: absolute;
  top: 3%;
  right: 3%;
}
@media only screen and (max-width: 1760px) {
  .media-sec__wrap.en span {
    right: -3%;
  }
}
@media only screen and (max-width: 1232px) {
  .media-sec__wrap.en span {
    width: 36.6rem;
    right: -7%;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__wrap.en span {
    top: 20%;
    right: 3%;
  }
}
.media-sec__wrap.en span img {
  height: auto;
}
.media-sec__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 856px) {
  .media-sec__inner {
    display: block;
  }
}
.media-sec__inner.en {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media only screen and (max-width: 856px) {
  .media-sec__inner.en {
    flex-direction: column;
  }
}
.media-sec__thumbnail {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .media-sec__thumbnail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.media-sec__thumbnail picture {
  width: 100%;
  height: 342px;
  aspect-ratio: 616/342;
  overflow: hidden;
}
@media only screen and (max-width: 1232px) {
  .media-sec__thumbnail picture {
    height: 34.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__thumbnail picture {
    height: 44rem;
    aspect-ratio: 792/440;
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__thumbnail.en {
    order: 2;
    width: 100%;
    display: block;
  }
}
.media-sec__title {
  position: absolute;
  top: -80px;
  right: 36px;
}
@media only screen and (max-width: 1232px) {
  .media-sec__title {
    top: -8rem;
    right: 3.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__title {
    position: static;
  }
}
.row-reverse .media-sec__title {
  right: auto;
  left: 36px;
}
@media only screen and (max-width: 1232px) {
  .row-reverse .media-sec__title {
    left: 3.6rem;
  }
}
.media-sec__title.en {
  position: static;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  padding: 16px 30px;
}
@media only screen and (max-width: 1232px) {
  .media-sec__title.en {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding: 1.6rem 3rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__title.en {
    width: 100%;
    order: 1;
    font-size: 4rem;
    letter-spacing: 0.01em;
    padding: 2.4rem;
  }
}
.media-sec__text {
  padding-top: 24px;
  padding-left: 24px;
  border-top: solid 1px #591902;
}
@media only screen and (max-width: 1232px) {
  .media-sec__text {
    padding-top: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__text {
    padding-left: 0;
    margin-top: 8rem;
  }
}
.media-sec__text p {
  width: 97.972972973%;
}
.media-sec__text.en {
  padding-top: 10px;
  border: none;
}
@media only screen and (max-width: 1232px) {
  .media-sec__text.en {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__text.en {
    display: contents;
    padding-top: 0;
  }
}
.media-sec__text.en p {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #591902;
}
@media only screen and (max-width: 1232px) {
  .media-sec__text.en p {
    width: 100%;
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 856px) {
  .media-sec__text.en p {
    order: 3;
    margin-top: 8rem;
    padding-top: 2.4rem;
  }
}
.row-reverse .media-sec__text.en {
  padding-left: 0;
  padding-right: 24px;
}
@media only screen and (max-width: 856px) {
  .row-reverse .media-sec__text.en {
    padding-right: 0;
  }
}

.news-sec {
  margin-top: 198px;
}
@media only screen and (max-width: 1232px) {
  .news-sec {
    margin-top: 19.8rem;
  }
}
.news-sec__inner {
  display: flex;
}
@media only screen and (max-width: 856px) {
  .news-sec__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-sec__title {
  position: relative;
}
.news-sec__title span {
  display: block;
  width: 366px;
  aspect-ratio: 366/382;
  position: absolute;
  top: -31%;
  left: -210%;
}
@media only screen and (max-width: 1232px) {
  .news-sec__title span {
    width: 36.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .news-sec__title span {
    top: -160%;
    left: -47%;
  }
}
.news-sec__title span img {
  height: auto;
}
.news-sec__items {
  width: 74.6753246753%;
  display: flex;
  flex-direction: column;
  margin-left: 120px;
}
@media only screen and (max-width: 1232px) {
  .news-sec__items {
    margin-left: 12rem;
  }
}
@media only screen and (max-width: 856px) {
  .news-sec__items {
    width: 100%;
    margin-left: 0;
    margin-top: 8rem;
  }
}

.news-item {
  border-top: solid 1px #cccccc;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.news-item:hover {
  background-color: rgba(191, 140, 78, 0.1);
  transition: background-color 0.3s ease;
}
.news-item:last-child {
  border-bottom: solid 1px #cccccc;
}
.news-item a {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 856px) {
  .news-item a {
    padding: 3.4rem 0 4.6rem;
  }
}
.news-item__body {
  font-feature-settings: "palt";
}
@media only screen and (max-width: 856px) {
  .news-item__body {
    max-width: 94.696969697%;
  }
}
.news-item__time {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .news-item__time {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 600;
  }
}
.news-item__title {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 19px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 856px) {
  .news-item__title {
    -webkit-line-clamp: 2;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 3.8rem;
    font-weight: 600;
  }
}
.news-item__arrow {
  display: block;
  width: 12px;
  aspect-ratio: 1/2;
}
.news-item__arrow img {
  height: auto;
}

.menu-sec {
  margin-top: 200px;
}
@media only screen and (max-width: 1232px) {
  .menu-sec {
    margin-top: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-sec {
    margin-top: 18.8rem;
  }
}
.menu-sec__top {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .menu-sec__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.menu-sec__top span {
  display: block;
  width: 694px;
  aspect-ratio: 694/444;
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__top span {
    width: 69.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-sec__top span {
    top: 13%;
    left: 45.3%;
  }
}
.menu-sec__top span img {
  height: auto;
}
.menu-sec__top.en {
  display: block;
}
.menu-sec__title.en {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  padding: 16px 40px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__title.en {
    font-size: 6rem;
    padding: 1.6rem 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-sec__title.en {
    font-size: 7.2rem;
    padding: 1.8rem 3.6rem;
  }
}
.menu-sec__title.en:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: transparent;
  border: solid 1px #bf8c4e;
  z-index: -1;
}
@media only screen and (max-width: 856px) {
  .menu-sec__title.en:before {
    display: none;
  }
}
.menu-sec__menu-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  margin-right: 120px;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__menu-list {
    gap: 2.4rem;
    margin-right: 12rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 856px) {
  .menu-sec__menu-list {
    gap: 3rem;
    margin-right: 0;
    margin-top: 6.8rem;
  }
}
.menu-sec__menu-list.en {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-top: 50px;
  margin-right: 0;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__menu-list.en {
    gap: 2.4rem;
    margin-top: 5rem;
  }
}
.menu-sec__menu-item a {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  display: block;
  padding: 10px 6px;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__menu-item a {
    font-size: 2rem;
    padding: 1rem 0.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-sec__menu-item a {
    font-size: 4rem;
    padding: 1.1rem 2.1rem;
    writing-mode: horizontal-tb;
  }
}
.menu-sec__menu-item a:hover {
  color: #ffffff;
  background-color: #bf8c4e;
  transition: all 0.3s ease;
}
.menu-sec__menu-item.en a {
  writing-mode: lr-tb;
  padding: 6px 10px;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__menu-item.en a {
    padding: 0.6rem 1rem;
  }
}
.menu-sec__items {
  margin-top: 120px;
  position: relative;
}
.menu-sec__items:after {
  content: "";
  background-image: url("./images/menu-items-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 686px;
  aspect-ratio: 686/921;
  position: absolute;
  top: 8%;
  right: -28%;
}
@media only screen and (max-width: 1232px) {
  .menu-sec__items:after {
    width: 68.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-sec__items:after {
    display: none;
  }
}
@media only screen and (max-width: 1232px) {
  .menu-sec__items {
    margin-top: 12rem;
  }
}

.menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 1232px) {
  .menu-item {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item {
    margin-top: 12.3rem;
    flex-direction: column;
  }
}
.menu-item:first-child {
  margin-top: 0;
}
.menu-item__image {
  width: 57.7922077922%;
  aspect-ratio: 712/480;
  overflow: hidden;
}
@media only screen and (max-width: 856px) {
  .menu-item__image {
    width: 100%;
  }
}
.menu-item__image img {
  height: auto;
}
.menu-item__body {
  width: 40.9902597403%;
}
@media only screen and (max-width: 856px) {
  .menu-item__body {
    width: 100%;
    margin-top: 4rem;
  }
}
.menu-item__title {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-top: solid 1px #591902;
  border-bottom: solid 1px #591902;
}
@media only screen and (max-width: 1232px) {
  .menu-item__title {
    padding: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__title {
    padding: 1.8rem;
  }
}
.menu-item__name {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1232px) {
  .menu-item__name {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__name {
    font-size: 4rem;
  }
}
.menu-item__price {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1232px) {
  .menu-item__price {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__price {
    font-size: 4rem;
  }
}
.menu-item__price span {
  font-size: 24px;
  color: #333333;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1232px) {
  .menu-item__price span {
    font-size: 2.4rem;
  }
}
.menu-item__text {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 18px;
}
@media only screen and (max-width: 1232px) {
  .menu-item__text {
    font-size: 1.6rem;
    margin-top: 1.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__text {
    margin-top: 3.4rem;
    font-size: 3.2rem;
  }
}
.menu-item__rank {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
@media only screen and (max-width: 1232px) {
  .menu-item__rank {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__rank {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.menu-item__rank.en {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 1232px) {
  .menu-item__rank.en {
    gap: 3rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__rank.en {
    gap: 6rem;
  }
}
.menu-item__rank.en p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media only screen and (max-width: 1232px) {
  .menu-item__rank.en p {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .menu-item__rank.en p {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
}

.takeout {
  margin-top: 110px;
}
@media only screen and (max-width: 1232px) {
  .takeout {
    margin-top: 11rem;
  }
}
@media only screen and (max-width: 856px) {
  .takeout {
    margin-top: 12rem;
  }
}
.takeout__inner {
  width: 816px;
  aspect-ratio: 816/402;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("./images/frame.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 1232px) {
  .takeout__inner {
    width: 81.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .takeout__inner {
    width: 100%;
    background-image: url("./images/frame-sp.svg");
    background-size: contain;
    padding: 12.6rem 0;
  }
}
.takeout__inner.en {
  width: 1158px;
  aspect-ratio: 1158/434;
  background-image: url("./images/frame-en.svg");
  background-size: contain;
}
@media only screen and (max-width: 1232px) {
  .takeout__inner.en {
    width: 100%;
  }
}
@media only screen and (max-width: 856px) {
  .takeout__inner.en {
    background-image: url("./images/frame-sp-en.svg");
    aspect-ratio: 792/1317;
    padding: 11.45rem 8rem;
  }
}
.takeout__title {
  font-size: 32px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .takeout__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .takeout__title {
    font-size: 6.4rem;
  }
}
.takeout__text {
  margin: 40px auto;
}
@media only screen and (max-width: 1232px) {
  .takeout__text {
    margin: 4rem auto;
  }
}
@media only screen and (max-width: 856px) {
  .takeout__text {
    text-align: left;
    margin: 8rem auto;
  }
}
.takeout__btn {
  min-width: 351px;
  padding: 16px 48px;
  background-color: #bf8c4e;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .takeout__btn {
    padding: 1.6rem 4.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .takeout__btn {
    width: 100%;
    min-width: 0;
    padding: 3.2rem 9.6rem;
    font-size: 3.2rem;
  }
}
.takeout__btn:hover {
  background-color: #ffffff;
  color: #591902;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.column-sec {
  margin-top: 196px;
  margin-bottom: 200px;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .column-sec {
    margin-top: 19.6rem;
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .column-sec {
    margin-bottom: 26.4rem;
  }
}
.column-sec__bg {
  position: absolute;
  top: -59%;
  left: 0%;
  display: block;
  width: 534px;
  aspect-ratio: 534/802;
}
@media only screen and (max-width: 1232px) {
  .column-sec__bg {
    width: 53.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .column-sec__bg {
    display: none;
  }
}
.column-sec__bg img {
  height: auto;
}
.column-sec__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: solid 2px #591902;
}
@media only screen and (max-width: 1232px) {
  .column-sec__top {
    padding-bottom: 1.8rem;
  }
}
.column-sec__slider {
  margin-top: 40px;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .column-sec__slider {
    margin-top: 4rem;
  }
}

.swiper-slide {
  margin-right: 16px;
}
.swiper-slide:last-child {
  margin-right: 0;
}

.swiper-container {
  overflow-x: hidden;
}

.swiper-tab-container {
  overflow-x: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  width: 64px;
  height: 64px;
  cursor: pointer;
  opacity: 0;
}
@media only screen and (max-width: 1232px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 12rem;
    height: 12rem;
  }
  .swiper-tab-active .swiper-button-next,
  .swiper-tab-active .swiper-button-prev {
    opacity: 1;
  }
}
.swiper-active .swiper-button-next,
.swiper-active .swiper-button-prev {
  opacity: 1;
}

.swiper-button-next {
  right: -84px;
  transform: rotateZ(180deg);
}
@media only screen and (max-width: 1760px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev {
  left: -84px;
}
@media only screen and (max-width: 1760px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  background-image: url("./images/swiper-button.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -53px;
}
@media only screen and (max-width: 1232px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5.3rem;
  }
}
@media only screen and (max-width: 856px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -6.4rem;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 856px) {
  .swiper-pagination-bullet {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.swiper-pagination-bullet-active {
  background: #591902;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media only screen and (max-width: 856px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2rem;
  }
}

.concept-lead__frame {
  width: 100%;
  aspect-ratio: 1920/51;
}
@media only screen and (max-width: 856px) {
  .concept-lead__frame {
    aspect-ratio: 856/51;
  }
}
.concept-lead__frame img {
  height: auto;
}
.concept-lead__inner {
  text-align: center;
}
@media only screen and (max-width: 856px) {
  .concept-lead__inner {
    text-align: left;
  }
}
.concept-lead__textbox {
  margin-top: 105px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .concept-lead__textbox {
    margin-top: 10.5rem;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept-lead__textbox {
    margin-top: 10.8rem;
    font-size: 4rem;
  }
}
.concept-lead__textbox span {
  font-size: 48px;
  color: #591902;
  line-height: 1;
}
@media only screen and (max-width: 1232px) {
  .concept-lead__textbox span {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept-lead__textbox span {
    font-size: 8rem;
  }
}

.concept__textbox {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .concept__textbox {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept__textbox {
    font-size: 3.6rem;
  }
}

.concept01 {
  width: 100%;
  padding: 40px 0 234px;
  margin-top: 100px;
  background-image: url("./images/noren.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1232px) {
  .concept01 {
    padding: 4rem 0 23.4rem;
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept01 {
    padding: 8rem 0 19.2rem;
    margin-top: 16rem;
    background-image: url("./images/noren-sp.svg");
  }
}
.concept01.en {
  background-image: url("./images/noren-en.svg");
}
@media only screen and (max-width: 856px) {
  .concept01.en {
    background-image: url("./images/noren-sp.svg");
  }
}
.concept01__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 856px) {
  .concept01__inner {
    text-align: left;
  }
}
.concept01__title {
  width: 475px;
  aspect-ratio: 475/268;
}
@media only screen and (max-width: 1232px) {
  .concept01__title {
    width: 47.5rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept01__title {
    width: 79.2rem;
    aspect-ratio: 793/448;
  }
}
.concept01__title img {
  height: auto;
}
.concept01__title.en {
  width: 100%;
  aspect-ratio: auto;
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1232px) {
  .concept01__title.en {
    font-size: 6rem;
    gap: 3rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept01__title.en {
    font-size: 7.2rem;
    gap: 4rem;
  }
}
.concept01__title.en figure {
  width: 200px;
  aspect-ratio: 200/198;
}
@media only screen and (max-width: 1232px) {
  .concept01__title.en figure {
    width: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept01__title.en figure {
    width: 33.4;
    aspect-ratio: 334/330;
  }
}
.concept01__title.en figure img {
  height: auto;
}
.concept01__text {
  margin-top: 40px;
}
@media only screen and (max-width: 1232px) {
  .concept01__text {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept01__text {
    margin-top: 8rem;
  }
}

.power {
  margin-top: 100px;
}
@media only screen and (max-width: 1232px) {
  .power {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .power {
    margin-top: 16rem;
  }
}
.power.en {
  margin-top: 260px;
}
@media only screen and (max-width: 1232px) {
  .power.en {
    margin-top: 26rem;
  }
}
@media only screen and (max-width: 856px) {
  .power.en {
    margin-top: 36rem;
  }
}
.power__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.power__title {
  position: relative;
}
.power__title:before {
  content: "";
  display: block;
  width: 588px;
  height: 369px;
  background-image: url("./images/unagi.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1232px) {
  .power__title:before {
    width: 58.8rem;
    height: 36.9rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__title:before {
    width: 79.2rem;
    height: 49.8rem;
  }
}
.power__title.en h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #591902;
  padding: 24px 32px;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .power__title.en h2 {
    font-size: 6rem;
    padding: 2.4rem 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__title.en h2 {
    font-size: 7.2rem;
    padding: 2rem 4rem;
  }
}
.power__text {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
  margin-top: 47px;
  text-align: center;
}
@media only screen and (max-width: 1232px) {
  .power__text {
    font-size: 2.4rem;
    margin-top: 4.7rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__text {
    text-align: left;
    font-size: 4rem;
    margin-top: 5rem;
  }
}
.power__text span {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (max-width: 1232px) {
  .power__text span {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__text span {
    font-size: 8rem;
  }
}
.power__text.en {
  margin-top: 200px;
}
@media only screen and (max-width: 1232px) {
  .power__text.en {
    margin-top: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__text.en {
    margin-top: 25rem;
  }
}
.power__figure {
  width: 816px;
  aspect-ratio: 1/1;
  margin-top: 60px;
}
@media only screen and (max-width: 1232px) {
  .power__figure {
    width: 81.6rem;
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__figure {
    width: 100%;
    margin-top: 8rem;
  }
}
.power__items {
  width: 100%;
  margin-top: 118px;
}
@media only screen and (max-width: 1232px) {
  .power__items {
    margin-top: 11.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__items {
    margin-top: 20rem;
  }
}
.power__item {
  margin-top: 160px;
}
@media only screen and (max-width: 1232px) {
  .power__item {
    margin-top: 16rem;
  }
}
@media only screen and (max-width: 856px) {
  .power__item {
    margin-top: 20rem;
  }
}
.power__item:first-child {
  margin-top: 0;
}

.concept-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 856px) {
  .concept-item {
    flex-direction: column;
  }
}
.concept-item__thumbnail {
  width: 50%;
  aspect-ratio: 621/636;
}
@media only screen and (max-width: 856px) {
  .concept-item__thumbnail {
    width: 100%;
  }
}
.concept-item__thumbnail img {
  height: auto;
}
.concept-item__thumbnail.en {
  aspect-ratio: 616/592;
}
.concept-item__body {
  width: 43.8311688312%;
}
@media only screen and (max-width: 856px) {
  .concept-item__body {
    width: 100%;
    margin-top: 10rem;
  }
}
.concept02 .concept-item__title {
  width: 430px;
  aspect-ratio: 430/270;
}
@media only screen and (max-width: 1232px) {
  .concept02 .concept-item__title {
    width: 43rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept02 .concept-item__title {
    width: 100%;
  }
}
.concept02 .concept-item__title img {
  height: auto;
}
.concept03 .concept-item__title {
  width: 424px;
  aspect-ratio: 424/269;
}
@media only screen and (max-width: 1232px) {
  .concept03 .concept-item__title {
    width: 42.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept03 .concept-item__title {
    width: 100%;
  }
}
.concept03 .concept-item__title img {
  height: auto;
}
.concept-item__title.en {
  font-size: 48px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  width: auto;
  aspect-ratio: auto;
}
@media only screen and (max-width: 1232px) {
  .concept-item__title.en {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept-item__title.en {
    font-size: 8rem;
  }
}
.concept-item__title.en img {
  display: block;
  margin-bottom: 24px;
  width: 200px;
  aspect-ratio: 200/198;
}
@media only screen and (max-width: 1232px) {
  .concept-item__title.en img {
    margin-bottom: 2.4rem;
    width: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept-item__title.en img {
    margin-bottom: 4rem;
    width: 36.9rem;
  }
}
.concept-item__text {
  margin-top: 40px;
}
@media only screen and (max-width: 1232px) {
  .concept-item__text {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .concept-item__text {
    margin-top: 7.7rem;
  }
}

.message {
  margin-top: 240px;
  margin-bottom: 20rem;
}
@media only screen and (max-width: 1232px) {
  .message {
    margin-top: 24em;
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 856px) {
  .message {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}
.message__inner {
  display: flex;
  justify-content: center;
}
.message__text {
  font-size: 32px;
  color: #591902;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
  padding-top: 16px;
  background: linear-gradient(to left, rgb(191, 140, 78) 1px, transparent 1px) transparent;
  background-size: 80px auto;
  background-position: 1px top;
  border-right: solid 1px #bf8c4e;
}
@media only screen and (max-width: 1232px) {
  .message__text {
    font-size: 3.2rem;
    padding-top: 1.6rem;
    background-size: 8rem auto;
  }
}
@media only screen and (max-width: 856px) {
  .message__text {
    font-size: 6rem;
    background-size: 15rem auto;
  }
}
.message__text.en {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  border-top: 1px solid #bf8c4e;
  border-right: none;
  background: none;
}
@media only screen and (max-width: 1232px) {
  .message__text.en {
    font-size: 3.2rem;
    padding: 0 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .message__text.en {
    font-size: 3.2rem;
  }
}
.message__text.en span {
  width: calc(100% + 48px);
  padding: 24px 0;
  text-align: center;
  border-bottom: 1px solid #bf8c4e;
}
@media only screen and (max-width: 1232px) {
  .message__text.en span {
    width: calc(100% + 4.8rem);
    padding: 2.4rem 0;
  }
}

.category {
  margin-top: 100px;
}
@media only screen and (max-width: 1232px) {
  .category {
    margin-top: 10rem;
  }
}
.category__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 1232px) {
  .category__items {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .category__items {
    justify-content: flex-start;
    gap: 4rem 2rem;
  }
}
.category__item {
  min-width: 192px;
  padding: 9px;
  border: solid 1px #bf8c4e;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .category__item {
    min-width: 19.2rem;
    padding: 0.9rem;
  }
}
@media only screen and (max-width: 856px) {
  .category__item {
    min-width: calc((100% - 2rem) / 2);
    padding: 2rem;
  }
}
.category__item:hover {
  transition: all 0.3s ease;
  background-color: #bf8c4e;
}
.category__item:hover .category__name {
  color: #ffffff;
}
.category__item.current {
  background-color: #bf8c4e;
}
.category__name {
  font-size: 20px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 1232px) {
  .category__name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .category__name {
    font-size: 4rem;
  }
}
.current .category__name {
  color: #ffffff;
}

.column {
  margin-top: 40px;
}
@media only screen and (max-width: 1232px) {
  .column {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .column {
    margin-top: 10rem;
  }
}
.column__items {
  display: flex;
  flex-wrap: wrap;
  gap: 49px 16px;
}
@media only screen and (max-width: 1232px) {
  .column__items {
    gap: 4.9rem 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .column__items {
    gap: 8rem;
  }
}

#jquery-tab-pager-navi {
  margin-top: 83px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1232px) {
  #jquery-tab-pager-navi {
    margin-top: 8.3rem;
    margin-bottom: 10rem;
    gap: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  #jquery-tab-pager-navi {
    margin-bottom: 20rem;
  }
}
#jquery-tab-pager-navi li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: solid 1px #bf8c4e;
  font-size: 20px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  #jquery-tab-pager-navi li a {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  #jquery-tab-pager-navi li a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    line-height: 6.4rem;
  }
}
#jquery-tab-pager-navi li a.current {
  color: #ffffff;
  background-color: #bf8c4e;
}
#jquery-tab-pager-navi li a:hover {
  color: #ffffff;
  background-color: #bf8c4e;
  transition: all 0.3s ease;
}

.page_navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 856px) {
  .page_navi {
    gap: 2rem;
  }
}
.page_navi li {
  width: 32px;
  height: 32px;
  border: solid 1px #bf8c4e;
  font-size: 20px;
  color: #bf8c4e;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1232px) {
  .page_navi li {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .page_navi li {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4rem;
    line-height: 6.4rem;
  }
}
.page_navi li.current {
  color: #ffffff;
  background-color: #bf8c4e;
}
.page_navi li:hover {
  color: #ffffff;
  background-color: #bf8c4e;
  transition: all 0.3s ease;
}

.single .article {
  margin: 100px 0;
}
@media only screen and (max-width: 1232px) {
  .single .article {
    margin: 10rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .single .article {
    margin: 10rem 0 20rem;
  }
}
.article__cat-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 1232px) {
  .article__cat-items {
    gap: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__cat-items {
    gap: 4rem 2rem;
  }
}
.article__cat-item {
  min-width: 192px;
  padding: 9px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  background-color: #bf8c4e;
}
@media only screen and (max-width: 1232px) {
  .article__cat-item {
    min-width: 19.2rem;
    padding: 0.9rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__cat-item {
    min-width: calc((100% - 2rem) / 2);
    padding: 2rem;
    font-size: 4rem;
  }
}
.article__title {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 1232px) {
  .article__title {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__title {
    font-size: 6rem;
    margin-top: 9rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__title.title-small {
    font-size: 4.8rem;
  }
}
.article__thumbnail {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1232px) {
  .article__thumbnail {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__thumbnail {
    margin-top: 10rem;
  }
}
.article__time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1232px) {
  .article__time {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__time {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.article__time span {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 856px) {
  .article__time span {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }
}
.article__body {
  padding: 58px 0 96px;
}
@media only screen and (max-width: 1232px) {
  .article__body {
    padding: 5.8rem 0 9.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .article__body {
    padding: 3.5rem 0 8rem;
  }
}
.article h2 {
  margin: 20px 0;
}
@media only screen and (max-width: 1232px) {
  .article h2 {
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .article h2 {
    margin: 4rem 0;
  }
}

.more-article__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-article__prev span {
  transform: rotateZ(180deg);
  margin-right: 20px;
}
@media only screen and (max-width: 1232px) {
  .more-article__prev span {
    margin-right: 2rem;
  }
}
.more-article__next span {
  margin-left: 20px;
}
@media only screen and (max-width: 1232px) {
  .more-article__next span {
    margin-left: 2rem;
  }
}
.more-article__link {
  font-size: 24px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1232px) {
  .more-article__link {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .more-article__link {
    font-size: 3.2rem;
  }
}
.more-article__prev .more-article__link {
  flex-direction: row-reverse;
}
.more-article__link span {
  display: inline-block;
  width: 12px;
  height: 24px;
}
@media only screen and (max-width: 1232px) {
  .more-article__link span {
    width: 1.2rem;
    height: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .more-article__link span {
    width: 1.6rem;
    height: 3.2rem;
  }
}

.obento .bracket {
  margin-top: 120px;
}
@media only screen and (max-width: 856px) {
  .obento .bracket {
    margin-top: 8rem;
  }
}
.obento .lpArea {
  margin-top: 120px;
}
@media only screen and (max-width: 856px) {
  .obento .lpArea {
    margin-top: 8rem;
  }
}
.obento .lpMenu {
  margin-top: 198px;
}
@media only screen and (max-width: 856px) {
  .obento .lpMenu {
    margin-top: 24rem;
  }
}
.obento .lpScene {
  margin-top: 120px;
}
@media only screen and (max-width: 856px) {
  .obento .lpScene {
    margin-top: 24rem;
  }
}
.obento .faq {
  margin-top: 120px;
}
@media only screen and (max-width: 856px) {
  .obento .faq {
    margin-top: 16rem;
  }
}
.obento .movie {
  margin-top: 120px;
}
@media only screen and (max-width: 856px) {
  .obento .movie {
    margin-top: 24rem;
  }
}

.hero {
  width: 100%;
  height: max(100vh, 980px);
  position: relative;
}
@media only screen and (max-width: 856px) {
  .hero {
    height: max(100vh, 900px);
  }
}
@media only screen and (max-width: 560px) {
  .hero {
    height: max(100vh, 750px);
  }
}
.hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.hero__image {
  width: 100%;
  height: 100%;
}
.hero__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 856px) {
  .hero__textbox {
    transform: translateY(2%);
  }
}
@media only screen and (max-width: 560px) {
  .hero__textbox {
    transform: translateY(-2%);
  }
}
.hero__copy {
  width: 128px;
  aspect-ratio: 128/483;
  position: relative;
}
@media only screen and (max-width: 856px) {
  .hero__copy {
    width: 16rem;
  }
}
@media only screen and (max-width: 560px) {
  .hero__copy {
    width: 23.3644859813vw;
  }
}
.hero__copy:before {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  transform-origin: center center;
  transform: rotate(-45deg) translate(-40%, -800%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -1.27%, #fff 50.72%, rgba(255, 255, 255, 0) 101.27%);
  position: absolute;
  top: 0;
  left: 0;
}
.hero__copy:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  transform-origin: center center;
  transform: rotate(-45deg) translate(40%, 800%);
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -1.27%, #fff 50.72%, rgba(255, 255, 255, 0) 101.27%);
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero__text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .hero__text {
    font-size: 1.5;
  }
}

.overlayimage {
  width: min(86%, 810px);
  margin: 0 auto;
  transform: translateY(-19%);
}
.overlayimage img {
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.3));
}

.lpPoint {
  margin-top: 20px;
}
.lpPoint__mediaItems {
  margin-top: 51px;
  gap: 100px;
}
@media only screen and (max-width: 856px) {
  .lpPoint__mediaItems {
    margin-top: 8rem;
    gap: 12.8rem;
  }
}

.lpMenu__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 856px) {
  .lpMenu__inner {
    flex-direction: column;
    align-items: center;
    gap: 8rem;
  }
}
.lpMenu__contents {
  width: 74.3506493506%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__contents {
    width: 100%;
    gap: 12.8rem;
  }
}
.lpMenu__wrapper {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__wrapper {
    margin-top: 0;
    gap: 16rem;
  }
}
.lpMenu__menutitle {
  font-size: 80px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  justify-content: center;
}
@media only screen and (max-width: 1232px) {
  .lpMenu__menutitle {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .lpMenu__menutitle {
    font-size: 8rem;
    justify-content: flex-start;
  }
}
.lpMenu__subtitle {
  font-size: 20px;
  color: #591902;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 8px;
  border-top: 2px solid #591902;
}
@media only screen and (max-width: 856px) {
  .lpMenu__subtitle {
    font-size: 2.8rem;
    padding-top: 0.8rem;
  }
}
.lpMenu__rank {
  gap: 48px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__rank {
    gap: 9.6rem;
  }
}
.lpMenu__ranks {
  gap: 64px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__ranks {
    gap: 12.88rem;
  }
}
.lpMenu__flex .flex-first {
  width: 21.8340611354%;
}
@media only screen and (max-width: 856px) {
  .lpMenu__flex .flex-first {
    width: auto;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .lpMenu__flex .flex-first:is(.tab-empty) {
    display: none;
  }
}
.lpMenu__flex .flex-last {
  word-wrap: break-word;
  flex: 1 1;
  min-width: 0;
}
.lpMenu__items {
  gap: 32px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__items {
    gap: 6.4rem;
  }
}
.lpMenu__item {
  gap: 16px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__item {
    gap: 2.4rem;
  }
}
.lpMenu__title {
  gap: 8px;
}
.lpMenu__name {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  width: 72px;
  height: 72px;
  background-color: #591902;
}
@media only screen and (max-width: 856px) {
  .lpMenu__name {
    font-size: 4.8rem;
    width: 9.6rem;
    height: 9.6rem;
  }
}
.lpMenu__desc {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  gap: 8px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__desc {
    font-size: 2.8rem;
  }
}
.lpMenu__price {
  font-size: 14px;
  line-height: 1;
  gap: 4px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__price {
    font-size: 2.4rem;
  }
}
.lpMenu__price em {
  font-size: 40px;
  font-weight: 500;
  color: #591902;
  font-style: italic;
}
@media only screen and (max-width: 856px) {
  .lpMenu__price em {
    font-size: 6.4rem;
  }
}
.lpMenu__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 856px) {
  .lpMenu__info {
    gap: 4.8rem;
  }
}

.menuimage {
  width: 100%;
  aspect-ratio: 916/566;
  position: relative;
}
.menuimage__decoration {
  width: 282px;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 282/133;
  transform: translate(18%, -40%);
}
@media only screen and (max-width: 856px) {
  .menuimage__decoration {
    width: 26.4rem;
  }
}
.menuimage__decoration img {
  -o-object-fit: contain;
     object-fit: contain;
}
.menuimage__image {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.menuimage__caption {
  font-size: 14px;
  color: #ff2f2f;
}
@media only screen and (max-width: 856px) {
  .menuimage__caption {
    font-size: 2.4rem;
  }
}

.lpScene {
  position: relative;
}
.lpScene__deco {
  width: 80rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: -32%;
  left: -10%;
  z-index: -1;
}
@media only screen and (max-width: 856px) {
  .lpScene__deco {
    width: 100rem;
    top: -10%;
    left: -70%;
  }
}
.lpScene__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 856px) {
  .lpScene__inner {
    gap: 8rem;
  }
}
.lpScene__inner > p {
  text-align: center;
}
@media only screen and (max-width: 856px) {
  .lpScene__inner > p {
    text-align: left;
  }
}
.lpScene p em {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #ff2f2f;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
}
@media only screen and (max-width: 856px) {
  .lpScene p em {
    font-size: 2.8rem;
  }
}

.lead__inner {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 856px) {
  .lead__inner {
    margin-top: 8rem;
    gap: 8rem;
  }
}
.lead__inner > p {
  text-align: center;
}
@media only screen and (max-width: 856px) {
  .lead__inner > p {
    text-align: left;
  }
}

.guidelines {
  margin-top: 80px;
}
@media only screen and (max-width: 856px) {
  .guidelines {
    margin-top: 12.8rem;
  }
}
.guidelines__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 856px) {
  .guidelines__inner {
    gap: 4.8rem;
  }
}

.gallery {
  margin-top: 80px;
}
@media only screen and (max-width: 856px) {
  .gallery {
    margin-top: 12.8rem;
  }
}
.gallery__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (max-width: 856px) {
  .gallery__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
  }
}
.gallery__image {
  display: block;
  width: 100%;
  aspect-ratio: 19/14;
  overflow: hidden;
}

.recruitHero {
  padding-top: 220px;
}
@media only screen and (max-width: 1232px) {
  .recruitHero {
    padding-top: 22rem;
  }
}
@media only screen and (max-width: 856px) {
  .recruitHero {
    padding-top: 34rem;
  }
}
.recruitHero__title {
  font-size: 32px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.57em;
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media only screen and (max-width: 1232px) {
  .recruitHero__title {
    font-size: 3.2rem;
    gap: 6.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .recruitHero__title {
    font-size: 4.8rem;
    gap: 8rem;
    letter-spacing: 0.5em;
  }
}
.recruitHero__title > * {
  gap: 40px;
}
@media only screen and (max-width: 1232px) {
  .recruitHero__title > * {
    gap: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .recruitHero__title > * {
    gap: 3.2rem;
  }
}
.recruitHero__slide {
  width: 400px;
  height: 400px;
}
@media only screen and (max-width: 1232px) {
  .recruitHero__slide {
    width: 40rem;
    height: 40rem;
  }
}
.recruitHero strong {
  color: #ffffff;
  background-color: #c66f00;
  padding-top: 16px;
  background-image: url("./images/marker.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.plsp {
  padding: 120px 0;
}
@media only screen and (max-width: 1232px) {
  .plsp {
    padding: 12rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .plsp {
    padding: 24rem 0;
  }
}
@media only screen and (max-width: 856px) {
  .plsp .media {
    gap: 8rem;
  }
}
.plsp__inner {
  width: 810px;
  margin: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1232px) {
  .plsp__inner {
    width: 81rem;
  }
}
@media only screen and (max-width: 856px) {
  .plsp__inner {
    width: 100%;
  }
}
.plsp__image {
  width: 100px;
  aspect-ratio: 100/94;
}
@media only screen and (max-width: 1232px) {
  .plsp__image {
    width: 10rem;
  }
}
@media only screen and (max-width: 856px) {
  .plsp__image {
    width: 20rem;
  }
}
.plsp__body {
  gap: 40px;
}
@media only screen and (max-width: 1232px) {
  .plsp__body {
    gap: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .plsp__body {
    gap: 8rem;
  }
}
.plsp__title {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1232px) {
  .plsp__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .plsp__title {
    font-size: 4.8rem;
  }
}

.appeal {
  padding-top: 80px;
}
@media only screen and (max-width: 1232px) {
  .appeal {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .appeal {
    padding-top: 0rem;
  }
}
.appeal__inner {
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1232px) {
  .appeal__inner {
    gap: 6rem;
  }
}
@media only screen and (max-width: 856px) {
  .appeal__inner {
    gap: 12.8rem;
  }
}
.appeal__list {
  width: 100%;
  gap: 123px;
}
@media only screen and (max-width: 1232px) {
  .appeal__list {
    gap: 12.3rem;
  }
}
@media only screen and (max-width: 856px) {
  .appeal__list {
    gap: 16rem;
  }
}
.appeal__item {
  justify-content: space-between;
}
@media only screen and (max-width: 856px) {
  .appeal__item {
    gap: 4.8rem;
  }
}
.appeal__body {
  max-width: 50%;
  position: relative;
  word-wrap: break-word;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
  gap: 32px;
}
@media only screen and (max-width: 1232px) {
  .appeal__body {
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .appeal__body {
    width: 100%;
    max-width: 100%;
  }
}
.appeal__body .no {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 856px) {
  .appeal__body .no {
    top: auto;
    bottom: 0;
  }
}
.appeal__title {
  font-size: 24px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .appeal__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .appeal__title {
    font-size: 4rem;
  }
}
.appeal__image {
  width: 45.0406504065%;
  aspect-ratio: 554/408;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .appeal__image {
    width: 55.4rem;
  }
}
@media only screen and (max-width: 856px) {
  .appeal__image {
    width: 100%;
  }
}
.appeal__image img {
  border-radius: 24px;
}
.appeal__image .bg {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10px, 10px);
  z-index: -1;
}

.rm {
  padding: 120px 0;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 1232px) {
  .rm {
    padding: 12rem 0;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .rm {
    padding: 16rem 0;
  }
}
.rm__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 856px) {
  .rm .bracket {
    display: none;
  }
}
.rm .message__text {
  display: none;
  letter-spacing: 0.46em;
}
@media only screen and (max-width: 856px) {
  .rm .message__text {
    font-size: 4.8rem;
    background-size: 12rem auto;
    display: block;
  }
}
.rm__inner {
  gap: 40px;
}
@media only screen and (max-width: 1232px) {
  .rm__inner {
    gap: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .rm__inner {
    gap: 8rem;
  }
}
.rm__image {
  width: 100%;
  aspect-ratio: 1232/500;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 856px) {
  .rm__image {
    width: 100vw;
    aspect-ratio: 428/336;
    margin: 8rem calc(50% - 50vw) 0;
    box-shadow: none;
  }
}

.cv {
  position: relative;
}
.cv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1232px) {
  .cv__bg {
    aspect-ratio: 428/768;
  }
}
.cv__inner {
  padding: 80px 0;
}
@media only screen and (max-width: 1232px) {
  .cv__inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 856px) {
  .cv__inner {
    padding: 16rem 0;
  }
}
.cv__inner > * {
  gap: 40px;
}
@media only screen and (max-width: 1232px) {
  .cv__inner > * {
    gap: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .cv__inner > * {
    gap: 8rem;
  }
}
.cv__title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1232px) {
  .cv__title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 856px) {
  .cv__title {
    font-size: 6.4rem;
  }
}
.cv__text {
  font-size: 16px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 2.5 !important;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  .cv__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  .cv__text {
    font-size: 3.2rem;
  }
}

.searcharea {
  padding-top: 120px;
}
@media only screen and (max-width: 1232px) {
  .searcharea {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 856px) {
  .searcharea {
    padding-top: 16rem;
  }
}
.searcharea__inner {
  gap: 80px;
}
@media only screen and (max-width: 1232px) {
  .searcharea__inner {
    gap: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .searcharea__inner {
    gap: 16rem;
  }
}
.searcharea__title {
  letter-spacing: 0.2em !important;
}

.jo {
  margin-top: 80px;
}
@media only screen and (max-width: 1232px) {
  .jo {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 856px) {
  .jo {
    margin-top: 16rem;
  }
}
.jo__inner {
  gap: 40px;
}
@media only screen and (max-width: 1232px) {
  .jo__inner {
    gap: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .jo__inner {
    gap: 8rem;
  }
}

.search {
  gap: 80px;
}
.search__header {
  gap: 16px;
}
@media only screen and (max-width: 856px) {
  .search__header {
    gap: 3.2rem;
  }
}
.search__inner {
  gap: 40px;
}
@media only screen and (max-width: 856px) {
  .search__inner {
    gap: 8rem;
  }
}
.search__terms {
  gap: 8px;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.search__terms p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 856px) {
  .search__terms p {
    font-size: 3.6rem;
  }
}
.search__terms ul {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 856px) {
  .search__terms ul {
    font-size: 3.2rem;
  }
}
.search__count {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  gap: 8px;
  align-items: baseline;
}
@media only screen and (max-width: 856px) {
  .search__count {
    font-size: 3.2rem;
  }
}
.search__count span {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  .search__count span {
    font-size: 4.8rem;
  }
}

.search-shop {
  margin-top: 80px;
}
@media only screen and (max-width: 856px) {
  .search-shop {
    margin-top: 8rem;
  }
}

.map {
  margin-top: 80px;
}
@media only screen and (max-width: 856px) {
  .map {
    margin-top: 8rem;
  }
}

.shops {
  margin-top: 80px;
}
.shops__inner {
  gap: 80px;
}
@media only screen and (max-width: 856px) {
  .shops__inner {
    gap: 12.8rem;
  }
}

.area {
  gap: 40px;
}

.shopList {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 856px) {
  .shopList {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
}

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

.tab {
  display: none;
}
@media only screen and (max-width: 856px) {
  .tab {
    display: block;
  }
}

@media only screen and (max-width: 856px) {
  .has-text-align-center.tab-left {
    text-align: left;
  }
}

p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1232px) {
  p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 856px) {
  p {
    font-size: 3.2rem;
  }
}
p.is-style-large-text {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 856px) {
  p.is-style-large-text {
    font-size: 4.8rem;
  }
}
p a {
  text-decoration: underline;
}

.wp-block-button.is-style-cta-button {
  width: 400px;
}
@media only screen and (max-width: 856px) {
  .wp-block-button.is-style-cta-button {
    width: 100%;
  }
}
.wp-block-button.is-style-cta-button .wp-block-button__link {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  background-color: #ffa128;
  padding: 16px 0;
  text-align: center;
  display: block;
  filter: brightness(1);
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 856px) {
  .wp-block-button.is-style-cta-button .wp-block-button__link {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 856px) {
  .wp-block-button.is-style-cta-button .wp-block-button__link {
    padding: 3.2rem 0;
  }
}
.wp-block-button.is-style-cta-button .wp-block-button__link:hover {
  filter: brightness(1.2);
  transition: filter 0.3s ease;
}

.wp-block-table.is-style-th-left {
  width: 100%;
}
.wp-block-table.is-style-th-left table {
  border-spacing: 0;
}
.wp-block-table.is-style-th-left tr {
  border-top: 1px solid #591902;
  display: flex;
}
@media only screen and (max-width: 856px) {
  .wp-block-table.is-style-th-left tr {
    flex-direction: column;
  }
}
.wp-block-table.is-style-th-left tr:last-child {
  border-bottom: 1px solid #591902;
}
.wp-block-table.is-style-th-left td {
  width: 27.734375%;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
  background-color: #edd8d1;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
@media only screen and (max-width: 856px) {
  .wp-block-table.is-style-th-left td {
    width: 100%;
    font-size: 3.2rem;
    padding: 1.6rem;
  }
}
.wp-block-table.is-style-th-left td:not(:first-child) {
  flex: 1;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0;
  background-color: #ffffff;
  padding: 24px 40px;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 856px) {
  .wp-block-table.is-style-th-left td:not(:first-child) {
    width: 100%;
    font-size: 3.2rem;
    padding: 1.6rem;
    justify-content: center;
  }
}

h1 {
  font-size: 32px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

h2.wp-block-heading {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 18px 24px;
  background-color: #591902;
  margin: 0;
}
@media only screen and (max-width: 1232px) {
  h2.wp-block-heading {
    padding: 1.8rem 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  h2.wp-block-heading {
    font-size: 4.8rem;
    padding: 1.3rem 2.4rem;
  }
}

h2.is-style-underline {
  font-size: 48px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #591902;
  background-color: transparent;
}
@media only screen and (max-width: 1232px) {
  h2.is-style-underline {
    font-size: 4.8rem;
  }
}

h3.wp-block-heading {
  font-size: 24px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  border-top: solid 1px #591902;
  border-bottom: solid 1px #591902;
  position: relative;
  margin: 20px 0;
  padding: 0 24px;
}
@media only screen and (max-width: 1232px) {
  h3.wp-block-heading {
    margin: 2rem 0;
    padding: 0 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  h3.wp-block-heading {
    font-size: 4.8rem;
    margin: 4rem 0;
  }
}
h3.wp-block-heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #591902;
  position: absolute;
  top: -10px;
  left: 0;
}
h3.wp-block-heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #591902;
  position: absolute;
  bottom: -10px;
  left: 0;
}

h4.wp-block-heading {
  font-size: 24px;
  color: #591902;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: solid 1px #591902;
  margin: 20px 0;
  padding: 0 24px;
}
@media only screen and (max-width: 1232px) {
  h4.wp-block-heading {
    margin: 2rem 0;
    padding: 0 2.4rem;
  }
}
@media only screen and (max-width: 856px) {
  h4.wp-block-heading {
    font-size: 4.8rem;
    margin: 4rem 0;
  }
}
