.comparison {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .comparison {
    padding: min(10.9090909091vw, 120px) 0;
  }
}
@media screen and (max-width: 767px) {
  .comparison {
    padding: 16vmin 0;
  }
}

.comparison img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .comparison__wrap {
    width: min(90.9090909091vw, 1000px);
    margin-inline: auto;
  }
}
h2.comparison__head {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 1 !important;
}
@media screen and (min-width: 768px) {
  h2.comparison__head {
    margin-bottom: min(4.54545454545vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  h2.comparison__head {
    margin-bottom: 4.8vmin;
  }
}
.comparison__head span.small,
.comparison__head span.large {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .comparison__head span.small {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__head span.small {
    font-size: 3.7333333333vmin;
  }
}
@media screen and (min-width: 768px) {
  .comparison__head .large {
    font-size: min(2.3636363636vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__head .large {
    line-height: 1.4583;
    font-size: 6.4vmin;
  }
}
.comparison__bnr {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .comparison__bnr {
    max-width: min(40.0909090909vw, 540px);
    margin-bottom: min(9.0909090909vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__bnr {
    max-width: 92vmin;
    margin-bottom: 16vmin;
  }
}
.comparison__table {
  position: relative;
  overflow-x: auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .comparison__table {
    margin-bottom: min(3.6363636364vw, 40px);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table {
    width: 100%;
    margin-bottom: 5.3333333333vmin;
    padding: 0 4vmin 10px;
  }
}
.comparison__table .simplebar-track.simplebar-horizontal,
.comparison__table .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: min(0.3636363636vw, 4px);
}
@media screen and (max-width: 767px) {
  .comparison__table .simplebar-track.simplebar-horizontal,
  .comparison__table
    .simplebar-track.simplebar-horizontal
    .simplebar-scrollbar {
    height: 1.0666666667vw;
  }
}

.comparison__table .simplebar-scrollbar.simplebar-visible::before {
  background: #aaa;
  opacity: 1;
  inset: 0;
}

.comparison__table table {
  width: 100%;
  border-spacing: 0;
}
.comparison__table table thead td {
  background-color: #fff;
  position: sticky;
  left: 0;
  min-width: min(16.1818181818vw, 178px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .comparison__table table thead td {
    z-index: 1;
    min-width: 20.2666666667vmin;
  }
}
.comparison__table table thead th {
  border-left: 1px solid #bcc2c4;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .comparison__table table thead th {
    min-width: min(24.9090909091vw, 274px);
    padding: 0 min(0.1818181818vw, 2px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table table thead th {
    min-width: 56vmin;
    padding: 0 0.5333333333vmin 4vmin;
  }
}
.comparison__table table tbody th {
  position: relative;
  border-top: 1px solid #bcc2c4;
  background-color: #ededed;
  vertical-align: middle;
  text-align: center;
  position: sticky;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .comparison__table table tbody th {
    min-width: min(16.1818181818vw, 178px);
    padding: min(1.8181818182vw, 20px) min(1.3636363636vw, 15px);
    font-size: min(1.2727272727vw, 14px);
    line-height: min(2.1818181818vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table table tbody th {
    min-width: 20.2666666667vmin;
    padding: 2.6666666667vmin 0;
    box-shadow: 0 0 0 0.5333333333vmin #fff inset;
    font-size: 2.9333333333vmin;
    line-height: 5.3333333333vmin;
  }
}
.comparison__table table tbody th::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .comparison__table table tbody th::before {
    border-top: min(0.1818181818vw, 2px) solid #fff;
    border-right: min(0.1818181818vw, 2px) solid #fff;
    border-bottom: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .comparison__table table tbody th::before {
    border-top: 0.5333333333vmin solid #fff;
    border-right: 0.5333333333vmin solid #fff;
    border-bottom: 0.5333333333vmin solid #fff;
  }
}
.comparison__table table tbody td {
  border-top: 1px solid #bcc2c4;
  border-left: 1px solid #bcc2c4;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .comparison__table table tbody td {
    min-width: min(24.9090909091vw, 274px);
    padding: min(1.8181818182vw, 20px) min(1.3636363636vw, 15px);
    font-size: min(1.2727272727vw, 14px);
    line-height: min(2.1818181818vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table table tbody td {
    min-width: 56vmin;
    padding: 2.6666666667vmin 4vmin;
    font-size: 2.9333333333vmin;
    line-height: 5.3333333333vmin;
  }
}
.comparison__table .product__label {
  position: relative;
  display: grid;
  place-content: center;
  background-color: #063c74;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .comparison__table .product__label {
    height: min(2.7272727273vw, 30px);
    padding-right: min(0.9090909091vw, 10px);
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .product__label {
    height: 6.4vmin;
    margin-bottom: 4.8vmin;
    padding-right: 2.6666666667vmin;
    font-size: 3.4666666667vmin;
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .product__label.dia {
    font-size: 3.2vmin;
  }
}
.comparison__table .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .comparison__table .product__label::after {
    width: min(0.7272727273vw, 8px);
    height: min(0.7272727273vw, 8px);
    margin: auto min(0.9090909091vw, 10px);
    border-top: min(0.0909090909vw, 1px) solid #fff;
    border-right: min(0.0909090909vw, 1px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .product__label::after {
    width: 1.8666666667vmin;
    height: 1.8666666667vmin;
    margin: auto 2.6666666667vmin;
    border-top: 0.4vmin solid #fff;
    border-right: 0.4vmin solid #fff;
  }
}
.comparison__table .product__img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .comparison__table .product__img {
    width: min(19.0909090909vw, 210px);
    padding-top: min(2.0909090909vw, 23px);
    margin-bottom: min(2.0909090909vw, 23px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .product__img {
    width: 42.6666666667vmin;
    margin-bottom: 4vmin;
  }
}
.comparison__table .img {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .comparison__table .img {
    width: min(20.4545454545vw, 225px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .img {
    width: 42.6666666667vmin;
  }
}
.comparison__table .img .slick-arrow {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 2;
  width: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comparison__table .img .slick-arrow:hover {
  opacity: 0.6;
}
.comparison__table .img .slick-prev {
  left: 0;
}
.comparison__table .img .slick-next {
  right: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .comparison__table .price + .price {
    margin-top: min(1.3636363636vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .price + .price {
    margin-top: 2.6666666667vmin;
  }
}
.comparison__table .price__label {
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .comparison__table .price__label {
    margin-bottom: min(0.7272727273vw, 8px);
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .price__label {
    margin-bottom: 1.3333333333vmin;
    font-size: 2.9333333333vmin;
  }
}
.comparison__table .price__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .comparison__table .price__list {
    gap: min(1.8181818182vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .price__list {
    gap: 2.6666666667vmin;
  }
}
.comparison__table .price__list__item {
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .comparison__table .price__list__item .name {
    margin-bottom: min(0.4545454545vw, 5px);
    font-size: min(1.2727272727vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .price__list__item .name {
    margin-bottom: 0.8vmin;
    font-size: 2.6666666667vmin;
  }
}
.comparison__table .price__list__item .num {
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  .comparison__table .price__list__item .num {
    font-size: min(1.4545454545vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .price__list__item .num {
    font-size: 3.2vmin;
  }
}
@media screen and (min-width: 768px) {
  .comparison__table .size {
    font-size: min(1.2727272727vw, 14px);
    line-height: min(2.1818181818vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__table .size {
    font-size: 2.9333333333vmin;
    line-height: 4.8vmin;
  }
}
.comparison__table .size__label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .comparison__notes {
    margin-bottom: min(4.5454545455vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__notes {
    margin-bottom: 8vmin;
  }
}
@media screen and (min-width: 768px) {
  .comparison__notes__item {
    font-size: min(1.0909090909vw, 12px);
    line-height: min(2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__notes__item {
    padding: 0 4vmin;
    font-size: 2.6666666667vmin;
    line-height: 4.8vmin;
  }
}
.comparison__notes__item .num {
  display: inline-block;
  width: 2.4em;
  margin-right: 0.2em;
}
.comparison__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background-color: #303030;
}
@media screen and (min-width: 768px) {
  .comparison__banner {
    gap: min(2.2727272727vw, 25px);
    width: min(36.3636363636vw, 400px);
    height: min(7.2727272727vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__banner {
    gap: 3.2vmin;
    width: 74.6666666667vmin;
    height: 16vmin;
  }
}
.comparison__banner__txt {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .comparison__banner__txt {
    font-size: min(1.6363636364vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .comparison__banner__txt {
    font-size: 3.7333333333vmin;
  }
}
.comparison__banner__icn {
  rotate: 45deg;
}
@media screen and (min-width: 768px) {
  .comparison__banner__icn {
    width: min(0.9090909091vw, 10px);
    height: min(0.9090909091vw, 10px);
    border-top: min(0.1818181818vw, 2px) solid #fff;
    border-right: min(0.1818181818vw, 2px) solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .comparison__banner__icn {
    width: 2.6666666667vmin;
    height: 2.6666666667vmin;
    border-top: 0.5333333333vmin solid #fff;
    border-right: 0.5333333333vmin solid #fff;
  }
}
