@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;1,200&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.prp-earlobe {
  --color-primary: #8a6c58;
  --color-alpha: rgb(246.1532743363, 243.1373451327, 241.1267256637);
  --color-secondary: rgba(138, 108, 88, 0.3);
  --color-strong: rgb(94.3168141593, 55.5366371681, 29.6831858407);
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0;
  width: 100%;
}

.prp-earlobe {
  overflow: hidden;
}

.img {
  max-width: 100%;
  width: 100%;
}

.c-ttls {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .c-ttls {
    padding-bottom: 4.2666666667vw;
  }
}
.c-ttls::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .c-ttls::after {
    width: 17.0666666667vw;
    height: 0.5333333333vw;
  }
}
.c-ttls .sub {
  color: var(--color-primary);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 744px) {
  .c-ttls .sub {
    font-size: 3.4666666667vw;
  }
}
.c-ttls .ttl {
  overflow: initial;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 130%;
  width: auto;
}
@media screen and (max-width: 744px) {
  .c-ttls .ttl {
    font-size: 6.4vw;
  }
}
.c-ttls .ttl .color1 {
  color: var(--color-primary);
}

.p-kv {
  background: #fff;
  height: 630px;
}
@media screen and (max-width: 744px) {
  .p-kv {
    width: auto;
    height: 120vw;
  }
}
.p-kv__inner {
  max-width: 1136px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .p-kv__inner {
    max-width: none;
  }
}
.p-kv .bg {
  position: absolute;
  top: 46px;
  right: 0;
  width: 1052px;
}
@media screen and (max-width: 1400px) {
  .p-kv .bg {
    left: 200px;
    right: 120px;
    bottom: 0;
    width: auto;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .bg {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
    width: 82.6666666667vw;
  }
}
.p-kv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.p-kv .bg .text {
  position: absolute;
  top: -34px;
  right: -59px;
  font-size: 88px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-kv .bg .text {
    font-size: 12.8vw;
    letter-spacing: 0.2em;
    top: 5.5vw;
    right: -8.5vw;
  }
}
.p-kv .bg .text::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 14px;
  right: 0;
  bottom: 14px;
}
@media screen and (max-width: 744px) {
  .p-kv .bg .text::after {
    top: -10vw;
    left: 1vw;
    bottom: 1vw;
  }
}
.p-kv .bg .text span {
  position: relative;
  z-index: 1;
}
.p-kv .img {
  position: absolute;
  width: 390px;
  left: -63px;
  bottom: 16px;
}
@media screen and (max-width: 1400px) {
  .p-kv .img {
    left: 56px;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .img {
    width: 89.3333333333vw;
    left: 6.4vw;
    bottom: 8.5333333333vw;
  }
}

.p-intro {
  background: #fff;
}
.p-intro__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 0 104px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p-intro__inner {
    display: block;
    max-width: none;
    padding: 0 4.2666666667vw 11.4666666667vw;
  }
}
.p-intro .title {
  width: auto;
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .p-intro .title {
    font-size: 6.4vw;
    line-height: 1.3;
    margin-bottom: 6.4vw;
  }
}
.p-intro .texts {
  width: 511px;
  display: grid;
  gap: 18px;
}
@media screen and (max-width: 744px) {
  .p-intro .texts {
    width: auto;
    gap: 3.8666666667vw;
  }
}
.p-intro .texts .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-intro .texts .text {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-intro .texts .text:last-child {
    margin-left: 51.7333333333vw;
  }
}

