@charset "UTF-8";
/*------------------------------

  開発環境の初期化

------------------------------*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #090909;
}

#wrapper #main {
  position: relative;
  min-height: 100vh;
}
#wrapper #main *,
#wrapper #main *:before,
#wrapper #main *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper #main input,
#wrapper #main button,
#wrapper #main select,
#wrapper #main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#wrapper #main input[type=submit],
#wrapper #main button {
  cursor: pointer;
}
#wrapper #main sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0.1em;
  position: relative;
}

.howto a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px) {
  .howto a:hover {
    opacity: 0.7;
  }
}
.howto img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.howto .c-subttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto .c-subttl {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto .c-subttl {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto .c-subttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.7222222222;
    letter-spacing: 0.3em;
    font-weight: 600;
  }
}
.howto .c-cart {
  background-color: #ff8705;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .howto .c-cart {
    width: 320px;
    height: 70px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto .c-cart {
    width: 16.6666666667vw;
    height: 3.6458333333vw;
    border-radius: 0.3125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto .c-cart {
    width: 34.6666666667vw;
    height: 9.3333333333vw;
    border-radius: 0.8vw;
  }
}
.howto__kv {
  position: relative;
}
@media screen and (min-width: 767px) {
  .howto__kv {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__kv {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__kv {
    margin-bottom: 16vw;
  }
}
.howto__kv__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .howto__kv__img {
    margin-bottom: 13.2vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__kv__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 766px) {
  .howto__kv__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .howto__kv__ttl img {
    width: 441px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__kv__ttl img {
    width: 22.96875vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__kv__ttl img {
    width: 63.0666666667vw;
  }
}
.howto__lead {
  overflow-x: hidden;
}
@media screen and (min-width: 767px) {
  .howto__lead {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__slider01 img {
    width: 236px;
    height: 158px;
    border-radius: 10px;
    margin: 0 9px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__slider01 img {
    width: 12.2916666667vw;
    height: 8.2291666667vw;
    border-radius: 0.5208333333vw;
    margin: 0 0.46875vw;
  }
}
.howto__lead__sliderwrap {
  display: flex;
  flex-direction: column;
  row-gap: 3.4666666667vw;
}
@media screen and (max-width: 766px) {
  .howto__lead__slider02 img, .howto__lead__slider03 img {
    width: 46.6666666667vw;
    height: 31.2vw;
    margin: 0 1.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.howto__lead__lineup {
  position: relative;
  z-index: 100;
  background-color: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup {
    margin-top: 180px;
    padding: 0 0 180px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup {
    margin-top: 9.375vw;
    padding: 0 0 9.375vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup {
    margin-top: 13.3333333333vw;
    padding: 0 0 17.3333333333vw;
  }
}
.howto__lead__lineup::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 120vw;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup::before {
    height: 400px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup::before {
    height: 20.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup::before {
    height: 46.6666666667vw;
  }
}
.howto__lead__lineup__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__inner {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__inner {
    max-width: 70.3125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__inner {
    max-width: 86.6666666667vw;
  }
}
.howto__lead__lineup__top {
  position: relative;
  z-index: 11;
  display: flex;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 160px;
    display: block;
    width: 47.9166666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top {
    flex-direction: column;
    row-gap: 9.3333333333vw;
    max-width: 76vw;
    margin: 0 auto 16vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top__ttl {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top__ttl {
    padding-top: 0.5208333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top__ttl img {
    width: 320px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top__ttl img {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top__ttl img {
    width: 58.4vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap {
    width: 920px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap {
    width: 47.9166666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap .ttl {
    font-size: 36px;
    line-height: 1.6388888889;
    letter-spacing: 0.25em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap .ttl {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top .textwrap .ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.7222222222;
    letter-spacing: 0.29em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap .ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap .ttl {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top .textwrap .ttl {
    text-align: justify;
    text-align-last: center;
    margin-bottom: 6.6666666667vw;
  }
}
.howto__lead__lineup__top .textwrap .text {
  text-align: justify;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap .text {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.27em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__top .textwrap .text {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top .textwrap .text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.18em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top .textwrap .text {
    word-break: break-all;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__top .textwrap .text span {
    letter-spacing: 0.32em;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center {
    margin-bottom: 13.3333333333vw;
  }
}
.howto__lead__lineup__center__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center__ttl {
    margin-bottom: 69px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center__ttl {
    margin-bottom: 3.59375vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center__ttl {
    margin-bottom: 9.2vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center__ttl img {
    width: 204px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center__ttl img {
    width: 10.625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center__ttl img {
    width: 35.3333333333vw;
  }
}
.howto__lead__lineup__center .lineup-wrap {
  display: flex;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-wrap {
    flex-direction: column;
    row-gap: 5.3333333333vw;
  }
}
.howto__lead__lineup__center .lineup-item {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item {
    width: 650px;
    padding: 60px 40px 80px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item {
    width: 33.8541666667vw;
    padding: 3.125vw 2.0833333333vw 4.1666666667vw 0;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item {
    padding: 9.3333333333vw 5.3333333333vw 9.3333333333vw 0;
    border-radius: 2.6666666667vw;
  }
}
.howto__lead__lineup__center .lineup-item-logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-logo {
    height: 130px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-logo {
    height: 6.7708333333vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-logo {
    margin-bottom: 8vw;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-logo.twins img {
    width: 304px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-logo.twins img {
    width: 15.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-logo.twins img {
    width: 45.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-logo.s img {
    width: 348px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-logo.s img {
    width: 18.125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-logo.s img {
    width: 51.0666666667vw;
  }
}
.howto__lead__lineup__center .lineup-item-wrap {
  display: flex;
  align-items: center;
}
.howto__lead__lineup__center .lineup-item-product {
  flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-product.twins img {
    width: 178px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-product.twins img {
    width: 9.2708333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-product.twins img {
    width: 27.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-product.s img {
    width: 216px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-product.s img {
    width: 11.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-product.s img {
    width: 33.0666666667vw;
  }
}
.howto__lead__lineup__center .lineup-item-text {
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text {
    width: 310px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text {
    width: 16.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-text {
    width: 34.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .text {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .text {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-text .text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .text {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-text .text {
    margin-bottom: 3.2vw;
  }
}
.howto__lead__lineup__center .lineup-item-text .number {
  display: inline-block;
  background-color: #090909;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .number {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.18em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .number {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-text .number {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.18em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .number {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__center .lineup-item-text .number {
    padding: 0.625vw 0.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__center .lineup-item-text .number {
    padding: 2vw 3.2vw;
  }
}
.howto__lead__lineup__bottom {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__bottom {
    padding: 60px;
    border: 1px solid #cccccc;
    column-gap: 60px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__bottom {
    padding: 3.125vw;
    column-gap: 3.125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__bottom {
    flex-direction: column;
    row-gap: 5.3333333333vw;
    max-width: 76vw;
    margin: 0 auto;
  }
}
.howto__lead__lineup__bottom img {
  flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__bottom img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__bottom img {
    width: 6.25vw;
    height: 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__bottom img {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__lead__lineup__bottom .text {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__lead__lineup__bottom .text {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__bottom .text {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.9;
    letter-spacing: 0.19em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .howto__lead__lineup__bottom .text {
    text-align: justify;
  }
}
@media screen and (min-width: 767px) {
  .howto__check {
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check {
    margin-bottom: 11.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__top {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top {
    margin-bottom: 5.46875vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top {
    margin-bottom: 18.6666666667vw;
  }
}
.howto__check__top__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .howto__check__top__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__ttl {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__ttl {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__top__ttl img {
    width: 268px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__ttl img {
    width: 13.9583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__ttl img {
    width: 48.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__top__subttl {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__subttl {
    margin-bottom: 5.1041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__subttl {
    margin-bottom: 6.6666666667vw;
  }
}
.howto__check__top__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .howto__check__top__list {
    row-gap: 30px;
    column-gap: 30px;
    max-width: 1350px;
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__list {
    row-gap: 1.5625vw;
    column-gap: 1.5625vw;
    max-width: 70.3125vw;
    margin-bottom: 5.46875vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__list {
    justify-content: space-between;
    margin-bottom: 18.6666666667vw;
    row-gap: 2.6666666667vw;
    max-width: 76vw;
  }
}
.howto__check__top__list li {
  display: flex;
}
.howto__check__top__list li a {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #222222;
}
@media screen and (min-width: 767px) {
  .howto__check__top__list li a {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__list li a {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__list li a {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__top__list li a {
    width: 315px;
    height: 80px;
    border-radius: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__list li a {
    width: 16.40625vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__list li a {
    width: 36.6666666667vw;
    height: 9.3333333333vw;
    border-radius: 4.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.howto__check__top__list li a::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #090909;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .howto__check__top__list li a::before {
    width: 14px;
    height: 9px;
    right: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__top__list li a::before {
    width: 0.7291666667vw;
    height: 0.46875vw;
    right: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__top__list li a::before {
    width: 1.8666666667vw;
    height: 1.2vw;
    right: 4vw;
  }
}
.howto__check__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .howto__check__wrap {
    max-width: 1920px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__wrap {
    max-width: 100vw;
  }
}
.howto__check__menu {
  display: flex;
  flex-direction: column;
  position: sticky;
}
@media screen and (min-width: 767px) {
  .howto__check__menu {
    left: 112px;
    top: 122px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__menu {
    left: 5.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__menu {
    top: 31.2vw;
    left: 3.3333333333vw;
  }
}
.howto__check__menu li {
  display: flex;
}
.howto__check__menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 767px) {
  .howto__check__menu li a {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.3em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__menu li a {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__menu li a {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.3em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__menu li a {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__menu li a {
    padding: 1.5625vw 1.0416666667vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__menu li a {
    padding: 3.6vw 2.2666666667vw;
    border-radius: 4vw;
  }
}
.howto__check__menu li a.is-current {
  background-color: #090909;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .howto__check__content {
    width: 1635px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content {
    width: 85.15625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content {
    width: 85.3333333333vw;
  }
}
.howto__check__content__item {
  display: flex;
  background-color: #f2f2f2;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item {
    border-radius: 60px;
    padding: 100px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item {
    border-radius: 3.125vw 0 0 3.125vw;
    padding: 5.2083333333vw;
    column-gap: 3.125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item {
    flex-direction: column;
    border-radius: 8vw 0 0 8vw;
    row-gap: 5.3333333333vw;
    padding: 10.6666666667vw 6.6666666667vw 13.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item:not(:last-of-type) {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item .textwrap .ttl {
    font-size: 36px;
    line-height: 1.7222222222;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item .textwrap .ttl {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item .textwrap .ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.7222222222;
    letter-spacing: 0.3em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item .textwrap .ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item .textwrap .ttl {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item .textwrap .ttl {
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.howto__check__content__item .textwrap .text {
  text-align: justify;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item .textwrap .text {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.19em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item .textwrap .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item .textwrap .text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.2em;
    font-weight: 600;
  }
}
.howto__check__content__item .img {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item .img {
    width: 700px;
    height: 440px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item .img {
    width: 36.4583333333vw;
    height: 22.9166666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item .img {
    width: 72vw;
    height: 45.3333333333vw;
  }
}
.howto__check__content__item .img::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-play.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item .img::after {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item .img::after {
    width: 6.7708333333vw;
    height: 6.7708333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item .img::after {
    width: 12vw;
    height: 12vw;
  }
}
.howto__check__content__item.last {
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last {
    row-gap: 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item.last {
    row-gap: 4.1666666667vw;
  }
}
.howto__check__content__item.last .img-wrap {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last .img-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item.last .img-wrap {
    flex-direction: column;
    row-gap: 8vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last .img-item {
    width: 445px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item.last .img-item {
    width: 23.1770833333vw;
  }
}
.howto__check__content__item.last .img-item .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last .img-item .ttl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item.last .img-item .ttl {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item.last .img-item .ttl {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last .img-item .ttl {
    height: 54px;
    border-radius: 27px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item.last .img-item .ttl {
    height: 2.8125vw;
    border-radius: 1.40625vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__check__content__item.last .img-item .ttl {
    height: 6.4vw;
    border-radius: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last .img-item .img {
    width: 445px;
    height: 290px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item.last .img-item .img {
    width: 23.1770833333vw;
    height: 15.1041666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__check__content__item.last .img-item .img::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__check__content__item.last .img-item .img::after {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product {
    margin-bottom: 18.6666666667vw;
  }
}
.howto__product__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .howto__product__inner {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__inner {
    max-width: 70.3125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__inner {
    max-width: 88vw;
  }
}
.howto__product__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .howto__product__ttl img {
    width: 379px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__ttl img {
    width: 19.7395833333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__ttl img {
    width: 43.4666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__subttl {
    margin: 50px 0 120px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__subttl {
    margin: 2.6041666667vw 0 6.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__subttl {
    margin: 4vw 0 12vw;
  }
}
.howto__product__table {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .howto__product__table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.howto__product__table thead th {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th {
    padding-bottom: 3.6458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th:first-of-type {
    width: 17%;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th:first-of-type {
    width: 100%;
    height: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th:nth-of-type(2) {
    width: 33%;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th:last-of-type {
    width: 50%;
    padding-right: 13%;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th .img {
    height: 196px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th .img {
    height: 10.2083333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th .img {
    height: 25.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th .ttl {
    font-size: 28px;
    line-height: 1.3571428571;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th .ttl {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th .ttl {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.3571428571;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th .ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th .ttl {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.howto__product__table thead th .link {
  display: inline-block;
  color: #fff;
  background-color: #090909;
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th .link {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th .link {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th .link {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th .link {
    padding: 15px 35px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th .link {
    padding: 0.78125vw 1.8229166667vw;
    border-radius: 1.3541666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th .link {
    padding: 2vw 4.6666666667vw;
    border-radius: 3.4666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th.twins {
    width: 46%;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th.twins .img img {
    width: 220px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th.twins .img img {
    width: 11.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th.twins .img img {
    width: 29.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th.s {
    width: 46%;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th.s .img {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th.s .img {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th.s .img {
    padding-top: 4vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table thead th.s .img img {
    width: 269px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table thead th.s .img img {
    width: 13.9583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table thead th.s .img img {
    width: 35.8666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody {
    display: block;
  }
}
.howto__product__table tbody tr {
  border-top: 1px solid #9d9d9d;
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody th {
    font-size: 34px;
    line-height: 1.2647058824;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody th {
    font-size: 1.7708333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody th {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.1315789474;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody th {
    width: max-content;
    text-align: left;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody th {
    text-align: center;
    width: 100%;
    padding-top: 4.2666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody th.price {
    vertical-align: top;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody th.price {
    padding-top: 2.0833333333vw;
  }
}
.howto__product__table tbody td {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td {
    width: max-content;
    padding: 40px 0 48px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td {
    padding: 2.0833333333vw 0 2.5vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td {
    width: 40.5%;
    padding: 4vw 0 6.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td:last-of-type {
    padding-right: 11%;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .text {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .text {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7307692308;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .text {
    text-align: left;
  }
}
.howto__product__table tbody td .number {
  display: inline-block;
  background-color: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .number {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .number {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .number {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .number {
    padding: 15px 55px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .number {
    padding: 0.78125vw 2.8645833333vw;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .number {
    padding: 2vw 3.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .price {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .price {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .price {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .price .tax {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .price .tax {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .price .tax {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5909090909;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .price .tax {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .c-cart {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .c-cart {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .c-cart {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__product__table tbody td .c-cart {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__product__table tbody td .c-cart {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__product__table tbody td .c-cart {
    margin-top: 3.2vw;
  }
}
.howto__ranking {
  background-color: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .howto__ranking {
    padding: 180px 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking {
    padding: 9.375vw 0;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking {
    padding: 18.6666666667vw 0 17.3333333333vw;
  }
}
.howto__ranking__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .howto__ranking__inner {
    max-width: 1350px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__inner {
    max-width: 70.3125vw;
  }
}
.howto__ranking__lead {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto__ranking__lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__lead {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__lead {
    margin-bottom: 4vw;
  }
}
.howto__ranking__lead span {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/im-fukidashi.png);
}
@media screen and (min-width: 767px) {
  .howto__ranking__lead span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__lead span {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__lead span {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.3em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__lead span {
    width: 480px;
    height: 81px;
    padding: 21px 0 0;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__lead span {
    width: 25vw;
    height: 4.21875vw;
    padding: 1.09375vw 0 0;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__lead span {
    width: 64vw;
    height: 10.8vw;
    padding-top: 2.6666666667vw;
  }
}
.howto__ranking__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .howto__ranking__ttl img {
    width: 356px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__ttl img {
    width: 18.5416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__ttl img {
    width: 40.6666666667vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__subttl {
    margin: 30px 0 80px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__subttl {
    margin: 1.5625vw 0 4.1666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__subttl {
    margin: 4vw 0 9.3333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__wrap {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__wrap {
    max-width: 900px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__wrap {
     max-width: 50vw;
  }
}
.howto__ranking__wrap .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 99;
  top: 26.6666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50% !important;
}
.howto__ranking__wrap .slick-arrow.slick-prev {
  left: 4vw;
}
.howto__ranking__wrap .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%);
}
.howto__ranking__wrap .slick-arrow.slick-next {
  right: 4vw;
}
.howto__ranking__wrap .slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.howto__ranking__wrap .slick-arrow::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-arrow.png);
  width: 2.1333333333vw;
  height: 3.8666666667vw;
  top: 50%;
  left: 50%;
}
.howto__ranking__item {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto__ranking__item {
    width: 416px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item {
    width: 21.6666666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item {
    width: 64vw;
    margin: 0 3.3333333333vw;
  }
}
.howto__ranking__item.item01 .img::before {
  background-image: url(../img/ic-ranking01.png);
}
.howto__ranking__item.item02 .img::before {
  background-image: url(../img/ic-ranking02.png);
}
.howto__ranking__item.item03 .img::before {
  background-image: url(../img/ic-ranking03.png);
}
.howto__ranking__item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .img {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .img {
    margin-bottom: 4vw;
  }
}
.howto__ranking__item .img::before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .img::before {
    width: 70px;
    height: 77px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .img::before {
    width: 3.6458333333vw;
    height: 4.0104166667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .img::before {
    width: 9.3333333333vw;
    height: 10.2666666667vw;
  }
}
.howto__ranking__item .ttl {
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .ttl {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .ttl {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .ttl {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.4117647059;
    letter-spacing: 0.16em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .price {
    font-size: 28px;
    line-height: 1.6785714286;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .price {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .price {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5666666667;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .price {
    margin: 12px 0 28px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .price {
    margin: 0.625vw 0 1.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .price {
    margin: 1.3333333333vw 0 3.7333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .price .tax {
    font-size: 20px;
    line-height: 2.35;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .price .tax {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .price .tax {
    font-size: calc(22 / 750 * 100vw);
    line-height: 2.1363636364;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__item .c-cart {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__item .c-cart {
    font-size: 1.4583333333vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .c-cart {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__item .c-cart {
    width: 42.6666666667vw;
  }
}
.howto__ranking__notes {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .howto__ranking__notes {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__notes {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__notes {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.5909090909;
    letter-spacing: 0.06em;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  .howto__ranking__notes {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 767px) {
  .howto__ranking__notes {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 766px) {
  .howto__ranking__notes {
    margin-top: 9.3333333333vw;
  }
}
.howto .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  background-color: rgba(231, 231, 231, 0.6);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
@media screen and (max-width: 766px) {
  .howto .modal {
    padding: 0;
  }
}
.howto .modal[data-modal-active=true] {
  opacity: 1;
  pointer-events: auto;
}
.howto .modal[data-modal-active=true] .modal__inner {
  transform: scale(1);
  opacity: 1;
}
.howto .modal__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(231, 231, 231, 0.6);
  z-index: 10;
}
.howto .modal__inner {
  position: relative;
  width: 100%;
  max-width: 140vh;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.4s 0.2s all;
  z-index: 20;
}
@media screen and (max-width: 766px) {
  .howto .modal__inner {
    max-width: 120vh;
    margin-top: 5.3333333333vmin;
  }
}
.howto .modal__youtube {
  position: relative;
  background-color: #999;
}
.howto .modal__youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.howto .modal__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.howto .modal__close {
  position: absolute;
  top: -10px;
  right: -80px;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 766px) {
  .howto .modal__close {
    top: -6.6666666667vw;
    right: 1.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.howto .modal__close::before, .howto .modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  margin: auto 0;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  .howto .modal__close::before, .howto .modal__close::after {
    height: 2px;
  }
}
.howto .modal__close::before {
  transform: rotate(45deg);
}
.howto .modal__close::after {
  transform: rotate(-45deg);
}

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

@media screen and (min-width: 767px) {
  .is-sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */