@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.heading_1 {
  text-align: center;
  font-weight: 900;
  margin-bottom: 1em;
  font-size: clamp(26px, 4vw, 50px);
  color: #222;
}

.page_top .mainvisual {
  position: relative;
  width: 100%;
  height: clamp(600px, 60vw, 800px);
}

.page_top .mainvisual .logo img {
  width: clamp(120px, 20vw, 300px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  -webkit-animation: mv_logo 2s both;
          animation: mv_logo 2s both;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes mv_logo {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mv_logo {
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.page_top .mainvisual .mv_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page_top .mainvisual .mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: mv_img 3s both;
          animation: mv_img 3s both;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes mv_img {
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes mv_img {
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.page_top .page_link {
  background: #000;
  padding: clamp(10px, 2vw, 30px) 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.page_top .page_link ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.page_top .page_link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page_top .page_link ul li a {
  display: block;
  background: #444;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: clamp(14px, 1.6vw, 18px);
  padding: 0.5em 0;
  position: relative;
}

.page_top .page_link ul li a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/page/top/page_link/arrow.svg");
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1500px) {
  .page_top .page_link ul li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.2em;
    margin: auto;
  }
}

.page_top .page_link ul li a:hover::after {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

section {
  padding: clamp(40px, 5vw, 100px) 15px;
}

section.epilator {
  background-image: url("../img/common/bg_pattern.png");
  background-size: cover;
  background-position: center;
}

section.epilator .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.epilator .inner ul.point_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 500px) {
  section.epilator .inner ul.point_1 {
    gap: 10px;
  }
}

section.epilator .inner ul.point_1 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.epilator .inner ul.point_1 li img {
  width: 100%;
}

section.epilator .inner ul.point_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 500px) {
  section.epilator .inner ul.point_2 {
    gap: 15px;
  }
}

section.epilator .inner ul.point_2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  position: relative;
  font-size: clamp(14px, 1.6vw, 16px);
  padding: 1.5em 0;
}

section.epilator .inner ul.point_2 li::before, section.epilator .inner ul.point_2 li::after {
  content: "";
  display: block;
  position: absolute;
  width: 3em;
  height: 1em;
  border: 2px #222;
}

section.epilator .inner ul.point_2 li::before {
  border-bottom-style: solid;
  border-left-style: solid;
  bottom: 0;
  left: 0;
}

section.epilator .inner ul.point_2 li::after {
  border-top-style: solid;
  border-right-style: solid;
  top: 0;
  right: 0;
}

section.epilator .inner ul.point_2 li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  gap: 0.5em;
}

section.epilator .inner ul.point_2 li span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../img/page/top/epilator/icon.svg");
  background-size: cover;
}

section.criterion {
  background-image: url("../img/common/bg_pattern.png");
  background-size: cover;
  background-position: center;
}

section.criterion .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.criterion .inner table {
  width: 100%;
  border-collapse: collapse;
}

section.criterion .inner table tr:first-child th,
section.criterion .inner table tr:first-child td {
  background: #444;
  color: #fff;
    text-align: center;
}

section.criterion .inner table tr th,
section.criterion .inner table tr td {
  border: solid 1px #d9d9d9;
  padding: 1em;
  font-weight: 700;
  font-size: clamp(15px, 1.8vw, 22px);
}

section.criterion .inner table tr th {
  background: #f8f8f8;
  white-space: nowrap;
}

section.criterion .inner table tr td {
  background: #fff;
    text-align: center;
}

section.step .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.step .inner .introduction {
  background: #f8f8f8;
  border: solid 1px #d9d9d9;
  padding: 20px clamp(15px, 3vw, 40px);
  margin-bottom: 80px;
}

section.step .inner .introduction h3 {
  text-align: center;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 22px);
}

section.step .inner .introduction p {
  line-height: 1.8;
  font-size: clamp(14px, 1.5vw, 16px);
}

section.step .inner ol li {
  border: solid 1px #444;
  margin-bottom: 60px;
  position: relative;
  padding: 20px clamp(15px, 3vw, 50px);
}

@media only screen and (max-width: 700px) {
  section.step .inner ol li {
    margin-bottom: 100px;
    padding-top: 50px;
  }
}

section.step .inner ol li:last-child {
  margin-bottom: 0;
}

section.step .inner ol li:last-child::before {
  display: none;
}

section.step .inner ol li:nth-child(even) .number::before {
  background: #a28365;
}

section.step .inner ol li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #a28365 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.step .inner ol li .number {
  font-size: 100px;
  position: absolute;
  top: -0.2em;
  left: -0.5em;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 1080px) {
  section.step .inner ol li .number {
    font-size: 80px;
    top: -0.5em;
    left: -0.3em;
  }
}

@media only screen and (max-width: 700px) {
  section.step .inner ol li .number {
    font-size: 50px;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
  }
}

section.step .inner ol li .number span {
  position: relative;
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  color: #fff;
}

section.step .inner ol li .number span:nth-child(1) {
  font-size: 0.25em;
  -webkit-transform: scalex(0.8);
          transform: scalex(0.8);
}

section.step .inner ol li .number span:nth-child(2) {
  font-size: 0.35em;
}

section.step .inner ol li .number::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  background: #444;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.step .inner ol li h3 {
  text-align: center;
  border-bottom: solid 1px #444;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 22px);
}

section.step .inner ol li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 700px) {
  section.step .inner ol li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.step .inner ol li .item .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section.step .inner ol li .item .txt_box p {
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  font-weight: 500;
}

section.step .inner ol li .item .txt_box .link_btn {
  display: inline-block;
  padding: 15px 0;
}

section.step .inner ol li .item .txt_box .link_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 15px;
  padding: 0.8em 1.5em 0.8em 2em;
  color: #222;
  background: #f8f8f8;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border: solid 1px #444;
}

section.step .inner ol li .item .txt_box .link_btn a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/page/top/step/arrow.svg");
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.step .inner ol li .item .txt_box .link_btn a:hover::after {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

section.step .inner ol li .item .img_box {
  width: 240px;
  margin: 0 auto;
}

section.step .inner ol li .item .img_box img {
  width: 100%;
}

section.price {
  background-image: url("../img/common/bg_pattern.png");
  background-size: cover;
  background-position: center;
}

section.price .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.price .inner table {
  width: 100%;
  border-collapse: collapse;
}

section.price .inner table tr th,
section.price .inner table tr td {
  padding: 1em;
  border: solid 1px #d9d9d9;
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 20px);
  text-align: center;
  white-space: nowrap;
  width: calc(100% / 3);
}

@media only screen and (max-width: 500px) {
  section.price .inner table tr th,
  section.price .inner table tr td {
    width: auto;
  }
}

section.price .inner table tr th {
  background: #444;
  color: #fff;
}

section.price .inner table tr td:nth-child(1) {
  background: #f8f8f8;
}

section.price .inner table tr td:nth-child(2) {
  background: #fff;
}

section.price .inner table tr td:nth-child(3) {
  background: #fcf9f2;
  color: #a28365;
}

section.faq .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.faq .inner ul li {
  border-bottom: solid 1px #222;
  padding: 30px 0;
}

section.faq .inner ul li .Q,
section.faq .inner ul li .A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

section.faq .inner ul li .Q::before,
section.faq .inner ul li .A::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
}

section.faq .inner ul li .Q .txt,
section.faq .inner ul li .A .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.8;
  font-weight: 700;
}

section.faq .inner ul li .Q {
  margin-bottom: 15px;
}

section.faq .inner ul li .Q::before {
  background-image: url("../img/page/top/faq/Q.svg");
}

section.faq .inner ul li .A::before {
  background-image: url("../img/page/top/faq/A.svg");
}

section.access {
  background-image: url("../img/common/bg_pattern.png");
  background-size: cover;
  background-position: center;
}

section.access .inner {
  max-width: 1000px;
  margin: 0 auto;
}

section.access .inner table {
  width: 100%;
  border-collapse: collapse;
}

section.access .inner table tr:first-child th,
section.access .inner table tr:first-child td {
  border-top: solid 1px #444;
}

section.access .inner table tr th,
section.access .inner table tr td {
  padding: 1em;
  border-bottom: solid 1px #444;
  background: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 16px);
  text-align: left;
}

section.access .inner table tr th {
  white-space: nowrap;
}

footer .logo {
  text-align: center;
  padding: 60px 0 40px;
}

footer .logo img {
  max-width: 140px;
}

footer .copyright {
  padding: 1em;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #222;
}

.cta_btn {
  width: clamp(80px, 10vw, 140px);
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  z-index: 101;
}

.cta_btn img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */