@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-size-adjust: 100%;
  scroll-padding: 6rem;
  scroll-behavior: auto;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding: 8rem;
    -webkit-font-smoothing: antialiased;
    font-size: 0.5952380952vw;
  }
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 10px;
  }
}
html {
  /* IE11だけに適応 */
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  box-sizing: border-box;
}

figure {
  font-size: 0;
}
figure figcaption {
  line-height: 1.5;
}

button,
input,
select,
textarea {
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

button,
select {
  cursor: pointer;
  text-transform: none;
}

select::-ms-expand {
  display: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

li {
  list-style: none;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* .link */
a {
  display: inline-block;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  opacity: 1;
}

img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.5rem;
  line-height: 1;
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.12em;
  transition: opacity 1s ease 0s;
  position: relative;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 3rem;
    line-height: 1;
    min-width: 0;
  }
}

@media screen and (max-width: 767.98px) {
  p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie p {
    font-feature-settings: "palt";
  }
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.06rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.06rem 0.12rem;
    line-height: 1.4;
  }
}
/*************************
main
************************ */
main {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}

.shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1450980392);
}

.c-inner {
  width: 34rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-inner {
    width: 136rem;
  }
}

.c-more-btn {
  display: block;
  width: fit-content;
}

.c-more-btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30.8rem;
  height: 5.1rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  background: #fff;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .c-more-btn__link {
    width: 24rem;
    height: 5.4rem;
    font-size: 1.7rem;
  }
}
.c-more-btn__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .c-more-btn__link::after {
    right: 2.4rem;
  }
}
.c-more-btn__link:hover {
  background: #222222;
  color: #fff;
}
.c-more-btn__link:hover::after {
  right: 1.6rem;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-more-btn__link:hover::after {
    right: 2rem;
  }
}

.c-tag {
  display: inline-block;
  padding: 0.3rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  line-height: 1.6;
  color: #fff;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .c-tag {
    font-size: 1.3rem;
  }
}
.c-tag.-takaratei {
  background: #d24646;
}
.c-tag.-news {
  background: #565048;
}
.c-tag.-sweets {
  background: #04996e;
}

.c-wave,
.c-wave-green,
.c-wave-white {
  position: relative;
  width: 100vw;
}
.c-wave::before,
.c-wave-green::before,
.c-wave-white::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100vw;
  height: 7rem;
  background: url(../images/common/section-wave.svg) no-repeat top/100% 100%;
}
@media screen and (min-width: 768px) {
  .c-wave::before,
  .c-wave-green::before,
  .c-wave-white::before {
    height: 23rem;
    top: -20rem;
    background-size: 100% auto;
  }
}

.c-wave-green::before {
  background-image: url(../images/common/section-wave-green.svg);
}

.c-wave-white::before {
  background-image: url(../images/common/section-wave-white.svg);
}

.l-main > *:has(+ :is(.c-wave, .c-wave-green, .c-wave-white)) {
  --wave-poke: 5rem;
  padding-bottom: calc(var(--section-padding-bottom) + var(--wave-poke));
}
@media screen and (min-width: 768px) {
  .l-main > *:has(+ :is(.c-wave, .c-wave-green, .c-wave-white)) {
    --wave-poke: 20rem;
  }
}

.l-main:has(+ .l-footer.c-wave-green) {
  --wave-poke: 5rem;
  padding-bottom: var(--wave-poke);
  background-image: linear-gradient(var(--footer-wave-backdrop, #faf7f0), var(--footer-wave-backdrop, #faf7f0));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% var(--wave-poke);
}
@media screen and (min-width: 768px) {
  .l-main:has(+ .l-footer.c-wave-green) {
    --wave-poke: 20rem;
  }
}

.c-info {
  --section-padding-bottom: 8rem;
  padding: 8rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .c-info {
    --section-padding-bottom: 10rem;
    padding: 10rem 0 10rem;
  }
}
.c-info {
  background: #faf7f0;
}

.c-info__top {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-info__top {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    margin-bottom: 6rem;
  }
}

.c-info__top__container {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .c-info__top__container {
    flex: 0 0 26rem;
    margin-bottom: 0;
    text-align: left;
  }
}

.c-info__top__logo {
  width: 19.6rem;
  margin: 0 auto 3.2rem;
}
@media screen and (min-width: 768px) {
  .c-info__top__logo {
    width: 22rem;
    margin: 0 0 2.4rem;
  }
}
.c-info__top__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.c-info__top__address {
  margin: 0 auto;
  width: fit-content;
}

.c-info__top__address__txt {
  margin: 0 0 0.8rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .c-info__top__address__txt {
    font-size: 1.6rem;
  }
}

.c-info__top__address__tel {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-info__top__address__tel {
    font-size: 3rem;
  }
}
.c-info__top__address__tel span {
  margin-right: 0.4rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-info__top__address__tel span {
    font-size: 1.6rem;
  }
}

.c-info__top__address__box {
  display: flex;
  gap: 2.6rem;
}
@media screen and (min-width: 768px) {
  .c-info__top__address__box {
    justify-content: flex-start;
  }
}

.c-info__top__address__link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-info__top__address__link {
    font-size: 1.6rem;
  }
}
.c-info__top__address__link::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/icon-arrow.svg) center center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .c-info__map {
    flex: 1 1 auto;
  }
}
.c-info__map iframe {
  width: 100%;
  height: 18rem;
  border-radius: 2rem;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .c-info__map iframe {
    height: 44rem;
  }
}

@media screen and (min-width: 768px) {
  .c-info__bottom {
    display: flex;
    padding: 5rem 6rem;
    border: 1px solid #abb8c3;
    border-radius: 2rem;
  }
}

.c-info__bottom__container {
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 768px) {
  .c-info__bottom__container {
    flex: 1;
    margin-bottom: 0;
  }
  .c-info__bottom__container:first-child {
    padding-right: 6rem;
    border-right: 1px solid #d9d5cc;
  }
  .c-info__bottom__container:last-child {
    padding-left: 6rem;
  }
}
.c-info__bottom__container:last-child {
  margin-bottom: 0;
}

.c-info__bottom__box {
  margin-bottom: 2.6rem;
}
.c-info__bottom__box:last-child {
  margin-bottom: 0;
}

.c-info__bottom__ttl {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.4rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-info__bottom__ttl {
    font-size: 1.7rem;
  }
}
.c-info__bottom__ttl.-car::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/icon-car.svg) center center/contain no-repeat;
}
.c-info__bottom__ttl.-train::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/icon-train.svg) center center/contain no-repeat;
}
.c-info__bottom__ttl.-time::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/icon-time.svg) center center/contain no-repeat;
}

.c-info__bottom__txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .c-info__bottom__txt {
    font-size: 1.5rem;
  }
}
.c-info__bottom__txt span {
  font-weight: 700;
}
.c-info__bottom__txt.-accordion-content {
  display: none;
  margin-top: 0.6rem;
}
.c-info__bottom__txt.-accordion-content.is-open {
  display: block;
}
.c-info__bottom__txt.-accordion-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.6rem;
  color: #7a756c;
  cursor: pointer;
}
.c-info__bottom__txt.-accordion-btn::after {
  content: "＋";
}
.c-info__bottom__txt.-accordion-btn.is-open::after {
  content: "－";
}

@media screen and (min-width: 768px) {
  .c-model-course {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.c-model-course__item {
  position: relative;
  margin-bottom: 6.4rem;
  text-align: center;
}
.c-model-course__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  width: 3rem;
  height: 2rem;
  transform: rotate(90deg) translateX(-50%);
  background: url(../images/common/arrow-green.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .c-model-course__item {
    width: 28.6rem;
    margin-bottom: 0;
  }
  .c-model-course__item:nth-child(even) {
    margin-top: 4.7rem;
  }
  .c-model-course__item:not(:last-child)::after {
    top: 15rem;
    right: -5rem;
    bottom: initial;
    left: initial;
    transform: rotate(0) translateX(0);
  }
  .c-model-course__item:nth-child(even)::after {
    top: 10.3rem;
  }
}

.c-model-course__item__ttl {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 20rem;
  margin: 0 auto -2.4rem;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  background: #04996e;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  .c-model-course__item__ttl {
    font-size: 1.7rem;
    min-width: 18rem;
  }
}

.c-model-course__item__pic {
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.c-model-course__item__pic img {
  width: 100%;
  object-fit: cover;
}

.c-model-course__item__txt {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .c-model-course__item__txt {
    font-size: 1.4rem;
  }
}

.c-text-deco,
.c-text-deco--yellow {
  position: relative;
  z-index: 1;
}
.c-text-deco::before,
.c-text-deco--yellow::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -0.6rem;
  left: -1rem;
  background-color: #9adbb4;
  -webkit-mask-image: url(../images/common/deco-txt.svg);
  mask-image: url(../images/common/deco-txt.svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 6.5rem;
  height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .c-text-deco::before,
  .c-text-deco--yellow::before {
    top: -2.6rem;
    left: -2rem;
    width: 11rem;
    height: 6.5rem;
  }
}

.c-text-deco--yellow::before {
  background-color: #f1ec54;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
}

.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 20rem;
  height: 13rem;
  padding-top: 2.4rem;
  background: url(../images/common/logo-bg.svg) no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 31rem;
    height: 20rem;
    padding-top: 3rem;
  }
}

