@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* =============================================
  my
============================================= */
/* =============================================
  color
============================================= */
/* =============================================
  font
============================================= */
/* =============================================
  base
============================================= */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  display: block;
  margin: 0;
}

.main {
  margin-block-start: var(--header-height, 0px);
}

/* =============================================
  common
============================================= */
.sp-hidden {
  display: none;
}

.pc-hidden {
  display: block;
}

.section-title {
  width: fit-content;
  margin-inline: auto;
}
.section-title.--white .section-title__en,
.section-title.--white .section-title__ja {
  color: #fff;
}
.section-title.--white .section-title__en::after {
  background: #fff;
}

.section-title__ja {
  color: #159741;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 800px) {
  .section-title__ja {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.section-title__en {
  margin-block-start: 16px;
  color: #333;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2.4px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section-title__en {
    margin-block-start: 12px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.section-title__en::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #159741;
  bottom: -16px;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 800px) {
  .section-title__en::after {
    bottom: -12px;
  }
}

/* =============================================
  fade-animation
============================================= */
/* =============================================
  header
============================================= */
.header {
  background: #2F2F2F;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 100;
  height: fit-content;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 71px;
}
@media screen and (max-width: 800px) {
  .header__inner {
    padding-inline: 16px;
  }
}

.header__logo {
  width: 117.871px;
  height: 63px;
}
@media screen and (max-width: 800px) {
  .header__logo {
    width: 55px;
    height: 29.397px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}

.header__nav-list {
  display: flex;
  column-gap: 40px;
}
@media screen and (max-width: 800px) {
  .header__nav-list {
    column-gap: 20px;
  }
}

.header__nav-item a {
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  transition: all 0.3s ease;
  height: 100%;
  padding-block-start: 37px;
  padding-block-end: 31px;
}
@media screen and (max-width: 800px) {
  .header__nav-item a {
    font-size: 14px;
    letter-spacing: 0.42px;
    padding-block-start: 22px;
    padding-block-end: 21px;
  }
}
@media (any-hover: hover) {
  .header__nav-item a:hover {
    opacity: 0.7;
  }
}

/* =============================================
  fv
============================================= */
/* --- アニメーション --- */
.fv__bg {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fv__bg.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fv__lead-en p {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fv__lead-en p.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fv__lead-ja span.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fv__lead-ja span.char.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* --- スタイル --- */
.fv {
  background: #2F2F2F;
  position: relative;
  aspect-ratio: 1440/650;
}
@media screen and (max-width: 800px) {
  .fv {
    aspect-ratio: 375/243;
  }
}

.fv__bg {
  aspect-ratio: 1080/650;
  width: 75vw;
  margin-inline-start: auto;
}
@media screen and (max-width: 800px) {
  .fv__bg {
    aspect-ratio: 308/243;
    width: 82.1333333333vw;
  }
}
.fv__bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.fv__lead {
  position: absolute;
  top: 6.5277777778vw;
  left: 12.3611111111vw;
}
@media screen and (max-width: 800px) {
  .fv__lead {
    top: 8vw;
    left: 5.0666666667vw;
  }
}

.fv__lead-en {
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 6.9444444444vw;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 6.9444444444vw;
}
@media screen and (max-width: 800px) {
  .fv__lead-en {
    font-size: 9.6vw;
    line-height: 9.6vw;
  }
}
.fv__lead-en p {
  display: inline-block;
}
.fv__lead-en p:nth-of-type(3) {
  color: #159741;
}
.fv__lead-en span {
  color: #fff;
}

.fv__lead-ja {
  color: #fff;
  font-size: 2.2222222222vw;
  font-weight: 700;
  letter-spacing: 1.6px;
  width: fit-content;
  margin-block-start: 2.2222222222vw;
}
@media screen and (max-width: 800px) {
  .fv__lead-ja {
    font-size: 3.7333333333vw;
    margin-block-start: 4vw;
    font-weight: 500;
  }
}
.fv__lead-ja p:nth-of-type(2) {
  position: relative;
  z-index: 2;
  margin-block-start: 1.4583333333vw;
}
@media screen and (max-width: 800px) {
  .fv__lead-ja p:nth-of-type(2) {
    margin-block-start: 2.4vw;
  }
}

.fv__lead-ja-text {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.fv__lead-ja-text span {
  display: inline-block;
  padding-block: 0.625vw;
}
@media screen and (max-width: 800px) {
  .fv__lead-ja-text span {
    padding-block: 1.0666666667vw 1.8666666667vw;
  }
}

.fv__lead-ja-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #159741;
  z-index: 1;
  display: block;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.8s ease;
}
.fv__lead-ja-bg.is-show {
  transform: scaleX(1);
}

/* =============================================
  concept
============================================= */
.concept {
  background: #2F2F2F;
  color: #fff;
  padding-block: 120px 110px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .concept {
    padding-block: 48px 64px;
  }
}

.concept__bg {
  position: absolute;
  bottom: -2.8472222222vw;
  left: -2.9861111111vw;
  white-space: nowrap;
  color: rgba(103, 103, 103, 0.3);
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19.4444444444vw;
  font-weight: 400;
  line-height: 19.4444444444vw;
}
@media screen and (max-width: 800px) {
  .concept__bg {
    text-align: right;
    font-size: 29.3333333333vw;
    font-weight: 400;
    line-height: 23.4666666667vw;
    letter-spacing: 0.88vw;
    left: unset;
    right: -1.8666666667vw;
    bottom: -1.3333333333vw;
  }
}
.concept__bg br {
  display: none;
}
@media screen and (max-width: 800px) {
  .concept__bg br {
    display: block;
  }
}

@media (max-width: 650px) {
  .concept__inner {
    padding-inline: 32px;
  }
}

.concept__lead {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.5px;
}
.concept__lead br {
  display: none;
}
@media (max-width: 650px) {
  .concept__lead br {
    display: block;
  }
}
@media (max-width: 650px) {
  .concept__lead {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.concept__textarea {
  margin-block-start: 48px;
  width: 493px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 650px) {
  .concept__textarea {
    margin-block-start: 24px;
  }
}
@media (max-width: 550px) {
  .concept__textarea {
    width: 100%;
  }
}

.concept__text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
}
@media (max-width: 650px) {
  .concept__text br {
    display: none;
  }
}
@media (max-width: 650px) {
  .concept__text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

/* =============================================
  about
============================================= */
.about {
  padding-block: 130px 150px;
  background: #F2F2F2;
}
@media screen and (max-width: 800px) {
  .about {
    padding-block: 64px 64px;
  }
}

.about__inner {
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 1112px;
}
@media (max-width: 900px) {
  .about__inner {
    max-width: 600px;
  }
}

.about__list {
  margin-block-start: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media (max-width: 900px) {
  .about__list {
    gap: 56px;
  }
}

.about__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
.about__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .about__item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.about__item:nth-of-type(even) .about__item-num-pc {
  right: 515px;
}
@media (max-width: 900px) {
  .about__item {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.about__item-img {
  width: 450px;
  aspect-ratio: 450/288;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 900px) {
  .about__item-img {
    width: 100%;
    aspect-ratio: 343/220;
  }
}
.about__item-img img {
  width: 100%;
  height: auto;
}

.about__item-textarea {
  width: 563px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .about__item-textarea {
    width: 100%;
  }
}

.about__item-title {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 1000px) {
  .about__item-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.about__item-title span {
  color: #159741;
}

.about__item-text {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.54px;
  margin-block-start: 24px;
  width: 400px;
}
@media (max-width: 1000px) {
  .about__item-text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 900px) {
  .about__item-text {
    width: 100%;
    margin-block-start: 16px;
  }
}

.about__item-num-pc {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Space Grotesk", sans-serif;
  font-size: 288px;
  font-weight: 400;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (max-width: 1000px) {
  .about__item-num-pc {
    font-size: 230px;
  }
}
@media (max-width: 900px) {
  .about__item-num-pc {
    display: none;
  }
}
.about__item-num-pc span:nth-of-type(1) {
  letter-spacing: 17.28px;
}
.about__item-num-pc span:nth-of-type(2) {
  letter-spacing: 14.4px;
}

.about__item-num-sp {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Space Grotesk", sans-serif;
  font-size: 180px;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 26px;
  right: -9px;
  display: none;
  translate: 0 -100%;
}
@media (max-width: 900px) {
  .about__item-num-sp {
    display: block;
  }
}

/* =============================================
  menu
============================================= */
.menu {
  padding-block: 72px;
  background: #2F2F2F;
}
@media screen and (max-width: 800px) {
  .menu {
    padding-block: 24px;
  }
}

.menu__inner {
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 1328px;
}

.menu__content {
  border: 1px solid #FFF;
  padding: 59px 0px 99px;
}
@media screen and (max-width: 800px) {
  .menu__content {
    padding: 31px 0px 31px;
  }
}

.menu__pfc {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.54px;
  text-align: center;
  margin-block-start: 46px;
}
@media screen and (max-width: 800px) {
  .menu__pfc {
    font-size: 16px;
    letter-spacing: 0.48px;
    margin-block-start: 60px;
  }
}

.menu__list {
  margin-block-start: 105px;
  padding-inline: 24px;
  max-width: 1119px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  row-gap: 85px;
  column-gap: 32px;
}
@media (max-width: 1150px) {
  .menu__list {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    column-gap: 0px;
    margin-block-start: 48px;
  }
}
@media screen and (max-width: 800px) {
  .menu__list {
    padding-inline: 20px;
    max-width: 1111px;
  }
}

.menu__item {
  position: relative;
}
.menu__item.--top {
  grid-area: 1/1/2/3;
  padding-inline-start: 361px;
}
@media (max-width: 1150px) {
  .menu__item.--top {
    padding-inline-start: 0px;
    padding-block-start: 418px;
  }
}
@media screen and (max-width: 800px) {
  .menu__item.--top {
    padding-block-start: 271px;
  }
}
.menu__item.--top .menu__item-label {
  background: #159741;
  color: #fff;
  width: fit-content;
  padding: 9px 51px 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 800px) {
  .menu__item.--top .menu__item-label {
    padding: 38px 50px 16px;
  }
}
.menu__item.--top .menu__item-label p:nth-of-type(1) {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 800px) {
  .menu__item.--top .menu__item-label p:nth-of-type(1) {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}
.menu__item.--top .menu__item-label p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 800px) {
  .menu__item.--top .menu__item-label p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.menu__item.--top .menu__item-img {
  width: 451px;
  height: 445px;
  position: absolute;
  left: 0;
  top: -51px;
  z-index: 2;
}
@media (max-width: 1150px) {
  .menu__item.--top .menu__item-img {
    top: 0px;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 800px) {
  .menu__item.--top .menu__item-img {
    width: 315px;
    height: 311px;
  }
}
.menu__item.--top .menu__item-body-wrap {
  width: 592px;
  position: relative;
}
@media (max-width: 1150px) {
  .menu__item.--top .menu__item-body-wrap {
    width: 100%;
  }
}
.menu__item.--top .menu__item-body {
  padding: 100px 13px 32px;
}
@media screen and (max-width: 800px) {
  .menu__item.--top .menu__item-body {
    padding: 111px 10px 31px;
  }
}
.menu__item:nth-of-type(2) {
  padding-block-start: 358px;
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 800px) {
  .menu__item:nth-of-type(2) {
    padding-block-start: 261px;
  }
}
.menu__item:nth-of-type(2) .menu__item-img {
  width: 417px;
  height: 434px;
  position: absolute;
  top: 0px;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 800px) {
  .menu__item:nth-of-type(2) .menu__item-img {
    width: 305px;
    height: 317px;
  }
}
.menu__item:nth-of-type(3) {
  padding-block-start: 358px;
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 800px) {
  .menu__item:nth-of-type(3) {
    padding-block-start: 256px;
  }
}
.menu__item:nth-of-type(3) .menu__item-img {
  width: 427px;
  height: 432px;
  position: absolute;
  top: 0px;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 800px) {
  .menu__item:nth-of-type(3) .menu__item-img {
    width: 308px;
    height: 312px;
  }
}

.menu__item-img img {
  width: 100%;
  height: 100%;
}

.menu__item-body-wrap {
  background: #F2F2F2;
  padding: 13px;
}
@media screen and (max-width: 800px) {
  .menu__item-body-wrap {
    padding: 10px;
  }
}

.menu__item-body {
  border: 1px solid #333;
  padding: 60px 13px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .menu__item-body {
    padding: 47px 10px 31px;
  }
}

.menu__item-name {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 150%;
}
@media screen and (max-width: 800px) {
  .menu__item-name {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2.4px;
  }
}

.menu__item-price {
  color: #333;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-block-start: 19px;
}
@media screen and (max-width: 800px) {
  .menu__item-price {
    font-size: 30px;
    letter-spacing: 3px;
    margin-block-start: 16px;
  }
}
.menu__item-price span:nth-of-type(1) {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  display: inline-block;
  margin-inline-end: 5px;
}
@media screen and (max-width: 800px) {
  .menu__item-price span:nth-of-type(1) {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-inline-end: 3px;
  }
}
.menu__item-price span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 800px) {
  .menu__item-price span:nth-of-type(2) {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.menu__item-pfc {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.72px;
  margin-block-start: 20px;
}
@media screen and (max-width: 800px) {
  .menu__item-pfc {
    font-size: 14px;
    letter-spacing: 0.42px;
    margin-block-start: 16px;
  }
}

/* --- instagram --- */
.menu__instagram-wrap {
  margin-block-start: 80px;
  padding-inline: 24px;
  max-width: 1128px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .menu__instagram-wrap {
    margin-block-start: 48px;
    padding-inline: 20px;
    max-width: 1120px;
  }
}

.menu__instagram {
  width: 100%;
  background: #F2F2F2;
  padding: 13px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .menu__instagram {
    padding: 10px;
  }
}

.menu__instagram-inner {
  border: 1px solid #333;
  padding: 87px 47px 23px 32px;
}
@media screen and (max-width: 800px) {
  .menu__instagram-inner {
    padding: 63px 9px 23px;
  }
}

.menu__instagram-label {
  width: fit-content;
  padding: 18px 107px;
  background: #159741;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  color: #FFF;
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 800px) {
  .menu__instagram-label {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding: 10px 34px;
  }
}

.menu__instagram-text {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .menu__instagram-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 650px) {
  .menu__instagram-text {
    padding-inline: 10px;
  }
}
.menu__instagram-text::before, .menu__instagram-text::after {
  content: "";
  position: absolute;
  background: #333;
  width: 35.805px;
  height: 1px;
  top: 10px;
}
@media (max-width: 650px) {
  .menu__instagram-text::before, .menu__instagram-text::after {
    display: none;
  }
}
.menu__instagram-text::before {
  rotate: 55deg;
  left: -40px;
}
.menu__instagram-text::after {
  rotate: -55deg;
  right: -40px;
}

.menu__instagram-list-wrap {
  overflow-x: scroll;
  margin-block-start: 34px;
}
@media screen and (max-width: 800px) {
  .menu__instagram-list-wrap {
    margin-block-start: 24px;
  }
}

.menu__instagram-list {
  display: flex;
  gap: 16px;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .menu__instagram-list {
    gap: 0px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.menu__instagram-list-img {
  width: 231px;
  height: 231px;
}
@media screen and (max-width: 800px) {
  .menu__instagram-list-img {
    aspect-ratio: 125/125;
    width: 48.0769230769%;
    height: auto;
  }
}
.menu__instagram-list-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu__instagram-id {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-block-start: 8px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .menu__instagram-id {
    font-size: 16px;
  }
}

.menu__instagram-btn {
  display: block;
  margin-inline: auto;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-block-start: 26px;
  width: 300px;
  height: 56px;
  padding-inline-start: 58px;
  padding-block-start: 17px;
  border: 1px solid #333;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 800px) {
  .menu__instagram-btn {
    margin-block-start: 24px;
    padding-inline-start: 36px;
    width: 260px;
  }
}
@media (any-hover: hover) {
  .menu__instagram-btn:hover {
    background: #333;
    color: #fff;
  }
  .menu__instagram-btn:hover::after {
    background-image: url(/image/menu-btn-icon-hover.webp);
  }
}
.menu__instagram-btn::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(/image/menu-btn-icon.webp);
  background-size: contain;
  top: 20px;
  right: 37px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .menu__instagram-btn::after {
    top: 20px;
    right: 20px;
  }
}

/* =============================================
  shop
============================================= */
.shop {
  padding-block: 120px;
  background: #F2F2F2;
}
@media screen and (max-width: 800px) {
  .shop {
    padding-block: 64px;
  }
}

.shop__map {
  margin-block-start: 80px;
  aspect-ratio: 1440/465;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .shop__map {
    aspect-ratio: 375/250;
  }
}
.shop__map iframe {
  width: 100%;
  height: 100%;
}

.shop__content {
  padding-block-start: 80px;
}
@media (max-width: 900px) {
  .shop__content {
    padding-inline: 16px;
    padding-block-start: 50px;
  }
}

.shop-info {
  display: flex;
  align-items: center;
  width: 87.2222222222vw;
  margin-inline-start: auto;
  justify-content: space-between;
}
@media (min-width: 1441px) {
  .shop-info {
    gap: 141px;
    justify-content: end;
  }
}
@media (max-width: 1100px) {
  .shop-info {
    width: fit-content;
  }
}
@media (max-width: 900px) {
  .shop-info {
    width: 100%;
    display: block;
  }
}

.shop-info__img {
  background: red;
  aspect-ratio: 700/500;
  width: 48.6111111111vw;
  height: auto;
}
.shop-info__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .shop-info__img {
    aspect-ratio: 343/298;
    width: 100%;
    margin-block-start: 40px;
  }
}

@media (max-width: 900px) {
  .shop-info__textarea {
    width: fit-content;
    margin-inline: auto;
  }
}

.shop-info__name {
  color: #333;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 28px;
  /* 87.5% */
  letter-spacing: 0.96px;
}
.shop-info__name br {
  display: none;
}
@media (max-width: 900px) {
  .shop-info__name br {
    display: block;
  }
}
.shop-info__name span {
  display: inline-block;
}
.shop-info__name span:nth-of-type(1) {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.shop-info__name span:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
}
@media (max-width: 900px) {
  .shop-info__name span:nth-of-type(2) {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 900px) {
  .shop-info__name {
    text-align: center;
  }
}

.shop-info__address {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.54px;
  margin-block-start: 25.15px;
}
@media (max-width: 900px) {
  .shop-info__address {
    margin-block-start: 24px;
    width: fit-content;
    font-size: 16px;
    line-height: 170%;
    /* 27.2px */
    letter-spacing: 0.48px;
  }
}

.shop-info__meta {
  margin-block-start: 17px;
}
@media (max-width: 900px) {
  .shop-info__meta {
    margin-block-start: 5px;
  }
}

.shop-info__meta-list {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.54px;
  display: flex;
  column-gap: 20px;
}
@media (max-width: 900px) {
  .shop-info__meta-list {
    font-size: 16px;
    line-height: 170%;
    /* 27.2px */
    letter-spacing: 0.48px;
  }
}

.shop-info__meta-list-head {
  width: 75px;
}

.shop-info__meta-list-body p:nth-of-type(1) {
  line-height: 150%;
}
@media (max-width: 900px) {
  .shop-info__meta-list-body p:nth-of-type(1) {
    line-height: 170%;
  }
}

/* --- card --- */
.shop__card-wrap {
  padding-block-start: 80px;
  padding-inline: 16px;
}

.shop__card {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(161, 159, 159, 0.6);
  width: 1146px;
  margin-inline: auto;
  padding: 30px 32.72px 42px 34px;
  position: relative;
}
@media (max-width: 1350px) {
  .shop__card {
    width: 84.8888888889vw;
    padding: 2.2222222222vw 2.4237037037vw 3.1111111111vw 2.5185185185vw;
  }
}
@media (max-width: 900px) {
  .shop__card {
    width: 100%;
    padding: 18px 10px 113px 10px;
  }
}

.shop__card-imgarea {
  display: flex;
  width: fit-content;
}
@media (max-width: 900px) {
  .shop__card-imgarea {
    display: block;
    width: 100%;
  }
}

.shop__card-img-1 {
  width: 629.568px;
  height: 430.748px;
}
@media (max-width: 1350px) {
  .shop__card-img-1 {
    width: 46.636vw;
    height: 31.9072592593vw;
  }
}
@media (max-width: 900px) {
  .shop__card-img-1 {
    aspect-ratio: 323/282;
    width: 100%;
    height: auto;
  }
}
.shop__card-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop__card-img-2 {
  width: 449.691px;
  height: 430.748px;
  translate: -0.6px;
}
@media (max-width: 1350px) {
  .shop__card-img-2 {
    width: 33.3104444444vw;
    height: 31.9072592593vw;
    translate: -0.0444444444vw;
  }
}
@media (max-width: 900px) {
  .shop__card-img-2 {
    aspect-ratio: 323/209;
    width: 100%;
    height: auto;
  }
}
.shop__card-img-2 img {
  width: 100%;
  height: 100%;
}

.shop__card-textarea {
  padding-block-start: 45.35px;
  width: 595.591px;
  margin-inline: auto;
}
@media (max-width: 1350px) {
  .shop__card-textarea {
    padding-block-start: 3.3592592593vw;
    width: 44.1178518519vw;
  }
}
@media (max-width: 900px) {
  .shop__card-textarea {
    padding-block-start: 63px;
    width: 100%;
    position: relative;
  }
}

.shop__card-text {
  color: #4F4F4F;
  font-weight: 400;
  line-height: 250%;
  /* 40px */
  /* ノート罫線 */
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2.5em - 1px), #c4c4c4 calc(2.5em - 1px), #c4c4c4 2.5em);
}
@media (max-width: 1350px) {
  .shop__card-text {
    font-size: 1.1851851852vw;
  }
}
@media (max-width: 900px) {
  .shop__card-text {
    font-size: 16px;
  }
}

.shop__card-decoration-icon {
  width: 288px;
  height: 240px;
  position: absolute;
  top: -71px;
  left: -97px;
}
@media (max-width: 1350px) {
  .shop__card-decoration-icon {
    width: 21.3333333333vw;
    height: 17.7777777778vw;
    top: -5.2592592593vw;
    left: -7.1851851852vw;
  }
}
@media (max-width: 900px) {
  .shop__card-decoration-icon {
    width: 29.8666666667vw;
    height: 24.8vw;
    top: -10.4vw;
    left: -4.2666666667vw;
  }
}
.shop__card-decoration-icon img {
  width: 100%;
  height: 100%;
}

.shop__card-decoration-text-black {
  width: 198.864px;
  height: 68.96px;
  position: absolute;
  bottom: 110.93px;
  left: 42.75px;
}
@media (max-width: 1350px) {
  .shop__card-decoration-text-black {
    width: 14.7306666667vw;
    height: 5.1081481481vw;
    bottom: 8.217037037vw;
    left: 3.1659259259vw;
  }
}
@media (max-width: 900px) {
  .shop__card-decoration-text-black {
    width: 125px;
    height: 43px;
    top: 20px;
    left: 24px;
  }
}
.shop__card-decoration-text-black img {
  width: 100%;
  height: 100%;
}

.shop__card-decoration-text-green {
  width: 313.369px;
  height: 100.139px;
  position: absolute;
  bottom: 9.77px;
  right: 35.39px;
}
@media (max-width: 1350px) {
  .shop__card-decoration-text-green {
    width: 23.2125185185vw;
    height: 7.4177037037vw;
    bottom: 0.7237037037vw;
    right: 2.6214814815vw;
  }
}
@media (max-width: 900px) {
  .shop__card-decoration-text-green {
    width: 308.269px;
    height: 98.763px;
    bottom: 34px;
    right: 0px;
  }
}
.shop__card-decoration-text-green img {
  width: 100%;
  height: 100%;
}

/* =============================================
  contact
============================================= */
.contact {
  position: relative;
  padding-block: 130px;
}
@media screen and (max-width: 800px) {
  .contact {
    padding-block: 64px;
  }
}

.contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__inner {
  position: relative;
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 832px;
}

.contact__content {
  background: #F2F2F2;
  padding-block: 64px 72px;
  padding-inline: 16px;
}
@media screen and (max-width: 800px) {
  .contact__content {
    padding-bottom: 64px 64px;
  }
}

.contact__text {
  color: #333;
  font-weight: 400;
  letter-spacing: 0.48px;
  margin-block-start: 42px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .contact__text {
    margin-block-start: 50px;
  }
}

.form {
  margin-block-start: 48px;
  max-width: 520px;
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .form {
    margin-block-start: 32px;
  }
}

.form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form__item:nth-of-type(n + 2) {
  margin-block-start: 32px;
}
@media screen and (max-width: 800px) {
  .form__item {
    gap: 6px;
  }
}

.form__item-head {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .form__item-head {
    font-size: 16px;
    gap: 10px;
  }
}

.form__item-label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  background: #159741;
  width: 39px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.form__item-body {
  width: 100%;
}

.form__item-input {
  border: 1px solid #2F2F2F;
  background: #FFF;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 12px 22px 14px;
}
.form__item-input::placeholder {
  color: #BDBDBD;
}

.form__item-textarea {
  border: 1px solid #2F2F2F;
  background: #FFF;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 12px 22px 14px;
  height: 160px;
}
.form__item-textarea::placeholder {
  color: #BDBDBD;
}

.form__checkbox {
  box-sizing: border-box;
  width: fit-content;
  margin-inline: auto;
  display: block;
  margin-block-start: 33px;
}
@media screen and (max-width: 800px) {
  .form__checkbox {
    margin-block-start: 35px;
  }
}

.form__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.form__checkbox-input:checked + .form__checkbox-text::after {
  opacity: 1;
}

.form__checkbox-text {
  position: relative;
  padding-left: 42px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 800px) {
  .form__checkbox-text {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
}
.form__checkbox-text a {
  color: #159741;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .form__checkbox-text a {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
}

.form__checkbox-text::before,
.form__checkbox-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.form__checkbox-text::before {
  width: 30px;
  height: 30px;
  border: 1px solid #2F2F2F;
  background: #FFF;
}

.form__checkbox-text::after {
  aspect-ratio: 24/12;
  width: 26px;
  height: auto;
  left: 3px;
  background: url(/image/form-check.webp) no-repeat center center/contain;
  opacity: 0;
}

.form__checkbox:hover .form__checkbox-text::before {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741;
}

.form__checkbox-input:focus + .form__checkbox-text::before {
  border: 1px solid #159741;
  box-shadow: 0 0 4px 0 #159741;
  background: rgba(21, 151, 65, 0.15);
}

.form__btn {
  width: 239px;
  height: 56px;
  background: #159741;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-block-start: 42px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .form__btn {
    width: 300px;
    height: 56px;
    margin-block-start: 43px;
  }
}
@media (any-hover: hover) {
  .form__btn:hover {
    opacity: 0.7;
  }
}
.form__btn:disabled {
  background: #BDBDBD;
  opacity: 1;
  cursor: not-allowed;
}

/* =============================================
  footer
============================================= */
.footer {
  background: #F2F2F2;
  padding-block: 56px 9px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .footer {
    padding-block: 48px 10px;
  }
}

.page-top-btn {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: -60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .page-top-btn {
    width: 70px;
    height: 70px;
    right: 16px;
    top: -35px;
  }
}
@media (any-hover: hover) {
  .page-top-btn:hover {
    opacity: 0.7;
  }
}
.page-top-btn img {
  width: 100%;
  height: 100%;
}

.footer__sns {
  display: flex;
  width: fit-content;
  gap: 40px;
  margin-inline: auto;
}

.footer__sns-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #2F2F2F;
  background: #2f2f2f;
  transition: all 0.3s ease;
  padding-inline-start: 2px;
}
@media (any-hover: hover) {
  .footer__sns-icon a:hover {
    background: #fbfbfb;
  }
  .footer__sns-icon a:hover i {
    color: #2F2F2F;
  }
}
@media screen and (max-width: 800px) {
  .footer__sns-icon {
    width: 50px;
    height: 50px;
  }
}
.footer__sns-icon i {
  color: #fff;
  font-size: 23px;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer__nav {
  display: flex;
  gap: 40px;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 40px;
}
@media screen and (max-width: 800px) {
  .footer__nav {
    margin-block-start: 41px;
    gap: 32px;
  }
}

.footer__nav-item a {
  color: #333;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
}

.footer__logo {
  width: 166.484px;
  height: 91.652px;
  margin-inline: auto;
  margin-block-start: 36px;
}
@media screen and (max-width: 800px) {
  .footer__logo {
    margin-block-start: 41px;
  }
}
.footer__logo a {
  display: inline-block;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.8;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}

.footer__copyright {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.36px;
  display: block;
  margin-inline: auto;
  margin-block-start: 20.35px;
}
@media screen and (max-width: 800px) {
  .footer__copyright {
    margin-block-start: 31px;
  }
}

/* =============================================
  bg salad
============================================= */
.bg-salad {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .bg-salad {
    height: 250px;
  }
}

.bg-salad__bg {
  position: absolute;
  /* ★ここがポイント：上下に「動かす量」ぶん余分を持たせる */
  inset: -160px 0;
  /* 例：上下に60px余分（左右は0） */
  background-image: url(/image/bg-salad-pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(0) scale(1.06);
  transform-origin: center;
  will-change: transform;
}

/* =============================================
  bg interior
============================================= */
.bg-interior {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .bg-interior {
    height: 250px;
  }
}

.bg-interior__bg {
  position: absolute;
  inset: -160px 0;
  background-image: url(/image/bg-interior.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}/*# sourceMappingURL=style.css.map */