@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --color-primary: #a9a9b3;
  --color-secondary: #141824;
  --color-bg-dark-steel: #222430;
  --color-font-base: #141824;
  --color-white: #ffffff;
  --font-family-base: "Noto Serif JP", serif;
  --z-index-default: 1;
  --z-index-negative: -1;
  --z-index-header: 10;
  --header-height: 140px;
  --header-height-sp: 80px;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2f312f;
  font-family: var(--font-family-base);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: normal;
  background-image: url("../img/layout/bg_base.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
}

p,
dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  p .sp-inline {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  p .sp-inline {
    display: inline;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.c-title {
  display: grid;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.c-title--center .c-title-main,
.c-title--center .c-title-sub {
  text-align: center;
}
.c-title--white {
  color: var(--color-white);
}
.c-title--small {
  gap: 16px;
}
.c-title--small .c-title-main {
  font-size: 3.2rem;
  letter-spacing: 0;
}
.c-title--small .c-title-sub {
  font-size: 2rem;
  letter-spacing: 0.12em;
}

.c-title-sub {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}

.c-title-main {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.c-title-main span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-title-sub {
    font-size: 2rem;
  }
  .c-title-main {
    font-size: 2.4rem;
  }
  .c-title {
    gap: 5px;
  }
  .c-title--white .c-title-main {
    font-size: 2.4rem;
  }
  .c-title--white .c-title-sub {
    font-size: 2rem;
  }
  .c-title--small .c-title-main {
    font-size: 2.4rem;
  }
  .c-title--small .c-title-sub {
    font-size: 2rem;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  padding-block-end: 8px;
  border-block-end: 1px solid var(--color-font-base);
  transition: filter 0.2s ease;
}
.c-button::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
          mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-font-base);
  transition: translate 0.2s ease;
}
@media (any-hover: hover) {
  .c-button:hover {
    filter: brightness(2);
  }
  .c-button:hover::after {
    translate: 8px 0;
  }
}

.c-button--pattern-1 {
  width: 200px;
}

.c-button--pattern-2 {
  width: 130px;
}

@media only screen and (max-width: 767px) {
  .c-button--pattern-1 {
    font-size: 1.5rem;
  }
  .c-button--pattern-2 {
    font-size: 1.3rem;
  }
}
.c-image-item {
  display: flex;
  flex-direction: column;
}

.c-image-item--top .c-image-item-image {
  aspect-ratio: 398/310;
}
.c-image-item--top .c-image-item-body {
  padding-block-start: 40px;
}

.c-image-item--white .c-image-item-title,
.c-image-item--white .c-image-item-text {
  color: var(--color-white);
}
.c-image-item--white .c-image-item-title {
  border-inline-start-color: var(--color-white);
  letter-spacing: 0;
}

.c-image-item-image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 340/270;
}
.c-image-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.c-image-item-body {
  padding-block-start: 32px;
}

.c-image-item-title {
  padding-inline-start: 20px;
  border-inline-start: 3px solid var(--color-font-base);
  font-size: 2.4rem;
  line-height: 1.4;
  margin-block-end: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.c-image-item-text {
  line-height: 1.8;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-image-item-title {
    font-size: 2rem;
  }
  .c-image-item-body {
    padding-block-start: 20px;
  }
  .c-image-item-text {
    font-size: 1.5rem;
  }
}
.c-section-divider {
  margin: 0;
  padding: 0;
  width: min(100%, 83.3333333333vw);
  height: 0;
  border: 0;
  border-block-start: 1px solid currentColor;
  color: var(--color-font-base);
  background: none;
  overflow: visible;
}
.c-section-divider--small {
  width: min(100%, 78.125vw);
}

.c-section-divider--left {
  margin-inline-start: 0;
  margin-inline-end: auto;
}

.c-section-divider--right {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.c-page-mv {
  position: relative;
  height: 450px;
  background-image: url("../img/components/bg_page-mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-page-mv-title-outer {
  position: absolute;
  top: 46%;
  left: calc(50% - 540px);
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1920px) {
  .c-page-mv-title-outer {
    left: 22%;
  }
}

.c-page-mv-title {
  color: var(--color-white);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.c-page-mv-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: var(--z-index-header);
  transform-origin: right bottom;
  transform: scale(0.8);
}
.c-page-mv-buttons.is-mv-cta-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.c-page-mv-button-outer {
  display: flex;
}

.c-page-mv-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 300px;
  padding: 12px 20px;
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 2rem;
  border: 1px solid var(--color-white);
  transition: background-color 0.2s ease;
}
.c-page-mv-button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
          mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  transition: background-color 0.2s ease;
}
.c-page-mv-button::before {
  content: "";
  display: block;
  flex-shrink: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  transition: background-color 0.2s ease;
}
.c-page-mv-button:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.c-page-mv-buttons.is-mv-cta-scrolled .c-page-mv-button {
  background-color: color-mix(in srgb, var(--color-secondary) 100%, transparent 40%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(20, 24, 36, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.c-page-mv-buttons.is-mv-cta-scrolled .c-page-mv-button:hover {
  background-color: color-mix(in srgb, var(--color-primary) 100%, transparent 10%);
}

@media (prefers-reduced-transparency: reduce) {
  .c-page-mv-buttons.is-mv-cta-scrolled .c-page-mv-button {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.c-page-mv-button--tabelog::before {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/components/icon_tabelog.svg");
          mask-image: url("../img/components/icon_tabelog.svg");
}

.c-page-mv-button--ikkyu::before {
  content: "";
  width: 34px;
  aspect-ratio: 34/28;
  -webkit-mask-image: url("../img/components/icon_ikkyu.svg");
          mask-image: url("../img/components/icon_ikkyu.svg");
}

@media only screen and (max-width: 767px) {
  .c-page-mv {
    height: 320px;
    background-position: 30% 50%;
  }
  .c-page-mv-title-outer {
    left: 50%;
    top: 40%;
    translate: -50% -50%;
  }
  .c-page-mv-title {
    font-size: 2.8rem;
    text-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .c-page-mv-title {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-page-mv-buttons {
    width: min(100%, 640px);
    margin-inline: auto;
    inset-inline: 0;
    bottom: 0;
    transform: scale(1);
  }
  .c-page-mv-button-outer {
    justify-content: center;
    gap: 0;
  }
  .c-page-mv-button {
    width: 50%;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
    padding: 8px;
    gap: 8px;
    border: none;
  }
  .c-page-mv-button::after {
    width: clamp(14px, 4vw, 20px);
    aspect-ratio: 1/1;
  }
  .c-page-mv-button--tabelog {
    border-inline-end: 1px solid var(--color-white);
  }
  .c-page-mv-button--tabelog::before {
    width: clamp(14px, 4vw, 20px);
    aspect-ratio: 1/1;
  }
  .c-page-mv-button--ikkyu::before {
    width: clamp(14px, 4vw, 20px);
    aspect-ratio: 34/28;
  }
}
.c-cta {
  position: relative;
  isolation: isolate;
  background-image: url(../img/components/bg_cta.png);
  background-position: center;
  background-size: cover;
}

.c-cta-inner {
  position: relative;
  z-index: var(--z-index-default);
  padding-block: 80px;
  text-align: center;
}

.c-cta-tel {
  width: min(100%, 500px);
  margin-inline: auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 44px;
  padding-inline: 28px 20px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  transition: opacity 0.2s ease;
}
.c-cta-tel::before, .c-cta-tel::after {
  content: "";
  display: block;
}
.c-cta-tel::before {
  grid-column: 1;
  justify-self: start;
  width: 31px;
  height: 36px;
  background-color: currentColor;
  mask-image: url("../img/components/icon_tel.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/components/icon_tel.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-cta-tel::after {
  grid-column: 3;
  justify-self: end;
  width: 25px;
  height: 25px;
  background-color: currentColor;
  mask-image: url("../img/components/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-cta-tel:hover {
  opacity: 0.7;
}

.c-cta-tel-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-cta-tel-label {
  font-size: 1.8rem;
  line-height: 1;
}

.c-cta-tel-number {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-cta-links {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  gap: 40px;
  margin-block-start: 60px;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .c-cta-links {
    grid-template-columns: repeat(3, 300px);
  }
}

.c-cta-link-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding-inline: 20px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.c-cta-link-item a::before, .c-cta-link-item a::after {
  content: "";
  display: block;
}
.c-cta-link-item a::after {
  width: 25px;
  height: 25px;
  background-color: currentColor;
  mask-image: url("../img/components/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.c-cta-link-item a:hover {
  opacity: 0.7;
}

.c-cta-link-item--mail a::before {
  width: 32px;
  height: 24px;
  background-color: currentColor;
  mask-image: url("../img/components/icon_mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/components/icon_mail.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.c-cta-link-item--tabelog a::before {
  width: 31px;
  height: 31px;
  background-color: currentColor;
  mask-image: url("../img/components/icon_tabelog.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/components/icon_tabelog.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.c-cta-link-item--ikkyu a::before {
  width: 38px;
  height: 32px;
  background-color: currentColor;
  mask-image: url("../img/components/icon_ikkyu.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../img/components/icon_ikkyu.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

@media only screen and (max-width: 767px) {
  .c-cta-inner {
    width: 95%;
    padding-block: 50px;
  }
  .c-cta-tel {
    grid-template-columns: 32px 1fr 32px;
    margin-block-start: 32px;
    padding-block: 24px;
    padding-inline: 20px;
  }
  .c-cta-tel::before {
    width: 22px;
    height: 25px;
    background-color: currentColor;
    mask-image: url("../img/components/icon_tel.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../img/components/icon_tel.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
  .c-cta-tel::after {
    width: 22px;
    height: 22px;
    background-color: currentColor;
    mask-image: url("../img/components/icon_arrow.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../img/components/icon_arrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
  .c-cta-tel-label {
    font-size: 1.6rem;
  }
  .c-cta-tel-number {
    font-size: 2.8rem;
  }
  .c-cta-links {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-block-start: 12px;
    width: min(100%, 500px);
    margin-inline: auto;
  }
  .c-cta-link-item a {
    grid-template-columns: 36px 1fr 22px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    min-block-size: 64px;
    padding-block: 14px;
    padding-inline: 16px;
    font-size: 1.6rem;
  }
  .c-cta-link-item a::after {
    width: 22px;
    height: 22px;
    background-color: currentColor;
    mask-image: url("../img/components/icon_arrow.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../img/components/icon_arrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
  .c-cta-link-item--mail a::before {
    width: 20px;
    height: 14px;
    background-color: currentColor;
    mask-image: url("../img/components/icon_mail.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../img/components/icon_mail.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
  .c-cta-link-item--tabelog a::before {
    width: 24px;
    height: 24px;
    background-color: currentColor;
    mask-image: url("../img/components/icon_tabelog.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../img/components/icon_tabelog.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
  .c-cta-link-item--ikkyu a::before {
    width: 28px;
    height: 24px;
    background-color: currentColor;
    mask-image: url("../img/components/icon_ikkyu.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("../img/components/icon_ikkyu.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
  }
}
.c-octagon-box {
  background-color: var(--color-bg-dark-steel);
  clip-path: polygon(45px 0%, calc(100% - 45px) 0%, 100% 45px, 100% calc(100% - 45px), calc(100% - 45px) 100%, 45px 100%, 0% calc(100% - 45px), 0% 45px);
  padding-block: 20px 32px;
  padding-inline: 80px;
  text-align: center;
}
.c-octagon-box--small {
  min-height: 165px;
  display: grid;
  place-items: center;
  padding: 0;
}

.c-octagon-box-title {
  color: var(--color-white);
  font-size: 2.4rem;
  margin-block-end: 14px;
}

.c-octagon-box-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  justify-content: center;
}
.c-octagon-box-list--small {
  grid-template-rows: 100px;
}

.c-octagon-box-item {
  padding-inline: 50px;
  padding-block: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-inline-start: 1px solid var(--color-white);
  translate: 28px 0;
}
.c-octagon-box-item:last-of-type {
  border-inline-end: 1px solid var(--color-white);
}
.c-octagon-box-item--small {
  padding-inline: 60px;
  translate: 0 0;
}
.c-octagon-box-item--small:first-of-type {
  border-inline-start: none;
}
.c-octagon-box-item--small:last-of-type {
  border-inline-end: none;
}

.c-octagon-box-text {
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.c-octagon-box-main-text {
  color: var(--color-white);
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  text-wrap: nowrap;
}

.c-octagon-box-sub-text {
  color: var(--color-white);
  margin-block-start: 10px;
}

@media only screen and (max-width: 767px) {
  .c-octagon-box {
    clip-path: polygon(24px 0%, calc(100% - 24px) 0%, 100% 24px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0% calc(100% - 24px), 0% 24px);
    padding-block: 36px;
    padding-inline: 20px;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .c-octagon-box--small {
    padding-block: 20px;
  }
  .c-octagon-box-title {
    font-size: 2rem;
    margin-block-end: 24px;
    line-height: 1.2;
  }
  .c-octagon-box-list {
    grid-template-columns: 1fr;
    border-inline-end: none;
    border-block-end: 1px solid var(--color-white);
    width: min(95%, 300px);
    margin-inline: auto;
  }
  .c-octagon-box-list--small {
    border-block-end: none;
  }
  .c-octagon-box-item {
    padding-inline: 0;
    padding-block: 20px;
    border-inline-start: none;
    border-block-start: 1px solid var(--color-white);
    width: 100%;
    margin-inline: auto;
    translate: 0 0;
  }
  .c-octagon-box-item:last-of-type {
    border-inline-end: none;
  }
  .c-octagon-box-item--small:first-of-type {
    border-block-start: none;
  }
  .c-octagon-box-text {
    font-size: 1.5rem;
  }
  .c-octagon-box-main-text {
    font-size: 2rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #222430;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.l-header {
  background-color: transparent;
  position: relative;
}

.l-header-head-outer {
  position: fixed;
  top: 0;
  inset-inline: 0;
  width: 100%;
  height: var(--header-height);
  z-index: var(--z-index-header);
}
.l-header-head-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: var(--z-index-negative);
  background: linear-gradient(to bottom, rgba(20, 24, 36, 0.88) 0%, rgba(20, 24, 36, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.l-header-head-outer.is-header-scrolled::before {
  opacity: 1;
}

.l-header-head {
  position: relative;
  z-index: var(--z-index-default);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1920px);
  height: 100%;
  margin-inline: auto;
  padding: 0px 50px 20px 30px;
}

.l-header-logo {
  width: 249px;
  aspect-ratio: 249/90;
  translate: 0px 11px;
}
@media only screen and (max-width: 1440px) {
  .l-header-logo {
    width: 200px;
  }
}
.l-header-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-header-logo-link {
  display: block;
}

.l-header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1440px) {
  .l-header-nav {
    gap: 20px;
  }
}

.l-header-nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1440px) {
  .l-header-nav-list {
    gap: 16px;
  }
}

.l-header-nav-item a {
  font-size: 1.5rem;
  color: var(--color-white);
  letter-spacing: 0.06em;
  transition: color 0.25s ease, opacity 0.25s ease;
}
@media (any-hover: hover) {
  .l-header-nav-item a:hover {
    opacity: 0.7;
  }
}

.l-header-cta {
  display: flex;
  align-items: center;
}

.l-header-tel {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-block: 5px;
  padding-inline: 16px;
  width: 164px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background-color: transparent;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.l-header-tel::before {
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  -webkit-mask-image: url("../img/components/icon_tel.svg");
          mask-image: url("../img/components/icon_tel.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .l-header-tel:hover {
    color: var(--color-secondary);
    background-color: var(--color-primary);
  }
}

.l-header-mail {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-block: 5px;
  padding-inline: 16px;
  width: 164px;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background-color: transparent;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.l-header-mail::before {
  content: "";
  display: block;
  width: 22px;
  height: 15px;
  -webkit-mask-image: url("../img/components/icon_mail.svg");
          mask-image: url("../img/components/icon_mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .l-header-mail:hover {
    color: var(--color-secondary);
    background-color: var(--color-primary);
  }
}

@media only screen and (max-width: 767px) {
  .l-header-head-outer {
    height: var(--header-height-sp);
  }
  .l-header-head {
    padding: 10px 20px;
  }
  .l-header-logo {
    width: 140px;
    translate: 0 0;
  }
  .l-header-inner {
    padding-inline: 20px;
  }
  .l-header-nav {
    display: none;
  }
}
.footer-action {
  min-height: 500px;
}

.footer-bar {
  padding: 80px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 30px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 249px;
  margin-bottom: 20px;
  aspect-ratio: 249/90;
}
.footer-bar__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__address {
  font-size: 1.5rem;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1.8;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
  transition: filter 0.2s ease;
}
@media (any-hover: hover) {
  .footer-bar__sns:hover {
    filter: brightness(1.5);
  }
}
.footer-bar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  -moz-column-gap: 72px;
       column-gap: 72px;
  row-gap: 44px;
  margin-block-start: -10px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  transition: filter 0.2s ease;
}
@media (any-hover: hover) {
  .footer-bar__item a:hover {
    filter: brightness(1.5);
  }
}
.footer-bar__item a span {
  display: block;
}
.footer-bar__copyright {
  font-size: 1.3rem;
}
.footer-bar__links {
  display: flex;
  gap: 55px;
  justify-content: flex-end;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 600;
  transition: filter 0.2s ease;
}
@media (any-hover: hover) {
  .footer-bar__link a:hover {
    filter: brightness(1.5);
  }
}

@media only screen and (max-width: 767px) {
  .footer-action {
    min-height: 250px;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__logo {
    width: min(100%, 215px);
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.2rem;
    font-weight: 500;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #141824;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 18px 20px 50px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 140px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #141824;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #141824;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 20px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 30px;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
  height: 100vh;
  background-image: url("../img/pages/top/mv_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-mv-copy-outer {
  position: absolute;
  top: 50%;
  left: calc(50% + 80px);
  translate: 0 -60%;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1920px) {
  .top-mv-copy-outer {
    left: auto;
    right: 120px;
  }
}

.top-mv-copy {
  color: var(--color-white);
  text-wrap: nowrap;
}

.top-mv-copy-main {
  font-size: 5rem;
  line-height: 1.8;
  text-shadow: 0 0 57px #020303;
}
.top-mv-copy-main span {
  display: block;
}

.top-mv-copy-description {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-block-start: 40px;
  text-shadow: 0 0 38px rgba(2, 3, 3, 0.7);
}
.top-mv-copy-description span {
  display: block;
}

.top-mv-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: var(--z-index-header);
  transform-origin: right bottom;
  transition: transform 0.3s ease-in-out;
}
.top-mv-buttons.is-mv-cta-scrolled {
  transform: scale(0.8);
}
.top-mv-buttons.is-mv-cta-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.top-mv-button-outer {
  display: flex;
  gap: 10px;
}

.top-mv-button {
  background-color: var(--color-secondary);
  color: var(--color-white);
  width: 300px;
  font-size: 2rem;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: background-color 0.3s ease;
}
.top-mv-button::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
          mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-white);
  flex-shrink: 0;
}
.top-mv-button::before {
  content: "";
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-white);
  flex-shrink: 0;
}
.top-mv-button:hover {
  background-color: var(--color-primary);
}

.top-mv-buttons.is-mv-cta-scrolled .top-mv-button {
  background-color: color-mix(in srgb, var(--color-secondary) 100%, transparent 40%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(20, 24, 36, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.top-mv-buttons.is-mv-cta-scrolled .top-mv-button:hover {
  background-color: color-mix(in srgb, var(--color-primary) 100%, transparent 10%);
}

@media (prefers-reduced-transparency: reduce) {
  .top-mv-buttons.is-mv-cta-scrolled .top-mv-button {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
.top-mv-button--tabelog::before {
  content: "";
  width: 28px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/components/icon_tabelog.svg");
          mask-image: url("../img/components/icon_tabelog.svg");
}

.top-mv-button--ikkyu::before {
  content: "";
  width: 34px;
  aspect-ratio: 34/28;
  -webkit-mask-image: url("../img/components/icon_ikkyu.svg");
          mask-image: url("../img/components/icon_ikkyu.svg");
}

@media only screen and (max-width: 767px) {
  .top-mv {
    height: 100vh;
    max-height: 700px;
    background-position: 30% 50%;
  }
  .top-mv-copy {
    text-wrap: wrap;
  }
  .top-mv-copy-outer {
    width: 100%;
    padding-inline: 20px;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  .top-mv-copy-main {
    font-size: clamp(2.2rem, 5vw, 5rem);
    text-shadow: 0 1px 3px rgb(2, 3, 3), 0 3px 14px rgba(2, 3, 3, 0.9), 0 6px 28px rgba(2, 3, 3, 0.85), 0 0 72px rgb(2, 3, 3);
  }
  .top-mv-copy-description {
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    margin-block-start: 20px;
    text-shadow: 0 1px 3px rgb(2, 3, 3), 0 2px 10px rgba(2, 3, 3, 0.9), 0 0 56px rgb(2, 3, 3);
  }
  .top-mv-buttons {
    width: min(100%, 640px);
    margin-inline: auto;
    inset-inline: 0;
    bottom: 0;
  }
  .top-mv-button-outer {
    justify-content: center;
    gap: 0;
  }
  .top-mv-button {
    width: 50%;
    font-size: clamp(1.4rem, 4vw, 1.6rem);
    padding: 8px;
    gap: 8px;
  }
  .top-mv-button::after {
    width: clamp(14px, 4vw, 20px);
    aspect-ratio: 1/1;
  }
  .top-mv-button--tabelog {
    border-inline-end: 1px solid var(--color-white);
  }
  .top-mv-button--tabelog::before {
    width: clamp(14px, 4vw, 20px);
    aspect-ratio: 1/1;
  }
  .top-mv-button--ikkyu::before {
    width: clamp(14px, 4vw, 20px);
    aspect-ratio: 34/28;
  }
}
.top-about-inner {
  width: min(100%, 1920px);
  padding-block: 120px;
  margin-inline: auto;
}

.top-about-content {
  display: flex;
  gap: 130px;
  justify-content: end;
}
@media only screen and (max-width: 1440px) {
  .top-about-content {
    gap: 40px;
  }
}

.top-about-text {
  padding-inline-start: 30px;
}

.top-about-body {
  margin-block-start: 44px;
}
.top-about-body p:not(:first-child) {
  margin-block-start: 36px;
}
.top-about-body p {
  font-weight: 600;
}

.top-about-image {
  width: 960px;
}
@media only screen and (max-width: 1440px) {
  .top-about-image {
    width: 640px;
  }
}
.top-about-image img {
  width: 100%;
}

.top-about-features {
  position: relative;
  min-height: 500px;
  background-image: url("../img/pages/top/bg_top_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
}

.top-about-feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 190px;
}

.top-about-feature-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-inline-start: 1px solid var(--color-white);
}
.top-about-feature-item:last-of-type {
  border-inline-end: 1px solid var(--color-white);
}

.top-about-feature-title {
  color: var(--color-white);
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}

.top-about-feature-text {
  margin-block-start: 40px;
  color: var(--color-white);
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .top-about-inner {
    padding-block: 60px;
    padding-inline: 20px;
  }
  .top-about-content {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
  .top-about-body {
    margin-block-start: 30px;
  }
  .top-about-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .top-about-text {
    padding-inline-start: 0;
  }
  .top-about-image {
    width: 100%;
  }
  .top-about-features {
    min-height: auto;
  }
  .top-about-feature-list {
    padding-block: 40px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .top-about-feature-item {
    padding-inline: 0;
    padding-block: 20px;
    border-inline-start: none;
    border-block-start: 1px solid var(--color-white);
  }
  .top-about-feature-item:last-of-type {
    border-inline-end: none;
    border-block-end: 1px solid var(--color-white);
  }
  .top-about-feature-title {
    font-size: 2rem;
  }
  .top-about-feature-text {
    margin-block-start: 20px;
    font-size: 1.5rem;
  }
}
.top-scene {
  padding-block-start: 220px;
  margin-block-end: 120px;
}

.top-scene-head {
  margin-block-end: 72px;
  text-align: center;
}

.top-scene-list {
  display: grid;
  grid-template-columns: repeat(3, 398px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .top-scene-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-scene-item {
  display: flex;
}

.top-scene-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  gap: 36px;
}

.top-scene-card-button {
  margin-block-start: auto;
}

@media only screen and (max-width: 767px) {
  .top-scene {
    padding-block: 60px;
    margin-block-end: 0;
  }
  .top-scene-head {
    margin-block-end: 40px;
  }
  .top-scene-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .top-scene-item {
    display: block;
  }
  .top-scene-card {
    display: block;
  }
  .top-scene-card-button {
    margin-block-start: 30px;
  }
}
.top-reason {
  overflow: hidden;
  margin-block: 120px;
}

.top-reason-inner {
  display: grid;
  grid-template-columns: 790px 1fr;
  -moz-column-gap: 88px;
       column-gap: 88px;
}
@media only screen and (max-width: 1440px) {
  .top-reason-inner {
    gap: 40px;
  }
}

.top-reason-media {
  aspect-ratio: 790/600;
}
.top-reason-media img {
  width: 100%;
}

.top-reason-content {
  display: flex;
  flex-direction: column;
}

.top-reason-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-block-start: 60px;
}

.top-reason-item {
  padding-inline-start: 30px;
  padding-block: 10px;
  border-inline-start: 3px solid var(--color-font-base);
}

.top-reason-item-title {
  font-size: 2.4rem;
  line-height: 1;
}

.top-reason-item-text {
  margin-block-start: 20px;
  text-wrap: nowrap;
  line-height: 1;
}

.top-reason-content-button {
  margin-block-start: 70px;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    margin-block: 60px;
  }
  .top-reason-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .top-reason-list {
    margin-block-start: 20px;
    gap: 30px;
    width: 90%;
    margin-inline: auto;
  }
  .top-reason-item {
    padding-inline-start: 20px;
  }
  .top-reason-content {
    gap: 32px;
  }
  .top-reason-item-title {
    font-size: 1.6rem;
  }
  .top-reason-item-text {
    font-size: 1.3rem;
    text-wrap: wrap;
  }
}
.top-column {
  padding-block: 100px 130px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 28px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/248;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-column__item .time {
  color: var(--color-font-base);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding-inline-end: 10px;
  text-align: right;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid var(--color-font-base);
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-block-start: 10px;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 30px;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__button {
    position: static;
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    margin-block-end: 20px;
  }
}
.top-news {
  padding: 80px 0 120px;
}
.top-news__title {
  flex: 0 0 auto;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 825px;
}
.top-news__item:first-child .link {
  padding-block-start: 0;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-font-base);
  padding-block: 30px;
  padding-inline: 0;
  transition: opacity 0.2s ease;
}
.top-news__item .link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("../img/components/icon_arrow.svg");
          mask-image: url("../img/components/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-font-base);
}
@media (any-hover: hover) {
  .top-news__item .link:hover {
    opacity: 0.7;
  }
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
  padding-inline-start: 32px;
}
.top-news__item .time {
  color: var(--color-font-base);
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.8rem;
  line-height: 1.2;
}
.top-news__item .icon {
  color: var(--color-font-base);
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-block: 30px;
  }
  .top-news__item:first-child .link {
    padding-block-start: 0;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 25px;
    padding-inline: 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
    padding-inline-start: 10px;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    width: 115px;
    margin: 0 auto;
  }
}
.reception-hospitality {
  position: relative;
  z-index: var(--z-index-default);
}
.reception-hospitality::before {
  content: "";
  display: block;
  width: 60.7291666667%;
  aspect-ratio: 1166/662;
  background-image: url("../img/pages/reception/bg_reception_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index-negative);
}
@media only screen and (max-width: 1920px) {
  .reception-hospitality::before {
    width: 1166px;
  }
}
@media only screen and (max-width: 1440px) {
  .reception-hospitality::before {
    width: 75%;
  }
}

.reception-hospitality-intro {
  width: min(100%, 1920px);
  margin-inline: auto;
  padding-block: 100px;
}

.reception-hospitality-intro-content-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
}

.reception-hospitality-intro-head {
  width: -moz-fit-content;
  width: fit-content;
}

.reception-hospitality-intro-body {
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 60px;
}
.reception-hospitality-intro-body p:not(:first-child) {
  margin-block-start: 36px;
}
.reception-hospitality-intro-body p {
  font-weight: 600;
}

.reception-hospitality-features {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  margin-block-start: 100px;
}
@media only screen and (max-width: 1440px) {
  .reception-hospitality-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.reception-scene {
  padding-block-start: 48px;
}

.reception-scene-inner {
  max-width: 1080px;
}

@media only screen and (max-width: 767px) {
  .reception-hospitality::before {
    position: static;
    width: 100%;
  }
  .reception-hospitality-intro {
    min-height: auto;
    padding-block: 0;
  }
  .reception-hospitality-intro-content {
    padding-block-end: 40px;
  }
  .reception-hospitality-intro-content-inner {
    margin-inline-start: 0;
  }
  .reception-hospitality-intro-body {
    margin-block-start: 32px;
  }
  .reception-hospitality-intro-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .reception-scene {
    padding-block: 0;
  }
  .reception-hospitality-features {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 44px;
    margin-block-start: 0;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .reception-hospitality-features-item {
    display: block;
  }
}
.reception-menu {
  margin-block-start: 100px;
}

.reception-menu-outer {
  padding-block: 100px;
  position: relative;
  z-index: var(--z-index-default);
}
.reception-menu-outer::after {
  content: "";
  display: block;
  background-image: url("../img/pages/reception/bg_reception_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: var(--z-index-negative);
}

.reception-menu-head {
  margin-block-end: 36px;
}

.reception-menu-image img {
  width: 100%;
  display: block;
}

.reception-menu-body {
  margin-block-start: 40px;
  color: var(--color-white);
}
.reception-menu-body p:not(:first-child) {
  margin-block-start: 36px;
}

.reception-menu-gallery {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  padding-block: 100px;
}
@media only screen and (max-width: 1440px) {
  .reception-menu-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .reception-menu {
    margin-block-start: 50px;
  }
  .reception-menu-outer {
    padding-block: 50px;
  }
  .reception-menu-head {
    margin-block-end: 32px;
  }
  .reception-menu-body {
    margin-block-start: 32px;
  }
  .reception-menu-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .reception-menu-gallery {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 40px;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .reception-menu-gallery-item {
    display: block;
  }
}
.date-anniversary {
  position: relative;
  z-index: var(--z-index-default);
}
.date-anniversary::before {
  content: "";
  display: block;
  width: 56.875%;
  aspect-ratio: 1092/791;
  background-image: url("../img/pages/date/bg_date_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index-negative);
}
@media only screen and (max-width: 1920px) {
  .date-anniversary::before {
    width: 1092px;
  }
}
@media only screen and (max-width: 1440px) {
  .date-anniversary::before {
    width: 65%;
  }
}

.date-anniversary-intro {
  width: min(100%, 1920px);
  margin-inline: auto;
  padding-block: 100px 72px;
}

.date-anniversary-intro-content-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: auto;
  translate: -46px 0;
}

.date-anniversary-intro-head {
  width: -moz-fit-content;
  width: fit-content;
}

.date-anniversary-intro-body {
  width: -moz-fit-content;
  width: fit-content;
  margin-block-start: 60px;
}
.date-anniversary-intro-body p:not(:first-child) {
  margin-block-start: 36px;
}
.date-anniversary-intro-body p {
  font-weight: 600;
}

.date-anniversary-features {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  margin-block-start: 100px;
}
@media only screen and (max-width: 1440px) {
  .date-anniversary-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.date-anniversary-features-item {
  display: flex;
}

.date-scene {
  padding-block-start: 48px;
}

.date-scene-inner {
  max-width: 1080px;
}

@media only screen and (max-width: 767px) {
  .date-anniversary::before {
    position: static;
    width: 100%;
  }
  .date-anniversary-intro {
    min-height: auto;
    padding-block: 0;
  }
  .date-anniversary-intro-content {
    padding-block-end: 40px;
  }
  .date-anniversary-intro-content-inner {
    margin-inline-start: 0;
    translate: 0 0;
  }
  .date-anniversary-intro-body {
    margin-block-start: 32px;
  }
  .date-anniversary-intro-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .date-scene {
    padding-block: 0;
  }
  .date-anniversary-features {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 44px;
    margin-block-start: 0;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .date-anniversary-features-item {
    display: block;
  }
}
.date-menu {
  margin-block-start: 100px;
}

.date-menu-outer {
  padding-block: 100px;
  position: relative;
  z-index: var(--z-index-default);
}
.date-menu-outer::after {
  content: "";
  display: block;
  background-image: url("../img/pages/date/bg_date_02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: var(--z-index-negative);
}

.date-menu-head {
  margin-block-end: 36px;
}

.date-menu-image img {
  width: 100%;
  display: block;
}

.date-menu-body {
  margin-block-start: 40px;
  color: var(--color-white);
}
.date-menu-body p:not(:first-child) {
  margin-block-start: 36px;
}

.date-menu-gallery {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  padding-block: 100px;
}
@media only screen and (max-width: 1440px) {
  .date-menu-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

.date-menu-gallery-item {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .date-menu {
    margin-block-start: 50px;
  }
  .date-menu-outer {
    padding-block: 50px;
  }
  .date-menu-head {
    margin-block-end: 32px;
  }
  .date-menu-body {
    margin-block-start: 32px;
  }
  .date-menu-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .date-menu-gallery {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 40px;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .date-menu-gallery-item {
    display: block;
  }
}
.reason-intro {
  padding-block-start: 100px;
  text-align: center;
}

.reason-intro-about-content {
  display: flex;
  margin-block-start: 64px;
  gap: 47px;
  justify-content: center;
}
@media only screen and (max-width: 1920px) {
  .reason-intro-about-content {
    justify-content: start;
  }
}

.reason-intro-about-image {
  width: 510px;
  aspect-ratio: 510/380;
  flex-shrink: 0;
}

.reason-intro-about-body {
  margin-block-start: -10px;
}
.reason-intro-about-body p:not(:first-child) {
  margin-block-start: 36px;
}
.reason-intro-about-body p:first-of-type {
  text-wrap: nowrap;
}
@media only screen and (max-width: 1440px) {
  .reason-intro-about-body p:first-of-type {
    text-wrap: wrap;
  }
}
.reason-intro-about-body p {
  font-weight: 600;
}

.reason-intro-reasons {
  padding-block: 60px 100px;
}

.reason-intro-comfort {
  padding-block: 100px;
}

.reason-intro-comfort-inner {
  display: flex;
  gap: 111px;
  justify-content: center;
}

.reason-intro-comfort-content {
  width: 454px;
}

.reason-intro-comfort-title {
  margin-block-end: 48px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}

.reason-intro-comfort-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.reason-intro-comfort-item {
  background-color: var(--color-bg-dark-steel);
  clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
  padding-block: 24px;
  display: grid;
  place-items: center;
  text-align: center;
}
.reason-intro-comfort-item p {
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
}

.reason-intro-comfort-image {
  width: 510px;
  aspect-ratio: 510/380;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .reason-intro {
    padding-block: 50px;
  }
  .reason-intro-about-content {
    flex-direction: column;
    gap: 40px;
    margin-block-start: 40px;
  }
  .reason-intro-about-image {
    width: min(100%, 500px);
    margin-inline: auto;
  }
  .reason-intro-about-body {
    margin-block-start: 0;
  }
  .reason-intro-about-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .reason-intro-reasons {
    padding-block: 44px;
  }
  .reason-intro-comfort {
    padding-block: 50px;
  }
  .reason-intro-comfort-inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .reason-intro-comfort-content {
    width: min(100%, 500px);
    margin-inline: auto;
  }
  .reason-intro-comfort-title {
    margin-block-end: 24px;
    font-size: 2.4rem;
  }
  .reason-intro-comfort-list {
    gap: 16px;
  }
  .reason-intro-comfort-image {
    width: min(100%, 500px);
    margin-inline: auto;
  }
}
.reason-lost {
  position: relative;
  z-index: var(--z-index-default);
  padding-block: 98px;
}
.reason-lost::after {
  content: "";
  display: block;
  background-image: url("../img/pages/reason/bg_reason_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: var(--z-index-negative);
}

.reason-lost-content {
  display: flex;
  justify-content: center;
  gap: 260px;
}
@media only screen and (max-width: 1440px) {
  .reason-lost-content {
    gap: 80px;
    justify-content: space-between;
  }
}

.reason-lost-body {
  color: var(--color-white);
  width: 477px;
  margin-inline-end: 50px;
  margin-block-start: -10px;
}
.reason-lost-body p:not(:first-child) {
  margin-block-start: 36px;
}

.reason-lost-separator {
  width: 100%;
  height: 500px;
  margin-block: 100px;
}
.reason-lost-separator img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason-interior-image {
  width: 100%;
  display: block;
}

.reason-lost-scenarios {
  background-color: var(--color-secondary);
}

.reason-lost-scenarios-list {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .reason-lost-scenarios-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .reason-lost {
    padding-block: 50px;
  }
  .reason-lost-content {
    flex-direction: column;
    gap: 30px;
  }
  .reason-lost-body {
    margin: 0;
    width: 100%;
  }
  .reason-lost-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .reason-lost-separator {
    height: 200px;
    margin-block: 50px;
  }
  .reason-lost-scenarios-list {
    grid-template-columns: 1fr;
    gap: 32px;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .reason-lost-scenario-item {
    display: block;
  }
}
.meat-with-alcohol-charm {
  padding-block-start: 100px;
  text-align: center;
}

.meat-with-alcohol-charm-body {
  margin-block-start: 60px;
}
.meat-with-alcohol-charm-body p {
  font-weight: 500;
  text-align: center;
}

.meat-with-alcohol-charm-drinks {
  padding-block-start: 68px;
}

.meat-with-alcohol-charm-drinks-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

.meat-with-alcohol-charm-drinks-image {
  width: 650px;
  aspect-ratio: 650/380;
}
.meat-with-alcohol-charm-drinks-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.meat-with-alcohol-charm-drinks-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.meat-with-alcohol-charm-drinks-item {
  padding-inline-start: 30px;
  border-inline-start: 3px solid var(--color-font-base);
}

.meat-with-alcohol-charm-drinks-item-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  margin-block-start: 12px;
}

.meat-with-alcohol-charm-drinks-item-text {
  margin-block-start: 8px;
}

@media only screen and (max-width: 767px) {
  .meat-with-alcohol-charm {
    padding-block-start: 50px;
  }
  .meat-with-alcohol-charm-body {
    margin-block-start: 32px;
  }
  .meat-with-alcohol-charm-body p {
    text-align: left;
  }
  .meat-with-alcohol-charm-drinks {
    padding-block-start: 50px;
  }
  .meat-with-alcohol-charm-drinks-inner {
    flex-direction: column;
    align-items: start;
    gap: 40px;
    width: min(95%, 500px);
  }
  .meat-with-alcohol-charm-drinks-list {
    gap: 30px;
    width: 90%;
    margin-inline: auto;
  }
  .meat-with-alcohol-charm-drinks-image {
    width: 100%;
  }
  .meat-with-alcohol-charm-drinks-item {
    padding-inline-start: 20px;
  }
  .meat-with-alcohol-charm-drinks-item-title {
    font-size: 1.6rem;
  }
  .meat-with-alcohol-charm-drinks-item-text {
    font-size: 1.3rem;
  }
}
.meat-with-alcohol-space {
  margin-block-start: 100px;
  position: relative;
  z-index: var(--z-index-default);
  padding-block: 98px;
}
.meat-with-alcohol-space::after {
  content: "";
  display: block;
  background-image: url("../img/pages/meat-with-alcohol/bg_meat-with-alcohol_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: var(--z-index-negative);
}

.meat-with-alcohol-space-content {
  display: flex;
  justify-content: center;
  gap: 160px;
}
@media only screen and (max-width: 1440px) {
  .meat-with-alcohol-space-content {
    gap: 80px;
    justify-content: space-between;
  }
}

.meat-with-alcohol-space-body {
  width: 520px;
  margin-block-start: -10px;
  color: var(--color-white);
}
.meat-with-alcohol-space-body p:not(:first-child) {
  margin-block-start: 36px;
}

.meat-with-alcohol-space-list {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
  margin-block-start: 100px;
}
@media only screen and (max-width: 1440px) {
  .meat-with-alcohol-space-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.meat-with-alcohol-space-item {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .meat-with-alcohol-space {
    padding-block: 50px;
  }
  .meat-with-alcohol-space-content {
    flex-direction: column;
    gap: 30px;
  }
  .meat-with-alcohol-space-body {
    width: 100%;
    margin-inline-end: 0;
    margin-block-start: 0;
  }
  .meat-with-alcohol-space-body p:not(:first-child) {
    margin-block-start: 20px;
  }
  .meat-with-alcohol-space-list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-block-start: 50px;
    width: min(95%, 500px);
    margin-inline: auto;
  }
  .meat-with-alcohol-space-item {
    display: block;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #222430;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #222430;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #222430;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #222430;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */