@charset "UTF-8";
/*============================
mixin_keyframes
============================*/
/*============================
サブセットフォント
============================*/
@font-face {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Cormorant-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lusitana";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Lusitana-Regular.woff2") format("woff2");
  font-display: swap;
}
/*============================
リキッドレイアウト対応
============================*/
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0309278351vw;
  }
}
@media (min-width: 1552px) {
  html {
    font-size: 16px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  color: #444444;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 500;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  counter-reset: number 0;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*============================
ホバー
============================*/
a {
  text-decoration: none;
  color: inherit;
}

/*============================
文字装飾
============================*/
/*=====太字=====*/
.strong {
  color: #000000;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

/*=====一行空ける=====*/
.contents__blank {
  display: block;
  padding: 8px 0;
  padding: 0.5rem 0;
}

/*=====spのみ改行=====*/
@media screen and (min-width: 768px) {
  .for-sp-new-line {
    display: none;
  }
}

/*=====PCのみ改行=====*/
.pcNewLine {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcNewLine {
    display: block;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  height: 100%;
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  height: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*============================
.l-about
============================*/
.l-about {
  margin-top: 96.61px;
  margin-top: 6.038125rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 18.4375rem;
  }
}

/*============================
l-access
============================*/
.l-access {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-access {
    margin-top: 12.5rem;
  }
}

/*============================
l-contact
============================*/
.l-contact {
  margin-top: 129px;
  margin-top: 8.0625rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    position: static;
    position: initial;
    margin-top: 11.4375rem;
  }
}

/*============================
l-footer
============================*/
.l-footer {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2.5rem;
    margin-top: 12.5rem;
  }
}

/*============================
.inner
============================*/
.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1602px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner--sm {
    max-width: 850px;
  }
}

/*============================
l-instagram
============================*/
.l-instagram {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-instagram {
    margin-top: 10.5rem;
  }
}

/*============================
.l-about
============================*/
.l-menu {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-menu {
    margin-top: 22.5rem;
  }
}

/*============================
c-arrowBtn
============================*/
.c-arrowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 14px;
  gap: 0 0.875rem;
  cursor: pointer;
  min-width: 228px;
  min-width: 14.25rem;
  max-width: 100%;
  padding: 12px 6px 12px 33px;
  padding: 0.75rem 0.375rem 0.75rem 2.0625rem;
  background-color: #7BCCCF;
  color: #FFFFFF;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-arrowBtn > span {
  position: relative;
  display: block;
  width: 15px;
}

.c-arrowBtn > span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}

.c-arrowBtn > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 4px;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-arrowBtn:hover,
.c-arrowBtn:focus {
  background-color: #DEA369;
}

/*============================
btn
============================*/
.c-btn {
  display: inline-block;
  width: 100%;
  min-width: 239px;
  min-width: 14.9375rem;
  padding: 18px 16px;
  padding: 1.125rem 1rem;
  background-color: #FFFFFF;
  color: #7BCCCF;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-btn {
    max-width: 100%;
    min-width: 14.9375rem;
  }
}

.c-btn--corner {
  background-color: #7BCCCF;
  color: white;
  position: relative;
}

.c-btn--corner::before {
  content: "";
  position: absolute;
  z-index: 5;
  display: inline-block;
  background: url(../images/c-btn_corner.svg) no-repeat center;
  background-size: cover;
}

.c-btn--corner {
  padding: 0;
  background-color: transparent;
  color: #000;
  color: initial;
}
@media screen and (min-width: 768px) {
  .c-btn--corner {
    width: 25.375rem;
  }
}

.c-btn--corner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================
c-instagram-btn
============================*/
.c-instagram-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-instagram-btn::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/common/instagram-logo.svg) no-repeat;
  background-size: contain;
}

/*============================
c-laegeBtn
============================*/
.c-laegeBtn {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 100%;
  padding: 21px 26px;
  padding: 1.3125rem 1.625rem;
  background-color: transparent;
  border: 1px solid #CC8636;
  color: #CC8636;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-laegeBtn {
    padding: 2rem 1rem;
    font-size: 0.9375rem;
  }
}

.c-laegeBtn:hover {
  color: #FFFFFF;
}

.c-laegeBtn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 0;
  background: #CC8636;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-laegeBtn:hover:before {
  height: 50%;
}

.c-laegeBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 0;
  background: #CC8636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-laegeBtn:hover:after {
  height: 50%;
}

/*============================
logo
============================*/
.c-logo {
  display: inline-block;
  width: 100%;
}

.c-logo__img {
  width: 100%;
  height: 100%;
}

.c-logo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============================
c-sidelineTitle
============================*/
.c-sidelineTitle {
  width: 221px;
  width: 13.8125rem;
  height: 30px;
  height: 1.875rem;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .c-sidelineTitle {
    width: 22rem;
    height: 3rem;
  }
}

.c-sidelineTitle--right {
  margin: 0 0 0 auto;
}

.c-sidelineTitle__img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.c-sidelineTitle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============================
c-title
============================*/
.c-title {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.c-title__img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.c-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*============================
.p-about
============================*/
.p-about__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0 4.3125rem;
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1343px;
  }
}

@media screen and (min-width: 768px) {
  .p-about__unit {
    width: 46.713070379%;
  }
}

.p-about__sectionHeader {
  width: 120px;
  width: 7.5rem;
  height: 78px;
  height: 4.875rem;
}

.p-about__contents {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.p-about__text {
  line-height: 2;
  letter-spacing: 0.11em;
}

.p-about__text span {
  display: block;
  padding: 16px 0;
  padding: 1rem 0;
}

.p-about__img {
  margin-top: 51px;
  margin-top: 3.1875rem;
  width: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 689/511;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    margin-top: 0rem;
    max-width: 43.0625rem;
  }
}

.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*============================
p-access
============================*/
.p-access__inner {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-access__inner {
    display: inline-block;
  }
}

.p-access__info {
  position: relative;
  padding: 50px 67px;
  padding: 3.125rem 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    padding: 3.125rem 4.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__inner {
    padding: 3.125rem 3.125rem 9.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-access__sectionHeader {
  width: 127px;
  width: 7.9375rem;
  height: 81px;
  height: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-access__sectionHeader {
    width: 12.75rem;
    height: 6.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access__info {
    max-width: 48.5rem;
    width: 100%;
  }
}

.p-access__info::after {
  position: absolute;
  z-index: -5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(123, 204, 207, .9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.9;
}

.p-access__info::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*　WebP対応の場合　*/
.webp .p-access__info::before {
  background-image: url(../images/webp/p-access_bg@2x.webp);
}

/*　WebP非対応の場合　*/
.no-webp .p-access__info::before {
  background-image: url(../images/p-access_bg@2x.jpg);
}

.p-access__adress-item {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.21875;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-access__adress-item {
    font-size: 2rem;
  }
}

.p-access__adress-description {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: 700;
  line-height: 1.458333;
}
@media screen and (min-width: 768px) {
  .p-access__adress-description {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-access__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-access__list {
    margin-top: 2.0625rem;
  }
}

.p-access__list:first-of-type {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-access__list:first-of-type {
    margin-top: 2.6875rem;
  }
}

.p-access__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-access__item {
    font-size: 1.125rem;
  }
}

.p-access__description {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-access__description {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    line-height: 1.4666666;
  }
}

.p-access__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__btn {
    margin-top: 3.4375rem;
  }
}

.p-access__map {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    display: block;
  }
}

.p-access__mapImg {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-access__mapImg {
    max-width: 48.5rem;
    height: 100%;
  }
}

.p-access__mapImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

/*============================
p-bg
============================*/
.p-bg {
  position: relative;
}

.p-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -20;
  top: -310px;
  top: -19.375rem;
  left: 0;
  background: #ECF2F0;
  width: 100%;
  height: 1335px;
  height: 83.4375rem;
}
@media screen and (min-width: 768px) {
  .p-bg::before {
    top: -20rem;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ECF2F0), color-stop(57.60406%, #ECF2F0), color-stop(57.60406%, transparent), to(transparent));
    background: linear-gradient(90deg, #ECF2F0 0%, #ECF2F0 57.60406%, transparent 57.60406%, transparent 100%);
    height: 44.875rem;
  }
}

/*============================
p-body
============================*/
.p-body {
  margin-top: 112px;
  margin-top: 7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-body {
    margin-top: 35.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-body__unit {
    margin-right: 9.8958333333%;
  }
}

.p-body::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -50;
  bottom: -5%;
  right: 0;
  width: 100%;
  padding-bottom: 720px;
  padding-bottom: 45rem;
  margin-top: 0;
  margin-bottom: 146px;
  margin-bottom: 9.125rem;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(16.7%, transparent), color-stop(16.7%, #E0DAD4), to(#E0DAD4));
  background: linear-gradient(90deg, transparent 0%, transparent 16.7%, #E0DAD4 16.7%, #E0DAD4 100%);
}
@media screen and (min-width: 768px) {
  .p-body::before {
    margin-top: 7.125rem;
    bottom: calc(50% - 27.25rem);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(36.7%, transparent), color-stop(36.7%, #E0DAD4), to(#E0DAD4));
    background: linear-gradient(90deg, transparent 0%, transparent 36.7%, #E0DAD4 36.7%, #E0DAD4 100%);
    margin-bottom: 8.5625rem;
    padding-bottom: 45rem;
  }
}

/*=====女性=====*/
.p-body::after {
  content: "";
  position: absolute;
  top: 13px;
  top: 0.8125rem;
  left: 0;
  z-index: -5;
  margin-top: 59px;
  margin-top: 3.6875rem;
  display: block;
  overflow: hidden;
  width: 79.8941798942%;
  aspect-ratio: 302/156;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-body::after {
    z-index: -10;
    top: calc(50% - 39.25rem);
    left: calc(50% - 30rem);
    margin-top: 2.125rem;
    width: 36.875%;
    aspect-ratio: 708/513;
  }
}

/*　WebP対応の場合　*/
.webp .p-body::after {
  background-image: url(../images/webp/p-body__bottom@2x.webp);
}

/*　WebP非対応の場合　*/
.no-webp .p-body::after {
  background-image: url(../images/p-body__bottom@2x.jpg);
}

.p-body__header {
  margin: 0 auto 0 0;
  padding: 0 28px;
  padding: 0 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-body__header {
    padding: 1.6875rem 1.75rem;
  }
}

.p-body__contents {
  position: relative;
  padding: 34px 19px 48px;
  padding: 2.125rem 1.1875rem 3rem;
  margin-top: 196px;
  margin-top: 12.25rem;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-body__contents {
    width: 42.8125%;
    margin: 1rem 0 0 auto;
    padding: 2.54875rem 5.4375rem 4.25rem 5.4375rem;
  }
}

.p-body__contents::before {
  content: "";
  position: absolute;
  z-index: -3;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*　WebP対応の場合　*/
.webp .p-body__contents::before {
  background-image: url(../images/webp/p-nail_bg.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .webp .p-body__contents::before {
    background-image: url(../images/webp/p-nail_bg@2x.webp);
  }
}
@media screen and (min-width: 768px) {
  .webp .p-body__contents::before {
    background-image: url(../images/webp/p-nail_bg_pc.webp);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .webp .p-body__contents::before {
    background-image: url(../images/webp/p-nail_bg_pc@2x.webp);
  }
}

/*　WebP非対応の場合　*/
.no-webp .p-body__contents::before {
  background-image: url(../images/p-nail_bg.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .no-webp .p-body__contents::before {
    background-image: url(../images/p-nail_bg@2x.jpg);
  }
}
@media screen and (min-width: 768px) {
  .no-webp .p-body__contents::before {
    background-image: url(../images/p-nail_bg_pc.jpg);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .p-body__contents::before {
    background-image: url(../images/p-nail_bg_pc@2x.jpg);
  }
}

.p-body__contents::after {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .p-body__contents::after {
    bottom: calc(50% - 5.25rem);
    left: calc(50% - 66rem);
    display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 23.75rem;
    aspect-ratio: 380/298;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

/*　WebP対応の場合　*/
.webp .p-body__contents::after {
  background-image: url(../images/webp/p-body_left@2x.webp);
}

/*　WebP非対応の場合　*/
.no-webp .p-body__contents::after {
  background-image: url(../images/p-body_left@2x.jpg);
}

.p-body__pliceLists {
  display: block;
}

.p-body__pliceList:not(:last-of-type) {
  padding-bottom: 25.92px;
  padding-bottom: 1.62rem;
  border-bottom: 1px dashed #ACA9A6;
}

.p-body__pliceList + .p-body__pliceList {
  margin-top: 36.52px;
  margin-top: 2.2825rem;
}

.p-body__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-body__item {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  color: #000000;
}

.p-body__price {
  color: #000000;
  margin-top: 10.2px;
  margin-top: 0.6375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: 0.11em;
}

.p-body__price span {
  font-family: "Times New Roman", "Lusitana", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.15;
  font-weight: 400;
}

.p-body__text {
  margin-top: 23.26px;
  margin-top: 1.45375rem;
}

.p-body__description {
  margin-top: 44px;
  margin-top: 2.75rem;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
  border: 1px solid #C1B09F;
}
@media screen and (min-width: 768px) {
  .p-body__description {
    margin-top: 1.0625rem;
    padding: 0.9375rem 2.75rem;
  }
}

.p-body__descriptionText {
  line-height: 2;
  letter-spacing: 0.11em;
  font-size: 11.2px;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-body__descriptionText {
    text-align: center;
  }
}

.p-body__descriptionText br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-body__descriptionText br {
    display: block;
  }
}
@media screen and (min-width: 1093px) {
  .p-body__descriptionText br {
    display: none;
  }
}

/*============================
p-contact
============================*/
.p-contact {
  position: relative;
}

.p-contact__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1439px;
  }
}

.p-contact__inner--pc {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-contact__inner--pc {
    display: block;
  }
}

.p-contact__btnUnit {
  text-align: center;
}

.p-contact__btnUnit + .p-contact__btnUnit {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btnUnit + .p-contact__btnUnit {
    margin: 0;
  }
}

.p-contact__headerIimg {
  width: 100%;
  aspect-ratio: 374/271;
}
@media screen and (min-width: 768px) {
  .p-contact__headerIimg {
    width: 100%;
    aspect-ratio: 1390/574;
  }
}

.p-contact__headerIimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact__unit {
  padding: 0;
}
.p-contact__sectionHeader {
  width: 247px;
  width: 15.4375rem;
  height: 78px;
  height: 4.875rem;
  margin: 0 auto;
}

.p-contact__contents {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    max-width: 73.75rem;
    gap: 10.25rem;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 0.4375rem;
  }
}

.p-contact__btnDescription {
  font-size: 14.4px;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-contact__btnDescription {
    margin-top: 0.4375rem;
  }
}

.p-contact__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px 0px;
  gap: 3.125rem 0rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__images {
    margin-top: 10.3125rem;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    gap: 0rem 3.125rem;
  }
}

.p-contact__img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 439/389;
}
@media screen and (min-width: 768px) {
  .p-contact__img {
    height: 100%;
    width: calc(33.3% - 2.08333rem);
    max-width: 100%;
  }
}

.p-contact__img:nth-of-type(2n) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img:nth-of-type(2n) {
    margin-top: 6.25rem;
  }
}

.p-contact__img:nth-of-type(2n+1) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img:nth-of-type(2n+1) {
    margin-top: 0;
    margin-bottom: 6.25rem;
  }
}

.p-contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact__box {
  position: relative;
  padding: 30px;
  padding: 1.875rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(176, 186, 186, .44);
          box-shadow: 0px 0px 20px rgba(176, 186, 186, .44);
  top: -96px;
  top: -6rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    max-width: 73.75rem;
    padding: 3.125rem 6.375rem 4.1875rem;
    margin: 0 auto;
  }
}

/*============================
p-drawer-menu
============================*/
.p-drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/p-nail_bg@2x.jpg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-drawer-menu__unit {
  width: 187px;
  width: 11.6875rem;
  margin: 162px auto 50px;
  margin: 10.125rem auto 3.125rem;
}

.p-drawer-menu__items {
  opacity: 0;
  width: 100%;
}

.p-drawer-menu__item {
  list-style: none;
  text-align: center;
}

.p-drawer-menu__item a {
  display: block;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-transform: capitalize;
}
.p-drawer-menu__item a:hover, .p-drawer-menu__item a:focus {
  opacity: 0.8;
}

.p-drawer-menu__btns {
  margin-top: 112px;
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 0;
  gap: 1.875rem 0;
}

/*======== drawer actived==========*/
.js-drawer-menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadein 0.3s forwards;
          animation: fadein 0.3s forwards;
}

.p-drawer-menu.open .p-drawer-menu__items {
  opacity: 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*============================
    p-fnav
============================*/
.p-fnav {
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.p-fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-fnav__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-fnav__item a {
  display: block;
  width: 100%;
  padding: 12.5px 0;
  padding: 0.78125rem 0;
  text-transform: capitalize;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-fnav__item a {
    padding: 0 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fnav__item:last-child a {
    padding-right: 0;
  }
}

/*============================
    footer
============================*/
.p-footer {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.125rem;
    padding-bottom: 4rem;
  }
}

.p-footer::before {
  content: "";
  position: absolute;
  z-index: -50;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*　WebP対応の場合　*/
.webp .p-footer::before {
  background-image: url(../images/webp/p-footer_bg.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .webp .p-footer::before {
    background-image: url(../images/webp/p-footer_bg_pc@2x.webp);
  }
}
@media screen and (min-width: 768px) {
  .webp .p-footer::before {
    background-image: url(../images/webp/p-footer_bg_pc.webp);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .webp .p-footer::before {
    background-image: url(../images/webp/p-footer_bg_pc@2x.webp);
  }
}

/*　WebP非対応の場合　*/
.no-webp .p-footer::before {
  background-image: url(../images/p-footer_bg.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .no-webp .p-footer::before {
    background-image: url(../images/p-footer_bg@2x.jpg);
  }
}
@media screen and (min-width: 768px) {
  .no-webp .p-footer::before {
    background-image: url(../images/p-footer_bg_pc.jpg);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .p-footer::before {
    background-image: url(../images/p-footer_bg_pc@2x.jpg);
  }
}

.p-footer::after {
  content: " ";
  position: absolute;
  z-index: -30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.37;
}

.p-footer__inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 95.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__info {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    width: 100%;
  }
}

.p-footer__logo {
  margin-right: auto;
  width: 116px;
  width: 7.25rem;
  aspect-ratio: 116/59.2;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 9.7275rem;
    aspect-ratio: 155.64/78.74;
  }
}

.p-footer__infoUnit {
  margin-top: 39.5px;
  margin-top: 2.46875rem;
}

.p-footer__infomessage + span {
  display: inline-block;
  height: 51px;
  height: 3.1875rem;
}

.p-footer__infoName {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__infoName {
    margin-top: 1.5rem;
  }
}

.p-footer__infoTime {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-footer__fnav {
  margin-top: 49px;
  margin-top: 3.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__fnav {
    max-width: 73.625rem;
    width: 100%;
    margin-top: 0rem;
  }
}

.p-footer__copyright {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 7.9375rem;
  }
}

.p-footer__copyright small {
  display: block;
}

/* 20230203追記 */
.p-footer__cardImg {
  margin-top: 50px;
    width: 100%;
    max-width: 600px;
    position: relative;
    padding-top: 15.16333%;
}

.p-footer__cardImg img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
p.p-footer__cardImg--text {
  text-align: right;
  font-size: 12px;
}

/*============================
    header
============================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  height: 82px;
  height: 5.125rem;
  margin: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6rem;
  }
}

.p-header.change-oppacity {
  background-color: #FFFFFF;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 100vw;
  padding: 0 26px;
  padding: 0 1.625rem;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    padding-top: 0.25rem;
    padding-left: 0.0625rem;
  }
}

.p-header__pcNav {
  display: none;
  height: inherit;
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-header__pcNav {
    display: block;
    margin: 0 0 0 auto;
  }
}

.p-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__instagram-btn {
  width: 55px;
  width: 3.4375rem;
  height: 30px;
  height: 1.875rem;
}

.p-header__instagram-btn:hover,
.p-header__instagram-btn:focus {
  opacity: 0.8;
}

.p-header__contact-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__contact-btn {
    display: block;
  }
}

.p-header__drawer {
  position: relative;
  display: inline-block;
  width: 30px;
  width: 1.875rem;
  height: 8px;
  height: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}
.p-header__drawer:hover, .p-header__drawer:focus {
  opacity: 0.8;
}

.p-header__drawer span {
  position: absolute;
  left: 1px;
  left: 0.0625rem;
  display: block;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header__drawer span:nth-of-type(1) {
  top: 0;
}

.p-header__drawer span:nth-of-type(2) {
  bottom: 0;
}

/*======== drawer actived==========*/
.js-drawer.open {
  top: 0;
}

.js-drawer.open span:nth-of-type(1) {
  top: 35%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-drawer.open span:nth-of-type(2) {
  top: 35%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*============================
p-instagram
============================*/
.p-instagram__inner {
  position: relative;
}
.p-instagram__inner::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 27.2px;
  top: 1.7rem;
  right: 0;
  display: inline-block;
  background: #F6EFE7;
  width: 100%;
  height: calc(100% + 10px);
}
@media screen and (min-width: 768px) {
  .p-instagram__inner::before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, transparent), color-stop(10%, #F6EFE7), to(#F6EFE7));
    background: linear-gradient(90deg, transparent 0%, transparent 10%, #F6EFE7 10%, #F6EFE7 100%);
    height: calc(100% + 9.6875rem);
  }
}

.p-instagram__sectionHeader {
  width: 310px;
  width: 19.375rem;
  height: 70px;
  height: 4.375rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-instagram__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 9.1984231275%;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-instagram__post {
    width: 59.3955321945%;
  }
}

.p-instagram__btn {
  width: 37.33333%;
  max-width: 100%;
  margin: 27px auto 0;
  margin: 1.6875rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__btn {
    max-width: 14.375rem;
  }
}

.p-instagram__img {
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-instagram__img {
    display: block;
    width: 36.7936925099%;
    max-width: 100%;
  }
}

.p-instagram__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 375.45px;
  width: 23.465625rem;
  aspect-ratio: 375.45/478;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*　WebP対応の場合　*/
.webp .p-instagram__img::before {
  background-image: url(../images/webp/p-instagram_top@2x.webp);
}

/*　WebP非対応の場合　*/
.no-webp .p-instagram__img::before {
  background-image: url(../images/p-instagram_top@2x.jpg);
}

.p-instagram__img::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 377px;
  width: 23.5625rem;
  aspect-ratio: 377/251.33;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__img::after {
    bottom: 21%;
    right: 20%;
  }
}

/*　WebP対応の場合　*/
.webp .p-instagram__img::after {
  background-image: url(../images/webp/p-instagram_bottom@2x.webp);
}

/*　WebP非対応の場合　*/
.no-webp .p-instagram__img::after {
  background-image: url(../images/p-instagram_bottom@2x.jpg);
}

/*============================
p-menu
============================*/
.p-menu__sectionHeader {
  width: 159px;
  width: 9.9375rem;
  height: 74px;
  height: 4.625rem;
  margin: 0 auto;
}

/*============================
p-mv
============================*/
.p-mv__bg {
  position: relative;
  padding-bottom: 714px;
  padding-bottom: 44.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__bg {
    padding-bottom: 59.5625rem;
    max-width: 1920px;
    margin: 0 auto;
  }
}

.p-mv__bg::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  aspect-ratio: 149/217;
  width: 149px;
  width: 9.3125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-mv__bg::after {
    width: 21.125rem;
    aspect-ratio: 338/335;
    bottom: calc(50% - 34.375rem);
    left: calc(50% - 46.875rem);
  }
}

/*　WebP対応デバイスの場合　*/
.webp .p-mv__bg::after {
  background-image: url(../images/webp/p-MV_bg_bottom.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .webp .p-mv__bg::after {
    background-image: url(../images/webp/p-MV_bg_bottom@2x.webp);
  }
}

/*　WebP非対応の場合　*/
.no-webp .p-mv__bg::after {
  background-image: url(../images/p-MV_bg_bottom.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .no-webp .p-mv__bg::after {
    background-image: url(../images/p-MV_bg_bottom@2x.jpg);
  }
}

.p-mv__bg::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  display: inline-block;
  overflow: hidden;
  aspect-ratio: 252/250;
  width: 252px;
  width: 15.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-mv__bg::before {
    top: calc(50% - 19.8125rem);
    right: calc(50% - 44.25rem);
    width: 19.125rem;
    aspect-ratio: 306/303;
  }
}

/*　WebP対応デバイスの場合　*/
.webp .p-mv__bg::before {
  background-image: url(../images/webp/p-MV_bg_top.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .webp .p-mv__bg::before {
    background-image: url(../images/webp/p-MV_bg_top@2x.webp);
  }
}

/*　WebP非対応の場合　*/
.no-webp .p-mv__bg::before {
  background-image: url(../images/p-MV_bg_top.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .no-webp .p-mv__bg::before {
    background-image: url(../images/p-MV_bg_top@2x.png);
  }
}

.p-mv__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  left: 18px;
  left: 1.125rem;
  z-index: 20;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 145px;
  width: 9.0625rem;
  max-width: 100%;
  height: 90px;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    position: absolute;
    z-index: 5;
    top: calc(50% - 14.5rem);
    left: calc(50% - 32.75rem);
    width: 35.9375rem;
    height: 23.25rem;
    max-width: 100%;
  }
}

.p-mv__swiper-parent {
  position: absolute;
  top: 110px;
  top: 6.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  aspect-ratio: 270/446;
  margin: 4.44px auto 0;
  margin: 0.2775rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper-parent {
    width: 67.375rem;
    aspect-ratio: 1078/732;
    margin: 6rem auto 0;
  }
}

.p-mv__swiper-parent::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -5;
  top: 0;
  bottom: 0;
  left: 15px;
  left: 0.9375rem;
  right: 0;
  width: 100%;
  height: calc(100% + 1rem);
  background-color: #7BCCCF;
}

.p-mv__swiper.swiper {
  width: 100%;
  height: 100%;
}

.p-mv__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-mv__swiper .swiper-wrapper,
.p-mv__swiper .swiper-slide,
.p-mv__swiper .slide-img {
  width: 100%;
  height: 100%;
}

.p-mv__swiper .swiper-slide-active .slide-img,
.p-mv__swiper .swiper-slide-duplicate-active .slide-img,
.p-mv__swiper .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.slide-img {
  width: 100%;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__text {
  position: absolute;
  bottom: -49px;
  bottom: -3.0625rem;
  left: 27px;
  left: 1.6875rem;
  width: 323px;
  width: 20.1875rem;
  height: 38.39px;
  height: 2.399375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    bottom: 3rem;
    left: auto;
    left: initial;
    right: 8.75rem;
    width: 27.975rem;
    height: 4.259375rem;
    margin: 0 0 0 auto;
    padding-right: 1.25rem;
  }
}

.p-mv__text-img {
  width: 100%;
  height: 100%;
}

/*============================
p-nail
============================*/
.p-nail {
  margin-top: 30px;
  margin-top: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nail {
    margin-top: 2.1875rem;
  }
}

.p-nail::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 62.9441624365%;
  background: -webkit-gradient(linear, left top, right top, from(#E0DAD4), color-stop(81.6%, #E0DAD4), color-stop(81.6%, transparent), to(transparent));
  background: linear-gradient(90deg, #E0DAD4 0%, #E0DAD4 81.6%, transparent 81.6%, transparent 100%);
}

.p-nail__header {
  text-align: left;
  padding: 27px 28px 27px 15px;
  padding: 1.6875rem 1.75rem 1.6875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-nail__header {
    padding: 1.6875rem 1.75rem 1.6875rem 7.5rem;
  }
}

.p-nail__item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

@media screen and (min-width: 768px) {
  .p-nail__pliceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.5625rem;
  }
}

.p-nail__pliceList + .p-nail__pliceList {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-nail__pliceListTitle {
  margin-top: 34px;
  margin-top: 2.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7.7611940299%;
  color: #9E8D7C;
}
.p-nail__pliceListTitle::before,
.p-nail__pliceListTitle::after {
  content: "";
  display: inline-block;
  width: 28%;
  max-width: 100%;
  height: 1px;
  background-color: #C1B09F;
}
@media screen and (min-width: 768px) {
  .p-nail__pliceListTitle::before,
.p-nail__pliceListTitle::after {
    width: 30%;
  }
}

.p-nail__pliceListTitle::before {
  margin: 0 auto 0 0;
}

.p-nail__pliceListTitle::after {
  margin: 0 0 0 auto;
}

.p-nail__contents {
  position: relative;
  padding: 12px 21px 0;
  padding: 0.75rem 1.3125rem 0;
}
@media screen and (min-width: 768px) {
  .p-nail__contents {
    padding: 7.5625rem 7.3125rem 7.1875rem 8.75rem;
    width: 73.2291666667%;
    margin: 0 auto;
    max-width: 100%;
  }
}

.p-nail__contents::before {
  content: "";
  position: absolute;
  z-index: -5;
  display: block;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*　WebP対応の場合　*/
.webp .p-nail__contents::before {
  background-image: url(../images/webp/p-nail_bg.webp);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .webp .p-nail__contents::before {
    background-image: url(../images/webp/p-nail_bg@2x.webp);
  }
}
@media screen and (min-width: 768px) {
  .webp .p-nail__contents::before {
    background-image: url(../images/webp/p-nail_bg_pc.webp);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .webp .p-nail__contents::before {
    background-image: url(../images/webp/p-nail_bg_pc@2x.webp);
  }
}

/*　WebP非対応の場合　*/
.no-webp .p-nail__contents::before {
  background-image: url(../images/p-nail_bg.jpg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .no-webp .p-nail__contents::before {
    background-image: url(../images/p-nail_bg@2x.jpg);
  }
}
@media screen and (min-width: 768px) {
  .no-webp .p-nail__contents::before {
    background-image: url(../images/p-nail_bg_pc.jpg);
  }
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .no-webp .p-nail__contents::before {
    background-image: url(../images/p-nail_bg_pc@2x.jpg);
  }
}

.p-nail__contents::after {
  content: "";
  margin-top: 34px;
  margin-top: 2.125rem;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 452/301;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-nail__contents::after {
    position: absolute;
    bottom: -19%;
    right: -6%;
    z-index: 5;
    width: 32.1479374111%;
    aspect-ratio: 452/300;
  }
}

/*　WebP対応の場合　*/
.webp .p-nail__contents::after {
  background-image: url(../images/webp/p-nail_bottom@2x.webp);
}

/*　WebP非対応の場合　*/
.no-webp .p-nail__contents::after {
  background-image: url(../images/p-nail_bottom@2x.jpg);
}

.p-nail__pliceLists {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-nail__pliceLists {
    padding-bottom: 4.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.625rem;
  }
}

.p-nail__box {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-nail__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0rem;
  }
}

.p-nail__price {
  margin-top: 10.2px;
  margin-top: 0.6375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 768px) {
  .p-nail__price {
    min-width: 8.75rem;
    text-align: right;
  }
}

.p-nail__price span {
  font-family: "Times New Roman", "Lusitana", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.15;
  font-weight: 400;
}

.p-nail__description {
  padding: 20px 36px;
  padding: 1.25rem 2.25rem;
  border: 1px solid #C1B09F;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-nail__description {
    max-width: 34.4375rem;
    margin: 0 auto;
    text-align: center;
  }
}

.p-nail__descriptionText {
  line-height: 1.5;
  letter-spacing: 0.11em;
  font-size: 12.32px;
  font-size: 0.77rem;
}

/*============================
    p-pcNav 
============================*/
.p-pcNav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-pcNav__item {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

.p-pcNav__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
  padding: 37px 25px 41px;
  padding: 2.3125rem 1.5625rem 2.5625rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.p-pcNav__item a::after {
  position: absolute;
  bottom: 27px;
  bottom: 1.6875rem;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #7BCCCF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-pcNav__item a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*============================
p-test
============================*/
.p-test {
  padding-top: 300px;
  padding-top: 18.75rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  margin-right: 300px;
  margin-right: 18.75rem;
  margin-left: 300px;
  margin-left: 18.75rem;
  margin-bottom: 300px;
  margin-bottom: 18.75rem;
}

@media screen and (min-width: 768px) {
  .inner.p-test__inner {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 850px;
    margin: 0 auto;
  }
}

.p-test__two-color {
  background: linear-gradient(45deg, #f0bc68 0%, #f0bc68 50%, #c4d7d1 50%, #c4d7d1 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 400px;
}

.p-test__contents {
  margin-top: 300px;
  margin-top: 18.75rem;
  margin-left: 300px;
  margin-left: 18.75rem;
}

.mintyo {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 30px;
  font-size: 1.875rem;
}

.times {
  font-family: "Times New Roman", "Lusitana", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 30px;
  font-size: 1.875rem;
}

.cormorant {
  font-family: "Cormorant", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
/*# sourceMappingURL=styles.css.map */
