.search {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .search {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .search {
    margin-top: 9.3333333333vmin;
  }
}
.search__item {
  border: 1px solid #cecece;
  background: linear-gradient(75deg, #fe872c 0%, #fea651 100%);
  border-radius: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .search__item {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item {
    width: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .search__item {
    width: 25.3333333333vmin;
  }
}
.search__item:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .search__item:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item:not(:first-child) {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .search__item:not(:first-child) {
    margin-left: 2.6666666667vmin;
  }
}
.search__item.is-active {
  border-color: #fe872c;
}
.search__item.is-active .search__item__txt {
  color: #ffffff;
  background-color: transparent;
}
.search__item.is-active .search__item__txt:after {
  border-color: #ffffff;
}
.search__item__txt {
  position: relative;
  display: block;
  border-radius: 100px;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .search__item__txt {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item__txt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item__txt {
    padding-top: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item__txt {
    padding-bottom: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .search__item__txt {
    font-size: 2.6666666667vmin;
    padding: 2vmin 4vmin 2vmin 0;
  }
}
.search__item__txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-1px) rotate(135deg);
  box-sizing: border-box;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .search__item__txt:after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item__txt:after {
    right: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item__txt:after {
    width: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .search__item__txt:after {
    height: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .search__item__txt:after {
    right: 4vmin;
    width: 1.3333333333vmin;
    height: 1.3333333333vmin;
  }
}

.product {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .product {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product {
    margin-top: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product {
    margin-top: 14.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .product--comprehensive {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product--comprehensive {
    padding-bottom: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product--comprehensive {
    padding-bottom: 17.3333333333vmin;
  }
}
.product > div {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product .comprehensive-h2__ja {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .product__anchor {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor {
    margin-top: 8vmin;
  }
}
.product__anchor .product__anchor__list {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .product__anchor .product__anchor__list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor .product__anchor__list {
    gap:  1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor .product__anchor__list {
    gap: 3.33333333333vmin;
  }
}
.product__anchor .product__anchor__list .product__anchor__list__item {
  width: 50%;
}
.product__anchor .product__anchor__list .product__anchor__list__item__anchor {
  background-color: #ebe8e3;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .product__anchor .product__anchor__list .product__anchor__list__item__anchor {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 30px;
    border-radius: 10px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor .product__anchor__list .product__anchor__list__item__anchor {
    padding:  1.25vw 1.875vw;
    border-radius: 0.625vw;
    height: 8.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor .product__anchor__list .product__anchor__list__item__anchor {
    display: block;
    padding: 4.66666666667vmin;
    border-radius: 1.33333333333vmin;
    height: 40vmin;
  }
}
.product__anchor__list__item__anchor:before, .product__anchor__list__item__anchor:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.product__anchor__list__item__anchor:before {
  background: linear-gradient(90deg, rgb(255, 137, 46) 0%, rgb(254, 164, 79) 100%);
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .product__anchor__list__item__anchor:before {
    width: 38px;
    height: 38px;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:before {
    width: 2.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:before {
    height: 2.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:before {
    right: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor__list__item__anchor:before {
    width: 100%;
    height: 4.8vmin;
    bottom: 0;
    right: 0;
    border-radius: 0;
  }
}
.product__anchor__list__item__anchor:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: solid transparent;
  border-left: solid transparent;
  border-top: solid #ffffff;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product__anchor__list__item__anchor:after {
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 9px;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:after {
    border-right-width: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:after {
    border-left-width: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:after {
    border-top-width: 0.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor__list__item__anchor:after {
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor__list__item__anchor:after {
    border-right-width: 1.4vmin;
    border-left-width: 1.4vmin;
    border-top-width: 1.8vmin;
    bottom: 1.43333333333vmin;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 768px) {
  .product__anchor__list__item__anchor:hover {
    opacity: 0.7;
  }
}
.product__anchor .product__anchor__list__item__anchor__img {
  display: block;
}
@media screen and (min-width: 768px) {
  .product__anchor .product__anchor__list__item__anchor__img {
    width: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor .product__anchor__list__item__anchor__img {
    width:  5.3125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor .product__anchor__list__item__anchor__img {
    margin-left: auto;
    margin-right: auto;
    height: 20vmin;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor .product__anchor__list__item__anchor__img img {
    height: 100%!important;
    width: auto!important;
  }
}

@media screen and (min-width: 768px) {
  .product__anchor .product__anchor__list__item__anchor__txtwrap {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor .product__anchor__list__item__anchor__txtwrap {
    margin-left: 3.125vw;
  }
}
.product__anchor .product__anchor__list__item__anchor__eng {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .product__anchor .product__anchor__list__item__anchor__eng {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor .product__anchor__list__item__anchor__eng {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor .product__anchor__list__item__anchor__eng {
    margin-top: 2.66666666667vmin;
    font-size: 4.53333333333vmin;
    text-align: center;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .product__anchor .product__anchor__list__item__anchor__txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__anchor .product__anchor__list__item__anchor__txt {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__anchor .product__anchor__list__item__anchor__txt {
    display: none;
  }
}

.product__links {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .product__links {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__links {
    margin-top: 6.6666666667vmin;
  }
}
.product__links__item {
  position: relative;
  display: block;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .product__links__item:hover:before, .product__links__item:hover:after {
    opacity: 0.7;
  }
}
.product__links__item:before, .product__links__item:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: ease 0.5s;
}
.product__links__item:before {
  border: 1px solid #ffffff;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .product__links__item:before {
    width: 40px;
    height: 40px;
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:before {
    width: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:before {
    height: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:before {
    bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__links__item:before {
    width: 7.2vmin;
    height: 7.2vmin;
    bottom: 5.3333333333vmin;
  }
}
.product__links__item:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: solid transparent;
  border-left: solid transparent;
  border-top: solid #ffffff;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .product__links__item:after {
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 9px;
    bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:after {
    border-right-width: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:after {
    border-left-width: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:after {
    border-top-width: 0.5625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item:after {
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__links__item:after {
    border-right-width: 0.8vmin;
    border-left-width: 0.8vmin;
    border-top-width: 1.6vmin;
    bottom: 8vmin;
  }
}
.product__links__item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .product__links__item__txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__links__item__txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__links__item__txt {
    font-size: 3.4666666667vmin;
  }
}
.product__links__item__img {
  display: block;
}
@media screen and (min-width: 768px) {
  .product__links__item__img {
    aspect-ratio: 40 / 27;
  }
}
@media screen and (max-width: 767px) {
  .product__links__item__img {
    aspect-ratio: 61 / 100;
  }
}
@media screen and (min-width: 768px) {
  .product .soph-bnr {
    margin-top: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .soph-bnr {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product .soph-bnr {
    margin-top: 5.3333333333vmin;
  }
}
.product .soph-bnr .soph-bnr__img {
  display: block;
  aspect-ratio: 625 / 208;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 0 10px;
}
.pre-order-bnr .pre-order-bnr__img {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 0 10px;
}
@media screen and (min-width: 768px) {
  .product .discount-wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap {
    margin-top: 5.33333333333vmin;
  }
}
.product .discount-wrap .discount {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d2cc;
}
@media screen and (min-width: 768px) {
  .product .discount-wrap .discount {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount {
    padding-right: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount {
    padding-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap .discount {
    padding: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .product .discount-wrap .discount + .discount {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount + .discount {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap .discount + .discount {
    margin-top: 2.5vmin;
  }
}
@media screen and (min-width: 768px) {
  .product .discount-wrap .discount__txt {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount__txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap .discount__txt {
    line-height: 1;
    font-size: 4vmin;
  }
}
.product .discount-wrap .discount__txt__accent {
  color: #ff872b;
}
.product .discount-wrap .discount__txt__large {
  color: #ff872b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product .discount-wrap .discount__txt__large {
    padding-left: 5px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount__txt__large {
    padding-left: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount__txt__large {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap .discount__txt__large {
    padding-left: 1.3333333333vmin;
    font-size: 4.8vmin;
  }
}
.product .discount-wrap .discount__txt__large__number {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product .discount-wrap .discount__txt__large__number {
    font-size: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount__txt__large__number {
    font-size: 4.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap .discount__txt__large__number {
    line-height: 0;
    font-size: 12.5333333333vmin;
  }
}
.product .discount-wrap .discount__txt__large__exclamation {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
}

.product .discount-wrap .discount__txt__img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .product .discount-wrap .discount__txt__img {
    width: 62px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product .discount-wrap .discount__txt__img {
    width: 3.875vw;
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product .discount-wrap .discount__txt__img {
    width: 14.6666666667vmin;
    margin-left: 3vmin;
  }
}

.product .discount-wrap .discount-cp--fathers + .discount {
  background-color: #1e2084;
}
.product .discount-wrap .discount-cp--fathers + .discount .discount__txt {
  color: #ffffff;
}
.product .discount-wrap .discount-cp--fathers + .discount .discount__txt__accent {
  color: #f1dea3;
}
.product .discount-wrap .discount-cp--fathers + .discount .discount__txt__large {
  color: #f1dea3;
}
@media screen and (min-width: 768px) {
  .product__list {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__list {
    margin-top: 13.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .product__list__bnr {
    display: block;
    margin-left: -9.3333333333vmin;
    margin-right: -9.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__list__inner:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner:not(:first-child) {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__list__inner:not(:first-child) {
    margin-top: 16vmin;
  }
}
.product__list__inner__h3 {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .product__list__inner__h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__h3 {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__list__inner__h3 {
    font-size: 3.6vmin;
  }
}
.product__list__inner__logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .product__list__inner__logo {
    margin-top: 20px;
    width: 310px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__logo {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__logo {
    width: 19.375vw;
  }
}
@media screen and (max-width: 767px) {
  .product__list__inner__logo {
    margin-top: 3.3333333333vmin;
    width: 60.8vmin;
  }
}
.product__list__inner__medical {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .product__list__inner__medical {
    margin-top: 30px;
    font-size: 14px;
    width: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__medical {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__medical {
    font-size: 0.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__medical {
    width: 7.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__medical {
    padding-top: 0.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__list__inner__medical {
    padding-bottom: 0.375vw;
  }
}
@media screen and (max-width: 767px) {
  .product__list__inner__medical {
    margin-top: 2.6666666667vmin;
    font-size: 2.6666666667vmin;
    width: 26.6666666667vmin;
    padding: 0.9333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup {
    margin-top: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup {
    margin-top: 14.6666666667vmin;
  }
}
.product__lineup__columns {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--rw__column__lead {
    left: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--rw__column__lead {
    left: 2.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--rw__column__logo {
    bottom: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--rw__column__logo {
    bottom: 9.375vw;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--rw__column__use {
    bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--rw__column__use {
    bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--sleep {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--sleep {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns--sleep {
    margin-top: 14.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--sleep__column__lead {
    right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--sleep__column__lead {
    right: 2.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--sleep__column__logo {
    bottom: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--sleep__column__logo {
    bottom: 8.125vw;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns--sleep__column__use {
    bottom: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns--sleep__column__use {
    bottom: 3.125vw;
  }
}
.product__lineup__columns__column--picture {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column--picture {
    position: sticky;
    top: 150px;
    max-width: 760px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column--picture {
    top: 9.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column--picture {
    max-width: 47.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column--picture {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column--products {
    width: 50%;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column--products {
    margin-left: 2.5vw;
  }
}
.product__lineup__columns__column__img {
  display: block;
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column__img {
    margin-left: -9.3333333333vmin;
    margin-right: -9.3333333333vmin;
  }
}
.product__lineup__columns__column__lead {
  color: #ffffff;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column__lead {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50px;
    font-size: 40px;
    z-index: 100;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__lead {
    top: 3.125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__lead {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column__lead {
    position: absolute;
    text-align: left;
    top: 42.6666666667vmin;
    left: -4vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column__lead__inline {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__lead__inline {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column__lead__inline {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    font-size: 5.0666666667vmin;
    background: linear-gradient(90deg, #ff872b 0%, #999999 100%);
    padding: 1.3333333333vmin 2.6666666667vmin;
  }
  .product__lineup__columns__column__lead__inline:first-child {
    padding: 1.3333333333vmin 0vmin 1.3333333333vmin 1.3333333333vmin;
  }
  .product__lineup__columns__column__lead__inline:last-child {
    margin-top: 0.8vmin;
    padding: 1.3333333333vmin 1.3333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 457px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__logo {
    width: 28.5625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column__logo {
    width: 60.8vmin;
    margin-top: 6.6666666667vmin;
    margin-left: auto;
    margin-right: auto;
  }
}
.product__lineup__columns__column__use {
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column__use {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 22px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 390px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__use {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__use {
    padding-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__use {
    padding-right: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__use {
    padding-bottom: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__use {
    padding-left: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column__use {
    width: 24.375vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column__use {
    display: inline-block;
    margin-top: 3.3333333333vmin;
    font-size: 2.9333333333vmin;
    border-color: #000000;
    padding-top: 1.2vmin;
    padding-right: 3.4666666667vmin;
    padding-bottom: 1.2vmin;
    padding-left: 3.4666666667vmin;
  }
}
.product__lineup__columns__column .products-columns {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns {
    margin-top: 10.6666666667vmin;
  }
}
.product__lineup__columns__column .products-columns__column {
  position: relative;
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column:nth-child(n+3) {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column:nth-child(n+3) {
    margin-top: 8vmin;
  }
}
.product__lineup__columns__column .products-columns__column--new:before {
  content: "NEW";
  position: absolute;
  display: inline-block;
  text-align: center;
  border: 1px solid #ff872b;
  border-radius: 100%;
  top: 0;
  right: 0;
  color: #ff872b;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column--new:before {
    width: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column--new:before {
    width: 6.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column--new:before {
    padding-top: 0.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column--new:before {
    padding-bottom: 0.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column--new:before {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column--new:before {
    width: 13.3333333333vmin;
    padding-top: 0.5333333333vmin;
    padding-bottom: 0.5333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.product__lineup__columns__column .products-columns__column--limited:before {
  content: "";
  position: absolute;
  display: block;
  text-align: center;
  top: 0;
  right: 0;
  background-image: url(/wellness/sixpad/common/recoverywear/img/comprehensive/ic-limited.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column--limited:before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column--limited:before {
    width: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column--limited:before {
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column--limited:before {
    width: 10.6666666667vmin;
    height: 10.6666666667vmin;
  }
}
.product__lineup__columns__column .products-columns__column__imglink {
  display: block;
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__imglink:hover {
    opacity: 0.7;
  }
}
.product__lineup__columns__column .products-columns__column__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__heading {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__heading {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__heading {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__heading {
    margin-top: 4vmin;
    font-size: 2.9333333333vmin;
  }
}
.product__lineup__columns__column .products-columns__column__price {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__price {
    margin-top: 10px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__price {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__price {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__price {
    margin-top: 2vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__price__large {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__price__large {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__price__large {
    font-size: 4vmin;
  }
}
.product__lineup__columns__column .products-columns__column__cp {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__normal {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__normal {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__normal {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__normal {
    margin-top: 2vmin;
    font-size: 2.1333333333vmin;
  }
}
.product__lineup__columns__column .products-columns__column__cp__normal:before {
  content: "通常販売価格：";
  display: inline-block;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__normal:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__normal:before {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__normal:before {
    font-size: 2.1333333333vmin;
  }
}
.product__lineup__columns__column .products-columns__column__cp__normal__txtwrap {
  display: inline-block;
  position: relative;
}
.product__lineup__columns__column .products-columns__column__cp__normal__txtwrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__normal__txtwrap:before {
    height: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__normal__txtwrap:before {
    height: 0.125vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__normal__txtwrap:before {
    height: 0.2666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__normal__txtwrap__large {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__normal__txtwrap__large {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__normal__txtwrap__large {
    font-size: 2.9333333333vmin;
  }
}
.product__lineup__columns__column .products-columns__column__cp__special {
  color: #ff2500;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__special {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__special {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__special {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__special {
    margin-top: 2vmin;
    font-size: 2.1333333333vmin;
  }
}
.product__lineup__columns__column .products-columns__column__cp__special:before {
  content: "キャンペーン価格：";
  display: inline-block;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__special:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__special:before {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__special:before {
    font-size: 2.1333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__cp__special__txtwrap__large {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__cp__special__txtwrap__large {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__cp__special__txtwrap__large {
    font-size: 3.4666666667vmin;
  }
}
.product__lineup__columns__column .products-columns__column__button {
  display: inline-block;
  position: relative;
  color: #ffffff;
  background-color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__button {
    margin-top: 30px;
    border-radius: 45px;
    font-size: 16px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
    transition: ease 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    margin-top: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    border-radius: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    padding-top: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    padding-bottom: 0.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .product__lineup__columns__column .products-columns__column__button {
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .product__lineup__columns__column .products-columns__column__button {
    margin-top: 4vmin;
    border-radius: 6vmin;
    padding: 1.6vmin 5.3333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
@media screen and (min-width: 768px) {
  .product__lineup__columns__column .products-columns__column__button:hover {
    opacity: 0.7;
  }
}
.list-product {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list-product {
    margin-top: 45px;
    margin-left: -15px;
    margin-right: -95px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product {
    margin-top: 2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product {
    margin-left: -2.8125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product {
    margin-right: -2.8125vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product {
    margin-top: 10.6666666667vmin;
    margin-left: -2.6666666667vmin;
    margin-right: -2.6666666667vmin;
  }
}
.list-product a {
  position: relative;
  display: block;
  transition: ease 0.5s;
}
.list-product a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .list-product__item {
    width: calc(20% - 3vw);
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    margin-left: 22.5px;
    margin-right: 22.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item {
    margin-top: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item {
    margin-bottom: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item {
    margin-left: 1.40625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item {
    margin-right: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item {
    width: calc(50% - 5.4vw);
    margin-top: 3.3333333333vmin;
    margin-bottom: 3.3333333333vmin;
    margin-left: 2.6666666667vmin;
    margin-right: 2.6666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item_margin {
    margin-top: 9.333333vmin;
  }
}
.list-product__item.is-hide {
  display: none;
}
.list-product__item.sold-out .list-product__item__image-wrap > a {
  position: relative;
}
.list-product__item.sold-out .list-product__item__image-wrap > a:after {
  content: "SOLD OUT";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .list-product__item.sold-out .list-product__item__image-wrap > a:after {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item.sold-out .list-product__item__image-wrap > a:after {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item.sold-out .list-product__item__image-wrap > a:after {
    font-size: 3.2vmin;
  }
}
.list-product__item.sold-out .list-product__item__image-wrap .list-product__item__image {
  opacity: 0.5;
}
.list-product__item__image {
  aspect-ratio: 71 / 97;
}
.list-product__item__image img {
  display: none;
}
.list-product__item__image img.is-active {
  display: block;
}
.list-product__item__heading {
  line-height: 1.5;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .list-product__item__heading {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__heading {
    margin-top: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__heading {
    margin-top: 4vmin;
  }
}
.list-product__item__heading a {
  transition: ease 0.5s;
}
@media screen and (min-width: 768px) {
  .list-product__item__heading a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__heading a {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__heading a {
    font-size: 2.9333333333vmin;
  }
}
.list-product__item__type {
  line-height: 1.5;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 768px) {
  .list-product__item__type {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__type {
    margin-top: 0.9375vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__type {
    margin-top: 4vmin;
    font-size: 3.2vmin;
  }
}
.list-product__item .list-color {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .list-product__item .list-color {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item .list-color {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item .list-color {
    margin-top: 2.6666666667vmin;
  }
}
.list-product__item .list-color_two-layers {
  display: flex;
  flex-wrap: wrap;
  gap: calc(1 * var(--rem));
}
.list-product__item .list-color__item {
  position: relative;
  border: 1px solid #f00;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .list-product__item .list-color__item {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item .list-color__item {
    width: 1.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item .list-color__item {
    height: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item .list-color__item {
    width: 6vmin;
    height: 6vmin;
  }
}
@media screen and (min-width: 768px) {
  .list-product__item .list-color__item:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item .list-color__item:not(:first-child) {
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item .list-color__item:not(:first-child) {
    margin-left: 1.3333333333vmin;
  }
}
.list-product__item .list-color__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f00;
  border-radius: 100px;
  transition: 0.5s;
}
.list-product__item .list-color__item:hover {
  cursor: pointer;
}
.list-product__item .list-color__item.is-active:after {
  transform: scale(0.6);
}
.list-product__item .list-color_two-layers .list-color__item {
  margin-left: 0;
}
.list-product__item .list-color__item--black {
  border-color: #25292d;
}
.list-product__item .list-color__item--black:after {
  background-color: #25292d;
}
.list-product__item .list-color__item--warmgray {
  border-color: #cdbeb7;
}
.list-product__item .list-color__item--warmgray:after {
  background-color: #cdbeb7;
}
.list-product__item .list-color__item--charcoal_gray {
  border-color: #4B4744;
}
.list-product__item .list-color__item--charcoal_gray:after {
  background-color: #4B4744;
}
.list-product__item .list-color__item--khaki {
  border-color: #4F5440;
}
.list-product__item .list-color__item--khaki:after {
  background-color: #4F5440;
}
.list-product__item .list-color__item--light_gray {
  border-color: #D3CFCC;
}
.list-product__item .list-color__item--light_gray:after {
  background-color: #D3CFCC;
}
.list-product__item .list-color__item--beige {
  border-color: #e5d9ca;
}
.list-product__item .list-color__item--beige:after {
  background-color: #e5d9ca;
}
.list-product__item .list-color__item--lightblue {
  border-color: #D4E2F2;
}
.list-product__item .list-color__item--lightblue:after {
  background-color: #D4E2F2;
}
.list-product__item .list-color__item--pink {
  border-color: #FDE6E6;
}
.list-product__item .list-color__item--pink:after {
  background-color: #FDE6E6;
}
.list-product__item .list-color__item--blue {
  border-color: #E2EEFA;
}
.list-product__item .list-color__item--blue:after {
  background-color: #E2EEFA;
}
.list-product__item .list-color__item--navy {
  border-color: #282B39;
}
.list-product__item .list-color__item--navy:after {
  background-color: #282B39;
}
.list-product__item .list-color__item--lightgray--oversizeT {
  border-color: #D3CFCC;
}
.list-product__item .list-color__item--lightgray--oversizeT:after {
  background-color: #D3CFCC;
}
.list-product__item .list-color__item--lightbeige {
  border-color: #E7DCD2;
}
.list-product__item .list-color__item--lightbeige:after {
  background-color: #E7DCD2;
}
.list-product__item .list-color__item--white {
  border-color: #172450;
}
.list-product__item .list-color__item--white:after {
  background-color: #ffffff;
}
.list-product__item .list-color__item--lightgray--polo {
  border-color: #E3E4E0;
}
.list-product__item .list-color__item--lightgray--polo:after {
  background-color: #E3E4E0;
}
.list-product__item .list-color__item--navy {
  border-color: #172450;
}
.list-product__item .list-color__item--navy:after {
  background-color: #172450;
}
.list-product__item .list-color__item--gray {
  border-color: #aaacab;
}
.list-product__item .list-color__item--gray:after {
  background-color: #aaacab;
}
.list-product__item .list-color__item--white-black {
  border-color: #aaacab;
}
.list-product__item .list-color__item--white-black:after {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #25292d 50%, #25292d 100%);
}
.list-product__item .list-color__item--beige-black {
  border-color: #aaacab;
}
.list-product__item .list-color__item--beige-black:after {
  background: linear-gradient(180deg, #e5d9ca 0%, #e5d9ca 50%, #25292d 50%, #25292d 100%);
}
.list-product__item .list-color__item--navy-black {
  border-color: #aaacab;
}
.list-product__item .list-color__item--navy-black:after {
  background: linear-gradient(180deg, #282B39 0%, #282B39 50%, #25292d 50%, #25292d 100%);
}
.list-product__item .list-color__item--lightgray-black--oversizeT {
  border-color: #aaacab;
}
.list-product__item .list-color__item--lightgray-black--oversizeT:after {
  background: linear-gradient(180deg, #D3CFCC 0%, #D3CFCC 50%, #25292d 50%, #25292d 100%);
}
.list-product__item .list-color__item--lightgray-black--polo {
  border-color: #aaacab;
}
.list-product__item .list-color__item--lightgray-black--polo:after {
  background: linear-gradient(180deg, #E3E4E0 0%, #E3E4E0 50%, #25292d 50%, #25292d 100%);
}
.list-product__item .list-color__item--lightbeige-black {
  border-color: #aaacab;
}
.list-product__item .list-color__item--lightbeige-black:after {
  background: linear-gradient(180deg, #E7DCD2 0%, #E7DCD2 50%, #25292d 50%, #25292d 100%);
}
.list-product__item .list-color__item--white-warmgray {
  border-color: #aaacab;
}
.list-product__item .list-color__item--white-warmgray:after {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #cdbeb7 50%, #cdbeb7 100%);
}
.list-product__item .list-color__item--khaki-black {
  border-color: #aaacab;
}
.list-product__item .list-color__item--khaki-black:after {
  background: linear-gradient(180deg, #4F5440 0%, #4F5440 50%, #25292d 50%, #25292d 100%);
}
.list-product__item__color {
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list-product__item__color {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__color {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__color {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__color {
    margin-top: 2vmin;
    font-size: 2.6666666667vmin;
  }
}
.list-product__item__text {
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list-product__item__text {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__text {
    margin-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__text {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__text {
    margin-top: 0.9333333333vmin;
    font-size: 2.6666666667vmin;
  }
}
.list-product__item__text--cp {
  color: #f00;
}
@media screen and (min-width: 768px) {
  .list-product__item__text__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__text__price {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__text__price {
    font-size: 4vmin;
  }
}
.list-product__item__cptxt {
  color: #f00;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .list-product__item__cptxt {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__cptxt {
    margin-top: 0.625vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product__item__cptxt {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product__item__cptxt {
    margin-top: 2vmin;
    font-size: 2.6666666667vmin;
  }
}
.list-product .search-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list-product .search-icon {
    margin: -4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon {
    margin: -0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product .search-icon {
    margin: -0.5333333333vmin;
  }
}
.list-product .search-icon_margin {
  top: -34px;
}
@media screen and (max-width: 767px) {
  .list-product .search-icon_margin {
    top: -4.8vmin;
    margin: -2.533333vmin;
  }
}
.list-product .search-icon__txt {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  background-color: #f00;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .list-product .search-icon__txt {
    margin: 4px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon__txt {
    margin: 0.25vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon__txt {
    padding-top: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon__txt {
    padding-right: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon__txt {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon__txt {
    padding-left: 0.3125vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-icon__txt {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product .search-icon__txt {
    margin: 0.5333333333vmin;
    font-size: 2.6666666667vmin;
    padding: 1.0666666667vmin 0.6666666667vmin;
  }
}
.list-product .search-icon__txt--new {
  background-color: #ed6c00;
}
.list-product .search-icon__txt--medical {
  background-color: #24292d;
}
.list-product .search-icon__txt--type {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
}
.list-product .search-icon__txt--off {
  border: 1px solid #ff872b;
  color: #ff872b;
  background-color: #ffffff;
}
.list-product .search-cp-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}
.list-product .search-cp {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
}
.list-product .search-cp--rakuten {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .list-product .search-cp__item:not(:first-child) {
    margin-left: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-cp__item:not(:first-child) {
    margin-left: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product .search-cp__item:not(:first-child) {
    margin-left: 1.3333333333vmin;
  }
}
.list-product .search-cp__item--ranking {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .list-product .search-cp__item--ranking img {
    width: 163px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-cp__item--ranking img {
    width: 10.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product .search-cp__item--ranking img {
    width: 25.4666666667vmin;
  }
}
.list-product .search-cp__item--gift {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .list-product .search-cp__item--gift img {
    width: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .list-product .search-cp__item--gift img {
    width: 3.375vw;
  }
}
@media screen and (max-width: 767px) {
  .list-product .search-cp__item--gift img {
    width: 9.3333333333vmin;
  }
}
.list-product .search-cp__item img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #rec-gift .section__inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  #rec-gift .section__inner {
    width: 68.75vw;
  }
}
@media screen and (max-width: 767px) {
  #rec-gift .section__inner {
    padding: 0 9.3333333333vmin;
  }
}

.comprehensive-h2__eng {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__eng {
    padding-left: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng {
    padding-left: 1.875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__eng {
    font-size: 4vmin;
    padding-left: 9.3333333333vmin;
  }
}
.comprehensive-h2__eng:before, .comprehensive-h2__eng:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 100px;
  background-color: #ff872b;
}
.comprehensive-h2__eng:before {
  left: 0;
  opacity: 0.22;
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__eng:before {
    width: 22px;
    height: 22px;
    top: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:before {
    width: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:before {
    height: 1.375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:before {
    top: 0.25vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__eng:before {
    width: 6.6666666667vmin;
    height: 6.6666666667vmin;
    top: 0vmin;
  }
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__eng:after {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:after {
    width: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:after {
    height: 0.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:after {
    top: 0.6875vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__eng:after {
    left: 0.4375vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__eng:after {
    width: 1.0666666667vmin;
    height: 1.0666666667vmin;
    top: 2.6666666667vmin;
    left: 2.9333333333vmin;
  }
}
.comprehensive-h2__ja, .mechanism-top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__ja {
    font-size: 32px;
    letter-spacing: 0.12rem;
    line-height: 1.575;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__ja {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__ja {
    font-size: 6.4vmin;
    letter-spacing: 0rem;
    line-height: 1.541;
  }
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__ja:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__ja:not(:first-child) {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__ja:not(:first-child) {
    margin-top: 5.3333333333vmin;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__ja__inline {
    display: inline-block;
  }
}
.comprehensive-h2__ja__inline__accent {
  color: #ff872b;
}
.comprehensive-h2__ja__inline--sup {
  display: block;
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__ja__inline--sup {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__ja__inline--sup {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__ja__inline--sup {
    font-size: 4vmin;
  }
}
@media screen and (min-width: 768px) {
  .comprehensive-h2__ja__inline--sup-small {
    display: inline-block;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .comprehensive-h2__ja__inline--sup-small {
    font-size: 0.875vw;
  }
}
@media screen and (max-width: 767px) {
  .comprehensive-h2__ja__inline--sup-small {
    display: block;
    font-size: 3.2vmin;
  }
}
.comprehensive-h2--white {
  color: #ffffff;
}
.comprehensive-h2--white .comprehensive-h2__eng:before, .comprehensive-h2--white .comprehensive-h2__eng:after {
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .product .display-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .product .display-pc {
    display: none !important;
  }
}