@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #F4F1EA;
  color: #363636;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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 {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  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;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.c-BodyFacial {
  background: url(../images/common/facial_bg.png);
  position: relative;
  padding-top: 300px;
  padding-top: 18.75rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
  background-color: #F4F1EA;
}
@media screen and (max-width: 1200px) {
  .c-BodyFacial {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-BodyFacial {
    padding-top: 75px;
  }
}

.c-BodyFacial .c-BodyFacial__logo {
  font-size: 180px;
  font-size: 11.25rem;
  position: absolute;
  top: 150px;
  top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial .c-BodyFacial__logo {
    font-size: 83px;
    top: 7px;
    left: 20px;
  }
}

.c-BodyFacial__inner {
  max-width: 1240px;
  max-width: 77.5rem;
  width: 100%;
  margin: 0 auto;
}

.c-BodyFacial__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__top {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.c-BodyFacial__topImg {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__topImg {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.c-BodyFacial__topText {
  width: 40%;
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__topText {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .facial__text {
    position: relative;
  }
}

.c-BodyFacial__topHead {
  color: #8A0A3B;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__topHead {
    font-size: 22px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .c-BodyFacial__topHead::before {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 120px;
    height: 1px;
    width: 93px;
    background-color: #8A0A3B;
  }
}

@media screen and (max-width: 768px) {
  .facial__text::before {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 160px;
    width: 93px;
    height: 1px;
    background-color: #8A0A3B;
  }
}

.c-BodyFacial__topBody {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__topBody {
    font-size: 15px;
    letter-spacing: 0.12em;
  }
}

.c-BodyFacial__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-BodyFacial__midText {
  width: 60%;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__midText {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    margin-bottom: 80px;
  }
}

.c-BodyFacial__midAvg {
  color: #8A0A3B;
  text-align: center;
  font-size: 30px;
  border-bottom: 3px solid #8A0A3B;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .c-BodyFacial__midAvg {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__midAvg {
    border-bottom: none;
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.midAvg {
  font-size: 46px;
}
@media screen and (max-width: 1100px) {
  .midAvg {
    border-bottom: 2px solid #8A0A3B;
  }
}
@media screen and (max-width: 768px) {
  .midAvg {
    font-size: 35px;
    border-bottom: 2px solid #8A0A3B;
  }
}

.c-BodyFacial__midImg {
  width: 40%;
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__midImg {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.c-BodyFacial__menu {
  background-color: #ffffff;
  border-radius: 0.375rem;
  text-align: center;
  padding: 70px 80px;
  padding: 4.375rem 5rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__menu {
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    padding: 40px 10px 10px 10px;
    position: relative;
  }
}

.c-BodyFacial__menuTitle {
  font-size: 80px;
  font-size: 5rem;
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__menuTitle {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 60px;
    font-weight: 400;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .c-BodyFacial__menuTitle {
    font-size: 45px;
    top: -40px;
  }
}

.c-BodyFacial__menuBody {
  background-color: #FBF9F9;
  border-radius: 0.375rem;
  padding: 30px 120px;
  padding: 1.875rem 7.5rem;
}
@media screen and (max-width: 1200px) {
  .c-BodyFacial__menuBody {
    padding-left: 6.6666666667vw;
    padding-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__menuBody {
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .c-BodyFacial__menuBody {
    padding-left: 10px;
    padding-right: 5px;
  }
}

.c-BodyFacial__table {
  text-align: left;
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__table {
    width: 100%;
  }
}

.c-BodyFacial__table td {
  width: 45%;
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__table td {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 20px;
    text-align: left;
  }
}

.c-BodyFacial__table tr:last-child td {
  padding-bottom: 0;
}

.c-BodyFacial__table td:nth-child(2) {
  width: 50%;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-BodyFacial__table td:nth-child(2) {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECE7E9;
  }
}

.facial_table td:nth-child(2) {
  padding-left: z0px;
}
@media screen and (max-width: 768px) {
  .facial_table td:nth-child(2) {
    padding-left: 0;
  }
}

.label {
  background-color: #8A0A3B;
  color: #ffffff;
  border-radius: 0.25rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .label {
    padding: 3px 10px;
    border-radius: 6px;
    margin-right: 5px;
  }
}

.label_num {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .label_num {
    font-size: 20px;
  }
}

.label_small {
  font-size: 14px;
  font-size: 0.875rem;
}

.label_arrow {
  font-size: 30px;
  font-weight: 700;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .label_arrow {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .label_arrow {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .label_arrow {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.break {
  text-decoration: line-through;
  -webkit-text-decoration-color: #9F3562;
          text-decoration-color: #9F3562;
  font-size: 25px;
  color: #B8A681;
}
@media screen and (max-width: 1000px) {
  .break {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .break {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) {
  .break {
    font-size: 4.7619047619vw;
  }
}

.price_large {
  font-size: 37px;
  font-size: 2.3125rem;
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  .price_large {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .price_large {
    font-size: 32px;
  }
}
@media screen and (max-width: 420px) {
  .price_large {
    font-size: 6.6666666667vw;
  }
}

.price_small {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media screen and (max-width: 420px) {
  .price_small {
    font-size: 5.7142857143vw;
  }
}

.label_black {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .label_black {
    font-size: 11px;
    margin-top: 5px;
  }
}

.fullwide {
  width: 100% !important;
}

.c-BodyFacial__secondTable {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

.c-BodyFacial__secondTitle {
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  padding-top: 60px;
}

.c-BodyFacial__secondTitle .label_black {
  font-size: 14px;
}

.c-BodyFacial__logo {
  background: linear-gradient(15deg, #919AAB, #991C59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 108px;
  font-size: 6.75rem;
  font-family: "EB Garamond", serif;
}

.c-cta {
  background: url(../images/common/cta_bg.jpg);
  text-align: center;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}

.c-cta__box {
  max-width: 1420px;
  max-width: 88.75rem;
  width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#971E4C), to(#76032F));
  background: linear-gradient(180deg, #971E4C, #76032F);
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-cta__box {
    width: 95%;
  }
}

.c-cta__contact {
  border: 1px solid rgba(232, 226, 197, .5);
  background-clip: padding-box;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .c-cta__contact {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.c-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  color: #991C59;
}
@media screen and (max-width: 768px) {
  .c-subtitle {
    font-size: 20px;
  }
}

.c-title {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
  color: #8A0A3B;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 41px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 400px) {
  .c-title {
    font-size: 9.4594594595vw;
  }
}

.c-cta .c-title, .c-cta .c-subtitle {
  color: #ffffff;
}

.c-cta__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cta__method {
    display: block;
  }
}

.c-cta__LINE {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .c-cta__LINE {
    margin-right: 0;
    margin-bottom: 45px;
  }
}

.c-cta__methodText {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
  border-bottom: 1px solid rgba(232, 226, 197, .5);
  background-clip: padding-box;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-cta__methodText {
    font-size: 18px;
  }
}

.c-cta__LINEicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #06C735;
  border-radius: 6px;
  padding: 18px 23px;
  padding: 1.125rem 1.4375rem;
}
@media screen and (max-width: 768px) {
  .c-cta__LINEicon {
    padding: 13px 17px;
  }
}

.c-cta__LINEicon img {
  width: 45px;
  width: 2.8125rem;
  margin-right: 28px;
  margin-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-cta__LINEicon img {
    width: 20%;
    padding-right: 21px;
  }
}

.c-cta__LINEicon a {
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .c-cta__LINEicon a {
    font-size: 4.358974359vw;
    width: 70%;
  }
}

.c-cta__TEL {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .c-cta__TEL {
    margin-left: 0;
  }
}

.c-cta__reservation {
  background-color: #ffffff;
  color: #8A0A3B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .c-cta__reservation {
    font-size: 11px;
  }
}

.c-cta__telText {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .c-cta__telText {
    font-size: 15px;
  }
}

.c-cta__telLarge {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-cta__telLarge {
    font-size: 38px;
  }
}
@media screen and (max-width: 370px) {
  .c-cta__telLarge {
    font-size: 32px;
  }
}

.c-cta__telSmall {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-cta__telSmall {
    font-size: 12px;
    text-align: left;
  }
}

.l-header {
  position: absolute;
  width: 100%;
  z-index: 999999;
}

.p-access {
  background-image: url(../images/common/access_bg.jpg);
  padding-top: 104px;
  padding-top: 6.5rem;
  padding-bottom: 173px;
  padding-bottom: 10.8125rem;
  text-align: center;
}

.p-access__wrap {
  max-width: 1420px;
  max-width: 88.75rem;
  width: 89%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-access__wrap {
    padding: 10px;
  }
}

.p-access__box {
  border: 1px solid #D0A183;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-access__box {
    padding: 40px 10px;
  }
}

.p-access__shopInfo {
  border-top: 1px solid #DBD4D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1180px;
  max-width: 73.75rem;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-access__shopInfo {
    display: block;
  }
}

.p-access__shopInfoShop {
  text-align: left;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-access__shopInfoShop {
    width: 100%;
  }
}

.p-access__salon {
  color: #8A0A3B;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-access__salon {
    font-size: 21px;
    line-height: 1.7;
  }
}

.p-access__salon span {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-access__salon span {
    font-size: 15px;
  }
}

.p-access__shopName {
  background: linear-gradient(30deg, #919AAB, #991C59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-access__shopName {
    font-size: 106px;
  }
}

.p-access__shopDetail {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.p-access__shopDetail td {
  vertical-align: top;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-access__shopDetail td {
    display: block;
    font-size: 16px;
  }
}

.p-access__shopDetail td:first-child {
  color: #8A0A3B;
}

.p-access__snsBlock {
  text-align: left;
}

.p-access__sns {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #8A0A3B;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-access__sns {
    font-size: 24px;
    text-align: left;
  }
}

.p-access__sns::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  height: 1px;
  width: 160px;
  width: 10rem;
  background-color: #8A0A3B;
}
@media screen and (max-width: 768px) {
  .p-access__sns::before {
    left: 110%;
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .p-access__sns::before {
    width: 35.5555555556vw;
  }
}
@media screen and (max-width: 350px) {
  .p-access__sns::before {
    width: 22.2222222222vw;
  }
}

.p-access__snsWrap {
  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;
}
@media screen and (max-width: 1200px) {
  .p-access__snsWrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-access__snsWrap {
    display: block;
  }
}

.p-access__LINE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  width: 16.25rem;
  background-color: #06C755;
  color: #ffffff;
  border-radius: 0.375rem;
  padding: 14px 0 13px 19px;
  padding: 0.875rem 0 0.8125rem 1.1875rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1200px) {
  .p-access__LINE {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__LINE {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
  }
}

.p-access__LINE img {
  width: 35px;
  width: 2.1875rem;
  margin-right: 19px;
  margin-right: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-access__LINE img {
    width: 20%;
    margin-right: 20px;
  }
}

.p-access__Insta {
  border: 1px solid #CDCDCD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  width: 16.25rem;
  border-radius: 0.375rem;
  padding: 14px 0 13px 19px;
  padding: 0.875rem 0 0.8125rem 1.1875rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-access__Insta {
    width: 100%;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 16px;
  }
}

.p-access__Insta img {
  width: 35px;
  width: 2.1875rem;
  margin-right: 19px;
  margin-right: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-access__Insta img {
    width: 20%;
    margin-right: 20px;
  }
}

.p-access__map {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    width: 100%;
  }
}

.p-access__googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.p-access__googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access__access {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-align: left;
  color: #8A0A3B;
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  display: inline-block;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-access__access {
    font-size: 24px;
  }
}

.p-access__access::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 110%;
  height: 1px;
  width: 160px;
  width: 10rem;
  background-color: #8A0A3B;
}
@media screen and (max-width: 768px) {
  .p-access__access::before {
    left: 120%;
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .p-access__access::before {
    width: 35.5555555556vw;
  }
}

.p-access__accessInfo {
  text-align: left;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-access__accessInfo {
    margin-bottom: 50px;
  }
}

.p-access__accessInfo td {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-access__accessInfo td {
    display: block;
    font-size: 16px;
  }
}

.p-ayurveda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #715D65;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-ayurveda {
    display: block;
  }
}

.p-ayurveda__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 1100px) {
  .p-ayurveda__titleBox {
    display: block;
  }
}

.p-ayurveda__sub {
  margin-left: 20px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 1100px) {
  .p-ayurveda__sub {
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 1100px) {
  .p-ayurveda__sub::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #ffffff;
  }
}

.p-ayurveda__text {
  width: 53%;
  padding-top: 102px;
  padding-top: 6.375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-right: 100px;
  padding-right: 6.25rem;
  padding-left: 14.1203703704vw;
}
@media screen and (max-width: 1500px) {
  .p-ayurveda__text {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ayurveda__text {
    width: 100%;
    padding: 50px 20px 30px 20px;
  }
}

.p-ayurveda__img {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .p-ayurveda__img {
    width: 100%;
  }
}

.p-ayurveda__head {
  font-size: 58px;
  font-size: 3.625rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-ayurveda__head {
    position: relative;
    font-size: 68px;
    line-height: 0.7;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 370px) {
  .p-ayurveda__head {
    font-size: 60px;
  }
}

.p-ayurveda__head span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ayurveda__head span {
    font-size: 19px;
  }
}

.p-ayurveda__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-ayurveda__title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 1.9;
  }
}

.p-ayurveda__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-ayurveda__body {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 2.2;
  }
}

.new-beauty {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .new-beauty {
    font-size: 23px;
  }
}
@media screen and (max-width: 400px) {
  .new-beauty {
    font-size: 5.25vw;
  }
}

.p-feature {
  padding-top: 140px;
  padding-top: 8.75rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.p-feature .c-title {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.p-feature__inner {
  max-width: 1240px;
  max-width: 77.5rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.p-feature__item {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, transparent), color-stop(20%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, transparent 0%, transparent 20%, #ffffff 20%, #ffffff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 768px) {
  .p-feature__item {
    display: block;
    background-color: #ffffff;
    margin-left: 10px;
    padding-bottom: 50px;
    position: relative;
  }
}

.p-feature__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-feature__item:last-child {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .p-feature__item::before {
    content: "";
    position: absolute;
    background-color: #F4F1EA;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
  }
}

@media screen and (max-width: 768px) {
  .reverse {
    margin-left: 0;
    margin-right: 10px;
  }
}

.reverse_bg {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(80%, #ffffff), color-stop(80%, transparent), to(transparent));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 80%, transparent 80%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .reverse_bg {
    background: #ffffff;
  }
}

.p-feature__img {
  width: 40%;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media screen and (max-width: 1200px) {
  .p-feature__img {
    -webkit-transform: translateY(-5vw);
            transform: translateY(-5vw);
  }
}
@media screen and (max-width: 768px) {
  .p-feature__img {
    width: 92%;
    text-align: left;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@media screen and (max-width: 768px) {
  .reverse .p-feature__img {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    margin-left: auto;
  }
}

.p-feature__text {
  width: 60%;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-feature__text {
    padding-top: 7.5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__text {
    width: 100%;
    padding-right: 10px;
    padding-top: 15px;
  }
}

.p-feature__head {
  background: linear-gradient(15deg, #919AAB, #991C59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  position: absolute;
  top: -70px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .p-feature__head {
    font-size: 6.6666666667vw;
    top: -5.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__head {
    font-size: 60px;
    top: auto;
    top: initial;
    bottom: -90px;
    right: 15px;
    padding-right: 3px;
  }
}

.reverse .p-feature__head {
  left: 50px;
}
@media screen and (max-width: 768px) {
  .reverse .p-feature__head {
    left: auto;
    left: initial;
  }
}

.p-feature__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  line-height: 1.8;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .p-feature__title {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__title {
    font-size: 24px;
  }
}

.p-feature__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .p-feature__body {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__body {
    font-size: 14px;
    letter-spacing: 0.09em;
  }
}

.p-flow {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-top: 80px;
  }
}

.p-flow__inner {
  max-width: 1240px;
  max-width: 77.5rem;
  width: 86%;
  margin: 0 auto;
  text-align: center;
}

.p-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-flow__wrap {
    display: block;
    margin-top: 57px;
  }
}

.p-flow__item {
  width: 18.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    width: 100%;
  }
}

.p-flow__item:last-child {
  margin-right: 0;
}

.p-flow__imgWrap {
  position: relative;
}

.p-flow__item img {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-flow__item img {
    margin-bottom: 17px;
  }
}

.p-flow__text {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

.p-flow__option {
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7E7E7E;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-flow__option {
    font-size: 13px;
  }
}

.p-flow__singleArrow {
  position: absolute;
  width: 24px;
  width: 1.5rem;
  top: 50%;
  right: -1.8vw;
  -webkit-transform: translateY(0px) rotate(-90deg);
          transform: translateY(0px) rotate(-90deg);
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (max-width: 1200px) {
  .p-flow__singleArrow {
    width: 2vw;
    right: -2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__singleArrow {
    position: static;
    position: initial;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 45px;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.p-flow__number {
  position: absolute;
  font-family: "EB Garamond", serif;
  color: #9F3562;
  font-size: 40px;
  font-style: italic;
  top: -35px;
  right: 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-flow__number {
    font-size: 96px;
    top: -80px;
    right: 20px;
  }
}

.p-footer {
  background-color: #232323;
  color: #ffffff;
  padding-top: 137px;
  padding-top: 8.5625rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}

.p-footer__wrap {
  max-width: 1420px;
  max-width: 88.75rem;
  width: 80%;
  margin: 0 auto;
  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;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}

.p-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__left {
    display: block;
  }
}

.p-footer__left img {
  width: 200px;
  width: 12.5rem;
  margin-right: 40px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__left img {
    margin: 0 auto;
    width: 213px;
  }
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 92px;
  }
}

.p-footer__right img {
  width: 30px;
  width: 1.875rem;
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__right img {
    width: 37px;
    margin-right: 34px;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__right img:not(:last-child) {
    margin-right: 0;
  }
}

.p-footer__copyrightWrap {
  max-width: 1420px;
  max-width: 88.75rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__copyrightWrap {
    text-align: center;
  }
}

.p-fv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fv {
    background: url(../images/common/fv_sp_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
  }
}

.p-fv__wrap {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-fv__wrap {
    top: 42%;
    width: 90%;
  }
}

.p-fv__subEng {
  font-family: "EB Garamond", serif;
  font-size: 31px;
  font-size: 1.9375rem;
  color: #9F3562;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .p-fv__subEng {
    font-size: 1.8235294118vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__subEng {
    font-size: 16px;
  }
}

.p-fv__subEng::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 135px;
  width: 8.4375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #9F3562;
}

.p-fv__subEng::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 135px;
  width: 8.4375rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #9F3562;
}

.p-fv_subTitle {
  font-family: "Shippori Mincho", serif;
  font-size: 34px;
  font-size: 2.125rem;
  background: linear-gradient(10deg, #44A3C1, #991C59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1700px) {
  .p-fv_subTitle {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv_subTitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 370px) {
  .p-fv_subTitle {
    font-size: 16px;
  }
}

.p-fv__Title {
  font-family: "Shippori Mincho", serif;
  font-size: 101px;
  font-size: 6.3125rem;
  background: linear-gradient(20deg, #44A3C1, #991C59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  width: 120%;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 1700px) {
  .p-fv__Title {
    font-size: 5.9411764706vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__Title {
    text-align: center;
    width: 100%;
    font-size: 46px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .p-fv__Title {
    font-size: 11.25vw;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__offer {
    background-color: rgba(255, 255, 255, .8);
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
    position: absolute;
    bottom: -30px;
    width: 90%;
    border-radius: 6px;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 11px;
    padding-right: 16px;
    z-index: 9;
  }
}

.p-fv__pricearrow {
  color: #8A0A3B;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-fv__pricearrow {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.p-fv__offerTitle {
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .p-fv__offerTitle {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .p-fv__offerTitle {
    font-size: 3vw;
  }
}

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

.p-fv__normalPrice p {
  color: #555555;
  font-family: "Shippori Mincho", serif;
}

.newredprice {
  font-size: 69px;
  font-size: 4.3125rem;
  font-family: "Shippori Mincho", serif;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#600000));
  background: linear-gradient(180deg, #FF0000, #600000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .newredprice {
    font-size: 34px;
  }
}
@media screen and (max-width: 390px) {
  .newredprice {
    font-size: 7.3684210526vw;
  }
}

.redprice {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#600000));
  background: linear-gradient(180deg, #ff0000, #600000);
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  padding: 5px;
  padding: 0.3125rem;
  font-size: 42px;
  font-size: 2.625rem;
  border-radius: 0.375rem;
  -webkit-transform: translate(50px, -5px);
          transform: translate(50px, -5px);
}
@media screen and (max-width: 768px) {
  .redprice {
    font-size: 21px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    display: inline-block;
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
}
@media screen and (max-width: 400px) {
  .redprice {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .redprice_small {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 400px) {
  .redprice_small {
    font-size: 3vw;
  }
}

.p-fv .fz-43 {
  font-size: 43px;
  font-size: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .p-fv .fz-43 {
    font-size: 21px;
  }
}

.fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .fz-17 {
    font-size: 9px;
  }
}

.p-fv .fz-35 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv .fz-35 {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 400px) {
  .p-fv .fz-35 {
    font-size: 4.5vw;
  }
}

.p-fv .fz-35::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: #FF0000;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.p-fv .fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-fv .fz-25 {
    font-size: 13px;
  }
}

.p-fv__google {
  position: absolute;
  bottom: -20px;
  right: 80px;
  width: 212px;
  z-index: 10;
}
@media screen and (max-width: 1700px) {
  .p-fv__google {
    width: 12.4705882353vw;
    right: 4.7058823529vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__google {
    bottom: 70px;
    left: 10px;
    right: auto;
    right: initial;
    width: 127px;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__limitedSP {
    position: absolute;
    bottom: 68px;
    left: 10px;
    width: 73px;
  }
}
@media screen and (max-width: 390px) {
  .p-fv__limitedSP {
    bottom: 15.3846153846vw;
  }
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 1200px) {
  .p-header__left {
    padding-top: 2.5vw;
    padding-left: 2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__left {
    padding-top: 0;
    padding-left: 10px;
  }
}

.p-header__logo {
  width: 175px;
  width: 10.9375rem;
}
@media screen and (max-width: 1200px) {
  .p-header__logo {
    width: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 80px;
  }
}

.p-header__logoText {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8A0A3B;
  letter-spacing: 0.16em;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-header__logoText {
    font-size: 10px;
  }
}

.p-header__contact {
  background: linear-gradient(30deg, #919AAB, #991C59);
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  display: inline-block;
  width: 224px;
  width: 14rem;
  text-align: center;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-header__contact {
    width: 102px;
    height: 50px;
    font-size: 12px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .header-br-400 {
    display: block;
  }
}

.p-problem {
  padding-top: 140px;
  padding-top: 8.75rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  background: url(../images/common/problem_bg.png);
  background-size: cover;
  -webkit-transform: translateY(-30px) scaleY(1.015);
          transform: translateY(-30px) scaleY(1.015);
}
@media screen and (max-width: 768px) {
  .p-problem {
    background: url(../images/common/problem_bg_sp.png);
    -webkit-transform: translateY(-5px) scaleY(1.004);
            transform: translateY(-5px) scaleY(1.004);
    padding-top: 100px;
  }
}

.p-problem__inner {
  max-width: 1240px;
  max-width: 77.5rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.p-problem__onayami {
  position: absolute;
  top: 40px;
  left: -80px;
  width: 150px;
}
@media screen and (max-width: 1400px) {
  .p-problem__onayami {
    left: 1.4285714286vw;
    top: -100px;
    width: 10.7142857143vw;
  }
}
@media screen and (max-width: 850px) {
  .p-problem__onayami {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__onayami {
    top: 0;
    left: auto;
    left: initial;
    right: -20px;
    width: 150px;
  }
}

.p-problem__subtitle {
  font-family: "EB Garamond", serif;
  color: #745A30;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-problem__subtitle {
    font-size: 16px;
    text-align: left;
  }
}

.p-problem__title {
  font-family: "Shippori Mincho", serif;
  font-size: 43px;
  font-size: 2.6875rem;
  color: #745A30;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-problem__title {
    font-size: 38px;
    text-align: left;
  }
}

.p-problem__listItems {
  background-color: #ffffff;
  border: 1px solid #948049;
  padding: 43px 0 44px 120px;
  padding: 2.6875rem 0 2.75rem 7.5rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-problem__listItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-problem__listItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 30px 45px;
  }
}

.p-problem__listItem {
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #745A30;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-problem__listItem {
    font-size: 15px;
  }
}

.p-problem__listItem::before {
  content: "";
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: -30px;
  left: -1.875rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border: 1.5px solid #745A30;
}
@media screen and (max-width: 768px) {
  .p-problem__listItem::before {
    top: 3px;
    left: -20px;
    width: 15px;
    height: 14px;
  }
}

.p-problem__listItem::after {
  content: "";
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: -25px;
  left: -1.5625rem;
  width: 15px;
  width: 0.9375rem;
  height: 5px;
  height: 0.3125rem;
  border-left: 1.5px solid #745A30;
  border-bottom: 1.5px solid #745A30;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-problem__listItem::after {
    top: 3px;
    left: -16px;
    width: 15px;
    height: 5px;
  }
}

.p-problem__bottomArrow {
  width: 36px;
  width: 2.25rem;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-problem__bottomArrow {
    width: 30px;
    margin-top: 34px;
    margin-bottom: 10px;
  }
}

.p-problem__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-right: 3.75rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-problem__solution {
    display: block;
  }
}

.p-problem__solMessage {
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  width: 85%;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-problem__solMessage {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 17px;
  }
}

.p-problem__solImg {
  width: 15%;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-problem__solImg {
    width: 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;
    margin-bottom: 50px;
  }
}

.p-problem__solImg img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-problem__solImg img {
    width: 94px;
  }
}

.p-problem__profile {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-problem__profile {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-profile__nameWrap {
    text-align: left;
    margin-left: 17px;
  }
}

.p-problem__name {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-problem__name {
    font-size: 22px;
    letter-spacing: 0.08em;
  }
}

.p-problem__manga {
  padding-top: 115px;
  padding-top: 7.1875rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-problem__manga {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.p-problem__mangaSub {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9F3562;
}
@media screen and (max-width: 768px) {
  .p-problem__mangaSub {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

.p-problem__mangaTitle {
  font-family: "Shippori Mincho", serif;
  font-size: 50px;
  font-size: 3.125rem;
  color: #9F3562;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-problem__mangaTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-problem__secret {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}

.p-problem__manga img {
  max-width: 952px;
  max-width: 59.5rem;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-problem__mangatriangle {
  width: 64px !important;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-problem__result {
  font-size: 36px;
  font-size: 2.25rem;
  color: #8A0A3B;
  font-family: "Shippori Mincho", serif;
  text-align: left;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-problem__result {
    text-align: center;
    font-size: 20px;
  }
}

.p-problem__result::before {
  content: "";
  position: absolute;
  bottom: 40%;
  left: -90px;
  width: 131px;
  height: 1px;
  background-color: #8A0A3B;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
@media screen and (max-width: 350px) {
  .p-problem__result::before {
    display: none;
  }
}

.p-problem__result::after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: -90px;
  width: 131px;
  height: 1px;
  background-color: #8A0A3B;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
@media screen and (max-width: 350px) {
  .p-problem__result::after {
    display: none;
  }
}

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #E9D2D2));
  background: linear-gradient(transparent 70%, #E9D2D2 30%);
}

.fz-32 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fz-32 {
    font-size: 17px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 420px) {
  .fz-32 {
    font-size: 4.0476190476vw;
  }
}

.fz-36 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .fz-36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .fz-36 {
    font-size: 5.7142857143vw;
  }
}

.fz-41 {
  font-size: 41px;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .fz-41 {
    font-size: 30px;
  }
}

.fz-42 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .fz-42 {
    font-size: 30px;
  }
}

.fz-47 {
  font-size: 47px;
  font-size: 2.9375rem;
}
@media screen and (max-width: 768px) {
  .fz-47 {
    font-size: 45px;
  }
}

.fz-48 {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fz-48 {
    font-size: 36px;
  }
}

.dots {
  -webkit-text-emphasis: filled #745A30;
          text-emphasis: filled #745A30;
}

.p-profile {
  padding-top: 197px;
  padding-top: 12.3125rem;
  padding-bottom: 106px;
  padding-bottom: 6.625rem;
  padding-right: 68px;
  padding-right: 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-profile {
    padding-right: 0;
  }
}

.p-profile__wrap {
  max-width: 1228px;
  max-width: 76.75rem;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 12px;
  padding: 0.75rem;
}

.p-profile__box {
  border: 1px solid #DBD4D0;
  padding-top: 96px;
  padding-top: 6rem;
  padding-left: 74px;
  padding-left: 4.625rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-right: 68px;
  padding-right: 4.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-profile__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}

.p-profile__title {
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__title {
    font-size: 18px;
  }
}

.p-profile__name {
  font-family: "Shippori Mincho", serif;
  color: #8A0A3B;
  font-size: 44px;
  font-size: 2.75rem;
  letter-spacing: 0.1;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__name {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-profile__name span {
  color: #6A6A6A;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-profile__name span {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.p-profile__enter {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-profile__enter {
    display: block;
  }
}

.p-profile__body {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  width: 58%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-profile__body {
    width: 100%;
    text-align: left;
    font-size: 16px;
  }
}

.p-profile .c-BodyFacial__logo {
  position: absolute;
  top: -100px;
  top: -6.25rem;
  left: 70px;
  left: 4.375rem;
}

.p-profile__img {
  position: absolute;
  top: -15%;
  right: 68px;
  right: 4.25rem;
  width: 31%;
}
@media screen and (max-width: 1400px) {
  .p-profile__img {
    top: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__img {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-recommend {
  background-color: #826874;
  background-image: url(../images/common/recommend_bg.png);
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 186px;
  padding-bottom: 11.625rem;
  text-align: center;
}

.p-recommend__subtitle {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recommend__subtitle {
    font-size: 22px;
  }
}

.p-recommend__title {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 72px;
  font-size: 4.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recommend__title {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: 0.05em;
    margin-bottom: 21px;
  }
}

.p-recommendMenuBox {
  max-width: 1240px;
  max-width: 77.5rem;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 9px;
  padding: 0.5625rem;
}

.p-recommendInner {
  border: 1px solid rgba(125, 102, 111, .4);
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-recommendInner {
    padding-bottom: 0;
  }
}

.p-recommendInner__title {
  font-size: 46px;
  font-size: 2.875rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  background: linear-gradient(15deg, #919AAB, #991C59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-recommendInner__title {
    font-size: 46px;
  }
}

.c-recommendMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 150px;
  padding-left: 9.375rem;
  padding-right: 100px;
  padding-right: 6.25rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .c-recommendMenu {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-recommendMenu {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 58px;
  }
}

.c-recommendMenu:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-recommendMenu:last-child {
    margin-bottom: 58px;
  }
}

.c-recommendMenu__time {
  position: absolute;
  top: -50px;
  left: 100px;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  background: linear-gradient(30deg, #919AAB, #991C59);
  border-radius: 50%;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  padding-top: 23px;
  padding-top: 1.4375rem;
}
@media screen and (max-width: 1200px) {
  .c-recommendMenu__time {
    left: 0.4166666667vw;
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 2.6666666667vw;
    padding-top: 1.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-recommendMenu__time {
    width: 77px;
    height: 77px;
    top: -40px;
    left: -20px;
    font-size: 22px;
    padding-top: 20px;
  }
}

.c-recommendMenu__img {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .c-recommendMenu__img {
    width: 100%;
  }
}

.c-recommendMenu__text {
  width: 55%;
  text-align: left;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .c-recommendMenu__text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.c-recommendMenu__title {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-size: 1.625rem;
  color: #8A0A3B;
}
@media screen and (max-width: 1200px) {
  .c-recommendMenu__title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-recommendMenu__title {
    font-size: 18px;
  }
}

.c-recommendMenu__price {
  color: #8A0A3B;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-recommendMenu__price {
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0;
  }
}

.c-recommend__body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-recommend__body {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }
}

.price_large {
  background: -webkit-gradient(linear, left top, left bottom, from(#FD2A2A), to(#880A0A));
  background: linear-gradient(180deg, #FD2A2A, #880A0A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 44px;
}
@media screen and (max-width: 1200px) {
  .price_large {
    font-size: 3.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .price_large {
    font-size: 37px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 400px) {
  .price_large {
    font-size: 9.25vw;
  }
}
@media screen and (max-width: 380px) {
  .price_large {
    font-size: 8.5vw;
  }
}

.price_small {
  background: -webkit-gradient(linear, left top, left bottom, from(#FD2A2A), to(#880A0A));
  background: linear-gradient(180deg, #FD2A2A, #880A0A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .price_small {
    font-size: 27px;
  }
}
@media screen and (max-width: 400px) {
  .price_small {
    font-size: 6.75vw;
  }
}

@media screen and (max-width: 768px) {
  .time_small {
    font-size: 14px;
  }
}

.price_arrow {
  font-size: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .price_arrow {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.price_break {
  color: #B8A681;
  text-decoration: line-through;
  -webkit-text-decoration-color: #9f3562;
          text-decoration-color: #9f3562;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .price_break {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .price_break {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .price_break {
    font-size: 6vw;
  }
}
@media screen and (max-width: 380px) {
  .price_break {
    font-size: 5vw;
  }
}

.p-voice {
  text-align: center;
  padding-top: 147px;
  padding-top: 9.1875rem;
  padding-bottom: 176px;
  padding-bottom: 11rem;
  background-color: #ffffff;
}

.p-voice__wrap {
  max-width: 1228px;
  max-width: 76.75rem;
  width: 90%;
  margin: 0 auto;
}

.c-voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-voice__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 100px;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.c-voice__person {
  width: 13.5%;
  margin-right: 30px;
  margin-right: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-voice__person {
    width: 100%;
  }
}

.reverse .c-voice__person {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.c-voice__icon {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-voice__icon {
    width: 168px;
    margin-bottom: 12px;
    margin: 0 auto;
  }
}

.c-voice__review {
  width: 85%;
  text-align: left;
  background-color: #F4F1EA;
  padding: 34px 60px 35px 79px;
  padding: 2.125rem 3.75rem 2.1875rem 4.9375rem;
  border-radius: 0.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-voice__review {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    padding: 34px 26px 25px 30px;
    margin-bottom: 40px;
  }
}

.c-voice__name {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-voice__name {
    font-size: 18px;
  }
}

.c-voice__dots {
  position: absolute;
  width: 60px;
  top: -20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .c-voice__dots {
    top: -20px;
    right: 20px;
    left: auto;
    left: initial;
  }
}
@media screen and (max-width: 400px) {
  .c-voice__dots {
    right: 20px;
  }
}

.reverse .c-voice__dots {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .reverse .c-voice__dots {
    left: auto;
    left: initial;
  }
}

.c-voice__triangle {
  position: absolute;
  width: 30px;
  top: 45%;
  left: -20px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .c-voice__triangle {
    top: auto;
    top: initial;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.reverse .c-voice__triangle {
  left: auto;
  left: initial;
  right: -20px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .reverse .c-voice__triangle {
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
/*# sourceMappingURL=styles.css.map */
