body {
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    overflow: initial;
    contain: paint;
  }
}

.p-cashmere {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 26.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
  .p-cashmere {
    display: block;
    padding-bottom: 80px;
  }
}
.p-cashmere div,
.p-cashmere h1,
.p-cashmere h2,
.p-cashmere p,
.p-cashmere ul,
.p-cashmere li {
  margin: 0 auto;
  font-size: 4vw;
  font-weight: normal;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .p-cashmere div,
  .p-cashmere h1,
  .p-cashmere h2,
  .p-cashmere p,
  .p-cashmere ul,
  .p-cashmere li {
    font-size: 0.9375rem;
  }
}
.p-cashmere ul {
  list-style: none;
}
.p-cashmere li {
  text-align: left;
}
.p-cashmere img {
  width: 100%;
  height: auto;
}
.p-cashmere a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
@media only screen and (min-width: 768px) {
  .p-cashmere a:hover {
    opacity: 0.6;
  }
}
.p-cashmere span {
  font-family: inherit;
}
.p-cashmere .--selif {
  font-family: "Noto Serif JP", serif;
}
.p-cashmere__contents {
  width: 100%;
  max-width: 375px;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__contents {
    max-width: 840px;
    margin: 0;
  }
}
.p-cashmere__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 75/128;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__header {
    aspect-ratio: 2/1;
    max-height: 640px;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__header {
    width: 65.625%;
    min-width: 840px;
    aspect-ratio: 21/16;
  }
}
.p-cashmere__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  aspect-ratio: 75/128;
  background: url(../img/main_bg_s.webp) center center no-repeat;
  background-size: auto 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .p-cashmere__header:before {
    width: 100vw;
    max-height: 640px;
    aspect-ratio: 2/1;
    background-image: url(../img/main_bg.webp);
    background-size: cover;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__header:before {
    aspect-ratio: 21/16;
  }
}
.p-cashmere__header-text {
  position: relative;
  width: 87.7333333333%;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__header-text {
    width: 52.1428571429%;
  }
}
.p-cashmere__sec {
  display: flex;
  flex-direction: column;
  row-gap: 8vw;
  padding: 16vw 0;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec {
    row-gap: 3.4375vw;
    padding: 5vw 0;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec {
    row-gap: 44px;
    padding: 64px 0;
  }
}
.p-cashmere__sec:nth-of-type(2n+1) {
  padding: 10.6666666667vw 0 13.3333333333vw;
  background-color: #370909;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:nth-of-type(2n+1) {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    padding: 3.90625vw;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec:nth-of-type(2n+1) {
    padding: 50px 0;
  }
}
.p-cashmere__sec:nth-of-type(2n+1) h2,
.p-cashmere__sec:nth-of-type(2n+1) p,
.p-cashmere__sec:nth-of-type(2n+1) ul,
.p-cashmere__sec:nth-of-type(2n+1) li,
.p-cashmere__sec:nth-of-type(2n+1) a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:nth-of-type(2n+1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    transform: translate(-50%);
    background-color: #370909;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:nth-of-type(2n+1) .p-cashmere__sec-text {
    row-gap: 6.5217391304%;
    width: 43.8095238095%;
    margin: 0;
    order: 2;
    writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec:nth-of-type(2n+1) .p-cashmere__sec-text {
    row-gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:nth-of-type(2n+1) .p-cashmere__sec-fig {
    width: 47.619047619%;
    margin: 0;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text h2 {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text h2 > span {
    text-combine-upright: all;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text p:not(.note) {
    letter-spacing: 0.09375em;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text p:not(.note) > span {
    text-combine-upright: all;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text ul {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text ul li > span:not(.comma) {
    text-combine-upright: all;
  }
}
.p-cashmere__sec:not(.sec_01) .p-cashmere__sec-text .note {
  font-size: 0.8em;
}
.p-cashmere__sec h2 {
  width: 100%;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.p-cashmere__sec h2 > span {
  display: inline-block;
}
.p-cashmere__sec-text, .p-cashmere__sec-fig {
  width: 89.3333333333%;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec-text, .p-cashmere__sec-fig {
    position: relative;
  }
}
.p-cashmere__sec-text {
  display: flex;
  flex-direction: column;
  row-gap: 6.9333333333vw;
  transform: translateY(4em);
  transition: all 0.5s ease-in;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec-text {
    row-gap: 2.5vw;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec-text {
    row-gap: 32px;
  }
}
.p-cashmere__sec-text.is-show {
  opacity: 1;
  transform: translateY(0);
}
.p-cashmere__sec-text p,
.p-cashmere__sec-text ul {
  width: 100%;
  line-height: 2;
}
.p-cashmere__sec-text-inner {
  display: flex;
  flex-direction: column;
  row-gap: 6.9333333333vw;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec-text-inner {
    row-gap: 2.5vw;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec-text-inner {
    row-gap: 32px;
  }
}
.p-cashmere__sec-fig {
  transition: opacity 1s 0.2s ease-in;
}
.p-cashmere__sec-fig.is-show {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec .comma {
    display: none;
  }
}
.p-cashmere__sec.sec_01 {
  padding-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_01 {
    padding-top: 4.0625vw;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec.sec_01 {
    padding-top: 52px;
  }
}
.p-cashmere__sec.sec_01 h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_01 .p-cashmere__sec-text {
    width: 76.1904761905%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_01 .p-cashmere__sec-fig {
    width: 47.619047619%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_02 .p-cashmere__sec-text {
    max-height: 448px;
  }
}
.p-cashmere__sec.sec_02 .p-cashmere__sec-fig {
  display: flex;
  -moz-column-gap: 1.4925373134%;
       column-gap: 1.4925373134%;
  row-gap: 1.3333333333vw;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_02 .p-cashmere__sec-fig {
    row-gap: 0.78125vw;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media only screen and (min-width: 840px) {
  .p-cashmere__sec.sec_02 .p-cashmere__sec-fig {
    row-gap: 10px;
  }
}
.p-cashmere__sec.sec_02 .p-cashmere__sec-fig-1 {
  width: 100%;
}
.p-cashmere__sec.sec_02 .p-cashmere__sec-fig li {
  margin: 0;
}
.p-cashmere__sec.sec_02 .p-cashmere__sec-fig li:not(.p-cashmere__sec-fig-1) {
  width: 49.2537313433%;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_02 .p-cashmere__sec-fig li:not(.p-cashmere__sec-fig-1) {
    width: 48.75%;
  }
}
.p-cashmere__sec.sec_03 .p-cashmere__sec-text {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_03 .p-cashmere__sec-text {
    width: 74.2857142857%;
  }
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_03 .p-cashmere__sec-text-inner {
    width: 100%;
    max-height: 364px;
    writing-mode: vertical-rl;
  }
}
.p-cashmere__sec.sec_03 .p-cashmere__sec-fig {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  order: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_03 .p-cashmere__sec-fig {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.p-cashmere__sec.sec_03 .p-cashmere__sec-fig li {
  margin: 0;
  opacity: 0;
  transition: opacity 1s 0.2s ease-in;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_03 .p-cashmere__sec-fig li {
    width: 47.619047619%;
  }
}
.p-cashmere__sec.sec_03 .p-cashmere__sec-fig li.is-show {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__sec.sec_04 .p-cashmere__sec-text {
    max-height: 410px;
  }
}
.p-cashmere__float {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float {
    position: sticky;
    right: 0;
    bottom: 0;
    width: auto;
    height: 0;
    margin: 0;
    overflow: hidden;
  }
}
.p-cashmere__float.is-float {
  position: fixed;
  left: 0;
  bottom: 13.3333333333vw;
  height: auto;
  opacity: 1;
  pointer-events: initial;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float.is-float {
    position: sticky;
    bottom: 0;
    height: auto;
    overflow: initial;
  }
}
.p-cashmere__float.is-float .p-cashmere__float-inner {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float.is-float .p-cashmere__float-inner {
    transform: translateY(-20px);
  }
}
.p-cashmere__float.is-float.is-end {
  position: relative;
  left: auto;
  bottom: auto;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float.is-float.is-end {
    position: initial;
  }
}
.p-cashmere__float.is-float.is-end .p-cashmere__float-inner {
  height: 26.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float.is-float.is-end .p-cashmere__float-inner {
    height: auto;
    transform: translateY(40px);
  }
}
.p-cashmere__float-inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 26.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float-inner {
    position: initial;
    transform: translateY(0);
  }
}
.p-cashmere__float-inner .btnFloat {
  width: 78.6666666667%;
}
@media only screen and (min-width: 768px) {
  .p-cashmere__float-inner .btnFloat {
    min-width: 295px;
    width: 23.046875%;
    margin-right: 3.125%;
  }
}
.p-cashmere__float-inner .btnFloatLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5em;
  font-size: 1.0666666667em;
  background-color: #000;
  color: #fff;
  border-radius: 62.5em;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.15);
}