@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.comparison-style {
  font-family: "Noto Sans JP", sans-serif;
}
.comparison-style img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.comparison-style__bg {
  background-color: rgba(230, 230, 230, 0.5);
}
@media screen and (min-width: 768px) {
  .comparison-style__bg {
    padding: clamp(40px, 5.3333333333vw, 80px) 0 clamp(60px, 8vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__bg {
    padding: 10.6666666667vw 0;
  }
}
.comparison-style__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .comparison-style__inner {
    max-width: clamp(470px, 62.6666666667vw, 940px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__inner {
    max-width: 86.6666666667vw;
  }
}
.comparison-style__chart {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comparison-style__chart {
    max-width: clamp(406.5px, 54.2vw, 813px);
    margin-bottom: clamp(33px, 4.4vw, 66px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__chart {
    max-width: 82.1333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.comparison-style__chart__ttl {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .comparison-style__chart__ttl {
    font-size: clamp(10px, 1.3333333333vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__chart__ttl {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__chart__ttl {
    padding: clamp(5px, 0.6666666667vw, 10px) clamp(20px, 2.6666666667vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__chart__ttl {
    padding: 0.8vw 4vw;
  }
}
.comparison-style__chart__label {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .comparison-style__chart__label {
    margin-top: -2vw;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__chart__label__txt {
    font-size: clamp(11px, 1.4666666667vw, 22px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__chart__label__txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__chart__label__txt {
    margin-bottom: clamp(19px, 2.5333333333vw, 38px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__chart__label__txt {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item:not(:last-of-type) {
    margin-bottom: clamp(15px, 2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.comparison-style__item__head {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head {
    border-bottom: 2px solid #C9CACA;
    padding: clamp(5px, 0.6666666667vw, 10px);
    column-gap: clamp(10px, 1.3333333333vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head {
    border-bottom: 0.2666666667vw solid #C9CACA;
    padding: 4vw 9.6vw 3.7333333333vw 1.3333333333vw;
    column-gap: 1.3333333333vw;
  }
}
.comparison-style__item__head.is-open .comparison-style__item__head__icon::after {
  height: 0;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__img {
    width: clamp(60px, 8vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__img {
    width: 24vw;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__text .txt {
    font-size: clamp(9px, 1.2vw, 18px);
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__text .txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__text .txt {
    margin-bottom: clamp(8px, 1.0666666667vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__text .txt {
    margin-bottom: 0.8vw;
  }
}
.comparison-style__item__head__text .product {
  display: flex;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__text .product {
    align-items: center;
    column-gap: clamp(10px, 1.3333333333vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__text .product {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.6vw;
  }
}
.comparison-style__item__head__text .product-logo {
  width: auto;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__text .product-logo {
    height: clamp(16.5px, 2.2vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__text .product-logo {
    height: 5.8666666667vw;
  }
}
.comparison-style__item__head__text .product-color {
  width: auto;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__text .product-color {
    height: clamp(9.5px, 1.2666666667vw, 19px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__text .product-color {
    height: 3.3333333333vw;
  }
}
.comparison-style__item__head__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__icon {
    width: clamp(9px, 1.2vw, 18px);
    height: clamp(9px, 1.2vw, 18px);
    right: clamp(20px, 2.6666666667vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    right: 4.8vw;
  }
}
.comparison-style__item__head__icon::before, .comparison-style__item__head__icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #251E1C;
  transition: all 0.3s;
}
.comparison-style__item__head__icon::before {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__icon::before {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__icon::before {
    height: 0.2666666667vw;
  }
}
.comparison-style__item__head__icon::after {
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .comparison-style__item__head__icon::after {
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__head__icon::after {
    width: 0.2666666667vw;
  }
}
.comparison-style__item__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body {
    padding-top: clamp(30px, 4vw, 60px);
    padding-bottom: clamp(25px, 3.3333333333vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.comparison-style__item__body__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__wrap {
    column-gap: clamp(26px, 3.4666666667vw, 52px);
    margin-bottom: clamp(26px, 3.4666666667vw, 52px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    margin-bottom: 7.6vw;
  }
}
.comparison-style__item__body__slider {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__slider {
    width: clamp(210px, 28vw, 420px);
    padding-bottom: clamp(12.5px, 1.6666666667vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__slider {
    width: 73.3333333333vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
}
.comparison-style__item__body__slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__slider .swiper-pagination {
    column-gap: clamp(6px, 0.8vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__slider .swiper-pagination {
    column-gap: 2vw;
  }
}
.comparison-style__item__body__slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #E6E6E6;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__slider .swiper-pagination .swiper-pagination-bullet {
    width: clamp(7.5px, 1vw, 15px);
    height: clamp(7.5px, 1vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__slider .swiper-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.comparison-style__item__body__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #98BAB9;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text {
    width: 73.3333333333vw;
    margin: 0 auto;
  }
}
.comparison-style__item__body__text .product {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .product {
    justify-content: space-between;
    margin-bottom: clamp(20px, 2.6666666667vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .product {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .product-name {
    font-size: clamp(9px, 1.2vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .product-name {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .product-price {
    font-size: clamp(9px, 1.2vw, 18px);
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .product-price {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.comparison-style__item__body__text .color {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .color {
    column-gap: clamp(20px, 2.6666666667vw, 40px);
    padding-bottom: clamp(7.5px, 1vw, 15px);
    margin-bottom: clamp(12px, 1.6vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .color {
    column-gap: 6.6666666667vw;
    padding-bottom: 1.6vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .color-ttl {
    font-size: clamp(9px, 1.2vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .color-ttl {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.comparison-style__item__body__text .color-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .color-list {
    column-gap: clamp(3.5px, 0.4666666667vw, 7px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .color-list {
    column-gap: 0.9333333333vw;
  }
}
.comparison-style__item__body__text .color-list-item {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .color-list-item {
    width: clamp(21px, 2.8vw, 42px);
    height: clamp(21px, 2.8vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .color-list-item {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.comparison-style__item__body__text .color-list-item.black {
  background-color: #221814;
}
.comparison-style__item__body__text .color-list-item.brown {
  background-color: #6A5052;
}
.comparison-style__item__body__text .color-list-item.brown2 {
  background-color: #5A3536;
}
.comparison-style__item__body__text .color-list-item.brown3 {
  background-color: #523C36;
}
.comparison-style__item__body__text .color-list-item.beige {
  background-color: #D2C9B9;
}
.comparison-style__item__body__text .color-list-item.beige2 {
  background-color: #B3AAA0;
}
.comparison-style__item__body__text .color-list-item.gray {
  background-color: #B3B3B3;
}
.comparison-style__item__body__text .color-list-item.gray2 {
  background-color: #89807E;
}
.comparison-style__item__body__text .color-list-item.blue {
  background-color: #34566D;
}
.comparison-style__item__body__text .color-list-item.blue2 {
  background-color: #C6CBD6;
}
.comparison-style__item__body__text .color-list-item.pink {
  background-color: #EFC5BF;
}
.comparison-style__item__body__text .color-list-item.pink2 {
  background-color: #F0BBC9;
}
.comparison-style__item__body__text .itemsize {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .itemsize {
    padding-bottom: clamp(6px, 0.8vw, 12px);
    margin-bottom: clamp(20px, 2.6666666667vw, 40px);
    column-gap: clamp(20px, 2.6666666667vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .itemsize {
    column-gap: 6.6666666667vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .itemsize-ttl, .comparison-style__item__body__text .itemsize-txt {
    font-size: clamp(9px, 1.2vw, 18px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .itemsize-ttl, .comparison-style__item__body__text .itemsize-txt {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5454545455;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.comparison-style__item__body__text .hardness {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .hardness {
    column-gap: clamp(16px, 2.1333333333vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .hardness {
    column-gap: 4.8vw;
  }
}
.comparison-style__item__body__text .hardness-ttl {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .hardness-ttl {
    font-size: clamp(7.5px, 1vw, 15px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .hardness-ttl {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .hardness-ttl {
    margin-bottom: clamp(3px, 0.4vw, 6px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .hardness-ttl {
    margin-bottom: 2.8vw;
  }
}
.comparison-style__item__body__text .hardness-chart {
  flex: 1;
}
.comparison-style__item__body__text .hardness-chart-label {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .hardness-chart-label {
    margin-bottom: clamp(6px, 0.8vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .hardness-chart-label {
    margin-bottom: 1.8666666667vw;
  }
}
.comparison-style__item__body__text .hardness-chart-label-txt {
  position: relative;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__text .hardness-chart-label-txt {
    font-size: clamp(7.5px, 1vw, 15px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__text .hardness-chart-label-txt {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.comparison-style__item__body__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__btn {
    font-size: clamp(10px, 1.3333333333vw, 20px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__btn {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__btn {
    width: clamp(235px, 31.3333333333vw, 470px);
    height: clamp(40px, 5.3333333333vw, 80px);
  }
  .comparison-style__item__body__btn:hover {
    opacity: 0.7 !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__btn {
    width: 73.3333333333vw;
    height: 13.3333333333vw;
  }
}
.comparison-style__item__body__btn::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-arrow-wh.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .comparison-style__item__body__btn::after {
    width: clamp(5px, 0.6666666667vw, 10px);
    height: clamp(10px, 1.3333333333vw, 20px);
    right: clamp(15px, 2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .comparison-style__item__body__btn::after {
    width: 2vw;
    height: 4vw;
    right: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .comparison-style .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .comparison-style .is-sp {
    display: none;
  }
}