@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.5s forwards;
          animation: animate-fadeIn 0.5s forwards;
}

@-webkit-keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.5s forwards;
          animation: animate-fadeInUp 0.5s forwards;
}

@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.5s forwards;
          animation: animate-fadeInLft 0.5s forwards;
}

@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.5s forwards;
          animation: animate-fadeInRgt 0.5s forwards;
}

@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRoll {
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: animate-fadeInRoll 0.8s forwards;
          animation: animate-fadeInRoll 0.8s forwards;
}

.open.fadeInRoll {
  opacity: 1;
  visibility: visible !important;
  -webkit-animation: animate-fadeIn 0.5s forwards !important;
          animation: animate-fadeIn 0.5s forwards !important;
}

@-webkit-keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.scaleUp {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: animate-scaleUp 0.8s forwards;
          animation: animate-scaleUp 0.8s forwards;
}

@-webkit-keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}

@keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEN {
  font-family: Helvetica Neue, Helvetical, Arial, sans-serif;
  font-weight: 900;
}

.font-biz {
  font-family: "BIZ UDPMincho", serif;
}

.mincho {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.ls0 {
  letter-spacing: 0 !important;
}

.link__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  width: 450px;
  height: 78px;
  color: #000;
  background: #fff;
  margin: 0 auto;
}
.link__btn:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  color: #000000;
  overflow-x: hidden;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.links {
  margin-top: calc(60 / 375 * 100vw);
}
.links__banner {
  display: block;
  width: calc(315 / 375 * 100vw);
  margin: 0 auto;
}
.links__wrap {
  margin-top: calc(20 / 375 * 100vw);
  padding: calc(30 / 375 * 100vw) 0 calc(100 / 375 * 100vw);
  background: #f7f6f4;
}
.links__title {
  font-size: calc(18 / 375 * 100vw);
  text-align: center;
  font-weight: 500;
}
.links__text {
  width: 86%;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.9;
  margin: 1em auto 0;
}
.links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(200 / 375 * 100vw);
  height: calc(40 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: calc(10 / 375 * 100vw) auto 0;
  color: #fff;
  background: #7b7873;
  border-radius: 100vmax;
}
.links__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  margin: 1em auto 0;
  color: inherit;
  border-bottom: 1px solid #000;
}
.links__shop::after {
  content: "＞";
  font-size: 0.8em;
  text-decoration: none;
  margin-left: 0.5em;
}

@media only screen and (min-width: 836px) {
  .container {
    max-width: 1300px;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
  .fv__inner {
    position: relative;
  }
  .fv__title {
    position: absolute;
    top: 70px;
    left: 50px;
    color: #fff;
    font-size: 33px;
    line-height: 1.4;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .fv__textarea {
    position: absolute;
    top: 245px;
    left: 106px;
  }
  .fv__textarea-subtitle {
    height: 315px;
  }
  .fv__textarea-subtitle img {
    height: 100%;
  }
  .fv__textarea-text {
    position: absolute;
    bottom: -45px;
    left: 110px;
    font-size: 15px;
    line-height: 1.5;
    text-shadow: 0 0 7px #fff;
    margin-top: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .fv__textarea-text-price {
    font-size: 36px;
    font-weight: bold;
    line-height: 0.8;
    margin-bottom: 11px;
    display: block;
    letter-spacing: 0em;
  }
  .fv__textarea-text-price-mark {
    font-size: 26px;
  }
  .fv__textarea-text-lead {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .fv__logo {
    position: absolute;
    top: 29px;
    left: 42px;
    width: 206px;
  }
  .item-area__inner {
    padding: 130px 0 30px;
  }
  .item-area__flex {
    max-width: 580px;
    margin-inline: auto;
  }
  .item-area__textarea {
    width: 100%;
  }
  .item-area__title {
    height: 60px;
  }
  .item-area__title img {
    height: 100%;
  }
  .item-area__subtitle {
    font-size: 24px;
    margin-top: 30px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 500;
  }
  .item-area__price {
    font-size: 25px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-left: 30px;
    font-weight: 500;
  }
  .item-area__headline {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .item-area__img-area {
    margin-inline: auto;
    width: 500px;
    margin-top: 50px;
  }
  .item-area__img-area .swiper-button-next,
  .item-area__img-area .swiper-button-prev {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin-top: unset;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #bec9c8;
    border-radius: 100vmax;
  }
  .item-area__img-area .swiper-button-next:after,
  .item-area__img-area .swiper-button-prev:after {
    font-size: 24px;
  }
  .item-area__img-area .swiper-button-next:after {
    position: relative;
    left: 2px;
  }
  .item-area__img-area .swiper-button-prev:after {
    position: relative;
    left: -2px;
  }
  .item-area .swiper-slide {
    background-color: #fff;
  }
  .item-area__img-data {
    margin-top: 20px;
  }
  .item-area__img-data.-shirt .item-area__img-data-name {
    margin-bottom: 20px;
  }
  .item-area__img-data.-shirt .item-area__img-data-detail {
    margin-top: 5px;
  }
  .item-area__img-data.-shirt .item-area__img-data-price {
    margin-top: 6px;
  }
  .item-area__img-data-name {
    font-size: 23px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .item-area__img-data-name-small {
    font-size: 16px;
  }
  .item-area__img-data-price {
    margin-top: 10px;
    font-size: 28px;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  .item-area__img-data-price-text {
    font-size: 14px;
    font-weight: normal;
  }
  .item-area__img-data-price-small {
    font-size: 18px;
  }
  .item-area__img-data-detail {
    margin-top: 11px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .item-area__description {
    margin-top: 0;
    margin-inline: auto;
    z-index: 10;
    position: relative;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    background-color: #bec9c8;
    padding: 35px 10px;
    margin-top: 40px;
  }
  .item-area__description-text {
    line-height: 1.8;
    font-size: 16px;
    margin-inline: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    letter-spacing: 0.1em;
  }
  .item-area__repletion {
    margin-top: 70px;
  }
  .item-area__repletion-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1000px;
    margin-inline: auto;
  }
  .item-area__repletion-textarea {
    width: 800px;
    padding-left: 70px;
    padding-top: 30px;
  }
  .item-area__repletion-textarea-title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .item-area__repletion-textarea-text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
    letter-spacing: 0.15em;
  }
  .item-area__collection {
    margin-top: 80px;
  }
  .item-area__collection .swiper-button-prev,
  .item-area__collection .swiper-button-next,
  .item-area__collection .swiper-pagination {
    display: none;
  }
  .item-area__collection .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    max-width: 1000px;
  }
  .item-area__collection .swiper-slide {
    width: 48%;
  }
  .item-area__fabric {
    margin-top: 80px;
    padding: 50px 0 70px;
    background-color: #bec9c8;
    margin-inline: calc(50% - 50vw);
  }
  .item-area__fabric-title {
    margin-inline: auto;
    width: 200px;
  }
  .item-area__fabric-list {
    margin-top: 50px;
  }
  .item-area__fabric .swiper-button-prev,
  .item-area__fabric .swiper-button-next,
  .item-area__fabric .swiper-pagination {
    display: none;
  }
  .item-area__fabric .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: 1000px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-area__fabric .swiper-slide {
    width: 14.2857142857%;
  }
  .links {
    margin-top: 150px;
  }
  .links__banner {
    display: block;
    width: 800px;
    margin: 0 auto;
  }
  .links__wrap {
    margin-top: 50px;
    padding: 40px 0 100px;
  }
  .links__title {
    font-size: 20px;
  }
  .links__text {
    font-size: 16px;
    text-align: center;
  }
  .links__button {
    width: 400px;
    height: 80px;
    font-size: 22px;
    margin: 20px auto 0;
  }
  .links__shop {
    font-size: 16px;
  }
}
/* SP */
@media only screen and (max-width: 835px) {
  .container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
  }
  .fv__inner {
    position: relative;
    padding-bottom: calc(98 / 375 * 100vw);
  }
  .fv__title {
    position: absolute;
    top: calc(20 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    color: #000;
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.4;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .fv__textarea {
    position: absolute;
    top: calc(74 / 375 * 100vw);
    left: calc(39 / 375 * 100vw);
  }
  .fv__textarea-subtitle {
    width: calc(270 / 375 * 100vw);
  }
  .fv__textarea-subtitle img {
    -webkit-filter: drop-shadow(2px 4px 3px #333);
            filter: drop-shadow(2px 4px 3px #333);
  }
  .fv__textarea-text {
    letter-spacing: 0.1em;
    width: calc(340 / 375 * 100vw);
    position: absolute;
    bottom: calc(50 / 375 * 100vw);
    left: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    text-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(7 / 375 * 100vw) #fff;
    margin-top: calc(20 / 375 * 100vw);
    font-weight: bold;
    text-align: right;
  }
  .fv__textarea-text-price {
    font-size: calc(27 / 375 * 100vw);
    letter-spacing: 0.05em;
    display: block;
    text-align: right;
  }
  .fv__textarea-text-lead {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.9;
    display: block;
    text-align: left;
    margin-top: calc(6 / 375 * 100vw);
    text-align: right;
  }
  .fv__logo {
    position: absolute;
    top: calc(21 / 375 * 100vw);
    left: calc(23 / 375 * 100vw);
    width: calc(160 / 375 * 100vw);
  }
  .item-area__inner {
    padding: calc(50 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .item-area__textarea {
    width: calc(280 / 375 * 100vw);
    margin-inline: auto;
  }
  .item-area__subtitle {
    font-size: calc(20 / 375 * 100vw);
    margin-top: calc(23 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .item-area__price {
    font-size: calc(22 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .item-area__headline {
    font-size: calc(24 / 375 * 100vw);
    font-weight: bold;
    margin-top: calc(20 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .item-area__img-area {
    width: calc(350 / 375 * 100vw);
    position: relative;
    margin-left: auto;
    margin-top: calc(50 / 375 * 100vw);
  }
  .item-area__img-area .swiper-button-next,
  .item-area__img-area .swiper-button-prev {
    position: absolute;
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin-top: unset;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #bec9c8;
    border-radius: 100vmax;
  }
  .item-area__img-area .swiper-button-next:after,
  .item-area__img-area .swiper-button-prev:after {
    font-size: 16px;
  }
  .item-area__img-area .swiper-button-next:after {
    position: relative;
    left: 2px;
  }
  .item-area__img-area .swiper-button-prev:after {
    position: relative;
    left: -2px;
  }
  .item-area .swiper-slide {
    background-color: #fff;
  }
  .item-area__img-data {
    margin-top: 20px;
  }
  .item-area__img-data.-shirt .item-area__img-data-name {
    margin-bottom: 20px;
  }
  .item-area__img-data.-shirt .item-area__img-data-detail {
    margin-top: 5px;
  }
  .item-area__img-data.-shirt .item-area__img-data-price {
    margin-top: 6px;
  }
  .item-area__img-data.-padding {
    padding: 0 20px;
  }
  .item-area__img-data-name {
    font-size: 23px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .item-area__img-data-name-small {
    font-size: 16px;
  }
  .item-area__img-data-price {
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .item-area__img-data-price-text {
    font-size: 14px;
    font-weight: normal;
  }
  .item-area__img-data-price-small {
    font-size: 18px;
  }
  .item-area__img-data-detail {
    margin-top: 11px;
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.6;
  }
  .item-area__description {
    margin-top: calc(50 / 375 * 100vw);
  }
  .item-area__description-text {
    line-height: 1.8;
    background-color: #bec9c8;
    padding: calc(30 / 375 * 100vw) calc(25 / 375 * 100vw) calc(30 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .item-area__repletion {
    margin-top: calc(0 / 375 * 100vw);
  }
  .item-area__repletion-textarea {
    padding: calc(30 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
    margin-inline: auto;
    width: calc(100% - 50 / 375 * 100vw);
  }
  .item-area__repletion-textarea-title {
    font-weight: bold;
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .item-area__repletion-textarea-text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.8;
    margin-top: calc(20 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .item-area__collection {
    margin-top: calc(0 / 375 * 100vw);
  }
  .item-area__collection .swiper-button-prev,
  .item-area__collection .swiper-button-next,
  .item-area__collection .swiper-pagination {
    display: none;
  }
  .item-area__collection .swiper-button-next,
  .item-area__collection .swiper-button-prev {
    position: absolute;
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin-top: unset;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #bec9c8;
    border-radius: 100vmax;
  }
  .item-area__collection .swiper-button-next:after,
  .item-area__collection .swiper-button-prev:after {
    font-size: 16px;
  }
  .item-area__collection .swiper-button-next:after {
    position: relative;
    left: 2px;
  }
  .item-area__collection .swiper-button-prev:after {
    position: relative;
    left: -2px;
  }
  .item-area__collection swiper-pagination {
    display: none;
  }
  .item-area__collection .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
    width: calc(730 / 375 * 100vw);
  }
  .item-area__collection .swiper-slide {
    width: calc(350 / 375 * 100vw);
  }
  .item-area__fabric {
    margin-top: calc(80 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) 0 calc(70 / 375 * 100vw);
    background-color: #bec9c8;
  }
  .item-area__fabric-title {
    margin-inline: auto;
    width: calc(170 / 375 * 100vw);
  }
  .item-area__fabric-list {
    margin-top: calc(50 / 375 * 100vw);
    position: relative;
    padding-bottom: calc(55 / 375 * 100vw);
    margin-inline: auto;
    width: 100%;
    width: calc(330 / 375 * 100vw);
    margin-inline: auto;
    position: relative;
  }
  .item-area__fabric-list:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-inline: calc(50% - 50vw);
    background-color: #fff;
  }
  .item-area__fabric .swiper {
    padding: 0 10px;
  }
  .item-area__fabric .swiper-wrapper {
    padding: 40px 50px 15px;
  }
  .item-area__fabric .swiper-slide {
    position: relative;
    pointer-events: none;
  }
  .item-area__fabric .swiper-slide:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 3px 3px 6px #a2a2a2;
            box-shadow: 3px 3px 6px #a2a2a2;
  }
  .item-area__fabric .swiper-slide img {
    width: 100%;
  }
  .item-area__fabric .swiper-horizontal > .swiper-pagination-bullets,
  .item-area__fabric .swiper-pagination-bullets.swiper-pagination-horizontal,
  .item-area__fabric .swiper-pagination-custom,
  .item-area__fabric .swiper-pagination-fraction {
    bottom: calc(27 / 375 * 100vw);
  }
  .item-area__fabric .swiper-button-next,
  .item-area__fabric .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #bec9c8;
    width: calc(10 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .item-area__fabric .swiper-button-next:after,
  .item-area__fabric .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    font-size: calc(20 / 375 * 100vw);
  }
  .item-area__fabric .swiper-button-next {
    right: calc(-15 / 375 * 100vw);
  }
  .item-area__fabric .swiper-button-prev {
    left: calc(-15 / 375 * 100vw);
  }
}
/* SP ここまで */
/*# sourceMappingURL=style.css.map */