.l-header__logo-img {
  margin-right: 2.4rem;
  width: 12.8rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo-img {
    margin-right: 3rem;
    width: 20rem;
  }
}
.l-header__logo-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.l-header__container {
  display: contents;
}

.l-gnav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-gnav {
    display: block;
    position: fixed;
    top: 3.4rem;
    right: 12rem;
    z-index: 100;
  }
}

.l-gnav__list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.l-gnav__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.13em;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.is-nav-dark .l-gnav__link {
  color: #222222;
}
.l-gnav__link:hover {
  opacity: 0.7;
}

.l-burger {
  position: fixed;
  top: 1.2rem;
  right: 1.6rem;
  z-index: 110;
}
@media screen and (min-width: 768px) {
  .l-burger {
    top: 2.6rem;
    right: 4rem;
  }
}

.l-burger__button {
  position: relative;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0823529412);
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-burger__button {
    width: 5rem;
    height: 5rem;
  }
}
.l-burger__button::before, .l-burger__button::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2rem;
  height: 1px;
  background: #222;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}
.l-burger__button::before {
  top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-burger__button::before {
    top: 2rem;
  }
}
.l-burger__button::after {
  bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-burger__button::after {
    bottom: 2rem;
  }
}
.is-nav-dark .l-burger__button {
  border-color: #222222;
}
.is-nav-dark .l-burger__button::before, .is-nav-dark .l-burger__button::after {
  background: #222222;
}
.l-burger.is-open .l-burger__button {
  border-color: #222222;
}
.l-burger.is-open .l-burger__button::before {
  top: 50%;
  background: #222222;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-burger.is-open .l-burger__button::after {
  top: 50%;
  bottom: auto;
  background: #222222;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-burger__menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  gap: 3.2rem;
  padding: 18rem 2.4rem 4.4rem;
  background: #faf7f0;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  transition: all 0.4s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-burger__menu {
    align-items: center;
    padding: 18rem 8rem;
  }
}
.l-burger.is-open .l-burger__menu {
  opacity: 1;
  visibility: visible;
}

.l-burger__logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 20rem;
  height: 13rem;
  padding-top: 2.4rem;
  background: url(../images/common/logo-bg.svg) no-repeat top left/contain;
}
@media screen and (min-width: 768px) {
  .l-burger__logo {
    width: 31rem;
    height: 20rem;
    padding-top: 3rem;
  }
}
.l-burger__logo img {
  margin-right: 2.4rem;
  width: 12.8rem;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .l-burger__logo img {
    margin-right: 3rem;
    width: 20rem;
  }
}

.l-burger__nav {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .l-burger__nav {
    flex-direction: row;
    justify-content: center;
    gap: 9rem;
  }
}

.l-burger__nav__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-burger__nav__list {
    gap: 4.8rem;
  }
}

.l-burger__nav__item {
  width: fit-content;
}
.l-burger__nav__item:has(.-online) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-burger__nav__item:has(.-online) {
    width: fit-content;
  }
}

.l-burger__nav__link {
  display: block;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #222222;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-burger__nav__link {
    font-size: 2rem;
  }
}
.l-burger__nav__link.-child {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-burger__nav__link.-child {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
.l-burger__nav__link.-online {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 2.5rem;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 1rem;
}
.l-burger__nav__link.-online::before {
  content: "";
  display: block;
  width: 1.9rem;
  height: 1.7rem;
  background: url(../images/common/icon-cart.svg) center center/contain no-repeat;
}
.l-burger__nav__link:hover {
  opacity: 0.7;
}

.l-side {
  position: fixed;
  top: 13rem;
  right: 4rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-side {
    display: none;
  }
}

.l-side__btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 1.8rem;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 10rem;
  transition: all 0.3s ease 0s;
}
.is-nav-dark .l-side__btn {
  color: #222222;
}
.l-side__btn:hover {
  opacity: 0.7;
}

.l-side__cart {
  width: 2rem;
  height: 1.8rem;
  color: currentColor;
}

.l-footer {
  position: relative;
  padding: 6rem 0 3rem;
  max-width: 100vw;
  background: #014a3f;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 0 0 13rem;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.l-footer__top {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    text-align: left;
    margin-bottom: 0;
  }
}

.l-footer__top__logo {
  width: fit-content;
  margin: 0 auto 4.8rem;
}
@media screen and (min-width: 768px) {
  .l-footer__top__logo {
    margin: 0 0 6rem;
  }
}
.l-footer__top__logo img {
  width: 20rem;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .l-footer__top__logo img {
    width: 23rem;
  }
}

.l-footer__top__address {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__top__address {
    margin-bottom: 0.4rem;
    text-align: left;
    font-size: 1.7rem;
  }
}

.l-footer__top__tel {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__top__tel {
    margin-top: 0;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    flex-direction: row;
    gap: 6rem;
  }
}

.l-footer__nav__wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav__wrap {
    flex-direction: row;
    gap: 6rem;
  }
}

.l-footer__nav__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav__list {
    gap: 2.4rem;
  }
}

.l-footer__nav__item:empty {
  display: none;
}

.l-footer__nav__link {
  display: block;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-footer__nav__link {
    font-size: 1.7rem;
  }
}
.l-footer__nav__link:empty {
  display: none;
}
.l-footer__nav__link.-child {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .l-footer__nav__link.-child {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.l-footer__nav__link.-extemal {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.l-footer__nav__link.-extemal::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/common/icon-extemal.svg) center center/contain no-repeat;
}
.l-footer__nav__link:hover {
  opacity: 0.7;
}

.l-footer__copy {
  margin-top: 7rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4rem;
  }
}

.l-footer__copy__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copy__box {
    margin-bottom: 0;
  }
}

.l-footer__copy__link {
  position: relative;
  font-size: 1rem;
  line-height: 1;
  color: #c3c3c3;
}
@media screen and (min-width: 768px) {
  .l-footer__copy__link {
    font-size: 1.3rem;
  }
}
.l-footer__copy__link:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  width: 1px;
  height: 100%;
  background: #c3c3c3;
  pointer-events: none;
}
.l-footer__copy__link:hover {
  opacity: 0.7;
}

.l-footer__copy__txt {
  font-size: 1rem;
  line-height: 1;
  color: #c3c3c3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy__txt {
    font-size: 1.3rem;
  }
}

.l-main {
  width: 100vw;
  overflow-x: hidden;
}

.l-lower-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-lower-fv {
    height: 26.2vw;
    padding-top: 10rem;
  }
}

.l-lower-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/317;
  z-index: -1;
  -webkit-mask-image: url("../images/common/lower-fv-mask-sp.svg");
  -webkit-mask-position: center top;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("../images/common/lower-fv-mask-sp.svg");
  mask-position: center top;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-lower-fv__bg {
    aspect-ratio: 1680/442;
    -webkit-mask-image: url("../images/common/lower-fv-mask-pc.svg");
    mask-image: url("../images/common/lower-fv-mask-pc.svg");
  }
}
.l-lower-fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-lower-fv_ttl {
  margin-top: 8rem;
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-lower-fv_ttl {
    margin-top: 0;
    margin-bottom: 10vw;
    font-size: 4.4rem;
  }
}

.l-404 {
  padding-top: 16rem;
}

.l-404__wrap {
  margin: 0 2.4rem 21rem;
}
@media screen and (min-width: 768px) {
  .l-404__wrap {
    margin: 0 auto 8rem;
    width: 88.8vw;
    max-width: 1440px;
  }
}

.l-404__ttl {
  margin-bottom: 4rem;
  font-family: "Hina Mincho", serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  text-align: center;
}

.l-404__txt {
  font-family: "Hina Mincho", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}

.l-wp-post-content {
  width: 100%;
  max-width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content {
    font-size: 1.5rem;
  }
}
.l-wp-post-content h2 {
  margin-top: 3.5em;
  margin-bottom: 0.75em;
  font-size: 4.8rem;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content h2 {
    font-size: 3.4rem;
  }
}
.l-wp-post-content h2:first-child {
  margin-top: 0;
}
.l-wp-post-content h3 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  font-size: 3.6rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.l-wp-post-content h3:first-child {
  margin-top: 0;
}
.l-wp-post-content h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content h4 {
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
.l-wp-post-content h4:first-child {
  margin-top: 0;
}
.l-wp-post-content p {
  margin-bottom: 1.87em;
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content p {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.l-wp-post-content p:last-child {
  margin-bottom: 0;
}
.l-wp-post-content strong {
  font-weight: 700;
}
.l-wp-post-content em {
  font-style: italic;
}
.l-wp-post-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.l-wp-post-content a:hover {
  opacity: 0.7;
}
.l-wp-post-content ul,
.l-wp-post-content ol {
  margin-top: 0.75rem;
  margin-bottom: 2.8rem;
  padding-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .l-wp-post-content ul,
  .l-wp-post-content ol {
    margin-bottom: 4.4rem;
  }
}
.l-wp-post-content ul:last-child,
.l-wp-post-content ol:last-child {
  margin-bottom: 0;
}
.l-wp-post-content ul {
  list-style: disc;
}
.l-wp-post-content ol {
  list-style: decimal;
}
.l-wp-post-content li {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content li {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.l-wp-post-content li:last-child {
  margin-bottom: 0;
}
.l-wp-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.8rem auto;
}
@media screen and (max-width: 767.98px) {
  .l-wp-post-content img {
    margin: 4.4rem auto;
  }
}
.l-wp-post-content img:first-child {
  margin-top: 0;
}
.l-wp-post-content img:last-child {
  margin-bottom: 0;
}
.l-wp-post-content figure {
  margin: 2.8rem 0;
}
@media screen and (max-width: 767.98px) {
  .l-wp-post-content figure {
    margin: 4.4rem 0;
  }
}
.l-wp-post-content figure img {
  margin: 0 auto;
}
.l-wp-post-content figure figcaption {
  margin-top: 0.5em;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #888;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content figure figcaption {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.l-wp-post-content blockquote {
  margin: 2.8rem 0;
  padding: 1em 1.5em;
  border-left: 4px solid #ccc;
  color: #666;
}
.l-wp-post-content blockquote p {
  margin-bottom: 0;
}
.l-wp-post-content table {
  width: 100%;
  margin: 2.8rem 0;
  border-collapse: collapse;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .l-wp-post-content table {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-wp-post-content th,
.l-wp-post-content td {
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
.l-wp-post-content th {
  background: #f5f5f5;
  font-weight: 500;
}
.l-wp-post-content hr {
  margin: 2.5em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.toppage {
  background: #faf7f0;
}

.toppage .l-main {
  padding-top: 0;
}

.p-top-mv {
  position: relative;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    height: 100vh;
  }
}
.p-top-mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: hsla(196, 98%, 24%, 0.2);
}

.p-top-mv__bg {
  position: fixed;
  z-index: -10;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
}
.p-top-mv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-mv__wrap {
  position: relative;
  z-index: 1;
  padding: 17rem 2.4rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11rem;
    padding: 10rem 2.4rem 2rem;
  }
}

.p-top-mv__title {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  margin: 0 auto 4.3rem;
  width: 28rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    gap: 8rem;
    margin: 0;
    width: 58.6rem;
  }
}
.p-top-mv__title p {
  height: 4.6rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title p {
    height: 9.5rem;
  }
}
.p-top-mv__title p img {
  width: auto;
  height: 100%;
}

@keyframes mvGrassGrow {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
.p-top-mv__title--top,
.p-top-mv__title--middle,
.p-top-mv__title--bottom {
  transform-origin: bottom center;
  will-change: transform;
  animation: mvGrassGrow 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.p-top-mv__title--top {
  animation-delay: 0.2s;
}

.p-top-mv__title--middle {
  animation-delay: 0.45s;
}

.p-top-mv__title--bottom {
  animation-delay: 0.7s;
}

@media (prefers-reduced-motion: reduce) {
  .p-top-mv__title--top,
  .p-top-mv__title--middle,
  .p-top-mv__title--bottom {
    animation: none;
  }
}
.p-top-mv__catch {
  margin: 0 auto;
  width: 28rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch {
    flex-shrink: 0;
    margin: 0;
    width: auto;
  }
}

.p-top-mv__catch__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch__box {
    gap: 2rem;
  }
}
.p-top-mv__catch__box:not(.-sub) {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch__box:not(.-sub) {
    margin-bottom: 3.4rem;
  }
}

.p-top-mv__catch__txt {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 0.7rem 1.2rem;
  color: #222222;
  font-family: "Hina Mincho", serif;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch__txt {
    font-size: 5.2rem;
    padding: 0.8rem 2.6rem;
  }
}
.p-top-mv__catch__txt.-sub {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch__txt.-sub {
    font-size: 2.8rem;
  }
}

.p-top-mv__catch__txt::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  animation: mvBandSweep 0.6s cubic-bezier(0.65, 0, 0.35, 1) 1.1s both;
}

.p-top-mv__catch__txt__inner {
  position: relative;
  z-index: 1;
  display: inline-block;
  animation: mvTextEmerge 0.8s ease 1.6s both;
}

@keyframes mvBandSweep {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mvTextEmerge {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-mv__catch__txt::before {
    animation: none;
    transform: scaleX(1);
  }
  .p-top-mv__catch__txt__inner {
    animation: none;
  }
}
.p-top-intro {
  position: relative;
  --section-padding-bottom: 6rem;
  padding: 7.5rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro {
    --section-padding-bottom: 19rem;
    padding: 24rem 0 19rem;
  }
}
.p-top-intro {
  color: #fff;
  overflow: hidden;
}
.p-top-intro::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(1, 89, 121, 0.2);
  background: linear-gradient(180deg, rgba(1, 89, 121, 0.2) 20%, rgb(1, 88, 120) 100%);
}
@media screen and (min-width: 768px) {
  .p-top-intro::after {
    background: linear-gradient(180deg, rgba(1, 89, 121, 0.2) 0%, rgb(1, 88, 120) 100%);
  }
}

.p-top-intro__inner {
  position: relative;
  z-index: 1;
}

.p-top-intro__pics {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__pics {
    display: block;
    margin-bottom: 0;
  }
}

.p-top-intro__pic {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.2);
}
.p-top-intro__pic.-second {
  width: 12rem;
}
.p-top-intro__pic:not(.-second) {
  width: 20.3rem;
}
@media screen and (min-width: 768px) {
  .p-top-intro__pic {
    position: absolute;
    z-index: 0;
  }
  .p-top-intro__pic:not(.-second) {
    width: 33rem;
    left: -10rem;
    top: 20rem;
    transform: rotate(-4deg);
  }
  .p-top-intro__pic.-second {
    width: 29rem;
    right: -6rem;
    top: 24rem;
    transform: rotate(4deg);
  }
}
.p-top-intro__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-intro__ttl {
  margin-bottom: 2.4rem;
  font-family: "Hina Mincho", serif;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-intro__ttl {
    margin-bottom: 3.2rem;
    font-size: 4.8rem;
  }
}

.p-intro__catch {
  margin-bottom: 3rem;
  font-family: "Hina Mincho", serif;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-intro__catch {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
}

.p-intro__txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-intro__txt {
    font-size: 1.8rem;
  }
}

.p-top-about {
  padding: 6rem 0 0;
  background: #faf7f0;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 12rem 0 0;
  }
}

.p-top-about__container {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__container {
    display: flex;
    gap: 16rem;
    margin-bottom: 14rem;
    width: 90.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__container.-sweets {
    flex-direction: row;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__container.-farm, .p-top-about__container.-takaratei {
    flex-direction: row-reverse;
    margin-left: auto;
  }
}
.p-top-about__container:nth-of-type(even) .p-top-about__box {
  margin-left: 0;
  margin-right: 1.8rem;
}
.p-top-about__container:nth-of-type(even) .p-top-about__swiper {
  border-radius: 0 2rem 2rem 0;
}

.p-top-about__box {
  position: relative;
  margin-left: 1.8rem;
  margin-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__box {
    flex: 0 0 52vw;
    width: 52vw;
    min-width: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.p-top-about__swiper {
  width: 100%;
  margin-bottom: 1.3rem;
  border-radius: 2rem 0 0 2rem;
}

.p-top-about__swiper-slide img {
  width: 100%;
  height: 21.6rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-about__swiper-slide img {
    height: 53rem;
  }
}

@media screen and (min-width: 768px) {
  .-farm .p-top-about__swiper-slide img,
  .-takaratei .p-top-about__swiper-slide img {
    border-radius: 2rem 0 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  .-sweets .p-top-about__swiper-slide img {
    border-radius: 0 2rem 2rem 0;
  }
}

.p-top-about__swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about__swiper-pagination {
    width: auto;
    right: 2.4rem;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .-sweets .p-top-about__swiper-pagination {
    right: auto;
    left: 2.4rem;
  }
}
.p-top-about__swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  opacity: 0.9;
  border: 1px solid #5db19a;
  border-radius: 50%;
  cursor: pointer;
}
.p-top-about__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5db19a;
}

.p-top-about__content {
  padding: 0 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content {
    flex: 0 0 48rem;
    padding: 0;
  }
}

.p-top-about__content__comment {
  display: flex;
  align-items: center;
  width: 13rem;
  height: 2.6rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  padding-left: 2.4rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content__comment {
    width: 22rem;
    height: 5rem;
    font-size: 1.7rem;
  }
}

.-farm .p-top-about__content__comment {
  background: #04996E;
}

.-sweets .p-top-about__content__comment {
  background: #DF8331;
}

.-takaratei .p-top-about__content__comment {
  background: #D24646;
}

.p-top-about__content__comment.js-fadeUp {
  clip-path: inset(0 100% 0 0);
}

.p-top-about__content__comment.js-fadeUp.is-show {
  animation: bubbleWipe 0.6s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes bubbleWipe {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-about__content__comment.js-fadeUp,
  .p-top-about__content__comment.js-fadeUp.is-show {
    clip-path: none;
    animation: none;
    opacity: 1;
  }
}
.p-top-about__content__top {
  position: relative;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content__top {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    width: max-content;
    margin-bottom: 2.6rem;
  }
}

.p-top-about__content__ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-top-about__content__ttl {
    font-size: 7rem;
    white-space: nowrap;
  }
}
.p-top-about__content__ttl span {
  font-size: 3.6rem;
}

.p-top-about__content__pic {
  position: absolute;
}
.p-top-about__content__pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.-farm .p-top-about__content__pic {
  width: 18rem;
  top: -3.5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .-farm .p-top-about__content__pic {
    position: absolute;
    width: 27rem;
    top: -5rem;
    right: -35rem;
  }
}

.-sweets .p-top-about__content__pic {
  width: 3.4rem;
  top: -11rem;
  right: 2rem;
}

.-takaratei .p-top-about__content__pic {
  width: 12rem;
  top: -10rem;
  right: 0;
}

.p-top-about__content__txt {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .p-top-about__content__txt {
    margin-bottom: 4rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__bottom {
    height: 90rem;
    max-height: 700px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__bottom img {
    height: 100%;
    object-position: top;
    object-fit: cover;
  }
}

.p-top-news {
  --section-padding-bottom: 11rem;
  padding: 7rem 0 11rem;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    --section-padding-bottom: 0rem;
    padding: 9rem 0 0rem;
  }
}
.p-top-news {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-top-news__inner {
    display: flex;
    justify-content: space-between;
  }
}

.p-top-news__ttl {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl {
    margin-bottom: 0;
  }
}

.p-top-news__ttl--en {
  margin-bottom: 0.6rem;
  font-family: "Hina Mincho", serif;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl--en {
    font-size: 6rem;
  }
}

.p-top-news__ttl--jp {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl--jp {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__content {
    width: 88rem;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #d9d5cc;
}
.p-top-news__item:first-child {
  border-top: 1px solid #d9d5cc;
}

.p-top-news__link {
  display: block;
  width: 100%;
  padding: 2.2rem 0;
  transition: all 0.3s ease 0s;
}
.p-top-news__link:hover {
  opacity: 0.6;
}

.p-top-news__link__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1rem;
}

.p-top-news__link__date {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-top-news__link__date {
    font-size: 1.5rem;
  }
}

.p-top-news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.p-top-news__link__ttl {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-news__link__ttl {
    font-size: 1.6rem;
  }
}

.p-top-news .c-more-btn {
  margin: 3rem auto 0;
}

.p-top-sightseeing {
  padding: 8rem 0 9rem;
  background: #faf7f0;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing {
    padding: 10rem 0 12rem;
  }
}

.p-top-sightseeing__model {
  margin-bottom: 9.4rem;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__model {
    margin-bottom: 12rem;
  }
}

.p-top-sightseeing__model__ttl {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__model__ttl {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}

.p-top-sightseeing__drive__ttl {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__drive__ttl {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
}

.p-top-sightseeing__drive__swiper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__drive__swiper {
    overflow: hidden;
  }
}

.p-top-sightseeing__drive__swiper-slide {
  width: 25rem;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__drive__swiper-slide {
    width: 32rem;
  }
}

.p-top-sightseeing__drive__swiper-slide__pic {
  overflow: hidden;
  margin-bottom: 1.4rem;
  border-radius: 1rem;
}
.p-top-sightseeing__drive__swiper-slide__pic img {
  width: 100%;
  height: 17rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__drive__swiper-slide__pic img {
    height: 22rem;
  }
}

.p-top-sightseeing__drive__swiper-slide__name {
  margin-bottom: 0.6rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__drive__swiper-slide__name {
    font-size: 1.8rem;
  }
}

.p-top-sightseeing__drive__swiper-slide__access {
  text-align: center;
  color: #04996e;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-sightseeing__drive__swiper-slide__access {
    font-size: 1.4rem;
  }
}

.p-top-sightseeing__drive .c-more-btn {
  margin: 6rem auto 0;
}

.p-top-online-shop {
  position: relative;
  padding: 4rem 0 17rem;
  background: url(../images/top/online-shop-bg-sp.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop {
    padding: 14rem 0;
    background: url(../images/top/online-shop-bg.webp) center/cover no-repeat;
  }
}
.p-top-online-shop::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(4.4rem) brightness(0.95);
  backdrop-filter: blur(4.4rem) brightness(0.95);
}

.p-top-online-shop__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-top-online-shop__content {
  position: relative;
  z-index: 2;
  margin-bottom: 9.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__content {
    margin: 0;
    padding: 8rem 0;
  }
}

.p-top-online-shop__ttl {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 1.2916666667;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__ttl {
    font-size: 5.6rem;
  }
}

.p-top-online-shop__txt {
  margin: 2.4rem 0 3rem;
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__txt {
    margin: 3rem 0 4rem;
    font-size: 1.7rem;
  }
}

.p-top-online-shop .c-more-btn {
  margin: 0 auto;
}

.p-top-online-shop__top,
.p-top-online-shop__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__top,
  .p-top-online-shop__bottom {
    display: block;
    margin: 0;
  }
}

.p-top-online-shop__bottom {
  margin-bottom: 0;
}

.p-top-online-shop__top__pic--01 img,
.p-top-online-shop__top__pic--02 img,
.p-top-online-shop__bottom__pic--01 img,
.p-top-online-shop__bottom__pic--02 img,
.p-top-online-shop__bottom__pic--03 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-top-online-shop__top__pic--01 {
  width: 26rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__top__pic--01 {
    margin-bottom: 2rem;
    width: 32rem;
  }
}

.p-top-online-shop__top__pic--02 {
  position: absolute;
  right: 0;
  bottom: -8rem;
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__top__pic--02 {
    position: static;
    margin-left: auto;
    width: 19rem;
  }
}

.p-top-online-shop__bottom__pic--01 {
  position: absolute;
  top: -5rem;
  right: 0;
  z-index: 1;
  width: 10rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__bottom__pic--01 {
    position: absolute;
    top: -17rem;
    width: 13rem;
  }
}

.p-top-online-shop__bottom__pic--02 {
  position: absolute;
  left: 0;
  bottom: -13.6rem;
  z-index: 1;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__bottom__pic--02 {
    position: absolute;
    bottom: -8rem;
    left: -12rem;
    width: 20rem;
  }
}

.p-top-online-shop__bottom__pic--03 {
  margin: 0 auto;
  width: 25rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-online-shop__bottom__pic--03 {
    margin: 0;
    width: 31rem;
  }
}

.page-meat {
  background: #fff;
  letter-spacing: 0.12em;
}
.page-meat .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.p-meat-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-meat-ttl {
    font-size: 4.4rem;
    line-height: 1.5909090909;
  }
}

.p-meat-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(3, 74, 66, 0.55);
}

.p-meat-intro {
  --section-padding-bottom: 6rem;
  padding: 5rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-intro {
    --section-padding-bottom: 12rem;
    padding: 8rem 0 12rem;
  }
}
.p-meat-intro {
  background: #fff;
  text-align: center;
}

.p-meat-intro__lead {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__lead {
    font-size: 4rem;
    line-height: 1.8;
  }
}
.p-meat-intro__lead.-mincho {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__lead.-mincho {
    margin-top: 14rem;
  }
}

.p-meat-intro__movie {
  margin: 4rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__movie {
    margin-top: 6rem;
    width: 99rem;
  }
}
.p-meat-intro__movie video {
  width: 100%;
}

.p-meat-intro__note {
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  color: #d24646;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__note {
    font-size: 1.6rem;
  }
}

.p-meat-intro__photos {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__photos {
    flex-direction: row;
    margin-top: 6rem;
  }
}

.p-meat-intro__photo {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__photo {
    flex: 1;
  }
}
.p-meat-intro__photo:first-of-type {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__photo:first-of-type {
    border-radius: 2rem 0 0 2rem;
  }
}
.p-meat-intro__photo:last-of-type {
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__photo:last-of-type {
    border-radius: 0 2rem 2rem 0;
  }
}
.p-meat-intro__photo img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-meat-intro__photo img {
    height: 29rem;
  }
}

.p-meat-story {
  --section-padding-bottom: 6rem;
  padding: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-story {
    --section-padding-bottom: 14rem;
    padding: 0 0 14rem;
  }
}
.p-meat-story {
  background: #fff;
}

.p-meat-story__row {
  margin-bottom: 6rem;
}
.p-meat-story__row:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-meat-story__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8rem;
    margin-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-meat-story__text {
    flex: 1;
  }
}
.p-meat-story__text p {
  font-size: 1.5rem;
  line-height: 2.2;
  margin-bottom: 2.4rem;
}
.p-meat-story__text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-meat-story__text p {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-story__fig {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-meat-story__fig {
    flex: 0 0 44rem;
    min-width: 0;
    margin-top: 0;
  }
}
.p-meat-story__fig figcaption {
  display: grid;
  justify-items: center;
  margin-top: 1.6rem;
  text-align: center;
}

.p-meat-story__caption-item {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  color: #04996e;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-meat-story__caption-item {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
.p-meat-story__caption-item.is-active {
  opacity: 1;
  visibility: visible;
}

.p-meat-story__slider {
  width: 100%;
  min-width: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 1rem;
}

.p-meat-story__slider .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.12);
  backface-visibility: hidden;
}

