/*===============================

	index style

================================*/
/**
 * about
 */
.p-about {
  margin-top: 116px;
}
@media screen and (min-width: 768px) {
  .p-about {
    margin-top: 45px;
  }
}

.p-about__container {
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    display: flex;
    padding: 0;
  }
}
.p-about__container::before {
  position: absolute;
  top: -45.2px;
  right: 0;
  width: 324.64px;
  height: 148.72px;
  content: "";
  background-image: url("/assets/images/index/about_text.svg");
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-about__container::before {
    width: 1115.94px;
    max-width: 100%;
    height: 109.76px;
    background-image: url("/assets/images/index/about_text_md.svg");
  }
}

.p-about__img {
  width: calc(100% - 5px);
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    width: calc(50% + 80px);
    height: 550px;
    margin-left: 0;
  }
}

.p-about__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-about__block {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-about__block {
    width: calc(50% - 80px);
    padding: 119px 6.25% 0 3.4722222222%;
    margin-top: 0;
  }
}

.p-about__heading {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7273;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-about__heading {
    font-size: 24px;
  }
}

.p-about__body {
  margin-top: 17px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about__body {
    margin-top: 20px;
  }
}

.p-about__link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__link {
    margin-top: 50px;
    text-align: left;
  }
}

/**
 * instagram
 */
.p-instagram__container {
  padding: 65px 20px 70px;
}
@media screen and (min-width: 768px) {
  .p-instagram__container {
    max-width: 1340px;
    padding: 104px 6.25% 107px;
    margin: 0 auto;
  }
}

.p-instagram__heading {
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .p-instagram__heading img {
    width: 32px;
  }
}

.p-instagram__heading span {
  display: block;
  margin-top: 12px;
  font-family: var(--font-cinzel);
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-instagram__heading span {
    font-size: 40px;
  }
}

.p-instagram__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .p-instagram__list {
    margin-top: 73px;
  }
}

.p-instagram__list-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-instagram__list-item {
    width: 20%;
  }
}
.p-instagram__list-item:nth-child(n+7) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-instagram__list-item:nth-child(n+7) {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-instagram__list-link {
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .p-instagram__list-link:hover {
    opacity: 0.85;
  }
}

.p-instagram__list-link img {
  width: 100%;
}

/**
 * menu
 */
.p-menu {
  background-image: url("/assets/images/index/menu_bg.jpg");
  background-position: 50% 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-menu {
    background-image: url("/assets/images/index/menu_bg_md.jpg");
  }
}

.p-menu__container {
  padding: 56px 20px 70px;
}
@media screen and (min-width: 768px) {
  .p-menu__container {
    max-width: 1340px;
    padding: 105px 6.25% 120px;
    margin: 0 auto;
  }
}

.p-menu__heading {
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-menu__heading .en {
  display: block;
  font-family: var(--font-cinzel);
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-menu__heading .en {
    font-size: 40px;
  }
}

.p-menu__heading .ja {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-menu__heading .ja {
    margin-top: 8px;
    font-size: 18px;
  }
}

.p-menu__content {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p-menu__content {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__tab {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-menu__tab-list {
  display: flex;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .p-menu__tab-list {
    margin: 0 -15px;
  }
}

.p-menu__tab-item {
  width: 33.3333333333%;
  height: 70px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-menu__tab-item {
    padding: 0 15px;
  }
}

.p-menu__tab-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.3333;
  color: #fff;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-menu__tab-button {
    font-size: 20px;
    transition: background-color 0.2s;
  }
}
.p-menu__tab-button.is-active, .p-menu__tab-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.p-menu__tab-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-menu__tab-content {
    margin-top: 80px;
  }
}

.p-menu__item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}
.p-menu__item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.p-menu__banner {
  display: block;
  padding: 35px 25px;
  margin-bottom: 50px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-menu__banner {
    display: flex;
    align-items: center;
    padding: 40px 80px;
    margin-bottom: 80px;
  }
}
.p-menu__banner.-epilation {
  background-image: url("/assets/images/index/menu_epilation_banner.jpg");
}
@media screen and (min-width: 768px) {
  .p-menu__banner.-epilation {
    background-image: url("/assets/images/index/menu_epilation_banner_md.jpg");
  }
}
.p-menu__banner.-facial {
  background-image: url("/assets/images/index/menu_facial_banner.jpg");
}
@media screen and (min-width: 768px) {
  .p-menu__banner.-facial {
    background-image: url("/assets/images/index/menu_facial_banner_md.jpg");
  }
}
.p-menu__banner.-body {
  background-image: url("/assets/images/index/menu_body_banner.jpg");
}
@media screen and (min-width: 768px) {
  .p-menu__banner.-body {
    background-image: url("/assets/images/index/menu_body_banner_md.jpg");
  }
}

.p-menu__banner-icon {
  text-align: center;
}
.p-menu__banner-icon img {
  width: 104px;
}
@media screen and (min-width: 768px) {
  .p-menu__banner-icon img {
    width: 200px;
  }
}

.p-menu__banner-block {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-menu__banner-block {
    margin-top: 0;
    margin-left: 80px;
  }
}

.p-menu__banner-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-menu__banner-title {
    font-size: 30px;
  }
}

.p-menu__banner-text {
  margin-top: 15px;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-menu__banner-text {
    font-size: 16px;
  }
}

.p-menu__inner {
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(16, 16, 16, 0.5);
}
@media screen and (min-width: 768px) {
  .p-menu__inner {
    display: flex;
  }
}
.p-menu__inner:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-menu__inner:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__inner:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.p-menu__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu__img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-menu__block {
  padding: 30px 30px 40px;
}
@media screen and (min-width: 768px) {
  .p-menu__block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 50px 5.1724137931%;
  }
}

.p-menu__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-menu__title {
    font-size: 30px;
    text-align: left;
  }
}

.p-menu__body {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-menu__body {
    margin-top: 15px;
  }
}

.p-menu__price {
  margin-top: 6px;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu__price {
    margin-top: 13px;
    font-size: 14px;
    text-align: left;
  }
}

.p-menu__price .price {
  margin: 0 3px 0 10px;
}

.p-menu__price .yen {
  margin-right: 2px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-menu__price .yen {
    font-size: 20px;
  }
}

.p-menu__price .number {
  font-family: var(--font-cinzel);
  font-size: 36px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-menu__price .number {
    font-size: 40px;
  }
}

.p-menu__link {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-menu__link {
    margin-top: 28px;
    text-align: left;
  }
}

/**
 * movie
 */
.p-movie {
  position: relative;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .p-movie {
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .p-movie__link {
    position: relative;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-movie__link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(15, 15, 15, 0.2);
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .p-movie__link:hover::before {
    opacity: 1;
  }
}

.p-movie__thumb img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-movie__thumb img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-movie__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-movie__arrow {
    width: 100px;
    height: 100px;
  }
}

/**
 * mv
 */
@media screen and (min-width: 768px) {
  .p-mv {
    padding: 110px 6.25%;
  }
}

.p-mv__container {
  position: relative;
}

.p-mv__img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    height: calc(100vh - 220px);
  }
}

.p-mv__block {
  position: absolute;
  bottom: 56px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-mv__block {
    bottom: 106px;
    left: 7.1428571429%;
  }
}

.mv__award {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .mv__award {
    width: 116px;
  }
}

.p-mv__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
  height: 42px;
  margin-top: 25px;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    width: 280px;
    height: 50px;
    margin-top: 30px;
    font-size: 20px;
  }
}
.p-mv__text::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-mv__text::before {
    top: 6px;
    left: 6px;
  }
}

.p-mv__text span {
  padding-top: 3px;
  margin-left: 4px;
}

.p-mv__heading {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.75;
  text-shadow: 0 0 10px rgba(16, 16, 16, 0.2);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-mv__heading {
    margin-top: 40px;
    font-size: 34px;
    line-height: 1.8235;
  }
}

.p-mv__scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll {
    position: absolute;
    bottom: 110px;
    left: 2.3611111111%;
    display: block;
    padding-top: 85px;
    writing-mode: vertical-rl;
    transform: scale(-1);
  }
}
@media screen and (min-width: 768px) {
  .p-mv__scroll::before, .p-mv__scroll::after {
    position: absolute;
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .p-mv__scroll::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 70px;
    margin-left: -1px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-mv__scroll::after {
    top: 68px;
    left: 6.5px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    animation: cirle 1.8s ease-in-out infinite;
  }
}

@keyframes cirle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    top: -3px;
    opacity: 0;
  }
}
/**
 * strongpoint
 */
.p-strongpoint {
  background-color: #1c2024;
  background-image: url("/assets/images/index/strongpoint_bg.png");
  background-repeat: repeat;
  background-size: 600px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint {
    padding: 120px 6.25%;
    background-size: 800px;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__container {
    border: 1px solid #fff;
  }
}

.p-strongpoint__inner {
  padding: 57px 20px 60px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__inner {
    max-width: 1340px;
    padding: 84px 7.1428571429% 100px;
    margin: 0 auto;
  }
}

.p-strongpoint__heading {
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
}

.p-strongpoint__heading .en {
  display: block;
  font-family: var(--font-cinzel);
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__heading .en {
    font-size: 40px;
  }
}

.p-strongpoint__heading .ja {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__heading .ja {
    margin-top: 8px;
    font-size: 18px;
  }
}

.p-strongpoint__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__content {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-strongpoint__item:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__item:nth-child(n+2) {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-strongpoint__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.p-strongpoint__img {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__img {
    width: calc(50% - 40px);
    margin: 0;
  }
}

.p-strongpoint__img img {
  width: 100%;
}

.p-strongpoint__block {
  margin-top: 40px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__block {
    width: calc(50% - 20px);
    margin-top: -5px;
  }
}

.p-strongpoint__sub {
  font-family: var(--font-cinzel);
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__sub {
    font-size: 18px;
  }
}

.p-strongpoint__title {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7273;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__title {
    margin-top: 18px;
    font-size: 30px;
  }
}

.p-strongpoint__body {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__body {
    margin-top: 20px;
  }
}

.p-strongpoint__link {
  margin-top: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__link {
    margin-top: 43px;
    text-align: left;
  }
}