/* reason */
.p-home__reason .l-container {
  max-width: initial;
  padding: 0 0 50px;
}
.p-home__reason__head {
  height: 280px;
  height: min(25vw, 280px);
}
.p-home__reason__head .l-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.p-home__reason .p-heading__title .description--center {
  font-size: 33px;
  margin-top: 10px;
}
.p-home__reason__list {
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: initial;
}
.p-home__reason__list>li,
.p-home__reason__list>li+li {
  margin: 0 20px;
  padding: 0;
  width: min(30vw, 480px);
}
.p-home__reason__image {
  height: 348px;
  height: min(22vw, 348px);
  position: static;
  width: 100%;
}
.p-home__reason__list>li:nth-of-type(3) .p-home__reason__image {
  background-position: center center !important;
}
.p-home__reason__item {
  display: block;
  padding: 0;
}
.p-home__reason__item__text {
  padding: 0 0 20px;
  padding: 0 0 min(1.5vw, 20px);
}
.p-home__reason__item__text::before {
  display: none;
}
.p-home__reason__item__text .title {
  background: #D57979;
  margin-bottom: 10px;
  margin-bottom: min(1vw, 10px);
  min-height: 138px;
  min-height: min(9vw, 138px);
  padding: 20px;
  padding: min(1.5vw, 20px);
  position: relative;
}
.p-home__reason__item__text .title::before {
  content: counter(number, decimal-leading-zero) ".";
  color: #fff;
  display: block;
  font-size: 38px;
  font-size: min(2.4vw, 38px);
  font-weight: 600;
  margin-right: 20px;
  margin-right: min(1vw, 20px);
  opacity: .6;
  position: static;
}
.p-home__reason__item__text .title::after {
  border: 20px solid transparent;
  border-width: min(1.5vw, 20px);
  border-bottom: 0;
  border-top-color: #D57979;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 138px;
  top: min(9vw, 138px);
  transform: translateX(-50%);
  width: 0;
}
.p-home__reason__item__text .title p {
  color: #fff;
  font-size: 35px;
  font-size: min(2.2vw, 35px);
  font-weight: bold;
  line-height: 1.4
}
.p-home__reason__item__text .title p strong {
  border: 0;
  color: #FFE5B5;
  font-size: 35px;
  font-size: min(2.2vw, 35px);
  margin: 0;
}
.p-home__reason__item__text .point {
  margin: 40px 20px 10px;
  margin: min(3vw, 40px) min(1.5vw, 20px) min(1vw, 10px);
  min-height: 124px;
  min-height: min(7.8vw, 124px);
}
.p-home__reason__item__text .point p {
  border: 0;
  font-size: 28px;
  font-size: min(28px, 1.5vw);
  font-weight: 500;
}
.p-home__reason__item__text .point p+p {
  margin: 0;
}
.p-home__reason__list>li:nth-child(2) .p-home__reason__item__text .point p {
  font-size: 22px;
  font-size: min(22px, 1.4vw);
}
.p-home__reason__item__text .point p em {
  color: #d57979;
  font-weight: 500;
}
.p-home__reason__item__text .point p strong {
  color: #d57979;
  font-size: 48px;
  font-size: min(48px, 2.4vw);
  font-weight: 600;
}
.p-home__reason__item__text .point small {
  display: block;
  font-size: 16px;
  font-size: min(16px, 1vw);
  text-align: right;
  width: 90%;
}
.p-home__reason__item__text .description {
  font-size: 18px;
  font-size: min(18px, 1.2vw);
  letter-spacing: .05em;
  margin: 0;
  min-height: 81px;
  min-height: min(5vw, 81px);
  padding: 0 20px;
  padding: 0 min(1.5vw, 20px);
}
.p-home__reason__item__text .description strong {
  font-weight: bold;
}
.p-home__reason .p-pr {
  margin-top: 120px;
  margin-top: min(12vw, 120px);
}
.p-home__reason .p-pr__head .title strong {
  color: #d57979;
  font-weight: bold
}
@media screen and (max-width: 1400px) {
  .p-home__reason__list>li,
  .p-home__reason__list>li+li {
    margin: 0 .5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__reason .l-container {
    padding: 0 5vw;
  }
  .p-home__reason__head {
    height: auto;
  }
  .p-home__reason__head .l-container {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .p-home__reason .p-heading__title .description--center {
    font-size: 6.4vw;
  }
  .p-home__reason__body {
    padding-bottom: 5vw;
  }
  .p-home__reason__list>li,
  .p-home__reason__list>li+li {
    margin: 0 0 7vw;
    max-width: initial;
    width: 100%;
  }
  .p-home__reason__image {
    background-position: center center !important;
    height: 58vw;
  }
  .p-home__reason__list>li:nth-of-type(2) .p-home__reason__image {
    background-position: center center !important;
  }
  .p-home__reason__item {
    padding: 0;
  }
  .p-home__reason__item__text .title {
    margin-bottom: 3vw;
    min-height: initial;
    padding: 2.5vw 5vw;
  }
  .p-home__reason__item__text .title::before {
    font-size: 8vw;
    margin-right: 3vw;
  }
  .p-home__reason__item__text .title::after {
    border-width: 3vw;
    bottom: -2.9vw;
    top: auto;
  }
  .p-home__reason__item__text .title p,
  .p-home__reason__item__text .title p strong {
    font-size: 7vw;
  }
  .p-home__reason__item__text .point {
    padding: 2.5vw 5vw 0;
  }
  .p-home__reason__item__text .point p {
    font-size: 5vw;
    padding: 0;
  }
  .p-home__reason__list>li:nth-child(2) .p-home__reason__item__text .point p {
    font-size: 4.5vw;
  }
  .p-home__reason__item__text .point p strong {
    font-size: 9vw;
  }
  .p-home__reason__item__text .point small {
    font-size: 2.5vw;
  }
  .p-home__reason__item__text .description {
    font-size: 3.2vw;
    line-height: 1.5;
    padding: 2.5vw 5vw;
  }
  .p-home__reason .p-pr {
    margin-top: 14vw;
  }
}

/* machine */
.p-machine__title {
  color: #D57979;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.p-machine__title span {
  background: radial-gradient(#ECA7A7, #D57D7D);
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  margin-left: .25em;
  padding: .05em .25em .2em;
}
.p-home__machine__body .p-home__machine__main__badge {
  text-align: center;
}
.c-status__useType {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.c-status__useType--body {
  background: #406C9E;
}
.c-status__useType--face {
  background: #E39797;
}
.p-home__machine__sub__body__illust .illust__cat span {
  font-weight: bold;
}
.p-home__machine__sub__body__illust .illust__cat span.body {
  background: #406C9E;
}
.p-home__machine__sub__body__illust .illust__cat span.face {
  background: #E39797;
}
@media screen and (max-width: 560px) {
  .p-machine__title {
    font-size: 22px;
  }
}

/* footer */
.p-footer__banner .p-footer__banner__list>li .banner {
  max-width: 427px;
}
.p-footer__banner .p-footer__banner__list>li.full {
  margin-bottom: 10px;
}
.p-footer__banner .p-footer__banner__list>li a img {
  width: 276px;
}
.p-footer__banner .p-footer__banner__list>li.full a img {
  width: 100%;
}

/* cta4 */
section.p-cta3 {
  border: 0;
  padding: 90px 0;
}
.p-cta3__head {
  margin-bottom: 30px;
}
.p-cta3__head__title .accent {
  color: #e39797;
}
.p-cta3 .p-cta3__body {
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.p-cta3 .p-cta3__box {
  background: #edf1f5;
  border-radius: 10px;
  padding: 35px 15px 5px;
  padding: min(2vw, 35px) min(2vw, 15px) min(.1vw, 5px);
  margin: 0 10px;
  margin: 0 min(1vw, 10px);
  width: 100%;
}
.p-cta3 .p-cta3__title {
  align-items: flex-end;
  color: #000;
  display: flex;
  font-size: 40px;
  font-size: min(3vw, 40px);
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: min(2vw, 20px);
}
.p-cta3 .p-cta3__title::before,
.p-cta3 .p-cta3__title::after {
  background: #222;
  content: '';
  display: block;
  height: 30px;
  height: min(30px, 3vw);
  margin: 10px 20px 0;
  margin: min(1vw, 10px) min(2vw, 20px) 0;
  width: 1px;
}
.p-cta3__title::before {
  transform: rotate(-20deg)
}
.p-cta3 .p-cta3__title::after {
  transform: rotate(20deg)
}
.p-cta3 .p-cta3__content {
  color: #222;
  margin-bottom: 15px;
  margin-bottom: min(2vw, 15px);
  padding: 40px 15px 15px;
  padding: min(3vw, 40px) min(1.25vw, 15px) min(1.25vw, 15px);
}
.p-cta3__box .p-cta3__content strong {
  font-weight: bold
}
.p-cta3 .p-cta3__content__head {
  align-items: flex-start;
  flex-direction: row;
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: min(1.5vw, 20px);
  max-width: initial;
}
.p-cta3 .p-cta3__content__head__title {
  font-size: 44px;
  font-size: min(3.4vw, 44px);
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  width: 45%;
}
.p-cta3 .p-cta3__content__head__subtitle {
  color: inherit;
  font-size: 18px;
  font-size: min(1.8vw, 18px);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: min(2vw, 20px);
}
.p-cta3 .p-cta3__content__body {
  padding: 0;
  width: 55%;
}
.p-cta3 .p-cta3__content__body__price {
  font-size: 36px;
  font-size: min(3vw, 36px);
}
.p-cta3 .p-cta3__content__body__price span {
  font-size: 19px;
  font-size: min(1.8vw, 19px);
}
.p-cta3 .p-cta3__content__body__attention {
  font-size: 12px;
  font-size: min(1.5vw, 12px);
}
.p-cta3 .p-cta3__content__body__description {
  color: #222;
  font-size: 19px;
  font-size: min(1.8vw, 19px);
  margin-top: 1.5vw;
}
.p-cta3__content__check dt {
  margin-bottom: 10px;
  margin-bottom: min(1.5vw, 10px);
  position: relative;
  text-align: center;
}
.p-cta3__content__check dt::before {
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.p-cta3__content__check dt strong {
  background: #fff;
  font-size: 22px;
  font-size: min(2.3vw, 22px);
  padding: 0 2em;
  position: relative;
  z-index: 1;
}
.p-cta3__content__check dd {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
  margin-bottom: min(2vw, 24px);
}
.p-cta3__content__check dd p {
  background: url(/img/web/home/p-cta3__content__check.png) no-repeat center left / 21px 21px;
  background-size: min(2vw, 21px) min(2vw, 21px);
  color: #222;
  font-size: 19px;
  font-size: min(1.8vw, 19px);
  font-weight: bold;
  margin-left: 5%;
  margin-bottom: 6px;
  margin-bottom: min(.8vw, 6px);
  padding-left: 40px;
  padding-left: min(4vw, 40px);
  width: 70%;
}
.p-cta3 .p-cta3__content__foot .c-button {
  font-size: 23px;
  font-size: min(2.3vw, 23px);
  height: 70px;
  height: min(6.5vw, 70px);
}
.p-cta3 .p-cta3__content__foot .c-button:before {
  display: none
}
.p-cta3__content__recommend {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: #f2b644 url(/img/web/icon/p-cta__recommend.svg) no-repeat center left 9px;
  background-size: 15px 12px;
  padding-left: 20px;
  border-radius: 0 0 0 5px;
}
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(2) .p-cta3__content__head__title,
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(2) strong {
  color: #d57979
}
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(2) .c-button,
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(2) dt::before {
  background: #d57979
}
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(3) .p-cta3__content__head__title,
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(3) strong {
  color: #eba7a7
}
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(3) .c-button,
.p-cta3__box:nth-child(1) .p-cta3__content:nth-child(3) dt::before {
  background: #eba7a7
}
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(2) .p-cta3__content__head__title,
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(2) strong {
  color: #704b52
}
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(2) .c-button,
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(2) dt::before {
  background: #704b52
}
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(3) .p-cta3__content__head__title,
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(3) strong {
  color: #cdab61
}
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(3) .c-button,
.p-cta3__box:nth-child(2) .p-cta3__content:nth-child(3) dt::before {
  background: #cdab61
}
@media screen and (max-width: 1100px) {
  .p-cta3__content__check dd p {
    width: 80%;
  }
}
@media screen and (max-width:768px) {
  section.p-cta3 {
    padding: 7vw 0;
  }
  .p-cta3 .p-cta3__body {
    display: block
  }
  .p-cta3 .p-cta3__box {
    margin: 0 0 5vw;
    padding: 6vw 3vw .1vw;
  }
  .p-cta3 .p-cta3__title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .p-cta3 .p-cta3__title::before,
  .p-cta3 .p-cta3__title::after {
    height: 6.5vw;
  }
  .p-cta3 .p-cta3__content {
    padding: 6vw 3vw 3vw;
  }
  .p-cta3 .p-cta3__content__head {
    flex: 100%;
    margin-bottom: 3vw;
  }
  .p-cta3 .p-cta3__content__head__title {
    font-size: 8.5vw;
  }
  .p-cta3 .p-cta3__content__head__subtitle {
    font-size: 3.5vw;
    height: auto;
    line-height: 1.25;
    margin-bottom: 3vw;
  }
  .p-cta3 .p-cta3__content__body__price {
    font-size: 7vw;
  }
  .p-cta3 .p-cta3__content__body__price span {
    font-size: 3.8vw;
  }
  .p-cta3 .p-cta3__content__body__attention {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .p-cta3 .p-cta3__content__body__description {
    font-size: 3.7vw;
    margin-top: 3vw;
  }
  .p-cta3 .p-cta3__content__check {
    width: 90%;
    margin: auto
  }
  .p-cta3__content__check dt {
    margin-bottom: 3vw;
  }
  .p-cta3__content__check dt strong {
    font-size: 4.3vw;
    padding: 0 1em;
  }
  .p-cta3__content__check dd {
    margin-bottom: 5vw;
  }
  .p-cta3__content__check dd p {
    background-size: 4vw 4vw;
    font-size: 3.7vw;
    margin-bottom: 1vw;
    padding-left: 7vw;
    width: 90%;
  }
  .p-cta3 .p-cta3__content__foot .c-button {
    font-size: 4.5vw;
    height: 13vw;
  }
  .p-cta3__content__recommend {
    background-position: center left 2vw;
    background-size: 4vw;
    font-size: 3.8vw;
    height: 7vw;
    padding-left: 5vw;
    width: 17vw;
  }
}

/* genderType */
.genderType {
  height: 18px;
  width: 46px;
}
.genderType--ladys {
  background: url(/img/common/genderType/ladys_rb.svg);
}
.genderType--mens {
  background: url(/img/common/genderType/mens_rb.svg);
}
.genderType--both {
  background: url(/img/common/genderType/ladys_rb.svg), url(/img/common/genderType/mens_rb.svg);
  width: 94px;
}