.p-meat-story__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-meat-brand {
  --section-padding-bottom: 6rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-brand {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-meat-brand {
  background: #faf7f0;
}

.p-meat-brand__hero {
  margin: 4rem 0 0;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__hero {
    margin-top: 6rem;
  }
}
.p-meat-brand__hero img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__hero img {
    height: 47rem;
  }
}

.p-meat-brand__lead {
  margin-top: 6rem;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__lead {
    margin-top: 10rem;
    font-size: 4rem;
    line-height: 1.8;
  }
}

.p-meat-brand__txt {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__txt {
    margin-top: 3.6rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
    text-align: center;
  }
}

.p-meat-brand__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__list {
    gap: 3.2rem;
    margin-top: 7rem;
  }
}

.p-meat-brand__card {
  padding: 3rem 2.4rem;
  background: #fff;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__card {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: 3rem 6rem;
  }
}

.p-meat-brand__card__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__card__pic {
    flex: 0 0 20rem;
    width: auto;
    height: 16rem;
    margin: 0;
  }
}
.p-meat-brand__card__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-meat-brand__card__ttl {
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__card__ttl {
    flex: 0 0 20rem;
    font-size: 3.6rem;
  }
}

.p-meat-brand__card__txt {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-meat-brand__card__txt {
    flex: 1;
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-award {
  --section-padding-bottom: 6rem;
  padding: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-award {
    --section-padding-bottom: 12rem;
    padding: 0 0 12rem;
  }
}
.p-meat-award {
  background: #faf7f0;
}

.p-meat-award__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-meat-award__body {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin: 6rem auto 0;
    width: 112rem;
  }
}

@media screen and (min-width: 768px) {
  .p-meat-award__left {
    flex: 1;
  }
}

.p-meat-award__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-meat-award__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-award__list {
  margin-top: 3rem;
  border-top: 1px solid #d9d5cc;
}

.p-meat-award__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #d9d5cc;
}
@media screen and (min-width: 768px) {
  .p-meat-award__item {
    flex-direction: row;
    gap: 2rem;
  }
}
.p-meat-award__item dt {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-meat-award__item dt {
    flex: 0 0 6rem;
    flex-basis: 8rem;
    font-size: 1.5rem;
    line-height: 1;
    line-height: 1.7333333333;
  }
}
.p-meat-award__item dd {
  flex: 1;
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px) {
  .p-meat-award__item dd {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.p-meat-award__pic {
  margin-top: 3rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-meat-award__pic {
    flex: 0 0 36rem;
    align-self: flex-start;
    margin-top: 0;
  }
}
.p-meat-award__pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-meat-takaratei {
  background: #fff;
}

.p-meat-takaratei__band {
  width: 100vw;
  background: #2e3136;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__band {
    display: flex;
    align-items: stretch;
  }
}

.p-meat-takaratei__lead {
  padding: 5rem 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__lead {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 8rem;
    text-align: left;
  }
}

.p-meat-takaratei__sub {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__sub {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-takaratei__ttl {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
  font-family: "Hina Mincho", serif;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__ttl {
    margin-top: 3.2rem;
    font-size: 5.4rem;
  }
}
.p-meat-takaratei__ttl:hover {
  opacity: 0.8;
}

.p-meat-takaratei__arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.p-meat-takaratei__pic {
  height: 24rem;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__pic {
    flex: 0 0 50%;
    height: auto;
  }
}
.p-meat-takaratei__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-meat-takaratei__seiniku {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__seiniku {
    display: flex;
    align-items: center;
    gap: 6rem;
    padding-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-meat-takaratei__seiniku__pic {
    flex: 0 0 55.4rem;
  }
}
.p-meat-takaratei__seiniku__pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-meat-takaratei__seiniku__body {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__seiniku__body {
    flex: 1;
    margin-top: 0;
  }
}

.p-meat-takaratei__seiniku__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__seiniku__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-takaratei__seiniku__info {
  margin-top: 2.4rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-meat-takaratei__seiniku__info {
    margin-top: 3rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-online {
  --section-padding-bottom: 6rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-meat-online {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-meat-online {
  background: #fff;
}

.p-meat-online__body {
  margin-top: 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-meat-online__body {
    display: flex;
    align-items: stretch;
    margin-top: 6rem;
    border-radius: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-meat-online__pic {
    flex: 0 0 50%;
  }
}
.p-meat-online__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-meat-online__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2.4rem;
  background: #d24646;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-meat-online__panel {
    flex: 0 0 50%;
    padding: 5rem 6rem;
  }
}

.p-meat-online__lead {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-meat-online__lead {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}

.p-meat-online__txt {
  margin: 2rem 0 3rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-meat-online__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-meat-online .c-more-btn__link {
  width: auto;
  min-width: 24rem;
  padding: 0 5rem;
}

.p-meat-mailorder {
  --section-padding-bottom: 8rem;
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-meat-mailorder {
    --section-padding-bottom: 12rem;
    padding: 0 0 12rem;
  }
}
.p-meat-mailorder {
  background: #fff;
}

.p-meat-mailorder__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-meat-mailorder__list {
    flex-direction: row;
    gap: 6rem;
    margin-top: 6rem;
  }
}

.p-meat-mailorder__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-meat-mailorder__item {
    flex: 1;
  }
}

.p-meat-mailorder__label {
  display: inline-block;
  padding: 0.8rem 2.4rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  background: #d24646;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  .p-meat-mailorder__label {
    font-size: 1.7rem;
  }
}

.p-meat-mailorder__pic {
  width: 24rem;
  height: 24rem;
  margin: 2.4rem auto 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-meat-mailorder__pic {
    width: 28rem;
    height: 28rem;
  }
}
.p-meat-mailorder__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-meat-mailorder__txt {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2.3571428571;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-meat-mailorder__txt {
    font-size: 1.6rem;
    line-height: 2.375;
  }
}

.page-milk {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-milk .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.p-milk-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-milk-ttl {
    font-size: 4.4rem;
    line-height: 1.5909090909;
  }
}

.p-milk-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-milk-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-milk-intro {
  --section-padding-bottom: 4rem;
  padding: 6rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-milk-intro {
    --section-padding-bottom: 8rem;
    padding: 10rem 0 8rem;
  }
}
.p-milk-intro {
  background: #fff;
  text-align: center;
}

.p-milk-intro__lead {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-milk-intro__lead {
    font-size: 4rem;
    line-height: 1.8;
  }
}

.p-milk-intro__photos {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-milk-intro__photos {
    flex-direction: row;
    margin: 6rem 0;
  }
}

.p-milk-intro__photo {
  overflow: hidden;
}
.p-milk-intro__photo:first-of-type {
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-milk-intro__photo:first-of-type {
    border-radius: 2rem 0 0 2rem;
  }
}
.p-milk-intro__photo:last-of-type {
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-milk-intro__photo:last-of-type {
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-milk-intro__photo {
    flex: 1;
  }
}
.p-milk-intro__photo img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-milk-intro__photo img {
    height: 29rem;
  }
}

.p-milk-intro__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-milk-intro__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-milk-brand {
  --section-padding-bottom: 6rem;
  padding: 2rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-milk-brand {
    --section-padding-bottom: 10rem;
    padding: 4rem 0 10rem;
  }
}
.p-milk-brand {
  background: #fff;
}

.p-milk-brand__inner {
  background: #faf7f0;
}
@media screen and (min-width: 768px) {
  .p-milk-brand__inner {
    display: flex;
    align-items: center;
    gap: 5rem;
    padding: 0 6rem 0 0;
  }
}

.p-milk-brand__pic {
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-milk-brand__pic {
    flex: 0 0 36rem;
    margin: 0;
    width: 36rem;
    align-self: stretch;
  }
}
.p-milk-brand__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-milk-brand__container {
  padding: 3rem 1.6rem;
  background: #faf7f0;
}
@media screen and (min-width: 768px) {
  .p-milk-brand__container {
    display: flex;
    align-items: center;
    gap: 5rem;
  }
}

.p-milk-brand__logo {
  width: 20rem;
  margin: 0 auto 3.2rem;
}
@media screen and (min-width: 768px) {
  .p-milk-brand__logo {
    flex: 0 0 20rem;
    margin: 0;
  }
}
.p-milk-brand__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-milk-brand__body {
    flex: 1;
  }
}

.p-milk-brand__ttl {
  margin-bottom: 1.2rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-milk-brand__ttl {
    font-size: 1.7rem;
    line-height: 2.1176470588;
  }
}

.p-milk-brand__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-milk-brand__txt {
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}

.p-milk-products {
  --section-padding-bottom: 6rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-milk-products {
    --section-padding-bottom: 12rem;
    padding: 8rem 0 12rem;
  }
}
.p-milk-products {
  background: #fff;
}

.p-milk-prod {
  margin-bottom: 6rem;
}
.p-milk-prod:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-milk-prod {
    display: flex;
    align-items: center;
    gap: 8rem;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .p-milk-prod.-soft {
    flex-direction: row-reverse;
  }
}

.p-milk-prod__media {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-milk-prod__media {
    flex: 0 0 68rem;
    width: auto;
    margin-inline: 0;
  }
}
.p-milk-prod__media img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-milk-prod__media img {
    height: 37rem;
    border-radius: 2rem;
  }
}

.p-milk-prod__swiper {
  width: 100%;
}

.p-milk-prod__pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  margin-top: 1.3rem;
}
.p-milk-prod__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: #fff;
  opacity: 0.9;
  border: 1px solid #5db19a;
  border-radius: 50%;
  cursor: pointer;
}
.p-milk-prod__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5db19a;
}

.p-milk-prod__body {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-milk-prod__body {
    flex: 1;
    margin-top: 0;
  }
}

.p-milk-prod__label {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-milk-prod__label {
    margin-bottom: 2.4rem;
    font-size: 3.8rem;
    line-height: 1.5789473684;
  }
}

.p-milk-prod__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-milk-prod__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-milk-kobo {
  --section-padding-bottom: 6rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-milk-kobo {
  background: #fff;
}

.p-milk-kobo__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__body {
    display: flex;
    align-items: flex-start;
    gap: 6rem;
    margin-top: 6rem;
  }
}

.p-milk-kobo__pic {
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__pic {
    flex: 0 0 68rem;
  }
}
.p-milk-kobo__pic img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-milk-kobo__info {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__info {
    flex: 1;
    margin-top: 0;
  }
}

.p-milk-kobo__row {
  display: flex;
  gap: 1.6rem;
  padding: 1.2rem 0;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__row {
    gap: 4rem;
  }
}
.p-milk-kobo__row dt {
  flex: 0 0 8rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__row dt {
    flex-basis: 12rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}
.p-milk-kobo__row dd {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.7333333333;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__row dd {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-milk-kobo__btn {
  margin: 2.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__btn {
    margin: 3rem 0 0;
  }
}

.p-milk-kobo__btn__link {
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-milk-kobo__btn__link {
    padding-right: 4rem;
    width: auto;
  }
}
.p-milk-kobo__btn__link::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1.7rem;
  background: url(../images/common/icon-car.svg) center center/contain no-repeat;
  transition: all 0.3s ease 0s;
}
.p-milk-kobo__btn__link:hover::before {
  filter: brightness(0) invert(1);
}

.p-milk-shops {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-milk-shops {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-milk-shops {
  background: #faf7f0;
}

.p-milk-shops__txt {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-milk-shops__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-milk-shops__note {
  margin-top: 1.6rem;
  text-align: center;
  color: #7a756c;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
@media screen and (min-width: 768px) {
  .p-milk-shops__note {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}

.p-milk-shops__list {
  display: flex;
  gap: 2.4rem;
  width: calc(50vw + 17rem);
  margin-top: 4rem;
  margin-right: calc(17rem - 50vw);
  padding-right: 1.8rem;
  padding-bottom: 1.6rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.p-milk-shops__list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-milk-shops__list {
    flex-wrap: wrap;
    gap: 4.7rem 4rem;
    width: auto;
    margin-top: 7.8rem;
    margin-right: 0;
    padding: 0;
    overflow: visible;
  }
}

.p-milk-shops__scrollbar {
  position: relative;
  display: block;
  width: 100%;
  height: 1.2rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  touch-action: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .p-milk-shops__scrollbar {
    display: none;
  }
}

.p-milk-shops__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #abb8c3;
  transform: translateX(0);
  pointer-events: none;
}

.p-milk-shops__item {
  flex: 0 0 28rem;
  width: 28rem;
}
@media screen and (min-width: 768px) {
  .p-milk-shops__item {
    flex: 0 1 31rem;
    width: 31rem;
  }
}

.p-milk-shop {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease 0s;
}
.p-milk-shop:hover {
  transform: translateY(-0.4rem);
}

.p-milk-shop__pic img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-milk-shop__pic img {
    height: 20rem;
  }
}

.p-milk-shop__name {
  padding: 2rem 2rem 2.2rem 4.4rem;
  width: fit-content;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-milk-shop__name {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-milk-shop__name p {
  margin: 0 auto;
  width: fit-content;
}
.p-milk-shop__name p:first-of-type {
  position: relative;
}
.p-milk-shop__name p:first-of-type::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  width: 1.2rem;
  height: 1.6rem;
  background: url("../images/common/icon-pin.svg") no-repeat center/contain;
}

.p-milk-shop__label {
  margin: 0 2rem;
  padding: 0.3rem 1.2rem 0.4rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  background: #5db19a;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-milk-shop__label {
    font-size: 1.3rem;
  }
}

.p-milk-shop__products {
  padding: 1rem 2rem 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-milk-shop__products {
    font-size: 1.5rem;
  }
}

.p-milk-shop__meta {
  padding: 1rem 2rem 2.4rem;
  color: #7a756c;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-milk-shop__meta {
    font-size: 1.3rem;
  }
}

.p-milk-online {
  --section-padding-bottom: 6rem;
  padding: 6rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .p-milk-online {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-milk-online {
  background: #fff;
}

.p-milk-online__body {
  margin-top: 4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-milk-online__body {
    display: flex;
    align-items: stretch;
    margin-top: 6rem;
    border-radius: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-milk-online__pic {
    flex: 0 0 50%;
  }
}
.p-milk-online__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-milk-online__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2.4rem;
  background: #d24646;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-milk-online__panel {
    flex: 0 0 50%;
    padding: 5rem 6rem;
  }
}

.p-milk-online__lead {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (min-width: 768px) {
  .p-milk-online__lead {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}

.p-milk-online__txt {
  margin: 2rem 0 3rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-milk-online__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-milk-online .c-more-btn__link {
  width: auto;
  min-width: 24rem;
  padding: 0 5rem;
}

.p-milk-gift {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-milk-gift {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-milk-gift {
  background: #fff;
}

.p-milk-gift__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .p-milk-gift__ttl {
    font-size: 3rem;
  }
}

.p-milk-gift__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-milk-gift__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 7.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-milk-gift__item {
    width: 40rem;
  }
}

.p-milk-gift-card {
  display: block;
}

.p-milk-gift-card__pic {
  overflow: hidden;
  margin-bottom: 1.4rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-milk-gift-card__pic {
    border-radius: 2rem;
  }
}
.p-milk-gift-card__pic img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-milk-gift-card__pic img {
    height: 26rem;
  }
}

.p-milk-gift-card__name {
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .p-milk-gift-card__name {
    font-size: 2rem;
  }
}

.p-milk-gift-card__price {
  margin-top: 0.8rem;
  text-align: center;
  color: #04996e;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-milk-gift-card__price {
    font-size: 1.8rem;
  }
}

.p-milk-gift-card__price-sub {
  margin-top: 0.4rem;
  text-align: center;
  color: #04996e;
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-milk-gift-card__price-sub {
    font-size: 1.3rem;
  }
}

.page-sightseeing {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-sightseeing .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.page-sightseeing .c-info {
  background: #fff;
}

.p-kanko-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .p-kanko-ttl {
    font-size: 3rem;
  }
}

.p-kanko-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-kanko-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-kanko-intro {
  --section-padding-bottom: 5rem;
  padding: 6rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-kanko-intro {
    --section-padding-bottom: 8rem;
    padding: 10rem 0 8rem;
  }
}
.p-kanko-intro {
  background: #fff;
  text-align: center;
}

.p-kanko-intro__lead {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-kanko-intro__lead {
    font-size: 4rem;
    line-height: 1.8;
  }
}

.p-kanko-intro__txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-kanko-intro__txt {
    margin-top: 4rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-kanko-course {
  --section-padding-bottom: 8rem;
  padding: 2rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-kanko-course {
    --section-padding-bottom: 12rem;
    padding: 4rem 0 12rem;
  }
}
.p-kanko-course {
  background: #fff;
}

.p-kanko-course__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .p-kanko-course__ttl {
    font-size: 4.4rem;
  }
}

.p-kanko-course__lead {
  margin: 2.4rem 0 5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-kanko-course__lead {
    margin: 3rem 0 6rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-kanko-spots {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-kanko-spots {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-kanko-spots {
  background: #faf7f0;
}

.p-kanko-spots__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  .p-kanko-spots__ttl {
    font-size: 3rem;
  }
}

.p-kanko-spots__lead {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-kanko-spots__lead {
    margin-top: 3rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-kanko-spots__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-kanko-spots__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 7.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-kanko-spots__item {
    width: 40rem;
  }
}

.p-kanko-spot {
  display: block;
}

.p-kanko-spot__pic {
  overflow: hidden;
  margin-bottom: 1.4rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-kanko-spot__pic {
    border-radius: 2rem;
  }
}
.p-kanko-spot__pic img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-kanko-spot__pic img {
    height: 26rem;
  }
}

.p-kanko-spot__name {
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .p-kanko-spot__name {
    font-size: 2rem;
  }
}

.p-kanko-spot__access {
  margin-top: 0.4rem;
  text-align: center;
  color: #04996e;
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
@media screen and (min-width: 768px) {
  .p-kanko-spot__access {
    font-size: 1.5rem;
  }
}

.p-kanko-spot__txt {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.7692307692;
}
@media screen and (min-width: 768px) {
  .p-kanko-spot__txt {
    font-size: 1.5rem;
  }
}

.page-access {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-access .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #faf7f0;
}

.p-access-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-access-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-access-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-access-ttl {
    font-size: 4.4rem;
    line-height: 2.2272727273;
  }
}

.p-access-traffic {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-access-traffic {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-access-traffic {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-access-traffic .c-more-btn__link {
    width: 30rem;
  }
}

.p-access-traffic__address {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-access-traffic__address {
    margin-top: 4rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-access-traffic__map {
  margin-top: 3rem;
  aspect-ratio: 340/320;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-access-traffic__map {
    margin-top: 4rem;
    aspect-ratio: 1360/440;
  }
}
.p-access-traffic__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-access-traffic__ways {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-access-traffic__ways {
    display: flex;
    align-items: flex-start;
    margin-top: 8rem;
  }
}

.p-access-way + .p-access-way {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-access-way {
    flex: 1;
    min-width: 0;
  }
  .p-access-way:first-child {
    padding-right: 7rem;
  }
  .p-access-way + .p-access-way {
    margin-top: 0;
    padding-left: 7rem;
    border-left: 1px solid #cfcdc8;
  }
}

.p-access-way__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cfcdc8;
  color: #04996e;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5833333333;
}
@media screen and (min-width: 768px) {
  .p-access-way__head {
    gap: 1.4rem;
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}

.p-access-way__icon {
  flex: 0 0 auto;
  width: 2.4rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-access-way__icon {
    width: 2.8rem;
  }
}

.p-access-way__group {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-access-way__group {
    margin-top: 4rem;
  }
}

.p-access-way__subttl {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1111111111;
}
@media screen and (min-width: 768px) {
  .p-access-way__subttl {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.9;
  }
}

.p-access-way__routes {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 3rem;
}

.p-access-way__route {
  position: relative;
  padding-left: 2rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-access-way__route {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}
.p-access-way__route::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #04996e;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-access-way__route::before {
    top: 1.4rem;
  }
}

.p-access-way__time {
  display: block;
  color: #222222;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-access-way__time {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-access-way__desc {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-access-way__desc {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-access-way__desc + .c-more-btn {
  margin-top: 3rem;
}

.p-access-hours {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-access-hours {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-access-hours {
  background: #faf7f0;
}

.p-access-hours__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-access-hours__list {
    flex-direction: row;
    gap: 8rem;
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access-hours__item {
    flex: 1;
  }
}

.p-access-hours__pic {
  overflow: hidden;
  border-radius: 1rem;
}
.p-access-hours__pic img {
  width: 100%;
  height: 20.4rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-access-hours__pic img {
    height: 37rem;
  }
}

.p-access-hours__name {
  margin: 2rem 0 1.2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.1111111111;
}
@media screen and (min-width: 768px) {
  .p-access-hours__name {
    font-size: 2rem;
    line-height: 1.9;
  }
}

.p-access-hours__txt {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-access-hours__txt {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

@media screen and (max-width: 767.98px) {
  .p-access-way .c-more-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-access-way .c-more-btn__link {
    width: 100%;
  }
}

.page-company {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-company .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.p-company-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-company-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-company-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6071428571;
}
@media screen and (min-width: 768px) {
  .p-company-ttl {
    font-size: 4.4rem;
    line-height: 1.5909090909;
  }
}

.p-company-message {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-company-message {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-company-message {
  background: #fff;
}

.p-company-message__ttl {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-company-message__ttl {
    font-size: 4rem;
    line-height: 1.8;
  }
}

.p-company-message__inner {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 6rem;
    margin-top: 6rem;
  }
}

.p-company-message__body {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company-message__body {
    flex: 1;
    min-width: 0;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}
.p-company-message__body p {
  margin-bottom: 2.4rem;
}
.p-company-message__body p:last-child {
  margin-bottom: 0;
}

.p-company-message__sign {
  margin-top: 3rem;
  text-align: right;
  font-weight: 700;
}

.p-company-message__more {
  display: none;
}
.p-company-message__more.is-open {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-company-message__more {
    display: block;
  }
}

.p-company-message__more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.6rem;
  color: #7a756c;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-company-message__more-btn {
    display: none;
  }
}
.p-company-message__more-btn::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-0.15em) rotate(45deg);
  transition: all 0.3s ease 0s;
}
.p-company-message__more-btn.is-open::after {
  transform: translateY(0.1em) rotate(-135deg);
}
.p-company-message__more-btn:hover {
  opacity: 0.7;
}

.p-company-message__pics {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company-message__pics {
    flex: 0 0 36rem;
    gap: 4rem;
    margin-top: 0;
  }
}

.p-company-message__pic {
  border-radius: 1rem;
  overflow: hidden;
}
.p-company-message__pic img {
  width: 100%;
  height: 33rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-company-message__pic img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-company-message__pic:first-child img {
    aspect-ratio: 1/1;
  }
}
@media screen and (min-width: 768px) {
  .p-company-message__pic:last-child img {
    aspect-ratio: 360/290;
  }
}

.p-company-outline {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-company-outline {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-company-outline {
  background: #faf7f0;
}

.p-company-office {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-company-office {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-company-office {
  background: #fff;
}

.p-company-dl {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company-dl {
    margin-top: 6rem;
  }
}

.p-company-dl__row {
  padding: 1.8rem 0;
  border-bottom: 1px solid #d8d5cf;
}
.p-company-dl__row:first-child {
  border-top: 1px solid #d8d5cf;
}
@media screen and (min-width: 768px) {
  .p-company-dl__row {
    display: flex;
    align-items: baseline;
    gap: 4rem;
    padding: 2.2rem 0 2.2rem 8rem;
  }
}

.p-company-dl__row dt {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-company-dl__row dt {
    flex: 0 0 28rem;
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}

.p-company-dl__row dd {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-company-dl__row dd {
    flex: 1;
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}

.p-company-group__ttl {
  margin-top: 5rem;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company-group__ttl {
    margin-top: 6rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.p-company-group__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-company-group__list {
    margin-top: 3rem;
    font-size: 1.7rem;
    line-height: 2;
  }
}

.p-company-office__block {
  margin-top: 5rem;
}
.p-company-office__block:first-of-type {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company-office__block {
    margin-top: 8rem;
  }
  .p-company-office__block:first-of-type {
    margin-top: 6rem;
  }
}
.p-company-office__block .p-company-dl {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company-office__block .p-company-dl {
    margin-top: 3rem;
  }
}

.p-company-office__name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-company-office__name {
    font-size: 3.6rem;
    line-height: 1.6666666667;
  }
}

.page-news {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-news .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.p-news-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-news-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-news-layout {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-news-layout {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-layout {
    display: flex;
    align-items: flex-start;
    gap: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-layout__main {
    flex: 1;
    min-width: 0;
  }
}

.p-news-layout__side {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-news-layout__side {
    flex: 0 0 30rem;
    margin-top: 0;
  }
}

.p-news-cat__ttl {
  padding: 1rem 1.5rem;
  background: #faf7f0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-news-cat__ttl {
    font-size: 1.6rem;
    line-height: 2.0625;
  }
}

.p-news-cat__list {
  margin-top: 1rem;
}

.p-news-cat__item {
  border-bottom: 1px solid #d8d5cf;
}

.p-news-cat__link {
  display: block;
  padding: 1.4rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-news-cat__link {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.p-news-cat__link:hover {
  color: #04996e;
}

.p-archive-news__cat-label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
  font-family: "Hina Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-archive-news__cat-label {
    gap: 1.6rem;
    margin-bottom: 2.8rem;
    font-size: 3rem;
    line-height: 1.4666666667;
  }
}
.p-archive-news__cat-label::before {
  content: "";
  flex-shrink: 0;
  width: 0.4rem;
  height: 2.2rem;
  background: #04996e;
}
@media screen and (min-width: 768px) {
  .p-archive-news__cat-label::before {
    width: 0.5rem;
    height: 3rem;
  }
}

.p-archive-news__list {
  border-top: 1px solid #d8d5cf;
}

.p-archive-news__item {
  border-bottom: 1px solid #d8d5cf;
}

.p-archive-news__link {
  display: block;
  padding: 2.4rem 0.5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-archive-news__link {
    padding: 3rem 1rem;
  }
}
.p-archive-news__link:hover {
  background: #faf7f0;
}
.p-archive-news__link:hover .p-archive-news__ttl {
  color: #04996e;
}

.p-archive-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}

.p-archive-news__date {
  font-size: 1.4rem;
  line-height: 1;
  color: #7a756c;
}
@media screen and (min-width: 768px) {
  .p-archive-news__date {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-archive-news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.p-archive-news__ttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-archive-news__ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

.p-archive-news__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-archive-news__pager {
    margin-top: 6rem;
    gap: 1.2rem;
  }
}

.p-archive-news__pager-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  font-size: 1.5rem;
  line-height: 1;
  border: 1px solid #d8d5cf;
  border-radius: 0.6rem;
  transition: all 0.3s ease 0s;
}
.p-archive-news__pager-num.-active {
  color: #fff;
  background: #04996e;
  border-color: #04996e;
}
.p-archive-news__pager-num:not(.-active):hover {
  background: #faf7f0;
}

.p-archive-news__pager-next {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 2rem;
  font-size: 1.5rem;
  line-height: 1;
  border: 1px solid #d8d5cf;
  border-radius: 0.6rem;
  transition: all 0.3s ease 0s;
}
.p-archive-news__pager-next:hover {
  background: #faf7f0;
}

.p-single-news__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.p-single-news__date {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #7a756c;
}
@media screen and (min-width: 768px) {
  .p-single-news__date {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.p-single-news__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.p-single-news__title {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #d8d5cf;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6363636364;
}
@media screen and (min-width: 768px) {
  .p-single-news__title {
    padding-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.5333333333;
  }
}

.p-single-news__body {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__body {
    margin-top: 4rem;
  }
}

.p-single-news__body p,
.p-single-news__body li {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-single-news__body p,
  .p-single-news__body li {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-single-news__body p {
  margin-bottom: 3rem;
}
.p-single-news__body p:last-child {
  margin-bottom: 0;
}

.p-single-news__back {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single-news__back {
    margin-top: 6rem;
  }
}
.p-single-news__back .c-more-btn {
  margin-inline: auto;
}

.page-contact {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-contact .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.p-contact-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-contact-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-contact {
  --section-padding-bottom: 8rem;
  padding: 4rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    --section-padding-bottom: 12rem;
    padding: 6rem 0 12rem;
  }
}

.p-contact__lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-contact__form {
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    margin-top: 6rem;
    max-width: 116rem;
  }
}

.p-contact__row {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact__row {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__row.-textarea {
    align-items: flex-start;
  }
}

.p-contact__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-contact__label {
    flex: 0 0 30rem;
    margin-bottom: 0;
    min-height: 6rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}

.p-contact__required {
  flex: 0 0 auto;
  padding: 0.2rem 0.9rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  background: #04996e;
  border-radius: 0.5rem;
}

.p-contact__required.-optional {
  background: #abb8c3;
}

@media screen and (min-width: 768px) {
  .p-contact__field {
    flex: 1;
    min-width: 0;
    max-width: 80rem;
  }
}

.p-contact__input,
.p-contact__textarea,
.p-contact__selectbox {
  display: block;
  width: 100%;
  padding: 0 1.6rem;
  height: 5.4rem;
  color: #222222;
  font-size: 1.5rem;
  line-height: 3.6;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 1rem;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-contact__input,
  .p-contact__textarea,
  .p-contact__selectbox {
    height: 6rem;
    font-size: 1.7rem;
    line-height: 3.5294117647;
  }
}
.p-contact__input::placeholder,
.p-contact__textarea::placeholder,
.p-contact__selectbox::placeholder {
  color: #a8a29a;
}
.p-contact__input:focus,
.p-contact__textarea:focus,
.p-contact__selectbox:focus {
  outline: none;
  border-color: #04996e;
}

.p-contact__textarea {
  height: auto;
  min-height: 14rem;
  padding: 1.4rem 1.6rem;
  line-height: 1.8;
  resize: none;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea {
    min-height: 18rem;
    line-height: 1.8;
  }
}

.p-contact__select {
  position: relative;
}
.p-contact__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 2px solid #7a756c;
  border-bottom: 2px solid #7a756c;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.p-contact__selectbox {
  padding-right: 4rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-contact__notes {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__notes {
    margin-top: 4rem;
  }
}

.p-contact__note {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .p-contact__note {
    font-size: 1.7rem;
    line-height: 1.7647058824;
  }
}
.p-contact__note::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #04996e;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-contact__note::before {
    top: 1rem;
  }
}

.p-contact__em {
  color: #d24646;
}

.p-contact__agree {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__agree {
    margin-top: 5rem;
  }
}

.p-contact__check {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-contact__check {
    font-size: 1.7rem;
    line-height: 1.6470588235;
  }
}
.p-contact__check input {
  width: 2.5rem;
  height: 2.5rem;
  accent-color: #04996e;
}

.p-contact__submit {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    margin-top: 4rem;
  }
}

.p-contact__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  height: 6.4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.16em;
  background: #04996e;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-contact__button {
    height: 7.1rem;
    font-size: 1.7rem;
  }
}
.p-contact__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
}
.p-contact__button:hover {
  opacity: 0.85;
}
.p-contact__button:hover::after {
  right: 2.6rem;
}

.p-thanks {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-thanks {
  text-align: center;
}

.p-thanks__complete {
  padding-bottom: 2rem;
  border-bottom: 2px solid #04996e;
  color: #04996e;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-thanks__complete {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 2.4rem;
    font-size: 4rem;
  }
}

.p-thanks__ttl {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p-thanks__ttl {
    margin-top: 5rem;
    font-size: 3.6rem;
    line-height: 1.5;
  }
}

.p-thanks__txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .p-thanks__txt {
    margin-top: 4rem;
    font-size: 1.7rem;
    line-height: 2.2352941176;
  }
}
.p-thanks__txt p {
  margin-bottom: 2.4rem;
}
.p-thanks__txt p:last-child {
  margin-bottom: 0;
}

.p-thanks__back {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__back {
    margin-top: 6rem;
  }
}
.p-thanks__back .c-more-btn {
  margin-inline: auto;
}

.p-contact__input.wpcf7-not-valid,
.p-contact__selectbox.wpcf7-not-valid,
.p-contact__textarea.wpcf7-not-valid {
  border-color: #d24646;
  background: #fdf5f5;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  color: #d24646;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-contact .wpcf7-form .wpcf7-response-output {
  margin: 3rem 0 0;
  padding: 1.4rem 1.6rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.payment-required .wpcf7-response-output {
  border-color: #d24646;
  color: #d24646;
}

.wpcf7-form.sent .wpcf7-response-output {
  border-color: #04996e;
  color: #04996e;
}

.wpcf7-spinner {
  margin: 0 0 0 1rem;
}

.page-privacy {
  background: #fff;
  letter-spacing: 0.12em;
}

.page-privacy .l-main {
  padding-top: 0;
  --footer-wave-backdrop: #fff;
}

.p-privacy-fv__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(40, 38, 34, 0.32);
}
.p-privacy-fv__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-privacy {
  --section-padding-bottom: 8rem;
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    --section-padding-bottom: 12rem;
    padding: 10rem 0 12rem;
  }
}
.p-privacy {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .p-privacy .c-inner {
    width: 120rem;
  }
}

.p-privacy__body h2 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
}

.p-privacy__body p,
.p-privacy__body li {
  font-size: 1.7rem;
  line-height: 2.2352941176;
  font-weight: 500;
}

.p-privacy__body ul {
  list-style: none;
  padding-left: 0;
}

.p-privacy__body li {
  position: relative;
  padding-left: 1.4em;
}
.p-privacy__body li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.p-privacy__date {
  margin-top: 3rem;
  text-align: right;
}

.js-scrollReveal > * {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-scrollReveal > *.is-show {
  opacity: 1;
  transform: translateX(0);
}

.js-staggerIn > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.js-staggerIn > *.is-show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUpOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUpMove {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
}
.js-fadeUp.is-show {
  visibility: visible;
  animation: fadeUpOpacity 1.3s var(--fadeUp-delay, 0s) ease both, fadeUpMove 2s var(--fadeUp-delay, 0s) cubic-bezier(0.19, 1, 0.22, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  .js-fadeUp {
    opacity: 1;
    visibility: visible;
    animation: none;
  }
}
.js-stagger {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-stagger.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeDir [data-dir] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .js-fadeDir [data-dir][data-dir=left-down] {
    transform: translate(-30px, -30px);
  }
  .js-fadeDir [data-dir][data-dir=right-down] {
    transform: translate(30px, -30px);
  }
  .js-fadeDir [data-dir][data-dir=left-up] {
    transform: translate(-30px, 30px);
  }
  .js-fadeDir [data-dir][data-dir=right-up] {
    transform: translate(30px, 30px);
  }
  .js-fadeDir [data-dir][data-dir=left] {
    transform: translateX(-30px);
  }
  .js-fadeDir [data-dir][data-dir=right] {
    transform: translateX(30px);
  }
}
.js-fadeDir [data-dir].is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.is-hidden {
  display: none; /* フェードアウト完了後に非表示にする */
}

.is-visible {
  opacity: 1;
  filter: blur(0); /* ぼかしがなくなる */
}

/* モーダル */
.modal__course {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: #383838;
}
@media screen and (min-width: 768px) {
  .modal__course {
    position: static;
    z-index: 10;
    display: block;
    width: 88.6rem;
    height: fit-content;
    opacity: 1;
    padding: 0;
    background-color: transparent;
    pointer-events: all;
  }
}

/* モーダルがactiveの時 */
.modal__course.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__course .swiper-backface-hidden .swiper-slide {
  overflow-y: auto;
  height: 84vh;
}
@media screen and (min-width: 768px) {
  .modal__course .swiper-backface-hidden .swiper-slide {
    height: 100%;
  }
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    display: block;
    margin: 0;
  }
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: -26px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* モーダル自体のスタイル */
.modal__course .modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 86vw; /* モーダルの横幅 */
  max-width: 600px; /* モーダルの最大横幅 */
  max-height: 76vh; /* 高さを画面の90%に制限 */
  z-index: 100;
  padding: 0; /* モーダル内の余白 */
  box-sizing: border-box; /* パディング込みでサイズを計算 */
}
@media screen and (min-width: 768px) {
  .modal__course .modal__content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background: #faf8f5;
  }
}

.js-parallax {
  overflow: hidden;
}
.js-parallax img {
  display: block;
  width: 100%;
  object-fit: cover;
  will-change: transform;
}

/* モーダルオーバーレイが画面全体を覆うようにする */
.modal__course .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100; /* モーダルの重なり順を最前面に */
}

.grecaptcha-badge {
  z-index: 10;
}

.u-pt-0 {
  padding-top: 0;
}