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

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

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

html {
  scroll-behavior: smooth;
}

:root {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

/*
LOADING
================================================ */
#loading {
  background-color: #7d7d7d;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
}

/* ローディングアニメーション */
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loader {
  margin: 47vh auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.8);
  border-right: 0.5em solid rgba(255, 255, 255, 0.8);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.8);
  border-left: 0.5em solid #7d7d7d;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
SLIDE MENU
================================================ */
body.active {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.active {
    overflow: inherit;
  }
}

/* 開閉ボタン */
.btn-menu {
  position: fixed;
  right: 1.2rem;
  top: 1.7rem;
  z-index: 4;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .btn-menu {
    right: 2rem;
    top: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .btn-menu {
    width: 3.3rem;
    height: 2.2rem;
    right: 3.5rem;
    top: 3rem;
  }
}

#menu-close.btn-menu {
  width: 4rem;
  height: 1.2rem;
  right: 2.5rem;
  top: 2.5rem;
}

.btn-menu svg {
  fill: var(--brown);
  height: 2rem;
  width: 2rem;
}

/* 閉じるボタン */
#menu-close svg {
  fill: #fff;
}

/* スライドメニューパネル */
#menu-panel {
  background-color: #353537;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 7rem 0 9rem;
  width: max(32vw, 32rem);
  height: 100vh;
  translate: 100vw;
  overflow: scroll;
}
@media (min-width: 768px) {
  #menu-panel {
    padding: 5rem 0 2rem 0;
    width: max(40vw, 33rem);
    overflow: inherit;
  }
}

.menu-list {
  list-style: none;
  margin: 0 10.6%;
}
@media (min-width: 1024px) {
  .menu-list {
    margin: 0 4rem;
  }
}

.menu-list li {
  margin: 0 0 4.6rem;
}
.menu-list li:last-child {
  margin: 0;
}

.menu-list a {
  color: #fff;
  color: #b1b1b1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: 4.26vw;
}
@media (min-width: 768px) {
  .menu-list a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .menu-list a {
    font-size: 1.6rem;
  }
}
.menu-list a span {
  margin-bottom: 0.5rem;
}

.menu-list.cta {
  margin: 4rem 0 0 0;
}

.menu-list.cta li {
  margin: 0 !important;
  width: 100%;
  border: 1px solid #7d7d7d;
}

.menu-list.cta li a {
  background-color: #0b0b0b;
  display: flex;
  flex-direction: column;
  padding: 3rem 10.6% 3rem;
}
@media (min-width: 1024px) {
  .menu-list.cta li a {
    padding: 3rem 4rem 3rem;
  }
}

.wrapper {
  overflow: hidden;
}

.header {
  padding: 1rem 4.6rem 1rem 1.2rem;
  position: relative;
  height: 5rem;
}
@media (min-width: 768px) {
  .header {
    padding: 1rem 5.8rem 1rem 1.2rem;
    height: 6rem;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 1rem 10rem 1rem 3.8rem;
    height: 8rem;
  }
}
.header__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}
.header-logo {
  align-items: center;
  display: flex;
  width: 32%;
}
@media (min-width: 1024px) {
  .header-logo {
    width: auto;
  }
}
.header-logo img {
  vertical-align: bottom;
}
.header-link {
  display: flex;
  font-size: 1.6rem;
  height: 3.8rem;
}
@media (min-width: 1024px) {
  .header-link {
    height: 5rem;
  }
}
.header-catalog {
  width: 8.55rem;
  margin-right: 1rem;
}
@media (min-width: 480px) {
  .header-catalog {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .header-catalog {
    width: 14em;
  }
}
@media (min-width: 1024px) {
  .header-catalog {
    width: 23.5rem;
  }
}
.header-catalog a {
  align-items: center;
  background-color: #c1997b;
  color: #fff;
  display: flex;
  font-size: 2.66vw;
  height: 100%;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 480px) {
  .header-catalog a {
    font-size: 1.8vw;
  }
}
@media (min-width: 768px) {
  .header-catalog a {
    font-size: 1.33vw;
  }
}
@media (min-width: 1024px) {
  .header-catalog a {
    font-size: 1.6rem;
  }
}
.header-catalog a:hover {
  background-color: #fff;
  border: 1px solid #c1997b;
  color: #343643;
}
.header-catalog br {
  display: block;
}
@media (min-width: 768px) {
  .header-catalog br {
    display: none;
  }
}
.header-member {
  width: 8.55rem;
}
@media (min-width: 480px) {
  .header-member {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .header-member {
    width: 14em;
  }
}
@media (min-width: 1024px) {
  .header-member {
    width: 23.5rem;
  }
}
.header-member a {
  align-items: center;
  background-color: #343643;
  color: #fff;
  display: flex;
  font-size: 2.66vw;
  height: 100%;
  line-height: 1.2;
  width: 100%;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 480px) {
  .header-member a {
    font-size: 1.8vw;
  }
}
@media (min-width: 768px) {
  .header-member a {
    font-size: 1.33vw;
  }
}
@media (min-width: 1024px) {
  .header-member a {
    font-size: 1.6rem;
  }
}
.header-member a:hover {
  background-color: #fff;
  border: 1px solid #343643;
  color: #343643;
}
.header-member br {
  display: block;
}
@media (min-width: 768px) {
  .header-member br {
    display: none;
  }
}
.header-menu {
  position: absolute;
  right: 3%;
}

.hero {
  position: relative;
  overflow-x: clip;
  padding-bottom: 0.2rem;
}
.hero__img {
  display: flex;
}
.hero__img img {
  width: 340%;
  max-width: inherit;
  height: auto;
  animation: 60s loop1 -30s linear infinite;
}
@media (min-width: 768px) {
  .hero__img img {
    height: 80vw;
  }
}
@media (min-width: 1024px) {
  .hero__img img {
    width: auto;
    height: auto;
  }
}
.hero__img img + img {
  animation: 60s loop2 linear infinite;
}
@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.hero__ttl {
  position: absolute;
  top: 14.8rem;
  right: 3.6%;
  width: 12.7rem;
}
@media (min-width: 480px) {
  .hero__ttl {
    top: 24rem;
    right: 8%;
    width: 16rem;
  }
}
@media (min-width: 768px) {
  .hero__ttl {
    top: 27.8rem;
    right: 10%;
  }
}
@media (min-width: 1024px) {
  .hero__ttl {
    top: 33rem;
    right: 20vw;
    width: 25.4rem;
  }
}

.order-prtoduct {
  background-color: #7d7d7d;
  background-image: url(../img/bg_order.png);
  background-position: top 1.65rem right 0;
  background-repeat: no-repeat;
  background-size: 64%;
}
@media (min-width: 768px) {
  .order-prtoduct {
    background-position: top 8rem right 0;
    background-size: 40rem;
  }
}
@media (min-width: 1024px) {
  .order-prtoduct {
    background-position: top 18.8rem right 8vw;
    background-size: 55.9rem;
  }
}

.order {
  padding: 13.6rem 0 9rem;
}
.order-head__en {
  margin-left: 4.4%;
  margin-bottom: 1rem;
  width: 64.666%;
}
@media (min-width: 1024px) {
  .order-head__en {
    margin-left: 0;
    width: auto;
  }
}
.order-head__ttl {
  color: #c7c7c7;
  font-weight: bold;
  font-size: 3.73vw;
  margin-left: 4.4%;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .order-head__ttl {
    font-size: 2.43vw;
  }
}
@media (min-width: 1024px) {
  .order-head__ttl {
    font-size: 1.6rem;
    margin-bottom: 7.5rem;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .order {
    padding: 15rem 0 19rem;
  }
}
.order .container {
  max-width: 110rem;
  margin: 0 auto;
}
.order__ttl {
  margin: 0 0 3rem 4.4%;
  width: 80.4%;
}
@media (min-width: 768px) {
  .order__ttl {
    width: 51%;
  }
}
@media (min-width: 1024px) {
  .order__ttl {
    width: auto;
    margin: 0 0 7.3rem;
  }
}
.order__txt {
  color: #fff;
  font-size: 3.73vw;
  line-height: 2.2;
  max-width: 66.9rem;
  margin: 0 4.4%;
}
@media (min-width: 768px) {
  .order__txt {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .order__txt {
    font-size: 1.8rem;
    line-height: 3;
    margin: 0;
  }
}

.product {
  padding: 0 0 12rem;
}
@media (min-width: 1024px) {
  .product {
    padding: 0 0 15rem;
  }
}
.product .container {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1024px) {
  .product .container {
    padding: 0;
  }
}
.product__ttl {
  color: #fff;
  font-size: 5.6vw;
  margin: 0 0 3rem 4.4%;
}
@media (min-width: 768px) {
  .product__ttl {
    font-size: 4vw;
  }
}
@media (min-width: 1024px) {
  .product__ttl {
    font-size: 3.1rem;
    margin: 0 0 3rem 0;
  }
}
.product-list {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .product-list {
    margin: 0 2.2%;
  }
}
@media (min-width: 1024px) {
  .product-list {
    gap: 2px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
  }
}
.product-list__item {
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .product-list__item {
    margin-bottom: 6rem;
  }
}
.product-list__item:nth-child(5), .product-list__item:nth-child(6) {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-list__item:nth-child(5), .product-list__item:nth-child(6) {
    margin-bottom: 6rem;
  }
}
.product-list__item a {
  text-decoration: none;
  transition: all 0.3s;
}
.product-list__item a:hover {
  opacity: 0.8;
}
.product-list__inner {
  margin: -12% 4.4% 0;
}
@media (min-width: 768px) {
  .product-list__inner {
    margin: -2.8rem 0 0 4.4%;
  }
}
@media (min-width: 1024px) {
  .product-list__inner {
    margin: -2.8rem 0 0 0;
  }
}
.product-list__en {
  color: #fff;
  font-size: 6.4vw;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .product-list__en {
    font-size: 4.2vw;
  }
}
@media (min-width: 1024px) {
  .product-list__en {
    font-size: 2.9rem;
    line-height: 1.4;
  }
}
.product-list__sttl {
  color: #fff;
  font-size: 2.93vw;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .product-list__sttl {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .product-list__sttl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.product-list__txt {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .product-list__txt {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .product-list__txt {
    font-size: 1.8rem;
  }
}
.product-list__img img {
  aspect-ratio: 73/60;
  -o-object-fit: cover;
     object-fit: cover;
}

.is_pc {
  display: none;
}
@media (min-width: 1024px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media (min-width: 1024px) {
  .is_sp {
    display: none;
  }
}

.feature {
  background-image: url(../img/bg_features_head_sp.jpg), url(../img/bg_features.jpg);
  background-position: top center, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  padding: 51vw 0 11.6rem;
}
@media (min-width: 768px) {
  .feature {
    background-image: url(../img/bg_features_head.jpg), url(../img/bg_features.jpg);
    padding: 29vw 0 16rem;
  }
}
@media (min-width: 1024px) {
  .feature {
    padding: 30.5vw 0 23.7rem;
  }
}
.feature .container {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 4.4%;
}
@media (min-width: 768px) {
  .feature .container {
    padding: 0 7%;
  }
}
@media (min-width: 1024px) {
  .feature .container {
    padding: 0 3rem;
  }
}
@media (min-width: 1281px) {
  .feature .container {
    padding: 0;
  }
}
.feature-head {
  margin: 0;
}
.feature-head__ttl {
  color: #3e3a37;
  font-size: 3.73vw;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .feature-head__ttl {
    font-size: 2.43vw;
  }
}
@media (min-width: 1024px) {
  .feature-head__ttl {
    font-size: 1.6rem;
    margin-bottom: 15rem;
  }
}
.feature-head__en {
  color: #fff;
  margin-bottom: 2rem;
  width: 80%;
}
@media (min-width: 768px) {
  .feature-head__en {
    width: 56%;
  }
}
@media (min-width: 1024px) {
  .feature-head__en {
    width: auto;
  }
}
.feature__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 7rem;
  position: relative;
}
@media (min-width: 1024px) {
  .feature__wrap {
    max-width: 110rem;
    flex-direction: row;
    margin: 0 auto 29rem;
  }
}
.feature__wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .feature__wrap:last-child {
    margin-bottom: 16.5rem;
  }
}
.feature__wrap.wrap-reverse {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .feature__wrap.wrap-reverse {
    flex-direction: row-reverse;
  }
}
.feature__wrap:last-child {
  margin-bottom: 0;
}
.feature__block {
  margin: 0;
  z-index: 2;
  display: contents;
}
@media (min-width: 1024px) {
  .feature__block {
    display: block;
    margin: 0;
  }
}
.feature .wrap-reverse .feature__block {
  margin: 0 0 0 -10%;
}
.feature-num {
  color: #3e3a37;
  margin-bottom: 3.5rem;
}
.feature-num::after {
  background-color: #3e3a37;
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin-top: 1rem;
}
.feature-en {
  color: #fff;
}
.feature__sttl {
  align-self: flex-start;
  color: #fff;
  margin-bottom: 3.6rem;
  order: 1;
}
@media (min-width: 1024px) {
  .feature__sttl {
    width: auto;
    margin-bottom: 27rem;
  }
}
.feature .feature__wrap.exactly .feature__sttl {
  width: 57.3%;
}
@media (min-width: 768px) {
  .feature .feature__wrap.exactly .feature__sttl {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .feature .feature__wrap.exactly .feature__sttl {
    width: auto;
  }
}
.feature .feature__wrap.flexible .feature__sttl {
  width: 52.8%;
}
@media (min-width: 768px) {
  .feature .feature__wrap.flexible .feature__sttl {
    width: 42%;
  }
}
@media (min-width: 1024px) {
  .feature .feature__wrap.flexible .feature__sttl {
    width: auto;
  }
}
.feature .feature__wrap.original .feature__sttl {
  width: 68.666%;
}
@media (min-width: 768px) {
  .feature .feature__wrap.original .feature__sttl {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .feature .feature__wrap.original .feature__sttl {
    width: auto;
  }
}
.feature__txt {
  align-self: flex-start;
  color: #fff;
  font-size: 3.73vw;
  line-height: 2;
  width: 100%;
  order: 3;
}
@media (min-width: 768px) {
  .feature__txt {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .feature__txt {
    font-size: 1.8rem;
    line-height: 3;
    max-width: 43rem;
  }
}
.feature__img {
  max-width: 73.7rem;
  order: 2;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .feature__img {
    margin-bottom: 0;
  }
}
.feature__img img {
  width: 100%;
}
.feature .feature__wrap.exactly .feature__img {
  margin-right: -4.4%;
}
@media (min-width: 768px) {
  .feature .feature__wrap.exactly .feature__img {
    margin-right: -8%;
  }
}
@media (min-width: 1024px) {
  .feature .feature__wrap.exactly .feature__img {
    margin-right: 0;
    position: absolute;
    right: 0;
  }
}
.feature .feature__wrap.flexible .feature__img {
  margin-left: -4.4%;
}
@media (min-width: 768px) {
  .feature .feature__wrap.flexible .feature__img {
    margin-left: -8%;
  }
}
@media (min-width: 1024px) {
  .feature .feature__wrap.flexible .feature__img {
    margin-left: 0;
    position: absolute;
    left: 0;
  }
}
.feature .feature__wrap.original .feature__img {
  margin-right: -4.4%;
}
@media (min-width: 768px) {
  .feature .feature__wrap.original .feature__img {
    margin-right: -8%;
  }
}
@media (min-width: 1024px) {
  .feature .feature__wrap.original .feature__img {
    margin-right: 0;
    position: absolute;
    right: 0;
  }
}

.case {
  background-color: #353537;
  padding: 7.5rem 0 4.5rem;
}
@media (min-width: 1024px) {
  .case {
    padding: 15rem 0;
  }
}
.case-head {
  margin: 0 5% 7rem;
}
@media (min-width: 768px) {
  .case-head {
    margin: 0 0 15rem 0;
  }
}
@media (min-width: 1024px) {
  .case-head {
    margin: 0 0 4.6rem 0;
  }
}
@media (min-width: 1281px) {
  .case-head {
    margin: 0 0 4.6rem 0;
  }
}
.case-head__en {
  color: #fff;
  margin-left: 0;
  margin-bottom: 2rem;
  width: 47.7333%;
}
@media (min-width: 768px) {
  .case-head__en {
    width: 33%;
    margin-left: 5%;
  }
}
@media (min-width: 1024px) {
  .case-head__en {
    width: auto;
    margin-left: 11.9%;
  }
}
@media (min-width: 1281px) {
  .case-head__en {
    margin-left: 5%;
  }
}
.case-head__ttl {
  color: #fff;
  font-weight: normal;
  font-size: 3.73vw;
  margin-bottom: 5.9rem;
}
@media (min-width: 768px) {
  .case-head__ttl {
    font-size: 2.43vw;
    margin-left: 5%;
  }
}
@media (min-width: 1024px) {
  .case-head__ttl {
    font-size: 2.2rem;
    margin-left: 11.9%;
    margin-bottom: 15rem;
  }
}
@media (min-width: 1281px) {
  .case-head__ttl {
    margin-left: 5%;
  }
}
.case-head__txt {
  color: #fff;
  font-size: 3.73vw;
  line-height: 1.8;
  margin-left: 0;
}
@media (min-width: 768px) {
  .case-head__txt {
    line-height: 2;
    font-size: 2.2vw;
    margin-left: 5%;
  }
}
@media (min-width: 1024px) {
  .case-head__txt {
    font-size: 1.7rem;
    width: 56.8%;
    margin: 0 auto;
  }
}
@media (min-width: 1281px) {
  .case-head__txt {
    width: 57.68%;
  }
}
@media screen and (min-width: 1921px) {
  .case-head__txt {
    width: 1101px;
  }
}
.case #slider .slider__item {
  position: relative;
}
.case #slider .slider__item span {
  display: block;
  position: absolute;
  bottom: 4.5%;
  right: 7%;
}
@media (min-width: 768px) {
  .case #slider .slider__item span {
    bottom: 3.5rem;
    right: 5%;
  }
}
@media (min-width: 1024px) {
  .case #slider .slider__item span {
    right: 16%;
  }
}
@media (min-width: 1281px) {
  .case #slider .slider__item span {
    right: 7%;
  }
}
@media screen and (min-width: 1920px) {
  .case #slider .slider__item span {
    right: 13%;
  }
}
@media screen and (min-width: 2480px) {
  .case #slider .slider__item span {
    right: 16%;
  }
}
.case #slider .slider__item span a {
  color: #fff;
  font-size: 2vw;
}
@media (min-width: 768px) {
  .case #slider .slider__item span a {
    font-size: 1.6rem;
  }
}

.products {
  background-image: url(../img/bg_products_head_sp.jpg), url(../img/bg_products.jpg);
  background-position: top center, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  padding: 51vw 0 6rem;
}
@media (min-width: 1024px) {
  .products {
    background-image: url(../img/bg_products_head.jpg), url(../img/bg_products.jpg);
    padding: 30.5vw 0 26.5rem;
  }
}
.products-head {
  margin: 0 0 4.6rem 5%;
}
@media (min-width: 1024px) {
  .products-head {
    margin: 0 0 20rem 11.9%;
  }
}
.products-head__en {
  color: #fff;
  margin-bottom: 2rem;
  width: 90.666%;
}
@media (min-width: 768px) {
  .products-head__en {
    width: 74%;
  }
}
@media (min-width: 1024px) {
  .products-head__en {
    width: auto;
  }
}
.products-head__ttl {
  color: #3e3a37;
  font-size: 3.73vw;
}
@media (min-width: 768px) {
  .products-head__ttl {
    font-size: 2.43vw;
  }
}
@media (min-width: 1024px) {
  .products-head__ttl {
    font-size: 1.8rem;
  }
}
.products-head__txt {
  color: #fff;
}
.products-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 6rem;
  position: relative;
}
@media (min-width: 768px) {
  .products-wrap {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1281px) {
  .products-wrap {
    flex-direction: row;
    margin-bottom: 30rem;
  }
}
@media screen and (min-width: 1860px) {
  .products-wrap {
    max-width: 1440px;
    margin: 0 auto 30rem;
  }
}
.products-wrap.wrap-reverse {
  flex-direction: column;
}
@media (min-width: 1281px) {
  .products-wrap.wrap-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1860px) {
  .products-wrap.wrap-reverse {
    max-width: 1440px;
    margin: 0 auto 30rem;
  }
}
.products-wrap:last-child {
  margin-bottom: 0;
}
.products-img {
  max-width: 128rem;
}
@media (min-width: 1281px) {
  .products-img {
    margin-right: 10%;
  }
}
.products-img img {
  width: 100%;
}
@media (min-width: 1281px) {
  .products .wrap-reverse .products-img {
    margin-right: 0;
    margin-left: 10%;
  }
}
.products-block {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  padding: 0;
  margin-top: -5rem;
}
@media (min-width: 768px) {
  .products-block {
    margin-top: -8rem;
  }
}
@media (min-width: 1281px) {
  .products-block {
    background-image: url(../img/bg_products.jpg);
    max-width: 60rem;
    position: absolute;
    top: 18rem;
    right: 3rem;
    padding: 9rem 3% 9rem 4.3%;
  }
}
.products .products-wrap.wrap-reverse .products-block {
  left: 3rem;
}
.products__en {
  background-image: url(../img/bg_products.jpg);
  background-repeat: repeat;
  width: 81.8%;
  padding: 4.5rem 6% 0.5rem 6%;
}
@media (min-width: 1281px) {
  .products__en {
    background-image: none;
    width: auto;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.products__en.pittala_en img {
  width: 43%;
}
@media (min-width: 1024px) {
  .products__en.pittala_en img {
    width: auto;
  }
}
.products__en.pittana_en img {
  width: 43%;
}
@media (min-width: 1024px) {
  .products__en.pittana_en img {
    width: auto;
  }
}
.products__en.pittamirror_en img {
  width: 64%;
}
@media (min-width: 1024px) {
  .products__en.pittamirror_en img {
    width: auto;
  }
}
.products__en.fioretto_en img {
  width: 48%;
}
@media (min-width: 1024px) {
  .products__en.fioretto_en img {
    width: auto;
  }
}
.products__en.custom_counter_en img {
  width: 84%;
}
@media (min-width: 1024px) {
  .products__en.custom_counter_en img {
    width: auto;
  }
}
.products__en.wood_custom_counter_en img {
  width: 86%;
}
@media (min-width: 1024px) {
  .products__en.wood_custom_counter_en img {
    width: auto;
  }
}
.products__sttl {
  color: #353434;
  font-weight: normal;
  font-size: 2.66vw;
  margin: 0 0 2rem 6%;
}
@media (min-width: 768px) {
  .products__sttl {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .products__sttl {
    font-size: 2rem;
  }
}
@media (min-width: 1281px) {
  .products__sttl {
    margin: 0 0 4rem 0;
  }
}
.products__price {
  color: #8b8885;
  font-size: 4.8vw;
  font-weight: 500;
  margin: 0 0 2rem 6%;
}
@media (min-width: 768px) {
  .products__price {
    font-size: 3.6vw;
  }
}
@media (min-width: 1024px) {
  .products__price {
    font-size: 2.8rem;
  }
}
@media (min-width: 1281px) {
  .products__price {
    margin: 0 0 3rem 0;
  }
}
.products__price span {
  font-size: 2.66vw;
}
@media (min-width: 768px) {
  .products__price span {
    font-size: 2vw;
  }
}
@media (min-width: 1281px) {
  .products__price span {
    font-size: 2rem;
  }
}
.products__txt {
  color: #373737;
  font-size: 3.73vw;
  line-height: 2.2;
  margin: 0 6% 4rem;
}
@media (min-width: 768px) {
  .products__txt {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .products__txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 1281px) {
  .products__txt {
    margin: 0 0 5rem;
  }
}
.products__link {
  border: #353434 1px solid;
  width: 21.2rem;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .products__link {
    width: 29rem;
  }
}
@media (min-width: 1281px) {
  .products__link {
    margin: 0 auto 0 0;
    width: 31rem;
  }
}
.products__link a {
  background-image: url(../img/arrow_products_link_black.png);
  background-repeat: no-repeat;
  background-position: center right 2rem;
  color: #201f1f;
  display: block;
  font-size: 3.73vw;
  padding: 1.2rem 0;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .products__link a {
    font-size: 2.4vw;
  }
}
@media (min-width: 1024px) {
  .products__link a {
    font-size: 1.8rem;
  }
}
.products__link a:hover {
  color: #fff;
  background-image: url(../img/arrow_products_link_white.png);
  background-color: #201f1f;
}

.footer-nav {
  background-image: url(../img/bg_footer_nav.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.2rem 8%;
}
@media (min-width: 1024px) {
  .footer-nav {
    padding: 19rem 5%;
  }
}
.footer-nav__list {
  border: solid 1px rgba(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
}
@media (min-width: 1024px) {
  .footer-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-nav__item {
  border-right: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .footer-nav__item {
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    border-bottom: none;
  }
}
.footer-nav__item a {
  background-image: url(../img/arrow_link_white.png);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  background-color: hsla(0, 0%, 0%, 0.8);
  background-clip: padding-box;
  background-size: 0.7rem;
  color: #fff;
  display: block;
  padding: 2.3rem 4.66%;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .footer-nav__item a {
    background-size: 1rem;
    padding: 3rem;
  }
}
.footer-nav__item a span {
  color: #b1b1b1;
  font-size: 3.73vw;
}
@media (min-width: 768px) {
  .footer-nav__item a span {
    font-size: 2vw;
  }
}
@media (min-width: 1024px) {
  .footer-nav__item a span {
    font-size: 1.6rem;
  }
}
.footer-nav__item a:hover {
  background-color: hsl(0, 0%, 0%);
}
.footer-nav__item:last-child {
  border-right: none;
}
.footer-nav__img {
  margin-bottom: 0.6rem;
}
@media (min-width: 1024px) {
  .footer-nav__img {
    margin-bottom: 1rem;
    width: auto;
  }
}
.footer-nav__item:nth-child(1) .footer-nav__img {
  width: 30.3%;
}
.footer-nav__item:nth-child(2) .footer-nav__img {
  width: 26.9%;
}
.footer-nav__item:nth-child(3) .footer-nav__img {
  width: 25%;
}
.footer-btm {
  background-color: #000;
  padding: 8rem 0;
}
.footer-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
  width: 50%;
}
@media (min-width: 1024px) {
  .footer-logo {
    width: auto;
    margin: 0 auto 4.8rem;
  }
}
.footer-sns {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .footer-sns {
    gap: 0.9rem;
    margin-bottom: 4rem;
  }
}
.footer-sns__item {
  width: 9.333%;
}
@media (min-width: 768px) {
  .footer-sns__item {
    width: 7%;
  }
}
@media (min-width: 1024px) {
  .footer-sns__item {
    width: 4.9rem;
  }
}
.footer-sns__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-copy {
  color: #fff;
  font-size: 3.2vw;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copy {
    font-size: 2.2vw;
  }
}
@media (min-width: 1024px) {
  .footer-copy {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */