@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #000;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
@media (max-width: 430px) {
  html {
    scroll-padding-top: 56px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  min-width: 1280px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #9FB9B8;
  color: #000;
}
@media (max-width: 430px) {
  body {
    min-width: auto;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  pc {
    display: none;
  }
}
.pc {
  display: revert;
}
@media (max-width: 430px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 430px) {
  .sp {
    display: revert;
  }
}

/* 最初は非表示状態 */
.js-fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s ease, transform 0.4s ease-in-out;
  /* 出現 */
}
.js-fade-in.is-fade-in {
  opacity: 1;
  transform: translateY(0);
}
.js-fade-in {
  /* 子要素の遅延フェード（任意） */
}
.js-fade-in .fade-child {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  /* 出現 */
}
.js-fade-in .fade-child.is-fade-in {
  opacity: 1;
  transform: translateY(0);
}

.style_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  transition: 0.3s;
}
.style_header.is-scrolled .style_header_menu--link,
.style_header.is-scrolled .style_header_menu--lang_btn, .style_header.is-header-active .style_header_menu--link,
.style_header.is-header-active .style_header_menu--lang_btn {
  color: #000;
}
.style_header.is-scrolled .style_header_menu--link-trigger:before,
.style_header.is-scrolled .style_header_menu--lang_btn-trigger:before, .style_header.is-header-active .style_header_menu--link-trigger:before,
.style_header.is-header-active .style_header_menu--lang_btn-trigger:before {
  background-color: #000;
}
.index .style_header {
  background-color: transparent;
}
.index .style_header.is-scrolled {
  background-color: #fff;
}
.style_header--inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
@media (max-width: 430px) {
  .style_header--inner {
    height: 56px;
  }
}
.style_header--logo {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 430px) {
  .style_header--logo {
    margin-left: 16px;
    width: 86px;
  }
}
.style_header--logo_img {
  display: block;
}
@media (max-width: 430px) {
  .style_header--logo_img {
    width: 100%;
  }
}

.style_header_menu {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 54px;
  height: 100%;
}
@media (max-width: 430px) {
  .style_header_menu {
    margin-right: 52px;
  }
}
.style_header_menu--link {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #000;
  text-align: center;
}
.style_header_menu--link:hover .style_header_menu--link_text_en {
  color: #7E9593;
}
.style_header_menu--link:hover .style_header_menu--link_text_jp {
  margin-top: 5px;
  max-height: 30px;
  opacity: 1;
  color: #7E9593;
}
@media (max-width: 430px) {
  .style_header_menu--link {
    display: none;
  }
}
.style_header_menu--link_text_en {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  transition: 0.3s ease-in;
}
.style_header_menu--link_text_jp {
  display: block;
  font-size: 12px;
  line-height: 1;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-in;
}
.style_header_menu--link_shop {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
  border-radius: 16px;
  padding: 5px 16px;
  border: #000 solid 1px;
  background-color: #fff;
  transition: 0.3s;
}
.style_header_menu--link_shop:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 430px) {
  .style_header_menu--link_shop {
    font-size: 12px;
    padding: 3px 12px;
    letter-spacing: 0;
    border-radius: 30px;
  }
}
.style_header_menu--lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 16px;
  width: fit-content;
}
@media (max-width: 430px) {
  .style_header_menu--lang {
    display: none;
  }
}
.style_header_menu--lang_btn {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.7px;
}
.style_header_menu--lang_btn-trigger {
  cursor: pointer;
}
.style_header_menu--lang_btn-trigger:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.style_header_menu--box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0 16px;
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in;
}
.style_header_menu--box.is-show {
  max-width: 400px;
  visibility: visible;
  opacity: 1;
}

.style_header_menu_child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-top: 92px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.style_header_menu_child.is-show {
  max-height: 500px;
  pointer-events: auto;
  opacity: 1;
}
.style_header_menu_child--inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0 64px 0;
}
.style_header_menu_child--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.style_header_menu_child--title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.style_header_menu_child--link_more {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s;
}
.style_header_menu_child--link_more:hover {
  color: #7E9593;
}
.style_header_menu_child--menu_products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.style_header_menu_child--link_products {
  display: block;
  width: 250px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: 0.5s ease-in-out;
}
.style_header_menu_child--link_products:hover {
  background-size: 110%;
}
.style_header_menu_child--link_products-seat {
  background-image: url("../images/style_header_menu_child--bg_seat@2x.png");
}
.style_header_menu_child--link_products-chair {
  background-image: url("../images/style_header_menu_child--bg_chair@2x.png");
}
.style_header_menu_child--link_products-wear {
  background-image: url("../images/style_header_menu_child--bg_wear@2x.png");
}
.style_header_menu_child--link_products-other {
  background-image: url("../images/style_header_menu_child--bg_other@2x.png");
}
.style_header_menu_child--img_products {
  display: block;
  margin: 32px auto 0 auto;
}
.style_header_menu_child--menu_topics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.style_header_menu_child--link_topics {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: 122px;
  transition: 0.3s;
  border-right: 1px solid #9FB9B8;
}
.style_header_menu_child--link_topics:first-child {
  border-left: 1px solid #9FB9B8;
}
.style_header_menu_child--link_topics:hover .style_header_menu_child--text_topics_en {
  color: #7E9593;
}
.style_header_menu_child--link_topics:hover .style_header_menu_child--text_topics_jp {
  max-height: 36px;
  opacity: 1;
  color: #7E9593;
}
.style_header_menu_child--text_topics_en {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  transition: 0.3s ease-in;
}
.style_header_menu_child--text_topics_jp {
  display: block;
  color: #7E9593;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-in;
}

