@charset "UTF-8";
:where(.contents) {
  --swiper-pagination-bullet-horizontal-gap: 5.75px;
  --swiper-pagination-bullet-size: 7px;
  --swiper-pagination-bullet-inactive-color: #ccc;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-theme-color: #000;
  --swiper-pagination-color: #000;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  --letter-spacing: 0.08em;
  letter-spacing: var(--letter-spacing, 0.08em);
  font-feature-settings: "palt";
  box-sizing: border-box;
}
:where(.contents) a {
  text-decoration: none;
  color: inherit;
}
:where(.contents) ul,
:where(.contents) ol {
  list-style-type: none;
}
:where(.contents) button {
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
:where(.contents) img {
  width: 100%;
  height: auto;
}
:where(.contents) .swiper-pagination {
  position: static;
  margin-top: min(1.0416666667vw, 10px);
}
@media screen and (max-width: 767px) {
  :where(.contents) .swiper-pagination {
    margin-top: 2.6666666667vw;
  }
}

/* ---utility----------- */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.u-color-red {
  color: #e6433f;
}

/* ---component----------- */
.section {
  padding-top: min(8.3333333333vw, 80px);
  padding-bottom: min(8.3333333333vw, 80px);
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.section__inner {
  max-width: calc(1000px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
  }
}

.heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: min(3.3333333333vw, 32px);
  font-weight: 500;
  --letter-spacing: 0.1em;
  color: #909090;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 5.8666666667vw;
    margin-bottom: 0.5em;
  }
}
.heading--en {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-transform: uppercase;
  font-size: min(3.2291666667vw, 31px);
  --letter-spacing: 0.04em;
  color: #909090;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .heading--en {
    font-size: 5.8666666667vw;
    margin-bottom: 0.25em;
  }
}

.item-card {
  text-align: center;
}
.item-card__name {
  word-break: auto-phrase;
  margin-top: 1em;
  font-size: min(1.25vw, 12px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .item-card__name {
    font-size: 2.9333333333vw;
  }
}
.item-card__info {
  font-size: min(1.25vw, 12px);
  letter-spacing: 0;
  margin-top: 0.5em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .item-card__info {
    font-size: 2.6666666667vw;
  }
}
.item-card__cat::after {
  content: " / ";
}
.item-card--newitem {
  text-align: center;
}
.item-card--newitem .item-card__info {
  font-weight: 400;
}

.ranking-card {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ranking-card__copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(1.9270833333vw, 18.5px);
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .ranking-card__copy {
    font-size: 4.5333333333vw;
  }
}
.ranking-card__tags {
  font-size: min(1.1979166667vw, 11.5px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .ranking-card__tags {
    font-size: 2.6666666667vw;
    max-width: 80%;
    margin-inline: auto;
  }
}
.ranking-card__tags li {
  background-color: #b3b3b3;
  color: #fff;
  line-height: 1;
  padding: 0.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ranking-card__tags li {
    padding: 0.5em 0.75em;
  }
}
.ranking-card__name {
  margin-top: auto;
}
.ranking-card__button {
  display: grid;
  place-content: center;
  width: 100%;
  height: min(4.1666666667vw, 40px);
  background: #000;
  color: #fff;
  font-size: min(1.6666666667vw, 16px);
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .ranking-card__button {
    height: 8vw;
    font-size: 2.6666666667vw;
  }
}
.ranking-card__button::after {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 1.25em;
  translate: 0 -50%;
}

.choice-card {
  display: grid;
  grid-template-columns: 43.75% 1fr;
  grid-template-rows: auto auto 1fr;
  column-gap: 3.5%;
}
@media screen and (max-width: 767px) {
  .choice-card {
    column-gap: 4vw;
  }
}
.choice-card__image {
  grid-row: 1/2;
}
.choice-card__copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(2.7083333333vw, 26px);
  line-height: 1.52;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .choice-card__copy {
    font-size: 5.0666666667vw;
    --letter-spacing: 0.01em;
  }
}
.choice-card__name {
  line-height: 1;
  grid-column: 1/3;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.choice-card__name img {
  width: auto;
  height: min(1.25vw, 12px);
}
@media screen and (max-width: 767px) {
  .choice-card__name img {
    height: 2.1333333333vw;
  }
}
.choice-card__text {
  font-size: min(1.6666666667vw, 16px);
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .choice-card__text {
    font-size: 3.4666666667vw;
  }
}

.accordion:last-child {
  border-bottom: 1px solid #909090;
}
.accordion__summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1em 0.5em;
  cursor: pointer;
  outline: none;
  position: relative;
  border: none;
  background: transparent;
  user-select: none;
  border-top: 1px solid #909090;
  font-size: min(2.0833333333vw, 20px);
  transition: opacity 0.3s;
  color: #000;
}
@media screen and (max-width: 767px) {
  .accordion__summary {
    padding: 1.5em 1.5em 1.5em 0.25em;
    font-size: 3.6vw;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
@media (any-hover: hover) {
  .accordion__summary:hover {
    opacity: 0.7;
  }
}
.accordion__summary::before,
.accordion__summary::after {
  content: "";
  width: 1em;
  height: 1px;
  right: min(2.6041666667vw, 25px);
  background-color: #000;
  transition: rotate 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .accordion__summary::before,
  .accordion__summary::after {
    right: 0.5em;
  }
}
.accordion__summary::after {
  rotate: 90deg;
}
.accordion__summary[aria-expanded="true"]::after {
  rotate: 0deg;
}
.accordion__content {
  border-top: 1px solid #909090;
  padding: min(4.1666666667vw, 40px) 0 min(6.5104166667vw, 62.5px);
}
@media screen and (max-width: 767px) {
  .accordion__content {
    padding: 9.6vw 0;
  }
}
.accordion__content[aria-hidden="true"] {
  display: none;
}

/* ---project----------- */
.sub-menu {
  width: 100%;
  height: 46px;
  background-color: #707070;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  position: fixed;
  transition: translate 0.8s;
  list-style-type: none;
  translate: 0 100%;
}
@media screen and (max-width: 767px) {
  .sub-menu {
    height: 13.3333333333vw;
  }
}
.sub-menu__list {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sub-menu__list li {
  height: 100%;
}
.sub-menu__list li:not(:first-child) {
  position: relative;
}
.sub-menu__list li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 1.25em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.sub-menu__list a {
  display: grid;
  place-content: center;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  margin: 0 min(5.2083333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .sub-menu__list a {
    font-size: 3.4666666667vw;
  }
}
.sub-menu.on {
  translate: 0 0;
}

.awards {
  padding-top: min(5.2083333333vw, 50px);
  padding-bottom: min(5.2083333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .awards {
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.awards .section__inner {
  max-width: calc(772px + 8vw);
}
@media screen and (max-width: 767px) {
  .awards {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
.awards__logo {
  display: block;
  max-width: min(33.3333333333vw, 320px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .awards__logo {
    max-width: 70.2666666667vw;
  }
}
.awards__note {
  margin-top: 24px;
  width: fit-content;
  margin-inline: auto;
}
.awards__note p {
  color: #808080;
  font-size: min(1.25vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .awards__note p {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}

.topics {
  padding-top: 0;
}
.topics .section__inner {
  max-width: calc(772px + 8vw);
}
.topics .heading--en {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topics .heading--en {
    text-align: left;
  }
}

.newitem {
  background-color: #f4f4f4;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .newitem__slider {
    --space-between: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .newitem__slider {
    margin-left: -7.3333333333vw;
    margin-right: -7.3333333333vw;
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
    --space-between: 5%;
  }
}

.ranking .heading--en {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranking .heading--en {
    text-align: left;
  }
}
.ranking__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: min(3.75vw, 36px);
  padding-top: min(2.8125vw, 27px);
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .ranking__list {
    column-gap: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .ranking__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: -7.3333333333vw;
    margin-right: -7.3333333333vw;
    gap: 14.2666666667vw 2.6666666667vw;
    padding-top: 6.1333333333vw;
  }
}
.ranking__list__item {
  position: relative;
}
.ranking__list__item::before {
  content: "";
  width: min(5vw, 48px);
  height: min(4.375vw, 42px);
  position: absolute;
  top: calc(-1 * min(2.8125vw, 27px));
  left: min(0.625vw, 6px);
}
@media screen and (max-width: 767px) {
  .ranking__list__item::before {
    width: 10.6666666667vw;
    height: 9.3333333333vw;
    top: -6.1333333333vw;
    left: 0.6666666667vw;
  }
}
.ranking__list__item:first-child::before {
  background: url(../img/ic-rank1.png) no-repeat center center/contain;
}
.ranking__list__item:nth-child(2)::before {
  background: url(../img/ic-rank2.png) no-repeat center center/contain;
}
.ranking__list__item:nth-child(3)::before {
  background: url(../img/ic-rank3.png) no-repeat center center/contain;
}
.ranking__list__item:nth-child(4)::before {
  background: url(../img/ic-rank4.png) no-repeat center center/contain;
}

.products {
  padding-top: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 767px) {
  .products {
    padding-top: 2.6666666667vw;
  }
}
.products .heading {
  margin-bottom: 1.1em;
}
@media screen and (max-width: 767px) {
  .products .heading {
    margin-bottom: 0.75em;
  }
}
.products__box + .products__box {
  margin-top: min(2.34375vw, 22.5px);
}
@media screen and (max-width: 767px) {
  .products__box + .products__box {
    margin-top: 6vw;
  }
}
.products__head {
  background-color: #f4f4f4;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .products__head:hover {
    opacity: 0.7;
  }
}
.products__head__inner {
  max-width: min(83.3333333333vw, 800px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 53%;
  grid-template-rows: 50% 1fr;
  row-gap: min(2.6041666667vw, 25px);
  padding-left: min(4.5833333333vw, 44px);
}
@media screen and (max-width: 767px) {
  .products__head__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    max-width: 100%;
    position: relative;
    padding-left: 0;
    row-gap: 0;
  }
}
.products__head__image {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .products__head__image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.products__head__copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #766863;
  font-size: min(3.125vw, 30px);
  align-self: end;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .products__head__copy {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 10.2666666667vw;
    font-size: 5.6vw;
    margin-top: -4vw;
  }
}
.products__head__button {
  width: min(29.1666666667vw, 280px);
  height: min(4.1666666667vw, 40px);
  border: none;
  background-color: #817e7c;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: min(1.6666666667vw, 16px);
  padding: 0 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .products__head__button {
    width: 100%;
    height: 8vw;
    justify-content: center;
    font-size: 3.4666666667vw;
  }
}
.products__head__button::before,
.products__head__button::after {
  content: "";
  width: 1em;
  height: 1px;
  right: 1em;
  background-color: #fff;
  transition: rotate 0.3s ease;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .products__head__button::before,
  .products__head__button::after {
    width: 4vw;
    right: 5.2vw;
  }
}
.products__head__button::after {
  rotate: 90deg;
}
.products__head[aria-expanded="true"] .products__head__button::after {
  rotate: 0deg;
}
.products__contents {
  padding: min(4.1666666667vw, 40px) 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .products__contents {
    padding: 10.6666666667vw 0;
  }
}
.products__list {
  max-width: calc(1000px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: min(2.0833333333vw, 20px) min(3.75vw, 36px);
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .products__list {
    column-gap: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .products__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 7.3333333333vw;
    padding-right: 7.3333333333vw;
    gap: 5.3333333333vw 4%;
  }
}

.choice {
  padding-top: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 767px) {
  .choice {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .choice .heading {
    font-size: 6.6666666667vw;
    letter-spacing: 0;
    margin-left: -1em;
    margin-right: -1em;
  }
}
.choice__anchor {
  display: grid;
  grid-template-columns: min(15.4166666667vw, 148px) min(15.4166666667vw, 148px);
  gap: min(4.4791666667vw, 43px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .choice__anchor {
    grid-template-columns: 33.8666666667vw 33.8666666667vw;
    gap: 6.1333333333vw;
  }
}
.choice__type {
  margin-top: min(9.375vw, 90px);
}
@media screen and (max-width: 767px) {
  .choice__type {
    margin-top: 19.3333333333vw;
  }
}
.choice__type__heading {
  text-align: center;
  color: #095799;
  font-size: min(2.2916666667vw, 22px);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .choice__type__heading {
    font-size: 5.0666666667vw;
    margin-bottom: 1em;
  }
}
.choice__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(1.6666666667vw, 16px);
}
@media screen and (max-width: 767px) {
  .choice__list {
    grid-template-columns: 1fr;
    gap: 8.6666666667vw;
  }
}

.color {
  max-width: 700px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: min(16.6666666667vw, 160px) calc(100% - min(16.6666666667vw, 160px) - min(6.5104166667vw, 62.5px));
  column-gap: min(6.5104166667vw, 62.5px);
}
@media screen and (max-width: 767px) {
  .color {
    max-width: 100%;
    display: block;
  }
}
.color .heading--en {
  text-align: center;
}
.color__tab {
  display: flex;
  flex-direction: column;
  gap: min(2.5vw, 24px);
}
@media screen and (max-width: 767px) {
  .color__tab {
    flex-direction: row;
    gap: 1.3333333333vw;
    margin-bottom: 8.6666666667vw;
  }
}
.color__tab__item {
  width: 100%;
  height: min(3.9583333333vw, 38px);
  display: grid;
  place-content: center;
  border: 1px solid #747474;
  color: #747474;
  font-size: min(1.6145833333vw, 15.5px);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .color__tab__item {
    height: 8vw;
    font-size: 3.2vw;
    flex: 1;
  }
}
.color__tab__item.is-active {
  background-color: #747474;
  color: #fff;
}
@media (any-hover: hover) {
  .color__tab__item:not(.is-active):hover {
    opacity: 0.7;
  }
}
.color__content {
  grid-column: 2/3;
  grid-row: 1/3;
}
.color__slider {
  position: relative;
  width: min(39.5833333333vw, 380px);
}
@media screen and (max-width: 767px) {
  .color__slider {
    width: 76vw;
  }
}
.color__slider__item a {
  display: grid;
  place-items: center;
  gap: 1.5em;
}
.color__slider .color__slider__name {
  width: auto;
  height: min(1.0416666667vw, 10px);
}
@media screen and (max-width: 767px) {
  .color__slider .color__slider__name {
    height: 2.1333333333vw;
  }
}
.color__slider-wrap {
  position: relative;
}
.color__slider-wrap .swiper-button-prev,
.color__slider-wrap .swiper-button-next {
  position: absolute;
  top: min(19.7916666667vw, 190px);
  background: none;
}
@media screen and (max-width: 767px) {
  .color__slider-wrap .swiper-button-prev,
  .color__slider-wrap .swiper-button-next {
    top: 38vw;
  }
}
.color__slider-wrap .swiper-button-prev::after,
.color__slider-wrap .swiper-button-next::after {
  content: "";
  width: min(2.5vw, 24px);
  height: min(2.5vw, 24px);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .color__slider-wrap .swiper-button-prev::after,
  .color__slider-wrap .swiper-button-next::after {
    width: 6.2666666667vw;
    height: 6.2666666667vw;
  }
}
.color__slider-wrap .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .color__slider-wrap .swiper-button-prev {
    left: -4vw;
  }
}
.color__slider-wrap .swiper-button-prev::after {
  rotate: -135deg;
}
.color__slider-wrap .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .color__slider-wrap .swiper-button-next {
    right: -4vw;
  }
}

/* .size {
  max-width: 700px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: min(33.3333333333vw, 320px) 1fr;
  column-gap: min(4.84375vw, 46.5px);
  border-top: 1px solid #000;
  padding-top: min(6.25vw, 60px);
  margin-top: min(5.2083333333vw, 50px);
}
@media screen and (max-width: 767px) {
  .size {
    max-width: 100%;
    display: block;
    margin-top: 12vw;
    padding-top: 0;
    border-top: 0;
  }
} */
.size .heading--en {
  grid-column: 2/3;
  align-self: end;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .size .heading--en {
    text-align: center;
  }
}
.size__image {
  grid-column: 1/2;
  grid-row: 1/3;
}
.size__text {
  font-size: min(1.6145833333vw, 15.5px);
}
@media screen and (max-width: 767px) {
  .size__text {
    font-size: 3.4666666667vw;
    margin-top: 1em;
  }
}
.size__text p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .size__text p {
    font-weight: 500;
  }
}

.benefits {
  background-color: #f5f4f1;
}
.benefits .heading {
  color: #000;
}
@media screen and (max-width: 767px) {
  .benefits .heading {
    font-size: 7.3333333333vw;
  }
}
.benefits__line {
  margin-top: min(2.6041666667vw, 25px);
  display: block;
  max-width: min(52.0833333333vw, 500px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .benefits__line {
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.benefits__list {
  display: grid;
  gap: min(4.1666666667vw, 40px) 5%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(77.0833333333vw, 740px);
  margin-inline: auto;
  padding-top: min(5.4166666667vw, 52px);
  margin-top: min(2.6041666667vw, 25px);
}
@media screen and (max-width: 767px) {
  .benefits__list {
    grid-template-columns: 1fr;
    gap: 8.2666666667vw;
    padding-top: 5.3333333333vw;
    max-width: 100%;
    margin-top: 6.6666666667vw;
  }
}
.benefits__list__item {
  position: relative;
  background-color: #fff;
  padding: min(3.3333333333vw, 32px) min(2.0833333333vw, 20px) min(2.9166666667vw, 28px);
}
@media screen and (max-width: 767px) {
  .benefits__list__item {
    padding: 8vw 5.3333333333vw 6.6666666667vw;
  }
}
.benefits__list__num {
  position: absolute;
  left: 0;
  top: calc(-1 * min(1.625vw, 15.6px));
  width: min(5.4166666667vw, 52px);
}
@media screen and (max-width: 767px) {
  .benefits__list__num {
    top: -3.0666666667vw;
    width: 13.3333333333vw;
  }
}
.benefits__list__head {
  margin-bottom: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 767px) {
  .benefits__list__head {
    margin-bottom: 4.8vw;
  }
}
.benefits__list__txt {
  font-size: min(1.4583333333vw, 14px);
  line-height: 2;
  --letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .benefits__list__txt {
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
}
.benefits__list__txt button {
  appearance: 0;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.075em;
  color: inherit;
}
.benefits__list__lifeplan {
  width: min(10.6979166667vw, 102.7px);
  margin-bottom: min(1.625vw, 15.6px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .benefits__list__lifeplan {
    width: 26.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
.benefits__list__notes {
  font-size: min(1.1458333333vw, 11px);
}
@media screen and (max-width: 767px) {
  .benefits__list__notes {
    font-size: 2.6666666667vw;
  }
}
.benefits__list__notes a {
  text-decoration: underline;
}
.benefits__list__col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .benefits__list__col {
    gap: 2.6666666667vw;
  }
}
.benefits__list__col__txt {
  font-size: min(1.4583333333vw, 14px);
  line-height: 2;
  flex: 1;
  --letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .benefits__list__col__txt {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
}
.benefits__list__col__img {
  width: min(11.4583333333vw, 110px);
}
@media screen and (max-width: 767px) {
  .benefits__list__col__img {
    width: 28vw;
  }
}

.imitations {
  max-width: min(52.0833333333vw, 500px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .imitations {
    max-width: 100%;
  }
}
.imitations__box {
  margin-inline: auto;
  border: 1px solid #000;
  padding: min(1.5625vw, 15px) min(2.0833333333vw, 20px);
}
@media screen and (max-width: 767px) {
  .imitations__box {
    max-width: 100%;
    padding: 4vw 4.6666666667vw;
  }
}
.imitations__box-head {
  display: grid;
  align-items: center;
  line-height: 1.43;
  position: relative;
  grid-template-columns: min(5vw, 48px) 1fr auto;
  gap: min(1.7708333333vw, 17px);
  font-size: min(1.6666666667vw, 16px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .imitations__box-head {
    grid-template-columns: 8.4vw 1fr auto;
    gap: 2.2666666667vw;
    font-size: 3.2vw;
  }
}
.imitations__box-head::before,
.imitations__box-head::after {
  content: "";
  width: 1em;
  height: 1px;
  right: 0;
  background-color: currentColor;
  transition: rotate 0.3s ease;
  position: absolute;
}
.imitations__box-head::after {
  rotate: 90deg;
}
.imitations__box-head[aria-expanded="true"]::after {
  rotate: 0deg;
}
.imitations__box-body {
  margin-top: min(3.125vw, 30px);
  display: none;
}
@media screen and (max-width: 767px) {
  .imitations__box-body {
    margin-top: 5.3333333333vw;
  }
}
.imitations__box-inner {
  display: grid;
}
.imitations__box-text .txt {
  font-size: min(1.40625vw, 13.5px);
  line-height: 1.6086956522;
  --letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .imitations__box-text .txt {
    font-size: 3.0666666667vw;
  }
}
.imitations__box-img {
  margin-top: min(2.0833333333vw, 20px);
}
@media screen and (max-width: 767px) {
  .imitations__box-img {
    margin-top: 5.3333333333vw;
  }
}
.imitations__box-img .wrap {
  display: flex;
  justify-content: space-between;
}
.imitations__box-img .item {
  width: 50%;
}
.imitations__box-img .item-ttl {
  padding: 0.5em 0;
  margin-bottom: min(0.5208333333vw, 5px);
  font-size: min(1.25vw, 12px);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .imitations__box-img .item-ttl {
    padding: 1.2vw 0;
    margin-bottom: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.imitations__box-img .item-ttl.genuine {
  background-color: #2f2f2f;
}
.imitations__box-img .item-ttl.copy {
  background-color: #f44140;
}
.imitations__box-img .note {
  margin-top: min(1.0416666667vw, 10px);
  font-size: min(1.1458333333vw, 11px);
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .imitations__box-img .note {
    margin-top: 2.4vw;
    font-size: 2.9333333333vw;
  }
}

.fbia {
  padding-bottom: 0;
}
.fbia__block {
  display: grid;
  align-items: center;
  grid-template-columns: min(11.5625vw, 111px) 1fr;
  max-width: min(70.8333333333vw, 680px);
  margin-inline: auto;
  margin-bottom: min(6.25vw, 60px);
  padding: min(2.0833333333vw, 20px) min(4.1666666667vw, 40px);
  border: 1px solid #d7d4cf;
  gap: min(3.3333333333vw, 32px);
}
@media screen and (max-width: 767px) {
  .fbia__block {
    max-width: 100%;
    grid-template-columns: 20vw 1fr;
    margin-bottom: 6.6666666667vw;
    padding: 6.6666666667vw 5.0666666667vw;
    gap: 3.0666666667vw;
  }
}
.fbia__txt {
  font-size: min(1.6666666667vw, 16px);
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fbia__txt {
    font-size: 3.6vw;
  }
}
.fbia__notes {
  font-size: min(1.25vw, 12px);
}
@media screen and (max-width: 767px) {
  .fbia__notes {
    font-size: 2.6666666667vw;
  }
}

/* 250806追加 */

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

.newitem .heading--en {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .newitem .heading--en {
    text-align: left;
  }
}

.section.products {
  padding-bottom: 0;
}

.choice-card-sml {
  grid-template-columns: 41.75% 1fr;
}

@media screen and (max-width: 767px) {
  .choice-card-sml {
    grid-template-columns: 41.75% 1fr;
  }
}

@media screen and (max-width: 767px) {
  .choice-card__copy-sml {
    font-size: 4.4vw;
  }
}

.note {
  display: inline-block;
  font-size: 12px;
  transform: translateY(-13px);
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 2.4vw;
    transform: translateY(-2.2vw);
  }
}

@media screen and (max-width: 767px) {
  .choice-card__text-sml {
    font-size: 75%;
  }
}

/* 251126追加 */

.anchor-links {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #707070;
  padding: min(1.0416666667vw, 10px) 0;
  position: relative;
  z-index: 10;
}

.anchor-link a {
  display: inline-block;
  font-size: min(1.1458333vw, 11px);
  color: #fff;
  font-weight: 300;
  border-right: 1px solid #fff;
  padding: 0 min(2.291666vw, 22px);
}

.anchor-link:last-of-type a {
  border-right: none;
}

/* .kv {
  margin-top: -1px;
} */

.awards {
  padding-bottom: min(8.333vw, 80px);
}

.certification {
  margin-bottom: min(10.4166vw, 100px);
}

.heading--certification {
  color: #231815;
  font-weight: 600;
  margin-bottom: min(4.6875vw, 45px);
}

.certification__wrap {
  max-width: min(85.729vw, 825px);
  width: 100%;
  margin: 0 auto;
}

.certification__block {
  display: flex;
  align-items: center;
  column-gap: min(2.6041666vw, 25px);
  border: 1px solid #b0b8bf;
  padding: min(2.6041666vw, 25px) min(3.125vw, 30px) min(2.6041666vw, 25px) min(5.5208333vw, 53px);
  margin-bottom: min(4.6875vw, 45px);
}

.certification__img {
  flex-shrink: 0;
  width: min(8.854vw, 85px);
}

.certification__img img {
  width: 100%;
  height: auto;
}

.certification__txt {
  font-size: min(1.9791vw, 19px);
  font-weight: 400;
  line-height: 2;
  color: #231815;
}

.certification__notes {
  font-size: min(1.041666vw, 10px);
  color: #898989;
}

.section.check {
  padding-bottom: 0;
}

.heading--check {
  margin-bottom: min(4.6875vw, 50px);
}

.check__items {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(2.6041666vw, 50px);
}

.check__item {
  width: min(16.6666vw, 160px);
  height: min(16.6666vw, 160px);
  position: relative;
}

.check__item a {
  width: 100%;
  height: auto;
}

.check__label {
  position: absolute;
  top: min(5.208333vw, 50px);
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  font-size: min(1.9791vw, 19px);
  color: #0d4c81;
  line-height: 1.5;
  text-align: center;
  pointer-events: none;
}

.choice-card__note {
  font-size: min(1.25vw, 12px);
  font-weight: 400;
  line-height: 1.4;
  color: #898989;
}

.choice__list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.choice-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(22.3958vw, 215px);
  height: min(4.1666666667vw, 40px);
  background: #000;
  color: #fff;
  font-size: min(1.6666666667vw, 16px);
  letter-spacing: 0.1em;
  position: relative;
  margin-top: min(2.083333vw, 20px);
}

.choice-card__btn::after {
  content: "";
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 1.25em;
  translate: 0 -50%;
}

.section.choice {
  padding-bottom: 0;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid rgba(0, 0, 0, 0);
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-up-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8scubic-bezier 0.165, 0.84, 0.44, 1;
}

.slide-up-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .anchor-links {
    background-color: #004c9c;
    padding: calc((15 / 375) * 100vw) 0;
  }

  .anchor-link--pc-only {
    display: none;
  }

  .anchor-link a {
    display: flex;
    align-items: center;
    font-size: calc((13 / 375) * 100vw);
    padding: 0 calc((30 / 375) * 100vw);
    position: relative;
  }

  .anchor-link a::before {
    content: "";
    position: absolute;
    top: calc((7 / 375) * 100vw);
    right: calc((36 / 375) * 100vw);
    width: calc((6 / 375) * 100vw);
    height: calc((6 / 375) * 100vw);
    border-top: 1px solid #004c9c;
    border-right: 1px solid #004c9c;
    rotate: 135deg;
  }

  .anchor-link a::after {
    content: "";
    display: inline-block;
    width: calc((18 / 375) * 100vw);
    height: calc((18 / 375) * 100vw);
    background-color: #fff;
    border-radius: 50%;
    margin-left: calc((8 / 375) * 100vw);
  }

  .awards {
    padding-bottom: calc((50 / 375) * 100vw);
  }

  .certification {
    margin-bottom: calc((50 / 375) * 100vw);
  }

  .heading--certification {
    font-size: 5vw;
    margin-bottom: calc((25 / 375) * 100vw);
  }

  .certification__wrap {
    max-width: 100%;
  }

  .certification__block {
    column-gap: calc((19 / 375) * 100vw);
    padding: calc((20 / 375) * 100vw) 0 calc((20 / 375) * 100vw) calc((16 / 375) * 100vw);
    margin-bottom: calc((17 / 375) * 100vw);
  }

  .certification__img {
    width: calc((67 / 375) * 100vw);
  }

  .certification__txt {
    font-size: calc((12 / 375) * 100vw);
    letter-spacing: 0;
  }

  .certification__notes {
    font-size: calc((10 / 375) * 100vw);
  }

  .heading--check {
    margin-bottom: calc((25 / 375) * 100vw);
  }

  .check__items {
    column-gap: calc((15 / 375) * 100vw);
  }

  .check__item {
    width: calc((96 / 375) * 100vw);
    height: calc((96 / 375) * 100vw);
    position: relative;
  }

  .check__label {
    top: calc((29 / 375) * 100vw);
    font-size: calc((12 / 375) * 100vw);
    line-height: 1.5;
  }

  section.section.question {
    padding-bottom: 0;
  }

  .choice-card__note {
    font-size: calc((10 / 375) * 100vw);
  }

  .choice__list__item {
    display: block;
  }

  .choice-card__btn {
    width: calc((182 / 375) * 100vw);
    height: calc((30 / 375) * 100vw);
    font-size: calc((10 / 375) * 100vw);
    margin-top: calc((15 / 375) * 100vw);
  }

  .choice-card__btn::after {
    content: "";
    width: 0.45em;
    height: 0.45em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 1.25em;
    translate: 0 -50%;
  }
}
