@charset "UTF-8";

#heading {
  position: absolute;
  top: 40vh;
}

#heading>h1 {
  text-align: right;
  color: #535353;
}

.font-y {
  color: #ccaa00;
}

/*----------------------------------------------------
  main-img
----------------------------------------------------*/
main {
  width: 100%;
  height: auto;
  position: relative;
}

#main-img {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  position: relative;
}

#main-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/access/bg-pattern.png');
  background-repeat: repeat;
  opacity: .05;
}

.main-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.main-img-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-img-title>h2 {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  color: #ccc;
}

.main-img-title>img {
  height: 50px;
  width: auto;
  margin-bottom: 8px;
}

/*----------------------------------------------------
  #top-mv
----------------------------------------------------*/
#top-mv {
  width: 100%;
  height: auto;
  position: relative;
}

#top-mv::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.top-mv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-mv-img picture,
.top-mv-img img {
  height: 100%;
  object-fit: cover;
}

.top-mv-title {
  width: 35%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(0, -50%);
  z-index: 1;
}

.top-mv-title h2 {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.top-mv-lead {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

.top-mv_laurel {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.top-mv_laurel>img {
  display: block;
  width: 24%;
}

.top-mv_laurel>img:not(:last-child) {
  margin-right: 4%;
}

/*----------------------------------------------------
  #tab
----------------------------------------------------*/
#tab {
  width: 100%;
  height: auto;
  position: relative;
  display: none;
}

.tab {
  width: 100%;
  height: auto;
}

.tab>ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.tab>ul>li {
  width: 25%;
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.tab>ul>li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .4);
}

.tab>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
}

.tab>ul>li>a i {
  margin-left: 6px;
}

/*----------------------------------------------------
  #feature
----------------------------------------------------*/
#feature {
  width: 100%;
  height: auto;
  padding: 100px 0 150px 0;
  color: #f2f2f2;
  position: relative;
  box-sizing: border-box;
}

.feature {
  width: 90%;
  height: auto;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.feature-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.feature-title>h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, .6);
}

.feature-title>img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 20px auto;
}

.feature-arrow {
  width: 100%;
  height: 20px;
  margin: 5px 0;
  position: relative;
}

.feature-arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
  border-top: 20px solid #545454;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.feature-lead {
  width: 90%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 80px auto;
}

.feature-lead-img {
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50vh;
}

.feature-lead-img>img {
  width: 50%;
  height: auto;
}

.feature-lead>p {
  display: block;
  width: calc(100% - 170px);
}

.feature-box {
  width: 100%;
  height: auto;
  padding: 50px 80px;
  box-sizing: border-box;
  border: 4px solid #fff;
  position: relative;
}

.feature-inner {
  width: 70%;
  height: auto;
  margin-left: auto;
}

.feature-inner-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.feature-inner-title>img {
  width: 100px;
  margin-right: 14px;
}

.feature-inner-title-cols {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.4;
}

.feature-inner-title-cols>h3 {
  font-size: 4rem;
}

.feature-inner-title-cols>p {
  display: flex;
  align-items: center;
}

.feature-inner-title-cols>p::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 1px;
  background: #f2f2f2;
  transform: rotate(60deg);
  margin-right: 6px;
}

.feature-inner-title-cols>p::after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 1px;
  background: #f2f2f2;
  transform: rotate(-60deg);
  margin-left: 6px;
}

.feature-inner-text {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.feature-inner-attention {
  width: 100%;
  height: auto;
  color: #666;
  font-size: 1.2rem;
}

.feature-box-img {
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 3%;
}

.feature-box-img-sp {
  display: none;
}

.check {
  width: 30%;
  height: auto;
  position: absolute;
  right: -15%;
  bottom: -15%;
  z-index: 1;
}

/*----------------------------------------------------
  #price
----------------------------------------------------*/
#price {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #000;
  color: #f2f2f2;
  position: relative;
  box-sizing: border-box;
}

.price {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.price-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.price-title>h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, .6);
}

.price-title>img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto 20px auto;
}

.price-lead-wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 80px auto;
  position: relative;
  z-index: 1;
}

.price-lead-wrap-img {
  width: 100px;
  margin-right: 40px;
}

.price-lead {
  width: auto;
  height: auto;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.price-lead-sub {
  font-size: 2rem;
}

.price-lead-sub2 {
  font-size: 1.4rem;
  line-height: 1.6;
}

.price-sp {
  display: none;
}

.price-lead-sub2>a {
  color: #B22222;
  text-decoration: underline;
  font-weight: bold;
}

.price-lead-main {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 14px;
  position: relative;
}

.price-lead-main br {
  display: none;
}

.underline-anima {
  position: relative;
}

.underline-anima {
  background: linear-gradient(#5bc8ac, #5bc8ac) 0 100%/0 4px no-repeat;
  transition: all 1.2s;
}

.underline-anima-after {
  background-size: 100% 4px;
}

.price-lead-main-box {
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0 2px;
  padding: 0 8px;
  border: 2px solid #fff;
  background: #000;
}

/*----coupon----*/
.coupon {
  width: 90%;
  height: auto;
  margin: 0 auto 100px auto;
}

.coupon-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 14px 0;
  line-height: 1.6;
  background: #1a1a1a;
}

.coupon-title>img {
  width: 70px;
  margin-right: 10px;
}

.coupon-title-inner>h3 {
  font-size: 2rem;
}

.coupon-cols {
  width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.coupon-category {
  width: 32.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #1a1a1a;
}

.coupon-eyecatch {
  width: 100%;
  height: auto;
  position: relative;
}

.coupon-eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.coupon-eyecatch>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.coupon-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
}

.coupon-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.coupon-lead>span {
  background: #846E50;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 2px;
}

.coupon-lead>p {
  font-size: 2rem;
  font-weight: bold;
}

.coupon-text {
  text-align: center;
  color: rgba(255, 255, 255, .8);
}

.coupon-price {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon-price>i {
  margin: 0 10px;
}

.coupon-price-main {
  font-size: 2.4rem;
  line-height: 1.2;
}

.coupon-link {
  width: 100%;
  height: auto;
}

.coupon-link>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin-left: auto;
  line-height: 1.4;
  border: 1px solid #545454;
  border-image: linear-gradient(45deg, #846E50 0%, #DBD5CD 50%, #A0522D 100%);
  border-image-slice: 1;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.coupon-link>a>span {
  font-size: 1rem;
}

.coupon-link>a>svg {
  width: 8px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  fill: #fff;
}

.coupon-sp {
  display: none;
}

.swiper2 .swiper-wrapper {
  width: 100%;
}

/*----price list----*/
.price-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.price-box-wrap {
  width: 49%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.price-laurel {
  width: 110px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}

.sp-price-laurel {
  display: none;
}

.price-box-wrap:nth-child(n+4) {
  margin-top: 30px;
}

.price-box-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5E4E39;
  color: #fff;
  padding: 14px 0;
  position: relative;
}

.price-box-wrap:last-child .price-box-title {
  background: #3F728A;
}

.price-box-title::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/common/bg-block.png');
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.price-box-title>img {
  width: 30px;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}

.price-box-title-inner {
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.price-box-title h3 {
  font-size: 2.6rem;
}

.price-box-title h3>span {
  font-size: 1.6rem;
  margin-left: 8px;
}

.price-box-title-inner>p {
  font-size: 1.2rem;
}

.price-box {
  width: 100%;
  height: auto;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 20px 40px 20px 20px;
  box-sizing: border-box;
  background: #fff;
}

.price-box-img {
  width: 55%;
  height: auto;
}

.price-box-inner {
  width: 42.5%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #111111;
}

.price-box-bubble {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #111111;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.price-box-bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #111111;
}

.price-box-name {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  border: 3px solid #6FC9F3;
}

.price-box-name-sub {
  font-size: 1.4rem;
  text-align: center;
}

.price-box-name-sub2 {
  font-size: 1.2rem;
  text-align: center;
}

.price-box-name-time {
  font-size: 1rem;
  text-align: center;
  color: #545454;
  font-weight: normal;
}

.price-box-name-time2 {
  font-size: 1rem;
  transform: scale(.8);
  transform-origin: left top;
  color: #545454;
  font-weight: normal;
}

.epilation-parts-title {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 1.4rem;
}

.epilation-parts {
  width: 100%;
  height: auto;
}

.epilation-parts-list {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.1rem;
  border: 3px solid #6FC9F3;
}

.price-box-fee {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
}

.price-box-fee-main {
  font-size: 4.4rem;
  letter-spacing: 0;
  color: #B22222;
}

.price-box-attention {
  font-size: 1.2rem;
  text-align: center;
}

.price-course {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #eee;
}

.price-course-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.price-course-fee {
  width: 100%;
  height: auto;
}

.price-course-main {
  font-size: 1.2rem;
  text-align: center;
}

.price-course-main>span {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #B22222;
  margin-right: 5px;
}

.price-couse-attention {
  font-size: 1rem;
  color: #666;
  text-align: center;
}

#parts-epilation {
  width: 100%;
}

#parts-epilation .price-box {
  padding-left: 80px;
  padding-right: 80px;
}

#parts-epilation .price-box-img {
  width: 35%;
  height: auto;
}

#parts-epilation .price-box-inner {
  width: 55%;
  height: auto;
}

.parts-price {
  width: 100%;
  height: auto;
  margin-top: 14px;
}

.parts-price>dl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.parts-price>dl>dt {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  line-height: 1.4;
}

.parts-price>dl>dt:nth-of-type(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.parts-price>dl>dd:nth-child(3n) {
  display: none;
}

.parts-price>dl>dt>p {
  font-size: 1rem;
}

.parts-number {
  font-weight: bold;
}

.parts-number>span {
  font-size: 1.8rem;
  color: #B22222;
  margin: 0 3px;
}

.parts-price>dl>dd {
  width: 40%;
  font-size: 1.1rem;
  line-height: 1.4;
  padding-left: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.parts-price>dl>dd:nth-of-type(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.parts-price>dl>dd>div:nth-of-type(1) {
  display: flex;
  align-items: baseline;
}

.parts-price>dl>dd>div>span {
  color: #B22222;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
}

.parts-course {
  background: #eee;
  padding: 5px 10px;
  box-sizing: border-box;
}

.parts-course-title {
  display: flex;
  justify-content: flex-end;
}

.parts-course-title-lead {
  font-weight: bold;
  margin-right: 10px;
}

.parts-course-fee>span {
  color: #B22222;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.parts-course-attention {
  text-align: right;
  font-size: 1.1rem;
  color: #666;
}

.price-link {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 100px;
  box-sizing: border-box;
  background: #1a1a1a;
  position: relative;
}

.price-link-text {
  width: 25%;
  height: auto;
  position: absolute;
  top: -10%;
  left: 5%;
}

.price-link-title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.price-link-title>img {
  width: 100px;
  margin-right: 20px;
}

.price-link-cols {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.price-link-cols>a {
  width: 32.5%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.price-link-cols>a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/common/bg-blk-twill.png');
  background-repeat: repeat;
  opacity: .2;
}

.price-link-cols>a:nth-of-type(1) {
  background: #846E50;
}

.price-link-cols>a:nth-of-type(2) {
  background: #06A5C9;
}

.price-link-cols>a:nth-of-type(3) {
  background: #06c755;
}

.price-link-cols>a>span {
  display: block;
  width: 70%;
  height: auto;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------------
  #ba
----------------------------------------------------*/
#ba {
  width: 100%;
  height: auto;
  padding: 100px 0;
  color: #f2f2f2;
  position: relative;
  box-sizing: border-box;
}

.ba {
  width: 90%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.ba-title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.ba-title>h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, .6);
}

.ba-title>img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: 0 auto 20px auto;
}

.ba-cols {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.ba-category {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  box-sizing: border-box;
  background: #000;
}

.ba-category:nth-of-type(n+2) {
  margin-top: 50px;
}

.ba-category-inner {
  width: 40%;
  height: auto;
}

.ba-profile {
  width: 80%;
  height: auto;
  padding: 25px 30px 20px 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .6);
}

.ba-profile-title {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #f2f2f2;
  color: #121111;
  position: absolute;
  top: -15px;
  left: 30px;
}

.ba-profile>ul {
  list-style: none;
}

.ba-profile>ul>li>i {
  margin-right: 5px;
}

.ba-category-img {
  width: 57.5%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ba-category-img-inner {
  width: 47%;
  height: auto;
}

.ba-category-arrow {
  width: 5%;
  height: 20px;
  margin: 5px 0;
  position: relative;
}

.ba-category-arrow span {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid #545454;
  border-bottom: 14px solid transparent;
  animation: blink 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.ba-link {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.ba-cols-link {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ba-cols-link>p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ba-cols-link>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 68px;
  line-height: 1.4;
  border: 1px solid #545454;
  border-image: linear-gradient(45deg, #846E50 0%, #DBD5CD 50%, #A0522D 100%);
  border-image-slice: 1;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}

.ba-cols-link:nth-of-type(2)>a {
  background: #fafafa;
}

.ba-cols-link>a>span {
  font-size: 1rem;
}

.ba-cols-link>a>svg {
  width: 8px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  fill: #fff;
}

.ba-cols-link:nth-of-type(2)>a>svg {
  fill: #1a1a1a;
}

.ba-cols-link>a>img {
  width: 67.5%;
  margin: 0 auto;
  padding-right: 8px;
  box-sizing: border-box;
}

/*----------------------------------------------------
 parallax
----------------------------------------------------*/
#parallax {
  width: 100%;
  height: auto;
  position: relative;
  background: #000;
  color: #f2f2f2;
}

#parallax::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 32.5%;
}

.parallax {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax>img {
  height: 100%;
  object-fit: cover;
  opacity: .4;
}

.parallax-title {
  width: 95%;
  max-width: 1024px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parallax-title-box {
  padding: 20px 40px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 2rem;
  border: 2px solid #fff;
  animation: flicker 3s infinite alternate;
  margin-bottom: 20px;
}

:root {
  --neon-text-color: #846E50;
  --neon-border-color: #08f;
}

.parallax-title-box>p::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.parallax-title-box>p::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.parallax-title-box>p:focus {
  outline: none;
}

@keyframes flicker {

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
    text-shadow:
      -0.2rem -0.2rem 1rem #545454,
      0.2rem 0.2rem 1rem #545454,
      0 0 2rem var(--neon-text-color),
      0 0 4rem var(--neon-text-color),
      0 0 6rem var(--neon-text-color),
      0 0 8rem var(--neon-text-color),
      0 0 10rem var(--neon-text-color);
    box-shadow:
      0 0 .25rem #545454,
      inset 0 0 .5rem #545454,
      0 0 1rem var(--neon-border-color),
      inset 0 0 1rem var(--neon-border-color),
      0 0 2rem var(--neon-border-color),
      inset 0 0 2rem var(--neon-border-color);
  }

  20%,
  24%,
  55% {
    text-shadow: none;
    box-shadow: none;
  }
}

.parallax-title-lead {
  font-size: 1.8rem;
}

.parallax-link {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.parallax-link>a {
  width: 33%;
  height: auto;
}

@media screen and (max-width:1560px) {
  .about {
    width: 90%;
  }
}

@media screen and (max-width:1360px) {}

@media screen and (max-width:1280px) {
  .feature {
    width: 80%;
  }

  .feature-lead>p br {
    display: none;
  }

  .check {
    right: -10%;
  }

  #parallax::after {
    padding-top: 45%;
  }
}

@media screen and (max-width:1100px) {
  .feature {
    width: 90%;
  }
}

@media screen and (max-width:1024px) {
  .top-mv-lead {
    font-size: 2rem;
  }

  /*--- #feature ---*/
  .feature-box {
    padding: 50px;
  }

  .feature-box-img {
    left: 0;
  }

  .feature-inner {
    width: 75%;
  }

  /*--- #price ---*/
  .coupon {
    width: 100%;
  }

  .price-box-wrap {
    width: 100%;
  }

  .price-box-wrap:nth-child(n+3) {
    margin-top: 30px
  }

  .price-box {
    flex-direction: row;
    justify-content: space-around;
  }

  #parts-epilation .price-box {
    padding: 20px 20px 40px 20px
  }

  .price-box-img,
  #parts-epilation .price-box-img {
    width: 45%;
  }

  .price-box-inner,
  #parts-epilation .price-box-inner {
    width: 45%;
  }

  .price-box {
    flex-direction: column;
    align-items: center;
    justify-content: initial;
    padding: 20px 20px 40px 20px;
  }

  .price-box-img {
    width: 65%;
  }

  .price-box-inner {
    width: 70%;
  }

  .price-link {
    padding: 50px;
  }

  .price-box {
    flex-direction: row;
    justify-content: space-around;
  }

  .price-box-img {
    width: 45%;
  }

  .price-box-inner {
    width: 45%;
  }

  .parts-price>dl>dt {
    width: 50%;
  }

  .parts-price>dl>dd {
    width: 50%;
  }

  /*--- #ba ---*/
  .ba-category {
    flex-direction: column;
  }

  .ba-category-inner {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .ba-profile {
    width: 35%;
  }

  .ba-category-inner-text {
    width: 55%;
  }

  .ba-category-img {
    width: 100%;
  }

  /*--- #parallax ---*/
  #parallax::after {
    padding-top: 65%;
  }
}

@media screen and (max-width:896px) {
  #top-mv::after {
    padding-top: 50%;
  }

  .top-mv-title {
    width: 40%;
  }

  .top-mv-lead {
    font-size: 1.8rem;
  }

  /*--- #feature ---*/
  .feature-title>img {
    max-width: 240px;
  }

  .feature-box {
    padding: 30px;
  }

  .feature-inner {
    width: 70%;
  }

  .feature-inner-text>p>br {
    display: none;
  }

  /*--- #price ---*/
  .coupon-lead>p {
    font-size: 1.8rem;
  }

  #parts-epilation .price-box {
    flex-direction: column;
  }

  #parts-epilation .price-box-inner {
    width: 70%;
  }

  .price-title>img {
    max-width: 180px;
  }

  .coupon-sp {
    display: flex;
  }

  .coupon-pc {
    display: none;
  }

  .coupon-category {
    width: 48.5%;
  }

  .coupon-category:nth-of-type(n+3) {
    margin-top: 30px;
  }

  .coupon-link>a {
    margin: 0 auto;
  }

  #parts-epilation .price-box-inner {
    width: 80%;
  }

  /*--- #parallax ---*/
  .parallax-title {
    width: 90%;
  }

  .parallax-link {
    width: 100%;
  }
}

@media screen and (max-width:786px) {
  .feature-lead-img {
    width: 110px;
    height: 110px;
  }

  .feature-lead>p {
    width: calc(100% - 130px);
  }

  /*--- #ba ---*/
  .ba-title>img {
    max-width: 200px;
  }

  .ba-category-inner {
    flex-direction: column;
  }

  .ba-profile {
    width: 55%;
  }

  .ba-category-inner-text {
    width: 100%;
    margin-bottom: 30px;
  }

  /*--- #parallax ---*/
  #parallax::after {
    padding-top: 80%;
  }
}

@media screen and (max-width:680px) {
  .feature-inner {
    width: 100%;
  }

  .feature-inner-title {
    justify-content: center;
  }

  .feature-inner-title-cols {
    width: auto;
  }

  .feature-inner-cols {
    width: 100%;
    height: auto;
    position: relative;
  }

  .feature-box-img-sp {
    display: block;
    width: 30%;
    height: auto;
    position: absolute;
    left: -30px;
    bottom: -30px;
  }

  .feature-inner-cols-box {
    width: 70%;
    margin-left: auto;
  }

  .feature-box-img {
    display: none;
  }

  .check {
    right: 2.5%;
    background: #121212;
    padding: 0 8px;
  }

  /*--- #price ---*/
  .price-lead-wrap {
    margin-bottom: 10px;
  }

  .price-lead-wrap-img {
    width: 80px;
    margin-right: 20px;
  }

  .price-lead-main {
    line-height: 1.6;
  }

  .price-lead-main br {
    display: block;
  }

  .price-lead-sub2 {
    font-size: 1.2rem;
  }

  .price-pc {
    display: none;
  }

  .price-sp {
    display: block;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
    border: 1px solid #ccc;
  }

  .coupon-title>img {
    width: 60px;
  }

  .price-link-cols {
    flex-wrap: wrap;
  }

  .price-link-cols>a {
    width: 100%;
  }

  .price-link-cols>a:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .price-link-cols>a>span {
    width: 60%;
  }

  .price-link-text {
    width: 40%;
    top: -5%
  }

  .coupon-category {
    width: 100%;
  }

  .coupon-category:nth-of-type(n+2) {
    margin-top: 30px;
  }

  /*---ba---*/
  .ba-link {
    width: 65%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .ba-cols-link {
    width: 100%;
    max-width: initial;
    margin: 0;
  }

  .ba-cols-link:nth-of-type(n+2) {
    margin-top: 14px;
  }

  /*--- #parallax ---*/
  #parallax::after {
    padding-top: 120%;
  }

  .parallax-link {
    width: 70%;
    flex-direction: column;
  }

  .parallax-link>a {
    width: 100%;
  }

  .parallax-link>a:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

@media screen and (max-width:480px) {
  #heading {
    top: calc(var(--vh, 1vh) * 30);
  }

  #main-img {
    height: calc(var(--vh, 1vh) * 35);
  }

  .main-img-title>img {
    height: 40px;
  }

  .main-img-title>h2 {
    color: #909090;
  }

  #top-mv::after {
    padding-top: 120%;
  }

  .top-mv-title {
    width: 90%;
    top: 62.5%;
    left: 5%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .top-mv-title>h2 {
    width: 85%;
    margin-bottom: 10px;
  }

  .top-mv-lead {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
  }

  .top-mv_laurel {
    justify-content: center;
  }

  /*--- #tab ---*/
  #tab {
    display: block;
  }

  .tab>ul>li {
    width: 50%;
  }

  .tab>ul>li:nth-of-type(3) {
    border-left: none;
  }

  .tab>ul>li>a {
    background: #000;
  }

  /*--- #feature ---*/
  .feature-title>img {
    margin-bottom: 10px;
  }

  .feature-title,
  .price-title {
    margin-bottom: 20px;
  }

  .feature-title>img {
    width: 50%;
  }

  .feature-title>h2,
  .price-title>h2,
  .ba-title>h2 {
    font-size: 1rem;
  }

  .feature-lead-img {
    display: none;
  }

  .feature-lead>p {
    width: 100%;
    font-size: 1.2rem;
  }

  .feature-arrow {
    height: 14px;
    margin: 0 auto;
  }

  .feature-arrow span {
    width: 14px;
    height: 14px;
    border-top: 14px solid #545454;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }

  .feature-lead {
    width: 90%;
    margin: 20px auto 40px auto;
  }

  .feature-inner-title>img {
    width: 70px;
  }

  .feature-inner-title-cols>h3 {
    font-size: 2.8rem;
  }

  .feature-inner-title-cols>p {
    font-size: 1rem;
  }

  .feature-inner-cols-box {
    width: 100%;
  }

  .feature-inner-text {
    font-size: 1.3rem;
  }

  .feature-inner-attention {
    width: 72.5%;
    margin-left: auto;
  }

  .feature-inner-attention>p {
    font-size: 1rem;
  }

  .check {
    bottom: -8%;
  }

  /*--- #price ---*/
  .pc-price-laurel {
    display: none;
  }

  .sp-price-laurel {
    display: block;
  }

  .price-laurel {
    width: 68px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }

  .price-title>img {
    width: 45%;
    max-width: initial;
    margin-bottom: 10px;
  }

  .price-box {
    position: relative;
  }

  .coupon-title {
    margin-bottom: 20px;
  }

  .coupon-category {
    width: 100%;
  }

  .coupon-category:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .coupon-link>a {
    width: 100%;
  }

  .price-lead-sub {
    font-size: 1.2rem;
  }

  .price-lead-main {
    font-size: 1.8rem;
  }

  .price-lead-main-box {
    font-size: 3rem;
  }

  .coupon-title-inner>h3 {
    font-size: 1.6rem;
  }

  .coupon-title-inner>p {
    font-size: 1.1rem;
  }

  .price-box-wrap {
    width: 100%;
  }

  .price-box-title>img {
    width: 26px;
    margin-right: 6px;
  }

  .price-box {
    flex-direction: column;
  }

  .price-box-title-inner {
    text-align: center;
  }

  .price-box-title h3 {
    font-size: 1.8rem;
  }

  .price-box-title h3>span {
    font-size: 1.4rem;
  }

  .price-box-img,
  #parts-epilation .price-box-img {
    width: 85%;
  }

  .price-box-inner,
  #parts-epilation .price-box-inner {
    width: 95%;
  }

  .parts-price>dl {
    flex-wrap: wrap;
    align-items: center;
  }

  .parts-pc {
    display: none;
  }

  .parts-price>dl>dt:nth-of-type(n+2),
  .parts-price>dl>dd:nth-of-type(n+2) {
    border-top: none;
  }

  .parts-price>dl>dd:nth-child(2n) {
    justify-content: baseline;
  }

  .parts-price>dl>dd:nth-child(3n) {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }

  .parts-price>dl>dd:nth-child(3n) .parts-course {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .price-link {
    width: 100%;
    padding: 30px;
  }

  .price-link-title {
    flex-direction: column;
  }

  .price-link-title>img {
    margin-bottom: 10px;
  }

  .price-link-title-inner {
    width: 100%;
    font-size: 1.3rem;
  }

  .price-link-text {
    width: 45%;
    top: -3%;
  }

  .price-link-cols>a>span {
    width: 72.5%;
  }

  .ba-title {
    margin-bottom: 30px;
  }

  .ba-title>img {
    width: 50%;
    max-width: initial;
    margin-bottom: 10px;
  }

  .ba-category {
    padding: 30px;
  }

  .ba-profile {
    width: 100%;
  }

  .ba-category-inner-text {
    font-size: 1.2rem;
  }

  .ba-category-img {
    flex-direction: column;
    align-items: center;
  }

  .ba-category-img-inner {
    width: 100%;
  }

  .ba-category-arrow {
    transform: rotate(90deg);
    margin-top: 10px;
  }

  .ba-link {
    width: 90%;
  }

  .ba-cols-link {
    max-width: initial;
    margin: 0 auto;
  }

  /*--- #parallax ---*/
  #parallax {
    padding: 100px 0;
  }

  #parallax::after {
    display: none;
  }

  .parallax-title {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }

  .parallax-title-box {
    font-size: 1.4rem;
  }

  .parallax-title-lead {
    font-size: 1.4rem;
  }

  .parallax-link {
    width: 100%;
  }
}