@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --font-family: "Noto Sans JP", sans-serif;
  --gray: #343638;
  --black: #151515;
  color: var(--black);
  font-weight: 300;
  line-height: 1.875;
  font-size: 100%;
  font-family: var(--font-family);
}

html {
  scroll-behavior: smooth;
}

main {
  background-color: var(--gray);
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

.u-skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 9999;
  font-size: 14px;
}
.u-skip-link:focus {
  top: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 0 0 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  mix-blend-mode: difference;
}

.l-header__logo {
  width: 180px;
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
}
.l-header__nav-list li {
  padding: 0 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header__nav-list li a {
  height: 11px;
  transition: all 0.3s ease;
}
.l-header__nav-list li a:hover {
  opacity: 0.7;
}
.l-header__nav-list li a img {
  width: auto;
  height: 11px;
  display: block;
}
.l-header__nav-list li.l-header__nav-item--reserve {
  width: 150px;
  height: 120px;
  padding: 0;
  margin-left: 20px;
}
.l-header__nav-list li.l-header__nav-item--reserve a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3e4042;
  transition: all 0.3s ease;
}
.l-header__nav-list li.l-header__nav-item--reserve a img {
  height: 11px;
  width: auto;
  display: block;
}
.l-header__nav-list li.l-header__nav-item--reserve a:hover {
  background-color: #5f6163;
}

.l-inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 84%;
}

.l-footer {
  background-color: #2f3032;
  padding: 100px 0 120px;
}

.l-footer__logo {
  width: 168px;
  margin: 0 auto 40px;
}

.l-footer__copy {
  width: 145px;
  margin: 0 auto;
}

.c-hamburger {
  display: none;
}

.c-overlay {
  display: none;
}

.js-fadeIn {
  opacity: 0;
  transition: all 1s ease;
}

.js-fadeIn.is-visible {
  opacity: 1;
}

.u-sp {
  display: none;
}

@media (max-width: 834px) {
  .u-sp {
    display: inline;
  }
  .u-pc {
    display: none;
  }
  .c-hamburger {
    display: flex;
  }
  .c-hamburger {
    width: 120px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 20px;
    right: 20px;
    gap: 8px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .c-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(47, 48, 50, 0.95);
    z-index: 200;
  }
  .c-sp-menu__nav {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .c-sp-menu__nav-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .c-sp-menu__nav-list li {
    margin: 0 auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-sp-menu__nav-list li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    transition: all 0.3s ease;
  }
  .c-sp-menu__nav-list li a:hover {
    opacity: 0.7;
  }
  .c-header_lineup {
    width: 80px;
    display: block;
  }
  .c-header_features {
    width: 104px;
    display: block;
  }
  .c-header_kitchen {
    width: 90px;
    display: block;
  }
  .c-header_cupboard {
    width: 120px;
    display: block;
  }
  .c-header_reserve {
    width: 62px;
    display: block;
  }
  .c-header_member {
    width: 60px;
    display: block;
  }
  .c-sp-menu__nav-list-contact {
    margin-bottom: -20px !important;
  }
  .c-sp-menu__nav-list-contact a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 140px !important;
    height: 36px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
  }
  .c-sp-menu__nav-list-contact a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .l-header {
    z-index: 1000;
    height: 80px;
    padding: 0 0 0 20px;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__logo {
    width: 110px;
  }
  .c-hamburger__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    gap: 10px;
  }
  .c-hamburger__txt img {
    height: 100%;
    width: auto;
  }
  .c-hamburger__wrapper {
    width: 12px;
    height: 12px;
    position: relative;
  }
  .c-hamburger__line {
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  .c-hamburger__line:nth-of-type(2) {
    top: 5px;
  }
  .c-hamburger__line:nth-of-type(3) {
    top: 10px;
  }
  .c-hamburger.is-active .c-hamburger__line:nth-of-type(1) {
    transform: rotate(45deg);
    top: 5px;
  }
  .c-hamburger.is-active .c-hamburger__line:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active .c-hamburger__line:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 5px;
  }
  .c-menu_menu {
    width: 50px !important;
    display: block;
    position: relative;
    z-index: 5;
    height: auto !important;
    transition: all 0.3s ease;
  }
  .is-active .c-menu_menu {
    opacity: 0;
    z-index: 0;
  }
  .c-menu_close {
    width: 50px !important;
    display: block;
    position: absolute;
    z-index: 0;
    height: auto !important;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .is-active .c-menu_close {
    opacity: 1;
    z-index: 5;
  }
  .c-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .c-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-footer {
    padding: 60px 0 50px;
  }
  .l-footer__logo {
    width: 130px;
    margin: 0 auto 40px;
  }
  .l-footer__copy {
    width: 110px;
    line-height: 1;
  }
  .l-footer {
    padding: 50px 0 30px;
  }
}
#mv {
  width: 100%;
  padding-top: 120px;
  position: relative;
  aspect-ratio: 3/2;
}

.p-mv__img {
  position: absolute;
}

.p-mv__img--01 {
  width: 50%;
  top: 120px;
  right: 0;
  z-index: 2;
}
.p-mv__img--01::before {
  content: "";
  position: absolute;
  bottom: -6vw;
  right: 0;
  width: 87%;
  aspect-ratio: 1/1;
  background-image: url(../img/webp/mv01_bg.webp);
  background-size: cover;
  background-position: center;
  display: block;
  z-index: -1;
}

.p-mv__img--02 {
  width: 27%;
  top: 200px;
  left: 0;
  z-index: 2;
}
.p-mv__img--02::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 84%;
  aspect-ratio: 1/1;
  background-image: url(../img/webp/mv02_bg.webp);
  background-size: cover;
  background-position: center;
  display: block;
  z-index: -1;
}

.p-mv__img--03 {
  top: calc(220px + 30vw);
  width: 20%;
  left: 20%;
}

.p-mv__text-wrapper {
  position: absolute;
  top: -27vw;
  left: 56%;
  width: 14vw;
  z-index: 10;
}

.p-mv__subcatch img {
  transform: translate(50%, 0vw) scale(1.4);
}

.p-mv__img--01::before {
  content: "";
  position: absolute;
  bottom: -6vw;
  right: 0;
  width: 87%;
  aspect-ratio: 1/1;
  background-image: url(../img/webp/mv01_bg.webp);
  background-size: cover;
  background-position: center;
  display: block;
  z-index: 1;
}

.p-mv-swiper01, .p-mv-swiper02, .p-mv-swiper03 {
  overflow: hidden;
}
.p-mv-swiper01 .swiper-slide, .p-mv-swiper02 .swiper-slide, .p-mv-swiper03 .swiper-slide {
  overflow: hidden;
}
.p-mv-swiper01 .swiper-slide img, .p-mv-swiper02 .swiper-slide img, .p-mv-swiper03 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p-mv-swiper01 .swiper-wrapper, .p-mv-swiper02 .swiper-wrapper, .p-mv-swiper03 .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.p-mv-swiper01 {
  aspect-ratio: 2000/1678;
  position: relative;
  overflow: hidden;
}

.p-mv-swiper02 {
  aspect-ratio: 1040/954;
}

.p-mv-swiper03 {
  aspect-ratio: 720/480;
}

@media (max-width: 834px) {
  .p-mv__img--02 {
    width: 45%;
    top: calc(80px + 91vw);
  }
  .p-mv__img--02::before {
    top: -7vw;
  }
  .p-mv__img--01 {
    width: 77%;
    top: 90px;
  }
  #mv {
    aspect-ratio: 3/4.7;
  }
  .p-mv__img--03 {
    top: calc(80px + 82vw);
    width: 38%;
    left: auto;
    right: 7%;
  }
  .p-mv__text-wrapper {
    position: absolute;
    top: -65vw;
    left: -123%;
    width: 33vw;
  }
  #mv {
    margin-bottom: 30vw;
  }
}
@media (max-width: 550px) {
  #mv {
    aspect-ratio: 3/5;
  }
}
@media (max-width: 400px) {
  #mv {
    aspect-ratio: 3/5.1;
  }
}
#mv .swiper-slide {
  height: 100%;
  flex-shrink: 0;
}

#mv .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  object-fit: cover;
}

#mv .swiper-slide-next {
  transform: translateX(1px);
}

#concept {
  position: relative;
  z-index: 2;
  padding-bottom: 10%;
}
#concept::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 80vw;
  height: 90%;
  background-size: cover;
  background-position: center;
  display: block;
  z-index: -1;
  opacity: 0;
  transition: opacity 2s ease;
}
#concept.is-bg-visible::before {
  background-image: url(../img/webp/concept_bg.webp);
  background-attachment: fixed;
  background-size: cover;
  opacity: 1;
}

.p-concept__content {
  width: 1200px;
  margin: 0 auto;
  padding: 300px 0;
  position: relative;
  z-index: 5;
}

.p-concept__img--01 {
  width: 55%;
  top: 0;
  right: 0;
  position: absolute;
}

.p-concept__img--02 {
  width: 25%;
  top: 30vw;
  right: 5%;
  position: absolute;
}

.p-concept__img--03 {
  width: 13%;
  top: 54vw;
  right: 27%;
  position: absolute;
}

.p-concept__ttl {
  width: 120px;
  margin: 0 auto 30px 0;
}

.p-concept__subttl {
  width: 340px;
  margin-bottom: 70px;
  display: block;
}

.p-concept__txt {
  font-size: calc(18 / 16 * 1rem);
  margin-bottom: 1.8em;
  line-height: 2.5;
}
.p-concept__txt:last-child {
  margin-bottom: 0;
}

@media (max-width: 1350px) {
  .p-concept__content {
    max-width: 90%;
  }
  #concept::before {
    width: 90%;
  }
  .p-concept__img--02 {
    top: 34vw;
    right: 5%;
  }
  .p-concept__img--03 {
    width: 13%;
    top: 57vw;
    right: 23%;
  }
}
@media (max-width: 834px) {
  .p-concept__content {
    margin: 0 auto 0 6%;
    padding: 58vw 0 30vw;
    max-width: 87%;
  }
  #concept::before {
    top: 60px;
    width: 96%;
    height: calc(100% - 100px);
  }
  .p-concept__img--01 {
    width: 85%;
  }
  .p-concept__txt {
    font-size: 1rem;
    line-height: 2.3;
    padding-right: 2vw;
  }
  .p-concept__subttl {
    width: 71vw;
    margin-bottom: 11vw;
  }
  .p-concept__ttl {
    width: 85px;
  }
  .p-concept__img--02 {
    width: 45%;
    top: auto;
    right: 8%;
    position: absolute;
    bottom: -10vw;
  }
  .p-concept__img--03 {
    width: 28%;
    top: auto;
    right: 58%;
    position: absolute;
    bottom: -23vw;
  }
  #concept {
    margin-bottom: 70vw;
    height: auto;
  }
}
.p-lineup {
  scroll-margin-top: 100px;
  margin-top: calc(10% + 100px);
}