.p-recommend {
  background: url(../images/recommend-bg.webp) repeat;
  background-size: 260px;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .p-recommend {
    background-size: 34.6666666667vw;
  }
}
.p-recommend__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw;
    display: block;
  }
}
.p-recommend .img {
  position: absolute;
  z-index: 1;
  top: -208px;
  left: 10px;
  width: 384px;
}
@media screen and (max-width: 744px) {
  .p-recommend .img {
    top: -45.6vw;
    left: 0;
    width: 50.4vw;
  }
}
.p-recommend .img_txt {
  position: absolute;
  width: 249px;
  left: -66px;
  bottom: -52px;
}
@media screen and (max-width: 744px) {
  .p-recommend .img_txt {
    width: 36vw;
    bottom: -10vw;
    left: 6.5vw;
  }
}
.p-recommend .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 24px;
  width: auto;
}
@media screen and (max-width: 744px) {
  .p-recommend .title {
    font-size: 6.4vw;
    letter-spacing: 0;
    text-align: right;
    margin-bottom: 8.5333333333vw;
  }
}
.p-recommend .lists {
  width: 530px;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists {
    width: auto;
    gap: 2.1333333333vw;
  }
}
.p-recommend .lists .list {
  padding: 16px 16px 16px 58px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists .list {
    padding: 2.9333333333vw 2.1333333333vw 2.1333333333vw 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.p-recommend .lists .list::before {
  content: "";
  position: absolute;
  background: url(../images/icon-check.svg) no-repeat center center/cover;
  width: 34px;
  height: 34px;
  top: 17px;
  left: 16px;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists .list::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}

.p-about {
  background: #fff;
}
.p-about__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 40px 64px 260px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__inner {
    max-width: none;
    padding: 10.6666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-about .bg {
  position: absolute;
  width: 780px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-450px);
}
@media screen and (max-width: 744px) {
  .p-about .bg {
    width: 50.1333333333vw;
    right: auto;
    margin: 0;
    transform: none;
  }
}
.p-about .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-about .c-ttls {
    margin-left: 36.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-about .c-ttls .ttl {
    letter-spacing: 0;
  }
}
.p-about .text1 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-about .text1 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-about .text2 {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
  text-align: right;
  margin-bottom: 35px;
}
@media screen and (max-width: 744px) {
  .p-about .text2 {
    font-size: 2.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-about .lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}
@media screen and (max-width: 744px) {
  .p-about .lists {
    grid-template-columns: none;
    gap: 4.2666666667vw;
  }
}
.p-about .lists .list {
  position: relative;
  padding-top: 28px;
}
@media screen and (max-width: 744px) {
  .p-about .lists .list {
    padding: 0 0 0 24.8vw;
  }
}
.p-about .lists .list .ttl {
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  gap: 22px;
  align-items: center;
  height: 45px;
  padding: 0 21px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
@media screen and (max-width: 744px) {
  .p-about .lists .list .ttl {
    font-size: 4.2666666667vw;
    flex-direction: column;
    gap: 0.5333333333vw;
    width: 29.3333333333vw;
    height: 13.3333333333vw;
    padding: 1.0666666667vw 0 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: none;
    border-radius: 1.0666666667vw;
  }
}
.p-about .lists .list .ttl .num {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: 44px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about .lists .list .ttl .num {
    font-size: 7.4666666667vw;
    margin-left: 3vw;
  }
}
.p-about .lists .list .ttl .num::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 39px;
  transform: rotate(20deg);
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .p-about .lists .list .ttl .num::before {
    width: 0.2666666667vw;
    height: 5.3333333333vw;
    left: -2.1333333333vw;
    top: auto;
    bottom: 1.6vw;
  }
}
.p-about .lists .list .txt {
  background-color: var(--color-alpha);
  height: 87px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-about .lists .list .txt {
    height: 18.1333333333vw;
    border-radius: 2.1333333333vw;
    font-size: 4.8vw;
    padding: 0 0 0 8.5333333333vw;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
}

.p-design {
  background: var(--color-alpha);
}
.p-design__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 0 72px;
}
@media screen and (max-width: 744px) {
  .p-design__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw 10.6666666667vw;
  }
}
.p-design .c-ttls {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-design .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-design__box {
  border: 8px solid var(--color-primary);
  padding: 32px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-design__box {
    border-width: 0.5333333333vw;
    padding: 3.7333333333vw;
  }
}
.p-design__box .row {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-design__box .row {
    flex-direction: column;
    gap: 8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-design__box .row::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 15px solid #e4005d;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
@media screen and (max-width: 744px) {
  .p-design__box .row::before {
    border-top: 3.7333333333vw solid #e4005d;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-bottom: none;
  }
}
.p-design__box .row_item {
  width: 400px;
}
@media screen and (max-width: 744px) {
  .p-design__box .row_item {
    width: auto;
  }
}
.p-design__box .row_item .ttl {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-design__box .row_item .ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    padding: 2.1333333333vw 0;
  }
}
.p-design__box .row_item .img {
  padding: 24px;
}
@media screen and (max-width: 744px) {
  .p-design__box .row_item .img {
    padding: 4.2666666667vw;
  }
}
.p-design__box .row_item:nth-child(1) .ttl {
  background: var(--color-primary);
}
.p-design__box .row_item:nth-child(1) .img {
  background: var(--color-alpha);
}
.p-design__box .row_item:nth-child(2) .ttl {
  background: #e4005d;
}
.p-design__box .row_item:nth-child(2) .img {
  background: #fef2f7;
}
.p-design__box .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-design__box .text {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    text-align: left;
  }
}

.p-compare {
  background: #fff;
}
.p-compare__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 72px 0 96px;
}
@media screen and (max-width: 744px) {
  .p-compare__inner {
    max-width: none;
    padding: 8.5333333333vw 4.8vw 19.2vw;
  }
}
.p-compare .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-compare .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-compare__table {
  width: 100%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 744px) {
  .p-compare__table {
    margin-bottom: 6.4vw;
  }
}
.p-compare__table tr {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tr {
    gap: 1.0666666667vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-compare__table th,
.p-compare__table td {
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-compare__table thead tr {
  margin-bottom: 2px;
}
@media screen and (max-width: 744px) {
  .p-compare__table thead tr {
    margin-bottom: 0.5333333333vw;
  }
}
.p-compare__table thead th {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 24px 24px 0 0;
  height: 64px;
}
@media screen and (max-width: 744px) {
  .p-compare__table thead th {
    font-size: 4vw;
    height: 9.6vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    line-height: 1.1;
  }
}
.p-compare__table thead th:nth-child(2) {
  background: linear-gradient(90deg, #f0285a 0%, #ff6ea0 100%);
}
.p-compare__table thead th:nth-child(3) {
  background: #47a1c8;
}
.p-compare__table thead th:nth-child(4) {
  background: #c87047;
}
.p-compare__table tbody {
  display: grid;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody {
    gap: 1.0666666667vw;
  }
}
.p-compare__table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
  background: #f8ebeb;
}
.p-compare__table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
  background: #ebf3f8;
}
.p-compare__table tbody tr:nth-of-type(odd) td:nth-of-type(3) {
  background: #ffecdf;
}
.p-compare__table tbody th,
.p-compare__table tbody td {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  height: 80px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody th,
  .p-compare__table tbody td {
    font-size: 3.4666666667vw;
    height: 17.0666666667vw;
  }
}
.p-compare__table tbody th {
  background: #aaa;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody th {
    font-size: 4vw;
    padding: 0 2.1333333333vw;
  }
}
.p-compare__table tbody td {
  background: var(--color-alpha);
}
.p-compare__table .symbol {
  font-size: 40px;
  color: #e4005d;
}
@media screen and (max-width: 744px) {
  .p-compare__table .symbol {
    font-size: 6.9333333333vw;
  }
}
.p-compare__table .symbol._bk {
  color: #333;
}
.p-compare__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-compare__text {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}

.p-admit {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/admit-bg.webp) center/cover no-repeat;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-admit {
    background: url(../images/admit-bg-sp.webp) center/cover no-repeat;
  }
}
.p-admit .p-admit__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-admit .p-admit__inner {
    padding: 85.3333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-admit .float-img {
  position: absolute;
  top: -36px;
  right: -364px;
  width: 870px;
  height: 466px;
}
@media screen and (max-width: 744px) {
  .p-admit .float-img {
    width: 91.4666666667vw;
    height: 91.4666666667vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: -10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-admit .float-img img {
    box-shadow: -8px 10px 8px 0 rgba(0, 0, 0, 0.3);
  }
}
.p-admit .content {
  max-width: 460px;
  margin-right: auto;
}
@media screen and (max-width: 744px) {
  .p-admit .content {
    max-width: 100%;
  }
}
.p-admit .ttl {
  font-family: var(--font-yumincho);
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 2px;
  margin-bottom: 32px;
  background: linear-gradient(270deg, #ffd66d 0%, #ffe6a6 35.1%, #fff8e5 58.65%, #ffde8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .p-admit .ttl {
    font-size: 6.9333333333vw;
    letter-spacing: 0.3466666667vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
}
.p-admit .text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-admit .text {
    font-size: 4.2666666667vw;
  }
}

body .wrapper .prp-earlobe #ca header {
  background: linear-gradient(360deg, #4c3b2f 0%, #8a6c58 100%);
}
body .wrapper .prp-earlobe #ca .ca_web .box .txt_1 {
  color: var(--color-primary);
}
body .wrapper .prp-earlobe #ca .ca_web .box .btn_btn {
  background: linear-gradient(180deg, var(--color-tertiary) 0%, #da4454 100%) !important;
}

#relation .swiper-button-next,
#relation .swiper-button-prev {
  background: linear-gradient(360deg, #4c3b2f 0%, #8a6c58 100%);
}

#supervision .p__abouts .btn {
  background: linear-gradient(360deg, #4c3b2f 0%, #8a6c58 100%);
}

.maker {
  background-image: linear-gradient(to top, #cb677e 5%, transparent 5%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.maker.anim {
  background-size: 100% 100%;
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: var(--color-alpha);
}
.sec_case .lpInner {
  padding: 56px 0 72px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 8.5333333333vw 4vw;
  }
}
.sec_case .lpInner .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .c-ttls {
    margin-bottom: 4.2666666667vw;
  }
}
.sec_case .lpInner .c-ttls .small {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .c-ttls .small {
    font-size: 5.6vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #f3f0ee;
}
#tempFlow h3 {
  margin-bottom: inherit;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: var(--color-alpha);
}
#tempPrice .c_menu__head h3 {
  text-align: center;
}
#tempPrice .p_price__area {
  margin-bottom: 0;
}
#tempPrice .inner {
  padding: 72px 0 72px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 8.5333333333vw 4.2666666667vw 6.4vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw 1.0666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub {
    font-size: 4.8vw;
  }
}
.monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #fff;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
    width: 12.8vw;
    border-top: 0.5333333333vw solid #fff;
  }
}
.monitor .board_ads__sub::after {
  transform: rotate(120deg);
}
.monitor .board_ads__main {
  display: block;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main {
    font-size: 5.6vw;
  }
}
.monitor .board_ads__main span {
  font-size: 42px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main span {
    font-size: 9.6vw;
  }
}
.monitor .line {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .monitor .line {
    padding-bottom: 2.1333333333vw;
  }
}
.monitor .line__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .monitor .line__date {
    gap: 1.0666666667vw;
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.monitor .line__date span {
  background: var(--color-strong);
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}
@media screen and (max-width: 744px) {
  .monitor .line__date span {
    border-radius: 1.0666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.monitor .line__note {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 744px) {
  .monitor .line__note {
    font-size: 2.4vw;
    margin-top: 2.1333333333vw;
    text-align: left;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: #dd5564;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #dd5564;
  padding: 4px;
  margin: 18px 0;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin: 4.8vw 0;
  }
}

/*# sourceMappingURL=style.css.map */
