@charset "UTF-8";
body {
  width: 100%;
  overflow-x: hidden !important;
}

body.fixed {
  overflow: hidden;
}

.contents .design__head {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

:where(.contents) {
  overflow: hidden;
  color: #000;
}
:where(.contents) *,
:where(.contents) *::before,
:where(.contents) *::after {
  --letter-spacing: 0.075em;
  letter-spacing: var(--letter-spacing, 0.075em);
  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;
  transition: opacity 0.3s;
  color: inherit;
}
@media (any-hover: hover) {
  :where(.contents) button:hover {
    opacity: 0.7;
  }
}
:where(.contents) img {
  width: 100%;
  height: auto;
}

:where(.contents_) {
  /* ---utility----------- */
}
@media screen and (min-width: 768px) {
  :where(.contents_) .sp-only,
  :where(.contents_) .sp_only,
  :where(.contents_) .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :where(.contents_) .pc-only,
  :where(.contents_) .pc_only,
  :where(.contents_) .only-pc {
    display: none !important;
  }
}
:where(.contents_) .text-left {
  text-align: left;
}
:where(.contents_) .text-center {
  text-align: center;
}
:where(.contents_) .text-right {
  text-align: right;
}
:where(.contents_) .text-black {
  color: #000;
}
:where(.contents_) .font-medium {
  font-weight: 500;
}

.contents {
  /*--------------------------
      sub-menu
  ----------------------------*/
  /*--------------------------
      kv
  ----------------------------*/
  /*--------------------------
      point
  ----------------------------*/
  /*--------------------------
      award
  ----------------------------*/
  /*--------------------------
      promotion
  ----------------------------*/
  /*--------------------------
  technology
  ----------------------------*/
  /*--------------------------
  method
  ----------------------------*/
  /*--------------------------
  design
  ----------------------------*/
  /*--------------------------
  faq
  ----------------------------*/
  /*--------------------------
  feature-list
  ----------------------------*/
  /*--------------------------
    psl
  ----------------------------*/
  /*--------------------------
    accordion
  ----------------------------*/
  /*--------------------------
    tab
  ----------------------------*/
}
.contents .note {
  font-size: min(0.9259259259vw, 10px);
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .contents .note {
    font-size: 2.6666666667vw;
  }
}
.contents .sub-menu {
  width: 100%;
  height: min(4.2592592593vw, 46px);
  background: linear-gradient(#2f5783, #4883a3);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  position: fixed;
  transition: translate 0.8s;
  list-style-type: none;
  translate: 0 0;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu {
    height: 22.4vw;
    background: transparent;
  }
}
.contents .sub-menu.is-hide {
  translate: 0 100%;
}
.contents .sub-menu__inner {
  height: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr min(22.1296296296vw, 239px) min(4.2592592593vw, 46px);
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__inner {
    grid-template-columns: 1fr 11.7333333333vw;
    grid-template-rows: 1fr 11.7333333333vw;
  }
}
.contents .sub-menu__list {
  width: 100%;
  height: 100%;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, auto);
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__list {
    grid-column: span 2;
    background: linear-gradient(#2f5783, #4883a3);
  }
}
.contents .sub-menu__list li:not(:first-child) {
  position: relative;
}
.contents .sub-menu__list li:not(:first-child)::before {
  content: "";
  width: min(0.0925925926vw, 1px);
  height: min(1.6666666667vw, 18px);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__list li:not(:first-child)::before {
    width: 0.2666666667vw;
    height: 4.8vw;
  }
}
.contents .sub-menu__list a {
  height: 100%;
  display: grid;
  place-content: center;
  font-size: min(1.4814814815vw, 1rem);
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__list a {
    font-size: 3.2vw;
  }
}
.contents .sub-menu__buy a {
  height: 100%;
  background: #000;
  font-size: min(1.4814814815vw, 1rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__buy a {
    font-size: 4vw;
  }
}
.contents .sub-menu__buy a::before {
  content: "";
  background-image: url(../../img/ic-cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
  display: block;
  position: relative;
  top: -1px;
}
.contents .sub-menu__pagetop {
  background: #444444;
  display: grid;
  place-content: center;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .contents .sub-menu__pagetop:hover {
    opacity: 0.7;
  }
}
.contents .sub-menu__pagetop::before {
  content: "";
  width: min(1.3425925926vw, 14.5px);
  height: min(0.8333333333vw, 9px);
  background: url(../img/ic-arrow-top.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contents .sub-menu__pagetop::before {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .kv .kv_wrapper {
    height: max(465px, 20.7vw);
  }
}
@media (max-width: 1440px) {
  .contents .kv .kv_wrapper {
    height: auto;
  }
}
.contents .kv__note {
  font-size: min(1.1111111111vw, 12px);
}
@media screen and (max-width: 767px) {
  .contents .kv__note {
    font-size: 2.6666666667vw;
  }
}
.contents .point {
  background: #edf1f6;
  padding: min(1.8518518519vw, 20px) 0 min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  .contents .point {
    padding: 4vw 4vw 10.6666666667vw;
  }
}
.contents .point__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .point__inner {
    max-width: 100%;
  }
}
.contents .point__list {
  margin-top: min(4.6296296296vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  .contents .point__list {
    margin-top: 6.9333333333vw;
    flex-direction: column;
    gap: 6.6666666667vw;
    max-width: 100%;
  }
}
.contents .point__item {
  width: min(20.8333333333vw, 225px);
  display: grid;
  grid-template-rows: min(10.0925925926vw, 109px) 1fr;
  gap: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  .contents .point__item {
    width: 100%;
    grid-template-rows: 1fr;
    grid-template-columns: 24vw 1fr;
    align-items: center;
    gap: 4vw;
  }
}
.contents .point__icon {
  margin-inline: auto;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .contents .point__icon {
    align-self: auto;
  }
}
.contents .point__icon img {
  width: min(9.2592592593vw, 100px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .contents .point__icon img {
    width: 100%;
  }
}
.contents .point__body__head {
  font-size: min(1.3888888889vw, 0.9375rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .contents .point__body__head {
    text-align: left;
    font-size: 4vw;
  }
}
.contents .point__body__txt {
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .point__body__txt {
    font-size: 3.4666666667vw;
  }
}
.contents .award {
  padding: min(4.6296296296vw, 50px) 0;
  background: url(../img/bg-award.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .contents .award {
    padding: 10.6666666667vw 0;
    background-image: url(../img/bg-award-sp.jpg);
  }
}
.contents .award__inner {
  max-width: calc(min(92.5925925926vw, 1000px) + 8vw);
  margin-inline: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  display: grid;
  gap: min(1.8518518519vw, 20px);
}
@media screen and (max-width: 767px) {
  .contents .award__inner {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .award__inner [data-block=award01] {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents .award__inner [data-block=award02] {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .contents .award__inner [data-block=award03] {
    order: 3;
  }
}
.contents .award__img {
  display: flex;
  justify-content: center;
  gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .award__img {
    display: contents;
  }
}
.contents .award__img__item {
  height: min(12.037037037vw, 130px);
}
@media screen and (max-width: 767px) {
  .contents .award__img__item[data-block=award01] {
    width: 37.3333333333vw;
    height: auto;
  }
}
.contents .award__img__item img {
  width: auto;
}
.contents .award__lead {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: min(1.2037037037vw, 0.8125rem);
}
@media screen and (max-width: 767px) {
  .contents .award__lead {
    display: contents;
    font-size: 3.4666666667vw;
  }
}
.contents .award__note {
  max-width: min(66.6666666667vw, 720px);
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .award__note {
    display: contents;
  }
}
.contents .award__note__item {
  text-indent: -2em;
  padding-left: 2em;
  color: #5c656b;
  font-size: min(0.9259259259vw, 10px);
  line-height: 1.832;
}
@media screen and (max-width: 767px) {
  .contents .award__note__item {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.contents .promotion {
  background: url(../img/bg-promotion.jpg) no-repeat center center/cover;
  overflow: hidden;
  padding: min(9.2592592593vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .contents .promotion {
    background-image: url(../img/bg-promotion-sp.jpg);
    padding: 0 0 13.3333333333vw;
  }
}
.contents .promotion__inner {
  display: flex;
  align-items: center;
  margin: 0 calc((100vw - 1440px) / 2);
  column-gap: min(4.1666666667vw, 45px);
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .contents .promotion__inner {
    margin: auto;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .contents .promotion__inner {
    display: block;
    margin: 0;
  }
}
.contents .promotion__left {
  width: min(62.037037037vw, 670px);
  height: min(46.6666666667vw, 504px);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .contents .promotion__left {
    width: min(46.5277777778vw, 502.5px);
    height: min(35vw, 378px);
  }
}
@media screen and (max-width: 767px) {
  .contents .promotion__left {
    width: 100vw;
    height: 74.6666666667vw;
    margin-bottom: 8vw;
  }
}
.contents .promotion__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents .promotion__right {
  max-width: min(44.4444444444vw, 480px);
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .contents .promotion__right {
    width: min(44.4444444444vw, 480px);
    padding: 0;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents .promotion__right {
    max-width: 100%;
    margin: 0 8vw;
  }
}
.contents .promotion .large-text {
  font-family: "YuMincho Medium", "Yu Mincho Medium", serif;
  font-size: min(2.962962963vw, 2rem);
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .contents .promotion .large-text {
    font-size: min(2.5925925926vw, 1.75rem);
    margin-bottom: min(1.1111111111vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .contents .promotion .large-text {
    font-size: 5.8666666667vw;
    margin-right: -8vw;
  }
}
.contents .promotion .small-text {
  font-size: min(1.4814814815vw, 1rem);
  line-height: 2.375;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .contents .promotion .small-text {
    font-size: min(1.2962962963vw, 0.875rem);
  }
}
@media screen and (max-width: 767px) {
  .contents .promotion .small-text {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.contents .promotion__note {
  margin-top: 1.5em;
}
.contents .technology__head {
  background-color: #09090b;
  width: 100%;
}
.contents .technology__head img {
  display: block;
  max-width: min(120.3703703704vw, 1300px);
  margin-inline: auto;
}
.contents .technology__body {
  background: #c9d5dd;
  padding: min(4.6296296296vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  .contents .technology__body {
    padding: 0 4vw 13.3333333333vw;
  }
}
.contents .technology__body__inner {
  max-width: min(92.5925925926vw, 1000px);
  margin-inline: auto;
}
.contents .technology__anchor {
  display: flex;
  gap: min(0.3703703704vw, 4px);
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  .contents .technology__anchor {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.contents .technology__anchor li {
  flex: 1;
  background: linear-gradient(#2f5783, #4883a3);
}
.contents .technology__anchor li a {
  font-weight: 500;
  height: min(7.4074074074vw, 80px);
  color: #fff;
  display: grid;
  place-content: center;
  gap: 0.5em;
  --letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: min(1.4814814815vw, 1rem);
  position: relative;
  padding-bottom: min(1.5740740741vw, 17px);
}
@media screen and (max-width: 767px) {
  .contents .technology__anchor li a {
    height: 21.3333333333vw;
    font-size: 3.7333333333vw;
    padding-bottom: 3.2vw;
  }
}
.contents .technology__anchor li a::after {
  content: "";
  width: min(0.9259259259vw, 10px);
  height: min(0.9259259259vw, 10px);
  border-right: min(0.0925925926vw, 1px) solid currentColor;
  border-bottom: min(0.0925925926vw, 1px) solid currentColor;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: min(1.5740740741vw, 17px);
}
@media screen and (max-width: 767px) {
  .contents .technology__anchor li a::after {
    width: 2.4vw;
    height: 2.4vw;
    border-width: 0.2666666667vw;
    bottom: 2.5333333333vw;
  }
}
.contents .technology__block {
  background: #fff;
  padding: min(5.5555555556vw, 60px) min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  .contents .technology__block {
    padding: 9.3333333333vw 4vw;
  }
}
.contents .technology__block + .technology__block {
  margin-top: min(7.4074074074vw, 80px);
}
@media screen and (max-width: 767px) {
  .contents .technology__block + .technology__block {
    margin-top: 5.3333333333vw;
  }
}
.contents .technology__block__head {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(2.5925925926vw, 1.75rem);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .contents .technology__block__head {
    font-size: 5.8666666667vw;
  }
}
.contents .technology__block__head span {
  display: block;
  font-size: min(1.6666666667vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .contents .technology__block__head span {
    font-size: 4.5333333333vw;
  }
}
.contents .technology__block__body {
  display: grid;
  row-gap: min(2.7777777778vw, 30px);
}
@media screen and (max-width: 767px) {
  .contents .technology__block__body {
    row-gap: 6.6666666667vw;
  }
}
.contents .technology__block__body.has-movie {
  max-width: calc(min(40.7407407407vw, 440px) + 240px);
  margin-inline: auto;
  grid-template-columns: min(37.037037037vw, 400px) 240px;
  column-gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .technology__block__body.has-movie {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.contents .technology__block__img {
  width: 100%;
  max-width: min(44.4444444444vw, 480px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .technology__block__img {
    max-width: 100%;
  }
}
.contents .technology__block__txt {
  font-size: min(1.2962962963vw, 0.875rem);
  max-width: min(44.4444444444vw, 480px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .technology__block__txt {
    font-size: 3.7333333333vw;
    max-width: 100%;
  }
}
.contents .technology__block__movie {
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .contents .technology__block__movie {
    grid-column: 1;
    grid-row: unset;
  }
}
.contents .technology__block__method {
  width: 100%;
}
.contents .technology__block .movie_vertical {
  width: 100%;
  margin: min(1.8518518519vw, 20px) 0 0;
}
.contents .method {
  border: min(0.2777777778vw, 3px) solid #d9dee4;
  padding: min(3.2407407407vw, 35px) min(5.5555555556vw, 60px) min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  .contents .method {
    border: 0.8vw solid #d9dee4;
    padding: 4vw;
  }
}
.contents .method__head {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: min(2.2222222222vw, 1.5rem);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .contents .method__head {
    font-size: 5.8666666667vw;
    margin-bottom: 1em;
  }
}
.contents .method__head span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: min(1.2962962963vw, 0.875rem);
}
@media screen and (max-width: 767px) {
  .contents .method__head span {
    font-size: 3.7333333333vw;
  }
}
.contents .method__head::after {
  content: "";
  width: min(2.037037037vw, 22px);
  height: min(0.0925925926vw, 1px);
  background: #464b52;
  display: block;
  margin-inline: auto;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .contents .method__head::after {
    width: 5.8666666667vw;
    height: 0.2666666667vw;
    margin-top: 0.75em;
  }
}
.contents .method__step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(3.7037037037vw, 40px);
}
@media screen and (max-width: 767px) {
  .contents .method__step {
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
  }
}
.contents .method__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: min(6.9444444444vw, 75px) auto 1fr;
  gap: min(1.3888888889vw, 15px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents .method__item {
    gap: 4vw;
    align-items: start;
    grid-template-rows: auto auto 1fr;
  }
}
.contents .method__item__step {
  background: #000;
  color: #fff;
  display: grid;
  place-content: center;
  width: min(6.0185185185vw, 65px);
  height: min(6.0185185185vw, 65px);
  font-size: min(1.1111111111vw, 0.75rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents .method__item__step {
    width: 17.3333333333vw;
    height: 16.2666666667vw;
    font-size: 3.2vw;
  }
}
.contents .method__item__head {
  line-height: 1.4;
  font-size: min(1.6666666667vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .contents .method__item__head {
    font-size: 4.5333333333vw;
  }
}
.contents .method__item__img {
  grid-column: span 2;
}
.contents .method__item__txt {
  grid-column: span 2;
  color: #5e646a;
  align-self: start;
}
.contents .design {
  padding-top: min(6.4814814815vw, 70px);
  padding-bottom: min(1.3888888889vw, 15px);
  background: linear-gradient(#f3f5f7, #fff 25%);
}
@media screen and (max-width: 767px) {
  .contents .design {
    padding: 0;
    background: transparent;
    margin-top: 13.3333333333vw;
  }
}
.contents .design__wrap {
  max-width: min(74.0740740741vw, 800px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .design__wrap {
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.contents .design__head {
  text-align: center;
  font-size: min(2.962962963vw, 2rem);
  margin-bottom: min(4.6296296296vw, 50px);
}
@media screen and (max-width: 767px) {
  .contents .design__head {
    font-size: 7.4666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.contents .design__head::after {
  content: "";
  width: min(4.0740740741vw, 44px);
  height: min(0.0925925926vw, 1px);
  background-color: #000;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contents .design__head::after {
    width: 11.7333333333vw;
    height: 0.2666666667vw;
    margin-top: 0.5em;
  }
}
.contents .design__color {
  display: grid;
  grid-template-columns: min(18.5185185185vw, 200px) min(44.4444444444vw, 480px);
  column-gap: min(11.1111111111vw, 120px);
}
@media screen and (max-width: 767px) {
  .contents .design__color {
    max-width: 100%;
    display: block;
  }
}
.contents .design__color__tab {
  display: flex;
  flex-direction: column;
  gap: min(1.3888888889vw, 15px);
}
@media screen and (max-width: 767px) {
  .contents .design__color__tab {
    flex-direction: row;
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contents .design__color__tab__item {
  width: 100%;
  height: min(5.1851851852vw, 56px);
  display: grid;
  place-content: center;
  border: 1px solid #dadbdb;
  color: #000;
  font-size: min(1.6666666667vw, 18px);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .contents .design__color__tab__item {
    height: 10.1333333333vw;
    font-size: 2.9333333333vw;
    flex: 1;
  }
}
.contents .design__color__tab__item.is-active {
  background-color: #dadbdb;
}
@media (any-hover: hover) {
  .contents .design__color__tab__item:not(.is-active):hover {
    opacity: 0.7;
  }
}
.contents .design__color__content {
  grid-column: 2/3;
  grid-row: 1/3;
}
.contents .design__color__slider {
  position: relative;
  width: min(44.4444444444vw, 480px);
}
@media screen and (max-width: 767px) {
  .contents .design__color__slider {
    width: 100%;
  }
}
.contents .design__color__slider-wrap {
  position: relative;
}
.contents .design__color__slider-wrap .swiper-button-prev,
.contents .design__color__slider-wrap .swiper-button-next {
  position: absolute;
  top: min(22.2222222222vw, 240px);
  background: none;
}
@media screen and (max-width: 767px) {
  .contents .design__color__slider-wrap .swiper-button-prev,
  .contents .design__color__slider-wrap .swiper-button-next {
    top: 46vw;
  }
}
.contents .design__color__slider-wrap .swiper-button-prev::after,
.contents .design__color__slider-wrap .swiper-button-next::after {
  content: "";
  width: min(1.8518518519vw, 20px);
  height: min(1.8518518519vw, 20px);
  border-top: min(0.1851851852vw, 2px) solid #999;
  border-right: min(0.1851851852vw, 2px) solid #999;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .contents .design__color__slider-wrap .swiper-button-prev::after,
  .contents .design__color__slider-wrap .swiper-button-next::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-width: 0.2666666667vw;
  }
}
.contents .design__color__slider-wrap .swiper-button-prev {
  left: calc(-1 * min(4.0740740741vw, 44px));
}
@media screen and (max-width: 767px) {
  .contents .design__color__slider-wrap .swiper-button-prev {
    left: -3.8666666667vw;
  }
}
.contents .design__color__slider-wrap .swiper-button-prev::after {
  rotate: -135deg;
}
.contents .design__color__slider-wrap .swiper-button-next {
  right: calc(-1 * min(4.0740740741vw, 44px));
}
@media screen and (max-width: 767px) {
  .contents .design__color__slider-wrap .swiper-button-next {
    right: -3.8666666667vw;
  }
}
.contents .design__color__slider-wrap .swiper-pagination {
  position: static;
  margin-top: min(1.8518518519vw, 20px);
  --swiper-theme-color: #000;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  --swiper-pagination-bullet-size: 10px;
}
@media screen and (max-width: 767px) {
  .contents .design__color__slider-wrap .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 1.8666666667vw;
    --swiper-pagination-bullet-size: 1.8666666667vw;
  }
}
.contents .design__folding {
  border: min(0.0925925926vw, 1px) solid #dadbdb;
  display: flex;
  align-items: center;
  padding: min(2.7777777778vw, 30px) min(4.8611111111vw, 52.5px) min(2.7777777778vw, 30px) min(6.0185185185vw, 65px);
  gap: min(4.1666666667vw, 45px);
  font-size: min(1.4814814815vw, 1rem);
  margin-top: min(5.5555555556vw, 60px);
}
@media screen and (max-width: 767px) {
  .contents .design__folding {
    border: 0;
    padding: 0;
    flex-direction: column;
    font-size: 3.7333333333vw;
    gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.contents .design__folding__txt {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .contents .design__folding__txt {
    width: 100%;
  }
}
.contents .design__folding__img {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .contents .design__folding__img {
    width: 100%;
  }
}
.contents .faq .question {
  width: 100%;
  text-align: left;
}
.contents .feature-list {
  gap: min(1.0185185185vw, 11px);
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: stretch;
}
@media screen and (max-width: 767px) {
  .contents .feature-list {
    gap: 1.8666666667vw;
  }
}
.contents .feature-list li {
  width: 100%;
  padding: 0;
  font-size: min(1.2962962963vw, 0.875rem);
  --letter-spacing: 0;
  background: #739fb9;
  color: #fff;
  position: relative;
  height: min(2.3148148148vw, 25px);
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .contents .feature-list li {
    font-size: 3vw;
    height: 5.8666666667vw;
  }
}
.contents .feature-list li::before {
  content: "";
  width: min(0.9259259259vw, 10px);
  height: min(0.9259259259vw, 10px);
  background-color: #f4cb3e;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
  .contents .feature-list li::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents section.buy-now .block-split .inner {
    justify-content: center;
  }
}
.contents #psl {
  min-width: unset;
}
.contents .js-accordion-head {
  position: relative;
  cursor: pointer;
}
.contents .js-tab-body:not(.is-active) {
  display: none;
}
@media screen and (min-width: 768px) {
  .contents section.buy-now .block-line {
    width: min(41.1111111111vw, 444px);
  }
}
.contents #psl {
  position: absolute;
  inset: 0;
}

.banner-area {
  margin-inline: auto;
  max-width: 940px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .banner-area {
    padding: 0 4vw;
  }
}

/*--------------------------
 modal
----------------------------*/
@media screen and (min-width: 768px) {
  .p-modal {
    display: none !important;
  }
}
.p-modal {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  height: 100vh;
  position: fixed;
  z-index: -10;
  top: 0;
  width: 100%;
  transition: all 0.6s;
}
.p-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.p-modal.is-visible {
  opacity: 1;
  z-index: 2147483800;
  pointer-events: all;
  visibility: visible;
}
.p-modal.is-visible .p-modal__content {
  bottom: 0;
}
.p-modal.is-visible .p-modal__content .p-modal__ttl.is-fixed {
  position: fixed;
  top: auto;
  bottom: 96vw;
}
.p-modal.is-visible .p-modal__content .p-modal__closeicon.is-fixed {
  position: fixed;
  top: auto;
  bottom: 108.5333333333vw;
}
.p-modal.is-visible .p-modal__content .p-modal__cartbtnwrap.is-fixed {
  position: fixed;
}
.p-modal__content {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  height: 120vw;
  bottom: -120%;
  width: 100vw;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  border-radius: 10px 10px 0 0;
  padding: 18.6666666667vw 0 24.8vw;
  transition: all 0.6s;
}
.p-modal__content-bnr {
  max-width: 84vw;
  margin: 3.2vw auto 8vw;
}
.p-modal__content-wrap {
  border-bottom: 1px solid #d8dee5;
}
.p-modal__content-wrap + .p-modal__content-wrap {
  margin-top: 7.2vw;
}
.p-modal__content-wrap .ttl {
  padding: 0 8vw;
  font-weight: 500;
  font-size: 4.2666666667vw;
  line-height: 1.21875;
  margin-bottom: 2.4vw;
}
.p-modal__content-wrap .ttl-note {
  display: block;
  font-size: 2.9333333333vw;
  line-height: 1.73;
}
.p-modal__content-wrap .subttl {
  padding: 0 8vw;
  margin-bottom: 3.2vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 3.7333333333vw;
  line-height: 1;
}
.p-modal__content-wrap .item {
  display: flex;
  align-items: center;
  padding: 2.8vw 8vw;
  border-top: 1px solid #d8dee5;
  letter-spacing: 0;
}
.p-modal__content-wrap .item.has-note {
  display: grid;
  grid-template-columns: 16.4vw 1fr auto;
  row-gap: 1.4666666667vw;
}
.p-modal__content-wrap .item img {
  width: 16.4vw;
}
.p-modal__content-wrap .item .item-text {
  margin-left: 3.2vw;
  flex: 1;
}
.p-modal__content-wrap .item .item-text-color {
  font-size: 3.3333333333vw;
  line-height: 1;
  margin-bottom: 1.6vw;
}
.p-modal__content-wrap .item .item-text-odor {
  font-size: 2.6666666667vw;
  line-height: 1.364;
  margin-bottom: 1.6vw;
}
.p-modal__content-wrap .item .item-text-odor.orange {
  color: #e99a45;
}
.p-modal__content-wrap .item .item-text-odor.pink {
  color: #dc6164;
}
.p-modal__content-wrap .item .item-text-price {
  font-size: 4.8vw;
  line-height: 1;
}
.p-modal__content-wrap .item .item-text-price .yen {
  font-size: 4vw;
}
.p-modal__content-wrap .item .item-text-price .tax {
  font-size: 2.6666666667vw;
}
.p-modal__content-wrap .item .item-note {
  font-size: 2.6666666667vw;
  line-height: 1.364;
  grid-column: 1/4;
}
.p-modal__content-wrap .item .btn {
  display: flex;
  align-items: center;
  width: 32.4vw;
  height: 9.7333333333vw;
  border-radius: 1.3333333333vw;
  background-color: #000;
  color: #fff;
  font-size: 3.0666666667vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 7.8666666667vw;
  text-decoration: none;
}
.p-modal__content-wrap .item .btn::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-cart.png);
  top: 50%;
  transform: translateY(-50%);
  width: 3.6vw;
  height: 4vw;
  left: 2.9333333333vw;
}
.p-modal__content-wrap .item .btn.disabled {
  background-color: #bbbbbb;
  pointer-events: none;
  justify-content: center;
  padding-left: 0;
}
.p-modal__content-wrap .item .btn.disabled::before {
  display: none;
}
.p-modal__content-wrap .item .block-choice__text {
  color: #ff0f26;
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}
.p-modal__content-wrap .item .block-choice__text span {
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
}
.p-modal__ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0666666667vw;
  line-height: 1;
  margin-bottom: 8vw;
  font-weight: 500;
  background-color: #fff;
  position: absolute;
  width: 100%;
  padding: 5.6vw 0;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
  z-index: 5;
  top: 0;
}
.p-modal__closebtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.0666666667vw 0 3.6vw;
  column-gap: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.p-modal__closebtn img {
  width: 3.6vw;
  height: 3.6vw;
}
.p-modal__closeicon {
  position: absolute;
  z-index: 5;
  width: 5.6vw;
  height: 5.6vw;
  top: 5.6vw;
  right: 4vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-batsu.png);
}
.p-modal__cartbtnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  padding: 3.2vw 0;
}
.p-modal__cartbtnwrap .p-modal__cartbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #010000;
  color: #fff;
  width: 53.6vw;
  height: 10vw;
  font-size: 4vw;
  border-radius: 1.0666666667vw;
  text-decoration: none;
}
.p-modal__cartbtnwrap .p-modal__cartbtn::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/ic-cart-arrow.png);
  width: 1.7333333333vw;
  height: 3.2vw;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2vw;
}
.p-modal__cartintxt {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78.4vw;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 13px rgba(94, 96, 102, 0.5);
  border-radius: 0.8vw;
  padding: 4.8vw 0;
  text-align: center;
}
.p-modal__cartintxt p {
  font-size: 4.2666666667vw;
  line-height: 1.2;
  font-weight: 700;
}

/* --------------------------
    chatbot
----------------------------*/
@media screen and (min-width: 768px) {
  iframe.ul-widget-main-window {
    bottom: calc(min(4.2592592593vw, 46px) + 20px) !important;
  }
}

@media screen and (max-width: 767px) {
  iframe.ul-widget-main-window.mobile-layout.ul-widget-hide {
    bottom: calc(22.4vw + 15px) !important;
  }
}