@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "Helsinki Narrow, sans-serif";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/BRHENBS0.otf") format("opentype"), url("../fonts/BRHENBS0.woff") format("woff"), url("../fonts/BRHENBS0.woff2") format("woff2");
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 共 通 ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
.ecoKnit {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.ecoKnit {
  margin-bottom: calc(118 * (100vw/ 375));
  overflow: hidden;
}
.ecoKnit .spOnly {
  display: block;
}
.ecoKnit .pcOnly {
  display: none;
}
.ecoKnit img {
  width: 100%;
  height: auto;
}

/*------------------------------------
≡≡≡≡≡ ▼ Layout SP First layout ▼ ≡≡≡≡≡
 ------------------------------------*/
.ecoKnit a,
.ecoKnit label {
  -webkit-tap-highlight-color: rgba(146, 175, 188, 0.4);
}
.ecoKnit .text {
  font-size: calc(14 * (100vw/ 375));
  line-height: 2;
  letter-spacing: 0.025em;
}
.ecoKnit .title:not(.leadArea .title) {
  margin-bottom: calc(33 * (100vw/ 375));
  font-family: "Helsinki Narrow, sans-serif";
  font-style: normal;
  font-size: calc(32 * (100vw/ 375));
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
.ecoKnit .heading {
  font-family: "Helsinki Narrow, sans-serif";
  font-style: normal;
  font-size: calc(20 * (100vw/ 375));
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
.ecoKnit .ecoKnitInner {
  padding: 0 calc(10 * (100vw/ 375));
}
.ecoKnit .contents_imageWrap + .heading {
  margin-bottom: calc(15 * (100vw/ 375));
}
.ecoKnit .materialHeader .heading {
  margin-bottom: calc(8 * (100vw/ 375));
}
.ecoKnit .mv {
  display: block;
  margin-bottom: calc(70 * (100vw/ 375));
  width: 100%;
}
.ecoKnit .leadArea {
  margin-bottom: calc(62 * (100vw/ 375));
  text-align: center;
}
.ecoKnit .leadArea .title {
  margin-bottom: calc(23 * (100vw/ 375));
  font-family: "Helsinki Narrow, sans-serif";
  font-size: calc(44 * (100vw/ 375));
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.025em;
}
.ecoKnit .sec .header {
  margin-bottom: calc(50 * (100vw/ 375));
  padding: calc(50 * (100vw/ 375)) 0 calc(42 * (100vw/ 375));
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.ecoKnit .sec .contents_imageWrap {
  margin-bottom: calc(50 * (100vw/ 375));
}
.ecoKnit .sec .text:not(.header .text) {
  margin-bottom: calc(44 * (100vw/ 375));
}
.ecoKnit .sec .contentsArea .text {
  text-align: center;
}
.ecoKnit .sec .colorList {
  display: flex;
  justify-content: center;
  gap: calc(20 * (100vw/ 375));
  margin-bottom: calc(8 * (100vw/ 375));
}
.ecoKnit .sec .circle {
  border-radius: 50%;
  width: calc(24 * (100vw/ 375));
  height: calc(24 * (100vw/ 375));
}
.ecoKnit .sec .itemsList {
  display: flex;
  flex-direction: column;
  gap: calc(35 * (100vw/ 375));
  margin: 0 auto;
  width: calc(300 * (100vw/ 375));
}
.ecoKnit .sec .itemsCredit {
  margin-top: calc(6 * (100vw/ 375));
  font-size: calc(14 * (100vw/ 375));
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: center;
}
.ecoKnit .paradise .circle.black {
  background-color: #121110;
}
.ecoKnit .paradise .circle.red {
  background-color: #B1283C;
}
.ecoKnit .paradise .circle.mocha {
  background-color: #F2E1CC;
}
.ecoKnit .paradise .circle.lightGray {
  background-color: #C7CAC9;
}
.ecoKnit .berg {
  margin-top: calc(93 * (100vw/ 375));
}
.ecoKnit .berg .circle.red {
  background-color: #D13842;
}
.ecoKnit .berg .circle.mocha {
  background-color: #E4D8C7;
}
.ecoKnit .berg .circle.purple {
  background-color: #514879;
}
.ecoKnit .afterwordArea {
  margin-top: calc(93 * (100vw/ 375));
  padding: calc(99 * (100vw/ 375)) 0 calc(64 * (100vw/ 375));
  border-top: 1px solid #000000;
}
.ecoKnit .afterwordArea .afterwordArea_heading {
  margin-bottom: calc(13 * (100vw/ 375));
  font-family: "Helsinki Narrow, sans-serif";
  font-style: normal;
  font-size: calc(27 * (100vw/ 375));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: left;
}
.ecoKnit .afterwordArea dt:nth-of-type(1) .afterwordArea_heading {
  text-indent: calc(3 * (100vw/ 375));
}
.ecoKnit .afterwordArea dd {
  font-size: calc(14 * (100vw/ 375));
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: left;
}
.ecoKnit .afterwordArea dd:not(:last-of-type) {
  margin-bottom: calc(63 * (100vw/ 375));
}
.ecoKnit .btnWrap {
  margin: 0 auto;
  width: calc(335 * (100vw/ 375));
}
.ecoKnit .btnWrap .btn {
  display: block;
  padding-block: calc(14 * (100vw/ 375));
  background: #000;
  color: #fff;
  font-size: calc(14 * (100vw/ 375));
  line-height: 1.57;
  letter-spacing: 0.075em;
  text-align: center;
  width: 100%;
}
.ecoKnit .btnWrap .btn:nth-child(1) {
  margin-bottom: calc(30 * (100vw/ 375));
}

/* .autumn1_230823 : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  /* パンくず 追加スタイル PC */
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .ecoKnit .pcOnly {
    display: block;
  }
  .ecoKnit .spOnly {
    display: none;
  }
  .ecoKnit a {
    transition: opacity 0.4s ease;
  }
  .ecoKnit a:hover {
    opacity: 0.6;
  }
  /* .ecoKnit : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .ecoKnit {
    margin: 0 auto 11.8rem;
    width: 120rem;
  }
  .ecoKnit .text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .ecoKnit .title:not(.leadArea .title) {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
  .ecoKnit .heading {
    font-size: 2rem;
  }
  .ecoKnit .ecoKnitInner {
    margin: 0 auto;
    padding: 0;
    width: 104rem;
  }
  .ecoKnit .contents_imageWrap + .heading {
    margin-bottom: 1.9rem;
  }
  .ecoKnit .materialHeader .heading {
    margin-bottom: 1.3rem;
  }
  .ecoKnit .mv {
    margin-inline: auto;
    margin-bottom: 8rem;
    width: 120rem;
  }
  .ecoKnit .leadArea {
    margin-bottom: 7.2rem;
  }
  .ecoKnit .leadArea .title {
    margin-bottom: 2rem;
    font-size: 5rem;
  }
  .ecoKnit .sec .header {
    display: flex;
    margin-bottom: 5rem;
    padding: 2.2rem 0;
  }
  .ecoKnit .sec .header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51.2rem;
  }
  .ecoKnit .sec .header .text {
    width: 52.8rem;
  }
  .ecoKnit .sec .contents_imageWrap {
    margin-inline: auto;
    margin-bottom: 5rem;
    width: 48rem;
  }
  .ecoKnit .sec .text:not(.header .text) {
    margin-bottom: 4.2rem;
  }
  .ecoKnit .sec .colorList {
    gap: 2rem;
    margin-bottom: 1.3rem;
  }
  .ecoKnit .sec .circle {
    width: 2.4rem;
    height: 2.4rem;
  }
  .ecoKnit .sec .itemsList {
    flex-direction: row;
    justify-content: center;
    gap: 7rem;
    margin: 0;
    width: 100%;
  }
  .ecoKnit .sec .item {
    width: 30rem;
  }
  .ecoKnit .sec .itemsCredit {
    margin-top: 1.3rem;
    font-size: 1.5rem;
  }
  .ecoKnit .berg {
    margin-top: 11.2rem;
  }
  .ecoKnit .afterwordArea {
    margin-top: 11.2rem;
    padding: 12rem 0 7.3rem;
  }
  .ecoKnit .afterwordArea .afterwordArea_inner {
    margin: 0 auto;
    width: 80rem;
  }
  .ecoKnit .afterwordArea .afterwordArea_heading {
    margin-bottom: 1.2rem;
    font-size: 2.7rem;
  }
  .ecoKnit .afterwordArea dt:nth-of-type(1) .afterwordArea_heading {
    text-indent: 0.3rem;
  }
  .ecoKnit .afterwordArea dd {
    font-size: 1.5rem;
  }
  .ecoKnit .afterwordArea dd:not(:last-of-type) {
    margin-bottom: 7.2rem;
  }
  .ecoKnit .btnWrap {
    width: 40rem;
  }
  .ecoKnit .btnWrap .btn {
    transition: all 0.4s ease;
    padding-block: 1.35rem 1.25rem;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 1.38;
  }
  .ecoKnit .btnWrap .btn:nth-child(1) {
    margin-bottom: 2rem;
  }
  .ecoKnit .btnWrap .btn:hover {
    background: #fff;
    color: #000;
  }
  /* .ecoKnit PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1200px)
 --------------------------------*/
/*# sourceMappingURL=style.css.map */