@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
HTML
==================================================== */
body {
  background: #141414;
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 834px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 833px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Layout
==================================================== */
.wrapper {
  padding-top: 140px;
}
@media screen and (max-width: 900px) {
  .wrapper {
    padding-top: 100px;
  }
}

.inner {
  display: block;
  max-width: 1792px;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .inner {
    max-width: 1344px;
  }
}
@media screen and (max-width: 900px) {
  .inner {
    max-width: 802px;
  }
}

.mv-page {
  position: relative;
}
@media screen and (min-width: 641px) {
  .mv-page {
    margin-top: 16px;
  }
}
@media screen and (min-width: 641px) {
  .mv-page__img {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.mv-page__img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  .mv-page__img img {
    height: 240px;
  }
}
@media screen and (max-width: 640px) {
  .mv-page__img img {
    height: 256px;
    border-radius: 0;
  }
}
.mv-page__ttl {
  text-align: center;
  position: absolute;
  width: calc(100% - 32px);
  top: 49.4%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 833px) {
  .mv-page__ttl {
    top: 50%;
  }
}
.mv-page__ttl .c-ft--playfair {
  display: block;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .mv-page__ttl .c-ft--playfair {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 833px) {
  .mv-page__ttl .c-ft--playfair {
    font-size: 2rem;
    margin-bottom: 1px;
  }
}
.mv-page__ttl .c-ft--base {
  display: block;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 900px) {
  .mv-page__ttl .c-ft--base {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 833px) {
  .mv-page__ttl .c-ft--base {
    font-size: 1.4rem;
  }
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 60px;
}
@media screen and (max-width: 833px) {
  .wp-pagenavi {
    gap: 8px;
    margin-top: 32px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  background: #141414;
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 833px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 374px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink {
  position: relative;
  font-size: 0;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before, .wp-pagenavi span.previouspostslink::before, .wp-pagenavi span.nextpostslink::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  background: url(../img/catalog/icon-arrow.svg) center/contain no-repeat;
  top: 50%;
  left: 50%;
}
.wp-pagenavi a.previouspostslink.disable, .wp-pagenavi a.nextpostslink.disable, .wp-pagenavi span.previouspostslink.disable, .wp-pagenavi span.nextpostslink.disable {
  opacity: 0.6;
  pointer-events: none;
}
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi span.previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.wp-pagenavi a.nextpostslink::before, .wp-pagenavi span.nextpostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: #323232;
}
.wp-pagenavi a:hover {
  opacity: 1;
  background: #323232;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.5rem;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pure-list__input {
  position: relative;
}
.pure-list__input input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.pure-list__input input[type=checkbox] + span:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
.pure-list__input input[type=checkbox]:checked + span:after {
  content: "";
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.pure-list__input input[type=checkbox]:checked + span:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #4F8196;
}
.pure-list__input input[type=radio] + span:after, .pure-list__input input[type=radio] + span:before {
  border-radius: 50%;
}
.pure-list__input input[type=radio]:checked + span:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}
.pure-list__input input[type=radio]:checked + span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pure-list__input span {
  display: block;
  position: relative;
  padding: 10px 0 10px 40px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.pure-list__input span:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  color: #4F8196;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #4F8196;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pure-list__input span:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: "";
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

/* ====================================================
Control
==================================================== */
.c-fc--white {
  color: #FFFFFF !important;
}
.c-fc--yellow {
  color: #C49C69 !important;
}

.c-ft--base {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.c-ft--playfair {
  font-family: "Playfair Display", serif;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

.c-tx--v {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 834px) {
  .c-tx--v-pc {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

.c-val--md {
  vertical-align: middle;
}
.c-val--top {
  vertical-align: top;
}

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .c-txt__basic {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

.c-ttl__01 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .c-ttl__01 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 833px) {
  .c-ttl__01 {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
.c-ttl__02 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: -0.03em;
  margin-bottom: 38px;
}
@media screen and (min-width: 641px) {
  .c-ttl__02 {
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.375;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 900px) {
  .c-ttl__02--smalltb {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 374px) {
  .c-ttl__02--smalltb {
    font-size: 2.2rem;
  }
}

.c-btn__01 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 48px;
  background: #FFFFFF;
  color: #141414;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  padding: 13px 62px 11px 20px;
}
.c-btn__01::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) center/contain no-repeat;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn__01:hover {
  opacity: 1;
  background: #141414;
  color: #FFFFFF;
}
.c-btn__01:hover::after {
  background: url(../img/common/arrow-right-white.svg) center/contain no-repeat;
}
.c-btn__01--black {
  background: #141414;
  color: #FFFFFF;
}
.c-btn__01--black::after {
  background: url(../img/common/arrow-right-white.svg) center/contain no-repeat;
}
.c-btn__01--black:hover {
  background: #323232;
}
.c-btn__01--center {
  margin: 0 auto;
}

.js-scrollin {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
      -ms-transform: translate(0, 70px);
          transform: translate(0, 70px);
}
.js-scrollin.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ====================================================
Utility
==================================================== */
@media screen and (max-width: 833px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 834px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.u-img-of {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}

.c-scroll-box {
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.c-scroll-box-y {
  padding-bottom: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 833px) {
  .c-scroll-box-sp {
    padding-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

/* ====================================================
Header
==================================================== */
#header {
  position: fixed;
  width: 100%;
  background: #141414;
  padding: 30px 0;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (max-width: 900px) {
  #header {
    padding: 20px 0;
  }
}
#header .inner {
  max-width: 100%;
}
@media screen and (min-width: 901px) {
  #header .inner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    max-width: 1824px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  #header .inner {
    max-width: 1344px;
  }
}
#header .header-logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 162px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  #header .header-logo {
    max-width: 121px;
  }
}
@media screen and (min-width: 901px) {
  #header .header-nav {
    display: block !important;
    width: calc(100% - 200px);
    padding: 2px 332px 0 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1210px) {
  #header .header-nav {
    padding-right: 240px;
  }
}
@media screen and (max-width: 900px) {
  #header .header-nav {
    position: absolute;
    display: none;
    width: 100%;
    height: 100vh;
    background: #141414;
    padding: 60px 20px 120px;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
}
@media screen and (min-width: 901px) {
  #header .header-nav__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    gap: 0 80px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1210px) {
  #header .header-nav__menu {
    gap: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  #header .header-nav__menu-item {
    text-align: center;
  }
  #header .header-nav__menu-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
#header .header-nav__menu-item > a {
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
}
#header .header-nav__language {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (min-width: 901px) {
  #header .header-nav__language {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#header .header-nav__language::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.4);
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .header-nav__language a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 30px;
  height: 26px;
  font-size: 1.8rem;
  opacity: 0.4;
}
#header .header-nav__language a:hover, #header .header-nav__language a.active {
  opacity: 1;
}
#header .header-cart {
  position: absolute;
  font-weight: 500;
  font-size: 1.6rem;
  padding-top: 2px;
  right: 174px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1210px) {
  #header .header-cart {
    right: 120px;
  }
}
@media screen and (max-width: 900px) {
  #header .header-cart {
    right: 93px;
  }
}
@media screen and (max-width: 640px) {
  #header .header-cart {
    width: 44px;
    height: 44px;
    font-size: 0;
    right: 72px;
  }
  #header .header-cart::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 22px;
    background: url(../img/common/icon-cart.svg) center/contain no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header .header-cart span {
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    background: #C49C69;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.2rem;
    padding-top: 4px;
    bottom: 0;
    right: 0;
  }
}
#header .js-mobile {
  position: absolute;
  display: none;
  width: 44px;
  height: 44px;
  top: 28px;
  right: 16px;
  z-index: 12;
}
@media screen and (max-width: 900px) {
  #header .js-mobile {
    display: block;
  }
}
#header .js-mobile span {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: white;
  top: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header .js-mobile span:before, #header .js-mobile span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header .js-mobile span:before {
  top: -9px;
}
#header .js-mobile span:after {
  bottom: -9px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
#header .js-mobile--close span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

/* ====================================================
Footer
==================================================== */
.box-float {
  position: fixed;
  width: 60px;
  right: 0;
  bottom: 116px;
  z-index: 99;
}
@media screen and (max-width: 833px) {
  .box-float {
    width: 52px;
  }
}
.box-float a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: #C49C69;
}
@media screen and (max-width: 833px) {
  .box-float a {
    height: 52px;
  }
  .box-float a:last-child img {
    width: 28px;
  }
}
.box-float a:not(:last-child) {
  margin-bottom: 2px;
}

#footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 60px;
}
@media screen and (max-width: 833px) {
  #footer {
    padding-top: 32px;
  }
}
@media screen and (max-width: 900px) {
  #footer .inner {
    max-width: 738px;
  }
}
#footer .footer-logo {
  display: block;
  max-width: 162px;
  margin-bottom: 58px;
}
@media screen and (max-width: 833px) {
  #footer .footer-logo {
    max-width: 121px;
    margin-bottom: 33px;
  }
}
#footer .footer-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 901px) {
  #footer .footer-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 833px) {
  #footer .footer-wrap {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 901px) {
  #footer .footer-wrap__info {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  #footer .footer-wrap__info {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 833px) {
  #footer .footer-wrap__info {
    margin-bottom: 33px;
  }
}
#footer .footer-wrap__info-txt {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 833px) {
  #footer .footer-wrap__info-txt {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#footer .footer-wrap__info-txt span {
  color: white;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  margin-top: 5px;
}
@media screen and (max-width: 833px) {
  #footer .footer-wrap__info-txt span {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
#footer .footer-wrap__info-sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 12px;
}
#footer .footer-wrap__info-sns a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 901px) {
  #footer .footer-wrap__menu {
    width: 49.5%;
    margin-top: 2px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  #footer .footer-wrap__menu {
    width: 49.2%;
  }
}
@media screen and (min-width: 641px) {
  #footer .footer-wrap__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  #footer .footer-wrap__menu-item {
    width: 47.7%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  #footer .footer-wrap__menu-item {
    width: 46.9%;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  #footer .footer-wrap__menu-item {
    width: 47.2%;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-wrap__menu-item:not(:last-child) {
    margin-bottom: 32px;
  }
}
#footer .footer-wrap__menu-ttl {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 22px;
}
#footer .footer-wrap__menu-list > li {
  font-size: 1.6rem;
}
#footer .footer-wrap__menu-list > li:not(:last-child) {
  margin-bottom: 21.5px;
}
#footer .footer-info {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  padding: 33px 0 30px;
}
@media screen and (min-width: 1601px) {
  #footer .footer-info {
    margin: 0 -16px;
  }
}
@media screen and (min-width: 641px) {
  #footer .footer-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
#footer .footer-info::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  #footer .footer-info__copy {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 641px) {
  #footer .footer-info__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 80px;
  }
}
@media screen and (min-width: 641px) and (max-width: 833px) {
  #footer .footer-info__list {
    gap: 40px;
  }
}
@media screen and (max-width: 640px) {
  #footer .footer-info__list-item:not(:last-child) {
    margin-bottom: 13px;
  }
}

/* ====================================================
PAGE INDEX
==================================================== */
.sec-mv {
  position: relative;
}
.sec-mv__slider .slick-prev, .sec-mv__slider .slick-next {
  width: 48px;
  height: 48px;
  background: #141414;
  border-radius: 50%;
  top: auto;
  bottom: 64px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 900px) {
  .sec-mv__slider .slick-prev, .sec-mv__slider .slick-next {
    bottom: 32px;
  }
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .sec-mv__slider .slick-prev, .sec-mv__slider .slick-next {
    width: 40px;
    height: 40px;
  }
}
.sec-mv__slider .slick-prev:hover, .sec-mv__slider .slick-next:hover {
  opacity: 0.7;
}
.sec-mv__slider .slick-prev::before, .sec-mv__slider .slick-next::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(../img/index/arrow-slider.svg) center/contain no-repeat;
  font-size: 0;
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .sec-mv__slider .slick-prev::before, .sec-mv__slider .slick-next::before {
    width: 5px;
    height: 9px;
  }
}
.sec-mv__slider .slick-prev {
  display: none !important;
}
.sec-mv__slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.sec-mv__slider .slick-next {
  right: auto;
  left: 140px;
}
@media screen and (max-width: 1600px) {
  .sec-mv__slider .slick-next {
    left: 124px;
  }
}
@media screen and (max-width: 900px) {
  .sec-mv__slider .slick-next {
    left: 84px;
  }
}
@media screen and (max-width: 640px) {
  .sec-mv__slider .slick-next {
    left: 76px;
    bottom: 79px;
  }
}
.sec-mv__slider .slick-dots {
  bottom: 62px;
}
@media screen and (max-width: 1210px) {
  .sec-mv__slider .slick-dots {
    bottom: 30px;
  }
}
@media screen and (max-width: 833px) {
  .sec-mv__slider .slick-dots {
    text-align: right;
    padding-right: 12px;
    bottom: 77px;
  }
}
.sec-mv__slider .slick-dots li {
  width: 80px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 4px;
}
@media screen and (max-width: 1210px) {
  .sec-mv__slider .slick-dots li {
    width: 28.5px;
  }
}
@media screen and (max-width: 640px) {
  .sec-mv__slider .slick-dots li {
    width: 50.5px;
  }
}
@media screen and (max-width: 374px) {
  .sec-mv__slider .slick-dots li {
    width: 30px;
  }
}
.sec-mv__slider .slick-dots li button {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.sec-mv__slider .slick-dots li button::before {
  width: 0;
  height: 100%;
  background: white;
  border: 0;
  border-radius: 0;
  margin: 0;
  right: auto;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec-mv__slider .slick-dots li.slick-active button::before {
  width: 100%;
}
.sec-mv__slider-item {
  position: relative;
}
.sec-mv__slider-video {
  position: relative;
}
.sec-mv__slider-video::before {
  content: "";
  display: block;
  padding-bottom: 45.8333333333%;
}
@media screen and (max-width: 1600px) {
  .sec-mv__slider-video::before {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 900px) {
  .sec-mv__slider-video::before {
    padding-bottom: 56.3549160671%;
  }
}
@media screen and (max-width: 640px) {
  .sec-mv__slider-video::before {
    padding-bottom: 177.9487179487%;
  }
}
.sec-mv__slider-video img, .sec-mv__slider-video video, .sec-mv__slider-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-mv__slider-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #141414;
  border-radius: 50%;
  bottom: 64px;
  left: 80px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .sec-mv__slider-btn {
    left: 64px;
  }
}
@media screen and (max-width: 900px) {
  .sec-mv__slider-btn {
    bottom: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .sec-mv__slider-btn {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .sec-mv__slider-btn {
    bottom: 79px;
    left: 16px;
  }
}
.sec-mv__slider-btn:hover {
  opacity: 0.7;
}
.sec-mv__slider-btn::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 12px;
  background: url(../img/index/icon-pause.svg) center/contain no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .sec-mv__slider-btn::before {
    width: 9px;
    height: 10px;
  }
}
.sec-mv__slider-btn.on::after {
  background: url(../img/index/icon-play.svg) center/contain no-repeat;
}
.sec-mv__wrap {
  position: absolute;
  width: calc(100% - 32px);
  max-width: 336px;
  background: #FFFFFF;
  color: black;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.46px;
  padding: 32px;
  right: 13.5%;
  bottom: -76px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .sec-mv__wrap {
    max-width: 320px;
    right: 64px;
  }
}
@media screen and (max-width: 1210px) {
  .sec-mv__wrap {
    max-width: 264px;
    right: 32px;
    bottom: -140px;
  }
}
@media screen and (max-width: 1210px) and (min-width: 834px) {
  .sec-mv__wrap {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 24px;
  }
}
@media screen and (max-width: 833px) {
  .sec-mv__wrap {
    max-width: 320px;
    right: 16px;
    bottom: auto;
    top: calc(100% - 59px);
  }
}
.sec-mv__wrap-ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2857142857;
  letter-spacing: -0.029em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1210px) and (min-width: 834px) {
  .sec-mv__wrap-ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.sec-mv__wrap .c-btn__01 {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 1210px) and (min-width: 834px) {
  .sec-mv__wrap .c-btn__01 {
    margin-top: 16px;
  }
}

.sec-intro {
  padding: 245px 0 220px;
}
@media screen and (max-width: 1600px) {
  .sec-intro {
    padding: 285px 0 199px;
  }
}
@media screen and (max-width: 900px) {
  .sec-intro {
    padding: 190px 0 177px;
  }
}
@media screen and (max-width: 640px) {
  .sec-intro {
    padding: 346px 0 140px;
  }
}

@media screen and (min-width: 641px) {
  .intro-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .intro-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.intro-wrap__head {
  position: relative;
  width: 33.8%;
  z-index: 1;
}
@media screen and (min-width: 1601px) {
  .intro-wrap__head {
    margin-left: -12px;
  }
}
@media screen and (max-width: 1600px) {
  .intro-wrap__head {
    width: 35.4%;
  }
}
@media screen and (max-width: 1210px) {
  .intro-wrap__head {
    width: 28.8%;
    margin-left: -9px;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__head {
    width: 69.7%;
    margin-left: -21px;
  }
}
.intro-wrap__head::before {
  content: "";
  position: absolute;
  width: 106.2%;
  padding-bottom: 106.2%;
  background: #674B26;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  border-radius: 50%;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .intro-wrap__head::before {
    -webkit-filter: blur(175px);
            filter: blur(175px);
    top: -9px;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__head::before {
    -webkit-filter: blur(120px);
            filter: blur(120px);
  }
}
.intro-wrap__head-img {
  position: relative;
  z-index: 1;
}
.intro-wrap__head-img img {
  width: 100%;
}
.intro-wrap__head-ttl {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 8rem;
  letter-spacing: -0.02em;
  top: 7.6%;
  left: 65%;
}
@media screen and (max-width: 1600px) {
  .intro-wrap__head-ttl {
    font-size: 6.8rem;
    top: -0.4%;
  }
}
@media screen and (max-width: 1210px) {
  .intro-wrap__head-ttl {
    font-size: 3.2rem;
    top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__head-ttl {
    font-size: 4.4rem;
    top: 4%;
    left: 67%;
  }
}
@media screen and (max-width: 374px) {
  .intro-wrap__head-ttl {
    font-size: 3.5rem;
  }
}
.intro-wrap__head-ttl span {
  position: relative;
  display: block;
  font-size: 10rem;
  letter-spacing: -0.03em;
  margin: -0.09em 0 0 -0.3em;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .intro-wrap__head-ttl span {
    font-size: 8rem;
    margin-top: -0.14em;
  }
}
@media screen and (max-width: 1210px) {
  .intro-wrap__head-ttl span {
    font-size: 4rem;
    margin-left: -0.4em;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__head-ttl span {
    font-size: 4.8rem;
    margin: -0.12em 0 0 -0.34em;
  }
}
@media screen and (max-width: 374px) {
  .intro-wrap__head-ttl span {
    font-size: 4rem;
  }
}
.intro-wrap__ct {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 39px 28px 40px;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .intro-wrap__ct {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 641px) {
  .intro-wrap__ct {
    width: 32.2%;
    padding: 0 0 86px 45px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .intro-wrap__ct {
    width: 391px;
    padding: 0 12px 61px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .intro-wrap__ct {
    width: 38.9%;
    padding: 161px 2px 0 0;
  }
}
.intro-wrap__ct-ttl {
  border-bottom: 1px solid #FFFFFF;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  padding-bottom: 44px;
  margin-bottom: 46px;
}
@media screen and (max-width: 1210px) and (min-width: 641px) {
  .intro-wrap__ct-ttl {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__ct-ttl {
    padding-bottom: 32px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 374px) {
  .intro-wrap__ct-ttl {
    font-size: 2rem;
  }
}
.intro-wrap__ct .c-btn__01 {
  margin-top: 42px;
}
@media screen and (max-width: 1210px) {
  .intro-wrap__ct .c-btn__01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__ct .c-btn__01 {
    margin-top: 31px;
  }
}
.intro-wrap__img {
  width: 25.114%;
  margin-bottom: 61px;
}
@media screen and (max-width: 1600px) {
  .intro-wrap__img {
    width: 24.4%;
  }
}
@media screen and (max-width: 1210px) {
  .intro-wrap__img {
    width: 17.9%;
    margin: 112px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .intro-wrap__img {
    width: 62.7%;
    margin: 0 0 0 auto;
  }
}
.intro-wrap__img img {
  width: 100%;
}

.sec-products {
  padding: 64px 0;
}
@media screen and (max-width: 900px) {
  .sec-products {
    padding: 80px 0;
    overflow: hidden;
  }
}
.sec-products .inner {
  position: relative;
}

.products-ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: -0.03em;
  margin-bottom: 55px;
}
@media screen and (min-width: 901px) {
  .products-ttl {
    position: absolute;
    width: 310px;
    font-size: 6.4rem;
    line-height: 1.1875;
    top: 1px;
    left: 16px;
  }
}
@media screen and (max-width: 640px) {
  .products-ttl {
    max-width: 210px;
    font-size: 4.8rem;
    line-height: 1.1666666667;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 901px) {
  .products-wrap {
    width: calc(100% - 320px);
    max-width: 1242px;
    margin-left: auto;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .products-wrap {
    max-width: 931px;
  }
}
@media screen and (max-width: 900px) {
  .products-wrap {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 640px) {
  .products-wrap {
    margin: 0 -8px;
  }
}
.products-wrap__box {
  margin-right: min(-16px, (1760px - 100vw) / 2);
  padding-right: max(16px, (100vw - 1798px) / 2);
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .products-wrap__box {
    margin-right: min(-16px, (1312px - 100vw) / 2);
    padding-right: 16.7%;
  }
}
@media screen and (max-width: 900px) {
  .products-wrap__box {
    margin-right: min(-16px, (802px - 100vw) / 2);
    padding-right: max(16px, (100vw - 834px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .products-wrap__box {
    margin-right: -6px;
    padding-right: 33.2%;
  }
}

.products-list .slick-list {
  overflow: unset;
}
@media screen and (min-width: 641px) {
  .products-list .slick-list {
    margin: 0 -1px;
  }
}
.products-list .slick-prev, .products-list .slick-next {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 900px) {
  .products-list .slick-prev, .products-list .slick-next {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .products-list .slick-prev, .products-list .slick-next {
    display: none !important;
  }
}
.products-list .slick-prev:hover, .products-list .slick-next:hover {
  opacity: 0.7;
}
.products-list .slick-prev::before, .products-list .slick-next::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 17px;
  background: url(../img/index/arrow-slider-black.svg) center/contain no-repeat;
  font-size: 0;
  opacity: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.products-list .slick-prev {
  display: none !important;
  left: auto;
  right: 100px;
}
.products-list .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.products-list .slick-next {
  right: -10.9%;
}
@media screen and (max-width: 900px) {
  .products-list .slick-next {
    right: 16px;
  }
}
.products-list__item {
  padding: 0 8px;
}
@media screen and (min-width: 641px) {
  .products-list__item {
    padding: 0 20px;
  }
  .products-list__item:not(:last-child) {
    border-right: 1px solid #323232;
  }
}
.products-list__item a {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1210px) {
  .products-list__item a {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
@media screen and (min-width: 641px) {
  .products-list__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .products-list__item a {
    gap: 20px 0;
  }
}
@media screen and (min-width: 641px) {
  .products-list__item a.box-rv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 641px) {
  .products-list__item a p {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  .products-list__item a {
    padding-bottom: 91px;
  }
  .products-list__item a.box-rv {
    padding: 91px 0 0;
  }
}
.products-list__item a:hover {
  opacity: 1;
  color: #C49C69;
}
.products-list__img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .products-list__img {
    margin-bottom: 20px;
  }
}
.products-list__img::before {
  content: "";
  display: block;
  padding-bottom: 136.8421052632%;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .products-list__img::before {
    padding-bottom: 143.231441048%;
  }
}
.products-list__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-about {
  padding: 214px 0 74px;
}
@media screen and (max-width: 900px) {
  .sec-about {
    padding: 175px 0 76px;
  }
}
@media screen and (max-width: 833px) {
  .sec-about {
    padding: 139px 0 140px;
  }
}

@media screen and (min-width: 641px) {
  .about-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.about-wrap__ttl {
  position: relative;
  color: #C49C69;
  font-family: "Baskervville", serif;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.074em;
  z-index: 1;
}
@media screen and (max-width: 1210px) {
  .about-wrap__ttl {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 833px) {
  .about-wrap__ttl {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: 641px) {
  .about-wrap__ttl {
    width: calc(100% - 500px);
    max-width: 774px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .about-wrap__ttl {
    width: calc(100% - 320px);
    max-width: 460px;
  }
}
@media screen and (min-width: 641px) and (max-width: 833px) {
  .about-wrap__ttl {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 640px) {
  .about-wrap__ttl {
    max-width: 400px;
    margin: 0 auto;
  }
}
.about-wrap__ttl::before {
  content: "";
  position: absolute;
  width: 465px;
  height: 465px;
  background: #674B26;
  -webkit-filter: blur(250px);
          filter: blur(250px);
  border-radius: 50%;
  left: -236px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .about-wrap__ttl::before {
    left: -220px;
  }
}
@media screen and (max-width: 1210px) {
  .about-wrap__ttl::before {
    left: -188px;
  }
}
@media screen and (max-width: 833px) {
  .about-wrap__ttl::before {
    width: 361px;
    height: 361px;
    -webkit-filter: blur(200px);
            filter: blur(200px);
    top: -147px;
    left: -156px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.about-wrap__ttl::after {
  content: "";
  position: absolute;
  width: 444px;
  height: 148px;
  background: url(../img/index/about-shape.svg) center/contain no-repeat;
  bottom: -99px;
  left: -125px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .about-wrap__ttl::after {
    left: -109px;
  }
}
@media screen and (max-width: 1210px) {
  .about-wrap__ttl::after {
    bottom: -123px;
    left: -77px;
  }
}
@media screen and (max-width: 833px) {
  .about-wrap__ttl::after {
    width: 318px;
    height: 106px;
    bottom: -54px;
    left: 2px;
  }
}
@media screen and (max-width: 374px) {
  .about-wrap__ttl::after {
    width: 100%;
  }
}
.about-wrap__ttl span {
  display: block;
}
.about-wrap__ttl span:nth-child(even) {
  text-align: right;
  margin-left: 20px;
}
.about-wrap__img {
  position: relative;
  width: 100%;
  max-width: 492px;
  margin-right: min(-16px, (1760px - 100vw) / 2);
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .about-wrap__img {
    margin-right: min(-16px, (1312px - 100vw) / 2);
  }
}
@media screen and (max-width: 1210px) {
  .about-wrap__img {
    max-width: 328px;
  }
}
@media screen and (max-width: 900px) {
  .about-wrap__img {
    margin-right: min(-16px, (770px - 100vw) / 2);
  }
}
@media screen and (max-width: 833px) {
  .about-wrap__img {
    max-width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .about-wrap__img {
    max-width: 280px;
    margin: 94px -16px 0 auto;
  }
}

.sec-catalog {
  padding: 60px 0 120px;
}
@media screen and (max-width: 900px) {
  .sec-catalog {
    padding: 24px 0 79px;
  }
}
@media screen and (max-width: 833px) {
  .sec-catalog {
    padding-bottom: 59px;
  }
}

.catalog-info {
  margin-bottom: 31px;
}
@media screen and (min-width: 834px) {
  .catalog-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 60px;
  }
}
.catalog-info__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 44px;
}
@media screen and (min-width: 834px) {
  .catalog-info__box {
    width: 531px;
  }
}
@media screen and (min-width: 834px) and (max-width: 900px) {
  .catalog-info__box {
    width: 514px;
  }
}
@media screen and (max-width: 833px) {
  .catalog-info__box {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 374px) {
  .catalog-info__box {
    display: block;
    height: auto;
  }
}
.catalog-info__box-search {
  width: 320px;
  height: 100%;
}
@media screen and (max-width: 833px) {
  .catalog-info__box-search {
    width: 45.9%;
  }
}
@media screen and (max-width: 374px) {
  .catalog-info__box-search {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
  }
}
.catalog-info__box-search form {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.catalog-info__box-search form input {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: unset;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 5px 15px 5px 45px;
}
@media screen and (max-width: 900px) {
  .catalog-info__box-search form input {
    font-size: 1.4rem;
  }
}
.catalog-info__box-search form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url(../img/catalog/icon-search.svg) center/contain no-repeat;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: unset;
  cursor: pointer;
  top: 12px;
  left: 12px;
}
.catalog-info__box-select {
  position: relative;
  width: 199px;
  height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .catalog-info__box-select {
    width: 182px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 833px) {
  .catalog-info__box-select {
    width: 50.9%;
  }
}
@media screen and (max-width: 374px) {
  .catalog-info__box-select {
    width: 100%;
    height: 44px;
  }
}
.catalog-info__box-select select {
  display: none;
}
.catalog-info__box-select .select-selected {
  width: 100%;
  height: 100%;
  padding: 11px 33px 8px 15px;
  cursor: pointer;
}
.catalog-info__box-select .select-selected::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  background: url(../img/catalog/icon-arrow.svg) center/contain no-repeat;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.catalog-info__box-select .select-items {
  position: absolute;
  width: 100%;
  background: #FFFFFF;
  color: #141414;
  top: 100%;
  left: 0;
  z-index: 9;
  cursor: pointer;
}
.catalog-info__box-select .select-items div {
  padding: 10px 15px;
}
.catalog-info__box-select .select-hide {
  display: none;
}
.catalog-info__box-select .select-items div:hover, .catalog-info__box-select .same-as-selected {
  background-color: #323232;
  color: #FFFFFF;
}
.catalog-info__count {
  font-weight: 500;
  font-size: 1.6rem;
  opacity: 0.6;
}
@media screen and (min-width: 1801px) {
  .catalog-info__count {
    margin: 2px -17px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .catalog-info__count {
    font-size: 1.4rem;
  }
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px 32px;
}
@media screen and (max-width: 1600px) {
  .catalog-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .catalog-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 32px;
  }
}
@media screen and (max-width: 640px) {
  .catalog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 31px 12px;
  }
}
@media screen and (max-width: 900px) {
  .catalog-list.js-catalog-slider {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
  }
  .catalog-list.js-catalog-slider .catalog-list__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 21px 0 8px;
  }
}
@media screen and (max-width: 900px) and (min-width: 834px) {
  .catalog-list.js-catalog-slider .catalog-list__price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .catalog-list.js-catalog-slider {
    display: block;
    padding-right: 51%;
    margin: 0 -11px;
  }
  .catalog-list.js-catalog-slider .slick-list {
    overflow: unset;
  }
  .catalog-list.js-catalog-slider .catalog-list__item {
    padding: 0 10px;
  }
  .catalog-list.js-catalog-slider .catalog-list__ttl {
    margin-bottom: 7px;
  }
}
.catalog-list__item a {
  display: block;
  text-align: center;
}
.catalog-list__img {
  position: relative;
  margin-bottom: 19px;
}
@media screen and (max-width: 833px) {
  .catalog-list__img {
    margin-bottom: 20px;
  }
}
.catalog-list__img::before {
  content: "";
  display: block;
  padding-bottom: 138.3435582822%;
}
.catalog-list__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-list__ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 30px 10px;
}
@media screen and (max-width: 833px) {
  .catalog-list__ttl {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin: 0 0 9px;
  }
}
.catalog-list__price {
  color: #C49C69;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 833px) {
  .catalog-list__price {
    font-size: 1.4rem;
  }
}

.sec-info {
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .sec-info {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 900px) {
  .sec-info {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .sec-info {
    padding: 40px 0;
  }
}

@media screen and (min-width: 1211px) {
  .info-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 641px) {
  .info-wrap {
    position: relative;
    padding-left: 180px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .info-wrap {
    padding-left: 136px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .info-wrap {
    padding-left: 79px;
  }
}
@media screen and (min-width: 641px) {
  .info-wrap__thumb {
    position: absolute;
    width: 60px;
    height: 100%;
    max-height: 504px;
    left: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .info-wrap__thumb {
    left: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .info-wrap__thumb {
    width: 59px;
    max-height: 497px;
    left: 0;
    top: -6px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 640px) {
  .info-wrap__thumb {
    margin: 0 -28px 41px -6px;
  }
}
.info-wrap__thumb-item {
  padding: 6px 0;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  .info-wrap__thumb-item {
    padding: 0 6px;
  }
}
.info-wrap__thumb-item:hover {
  opacity: 1;
}
.info-wrap__thumb-item.slick-current {
  opacity: 1;
}
.info-wrap__thumb-img {
  position: relative;
}
.info-wrap__thumb-img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.info-wrap__thumb-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1211px) {
  .info-wrap__slider {
    width: 54.3%;
  }
}
@media screen and (min-width: 1211px) and (max-width: 1600px) {
  .info-wrap__slider {
    width: 53.91%;
  }
}
@media screen and (max-width: 1210px) {
  .info-wrap__slider {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 640px) {
  .info-wrap__slider {
    margin-bottom: 12px;
  }
}
.info-wrap__slider-img {
  position: relative;
}
.info-wrap__slider-img::before {
  content: "";
  display: block;
  padding-bottom: 69.9300699301%;
}
@media screen and (max-width: 1600px) {
  .info-wrap__slider-img::before {
    padding-bottom: 84.5425867508%;
  }
}
@media screen and (max-width: 900px) {
  .info-wrap__slider-img::before {
    padding-bottom: 71.2011577424%;
  }
}
@media screen and (max-width: 640px) {
  .info-wrap__slider-img::before {
    padding-bottom: 77.6536312849%;
  }
}
.info-wrap__slider-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1211px) {
  .info-wrap__ct {
    width: 43%;
  }
}
@media screen and (min-width: 1211px) and (max-width: 1600px) {
  .info-wrap__ct {
    width: 42.34%;
  }
}
.info-wrap__ct-ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 4.4rem;
  line-height: 1.1818181818;
  letter-spacing: -0.03em;
  margin-bottom: 19px;
}
@media screen and (max-width: 900px) {
  .info-wrap__ct-ttl {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 833px) {
  .info-wrap__ct-ttl {
    font-size: 2.8rem;
    line-height: 1.2857142857;
    margin-bottom: 9px;
  }
}
.info-wrap__ct-price {
  color: #C49C69;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 34px;
}
@media screen and (max-width: 900px) {
  .info-wrap__ct-price {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 833px) {
  .info-wrap__ct-price {
    font-size: 1.6rem;
  }
}
.info-wrap__ct-list {
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  .info-wrap__ct-list {
    margin-bottom: 32px;
  }
}
.info-wrap__ct-list > li {
  font-weight: 600;
  font-size: 1.6rem;
}
.info-wrap__ct-list > li:not(:last-child) {
  margin-bottom: 22px;
}
@media screen and (max-width: 900px) {
  .info-wrap__ct-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .info-wrap__ct-list > li:not(:last-child) {
    margin-bottom: 25px;
  }
}
.info-wrap__ct-subttl {
  color: #929292;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 900px) {
  .info-wrap__ct-subttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .info-wrap__ct-subttl {
    margin-bottom: 9px;
  }
}
.info-wrap__ct-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .info-wrap__ct-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.info-wrap__ct-box a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 52px;
  border-radius: 60px;
  border: 1px solid white;
  font-weight: 600;
  font-size: 1.4rem;
}
.info-wrap__ct-number {
  position: relative;
  height: 52px;
  border-radius: 60px;
  border: 1px solid white;
}
@media screen and (max-width: 640px) {
  .info-wrap__ct-number {
    grid-column: span 2;
  }
}
.info-wrap__ct-number input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  outline: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 5px 30px;
}
.info-wrap__ct-number input::-webkit-outer-spin-button,
.info-wrap__ct-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.info-wrap__ct-number input[type=number] {
  -moz-appearance: textfield;
}
.info-wrap__ct-number button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.info-wrap__ct-number button::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info-wrap__ct-number button:first-child {
  left: 12px;
}
.info-wrap__ct-number button:last-child {
  right: 12px;
}
.info-wrap__ct-number button:last-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info-wrap__ct-btn {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 22px;
  width: 100%;
  height: 52px;
  background: #C49C69;
  border-radius: 60px;
  font-weight: 600;
  font-size: 1.4rem;
}
.info-wrap__ct-btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-right-white.svg) center/contain no-repeat;
}

.sec-detail {
  background: #323232;
  padding: 80px 0;
}
@media screen and (min-width: 1601px) {
  .sec-detail .inner {
    max-width: 1432px;
  }
}

.detail-wrap {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 80px;
}
@media screen and (min-width: 901px) {
  .detail-wrap {
    padding-right: 38.8%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .detail-wrap {
    padding: 0 31% 0 133px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1210px) {
  .detail-wrap {
    padding-left: 79px;
  }
}
@media screen and (max-width: 900px) {
  .detail-wrap {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .detail-wrap {
    margin: 0 -1px 41px;
  }
}
.detail-wrap__img {
  margin-top: 80px;
}
@media screen and (max-width: 1600px) {
  .detail-wrap__img {
    margin-top: 79px;
  }
}
@media screen and (max-width: 900px) {
  .detail-wrap__img {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 59px;
  }
}
@media screen and (max-width: 640px) {
  .detail-wrap__img {
    margin-top: 39px;
  }
}
.detail-wrap__img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .detail-wrap__img-left {
    position: relative;
    width: 69.27%;
  }
  .detail-wrap__img-left::before {
    content: "";
    display: block;
    padding-bottom: 64.3527204503%;
  }
  .detail-wrap__img-left img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .detail-wrap__img-left {
    width: 69.9%;
  }
}
@media screen and (min-width: 901px) {
  .detail-wrap__img-right {
    position: absolute;
    width: 33%;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .detail-wrap__img-right {
    width: 24.9%;
  }
}
@media screen and (max-width: 900px) {
  .detail-wrap__img-right {
    position: relative;
    width: 28.3%;
  }
  .detail-wrap__img-right::before {
    content: "";
    display: block;
    padding-bottom: 157.3394495413%;
  }
  .detail-wrap__img-right img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .detail-wrap__img-right {
    width: 26.6%;
  }
}
.detail-wrap p {
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .detail-wrap p {
    line-height: 1.714;
  }
}
.detail-wrap p:not(:last-child) {
  margin-bottom: 16px;
}
.detail-wrap h1 {
  display: block;
  font-size: 4rem;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.detail-wrap h2 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.375;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .detail-wrap h2 {
    font-size: 2.8rem;
    line-height: 1.2857142857;
  }
}
@media screen and (max-width: 833px) {
  .detail-wrap h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 17px;
  }
}
.detail-wrap h3 {
  display: block;
  font-size: 2.1rem;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.detail-wrap h4 {
  display: block;
  font-size: 2rem;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.detail-wrap h5 {
  display: block;
  font-size: 1.8rem;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.detail-wrap h6 {
  display: block;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  font-weight: bold;
}
.detail-wrap ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.detail-wrap ol li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: decimal;
}
.detail-wrap ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.detail-wrap ul li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
}
.detail-wrap del, .detail-wrap ins {
  text-decoration: line-through;
}

.detail-link {
  display: block;
}
@media screen and (min-width: 901px) {
  .detail-link {
    max-width: 61.2%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) {
  .detail-link {
    max-width: 100%;
    margin: 0 30.9% 0 133px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1600px) and (max-width: 1210px) {
  .detail-link {
    margin-left: 79px;
  }
}
@media screen and (min-width: 641px) {
  .detail-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #141414;
  }
}
@media screen and (max-width: 640px) {
  .detail-link {
    margin: 0 19px;
  }
}
.detail-link__img {
  position: relative;
  width: 32.8%;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .detail-link__img {
    width: 31.5%;
  }
}
@media screen and (max-width: 900px) {
  .detail-link__img {
    width: 27%;
  }
}
@media screen and (max-width: 640px) {
  .detail-link__img {
    width: 76.2%;
  }
}
.detail-link__img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.detail-link__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-link__ct {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 20px 0 16px;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .detail-link__ct {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 641px) {
  .detail-link__ct {
    width: 67.2%;
    padding: 32px 32px 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .detail-link__ct {
    width: 68.5%;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .detail-link__ct {
    width: 73%;
  }
}
@media screen and (max-width: 640px) {
  .detail-link__ct {
    position: relative;
    z-index: 1;
  }
  .detail-link__ct::before {
    content: "";
    position: absolute;
    width: calc(100% + 38px);
    height: calc(100% + 29px);
    background: #141414;
    top: -28px;
    left: -20px;
    z-index: -1;
  }
}
@media screen and (max-width: 640px) and (min-width: 389px) {
  .detail-link__ct p {
    padding-right: 26px;
  }
}
.detail-link__ct-ttl {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  margin-bottom: 21px;
}
@media screen and (max-width: 833px) {
  .detail-link__ct-ttl {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 374px) {
  .detail-link__ct-ttl {
    font-size: 2rem;
  }
}
.detail-link__ct-btn {
  position: relative;
  display: inline-block;
  color: #C49C69;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 17px;
}
@media screen and (max-width: 833px) {
  .detail-link__ct-btn {
    margin-top: 14px;
  }
}
.detail-link__ct-btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-right-yellow.svg) center/contain no-repeat;
  margin-left: 13px;
  top: 4px;
}
@media screen and (max-width: 833px) {
  .detail-link__ct-btn::after {
    margin-left: 14px;
    top: 3px;
  }
}

.sec-other {
  padding: 80px 0;
}
@media screen and (max-width: 833px) {
  .sec-other {
    padding: 82px 0 80px;
  }
}

.sec-aboutus {
  padding: 80px 0;
}
@media screen and (min-width: 1601px) {
  .sec-aboutus .inner {
    max-width: 1436px;
  }
}
.sec-aboutus .catalog-list {
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
  .sec-aboutus .catalog-list {
    margin-bottom: 41px;
  }
  .sec-aboutus .catalog-list + .c-btn__01 {
    margin: 0;
  }
}
@media screen and (min-width: 901px) {
  .sec-aboutus .catalog-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.aboutus-mv {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .aboutus-mv {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 833px) {
  .aboutus-mv {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 641px) {
  .aboutus-mv {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 108px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .aboutus-mv {
    gap: 80px 0;
  }
}
@media screen and (min-width: 641px) {
  .aboutus-mv .c-ttl__01 {
    width: 300px;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .aboutus-mv .c-ttl__01 {
    width: 210px;
  }
}
@media screen and (min-width: 641px) {
  .aboutus-mv__txt {
    width: calc(100% - 320px);
    max-width: 513px;
    margin-top: 1px;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .aboutus-mv__txt {
    width: calc(100% - 240px);
    max-width: 375px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-mv__txt {
    width: 65%;
    margin-left: auto;
  }
}
@media screen and (min-width: 641px) {
  .aboutus-mv__img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-mv__img {
    margin-top: 32px;
  }
}
.aboutus-mv__img img {
  width: 100%;
  border-radius: 4px;
}

.aboutus-wrap {
  max-width: 1048px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1600px) and (min-width: 1211px) {
  .aboutus-wrap {
    padding-left: 10.2%;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 833px) {
  .aboutus-wrap {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 641px) {
  .aboutus-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 641px) {
  .aboutus-wrap__ct {
    width: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .aboutus-wrap__ct {
    width: 41.6%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .aboutus-wrap__ct {
    width: 59%;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-wrap__ct .c-ttl__02 {
    margin: 1px 0 31px;
  }
}
@media screen and (max-width: 833px) {
  .aboutus-wrap__ct .c-ttl__02 {
    margin-bottom: 23px;
  }
}
.aboutus-wrap__ct p:not(:last-child) {
  margin-bottom: 16px;
}
.aboutus-wrap__img {
  width: 47.9%;
  margin-bottom: 33px;
}
@media screen and (min-width: 641px) {
  .aboutus-wrap__img {
    width: 48%;
    max-width: 336px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .aboutus-wrap__img {
    max-width: 381px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .aboutus-wrap__img {
    width: 36%;
    max-width: 217px;
  }
}
.aboutus-wrap__img img {
  width: 100%;
  border-radius: 4px;
}
.aboutus-wrap__list {
  max-width: 513px;
  margin-top: 100px;
}
@media screen and (max-width: 1600px) {
  .aboutus-wrap__list {
    margin-top: 43px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-wrap__list {
    margin-top: 32px;
  }
}
@media screen and (max-width: 833px) {
  .aboutus-wrap__list {
    margin-top: 24px;
  }
}
.aboutus-wrap__list-item {
  border-top: 1px solid #FFFFFF;
  padding: 14px 0 15px;
}
@media screen and (max-width: 1600px) {
  .aboutus-wrap__list-item {
    padding: 13px 0 14px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-wrap__list-item {
    padding: 15px 0 16.5px;
  }
}
.aboutus-wrap__list-item:last-child {
  border-bottom: 1px solid #FFFFFF;
}
.aboutus-wrap__list-ttl {
  color: #C49C69;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 4px;
}
@media screen and (max-width: 1600px) {
  .aboutus-wrap__list-ttl {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 900px) {
  .aboutus-wrap__list-ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.aboutus-video {
  position: relative;
  max-width: 1048px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 900px) {
  .aboutus-video {
    margin-bottom: 81px;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-video {
    margin: 0 -16px 61px;
  }
}
.aboutus-video::before {
  content: "";
  display: block;
  padding-bottom: 56.2022900763%;
}
@media screen and (max-width: 640px) {
  .aboutus-video::before {
    padding-bottom: 177.9487179487%;
  }
}
.aboutus-video img, .aboutus-video video, .aboutus-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutus-video__pause, .aboutus-video__mute {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #141414;
  border-radius: 50%;
  bottom: 44px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .aboutus-video__pause, .aboutus-video__mute {
    width: 40px;
    height: 40px;
    bottom: 32px;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-video__pause, .aboutus-video__mute {
    bottom: 24px;
  }
}
.aboutus-video__pause::before, .aboutus-video__mute::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutus-video__pause:hover, .aboutus-video__mute:hover {
  opacity: 0.7;
}
.aboutus-video__pause {
  left: 44px;
}
@media screen and (max-width: 900px) {
  .aboutus-video__pause {
    left: 32px;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-video__pause {
    left: 16px;
  }
}
.aboutus-video__pause::before {
  width: 11px;
  height: 12px;
  background: url(../img/index/icon-pause.svg) center/contain no-repeat;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .aboutus-video__pause::before {
    width: 9px;
    height: 10px;
  }
}
.aboutus-video__mute {
  left: 105px;
}
@media screen and (max-width: 900px) {
  .aboutus-video__mute {
    left: 84px;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-video__mute {
    left: 76px;
  }
}
.aboutus-video__mute::before {
  width: 15px;
  height: 13px;
  background: url(../img/aboutus/icon-mute.svg) center/contain no-repeat;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .aboutus-video__mute::before {
    width: 12px;
    height: 11px;
  }
}

.aboutus-list {
  counter-reset: my-sec-counter;
  margin: 43px 0 161px;
}
@media screen and (min-width: 641px) {
  .aboutus-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 65px;
    margin-bottom: 98px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1600px) {
  .aboutus-list {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1210px) {
  .aboutus-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 25px;
    margin: -13px 0 80px;
  }
}
.aboutus-list__item {
  position: relative;
}
.aboutus-list__item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #323232;
  top: 0;
  right: -33px;
}
@media screen and (max-width: 1210px) {
  .aboutus-list__item::after {
    right: -13px;
  }
}
@media screen and (min-width: 1211px) {
  .aboutus-list__item:nth-child(5n+5)::after {
    display: none;
  }
}
@media screen and (max-width: 1210px) and (min-width: 641px) {
  .aboutus-list__item:nth-child(3n+3)::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-list__item {
    margin-bottom: 42px;
  }
  .aboutus-list__item::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -21px;
    right: 0;
  }
  .aboutus-list__item:nth-child(even) .aboutus-list__ttl {
    margin: 0 112px 30px 0;
  }
  .aboutus-list__item:nth-child(even) .aboutus-list__img {
    left: auto;
    right: 0;
  }
  .aboutus-list__item:last-child {
    margin-bottom: 0;
  }
  .aboutus-list__item:last-child::after {
    display: none;
  }
}
.aboutus-list__ttl {
  position: relative;
  color: #C49C69;
  font-weight: 600;
  font-size: 2rem;
  padding-top: 40px;
  margin-bottom: 33px;
}
@media screen and (max-width: 900px) {
  .aboutus-list__ttl {
    padding-top: 38px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .aboutus-list__ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutus-list__ttl {
    padding-top: 40px;
    margin: 0 0 32px 112px;
  }
}
@media screen and (max-width: 374px) {
  .aboutus-list__ttl {
    font-size: 1.8rem;
  }
}
.aboutus-list__ttl::before {
  content: "";
  position: absolute;
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter, decimal-leading-zero);
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .aboutus-list__ttl::before {
    top: 2px;
  }
}
.aboutus-list__img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 80px;
  height: 80px;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .aboutus-list__img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.aboutus-list__img img {
  width: 100%;
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Pages
==================================================== */
/*# sourceMappingURL=maps/styles.css.map */