.style_header_sp {
  display: none;
}
@media (max-width: 430px) {
  .style_header_sp {
    position: relative;
    display: block;
  }
}
.style_header_sp--hamburger {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
}
.style_header_sp--contents {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100vw);
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.style_header_sp--contents.is-open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.style_header_sp--parents {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding: 56px 40px 40px 40px;
}
.style_header_sp--child {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  padding: 56px 40px 40px 40px;
  transform: translateX(100vw);
  opacity: 0.3;
  transition: 0.3s;
}
.style_header_sp--child.is-open-child {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.style_header_sp--title_contents {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-top: 56px;
}
.style_header_sp--link_shop {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  margin: 40px auto;
}
.style_header_sp--lang {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 56px;
  width: fit-content;
  margin: 0 auto;
}
.style_header_sp--lang_btn {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.style_header_sp--lang_btn-trigger:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.style_header_sp--child_back {
  display: block;
  position: absolute;
  left: 24px;
  top: 72px;
}
.style_header_sp--link_next {
  position: absolute;
  right: 24px;
  top: 72px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.4px;
  text-decoration: underline;
}

.style_header_sp_menu {
  width: 100%;
}
.style_header_sp_menu--link {
  position: relative;
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  border-bottom: 1px solid #ccc;
}
.style_header_sp_menu--link:first-child {
  border-top: 1px solid #ccc;
  margin-top: 8px;
}
.style_header_sp_menu--link:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTE3LjA3OSAxMi41TDExLjI4NiAxOC4yOTJMMTIgMTlMMTkgMTJMMTIgNUwxMS4yODYgNS43MDhMMTcuMDggMTEuNUg1VjEyLjVIMTcuMDc5WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}
.style_header_sp_menu--link_text_en {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}
.style_header_sp_menu--link_text_jp {
  display: block;
  color: #7E9593;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
}

.style_sp_menu_products {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.style_sp_menu_products--link_products {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 16px;
  width: 100%;
  height: 126px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 6px;
}
.style_sp_menu_products--link_products:last-child {
  margin-bottom: 0;
}
.style_sp_menu_products--link_products-seat {
  background-image: url("../images/cmn-product_category--bg_seat-sp.png");
}
.style_sp_menu_products--link_products-chair {
  background-image: url("../images/cmn-product_category--bg_chair-sp.png");
}
.style_sp_menu_products--link_products-wear {
  background-image: url("../images/cmn-product_category--bg_wear-sp.png");
}
.style_sp_menu_products--link_products-other {
  background-image: url("../images/cmn-product_category--bg_other-sp.png");
}
.style_sp_menu_products--img_products {
  display: block;
}

.style_sp_menu_topics {
  display: block;
  margin-top: 8px;
}
.style_sp_menu_topics--link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  width: 100%;
  height: 84px;
  border-bottom: 1px solid #9FB9B8;
}
.style_sp_menu_topics--link:first-child {
  border-top: 1px solid #9FB9B8;
}
.style_sp_menu_topics--text_en {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
}
.style_sp_menu_topics--text_jp {
  display: block;
  color: #7E9593;
  text-align: center;
  font-size: 10px;
  line-height: 150%;
}

.style_footer {
  width: 100%;
  background-color: #fff;
  padding: 96px 0 54px 0;
}
@media (max-width: 430px) {
  .style_footer {
    padding: 80px 0 40px 0;
  }
}
.style_footer--title_product_category {
  display: block;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .style_footer--title_product_category {
    width: 209px;
    height: auto;
  }
}
.style_footer--inner {
  max-width: 1024px;
  margin: 64px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 430px) {
  .style_footer--inner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
  }
}
.style_footer--link {
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 150%;
  transition: 0.3s;
}
.style_footer--link:hover {
  color: #7E9593;
}
.style_footer--logo {
  display: block;
}
.style_footer--logo_img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .style_footer--logo_img {
    width: 146px;
  }
}
.style_footer--copy {
  color: #707070;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin-top: 24px;
}
@media (max-width: 430px) {
  .style_footer--copy {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}

.style_footer_menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 1280/436;
  margin-top: 32px;
}
@media (max-width: 430px) {
  .style_footer_menu {
    flex-direction: column;
    aspect-ratio: 9.375;
    margin-top: 24px;
  }
}
.style_footer_menu--link_products {
  display: block;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.5s ease-in-out;
}
.style_footer_menu--link_products:hover {
  background-size: 110%;
}
@media (max-width: 430px) {
  .style_footer_menu--link_products {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 16px;
  }
  .style_footer_menu--link_products:hover {
    background-size: 100%;
  }
}
.style_footer_menu--link_products-seat {
  background-image: url("../images/cmn-product_category--bg_seat@2x.png");
  background-position: center center;
}
@media (max-width: 430px) {
  .style_footer_menu--link_products-seat {
    background-image: url("../images/cmn-product_category--bg_seat-sp.png");
  }
}
.style_footer_menu--link_products-chair {
  background-image: url("../images/cmn-product_category--bg_chair@2x.png");
  background-position: center center;
}
@media (max-width: 430px) {
  .style_footer_menu--link_products-chair {
    background-image: url("../images/cmn-product_category--bg_chair-sp.png");
  }
}
.style_footer_menu--link_products-wear {
  background-image: url("../images/cmn-product_category--bg_wear@2x.png");
  background-position: center center;
}
@media (max-width: 430px) {
  .style_footer_menu--link_products-wear {
    background-image: url("../images/cmn-product_category--bg_wear-sp.png");
  }
}
.style_footer_menu--link_products-other {
  background-image: url("../images/cmn-product_category--bg_other@2x.png");
  background-position: center center;
}
@media (max-width: 430px) {
  .style_footer_menu--link_products-other {
    background-image: url("../images/cmn-product_category--bg_other-sp.png");
  }
}
.style_footer_menu--img_products {
  display: block;
  margin: 40px auto 0 auto;
}
@media (max-width: 430px) {
  .style_footer_menu--img_products {
    margin: 0;
  }
}

.style_footer_btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
@media (max-width: 430px) {
  .style_footer_btns {
    flex-direction: column;
    padding: 5px;
    gap: 5px;
  }
}
.style_footer_btns--link {
  width: calc(50% - 5px);
  height: 204px;
  background-color: #9FB9B8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.style_footer_btns--link:hover {
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #9FB9B8;
}
@media (max-width: 430px) {
  .style_footer_btns--link {
    width: 100%;
    height: 128px;
  }
  .style_footer_btns--link:hover img {
    display: block;
  }
}
.style_footer_btns--img-base {
  display: block;
}
.style_footer_btns--img-hover {
  display: none;
}
.style_footer_btns--link:hover .style_footer_btns--img-base {
  display: none;
}
.style_footer_btns--link:hover .style_footer_btns--img-hover {
  display: block;
}

/*# sourceMappingURL=style.css.map */
