@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "YuGothic-Medium, sans-serif";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/YuGothic-Medium.otf") format("opentype"), url("../fonts/YuGothic-Medium.woff") format("woff"), url("../fonts/YuGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YuGothic-Bold, sans-serif";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/YuGothic-Bold.otf") format("opentype"), url("../fonts/YuGothic-Bold.woff") format("woff"), url("../fonts/YuGothic-Bold.woff2") format("woff2");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.onepoint_KNIT_231201 {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 100;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.onepoint_KNIT_231201 {
  margin-bottom: calc(50 * (100vw/ 375));
  overflow: hidden;
  text-align: center;
}
.onepoint_KNIT_231201 .spOnly {
  display: block;
}
.onepoint_KNIT_231201 .pcOnly {
  display: none;
}
.onepoint_KNIT_231201 img {
  width: 100%;
  height: auto;
}

/*------------------------------------
≡≡≡≡≡ ▼ Layout SP First layout ▼ ≡≡≡≡≡
 ------------------------------------*/
.onepoint_KNIT_231201 .js-anim,
.onepoint_KNIT_231201 .mainarea__mv {
  opacity: 0;
}
.onepoint_KNIT_231201 .mainarea__mv.js-anim_enable {
  -webkit-animation: fade_mv 1.4s cubic-bezier(0, 0.12, 0.58, 1) forwards;
          animation: fade_mv 1.4s cubic-bezier(0, 0.12, 0.58, 1) forwards;
}
.onepoint_KNIT_231201 .js-anim_enable:not(.mainarea__mv) {
  -webkit-animation: fade_slowly 1s cubic-bezier(0, 0.12, 0.58, 1) forwards;
          animation: fade_slowly 1s cubic-bezier(0, 0.12, 0.58, 1) forwards;
}
@-webkit-keyframes fade_slowly {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade_slowly {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade_mv {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_mv {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.onepoint_KNIT_231201 .mainarea {
  margin-bottom: calc(32 * (100vw/ 375));
}
.onepoint_KNIT_231201 .mainarea__mv {
  margin-bottom: calc(33 * (100vw/ 375));
  width: 100%;
}
.onepoint_KNIT_231201 .mainarea__read {
  font-size: calc(13 * (100vw/ 375));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.onepoint_KNIT_231201 .c-item {
  padding-block: calc(51 * (100vw/ 375)) calc(48 * (100vw/ 375));
  text-align: center;
}
.onepoint_KNIT_231201 .c-item:nth-child(even) {
  background-color: #E0D9C9;
}
.onepoint_KNIT_231201 .c-item:nth-child(odd) .swiper-pagination-bullet {
  background-color: #E0D9C9;
}
.onepoint_KNIT_231201 .c-item:nth-child(odd) .swiper-pagination-bullet-active {
  background-color: #000;
}
.onepoint_KNIT_231201 .c-item__titlewrap {
  margin-bottom: calc(13 * (100vw/ 375));
}
.onepoint_KNIT_231201 .c-item__subtitle {
  display: inline-block;
  margin-bottom: calc(10 * (100vw/ 375));
  padding: calc(1 * (100vw/ 375)) calc(11 * (100vw/ 375)) calc(6 * (100vw/ 375));
  background-color: #000000;
  color: #fff;
  font-family: mrs-eaves, serif;
  font-size: calc(17 * (100vw/ 375));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.onepoint_KNIT_231201 .c-item__title {
  font-family: mrs-eaves, serif;
  font-size: calc(50 * (100vw/ 375));
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.onepoint_KNIT_231201 .c-item__img {
  display: block;
  margin: 0 auto calc(40 * (100vw/ 375));
  width: calc(345 * (100vw/ 375));
}
.onepoint_KNIT_231201 .c-item__slider {
  width: 100%;
}
.onepoint_KNIT_231201 .c-item__head {
  margin-top: calc(34 * (100vw/ 375));
  margin-bottom: calc(15 * (100vw/ 375));
  font-size: calc(20 * (100vw/ 375));
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.onepoint_KNIT_231201 .c-item__text {
  margin-bottom: calc(33 * (100vw/ 375));
  font-size: calc(13 * (100vw/ 375));
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
}
.onepoint_KNIT_231201 .c-item__itemname {
  margin-bottom: calc(11 * (100vw/ 375));
  font-size: calc(13 * (100vw/ 375));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.onepoint_KNIT_231201 .c-item__price {
  margin-bottom: calc(22 * (100vw/ 375));
  font-family: var(--hkgrotesk);
  font-size: calc(13 * (100vw/ 375));
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.onepoint_KNIT_231201 .c-item__button {
  padding: calc(12 * (100vw/ 375)) calc(89 * (100vw/ 375)) calc(11.5 * (100vw/ 375));
  font-family: mrs-eaves, serif;
  font-size: calc(16 * (100vw/ 375));
  letter-spacing: 0.05em;
}
.onepoint_KNIT_231201 .c-item .swiper-pagination {
  display: flex;
  margin-top: calc(17 * (100vw/ 375));
  justify-content: center;
  -moz-column-gap: calc(10 * (100vw/ 375));
       column-gap: calc(10 * (100vw/ 375));
}
.onepoint_KNIT_231201 .c-item .swiper-pagination-bullet {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: calc(8 * (100vw/ 375));
  height: calc(8 * (100vw/ 375));
}
.onepoint_KNIT_231201 .c-item .swiper-pagination-bullet-active {
  background-color: #000;
}
.onepoint_KNIT_231201 .button {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: calc(20 * (100vw/ 375));
  font-weight: 700;
}
.onepoint_KNIT_231201 .button--top {
  margin-top: calc(50 * (100vw/ 375));
  padding: calc(14 * (100vw/ 375)) calc(57 * (100vw/ 375));
  font-size: calc(13 * (100vw/ 375));
  font-family: 600;
  line-height: 1.05;
  letter-spacing: 0.1em;
}

/* .autumn1_230823 : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  /* パンくず 追加スタイル PC */
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .onepoint_KNIT_231201 .pcOnly {
    display: block;
  }
  .onepoint_KNIT_231201 .spOnly {
    display: none;
  }
  .onepoint_KNIT_231201 a {
    transition-duration: 0.4s;
  }
  /* .onepoint_KNIT_231201 : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .onepoint_KNIT_231201 {
    margin: 0 auto 7rem;
    width: 100%;
  }
  .onepoint_KNIT_231201 .js-anim_enable:not(.mainarea__mv) {
    -webkit-animation: fade_slowly 0.8s cubic-bezier(0, 0.12, 0.58, 1) forwards;
            animation: fade_slowly 0.8s cubic-bezier(0, 0.12, 0.58, 1) forwards;
  }
  @-webkit-keyframes fade_slowly {
    0% {
      opacity: 0;
      transform: translateY(12%);
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fade_slowly {
    0% {
      opacity: 0;
      transform: translateY(12%);
    }
    10% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .onepoint_KNIT_231201 .mainarea {
    margin-bottom: 5.3rem;
  }
  .onepoint_KNIT_231201 .mainarea__mv {
    margin-inline: auto;
    margin-bottom: 5.3rem;
    width: 120rem;
  }
  .onepoint_KNIT_231201 .mainarea__read {
    font-size: 1.3rem;
  }
  .onepoint_KNIT_231201 .c-item {
    padding-block: 8.4rem 8rem;
  }
  .onepoint_KNIT_231201 .c-item__titlewrap {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.9rem;
         column-gap: 1.9rem;
    margin-bottom: 2.2rem;
  }
  .onepoint_KNIT_231201 .c-item__subtitle {
    margin-bottom: 0;
    padding: 0.4rem 1.2rem 0.7rem;
    font-size: 2rem;
  }
  .onepoint_KNIT_231201 .c-item__title {
    font-size: 6rem;
  }
  .onepoint_KNIT_231201 .c-item__img {
    margin: 0 auto 6rem;
    width: 50.4rem;
  }
  .onepoint_KNIT_231201 .c-item__head {
    margin-top: 5.4rem;
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
  .onepoint_KNIT_231201 .c-item__text {
    margin-bottom: 3.4rem;
    font-size: 1.3rem;
  }
  .onepoint_KNIT_231201 .c-item__itemname {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .onepoint_KNIT_231201 .c-item__price {
    margin-bottom: 2.1rem;
    font-size: 1.3rem;
  }
  .onepoint_KNIT_231201 .c-item__button {
    padding: 1.1rem 8.9rem 1rem;
    font-size: 1.6rem;
  }
  .onepoint_KNIT_231201 .c-item .swiper-pagination {
    margin-top: 2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .onepoint_KNIT_231201 .c-item .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
  .onepoint_KNIT_231201 .button {
    transition: all 0.4s ease;
    border: 1px solid #000;
    border-radius: 2rem;
  }
  .onepoint_KNIT_231201 .button:hover {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
  }
  .onepoint_KNIT_231201 .button--top {
    margin-top: 6rem;
    padding: 1.25rem 5.7rem 1.2rem;
    font-size: 1.3rem;
  }
  /* .onepoint_KNIT_231201 PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*# sourceMappingURL=style.css.map */