@charset "UTF-8";
/* -----------------
リセット
----------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* -----------------
別ファイルのCSS打ち消し
----------------- */
.fs-l-pageMain.fs-l-pageMain__wide {
  max-width: none;
}
.main-inn {
  max-width: none;
  padding-top: 0;
  background: #fff;
}
.main {
  background: none;
  padding: 0;
}
.fs-l-main {
  max-width: none;
  margin: 0;
  padding: 0;
}
.common-header {
  margin-bottom: 0;
}
.fs-c-heading.fs-c-heading--page {
  display: none;
}

.sp-menu-block {
  margin-bottom: 0;
}

/* -----------------
共通
----------------- */
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* -----------------
メインビュー
----------------- */
.mv {
  width: 100%;
}

.mv__img {
  width: 100%;
  position: relative;
}

.mv__img img {
  aspect-ratio: 1767/860;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv__img img {
    aspect-ratio: 375/608;
  }
}

/* -----------------
スムーフィット
----------------- */
.smoofit {
  background: url(../../images/features/smoofit_tights/bg_smoofit.jpg) no-repeat center center/cover;
  width: 100%;
  padding-top: 112px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .smoofit {
    padding-top: 55px;
    padding-bottom: 67px;
    background: url(../../images/features/smoofit_tights/bg_smoofit-sp.jpg) no-repeat center center/cover;
  }
}

.smoofit__box {
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 870px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .smoofit__box {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.smoofit__title {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .smoofit__title {
    flex-direction: column;
    justify-content: center;
  }
}

.smoofit__title span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  .smoofit__title span {
    font-size: 3.5rem;
    line-height: 2;
    margin-top: 5px;
    margin-left: 0;
  }
}

.smoofit__title img {
  display: inline-block;
  width: 280px;
  margin-top: 5px;
}

.smoofit__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.3888888889;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 87px;
}
@media screen and (max-width: 768px) {
  .smoofit__text {
    margin-top: 13px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.smoofit__text p:nth-child(n+2) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .smoofit__text p:nth-child(n+2) {
    margin-top: 37px;
  }
}

/* -----------------
メリット
----------------- */
.merit {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 109px;
}
@media screen and (max-width: 768px) {
  .merit {
    padding-top: 55px;
    padding-bottom: 58px;
  }
}

.merit__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .merit__title {
    font-size: 2.8rem;
    line-height: 2;
  }
}

.merit__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .merit__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.8em;
    margin-top: 37px;
  }
}

.merit__card {
  width: 100%;
}

.merit__img {
  width: 100%;
  position: relative;
}

.merit__img img {
  aspect-ratio: 400/330;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .merit__img img {
    aspect-ratio: 355/294;
  }
}

.merit__card-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .merit__card-title {
    margin-top: 20px;
  }
}

.merit__card-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .merit__card-text {
    margin-top: 18px;
  }
}

/* -----------------
ラインナップ
----------------- */
.lineup {
  background: url(../../images/features/smoofit_tights/bg_lineup.jpg) no-repeat center center/cover;
  width: 100%;
  padding-top: 98px;
  padding-bottom: 121px;
}
@media screen and (max-width: 768px) {
  .lineup {
    padding-top: 40px;
    padding-bottom: 48px;
    background: url(../../images/features/smoofit_tights/bg_lineup-sp.jpg) no-repeat center center/cover;
  }
}

.lineup__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1550px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .lineup__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.lineup__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.lineup__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .lineup__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.3em;
    margin-top: 41px;
  }
}

.lineup__card {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0;
  background-color: #000;
}

.lineup__img {
  width: 160px;
  position: relative;
  flex-shrink: 0;
}

.lineup__img img {
  aspect-ratio: 160/227;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lineup__body {
  padding: 2.7rem 1.7rem;
  padding: 3rem 1.4rem;
  height: 100%;
  text-align: center;
}

.lineup__body img {
  width: 100%;
  max-width: 166px;
  margin-inline: auto;
}

.lineup__body.lineup__body--green {
  border-left: 1px solid #00C467;
}
.lineup__body.lineup__body--green .lineup__denier {
  color: #00C467;
}
.lineup__body.lineup__body--green .lineup__link {
  color: #00C467;
  border: 1px solid #00C467;
}

.lineup__body.lineup__body--blue {
  border-left: 1px solid #3181FF;
}
.lineup__body.lineup__body--blue .lineup__denier {
  color: #3181FF;
}
.lineup__body.lineup__body--blue .lineup__link {
  color: #3181FF;
  border: 1px solid #3181FF;
}

.lineup__body.lineup__body--yellow {
  border-left: 1px solid #D2EC27;
}
.lineup__body.lineup__body--yellow .lineup__denier {
  color: #D2EC27;
}
.lineup__body.lineup__body--yellow .lineup__link {
  color: #D2EC27;
  border: 1px solid #D2EC27;
}

.lineup__body.lineup__body--red {
  border-left: 1px solid #E93E44;
}
.lineup__body.lineup__body--red .lineup__denier {
  color: #E93E44;
}
.lineup__body.lineup__body--red .lineup__link {
  color: #E93E44;
  border: 1px solid #E93E44;
}

.lineup__body.lineup__body--red .lineup__nolink {
  color: #E93E44;
  font-weight: bold;


}

.lineup__denier {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.lineup__denier span {
  font-size: 1.4rem;
}

.lineup__price {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-top: 4px;
}

.lineup__price span {
  font-size: 1.2rem;
}

.lineup__link {
  display: inline-block;
  padding: 10px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  max-width: 157px;
  margin-top: 10px;
}

/* -----------------
選ばれる理由
----------------- */
.reason {
  background-color: #000;
  width: 100%;
  padding-top: 151px;
  padding-bottom: 121px;
}
@media screen and (max-width: 768px) {
  .reason {
    padding-top: 40px;
    padding-bottom: 58px;
  }
}

.reason__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1380px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .reason__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.reason__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.reason__sub-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  color: #EA5503;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .reason__sub-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 21px;
  }
}

.reason__content01 {
  display: flex;
  gap: 60px;
  margin-top: 61px;
}
@media screen and (max-width: 768px) {
  .reason__content01 {
    flex-direction: column;
    gap: 28px;
    margin-top: 21px;
  }
}

.reason__content01-img {
  position: relative;
  flex-shrink: 0;
}

.reason__content01-img img {
  aspect-ratio: 625/439;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__body {
  margin-top: 5px;
}

.reason__body-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4230769231;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .reason__body-title {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}

.reason__body-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .reason__body-text {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 27px;
  }
}

.reason__body-img {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 27px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .reason__body-img {
    -moz-column-gap: 52px;
         column-gap: 52px;
    justify-content: center;
    margin-top: 26px;
  }
}

.reason__body-imgbox-img {
  width: 130px;
  position: relative;
  flex-shrink: 0;
}

.reason__body-imgbox-img img {
  aspect-ratio: 130/130;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__body-imgbox-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.reason__content02 {
  margin-top: 79px;
}
@media screen and (max-width: 768px) {
  .reason__content02 {
    padding-top: 47px;
    margin-top: 0;
  }
}

.reason__content02-head {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .reason__content02-head {
    flex-direction: column;
    justify-content: center;
    margin-top: 28px;
  }
}

.reason__content02-head img {
  display: inline-block;
  width: 178px;
  margin-top: 5px;
}

.reason__content02-head span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4473684211;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .reason__content02-head span {
    font-size: 3.5rem;
    line-height: 1.4571428571;
    margin-top: 15px;
    margin-left: 0;
  }
}

.reason__content02-wrapper {
  margin-top: 13px;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .reason__content02-wrapper {
    flex-direction: column;
  }
}

.reason__content02-box {
  display: block;
}
@media screen and (max-width: 768px) {
  .reason__content02-box {
    display: contents;
  }
}

.reason__content02-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .reason__content02-text {
    font-size: 2rem;
    line-height: 2.1;
    margin-top: 22px;
    order: 1;
  }
}

.reason__info {
  margin-top: 46px;
}
@media screen and (max-width: 768px) {
  .reason__info {
    order: 3;
  }
}

.reason__info-item:nth-child(n+2) {
  margin-top: 55px;
}

.reason__label {
  display: block;
  width: 164px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #EA5503;
  text-align: center;
  padding: 10px;
  border: 1px solid #EA5503;
}
@media screen and (max-width: 768px) {
  .reason__label {
    margin-inline: auto;
  }
}

.reason__label-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .reason__label-text {
    margin-top: 28px;
  }
}

.reason__content02-img {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .reason__content02-img {
    order: 2;
  }
}

.reason__content02-img img {
  aspect-ratio: 625/439;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------
ユーザビリティ
----------------- */
.usability {
  background: url(../../images/features/smoofit_tights/bg_usability-pc.jpg) no-repeat right center/cover;
  width: 100%;
  padding-top: 137px;
  padding-bottom: 148px;
}
@media screen and (max-width: 768px) {
  .usability {
    padding-top: 47px;
    padding-bottom: 39px;
    background: url(../../images/features/smoofit_tights/bg_usability-sp.jpg) no-repeat center top/cover;
  }
}

.usability__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .usability__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.usability__box {
  width: 100%;
}

.usability__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .usability__title {
    font-size: 3rem;
    line-height: 1.5333333333;
  }
}

.usability__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  margin-top: 46px;
}

.usability__img-box {
  margin-top: 72px;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template: "img01 empty01" "img01 img02" "empty02 img02";
  grid-template-rows: 318px 198px 104px;
  grid-template-columns: 309px 258px;
}
@media screen and (max-width: 768px) {
  .usability__img-box {
    margin-top: 53px;
    -moz-column-gap: 9px;
         column-gap: 9px;
    grid-template-rows: 183px 123px 30px;
    grid-template-columns: 183px 131px;
    justify-content: flex-end;
  }
}

.usability__img01 {
  grid-area: img01;
  position: relative;
}

.usability__img01 img {
  aspect-ratio: 309/516;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .usability__img01 img {
    aspect-ratio: 183/306;
  }
}

.usability__img02 {
  grid-area: img02;
  position: relative;
}

.usability__img02 img {
  aspect-ratio: 258/302;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .usability__img02 img {
    aspect-ratio: 131/153;
  }
}

.usability__bottom-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.7647058824;
  letter-spacing: 0.15em;
  color: #000;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .usability__bottom-text {
    font-size: 2.7rem;
    line-height: 1.7777777778;
    text-align: center;
    margin-top: 32px;
  }
}

/* -----------------
バリエーション
----------------- */
.variation {
  width: 100%;
  padding-top: 143px;
  padding-bottom: 171px;
}
@media screen and (max-width: 768px) {
  .variation {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}

.variation__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1364px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .variation__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.variation__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .variation__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.variation__sub-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4782608696;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .variation__sub-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 21px;
  }
}

.variation__lists {
  display: flex;
  gap: 41px;
  justify-content: center;
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .variation__lists {
    flex-direction: column;
    align-items: center;
    margin-top: 37px;
  }
}

.variation__item {
  width: 100%;
  max-width: 295px;
  display: flex;
  flex-direction: column;
}

.variation__item-img {
  width: 295px;
  position: relative;
  margin-inline: auto;
}

.variation__item-img img {
  aspect-ratio: 295/507;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.variation__item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.variation__item-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  margin-top: 17px;
  padding-bottom: 13px;
}

.variation__item-star {
  padding: 14px 0;
  border-top: 1px dashed #979696;
  border-bottom: 1px dashed #979696;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .variation__item-star {
    text-align: center;
  }
}
.variation__item-star .star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #D2D0D0;
  font-size: 25px;
  margin-left: 14px;
}
.variation__item-star .star_rating:before,
.variation__item-star .star_rating:after {
  content: "★ ★ ★ ★ ★";
}
.variation__item-star .star_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #EA5503; /* イエローカラー 自由に設定化 */
}
.variation__item-star .star_rating[data-rate="4"]:after {
  width: 80%;
}
.variation__item-star .star_rating[data-rate="3"]:after {
  width: 60%;
}
.variation__item-star .star_rating[data-rate="2"]:after {
  width: 40%;
}
.variation__item-star .star_rating[data-rate="1"]:after {
  width: 20%;
}

.variation__item-label {
  display: inline-block;
  width: 61px;
  background-color: #D9D8D8;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  .variation__item-label {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

/* -----------------
スタッフレビュー
----------------- */
.staffreviews {
  background: url(../../images/features/smoofit_tights/bg_staffreviews.jpg) no-repeat center center/cover;
  width: 100%;
  padding-top: 93px;
  padding-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .staffreviews {
    padding-top: 31px;
    padding-bottom: 65px;
    background: url(../../images/features/smoofit_tights/bg_staffreviews-sp.jpg) no-repeat center center/cover;
  }
}

.staffreviews__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1066px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .staffreviews__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.staffreviews__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staffreviews__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.staffreviews__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.9rem;
  margin-top: 63px;
}
@media screen and (max-width: 768px) {
  .staffreviews__items {
    gap: 3em;
    margin-top: 41px;
  }
}

.staffreviews__item {
  width: 100%;
  padding: 36px 30px 42px;
  background-color: #262424;
  margin-inline: auto;
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .staffreviews__item {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}

.staffreviews__imgbox {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 145px;
  flex-shrink: 0;
}

.staffreviews__img {
  width: 145px;
  position: relative;
}

.staffreviews__img img {
  aspect-ratio: 145/160;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staffreviews__name {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-top: 13px;
}

.staffreviews__body {
  width: 100%;
}

.staffreviews__info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .staffreviews__info {
    flex-direction: column;
    gap: 5px;
  }
}

.staffreviews__info-item {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #fff;
  min-width: 362px;
}
@media screen and (max-width: 768px) {
  .staffreviews__info-item {
    min-width: initial;
  }
}

.staffreviews__label {
  display: inline-block;
  padding: 4px 28px;
  background-color: #000;
}

.staffreviews__label-text {
  margin-left: 15px;
}

.staffreviews__body-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4782608696;
  letter-spacing: 0em;
  color: #F8BC9B;
  margin-top: 19px;
}

.staffreviews__body-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6875;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 15px;
}

.staffreviews__note {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}

/* -----------------
シーズン
----------------- */
.season {
  background: url(../../images/features/smoofit_tights/bg_season.jpg) no-repeat center center/cover;
  width: 100%;
  padding-top: 143px;
  padding-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .season {
    padding-top: 31px;
    padding-bottom: 28px;
    background: url(../../images/features/smoofit_tights/bg_season-sp.jpg) no-repeat center center/cover;
  }
}

.season__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1346px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .season__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.season__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .season__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.season__wrapper {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  .season__wrapper {
    margin-top: 53px;
  }
}

.season__img {
  overflow-x: scroll;
  position: relative;
}
.season__img .scroll-hint-icon {
  top: calc(70% - 25px);
}

.season__img img {
  aspect-ratio: 1296/843;
  width: 100%;
  min-width: 1296px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .season__img img {
    aspect-ratio: 1296/802;
  }
}

.season__notes {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .season__notes {
    margin-top: 51px;
  }
}

.season__note01 {
  display: flex;
  align-items: flex-start;
}

.season__note01::before {
  content: "※";
  display: block;
  height: 1.8rem;
  flex-shrink: 0;
}

.season__note02 {
  display: flex;
  align-items: flex-start;
  margin-top: 9px;
}

.season__note02::before {
  content: "※";
  display: block;
  height: 1.8rem;
  flex-shrink: 0;
}

/* -----------------
お客様レビュー
----------------- */
.review {
  background: url(../../images/features/smoofit_tights/bg_review.jpg) no-repeat center center/cover;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 114px;
}
@media screen and (max-width: 768px) {
  .review {
    padding-top: 50px;
    padding-bottom: 79px;
  }
}

.review__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .review__inner {
    padding-right: 3.7rem;
    padding-left: 3.7rem;
  }
}

.review__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .review__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.review__items {
  margin-top: 51px;
}
@media screen and (max-width: 768px) {
  .review__items {
    margin-top: 35px;
  }
}

.review__item {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 33px;
  padding: 30px 30px 40px;
}
@media screen and (max-width: 768px) {
  .review__item {
    flex-direction: column;
    align-items: center;
    gap: 19px;
    padding: 32px 25px 26px;
  }
}

.review__item + .review__item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .review__item + .review__item {
    margin-top: 40px;
  }
}

.review__item-star {
  flex-shrink: 0;
  text-align: center;
}
.review__item-star .star_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #C2C0C1;
  font-size: 20px;
}
.review__item-star .star_rating:before,
.review__item-star .star_rating:after {
  content: "★★★★★";
}
.review__item-star .star_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #F8AE4B; /* イエローカラー 自由に設定化 */
}
.review__item-star .star_rating[data-rate="5"]:after {
  width: 100%;
}
.review__item-star .star_rating[data-rate="4"]:after {
  width: 80%;
}
.review__item-star .star_rating-num {
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6111111111;
  letter-spacing: 0em;
  color: #F8AE4B;
  margin-left: 5px;
}

.review__item-name {
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}

.review__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
  letter-spacing: 0em;
}

/* -----------------
ディティール
----------------- */
.detail {
  width: 100%;
  padding-top: 157px;
  padding-bottom: 177px;
}
@media screen and (max-width: 768px) {
  .detail {
    padding-top: 50px;
    padding-bottom: 53px;
  }
}

.detail__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .detail__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.detail__title {
  text-transform: capitalize;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.detail__box {
  margin-top: 108px;
  display: grid;
  grid-template: "img01 img01 z a  a" "img01 img01 z img02 img02" " b  b z img02 img02" " c img03 z img02 img02" " c img03 z  d  d" " c img03 z img04 f" " e  e z img04 f";
  grid-template-rows: 182px 292px 77px 369px 153px 352px 150px;
  grid-template-columns: 124px 471px 40px 457px 116px;
}
@media screen and (max-width: 768px) {
  .detail__box {
    margin-top: 51px;
    grid-template: "img01" "img02" "img03" "img04";
    row-gap: 44px;
    grid-template-rows: 335px 586px 377px 836px;
    grid-template-columns: 1fr;
  }
}

.detail__img01,
.detail__img02,
.detail__img03,
.detail__img04 {
  position: relative;
}

.detail__img01 img,
.detail__img02 img,
.detail__img03 img,
.detail__img04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail__img01 {
  grid-area: img01;
}

.detail__img01 img {
  aspect-ratio: 595/474;
}
@media screen and (max-width: 768px) {
  .detail__img01 img {
    aspect-ratio: 355/335;
  }
}

.detail__img02 {
  grid-area: img02;
}

.detail__img02 img {
  aspect-ratio: 575/738;
}
@media screen and (max-width: 768px) {
  .detail__img02 img {
    aspect-ratio: 355/586;
  }
}

.detail__img03 {
  grid-area: img03;
}

.detail__img03 img {
  aspect-ratio: 471/874;
}
@media screen and (max-width: 768px) {
  .detail__img03 img {
    aspect-ratio: 355/836;
  }
}

.detail__img04 {
  grid-area: img04;
}

.detail__img04 img {
  aspect-ratio: 457/502;
}
@media screen and (max-width: 768px) {
  .detail__img04 img {
    aspect-ratio: 355/377;
  }
}

/* -----------------
コーディネート
----------------- */
.coordinate {
  background-color: #F2F2F2;
  width: 100%;
  padding-top: 208px;
  padding-bottom: 211px;
}
@media screen and (max-width: 768px) {
  .coordinate {
    padding-top: 50px;
    padding-bottom: 44px;
  }
}

.coordinate__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .coordinate__inner {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.coordinate__title {
  text-transform: capitalize;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coordinate__title {
    font-size: 2.8rem;
    line-height: 1.4285714286;
  }
}

.coordinate__box {
  margin-top: 72px;
  display: grid;
  grid-template: " a  a  z img01 img01 img01" "img02 img02  z img01 img01 img01" "img02 img02  z  b  b  b" "img02 img02  z img03 img03  d" " c  c  z img03 img03  d" " e  e  e  e  e  e" " f img04 img04  img04  g  g";
  grid-template-rows: 130px 561px 128px 161px 389px 42px 485px;
  grid-template-columns: 166px 393px 52px 307px 98px 143px;
}
@media screen and (max-width: 768px) {
  .coordinate__box {
    margin-top: 29px;
    grid-template: "img01" "img02" "img03" "img04";
    row-gap: 19px;
    grid-template-rows: 447px 540px 445px 229px;
    grid-template-columns: 1fr;
  }
}

.coordinate__img01,
.coordinate__img02,
.coordinate__img03,
.coordinate__img04 {
  position: relative;
}

.coordinate__img01 img,
.coordinate__img02 img,
.coordinate__img03 img,
.coordinate__img04 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coordinate__img01 {
  grid-area: img01;
}

.coordinate__img01 img {
  aspect-ratio: 548/691;
}
@media screen and (max-width: 768px) {
  .coordinate__img01 img {
    aspect-ratio: 355/447;
  }
}

.coordinate__img02 {
  grid-area: img02;
}

.coordinate__img02 img {
  aspect-ratio: 559/850;
}
@media screen and (max-width: 768px) {
  .coordinate__img02 img {
    aspect-ratio: 355/450;
  }
}

.coordinate__img03 {
  grid-area: img03;
}

.coordinate__img03 img {
  aspect-ratio: 405/508;
}
@media screen and (max-width: 768px) {
  .coordinate__img03 img {
    aspect-ratio: 355/445;
  }
}

.coordinate__img04 {
  grid-area: img04;
}

.coordinate__img04 img {
  aspect-ratio: 752/485;
}
@media screen and (max-width: 768px) {
  .coordinate__img04 img {
    aspect-ratio: 355/229;
  }
}