.p-lineup__swiper {
  position: relative;
  padding-top: 90px;
  margin-top: -40px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.swiper-pagination-bullet:first-child {
  background-image: url(../img/webp/c_color.webp);
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(2) {
  background-image: url(../img/webp/c_color02.webp);
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(3) {
  background-image: url(../img/webp/c_color03.webp);
  background-size: cover;
}
.swiper-pagination-bullet:nth-child(4) {
  background-image: url(../img/webp/c_color04.webp);
  background-size: cover;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.p-lineup__ttl {
  width: 360px;
}

.p-lineup__ttl-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 10;
}

.p-lineup__subttl {
  font-size: calc(20 / 16 * 1rem);
  color: #fff;
  line-height: 1;
}

.p-lineup__card {
  position: relative;
}

.p-lineup__card-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

.p-lineup__card-ttl-jp {
  line-height: 1;
  color: #fff;
  font-size: calc(18 / 16 * 1rem);
}

.p-lineup__card-ttl {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.p-lineup__card-ttl-en {
  display: block;
}
.p-lineup__card-ttl-en.p1 {
  width: 398px;
}
.p-lineup__card-ttl-en.p2 {
  width: 557px;
}
.p-lineup__card-ttl-en.p3 {
  width: 294px;
}
.p-lineup__card-ttl-en.p4 {
  width: 372px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../img/webp/btn_next.webp);
  background-size: contain;
  display: block;
  right: -30px;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  display: none;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../img/webp/btn_prev.webp);
  background-size: contain;
  display: block;
  left: -30px;
}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  display: none;
}

.p-lineup__card-txt {
  font-size: calc(18 / 16 * 1rem);
  color: #fff;
  margin-top: 15px;
}

#lineup {
  margin-bottom: 20vw;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .p-lineup__ttl {
    width: 260px;
  }
  .p-lineup__subttl {
    font-size: 1.125rem;
  }
}
@media (max-width: 834px) {
  .p-lineup__swiper {
    padding-top: 75px;
    margin-top: 40px;
  }
  .p-lineup__ttl {
    width: 51vw;
  }
  .p-lineup__subttl {
    font-size: 1rem;
  }
  .p-lineup__ttl-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 38px;
    height: 38px;
  }
  .swiper-pagination {
    display: flex;
    justify-content: center;
  }
  .p-lineup__swiper {
    padding-top: 75px;
    margin-top: 40px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: -13px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: calc(50% + 30px);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 40px;
    height: 40px;
    left: -13px;
  }
  .p-lineup__card-ttl-en.p2 {
    width: 68vw;
  }
  .p-lineup__card-ttl {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
  .p-lineup__card-txt {
    font-size: 0.8125rem;
    margin-top: 10px;
  }
  .p-lineup__card-content {
    bottom: 3vw;
    left: 8vw;
    width: calc(100% - 16vw);
  }
  .p-lineup__card-ttl-jp {
    font-size: 0.875rem;
    transform: translateX(-0.5em);
  }
  .p-lineup__card-ttl-en.p3 {
    width: 37vw;
  }
  .p-lineup__card-ttl-en.p4 {
    width: 47vw;
  }
  .p-lineup__card-ttl-en.p1 {
    width: 50vw;
  }
}
@media screen and (max-width: 450px) {
  #lineup {
    margin-bottom: 0;
    overflow: hidden;
  }
  .p-lineup__card {
    height: 430px;
    background: #000;
  }
  .p-lineup__card-content {
    margin: 0 auto;
    bottom: 14%;
  }
  .p-lineup__card-ttl-jp {
    font-size: 14px;
  }
  .p-lineup__card-txt {
    font-size: 14px;
  }
}
.p-features {
  position: relative;
  z-index: 2;
  margin-bottom: 10%;
  padding: 180px 0 200px;
  overflow: hidden;
}
.p-features::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 92%;
  height: calc(100% - 100px);
  background: #2f3032;
  display: block;
  z-index: -1;
}
.p-features::after {
  width: 46%;
  min-width: 560px;
  max-width: 960px;
  aspect-ratio: 768/704;
  display: block;
  content: "";
  background-image: url(../img/webp/feature_main.webp);
  background-attachment: fixed;
  background-size: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-features__main-content {
  width: calc(53% - 70px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 5;
}

.p-features__main-ttl {
  width: 480px;
  margin-bottom: 40px;
  line-height: 1;
}

.p-features__main-subttl {
  font-size: calc(28 / 16 * 1rem);
  color: #fff;
  margin-bottom: 20px;
}

.p-features__main-txt {
  line-height: 2.4;
  color: #fff;
  font-size: calc(16 / 16 * 1rem);
}

.p-features__main-wrapper {
  margin-bottom: calc(14vw + 40px);
}

.p-features__item {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 140px;
}
.p-features__item:last-child {
  margin-bottom: 0;
}

.p-features__item-ttl {
  margin-bottom: 30px;
}

.p-features__item-ttl-en {
  display: block;
  width: 136px;
  margin-bottom: 10px;
}

.p-features__item-ttl-jp {
  font-weight: 400;
  color: #fff;
  font-size: calc(38 / 16 * 1rem);
  margin-bottom: 1em;
}

.p-features__txt {
  color: #fff;
  line-height: 2.4;
  font-size: calc(16 / 16 * 1rem);
  margin-bottom: 70px;
}

.p-features__class-list {
  display: flex;
}

.p-features__class-item {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.p-features__class-content {
  width: 50%;
}

.p-features__class-ttl {
  width: 100%;
  position: relative;
  height: 20px;
  border: 1px solid #a1a1a1;
  border-bottom: none;
  margin-bottom: 10px;
}
.p-features__class-ttl img {
  background: #2F3032;
  padding: 0 20px;
  width: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 834px) {
  .p-features__class-ttl img {
    background: #343638;
  }
}
.p-features__class-ttl.p2 {
  border-left: none;
}

.p-features__class-name-en {
  margin: 20px auto 5px;
}
.p-features__class-name-en.p1 {
  width: 147px;
}
.p-features__class-name-en.p2 {
  width: 204px;
}
.p-features__class-name-en.p3 {
  width: 105px;
}
.p-features__class-name-en.p4 {
  width: 130px;
}

.p-features__class-name-jp {
  text-align: center;
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
}

.p-features__item-content {
  display: flex;
}

.p-features__item-body {
  width: 50%;
}

.p-features__item-img {
  width: 50%;
}

@media (max-width: 1600px) {
  .p-features::before {
    width: 95%;
  }
  .p-features__item {
    max-width: 80%;
  }
  .p-features__item-ttl-jp {
    font-size: 2.6vw;
  }
  .p-features__txt {
    padding-right: 5%;
  }
}
@media (max-width: 834px) {
  .p-features__main-subttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .p-features {
    padding: 104vw 0 20px;
    margin-bottom: 30vw;
  }
  .p-features::before {
    top: 32vw;
    width: 95%;
  }
  .p-features::after {
    width: 92%;
    opacity: 0.4;
    min-width: auto;
    background-size: 92%;
    position: absolute;
    top: 0;
    z-index: 1000;
    background-attachment: scroll;
  }
  .p-features__main-ttl {
    width: 61vw;
    margin-bottom: 30px;
  }
  .p-features__main-subttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .p-features__main-content {
    width: 80%;
    margin: 0 0 0 13%;
  }
  .p-features__item {
    max-width: 84%;
    margin: 0 auto 140px 13%;
  }
  .p-features__item-ttl-jp {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .p-features__item-ttl-en {
    width: 120px;
    margin-bottom: 10px;
    line-height: 1;
  }
  .p-features__txt {
    margin-bottom: 30px;
  }
  .p-features__class-list {
    flex-direction: column;
    gap: 40px;
  }
  .p-features__class-item {
    width: 100%;
  }
  .p-features__class-name-en {
    line-height: 1;
  }
  .p-features__class-name-en.p2 {
    width: 34vw;
  }
  .p-features__class-name-en.p1 {
    width: 25vw;
  }
  .p-features__class-name-jp {
    font-size: 0.625rem;
  }
  .p-features__class-name-en.p4 {
    width: 26vw;
  }
  .p-features__class-name-en.p3 {
    width: 20vw;
  }
  .p-features__class-name-en {
    margin: 14px auto 5px;
  }
  .p-features__item-body {
    width: 100%;
  }
  .p-features__item-content {
    flex-direction: column;
  }
  .p-features__item-img {
    width: 100%;
  }
  .p-features__item-ttl {
    margin-bottom: 1em;
  }
  .p-features__item {
    margin: 0 auto 80px 13%;
  }
  .p-features__main-wrapper {
    margin-bottom: 80px;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .p-features__class-ttl.p2 {
    border-left: 1px solid #a1a1a1;
  }
}
@media (max-width: 450px) {
  .p-features__main-subttl {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .p-features::before {
    background: none;
    width: 100%;
  }
  .p-features__main-content {
    width: 88%;
    margin: 0px 0 0 7%;
    z-index: 3000;
  }
  .p-features__item {
    margin: 0 0 80px 8%;
  }
  .p-features__txt {
    padding-right: 0;
  }
  .p-features::after {
    width: 120%;
    opacity: 1;
    min-width: auto;
    background-size: 92%;
    position: absolute;
    top: 0;
    z-index: 1000;
    max-width: inherit;
    background-size: contain;
  }
}
#variation {
  background-color: #f2f3f5;
  position: relative;
  background-image: url(../img/webp/kitchen_bg.webp);
  background-size: 100%;
  background-position: top center;
  background-attachment: fixed;
  padding: 8% 0;
}

.p-variation__ttl-wrapper {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 30px;
  margin-bottom: 120px;
}

.p-variation__ttl {
  width: 490px;
}

.p-variation__subttl {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 400;
}

.p-variation__block-ttl-wrapper {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 20px;
  margin-bottom: 60px;
}

.p-variation__block-ttl {
  width: 158px;
}
.p-variation__block-ttl.p2 {
  width: 218px;
}
.p-variation__block-ttl.p2 img {
  transform: translateY(10px);
}

.p-variation__block-subttl {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 400;
}

.p-variation__content {
  display: flex;
  margin-bottom: 20px;
}

.p-variation__content-ttl {
  width: 150px;
  line-height: 1;
}
.p-variation__content-ttl img {
  display: block;
}

.p-variation__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 150px);
}
.p-variation__list li {
  width: 25%;
  border: 1px solid #d9d9d9;
  border-left: none;
}
.p-variation__list li:first-of-type {
  border-left: 1px solid #d9d9d9;
}

.ttl-color {
  width: 50px;
}

.ttl-layout {
  width: 59px;
}

.ttl-type {
  width: 42px;
}

.ttl-width {
  width: 54px;
}

.ttl-height {
  width: 59px;
}

.ttl-price {
  width: 44px;
}

.ttl-depth {
  width: 53px;
}

.c-price__wrapper {
  width: 100%;
  overflow-x: auto;
}
.c-price__wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  background-color: #fff;
}
.c-price__wrapper table thead tr th {
  background-color: #e3e4e8;
  padding: 16px 20px;
  text-align: center;
  font-weight: 300;
  border: 1px solid #d0d1d6;
}
.c-price__wrapper table tbody tr {
  border-bottom: 1px solid #d0d1d6;
}
.c-price__wrapper table tbody tr th {
  background-color: #eeeff2;
  padding: 20px 24px;
  text-align: center;
  font-weight: 300;
  border-right: 1px solid #d0d1d6;
  white-space: nowrap;
  border-left: 1px solid #d0d1d6;
}
.c-price__wrapper table tbody tr th span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.c-price__wrapper table tbody tr td {
  padding: 20px 24px;
  text-align: center;
  border-right: 1px solid #d0d1d6;
}
.c-price__notes {
  list-style: none;
  margin-top: 16px;
  padding: 0;
  font-size: 16px;
}
.c-price__notes li {
  line-height: 1.6;
}

.p-variation__price-wrapper {
  width: calc(100% - 150px);
}

.p-variation__block {
  margin-bottom: 140px;
}
.p-variation__block:last-child {
  margin-bottom: 0;
}

.p-variation__block {
  scroll-margin-top: 100px;
}

@media (max-width: 834px) {
  .p-variation__ttl {
    width: 68vw;
  }
  .p-variation__ttl-wrapper {
    align-items: flex-start;
    margin-bottom: 70px;
    flex-direction: column;
  }
  .p-variation__block-ttl {
    width: 130px;
  }
  .p-variation__block-subttl {
    font-size: 1.0625rem;
  }
  .p-variation__block-ttl-wrapper {
    margin-bottom: 50px;
  }
  .p-variation__content {
    margin-bottom: 35px;
    flex-direction: column;
    gap: 10px;
  }
  .p-variation__list {
    width: 100%;
  }
  .p-variation__list li {
    width: 50%;
  }
  .sp-top-border-none {
    border-top: none !important;
  }
  .sp-left-border-none {
    border-left: 1px solid #d9d9d9 !important;
  }
  .p-variation__price-wrapper {
    width: 100%;
  }
  .c-price__wrapper table {
    padding: 10px 10px;
    font-size: 14px;
  }
  .c-price__wrapper table tbody tr th {
    padding: 10px 10px;
  }
  .c-price__notes {
    font-size: 14px;
  }
  .c-price__wrapper table thead tr th {
    padding: 10px 10px;
  }
  .c-price__wrapper table tbody tr td {
    padding: 10px 10px;
  }
  .p-variation__block-ttl-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-variation__block-subttl {
    font-size: 1rem;
  }
  .p-variation__block-ttl.p2 {
    width: 195px;
    line-height: 1;
  }
  .p-variation__block {
    margin-bottom: 70px;
  }
  #variation {
    padding: 20% 0;
  }
}
.p-showroom {
  padding: 160px 0 80px;
  background-color: #343638;
}

.p-showroom__head {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 30px;
  margin-bottom: 50px;
}

.p-showroom__ttl {
  width: 515px;
}

.p-showroom__catch {
  font-size: calc(36 / 16 * 1rem);
  color: #fff;
}

.p-showroom__lead {
  font-size: calc(18 / 16 * 1rem);
  color: #fff;
  margin-bottom: 110px;
}

.p-showroom__item {
  display: flex;
  margin-bottom: 120px;
}

.p-showroom__info {
  width: 480px;
  padding: 0 30px 0 0;
}

.p-showroom__imgs {
  width: calc(100% - 480px);
}

.p-showroom__name {
  font-size: calc(24 / 16 * 1rem);
  color: #fff;
  margin-bottom: 0.5em;
}

.p-showroom__address {
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
  margin-bottom: 0.8em;
}

.p-showroom__model {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: calc(16 / 16 * 1rem);
  margin-bottom: 70px;
  color: #fff;
  line-height: 1.2;
}

.p-showroom__model-label {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  padding: 8px 10px;
  color: var(--black);
}

.p-showroom__reserve-link {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
  text-decoration: none;
  padding-bottom: 6px;
  margin: 0 0 0 auto;
}
.p-showroom__reserve-link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url("../img/arrow.png") no-repeat center/contain;
  flex-shrink: 0;
}
.p-showroom__reserve-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.p-showroom__reserve-link:hover::after {
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

@media (max-width: 834px) {
  .p-showroom__catch {
    font-size: 1.5rem;
  }
  .p-showroom__ttl {
    width: 79vw;
  }
  .p-showroom__head {
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .p-showroom__lead {
    font-size: 1.0625rem;
    margin-bottom: 50px;
  }
  .p-showroom__item {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 30px;
  }
  .p-showroom__imgs {
    width: 100%;
  }
  .p-showroom__name {
    font-size: 1.3125rem;
  }
  .p-showroom__address {
    font-size: 0.875rem;
  }
  .p-showroom__model {
    gap: 7px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .p-showroom__info {
    width: 100%;
    padding: 0;
  }
  .p-showroom {
    padding: 80px 0 20px;
  }
}
.p-member {
  border-top: 1px solid rgba(217, 217, 217, 0.231372549);
  padding: 80px 0;
}

.p-member__ttl {
  width: 262px;
  margin-bottom: 30px;
  line-height: 1;
}

.p-member__catch {
  font-size: calc(28 / 16 * 1rem);
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}

.p-member__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.p-member__txt {
  font-size: calc(16 / 16 * 1rem);
  color: #fff;
}

.p-member__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: inherit;
  text-decoration: none;
  color: #fff;
  padding-bottom: 6px;
}
.p-member__link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url("../img/arrow.png") no-repeat center/contain;
  flex-shrink: 0;
  order: 2;
  transition: all 0.3s ease;
  transform: translate(-2px, -3px);
}
.p-member__link:hover::before {
  transform: translate(1px, -3px);
}
.p-member__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.p-member__link:hover::after {
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

@media (max-width: 834px) {
  .p-member__ttl {
    width: 55vw;
    margin-bottom: 20px;
  }
  .p-member__catch {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .p-member__body {
    flex-direction: column;
    gap: 25px;
  }
  .p-member__txt {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */