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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* regular:400,medium:500,  bold:700 */
/* light:300, roman:400 */
/* roman:400 */
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  color: #000000;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #000000;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

.fontJa {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  line-height: 1.92;
}

.fontEn1 {
  font-family: "scotch-deck-compressed", sans-serif;
  letter-spacing: 0.02em;
}

.fontEn2 {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

/* 共通クレジットエリア */
.credit-area {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .credit-area {
    padding-bottom: 15.4666666667vw;
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area {
    width: 58.4027777778vw;
    padding-bottom: 6.9444444444vw;
  }
}
.credit-area ul.credit__list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list {
    row-gap: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list {
    row-gap: 0.6944444444vw;
    -moz-column-gap: 6.7361111111vw;
         column-gap: 6.7361111111vw;
    grid-template-columns: 1fr 1fr;
  }
}
.credit-area ul.credit__list li.credit__list__item a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a {
    -moz-column-gap: 0.7638888889vw;
         column-gap: 0.7638888889vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a div.credit {
  display: grid;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit {
    grid-template-columns: 11.2vw 1fr;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit {
    -moz-column-gap: 0.7638888889vw;
         column-gap: 0.7638888889vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a div.credit div.img {
  background-color: gray;
  grid-row: 1/4;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit div.img {
    width: 11.2vw;
    height: 13.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit div.img {
    width: 3.4027777778vw;
    height: 3.9583333333vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a div.credit p {
  grid-column: 2;
  line-height: 1;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit p {
    font-size: 0.8333333333vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a div.credit p.brand {
  grid-row: 1;
  line-height: 1.7;
}
.credit-area ul.credit__list li.credit__list__item a div.credit p.item {
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit p.item {
    margin-top: -0.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit p.item {
    margin-top: -0.2777777778vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a div.credit p.price {
  grid-row: 3;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit p.price {
    margin-top: -0.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a div.credit p.price {
    margin-top: -0.0694444444vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a div.btn p {
  background-color: #664c5d;
  letter-spacing: 0.13em;
  color: #f0e9e0;
  line-height: 1.16;
  align-items: center;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a div.btn p {
    padding: 0.8vw 4vw 0.8vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit-area ul.credit__list li.credit__list__item a div.btn p {
    padding: 0.2083333333vw 1.4583333333vw 0.1388888889vw;
    font-size: 0.9722222222vw;
  }
}
.credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
  background-color: transparent;
  border: solid 1px #664c5d;
  letter-spacing: 0.06em;
  color: #664c5d;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
    padding: 0.8vw 4vw 0.8vw;
    font-size: 3.2vw;
  }
}

.creditAjax_price__sale {
  margin-left: 5px;
  color: red;
}

.creditAjax_price__sale::before {
  content: "¥";
}

.creditAjax_price__off {
  color: red;
}
.creditAjax_price__off::before {
  content: "(";
}
.creditAjax_price__off::after {
  content: ")";
}

.creditAjax_link.creditAjax__saleOn .proper {
  text-decoration: line-through;
}

/* main */
.main {
  background-color: #f8f0e7;
  overflow: clip;
}

/* FV */
section.fv div.fv__wrapper {
  position: relative;
}
section.fv div.fv__wrapper div.fv__bg div.parallax-img {
  overflow: hidden;
  width: 120%;
}
@media screen and (max-width: 768px) {
  section.fv div.fv__wrapper div.fv__bg div.parallax-img {
    height: 177.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.fv div.fv__wrapper div.fv__bg div.parallax-img {
    height: 45vw;
  }
}
section.fv div.fv__wrapper div.fv__bg div.parallax-img img {
  width: 100%;
}
section.fv div.fv__wrapper div.fv__inner {
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  section.fv div.fv__wrapper div.fv__inner {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 769px) {
  section.fv div.fv__wrapper div.fv__inner {
    transform: translateY(-50%);
    left: 15.1388888889vw;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  section.fv div.fv__wrapper div.fv__inner div.fv__img--main {
    width: 89.6vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  section.fv div.fv__wrapper div.fv__inner div.fv__img--main {
    width: 44.7222222222vw;
  }
}
section.fv div.fv__wrapper div.fv__inner h2.fv__logo {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  section.fv div.fv__wrapper div.fv__inner h2.fv__logo {
    width: 82.4vw;
    margin: -17.6vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  section.fv div.fv__wrapper div.fv__inner h2.fv__logo {
    width: 31.7361111111vw;
    margin-left: -6.1111111111vw;
    margin-top: 7.6388888889vw;
  }
}

/* description */
@media screen and (max-width: 768px) {
  div.description {
    padding: 12vw 8.2666666667vw 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  div.description {
    width: 65.2083333333vw;
    margin: 4.8611111111vw 0 5.1388888889vw 21.1805555556vw;
  }
}
@media screen and (max-width: 768px) {
  div.description p.description__txt.fontJa {
    margin-bottom: 4.8vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.description p.description__txt.fontJa {
    font-size: 1.0416666667vw;
    margin-bottom: 1.4583333333vw;
  }
}
@media screen and (max-width: 768px) {
  div.description p.description__txt.fontEn2 {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  div.description p.description__txt.fontEn2 {
    font-size: 0.8333333333vw;
  }
}

/* index */
div.index ul.index__list {
  display: grid;
}
@media screen and (max-width: 768px) {
  div.index ul.index__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 769px) {
  div.index ul.index__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
div.index ul.index__list li.index__list__item {
  position: relative;
  opacity: 0;
  display: block;
  transition: opacity 0.5s ease;
}
div.index ul.index__list li.index__list__item p.index__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  div.index ul.index__list li.index__list__item p.index__ttl {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul.index__list li.index__list__item p.index__ttl {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 769px) {
  div.index ul.index__list li.index__list__item:last-child {
    display: none;
  }
}

/* category wrapper  pc flex用 */
@media screen and (min-width: 769px) {
  .category__wrapper {
    display: flex;
  }
}
/* header */
.header {
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header {
    right: 0;
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #fff;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .header ul {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .header ul {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .header ul li {
    height: 20%;
  }
}
.header ul li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header ul li a {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header ul li a .header__index__img {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .header ul li a .header__index__img img {
    display: block;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header ul li a::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  transition: background-color 0.3s ease;
}
.header ul li a .header__index__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 10;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .header ul li a .header__index__ttl {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .header ul li a .header__index__ttl {
    font-size: 1.1111111111vw;
  }
}
.header ul li.current a::after {
  background-color: rgba(0, 0, 0, 0.05);
}

/* category 共通 */
@media screen and (max-width: 768px) {
  section.category {
    padding-bottom: 24vw;
  }
}
@media screen and (min-width: 769px) {
  section.category {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 6.9444444444vw;
  }
}
section.category div.category__ttl-area {
  background-image: url(../images/top_lace_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section.category div.category__ttl-area {
    height: 64vw;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section.category div.category__ttl-area {
    grid-column: 1;
    height: 27.5vw;
  }
}
section.category div.category__ttl-area div.category__ttl-area__wrapper {
  background-color: #faf6ed;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper {
    width: 95.4666666667vw;
    height: 56.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper {
    width: 43.3333333333vw;
    height: 24.0972222222vw;
    margin: 1.6666666667vw 1.6666666667vw;
  }
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl {
    padding-top: 4.5333333333vw;
    width: 85.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl {
    padding-top: 1.6666666667vw;
    width: 41.9444444444vw;
  }
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
  text-wrap: nowrap;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
    font-size: 1.3888888889vw;
  }
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p:first-child {
  letter-spacing: -0.02em;
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl {
  text-align: center;
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
    font-size: 22.9333333333vw;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
    font-size: 9.3055555556vw;
    margin-top: 4.3055555556vw;
  }
}
section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
    font-size: 3.7333333333vw;
    margin-top: -0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
    font-size: 1.25vw;
    margin-top: 0.6944444444vw;
  }
}
section.category .category__description {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.category .category__description {
    padding-top: 8.8vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__description {
    grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  section.category .category__description div.wrapper {
    width: 88vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__description div.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34.0972222222vw;
    transform: translate(-50%, -50%);
  }
}
section.category .category__description div.wrapper p {
  color: #f0e9e0;
}
section.category .category__description div.wrapper p.fontJa {
  letter-spacing: 0.001%;
}
@media screen and (max-width: 768px) {
  section.category .category__description div.wrapper p.fontJa {
    margin-bottom: 3.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__description div.wrapper p.fontJa {
    font-size: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  section.category .category__description div.wrapper p.fontEn2 {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__description div.wrapper p.fontEn2 {
    font-size: 0.8333333333vw;
    line-height: 1.8333333333;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area {
    grid-column: 1/3;
  }
}
section.category .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.credit div.img {
  background-color: gray;
}
section.category .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.btn p {
  background-color: #664c5d;
  color: #f0e9e0;
}
section.category .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a:has(.cs) div.btn p {
  border: solid 1px #664c5d;
  background-color: transparent;
  color: #664c5d;
}
section.category .category__main-area .category__styling-area {
  background-color: #e8e2d6;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area {
    padding-top: 12vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area {
    padding-top: 5.5555555556vw;
  }
}
section.category .category__main-area .category__styling-area h4 {
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area h4 {
    font-size: 6.1333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area h4 {
    font-size: 2.2222222222vw;
    margin-bottom: 2.3611111111vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper {
    display: flex;
    justify-content: space-between;
    width: 64.2361111111vw;
    margin: 0 auto;
  }
}
section.category .category__main-area .category__styling-area div.wrapper .styling {
  position: relative;
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling {
    width: 25.8333333333vw;
  }
}
section.category .category__main-area .category__styling-area div.wrapper .styling .styling-num {
  position: absolute;
  transform: rotate(90deg);
  font-weight: 300;
  transform-origin: 0 0;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .styling-num {
    font-size: 13.0666666667vw;
    right: -57%;
    top: 37.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .styling-num {
    font-size: 4.0277777778vw;
    right: -76%;
    top: 10.7638888889vw;
  }
}
section.category .category__main-area .category__styling-area div.wrapper .styling .styling__img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .styling__img {
    width: 78.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .styling__img {
    width: 24.0277777778vw;
  }
}
section.category .category__main-area .category__styling-area div.wrapper .styling .styling__ttl {
  -moz-text-align-last: left;
       text-align-last: left;
  color: #262626;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .styling__ttl {
    font-size: 4vw;
    width: 85.3333333333vw;
    margin: 0 auto 11.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .styling__ttl {
    font-size: 1.0416666667vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .credit-area {
    width: 25.8333333333vw;
    margin: 0 auto;
    padding-bottom: 6.9444444444vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .credit-area ul.credit__list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .credit-area ul.credit__list li.credit__list__item {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .credit-area ul.credit__list li.credit__list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling .credit-area ul.credit__list li.credit__list__item a div.credit div.img {
    margin-right: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling.styling--2 .styling-num {
    right: -58.8%;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling.styling--2 .styling-num {
    right: -80%;
  }
}
section.category .category__main-area .category__styling-area div.wrapper .styling.styling--2 .sample {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling.styling--2 .sample {
    font-size: 2.6666666667vw;
    width: 85.3333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 15.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__styling-area div.wrapper .styling.styling--2 .sample {
    font-size: 0.8333333333vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 6.9444444444vw;
  }
}
section.category .category__main-area .category__other-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item {
    padding-top: 12.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item {
    padding-top: 6.7361111111vw;
    width: 63.8888888889vw;
    margin: 0 auto;
  }
}
section.category .category__main-area .category__other-item div.hide-img {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.hide-img {
    width: 9.0666666667vw;
    right: -2.1333333333vw;
    top: 21.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.hide-img {
    top: 11.9444444444vw;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.hide-img img {
    width: 9.375vw;
  }
}
section.category .category__main-area .category__other-item h5 {
  font-weight: 300;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item h5 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item h5 {
    font-size: 2.2222222222vw;
    margin-bottom: 2.9166666667vw;
  }
}
section.category .category__main-area .category__other-item h5 span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item h5 span {
    font-size: 3.2vw;
    margin-right: 1.6vw;
    padding-top: 1.6vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item h5 span {
    font-size: 0.9722222222vw;
    margin-right: 0.7638888889vw;
    padding-top: 0.625vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.5333333333vw;
    width: 6.6666666667vw;
    height: 8vw;
    background: #f6f0e8;
    pointer-events: none;
    z-index: 1;
  }
}
section.category .category__main-area .category__other-item div.other-credit ul {
  width: 100%;
  display: flex;
  overflow-x: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit ul {
    margin: 0 6.6666666667vw;
    gap: 1.8666666667vw;
    padding-bottom: 8vw;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit ul {
    gap: 0.9722222222vw;
    padding-bottom: 3.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit ul::after {
    content: "";
    display: block;
    flex: 0 0 5.3333333333vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit ul::-webkit-scrollbar {
  background: #afafaf;
  width: 5px;
  height: 3px;
}
section.category .category__main-area .category__other-item div.other-credit ul::-webkit-scrollbar-thumb {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit ul::-webkit-scrollbar-track {
    width: 71.4666666667vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit li {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit li {
    width: 37.6vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit li {
    width: 11.875vw;
  }
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit li:last-child {
    padding-right: 6.6666666667vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_link {
  display: block;
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_link .flex {
  display: flex;
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_link .flex {
    margin-top: 0.6944444444vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_couponArea {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_couponArea {
    width: 37.6vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_couponArea {
    width: 11.875vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_img__120,
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_img__360,
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_img__1500 {
  width: 100%;
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_brand {
  line-height: 1.49;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_brand {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 0.8vw;
    padding: 0 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_brand {
    font-size: 0.7638888889vw;
    margin-top: 0.6944444444vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "shippori-mincho-b1", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_name {
    font-size: 2.6666666667vw;
    margin-bottom: 0.8vw;
    padding: 0 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_name {
    font-size: 0.7638888889vw;
    margin-top: 0.6944444444vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_proper {
  font-family: "shippori-mincho-b1", sans-serif;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_proper {
    font-size: 2.6666666667vw;
    padding: 0 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_proper {
    font-size: 0.7638888889vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_proper::before {
  content: "¥";
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_proper__onSale .zetaAjax_proper {
  text-decoration: line-through;
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_sale {
  color: #ee2e2e;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_sale {
    font-size: 2.6666666667vw;
    padding: 0 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_sale {
    font-size: 0.7638888889vw;
    margin-left: 0.3472222222vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_sale::before {
  content: "¥";
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_off {
  color: #ee2e2e;
  font-family: "shippori-mincho-b1", sans-serif;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_off {
    font-size: 2.6666666667vw;
    padding: 0 0.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.other-credit .zetaAjax_off {
    font-size: 0.7638888889vw;
  }
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_off::before {
  content: "(";
}
section.category .category__main-area .category__other-item div.other-credit .zetaAjax_off::after {
  content: ")";
}
section.category .category__main-area .category__other-item div.btn a {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #664c5d;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.btn a {
    width: 62.9333333333vw;
    height: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.btn a {
    width: 20.7638888889vw;
    height: 3.4722222222vw;
    margin-top: 3.8888888889vw;
  }
}
section.category .category__main-area .category__other-item div.btn a p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  section.category .category__main-area .category__other-item div.btn a p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  section.category .category__main-area .category__other-item div.btn a p {
    font-size: 1.3194444444vw;
    letter-spacing: 0.09em;
  }
}

/* category01 LACE */
@media screen and (min-width: 769px) {
  section.category--1 {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .pc-flex {
    display: flex;
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  section.category--1 div.category__ttl-area {
    background-image: url(../images/sp/top_lace_bg.webp);
  }
}
@media screen and (min-width: 769px) {
  section.category--1 div.category__ttl-area {
    background-image: url(../images/pc/top_lace_bg.webp);
    width: 50.2083333333vw;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 div.category__ttl-area div.category__ttl-area__wrapper {
    width: 46.875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
section.category--1 div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
  color: #664c5d;
}
section.category--1 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
  color: #664c5d;
}
section.category--1 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
  color: #664c5d;
}
section.category--1 .category__description {
  background-color: #664c5d;
}
@media screen and (min-width: 769px) {
  section.category--1 .category__description {
    height: 27.5vw;
    width: 49.7916666667vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--1 .category__main-area .category__main__img-area {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area {
    margin-top: 6.9444444444vw;
    margin-bottom: 4.8611111111vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3.5416666667vw;
         column-gap: 3.5416666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area .img1 {
    width: 34.7222222222vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  section.category--1 .category__main-area .category__main__img-area .img2 {
    width: 92vw;
    margin: 10.6666666667vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area .img2 {
    width: 34.7222222222vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax {
    margin-top: 39.2vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax {
    grid-column: 1/3;
    width: 63.3333333333vw;
    margin: 0 auto;
  }
}
section.category--1 .category__main-area .category__main__img-area .img-parallax .imgBg {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax .imgBg {
    width: 86.4vw;
    height: 105.3333333333vw;
    margin-top: 39.2vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax .imgBg {
    width: 63.3333333333vw;
    height: 40.4166666667vw;
    margin-top: 19.5833333333vw;
  }
}
section.category--1 .category__main-area .category__main__img-area .img-parallax .imgBg img {
  width: 100%;
  height: auto;
  aspect-ratio: 323/395;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
section.category--1 .category__main-area .category__main__img-area .img-parallax .img3 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax .img3 {
    margin-top: -133.8666666667vw;
    width: 60.2666666667vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax .img3 {
    margin-top: -52.9861111111vw;
    width: 25.6944444444vw;
    margin-left: 28.9583333333vw;
  }
}
section.category--1 .category__main-area .category__main__img-area .img-parallax .img4 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax .img4 {
    margin-top: 10.6666666667vw;
    width: 60.2666666667vw;
    margin-left: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__main__img-area .img-parallax .img4 {
    margin-top: 4.5833333333vw;
    width: 25.7638888889vw;
    margin-left: 11.1111111111vw;
  }
}
section.category--1 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.btn p {
  background-color: #664c5d;
}
section.category--1 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a:has(.cs) div.btn p {
  border: solid 1px #664c5d;
  color: #664c5d;
}
section.category--1 .category__main-area .category__styling-area h4 {
  color: #664c5d;
}
section.category--1 .category__main-area .category__styling-area .styling .styling-num {
  color: #664c5d;
}
section.category--1 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a div.btn p {
  background-color: #664c5d;
}
section.category--1 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
  background-color: transparent;
  border: solid 1px #664c5d;
  color: #664c5d;
}
@media screen and (min-width: 769px) {
  section.category--1 .category__main-area .category__styling-area .styling.styling--1 .credit-area {
    padding-top: 4.0277777778vw;
  }
}
section.category--1 .category__main-area .category__other-item div.btn a {
  background-color: #664c5d;
}

/* category02 ANIMAL */
@media screen and (max-width: 768px) {
  section.category--2 div.category__ttl-area {
    background-image: url(../images/sp/top_animal_bg.webp);
  }
}
@media screen and (min-width: 769px) {
  section.category--2 div.category__ttl-area {
    background-image: url(../images/pc/top_animal_bg.webp);
  }
}
section.category--2 div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
  color: #635048;
}
section.category--2 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
  color: #635048;
}
section.category--2 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
  color: #635048;
}
section.category--2 .category__description {
  background-color: #635048;
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area {
    margin: 0 auto;
    margin-top: 7.7777777778vw;
    margin-bottom: 6.9444444444vw;
    display: grid;
    grid-template-columns: 33.5416666667vw 35.2083333333vw;
    -moz-column-gap: 7.6388888889vw;
         column-gap: 7.6388888889vw;
    width: 82.3611111111vw;
    place-content: center;
  }
}
section.category--2 .category__main-area .category__main__img-area .img1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area .img1 {
    width: 91.2vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area .img1 {
    width: 33.6111111111vw;
    grid-column: 1;
  }
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area .img2 {
    width: 100%;
    margin: 10.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area .img2 {
    grid-column: 2;
    width: 35.2083333333vw;
    margin-top: 10.1388888889vw;
  }
}
section.category--2 .category__main-area .category__main__img-area .img3-area {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area .img3-area {
    width: 87.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area .img3-area {
    grid-column: 1;
    width: 33.5416666667vw;
    margin-top: -9.9305555556vw;
  }
}
section.category--2 .category__main-area .category__main__img-area .img3-area .txt {
  line-height: 1.36;
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area .img3-area .txt {
    width: 29.8666666667vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area .img3-area .txt {
    width: 12.9166666667vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area .img3-area .img3 {
    width: 49.6vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area .img3-area .img3 {
    width: 17.9861111111vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--2 .category__main-area .category__main__img-area .img4 {
    margin-top: 2.9333333333vw;
    width: 71.4666666667vw;
    margin-left: 6.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__img-area .img4 {
    grid-column: 1;
    width: 25.9027777778vw;
    margin-top: 1.1111111111vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__credit-area {
    grid-column: 2;
    margin-top: -9.375vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__credit-area ul.category__main__credit__list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item {
    margin-bottom: 0.9722222222vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--2 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item:last-child {
    margin-bottom: 0;
  }
}
section.category--2 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.btn p {
  background-color: #635048;
}
section.category--2 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a:has(.cs) div.btn p {
  border: solid 1px #635048;
  color: #635048;
}
section.category--2 .category__main-area .category__styling-area h4 {
  color: #635048;
}
section.category--2 .category__main-area .category__styling-area .styling .styling-num {
  color: #635048;
}
section.category--2 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a div.btn p {
  background-color: #635048;
}
section.category--2 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
  background-color: transparent;
  border: solid 1px #635048;
  color: #635048;
}
section.category--2 .category__main-area .category__other-item div.btn a {
  background-color: #635048;
}

/* category03 BORDEAUX */
@media screen and (max-width: 768px) {
  section.category--3 div.category__ttl-area {
    background-image: url(../images/sp/top_bordeaux_bg.webp);
  }
}
@media screen and (min-width: 769px) {
  section.category--3 div.category__ttl-area {
    background-image: url(../images/pc/top_bordeaux_bg.webp);
  }
}
section.category--3 div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
  color: #5b3535;
}
section.category--3 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
  color: #5b3535;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.category--3 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
    font-size: 19.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
    font-size: 8.125vw;
  }
}
section.category--3 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
  color: #5b3535;
}
section.category--3 .category__description {
  background-color: #5b3535;
}
@media screen and (max-width: 768px) {
  section.category--3 .category__main-area .category__main__img-area {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area {
    margin: 0 auto;
    margin-top: 7.6388888889vw;
    margin-bottom: 6.9444444444vw;
    display: grid;
    grid-template-columns: 36.4583333333vw 34.2361111111vw;
    -moz-column-gap: 7.8472222222vw;
         column-gap: 7.8472222222vw;
    width: 78.5416666667vw;
  }
}
section.category--3 .category__main-area .category__main__img-area .img1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area .img1 {
    grid-column: 1;
  }
}
section.category--3 .category__main-area .category__main__img-area .img2-area {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area {
    width: 89.6vw;
    margin-top: 13.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area {
    grid-column: 2;
    margin-top: 12.6388888889vw;
    width: 34.2361111111vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .imgBg {
    width: 27.4305555556vw;
    margin-left: auto;
  }
}
section.category--3 .category__main-area .category__main__img-area .img2-area .imgBg .js-pr3 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .imgBg .js-pr3 {
    margin-left: auto;
    width: 75.4666666667vw;
    height: 101.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .imgBg .js-pr3 {
    height: 36.9444444444vw;
  }
}
section.category--3 .category__main-area .category__main__img-area .img2-area .imgBg .js-pr3 img {
  height: auto;
}
section.category--3 .category__main-area .category__main__img-area .img2-area .img2 {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .img2 {
    width: 75.4666666667vw;
    margin-top: -89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .img2 {
    width: 27.5694444444vw;
    margin-top: -31.1805555556vw;
  }
}
section.category--3 .category__main-area .category__main__img-area .img2-area .txt {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .txt {
    width: 80vw;
    font-size: 2.6666666667vw;
    margin-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__img-area .img2-area .txt {
    width: 29.1666666667vw;
    font-size: 0.9722222222vw;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--3 .category__main-area .category__main__img-area .img3 {
    margin: 0 auto;
    margin-top: 11.7333333333vw;
    width: 87.2vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__credit-area {
    width: 100%;
    margin-top: 7.1527777778vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__credit-area ul.category__main__credit__list {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item:last-child {
    margin-bottom: 0;
  }
}
section.category--3 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.btn p {
  background-color: #5b3535;
}
section.category--3 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a:has(.cs) div.btn p {
  border: solid 1px #5b3535;
  color: #5b3535;
}
section.category--3 .category__main-area .category__styling-area div.wrapper h4 {
  color: #5b3535;
}
section.category--3 .category__main-area .category__styling-area div.wrapper .styling .styling-num {
  color: #5b3535;
}
section.category--3 .category__main-area .category__styling-area div.wrapper .styling .credit-area ul.credit__list li.credit__list__item a div.btn p {
  background-color: #5b3535;
}
section.category--3 .category__main-area .category__styling-area div.wrapper .styling .credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
  background-color: transparent;
  border: solid 1px #5b3535;
  color: #5b3535;
}
section.category--3 .category__main-area .category__styling-area div.wrapper .styling.styling--2 .credit-area {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  section.category--3 .category__main-area .category__styling-area div.wrapper .styling.styling--2 .credit-area {
    padding-top: 1.8055555556vw;
  }
}
section.category--3 .category__main-area .category__other-item div.btn a {
  background-color: #5b3535;
}

/* category04 SUEDE */
@media screen and (max-width: 768px) {
  section.category--4 div.category__ttl-area {
    background-image: url(../images/sp/top_suede_bg.webp);
  }
}
@media screen and (min-width: 769px) {
  section.category--4 div.category__ttl-area {
    background-image: url(../images/pc/top_suede_bg.webp);
  }
}
section.category--4 div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
  color: #665d4c;
}
section.category--4 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
  color: #665d4c;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.category--4 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
    font-size: 19.4666666667vw;
  }
}
section.category--4 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
  color: #665d4c;
}
section.category--4 .category__description {
  background-color: #665d4c;
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--4 .category__main-area .category__main__img-area {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area {
    margin: 0 auto;
    margin-bottom: 4.8611111111vw;
    display: grid;
    width: 77.9166666667vw;
    grid-template-columns: 35.2777777778vw 36.3194444444vw;
    -moz-column-gap: 6.3194444444vw;
         column-gap: 6.3194444444vw;
  }
}
section.category--4 .category__main-area .category__main__img-area .img1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img1 {
    grid-column: 1;
  }
}
section.category--4 .category__main-area .category__main__img-area .img2-3-area {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.category--4 .category__main-area .category__main__img-area .img2-3-area {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img2-3-area {
    grid-column: 2;
    margin-top: 2.8472222222vw;
  }
}
section.category--4 .category__main-area .category__main__img-area .img2-3-area .img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img2-3-area .img {
    width: 16.4583333333vw;
  }
}
section.category--4 .category__main-area .category__main__img-area .img2-3-area .img.img2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img2-3-area .img.img2 {
    z-index: 10;
  }
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img2-3-area .img.img3 {
    margin-top: 18.9583333333vw;
    margin-left: -3.6111111111vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--4 .category__main-area .category__main__img-area .img4-area {
    margin-top: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img4-area {
    grid-column: 1/3;
    margin-top: 14.3055555556vw;
  }
}
section.category--4 .category__main-area .category__main__img-area .img4-area .img-parallax .imgBg {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.category--4 .category__main-area .category__main__img-area .img4-area .img-parallax .imgBg {
    width: 88.5333333333vw;
    height: 129.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img4-area .img-parallax .imgBg {
    width: 60.625vw;
    margin: 0 auto;
  }
}
section.category--4 .category__main-area .category__main__img-area .img4-area .img4 {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  section.category--4 .category__main-area .category__main__img-area .img4-area .img4 {
    width: 88.5333333333vw;
    margin-top: -113.3333333333vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__main__img-area .img4-area .img4 {
    width: 34.0972222222vw;
    margin: -42.6388888889vw auto 0;
  }
}
section.category--4 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.btn p {
  background-color: #665d4c;
}
section.category--4 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a:has(.cs) div.btn p {
  border: solid 1px #665d4c;
  color: #665d4c;
}
section.category--4 .category__main-area .category__styling-area h4 {
  color: #665d4c;
}
section.category--4 .category__main-area .category__styling-area .styling .styling-num {
  color: #665d4c;
}
section.category--4 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a div.btn p {
  background-color: #665d4c;
}
section.category--4 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
  background-color: transparent;
  border: solid 1px #665d4c;
  color: #665d4c;
}
@media screen and (min-width: 769px) {
  section.category--4 .category__main-area .category__styling-area .styling.styling--2 {
    padding-top: 1.9444444444vw;
  }
}
section.category--4 .category__main-area .category__styling-area .styling.styling--2 .credit-area {
  padding-bottom: 0 !important;
}
section.category--4 .category__main-area .category__other-item div.btn a {
  background-color: #665d4c;
}

/* category05 DENIM */
@media screen and (max-width: 768px) {
  section.category--5 {
    padding-bottom: 40vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 {
    padding-bottom: 14.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--5 div.category__ttl-area {
    background-image: url(../images/sp/top_denim_bg.webp);
  }
}
@media screen and (min-width: 769px) {
  section.category--5 div.category__ttl-area {
    background-image: url(../images/pc/top_denim_bg.webp);
  }
}
section.category--5 div.category__ttl-area div.category__ttl-area__wrapper .category__sub-ttl p {
  color: #4c4c69;
}
section.category--5 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl h3 {
  color: #4c4c69;
}
section.category--5 div.category__ttl-area div.category__ttl-area__wrapper .category__main-ttl p {
  color: #4c4c69;
}
section.category--5 .category__description {
  background-color: #4c4c69;
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area {
    margin-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  section.category--5 .category__main-area .category__main__img-area {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area .category__main__img-area {
    width: 72.9166666667vw;
    margin: 0 auto 3.1944444444vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 3.4722222222vw;
         column-gap: 3.4722222222vw;
  }
}
section.category--5 .category__main-area .category__main__img-area .img1 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category--5 .category__main-area .category__main__img-area .img1 {
    width: 91.2vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area .category__main__img-area .img1 {
    grid-column: 1;
    width: 34.7222222222vw;
  }
}
section.category--5 .category__main-area .category__main__img-area .img2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.category--5 .category__main-area .category__main__img-area .img2 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area .category__main__img-area .img2 {
    grid-column: 2;
    width: 34.7222222222vw;
  }
}
section.category--5 .category__main-area .category__main__img-area .img3-4-area {
  display: flex;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.category--5 .category__main-area .category__main__img-area .img3-4-area {
    margin-top: 10.6666666667vw;
    width: 92.2666666667vw;
    height: 76.8vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area .category__main__img-area .img3-4-area {
    grid-column: 1/3;
    width: 45.1388888889vw;
    height: 36.8055555556vw;
    margin-top: 6.9444444444vw;
  }
}
section.category--5 .category__main-area .category__main__img-area .img3-4-area .img {
  width: 50%;
}
section.category--5 .category__main-area .category__main__img-area .img3-4-area .img.img4_area .txt-5 {
  position: absolute;
  line-height: 1.5;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  section.category--5 .category__main-area .category__main__img-area .img3-4-area .img.img4_area .txt-5 {
    width: 88vw;
    font-size: 2.6666666667vw;
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area .category__main__img-area .img3-4-area .img.img4_area .txt-5 {
    width: 42.9166666667vw;
    font-size: 1.1111111111vw;
    margin-top: 1.1111111111vw;
  }
}
section.category--5 .category__main-area .category__main__img-area .img5 {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.category--5 .category__main-area .category__main__img-area .img5 {
    margin-top: 10.6666666667vw;
    width: 87.2vw;
  }
}
@media screen and (min-width: 769px) {
  section.category--5 .category__main-area .category__main__img-area .img5 {
    grid-column: 1/3;
    margin-top: 6.9444444444vw;
    width: 39.9305555556vw;
  }
}
section.category--5 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a div.btn p {
  background-color: #4c4c69;
}
section.category--5 .category__main-area .category__main__credit-area ul.category__main__credit__list li.category__main__credit__list__item a:has(.cs) div.btn p {
  border: solid 1px #4c4c69;
  color: #4c4c69;
}
section.category--5 .category__main-area .category__styling-area h4 {
  color: #4c4c69;
}
section.category--5 .category__main-area .category__styling-area .styling .styling-num {
  color: #4c4c69;
}
section.category--5 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a div.btn p {
  background-color: #4c4c69;
}
section.category--5 .category__main-area .category__styling-area .styling .credit-area ul.credit__list li.credit__list__item a:has(.cs) div.btn p {
  background-color: transparent;
  border: solid 1px #4c4c69;
  color: #4c4c69;
}
section.category--5 .category__main-area .category__other-item div.btn a {
  background-color: #4c4c69;
}

/* staff */
@media screen and (max-width: 768px) {
  .staff {
    padding-bottom: 40vw;
  }
}
@media screen and (min-width: 769px) {
  .staff {
    padding-bottom: 14.5833333333vw;
  }
}
.staff p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff p {
    font-size: 2.9333333333vw;
    line-height: 1.9090909091;
  }
}
@media screen and (min-width: 769px) {
  .staff p {
    font-size: 0.9027777778vw;
    line-height: 1.8461538462;
  }
}

/* アニメーション -------------------------------- */
.header {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0s linear 0.8s; /* visibilityは遅延 */
}

.header--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0s linear 0s; /* 表示は即 */
}

.header.is-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* opacity後にvisibility */
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
}

.fadeIn_02 {
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
  transition-delay: 0.2s;
}

.fadeIn_04 {
  opacity: 0;
  visibility: hidden;
  transition-duration: 800ms;
  transition-delay: 0.4s;
}

.fadeIn_active {
  opacity: 1;
  visibility: visible;
}

.clip_anime {
  clip-path: inset(0 100% -20% 0);
  transition: clip-path 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.clip_anime.clip-active {
  clip-path: inset(0 0 -20% 0);
}

.bgFadeIn {
  opacity: 0;
  animation: bgFadeIn 1s linear forwards;
}

@keyframes bgFadeIn {
  from {
    opacity: 0; /* 開始時の透明度 */
  }
  to {
    opacity: 1; /* 終了時の不透明度 */
  }
}
.fv__img--main {
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.fv__img--main img {
  width: 100%;
  opacity: 0;
}

.add-animation {
  animation: zoomUp 1s ease-out 0.5s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1.05); /* 拡大率 */
    opacity: 1;
  }
}
.logo-animation {
  animation: logofadeIn 1s linear 0.5s normal both;
}

@keyframes logofadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */