@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");
: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;
  }
}

.ed-botox {
  --color-primary: #940000;
  --color-alpha: rgb(255, 226.04, 226.04);
  --color-secondary: rgba(148, 0, 0, 0.3);
  --color-strong: #2e0000;
}

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

.ed-botox {
  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%;
}
@media screen and (max-width: 744px) {
  .c-ttls .ttl {
    font-size: 6.4vw;
  }
}
.c-ttls .ttl .color1 {
  color: var(--color-primary);
}

.p-kv {
  background: url(../images/kv-bg.webp) top center/cover no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  height: 610px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv {
    max-width: none;
    height: 138.6666666667vw;
    background-image: url(../images/kv-bg-sp.webp);
  }
}
.p-kv .p-kv__inner {
  max-width: 1256px;
  margin: 0 auto;
  padding: 69px 0 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner {
    max-width: none;
    padding: 67.7333333333vw 0 0;
  }
}
.p-kv .box {
  width: 660px;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .p-kv .box {
    width: auto;
    margin: 0;
  }
}
.p-kv .box .text1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.39em;
  line-height: 1.7;
  padding-left: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .text1 {
    font-size: 4.2666666667vw;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.p-kv .box .title {
  display: grid;
  font-family: var(--font-noto-serif);
  font-style: italic;
  background: linear-gradient(90deg, #b28244 -8.23%, #e0c77d 12.73%, #fcf6ac 38.36%, #d3ac53 69.8%, #f7ed9a 90.76%, #d0ab5b 108.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  margin-bottom: 28px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .title {
    margin-top: -2vw;
    margin-bottom: 2.6666666667vw;
    margin-left: 5vw;
  }
}
.p-kv .box .title .txt1 {
  font-size: 160px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .box .title .txt1 {
    font-size: 23.4666666667vw;
  }
}
.p-kv .box .title .txt2 {
  font-size: 96px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .box .title .txt2 {
    font-size: 13.3333333333vw;
  }
}
.p-kv .box .text2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.39em;
  line-height: 1.7;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .text2 {
    font-size: 4.2666666667vw;
    padding-left: 0;
    margin-left: 7.4666666667vw;
  }
}

.p-lead {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.p-lead::before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -76px;
  left: 50%;
  width: 200%;
  transform: translateX(-50%) skewY(5deg);
  background: linear-gradient(90deg, #000000 0%, #940000 100%);
}
@media screen and (max-width: 744px) {
  .p-lead::before {
    top: -8vw;
    bottom: -4vw;
    transform: translateX(-50%) skewY(9deg);
  }
}
.p-lead__inner {
  max-width: 1065px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-lead__inner {
    max-width: none;
    padding: 0 4.2666666667vw 8.2666666667vw;
  }
}
.p-lead .title {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-lead .title {
    margin-bottom: 13.3333333333vw;
  }
}
.p-lead .title span {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 7px 8px;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  font-family: var(--font-noto-serif);
}
@media screen and (max-width: 744px) {
  .p-lead .title span {
    padding: 2.1333333333vw 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.p-lead .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-lead .lists {
    flex-direction: column;
    gap: 11.4666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-lead .lists .list {
  width: 339px;
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list {
    width: auto;
    position: relative;
  }
}
.p-lead .lists .list .img {
  width: 260px;
  margin: 0 auto;
  filter: drop-shadow(0 0 20px #000);
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list .img {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: drop-shadow(0 0 2.6666666667vw #000);
    z-index: 1;
  }
}
.p-lead .lists .list .txt {
  border-radius: 0 40px 0 40px;
  background: linear-gradient(90deg, #b28244 -8.23%, #e0c77d 12.73%, #fcf6ac 38.36%, #d3ac53 69.8%, #f7ed9a 90.76%, #d0ab5b 108.23%);
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  font-family: var(--font-noto-serif);
  border: 1px solid #000;
  margin-top: -56px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list .txt {
    font-size: 4.8vw;
    width: 71.4666666667vw;
    height: 23.7333333333vw;
    justify-content: flex-start;
    border-width: 0.2666666667vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list:nth-child(odd) .img {
    left: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list:nth-child(odd) .txt {
    margin-left: auto;
    padding-left: 21.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list:nth-child(even) .img {
    right: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list:nth-child(even) .txt {
    margin-right: auto;
    padding-left: 4.2666666667vw;
  }
}
.p-lead .lists .list:last-child .txt {
  font-size: 21px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-lead .lists .list:last-child .txt {
    font-size: 4.8vw;
  }
}
.p-lead .text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-lead .text {
    font-size: 4vw;
  }
}
.p-lead .text .gold {
  background: linear-gradient(90deg, #b28244 -8.23%, #e0c77d 12.73%, #fcf6ac 38.36%, #d3ac53 69.8%, #f7ed9a 90.76%, #d0ab5b 108.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 40px;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 744px) {
  .p-lead .text .gold {
    font-size: 7.4666666667vw;
    line-height: 1;
  }
}
.p-lead .text .gold .small {
  font-size: 34px;
}
@media screen and (max-width: 744px) {
  .p-lead .text .gold .small {
    font-size: 6.4vw;
  }
}
.p-lead .text .big {
  font-size: 34px;
}
@media screen and (max-width: 744px) {
  .p-lead .text .big {
    font-size: 6.4vw;
  }
}

.p-recommend {
  background: url(../images/recommend-bg.webp) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend {
    background-image: url(../images/recommend-bg-sp.webp);
    margin-top: -4vw;
  }
}
.p-recommend::after {
  content: "";
  background: url(../images/recommend-after.svg) no-repeat center center/cover;
  width: 1920px;
  height: 160px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-recommend::after {
    background-image: url(../images/recommend-after-sp.svg);
    width: 100vw;
    height: 16vw;
  }
}
.p-recommend__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 139px 0 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-recommend__inner {
    max-width: none;
    padding: 17.0666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-recommend .title {
  font-family: var(--font-noto-serif);
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-recommend .title {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.p-recommend .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.p-recommend .lists .list {
  width: 532px;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  padding: 16px 16px 16px 58px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists .list {
    width: auto;
    font-size: 4.8vw;
    padding: 2.9333333333vw 2.1333333333vw 2.1333333333vw 10.6666666667vw;
  }
}
.p-recommend .lists .list::before {
  content: "";
  position: absolute;
  background: url(../images/check.svg) no-repeat center center/contain;
  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;
  }
}

.title01 {
  background: linear-gradient(90deg, #b28244 -8.23%, #e0c77d 12.73%, #fcf6ac 38.36%, #d3ac53 69.8%, #f7ed9a 90.76%, #d0ab5b 108.23%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  font-size: 40px;
  font-family: var(--font-noto-serif);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .title01 {
    font-size: 6.4vw;
  }
}

.p-about {
  background: #000;
}
.p-about__inner {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 208px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__inner {
    max-width: none;
    padding: 0 4.2666666667vw 26.6666666667vw;
  }
}
.p-about__inner::before, .p-about__inner::after {
  content: "";
  background: rgba(196, 0, 0, 0.5);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(150px);
  position: absolute;
}
.p-about__inner::before {
  top: 200px;
  right: -400px;
}
.p-about__inner::after {
  bottom: 300px;
  left: -500px;
}
.p-about .title01 {
  margin-bottom: 48px;
}
@media screen and (max-width: 744px) {
  .p-about .title01 {
    margin-bottom: 5.8666666667vw;
  }
}
.p-about__row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-about__row {
    display: grid;
    gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-about__row .img {
  width: 426px;
}
@media screen and (max-width: 744px) {
  .p-about__row .img {
    width: auto;
  }
}
.p-about__row .texts {
  flex: 1;
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  .p-about__row .texts {
    gap: 2.6666666667vw;
  }
}
.p-about__row .texts .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-about__row .texts .text {
    font-size: 4vw;
  }
}
.p-about__row .texts .text .bg {
  background: #af2020;
}
.p-about__box {
  position: relative;
  z-index: 1;
}
.p-about__box_ttl {
  background: linear-gradient(90deg, #950505 0%, #ff6262 50%, #950505 100%);
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 744px) {
  .p-about__box_ttl {
    font-size: 6.4vw;
    padding: 4.2666666667vw 0;
  }
}
.p-about__box_wrap {
  background: #fff;
  padding: 40px 64px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap {
    padding: 6.4vw 4.2666666667vw;
  }
}
.p-about__box_wrap .row1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row1 {
    margin-bottom: 4.2666666667vw;
  }
}
.p-about__box_wrap .row1::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 26px solid #af2020;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row1::before {
    border-left-width: 3.4666666667vw;
    border-top-width: 2.6666666667vw;
    border-bottom-width: 2.6666666667vw;
  }
}
.p-about__box_wrap .row1_item {
  position: relative;
  width: 389px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row1_item {
    width: 37.6vw;
  }
}
.p-about__box_wrap .row1_item .txt {
  position: absolute;
  top: -8px;
  left: -8px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  padding: 2px 8px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row1_item .txt {
    top: -1.0666666667vw;
    left: -1.0666666667vw;
    font-size: 2.6666666667vw;
    padding: 0 1.0666666667vw;
  }
}
.p-about__box_wrap .row1_item:nth-child(1) .txt {
  background: #111;
}
.p-about__box_wrap .row1_item:nth-child(2) .txt {
  background: #af2020;
}
.p-about__box_wrap .text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .text1 {
    font-size: 4vw;
    text-align: left;
    margin-bottom: 6.4vw;
  }
}
.p-about__box_wrap .text2 {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .text2 {
    margin-bottom: 4.2666666667vw;
  }
}
.p-about__box_wrap .text2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .text2::before {
    height: 0.2666666667vw;
  }
}
.p-about__box_wrap .text2 .txt {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 40px;
  font-family: var(--font-noto-serif);
  line-height: 1.3;
  padding: 0 24px 4px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .text2 .txt {
    font-size: 6.4vw;
    line-height: 1.1;
    padding: 1.0666666667vw 4.2666666667vw 1.6vw;
  }
}
.p-about__box_wrap .text2 .txt .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .text2 .txt .small {
    font-size: 4.8vw;
  }
}
.p-about__box_wrap .row2 {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  gap: 58px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row2 {
    flex-direction: column;
    align-items: center;
    gap: 7.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-about__box_wrap .row2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 26px solid #af2020;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row2::before {
    border-top: 3.4666666667vw solid #af2020;
    border-bottom: none;
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
  }
}
.p-about__box_wrap .row2_item {
  width: 357px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row2_item {
    width: 74.4vw;
  }
}
.p-about__box_wrap .row2_item .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row2_item .txt {
    font-size: 3.7333333333vw;
    padding: 0.5333333333vw;
  }
}
.p-about__box_wrap .row2_item .txt .big {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row2_item .txt .big {
    font-size: 4.2666666667vw;
  }
}
.p-about__box_wrap .row2_item:nth-child(1) .txt {
  background: #111;
}
.p-about__box_wrap .row2_item:nth-child(2) .txt {
  background: #af2020;
}
.p-about__box_wrap .row2_item:nth-child(2) .img {
  border-bottom: 1px solid #af2020;
  border-right: 1px solid #af2020;
  border-left: 1px solid #af2020;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .row2_item:nth-child(2) .img {
    border-bottom-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
    border-left-width: 0.2666666667vw;
  }
}
.p-about__box_wrap .text3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-about__box_wrap .text3 {
    font-size: 4vw;
    letter-spacing: -0.02em;
    text-align: left;
  }
}
.p-about__box_wrap .text3 .red {
  color: #e4005d;
}
.p-about__img {
  position: absolute;
  width: 1206px;
  bottom: -400px;
  left: 46%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-about__img {
    width: 200vw;
    left: auto;
    transform: none;
    right: 1.5vw;
    bottom: -71vw;
  }
}

.p-mechanism {
  background: linear-gradient(180deg, #000000 0%, #3b0000 80%);
}
.p-mechanism__inner {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__inner {
    max-width: none;
    padding: 0 4.2666666667vw 8.5333333333vw;
  }
}
.p-mechanism .title01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .title01 {
    margin-bottom: 6.4vw;
  }
}
.p-mechanism .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .row {
    flex-direction: column;
    gap: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-mechanism .row_item {
  width: 478px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .row_item {
    width: auto;
  }
}
.p-mechanism .row_item .ttl {
  padding: 16px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism .row_item .ttl {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.p-mechanism .row_item .img {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-mechanism .row_item .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  pointer-events: none;
}
@media screen and (max-width: 744px) {
  .p-mechanism .row_item .img::before {
    border-left-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-mechanism .row_item:nth-child(1) .ttl {
  background: #fff;
  color: #940000;
}
.p-mechanism .row_item:nth-child(2) .ttl {
  background: #a1ff00;
  color: #111;
}
.p-mechanism .row_item:nth-child(2) .img::before {
  border-left-color: #a1ff00;
  border-right-color: #a1ff00;
  border-bottom-color: #a1ff00;
}
.p-mechanism .text1 {
  text-align: right;
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .text1 {
    font-size: 2.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-mechanism .text2 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-mechanism .text2 {
    font-size: 4.2666666667vw;
    text-align: left;
  }
}

.p-cocktails {
  background: #940000;
  position: relative;
}
.p-cocktails::before {
  content: "";
  position: absolute;
  background: url(../images/cocktails-bg.webp) no-repeat center center/cover;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 744px) {
  .p-cocktails::before {
    height: 80.2666666667vw;
    right: 0;
    width: auto;
    bottom: auto;
  }
}
.p-cocktails__inner {
  position: relative;
  padding: 41px 0;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-cocktails__inner {
    padding: 6.4vw 4.2666666667vw 8.5333333333vw;
    max-width: none;
  }
}
.p-cocktails .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  gap: 143px;
}
@media screen and (max-width: 744px) {
  .p-cocktails .row {
    flex-direction: column;
    margin-right: 0;
    gap: 12.8vw;
  }
}
.p-cocktails .row_item:nth-child(1) {
  width: 510px;
  background: rgba(2, 13, 24, 0.8);
  background-blend-mode: multiply;
  box-shadow: 0px 0px 30px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(1) {
    width: auto;
    box-shadow: 0px 0px 5.3333333333vw 0px rgb(0, 0, 0);
  }
}
.p-cocktails .row_item:nth-child(1) .ttl1 {
  text-align: center;
  color: #fff;
  background: #858383;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 0;
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(1) .ttl1 {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.p-cocktails .row_item:nth-child(1) .ttl1 .small {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(1) .ttl1 .small {
    font-size: 3.2vw;
  }
}
.p-cocktails .row_item:nth-child(1) .img {
  position: relative;
}
.p-cocktails .row_item:nth-child(1) .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 2px solid #858383;
  border-right: 2px solid #858383;
  border-bottom: 2px solid #858383;
  pointer-events: none;
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(1) .img::before {
    border-left-width: 0.2666666667vw;
    border-right-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.p-cocktails .row_item:nth-child(2) {
  width: 507px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(2) {
    width: auto;
  }
}
.p-cocktails .row_item:nth-child(2) .ttl2 {
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-shadow: 0px 0px 0.5em rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(2) .ttl2 {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 6.4vw;
  }
}
.p-cocktails .row_item:nth-child(2) .text1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-shadow: 0px 0px 1em rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(2) .text1 {
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-cocktails .row_item:nth-child(2) .text2 {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: right;
  text-shadow: 0px 0px 1em rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 744px) {
  .p-cocktails .row_item:nth-child(2) .text2 {
    font-size: 2.6666666667vw;
  }
}

.p-compare {
  background: linear-gradient(180deg, #111 0%, #000 100%);
}
.p-compare__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 72px 0 32px;
}
@media screen and (max-width: 744px) {
  .p-compare__inner {
    max-width: none;
    padding: 8.5333333333vw 3.7333333333vw 4.2666666667vw;
  }
}
.p-compare .title01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-compare .title01 {
    margin-bottom: 6.4vw;
  }
}
.p-compare__table {
  width: 100%;
  margin: 0 auto 38px;
}
@media screen and (max-width: 744px) {
  .p-compare__table {
    margin-bottom: 4.2666666667vw;
  }
}
.p-compare__table tr {
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tr {
    gap: 1.0666666667vw;
    grid-template-columns: 26.6666666667vw 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 th {
  font-family: var(--font-noto-serif);
}
.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: 32px;
  font-weight: 700;
  line-height: 1.3;
  height: 96px;
}
@media screen and (max-width: 744px) {
  .p-compare__table thead th {
    font-size: 4.2666666667vw;
    height: 25.6vw;
  }
}
.p-compare__table thead th:nth-child(2) {
  background: #940000;
  position: relative;
}
.p-compare__table thead th:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: 0;
  border-top: 7px solid #e0c77d;
  border-right: 7px solid #e0c77d;
  border-left: 7px solid #e0c77d;
}
@media screen and (max-width: 744px) {
  .p-compare__table thead th:nth-child(2)::before {
    top: -0.8vw;
    left: -0.8vw;
    right: -0.8vw;
    border-top-width: 0.8vw;
    border-right-width: 0.8vw;
    border-left-width: 0.8vw;
  }
}
.p-compare__table thead th:nth-child(3) {
  background: #939289;
}
.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(even) td {
  background: #fff6f6;
}
.p-compare__table tbody tr:last-child td::before {
  border-bottom: 7px solid #e0c77d;
  bottom: -7px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody tr:last-child td::before {
    border-bottom-width: 0.8vw;
    bottom: -0.8vw;
  }
}
.p-compare__table tbody th,
.p-compare__table tbody td {
  font-weight: 700;
  line-height: 1.3;
  height: 91px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody th,
  .p-compare__table tbody td {
    height: 16.8vw;
  }
}
.p-compare__table tbody th {
  background: #aaa;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody th {
    font-size: 4vw;
  }
}
.p-compare__table tbody td {
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody td {
    font-size: 3.4666666667vw;
  }
}
.p-compare__table tbody td:nth-of-type(1) {
  position: relative;
}
.p-compare__table tbody td:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: 0;
  border-right: 7px solid #e0c77d;
  border-left: 7px solid #e0c77d;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody td:nth-of-type(1)::before {
    top: -1.0666666667vw;
    left: -0.8vw;
    right: -0.8vw;
    border-right-width: 0.8vw;
    border-left-width: 0.8vw;
  }
}
.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;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-compare__text {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    text-align: left;
  }
}
.p-compare__text .bg {
  background-color: #af2020;
}

.p-effect {
  background: #000 url(../images/effect-bg.webp) no-repeat top center/1920px 1344px;
}
@media screen and (max-width: 744px) {
  .p-effect {
    background: #000 url(../images/effect-bg-sp.webp) no-repeat top center/100% 376.2666666667vw;
  }
}
.p-effect__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0 72px;
}
@media screen and (max-width: 744px) {
  .p-effect__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.p-effect .title01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-effect .title01 {
    margin-bottom: 8.5333333333vw;
    text-align: left;
  }
}
.p-effect .title01 .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .p-effect .title01 .small {
    font-size: 4.8vw;
  }
}
.p-effect__about {
  margin-left: 304px;
  padding: 16px 0;
  color: #fff;
  position: relative;
  margin-bottom: 27px;
}
@media screen and (max-width: 744px) {
  .p-effect__about {
    margin-left: 0;
    margin-bottom: 6vw;
    padding: 2.1333333333vw 0;
  }
}
.p-effect__about::before, .p-effect__about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: linear-gradient(90deg, #b28244 -8.23%, #e0c77d 12.73%, #fcf6ac 38.36%, #d3ac53 69.8%, rgba(247, 237, 154, 0.3) 90.76%, rgba(208, 171, 91, 0) 108.23%);
}
@media screen and (max-width: 744px) {
  .p-effect__about::before, .p-effect__about::after {
    height: 0.2666666667vw;
  }
}
.p-effect__about::before {
  top: 0;
}
@media screen and (max-width: 744px) {
  .p-effect__about::before {
    width: 47.4666666667vw;
  }
}
.p-effect__about::after {
  bottom: 0;
}
.p-effect__about .ttl {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--font-noto-serif);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-effect__about .ttl {
    font-size: 5.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-effect__about .ttl .small {
  font-size: 16px;
}
@media screen and (max-width: 744px) {
  .p-effect__about .ttl .small {
    font-size: 3.4666666667vw;
  }
}
.p-effect__about .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-effect__about .txt {
    font-size: 4vw;
  }
}
.p-effect__about .txt .bg {
  background: #af2020;
}
.p-effect__wrap {
  padding-top: 64px;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap {
    padding: 0;
    height: 132.5333333333vw;
    margin-bottom: 18.4vw;
  }
}
.p-effect__wrap .row {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row {
    display: flex;
    gap: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item {
    width: 50%;
  }
}
.p-effect__wrap .row_item .ttl {
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item .ttl {
    font-size: 4.2666666667vw;
    line-height: 1.1;
    text-align: center;
  }
}
.p-effect__wrap .row_item .ttl .small {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item .ttl .small {
    font-size: 1em;
  }
}
.p-effect__wrap .row_item .lists {
  display: grid;
  margin-left: 115px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item .lists {
    gap: 1.0666666667vw;
    margin: 0;
  }
}
.p-effect__wrap .row_item .lists li {
  position: relative;
  padding-left: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0px 0px 0.5em #000;
  padding-bottom: 2px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item .lists li {
    padding-left: 4.8vw;
    font-size: 3.4666666667vw;
    line-height: 1.3;
  }
}
.p-effect__wrap .row_item .lists li::before {
  content: "";
  position: absolute;
  background: url(../images/check2.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item .lists li::before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-effect__wrap .row_item:nth-child(1) .ttl {
  margin-left: 24px;
  margin-bottom: 118px;
  color: #fff;
  text-shadow: 0px 0px 0.5em #f5e380;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(1) .ttl {
    margin-left: 5vw;
    margin-bottom: 18.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(1) .lists {
    transform: translateX(19.2vw);
    width: 36vw;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(1) .lists::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 38.4vw;
    height: 38.4vw;
    background: #c40000;
    filter: blur(5.3333333333vw);
    opacity: 0.8;
  }
}
.p-effect__wrap .row_item:nth-child(2) .ttl {
  margin-left: 17px;
  margin-bottom: 99px;
  color: #000;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(2) .ttl {
    margin-left: 0;
    margin-right: 3vw;
    margin-bottom: 58.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(2) .lists {
    width: 33.0666666667vw;
    transform: translateX(6.9333333333vw);
  }
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(2) .lists::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 38.4vw;
    height: 38.4vw;
    background: #fade4e;
    filter: blur(8vw);
    opacity: 0.8;
  }
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .row_item:nth-child(2) .lists li::before {
    background-image: url(../images/check3.svg);
    height: 5.3333333333vw;
  }
}
.p-effect__wrap .box {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box {
    display: flex;
    align-items: flex-end;
    gap: 4.2666666667vw;
  }
}
.p-effect__wrap .box .texts {
  font-family: var(--font-noto-serif);
  position: absolute;
  width: 400px;
  top: -220px;
  right: -36px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .texts {
    width: 29.3333333333vw;
    right: auto;
    top: -3vw;
    left: -32vw;
  }
}
.p-effect__wrap .box .texts .txt1 {
  color: #000;
  font-size: 55px;
  font-weight: 900;
  line-height: 0.87;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 1px 1px 0px #fff7d0, 1px -1px 0px #fff7d0, -1px -1px 0px #fff7d0, -1px 1px 0px #fff7d0, 0px 0px 0.3em #f5e380;
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .texts .txt1 {
    font-size: 6.4vw;
    margin-bottom: 1vw;
  }
}
.p-effect__wrap .box .texts .txt1 .small {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .texts .txt1 .small {
    font-size: 4.8vw;
  }
}
.p-effect__wrap .box .texts .txt2 {
  color: #f5e380;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 0.2em #865b37, 0px 0px 0.15em #30180b, 0px 0px 0.5em #000000, 0px 0px 0.5em #000000;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .texts .txt2 {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.p-effect__wrap .box .lists {
  width: 336px;
  height: 171px;
  background: url(../images/effect-01.webp) no-repeat center center/cover;
  display: grid;
  padding-top: 18px;
  padding-left: 24px;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .lists {
    width: 42.6666666667vw;
    height: 21.8666666667vw;
    background-image: url(../images/effect-01-sp.webp);
    gap: 1.0666666667vw;
    padding-top: 1.8666666667vw;
    padding-left: 2.1333333333vw;
  }
}
.p-effect__wrap .box .lists li {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 39px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .lists li {
    font-size: 3.2vw;
    line-height: 1.3;
    padding-left: 4.8vw;
  }
}
.p-effect__wrap .box .lists li::before {
  content: "";
  position: absolute;
  background: url(../images/check2.svg) no-repeat center center/contain;
  width: 39px;
  height: 39px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-effect__wrap .box .lists li::before {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.p-effect__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-effect__text {
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
}
.p-effect__text .bg {
  background: #af2020;
}
.p-painless {
  background: url(../images/painless-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 744px) {
  .p-painless {
    background-image: url(../images/painless-bg-sp.webp);
  }
}
.p-painless__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-painless__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.p-painless .img {
  position: absolute;
  width: 360px;
  bottom: 0;
  left: -38px;
}
@media screen and (max-width: 744px) {
  .p-painless .img {
    position: relative;
    width: 62.4vw;
    bottom: auto;
    left: auto;
    margin: 0 auto;
  }
}
.p-painless .box {
  margin-left: 380px;
}
@media screen and (max-width: 744px) {
  .p-painless .box {
    margin: 0;
  }
}
.p-painless .box .ttl {
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-painless .box .ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.p-painless .box .ttl .bg {
  background: #111;
  padding: 0 12px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-painless .box .ttl .bg {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.p-painless .box .texts {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-painless .box .texts {
    gap: 2.1333333333vw;
  }
}
.p-painless .box .texts .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-painless .box .texts .txt {
    font-size: 4vw;
    letter-spacing: -0.02em;
  }
}
.p-painless .box .texts .txt .bg {
  background: #fff;
}

body .wrapper .prp-neck #ca header {
  background: linear-gradient(360deg, #681d2e 0%, #b6153a 100%);
}
body .wrapper .prp-neck #ca .ca_web .box .txt_1 {
  color: var(--color-primary);
}
body .wrapper .prp-neck #ca .ca_web .box .btn_btn {
  background: linear-gradient(180deg, var(--color-tertiary) 0%, #da4454 100%) !important;
}

#relation {
  background: #fff6f6;
}
#supervision .p__abouts .btn {
  background: linear-gradient(180deg, #afa673 0%, #534d2a 100%);
}

.maker {
  background-image: linear-gradient(to top, var(--color-primary) 7%, transparent 7%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.4em;
  transition: 1s;
  transition-delay: 0.7s;
}
.maker.anim {
  background-size: 100% 100%;
}

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

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f5edeb;
}
#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;
  }
}
#tempPrice .c-price:last-child {
  margin-top: 0;
}

/* --------------------------------------------------
よくある質問
-------------------------------------------------- */
#faq .faqList__item {
  background: #fff6f6;
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.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 */
