@charset "UTF-8";
html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #111;
  font-style: normal;
  font-family: "Shippori Mincho B1", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "小塚ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.04em;
  background-color: #fff;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}
a:active, a:hover {
  outline-width: 0;
}

@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section,
details,
menu {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  color: inherit;
}

Zabbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

video,
iframe {
  vertical-align: bottom;
}

iframe {
  border-style: none;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  border: 0;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  color: inherit;
  font: inherit;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  height: auto;
}

input,
optgroup,
select,
textarea {
  width: 100%;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

optgroup {
  font-weight: 700;
}

button,
[type=button],
[type=submit] {
  color: inherit;
  transition: opacity 0.4s;
}
button:hover,
[type=button]:hover,
[type=submit]:hover {
  opacity: 0.7;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  outline: transparent;
  display: block;
  padding: 0;
  cursor: pointer;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: bottom;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #111;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[disabled] {
  cursor: default;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Common */
@media screen and (max-width: 1450px) {
  .min-xxl {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .min-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .min-lg {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .min-md {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .min-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1451px) {
  .max-xxl {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .max-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .max-lg {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .max-md {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .max-sm {
    display: none !important;
  }
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.fz-11 {
  font-size: 0.6875rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-13 {
  font-size: 0.8125rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-15 {
  font-size: 0.9375rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-17 {
  font-size: 1.0625rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-19 {
  font-size: 1.1875rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-40 {
  letter-spacing: 0.04em;
}

.ls-60 {
  letter-spacing: 0.06em;
}

.ls-80 {
  letter-spacing: 0.08em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-120 {
  letter-spacing: 0.12em;
}

.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.lh-22 {
  line-height: 2.2;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.underline {
  -webkit-text-decoration: underline solid 1px;
          text-decoration: underline solid 1px;
  text-underline-offset: 0.2em;
}

.inline-block {
  display: inline-block;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.list-dot li::before {
  content: "・";
}

.logo {
  line-height: 1;
}
.logo > a {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.white {
  color: #fff;
}

.green {
  color: #1d7638;
}

.red {
  color: #a72823;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay01s {
  animation-delay: 0.1s;
}

.delay02s {
  animation-delay: 0.2s;
}

.delay03s {
  animation-delay: 0.3s;
}

.delay04s {
  animation-delay: 0.4s;
}

.delay05s {
  animation-delay: 0.5s;
}

.delay06s {
  animation-delay: 0.6s;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select,
textarea {
  outline: none;
  width: 100%;
  background-color: #f3f3ee;
  border: 1px solid #cfcec9;
  border-radius: 3px;
  padding: 13px 20px;
}

::-moz-placeholder {
  font: inherit;
  margin: 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.5);
}

::placeholder {
  font: inherit;
  margin: 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.5);
}

.form-list {
  font-size: 1rem;
  border-top: 1px solid #cfcec9;
}
.form-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #cfcec9;
}
.form-item-name {
  min-width: 240px;
  display: flex;
  gap: 0 10px;
  align-items: flex-start;
  padding: 16px 15px 16px 0;
}
.form-item-field {
  flex-grow: 1;
  line-height: 2;
}
.form-item-field:has(.wpcf7-radio) {
  padding: 12px 0;
}
.form-policy {
  height: 270px;
  overflow-y: auto;
  padding: 30px 25px;
  border: 1px solid #cfcec9;
  border-radius: 4px;
}
.form-policy-list {
  margin-top: 25px;
}
.form-policy-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.form-policy-item + .form-policy-item {
  margin-top: 20px;
}
.form-acceptance {
  margin-top: clamp(30px, 23px + 1.85vw, 40px);
  padding-bottom: clamp(10px, 3px + 1.85vw, 20px);
}
.form-submit {
  margin: clamp(40px, 13px + 7.41vw, 80px) auto 0;
  max-width: 700px;
  text-align: left;
  position: relative;
}
.form-submit::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background-image: url(./img/common/arrow-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: clamp(20px, 7px + 3.7vw, 40px);
  pointer-events: none;
}

.required {
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
  padding: 0 3px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #cc0000;
  margin-top: 0.4em;
}

/* Contact Form 7 */
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: 700;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.wpcf7-radio {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}
.wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #cfcec9;
  background-color: #f3f3ee;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #1d7638;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: calc(50% - 9px);
  opacity: 0;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 40px;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #cfcec9;
  background-color: #f3f3ee;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 18px;
  border-bottom: 4px solid #1d7638;
  border-right: 4px solid #1d7638;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  top: 1px;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* Layout */
.container_m {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, -20px + 11.11vw, 80px);
  padding-right: clamp(20px, -20px + 11.11vw, 80px);
  max-width: 1500px;
}

.container_s {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, -20px + 11.11vw, 80px);
  padding-right: clamp(20px, -20px + 11.11vw, 80px);
  max-width: 1360px;
}

.ttl-style01 {
  font-weight: 400;
  margin-bottom: clamp(30px, 10px + 5.56vw, 60px);
}
.ttl-style01 span {
  display: block;
}
.ttl-style01-ja {
  font-size: clamp(1.625rem, 1.21rem + 1.85vw, 2.25rem);
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.ttl-style01-en {
  font-family: "EB Garamond", serif;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #1d7638;
  margin-left: 3px;
}
.ttl-style01-en.white {
  color: #fff;
}

.ttl-style02 {
  font-weight: 500;
  font-size: 1.25rem;
  padding-left: 30px;
  position: relative;
}
.ttl-style02::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 23px;
  background-image: url(./img/common/icn-water-white@2x.png);
  background-size: contain;
  position: absolute;
  top: 0.55em;
  left: 0;
}

.btn_l {
  display: block;
  width: min(700px, 100%);
  padding: clamp(20px, 10px + 2.78vw, 35px) clamp(40px, 20px + 5.56vw, 70px) clamp(20px, 10px + 2.78vw, 35px) clamp(20px, 3px + 4.63vw, 45px);
  background-color: #1d7638;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2;
  position: relative;
}
.btn_l::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background-image: url(./img/common/arrow-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: clamp(20px, 7px + 3.7vw, 40px);
}

.btn_m {
  display: block;
  width: min(320px, 100%);
  padding: 25px 50px;
  background-color: #1d7638;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  position: relative;
}
.btn_m::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(./img/common/arrow-white@2x.png);
  background-size: contain;
  transform: scaleX(-1);
  position: absolute;
  top: calc(50% - 6px);
  left: 28px;
}

.table-style01 {
  font-size: 1rem;
  line-height: 2;
}
.table-style01-row {
  border-bottom: 1px solid #cfcec9;
  padding-bottom: 15px;
  display: flex;
}
.table-style01-row + .table-style01-row {
  margin-top: 15px;
}
.table-style01-row > dt {
  min-width: 120px;
  font-weight: 700;
}
.table-style01-map {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.table-style01-map::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(./img/common/icn-link-green@2x.png);
  background-size: contain;
  margin-left: 10px;
}
.table-style01.white .table-style01-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.table-style01.white .table-style01-map {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.table-style01.white .table-style01-map::after {
  background-image: url(./img/common/icn-link-white@2x.png);
}

.box-style01 {
  border-radius: 2px;
  border: 10px solid rgba(232, 232, 222, 0.5);
  padding: clamp(25px, 15px + 2.78vw, 40px) clamp(15px, -2px + 4.63vw, 40px);
}
.box-style01-title {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center;
}
.box-style01-text {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}

/* ----- header ----- */
.header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}
.header.scroll {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 10px 40px;
}
.header.scroll.is-show {
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 1;
  visibility: visible;
}
.header-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1451px) {
  .header-button {
    display: none;
  }
}
.header-online_shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px 0;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1.1;
  position: relative;
}
.header-online_shop::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(./img/common/header-icn-cart@2x.png);
  background-size: contain;
}
.header-online_shop::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url(./img/common/icn-link-base@2x.png);
  background-size: contain;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.gnav {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
.gnav-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 15px 0;
}
.gnav-wrapper .gnav-list:first-child {
  font-weight: 700;
  font-size: 0.9375rem;
  gap: 0 30px;
}
.gnav-wrapper .gnav-list:last-child {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  gap: 0 20px;
}
.gnav-list {
  display: flex;
  line-height: 1.2;
}
.gnav > .gnav-list {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #fff;
  gap: 0 10px;
}
.gnav > .gnav-list .gnav-item:first-child > a {
  background-color: #1d7638;
  position: relative;
}
.gnav > .gnav-list .gnav-item:first-child > a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(./img/common/arrow-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.gnav > .gnav-list .gnav-item:last-child > a {
  background-color: #a72823;
  position: relative;
}
.gnav > .gnav-list .gnav-item:last-child > a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(./img/common/icn-link-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.gnav > .gnav-list .gnav-item > a {
  display: block;
  width: 200px;
  padding: 21px 20px;
}

.gnavBtn {
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  display: inline-block;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 11;
}
.gnavBtn-bar {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gnavBtn-bar, .gnavBtn-bar::before, .gnavBtn-bar::after {
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  outline: 1px solid transparent;
  margin: 0 auto;
  display: block;
  width: 36px;
  height: 3px;
  background-color: #111;
}
.gnavBtn-bar::before, .gnavBtn-bar::after {
  content: "";
  position: absolute;
}
.gnavBtn-bar::before {
  top: -10px;
}
.gnavBtn-bar::after {
  top: 10px;
}
.gnavBtn.active .gnavBtn-bar {
  background-color: transparent;
}
.gnavBtn.active .gnavBtn-bar::before {
  transform: translateY(10px) rotate(45deg);
}
.gnavBtn.active .gnavBtn-bar::after {
  transform: translateY(-10px) rotate(-45deg);
}

/* ----- footer ----- */
.footer {
  background-image: url(./img/common/footer-bg.jpg);
  background-repeat: repeat;
  padding: clamp(70px, 37px + 9.26vw, 120px) 0 clamp(20px, 7px + 3.7vw, 40px);
}
.footer-contact {
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 10px + 5.56vw, 60px) 80px;
}
.footer-contact-text {
  font-size: clamp(1.25rem, 0.75rem + 2.22vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.footer-contact-links {
  flex-grow: 1;
  max-width: 700px;
}
.footer-contact .btn_l {
  padding: clamp(20px, 10px + 2.78vw, 35px) clamp(40px, 20px + 5.56vw, 70px) clamp(20px, 10px + 2.78vw, 35px) clamp(15px, -5px + 5.56vw, 45px);
  font-size: clamp(1.125rem, 1.04rem + 0.37vw, 1.25rem);
  margin-bottom: 20px;
}
.footer-contact-tel {
  font-size: clamp(1.125rem, 1.04rem + 0.37vw, 1.25rem);
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 0 20px;
  flex-wrap: wrap;
  padding-left: 30px;
}
.footer-contact-tel > span {
  position: relative;
}
.footer-contact-tel > span::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 23px;
  background-image: url(./img/common/icn-water-green@2x.png);
  background-size: contain;
  position: absolute;
  top: 0.3em;
  left: -30px;
}
.footer-contact-tel-link {
  -webkit-text-decoration: underline solid 1px;
          text-decoration: underline solid 1px;
  text-underline-offset: 0.2em;
  font-family: "EB Garamond", serif;
  line-height: 2.2;
}
.footer-contact-tel-link span {
  font-size: 1.625rem;
}
.footer-content {
  margin-top: clamp(30px, -3px + 9.26vw, 80px);
  border-top: 1px solid #cfcec9;
  padding-top: clamp(40px, 30px + 2.78vw, 55px);
  display: flex;
  justify-content: space-between;
}
.footer-content-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(45px, 22px + 6.48vw, 80px) 0;
}
.footer-content-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(20px, 10px + 2.78vw, 35px) 0;
  flex-grow: 1;
}
.footer-company {
  display: flex;
}
.footer-company-item:not(:first-child) {
  border-left: 1px solid #cfcec9;
  margin-left: 40px;
  padding-left: 40px;
}

.sitemap {
  margin-top: 20px;
  display: flex;
  gap: clamp(25px, 15px + 2.78vw, 40px) 80px;
  flex-wrap: wrap;
}
.sitemap-list {
  line-height: 1.2;
}
.sitemap-list:first-child {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: clamp(16px, 12px + 1.11vw, 22px) 80px;
}
.sitemap-list:first-child .sitemap-item > a::before {
  width: 9px;
  height: 16px;
  background-image: url(./img/common/arrow-green@2x.png);
}
.sitemap-list:last-child {
  font-size: 1rem;
}
.sitemap-list:last-child .sitemap-item + .sitemap-item {
  margin-top: 15px;
}
.sitemap-list:last-child .sitemap-item:first-child > a::before {
  width: 17px;
  height: 18px;
  background-image: url(./img/common/icn-cart-green@2x.png);
}
.sitemap-list:last-child .sitemap-item:last-child > a::before {
  width: 17px;
  height: 16px;
  background-image: url(./img/common/icn-instagram-green@2x.png);
}
.sitemap-item > a::before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
}

.copy {
  font-family: "EB Garamond", serif;
  font-size: 0.6875rem;
  color: #79796a;
  letter-spacing: 0.12em;
  text-align: right;
}
.copy span {
  font-family: "Noto Sans JP", sans-serif;
}

.child + .footer {
  margin-top: clamp(100px, 33px + 18.52vw, 200px);
}

.footer:not(:has(.footer-contact)) {
  padding-top: 0;
}
.footer:not(:has(.footer-contact)) .footer-content {
  margin-top: 0;
  border-top: none;
}

/* ----- main ----- */
.home-mv {
  padding-top: 135px;
}
.home-mv .container_m {
  position: relative;
}
.home-mv .container_m::before {
  content: "";
  display: inline-block;
  width: 331px;
  aspect-ratio: 331/318;
  background-image: url(./img/top/mv-logo.png);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.home-mv-title {
  font-weight: 400;
  font-size: clamp(1.5rem, 1.17rem + 1.48vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 60px 0 45px;
}
.home-mv-slider {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.home-mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.home-mv-slide {
  max-width: 900px;
}
.home-about {
  margin: clamp(70px, 37px + 9.26vw, 120px) auto 0;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
}
.home-about-content {
  margin-top: 20px;
  padding: 0 clamp(20px, -20px + 11.11vw, 80px) 240px;
  width: min(660px, 65%);
}
.home-about-gallery {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.home-about-gallery-outer {
  position: relative;
}
.home-about-dish {
  position: absolute;
  bottom: -40px;
  left: -320px;
  z-index: 1;
}
.home-about-img + .home-about-img {
  margin-top: 10px;
}
.home-bg_water {
  margin-top: -40px;
  background-image: linear-gradient(to top, #fff 360px, transparent 360px), url(./img/top/bg_water.jpg);
  background-position: center top;
  background-size: contain, auto;
}
.home-bg_water-text {
  font-size: clamp(1.375rem, 1.21rem + 0.74vw, 1.625rem);
  line-height: 1.8;
  text-align: center;
  padding: clamp(100px, 77px + 6.48vw, 135px) 0 clamp(50px, 17px + 9.26vw, 100px);
}
.home-bg_water-container {
  padding: 0 clamp(10px, 3px + 1.85vw, 20px);
}
.home-feature {
  background-image: url(./img/top/feature-bg.jpg);
  background-position: center top;
  background-size: cover;
  max-width: 1460px;
  margin: 0 auto;
  color: #fff;
}
.home-feature-inner {
  border: clamp(10px, 7px + 0.93vw, 15px) solid rgba(255, 255, 255, 0.2);
  padding: clamp(50px, 23px + 7.41vw, 90px) 0 clamp(50px, 17px + 9.26vw, 100px);
}
.home-feature-container {
  padding: 0 clamp(15px, -38px + 14.81vw, 95px);
}
.home-feature-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
  -webkit-text-decoration: underline solid 1px;
          text-decoration: underline solid 1px;
  text-underline-offset: 0.7em;
}
.home-feature-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: clamp(30px, 17px + 3.7vw, 50px) 80px;
}
.home-feature-lead {
  font-weight: 400;
  font-size: clamp(1.625rem, 1.21rem + 1.85vw, 2.25rem);
  line-height: 1.8;
  flex-shrink: 0;
}
.home-feature-text {
  max-width: 800px;
}
.home-feature-slide {
  margin-top: clamp(45px, 28px + 4.63vw, 70px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0 40px;
}
.home-feature-slide-top {
  position: relative;
  padding-right: 235px;
}
.home-feature-slide-dish {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: 40px;
}
.home-feature-slide-gallery {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: clamp(5px, -5px + 2.78vw, 20px);
}
.home-feature-slide-img {
  position: relative;
}
.home-feature-slide-img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(21deg, #000, transparent 30%);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.home-feature-slide-img figcaption {
  line-height: 2;
  position: absolute;
  bottom: clamp(2px, -3px + 1.48vw, 10px);
  left: clamp(10px, 3px + 1.85vw, 20px);
  right: clamp(10px, 3px + 1.85vw, 20px);
}
.home-local {
  margin-top: clamp(70px, 23px + 12.96vw, 140px);
  display: flex;
  gap: clamp(30px, 10px + 5.56vw, 60px) 80px;
}
.home-local-top {
  max-width: 360px;
}
.home-local-list {
  border-top: 1px solid #cfcec9;
}
.home-local-item {
  border-bottom: 1px solid #cfcec9;
  padding: clamp(30px, 23px + 1.85vw, 40px) 0 clamp(25px, 22px + 0.93vw, 30px);
  display: flex;
  justify-content: center;
  gap: 25px 40px;
}
.home-local-item-link {
  margin-top: 15px;
  text-align: right;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
}
.home-local-item-link > a {
  padding-right: 15px;
  position: relative;
}
.home-local-item-link > a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url(./img/common/icn-pdf-green@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
}
.home-media {
  margin-top: clamp(80px, 27px + 14.81vw, 160px);
  padding: 40px clamp(15px, -2px + 4.63vw, 40px);
  position: relative;
}
.home-media::before {
  content: "";
  display: inline-block;
  width: 86px;
  height: 68px;
  background-image: url(./img/top/leaf-left.png);
  position: absolute;
  top: -23px;
  left: 15px;
}
.home-media::after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 68px;
  background-image: url(./img/top/leaf-right.png);
  position: absolute;
  bottom: -23px;
  right: 0;
}
.home-products {
  margin-top: clamp(80px, 33px + 12.96vw, 150px);
}
.home-products-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 40px clamp(30px, 19px + 2.96vw, 46px);
}
.home-products-item {
  max-width: 300px;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}
.home-products-item-link {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #cfcec9;
  font-weight: 700;
  font-size: 1rem;
  line-height: 2;
  text-align: right;
}
.home-products-item-link > a {
  padding-right: 15px;
  position: relative;
}
.home-products-item-link > a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(./img/common/icn-link-red@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.home-products .box-style01 {
  margin-top: clamp(50px, 37px + 3.7vw, 70px);
}
.home-products-btn {
  display: block;
  max-width: 360px;
  margin: 30px auto 0;
  background-color: #a72823;
  color: #fff;
  line-height: 2;
  padding: clamp(15px, 10px + 1.3vw, 22px) clamp(50px, 47px + 0.93vw, 55px);
  position: relative;
}
.home-products-btn::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(./img/common/icn-cart-red@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 13px);
  left: clamp(15px, 12px + 0.93vw, 20px);
}
.home-products-btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(./img/common/icn-link-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: clamp(20px, 13px + 1.85vw, 30px);
}
.home-shop {
  color: #fff;
  margin: clamp(80px, 27px + 14.81vw, 160px) auto 0;
  max-width: 1920px;
  padding: clamp(80px, 27px + 14.81vw, 160px) 0 clamp(110px, 57px + 14.81vw, 190px);
  position: relative;
}
.home-shop::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(./img/top/shop-bg.jpg);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-shop::after {
  content: "";
  display: inline-block;
  background-image: url(./img/top/wave-top.png), url(./img/top/wave-bottom.png);
  background-position: center top, center bottom;
  background-size: 100%;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-shop .container_m:first-child {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  overflow: hidden;
}
.home-shop-logo {
  text-align: right;
  margin-right: -65px;
}
.home-shop-inner {
  display: flex;
  align-items: flex-start;
  gap: 0 80px;
}
.home-shop-slider {
  max-width: 600px;
  padding-bottom: 30px;
}
.home-shop-slider-outer {
  margin-top: 10px;
  position: relative;
  max-width: 600px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
.home-shop-slider .swiper-pagination {
  text-align: right;
}
.home-shop-slider .swiper-pagination-bullet {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.home-shop-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.home-shop-slider .swiper-horizontal > .swiper-pagination-bullets,
.home-shop-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.home-shop-slider .swiper-pagination-custom,
.home-shop-slider .swiper-pagination-fraction {
  bottom: 0;
  line-height: 1;
}
.home-shop-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.home-shop-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.home-shop-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
.home-shop-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.home-shop-slide {
  position: relative;
}
.home-shop-slide::before {
  content: "";
  display: inline-block;
  width: 295px;
  height: 197px;
  background: linear-gradient(21deg, #000, transparent 40%);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.home-shop-slide figcaption {
  line-height: 2;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.home-shop-mascot {
  position: absolute;
  bottom: -56px;
  left: calc(clamp(10px, -21px + 8.7vw, 57px) * -1);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0 4px;
}
.home-shop-mascot figcaption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 15px;
}
.home-shop-mascot figcaption::before {
  content: "◀";
}
.home-shop-content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.home-shop-lead {
  font-weight: 500;
  font-size: clamp(1.375rem, 1.21rem + 0.74vw, 1.625rem);
  line-height: 2;
  margin-bottom: 25px;
}
.home-shop-list {
  margin-top: 40px;
  font-weight: 700;
  font-size: 1rem;
  color: #0b3383;
  line-height: 1.6;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.home-shop-item {
  background-color: #fff;
  padding: clamp(10px, 7px + 0.93vw, 15px) 0;
  width: min(213px, (100% - 10px) / 2);
}
.home-shop-item-icn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-shop-info {
  margin-top: 40px;
}
.home-shop-sns {
  margin-top: clamp(60px, 40px + 5.56vw, 90px);
  position: relative;
}
.home-shop-sns::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 43, 85, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.home-shop-sns-inner {
  padding: 45px clamp(20px, 7px + 3.7vw, 40px) clamp(80px, 60px + 5.56vw, 110px);
  position: relative;
}
.home-shop-sns-list {
  margin-top: clamp(25px, 15px + 2.78vw, 40px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, -10px + 5.56vw, 40px);
}
.home-shop-sns-item {
  width: min(204px, (100% - clamp(10px, -10px + 5.56vw, 40px)) / 2);
}
.home-shop-sns-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0b3383;
  letter-spacing: 0.02em;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 4px;
  padding: 0 15px;
}
.home-shop-sns-text::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.home-shop-sns-title {
  text-align: center;
  font-size: clamp(1.375rem, 1.21rem + 0.74vw, 1.625rem);
  line-height: 1.8;
}
.home-shop-sns-btn {
  display: block;
  width: min(360px, 100% - 40px);
  border: 1px solid #fff;
  line-height: 2;
  padding: clamp(14px, 9px + 1.3vw, 21px) clamp(50px, 47px + 0.93vw, 55px);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.home-shop-sns-btn::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(./img/common/icn-instagram-red@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 13px);
  left: clamp(15px, 12px + 0.93vw, 20px);
}
.home-shop-sns-btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url(./img/common/icn-link-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: clamp(20px, 13px + 1.85vw, 30px);
}
.home-company {
  margin-top: clamp(70px, 37px + 9.26vw, 120px);
}
.home-company-inner {
  display: flex;
  justify-content: center;
  gap: clamp(30px, 10px + 5.56vw, 60px) 80px;
}
.home-company-inner .table-style01 {
  flex-grow: 1;
}
.home-news {
  margin-top: clamp(80px, 47px + 9.26vw, 130px);
}
.home-news-btn {
  margin-top: clamp(15px, 5px + 2.78vw, 30px);
  font-weight: 700;
  line-height: 2;
  padding: 8px 40px 8px 0;
  border-bottom: 1px solid #111;
  position: relative;
}
.home-news-btn::before, .home-news-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #1d7638;
  position: absolute;
  bottom: calc(50% - 1px);
  right: 3px;
}
.home-news-btn::after {
  transform: rotate(90deg);
}
.home-news-btn.is-btn-hidden {
  display: none;
}
.home-recruit {
  max-width: 1920px;
  margin: clamp(80px, 27px + 14.81vw, 160px) auto 0;
  color: #fff;
  position: relative;
}
.home-recruit-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-recruit-btn {
  margin-top: clamp(20px, 7px + 3.7vw, 40px);
  display: block;
  width: min(360px, 80%);
  border: 1px solid #fff;
  line-height: 2;
  padding: clamp(14px, 9px + 1.3vw, 21px) clamp(20px, 13px + 1.85vw, 30px);
  position: relative;
}
.home-recruit-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(./img/common/arrow-white@2x.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
}

.news-item {
  background-color: #e8e8de;
  padding: clamp(30px, 17px + 3.7vw, 50px) clamp(25px, 2px + 6.48vw, 60px);
}
.news-item + .news-item {
  margin-top: 10px;
}
.news-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.news-item-top {
  display: flex;
  gap: 0 20px;
  margin-bottom: 15px;
}
.news-date {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1d7638;
  letter-spacing: 0.12em;
}

.child-mv {
  padding: 170px 0 clamp(40px, 20px + 5.56vw, 70px);
  border-bottom: 1px solid #cfcec9;
  margin-bottom: clamp(70px, 43px + 7.41vw, 110px);
}
.child-mv .container_m {
  position: relative;
}
.child-mv-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 7px + 3.7vw, 40px) 80px;
}
.child-mv-parent {
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 30px;
  margin-bottom: clamp(20px, 13px + 1.85vw, 30px);
  position: relative;
}
.child-mv-parent::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: 50%;
  left: 0;
}
.child-mv-title {
  font-weight: 400;
}
.child-mv-title span {
  display: block;
}
.child-mv-title-ja {
  font-size: clamp(1.875rem, 1.13rem + 3.33vw, 3rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.child-mv-title-en {
  font-family: "EB Garamond", serif;
  font-size: clamp(1.375rem, 1.29rem + 0.37vw, 1.5rem);
  letter-spacing: 0.12em;
  line-height: 2.2;
  color: #1d7638;
  margin-left: 5px;
}
.child-mv-anchor {
  margin: 11.5% 0 0 5px;
  font-size: 1rem;
  line-height: 1.75;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.child-mv-anchor-item > a {
  padding-right: 30px;
  position: relative;
}
.child-mv-anchor-item > a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./img/common/anchor-arrow.png);
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}

.breadcrumb {
  position: absolute;
  top: 50%;
  right: calc(clamp(20px, -20px + 11.11vw, 80px) / 2);
  display: flex;
  flex-wrap: wrap;
  transform: translate(50%, -50%) rotate(90deg);
  font-family: "EB Garamond", serif;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: rgba(17, 17, 17, 0.5);
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 5px;
}
.breadcrumb-item > a {
  color: #111;
}

.recruit-message-logo {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.recruit-message-logo::before {
  content: "";
  display: inline-block;
  width: min(486px, 55%);
  aspect-ratio: 486/466;
  background-image: url(./img/recruit/message-logo.png);
  background-size: contain;
  position: absolute;
  top: calc(clamp(20px, 0px + 5.56vw, 50px) * -1);
  right: clamp(10px, -15px + 6.85vw, 47px);
  z-index: -1;
}
.recruit-message-slider {
  margin: clamp(40px, 20px + 5.56vw, 70px) auto 0;
  max-width: 1920px;
}
.recruit-message .swiper-wrapper {
  transition-timing-function: linear;
}
.recruit-message-slide {
  max-width: calc(480px + clamp(10px, 3px + 1.85vw, 20px) * 2);
  padding: 0 clamp(5px, -5px + 2.78vw, 20px);
}
.recruit-workplace {
  margin-top: clamp(70px, 23px + 12.96vw, 140px);
}
.recruit-workplace-list {
  display: flex;
  justify-content: center;
  gap: clamp(35px, 26px + 2.59vw, 49px);
}
.recruit-workplace-item {
  max-width: 367px;
  width: calc((100% - 49px) / 2);
}
.recruit-information {
  margin-top: clamp(70px, 23px + 12.96vw, 140px);
}
.recruit-information .btn_l {
  margin: clamp(40px, 13px + 7.41vw, 80px) auto 0;
}

.contact-tel {
  line-height: 1.8;
}
.contact-tel:has(+ .form) {
  margin: clamp(40px, 20px + 5.56vw, 70px) 0 clamp(50px, 17px + 9.26vw, 100px);
}
.contact-tel:has(+ .btn_m) {
  margin: clamp(35px, 25px + 2.78vw, 50px) 0 clamp(50px, 30px + 5.56vw, 80px);
}
.contact-tel > dd {
  text-align: center;
}
.contact-tel > dd a {
  font-size: 1.625rem;
  letter-spacing: 0.04em;
  -webkit-text-decoration: underline solid 1px;
          text-decoration: underline solid 1px;
  text-underline-offset: 0.25em;
  font-family: "EB Garamond", serif;
}
.contact-tel > dd a span {
  font-size: 2.25rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1450px) {
  .header {
    padding: clamp(10px, 3px + 1.85vw, 20px) clamp(10px, -10px + 5.56vw, 40px);
  }
  .header.scroll {
    padding: 10px clamp(10px, -10px + 5.56vw, 40px);
  }
  .gnav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-image: url(./img/common/footer-bg.jpg);
    background-repeat: repeat;
  }
  .gnav.open {
    visibility: visible;
    opacity: 1;
  }
  .gnav-wrapper {
    display: block;
    text-align: center;
  }
  .gnav-list {
    display: block;
  }
  .gnav-wrapper + .gnav-list,
  .gnav-list + .gnav-list,
  .gnav-wrapper .gnav-list:first-child .gnav-item + .gnav-item {
    margin-top: 30px;
  }
  .gnav-wrapper .gnav-list:last-child .gnav-item + .gnav-item,
  .gnav > .gnav-list .gnav-item + .gnav-item {
    margin-top: 15px;
  }
  .gnav-wrapper .gnav-list:last-child {
    font-size: 0.875rem;
  }
  .gnav-item > a {
    display: block;
  }
  .home-mv {
    padding-top: clamp(95px, 85px + 2.78vw, 110px);
  }
  .child-mv {
    padding-top: clamp(130px, 120px + 2.78vw, 145px);
  }
}
@media screen and (max-width: 1200px) {
  .footer-contact {
    flex-wrap: wrap;
  }
  .footer-content {
    display: block;
  }
  .footer-content-bottom {
    margin-top: clamp(30px, 10px + 5.56vw, 60px);
  }
  .sitemap {
    margin-top: 0;
  }
  .home-feature-content {
    flex-wrap: wrap;
  }
  .home-feature-text {
    max-width: none;
  }
  .home-products-list {
    grid-template-columns: repeat(2, auto);
  }
  .home-local {
    flex-wrap: wrap;
  }
  .home-local-top {
    max-width: none;
  }
  .home-shop-inner {
    display: block;
  }
  .home-shop-slider-outer {
    width: auto;
    margin-bottom: 80px;
  }
  .home-recruit > img {
    height: clamp(400px, 360px + 11.11vw, 460px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recruit-workplace-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .home-mv-slide {
    width: 75%;
  }
  .home-about {
    display: block;
  }
  .home-about-content {
    margin-top: 0;
    width: auto;
    padding-bottom: 0;
  }
  .home-about-dish {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    padding: 0 clamp(20px, -20px + 11.11vw, 80px);
    text-align: right;
  }
  .home-about-gallery {
    margin-top: -35px;
  }
  .home-feature-slide-gallery {
    grid-template-columns: repeat(2, auto);
  }
  .home-company-inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .footer-company-item {
    flex: 1;
  }
  .home-feature-slide-top {
    padding-right: 0;
  }
  .home-feature-slide-dish {
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    width: 40%;
    margin: 0 20px -10px auto;
  }
  .home-feature-slide-gallery {
    margin-top: 0;
  }
  .home-shop-mascot {
    bottom: -70px;
  }
  .child-mv-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .child-mv-anchor {
    margin-top: 7%;
  }
  .recruit-message-slide {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .sitemap-list:first-child {
    grid-auto-flow: row;
  }
  .footer-company {
    display: block;
  }
  .footer-company-item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #cfcec9;
    margin-left: 0;
    padding-left: 0;
    margin-top: 25px;
    padding-top: 25px;
  }
  .home-mv .container_m::before {
    width: 45%;
  }
  .home-mv-title {
    padding: 20px 0;
  }
  .home-local-item {
    flex-wrap: wrap;
  }
  .home-products-list {
    grid-template-columns: repeat(auto-fit, minmax(230px, auto));
  }
  .home-shop-logo {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
  .home-shop-list {
    flex-wrap: wrap;
  }
  .news-item-top {
    display: block;
  }
  .news-date {
    margin-bottom: 5px;
  }
  .breadcrumb {
    position: static;
    transform: none;
    margin-top: 10px;
  }
  .recruit-workplace-item {
    width: auto;
  }
  .form-item {
    display: block;
  }
  .form-item-name {
    padding: 0;
    margin-bottom: 15px;
  }
  .form-item-field:has(.wpcf7-radio) {
    padding: 0;
  }
}