@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;
  }
}

.prp-penis-boost {
  --color-primary: #afa673;
  --color-alpha: rgb(248.6, 247.88, 243.8);
  --color-secondary: #afa673;
  --color-strong: rgb(147.8363636364, 131.6854545455, 40.1636363636);
}

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

main h2 {
  margin-bottom: 0;
}

.prp-penis-boost {
  overflow-x: hidden;
}

.title01 {
  font-family: var(--font-noto-serif);
  color: #afa673;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 34px;
}
@media screen and (max-width: 744px) {
  .title01 {
    font-size: 6.4vw;
    line-height: 1.3;
    padding-bottom: 6.6666666667vw;
  }
}
.title01::after {
  content: "";
  background: url(../images/h2-after.svg) no-repeat center center/contain;
  width: 256px;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 744px) {
  .title01::after {
    width: 34.1333333333vw;
    height: 2.4vw;
  }
}
.title01 .big {
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .title01 .big {
    font-size: 8.5333333333vw;
  }
}
.title01 .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .title01 .small {
    font-size: 5.6vw;
  }
}

.title02 {
  font-family: var(--font-noto-serif);
  color: #afa673;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 42px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .title02 {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    margin-bottom: 6.4vw;
    padding-top: 6.9333333333vw;
  }
}
.title02::before {
  content: "";
  background: url(../images/logo-wh.webp) no-repeat center center/contain;
  width: 164px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .title02::before {
    width: 30.4vw;
    height: 4.8vw;
  }
}
.title02._bk {
  color: #111;
}
.title02._bk::before {
  background-image: url(../images/logo-bk.webp);
}

.polygon {
  overflow: visible;
}
.polygon .txt {
  position: relative;
}
.polygon .txt::after {
  content: "";
  background: url(../images/polygon.svg) no-repeat center center/contain;
  width: 116px;
  height: 134px;
  position: absolute;
  z-index: 1;
  top: -54px;
  right: -52px;
}
@media screen and (max-width: 744px) {
  .polygon .txt::after {
    width: 15.4666666667vw;
    height: 17.8666666667vw;
    top: -6.4vw;
    right: -6.4vw;
  }
}

@keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------------
KV
-------------------------------------------------- */
.p-kv {
  background: url(../images/kv-bg.webp) top center/1920px 610px no-repeat;
}
@media screen and (max-width: 744px) {
  .p-kv {
    height: 138.6666666667vw;
    background: url(../images/kv-bg-sp.webp) top center/cover;
  }
}
.p-kv .inner {
  max-width: 1008px;
  height: 610px;
  padding-top: 42px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .inner {
    padding: 6.4vw 4.2666666667vw 0;
    height: 100%;
  }
}
.p-kv__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.39em;
  color: #111;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .p-kv__lead {
    font-size: 9.6vw;
    line-height: 1;
    letter-spacing: 0;
    margin-left: -4vw;
    margin-bottom: 20.2666666667vw;
  }
}
.p-kv__lead .dot {
  margin-left: -0.27em;
  margin-right: -0.27em;
}
.p-kv .kiran-img {
  position: relative;
  overflow: hidden;
  width: 429px;
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-kv .kiran-img {
    width: 43.7333333333vw;
    margin-left: auto;
    margin-bottom: 0.8vw;
  }
}
.p-kv .kiran {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 4s ease-in-out infinite;
}
@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  15% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  15.5% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.p-kv__title {
  position: relative;
  font-size: 104px;
  font-family: var(--font-noto-serif);
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 30px;
  transform: skew(-10deg);
}
@media screen and (max-width: 744px) {
  .p-kv__title {
    font-size: 12.8vw;
    margin-bottom: 4.2666666667vw;
    text-align: right;
  }
}
.p-kv__title span {
  position: relative;
  left: 12px;
  font-size: 50px;
  display: block;
}
@media screen and (max-width: 744px) {
  .p-kv__title span {
    font-size: 6.4vw;
    margin-top: -1.0666666667vw;
  }
}
.p-kv__text {
  background: linear-gradient(113.82deg, #ffffff -12.58%, #afa673 18.22%, #9b9364 49.09%);
  border: 2px solid #fff;
  padding: 8px 0 14px;
  width: 489px;
  color: #fff;
  font-family: var(--font-noto-serif);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv__text {
    width: auto;
    border-width: 0.3733333333vw;
    padding: 1.76vw;
    gap: 1.6vw;
    justify-content: flex-start;
  }
}
.p-kv__text .text1 {
  font-size: 24px;
  text-shadow: -3px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .p-kv__text .text1 {
    font-size: 4vw;
  }
}
.p-kv__text .text1 .big1 {
  font-size: 30px;
}
@media screen and (max-width: 744px) {
  .p-kv__text .text1 .big1 {
    font-size: 4.8vw;
  }
}
.p-kv__text .text1 .big2 {
  font-size: 31px;
}
@media screen and (max-width: 744px) {
  .p-kv__text .text1 .big2 {
    font-size: 4.8vw;
  }
}
.p-kv__text .bg {
  background: #534d2a;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 1px 8px 4px;
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .p-kv__text .bg {
    font-size: 4vw;
    padding: 1.2533333333vw 1.4933333333vw;
  }
}
.p-kv__text .bg .yellow {
  color: #fff848;
}
.p-kv__text .bg .num {
  font-size: 27px;
}
@media screen and (max-width: 744px) {
  .p-kv__text .bg .num {
    font-size: 4.8vw;
  }
}
.p-kv__text .circle {
  background: #534d2a;
  position: absolute;
  top: -91px;
  right: -71px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding-top: 0.96em;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-kv__text .circle {
    top: -3.2vw;
    right: -1.0666666667vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-kv__text .circle .big1 {
  font-size: 56px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 744px) {
  .p-kv__text .circle .big1 {
    font-size: 8.8vw;
  }
}
.p-kv__text .circle .big2 {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .p-kv__text .circle .big2 {
    font-size: 3.7333333333vw;
  }
}
.p-kv__wrap {
  position: absolute;
  bottom: 9px;
  right: -111px;
}
@media screen and (max-width: 744px) {
  .p-kv__wrap {
    width: 91.4666666667vw;
    bottom: 3.7333333333vw;
    right: 4.2666666667vw;
  }
}
.p-kv__wrap .row {
  display: flex;
  gap: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-kv__wrap .row {
    flex-direction: column;
    gap: 2.1333333333vw;
    margin-bottom: 22.9333333333vw;
  }
}
.p-kv__wrap .text {
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-kv__wrap .text {
    font-size: 2.6666666667vw;
  }
}
.p-kv .batch {
  width: 160px;
}
@media screen and (max-width: 744px) {
  .p-kv .batch {
    width: 24vw;
  }
}
.p-kv .batch img {
  aspect-ratio: 160/160;
  width: 100%;
  object-fit: cover;
}
.p-kv .lists {
  background: linear-gradient(180deg, #afa673 0%, #494630 100%);
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .p-kv .lists {
    display: none;
  }
}
.p-kv .lists .list {
  text-align: center;
  font-weight: 700;
  line-height: 130%;
  height: 55px;
  font-size: 18px;
  width: 216px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 744px) {
  .p-kv .lists .list {
    height: 14.6666666667vw;
    font-size: 4.8vw;
    width: 57.6vw;
    border-left: 0.2666666667vw solid #fff;
  }
}
.p-kv .lists .list:last-of-type {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 744px) {
  .p-kv .lists .list:last-of-type {
    border-right: 0.2666666667vw solid #fff;
  }
}
.p-kv .lists .list a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-noto-serif);
  font-weight: 500;
}
.p-kv .lists .list a:hover {
  color: #fff848;
}

/* --------------------------------------------------
p-lead
-------------------------------------------------- */
.p-lead {
  background: #111;
  overflow: visible;
}
.p-lead .inner {
  padding-top: 48px;
  padding-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .p-lead .inner {
    padding-top: 6.6666666667vw;
    padding-bottom: 8.5333333333vw;
  }
}
.p-lead__text {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.4em;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-lead__text {
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
}
.p-lead__img {
  position: absolute;
  width: 377px;
  top: 0;
  left: -31px;
}
@media screen and (max-width: 744px) {
  .p-lead__img {
    width: 39.7333333333vw;
    left: 0;
  }
}

.p-video {
  background: #111;
}
.p-video .inner {
  background: none;
  padding: 0;
}
.p-video__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-video__inner {
    max-width: 100%;
    padding: 0 4.2666666667vw 6.4vw;
  }
}
.p-video .video__wrap {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .p-video .video__wrap {
    box-shadow: 1.0666666667vw 5.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.2);
  }
}
.p-video .video__wrap:hover {
  opacity: 0.9;
  transform: scale(1.01);
}
.p-video .video__wrap video {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.p-video .video-modal {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: none;
  padding: 0;
  background: transparent;
  max-width: none;
  max-height: none;
  outline: none;
}
.p-video .video-modal.is-open {
  opacity: 1;
}
.p-video .video-modal.is-open::backdrop {
  opacity: 1;
}
.p-video .video-modal::backdrop {
  opacity: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.p-video .video-modal__container {
  height: 100vh;
  overflow-y: auto;
  display: grid;
  place-content: center;
  overflow: visible;
}
.p-video .video-modal__content {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 744px) {
  .p-video .video-modal__content {
    padding-top: 10.6666666667vw;
  }
}
.p-video .video-modal__content video {
  width: 80vw;
  max-width: 1920px;
  height: auto;
  max-height: 85vh;
  display: block;
  outline: none;
}
@media screen and (max-width: 744px) {
  .p-video .video-modal__content video {
    width: 91.4666666667vw;
    max-width: none;
    max-height: 80vh;
  }
}
.p-video .video-modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
@media screen and (max-width: 744px) {
  .p-video .video-modal__close-btn {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-video .video-modal__close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-video .video-modal__close-btn::before, .p-video .video-modal__close-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 744px) {
  .p-video .video-modal__close-btn::before, .p-video .video-modal__close-btn::after {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
.p-video .video-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-video .video-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* --------------------------------------------------
p-about
-------------------------------------------------- */
.p-about {
  background: linear-gradient(0deg, #111111 0%, #5e5a40 50%, #111111 100%);
  position: relative;
  overflow: visible;
}
.p-about .inner {
  padding-top: 56px;
  padding-bottom: 72px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .p-about .inner {
    padding: 6.4vw 4.2666666667vw 10.6666666667vw;
  }
}
.p-about .inner::before {
  content: "";
  background: url(../images/polygon-bg.webp) no-repeat center center/contain;
  width: 1590px;
  height: 1018px;
  position: absolute;
  top: -40px;
  left: -609px;
}
@media screen and (max-width: 744px) {
  .p-about .inner::before {
    width: 259.7333333333vw;
    height: 179.2vw;
    top: 136.8vw;
    left: -86.1333333333vw;
  }
}
.p-about__ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}
@media screen and (max-width: 744px) {
  .p-about__ttl {
    margin-bottom: 6.4vw;
  }
}
.p-about__ttl .txt {
  font-family: var(--font-noto-serif);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.36;
  color: #fff;
  text-shadow: 0px 0px 10px #ffffff;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-about__ttl .txt {
    font-size: 5.6vw;
    font-feature-settings: "palt";
  }
}
.p-about__ttl .txt .small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .p-about__ttl .txt .small {
    font-size: 5.6vw;
  }
}
.p-about__ttl .txt .big1 {
  font-size: 64px;
}
@media screen and (max-width: 744px) {
  .p-about__ttl .txt .big1 {
    font-size: 8.5333333333vw;
  }
}
.p-about__ttl .txt .big2 {
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .p-about__ttl .txt .big2 {
    font-size: 1em;
  }
}
.p-about__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  margin-bottom: 64px;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .p-about__row {
    flex-direction: column;
    align-items: normal;
    padding: 0;
    margin-bottom: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.p-about__row .img .desc {
  background: #afa673;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding: 4px 0;
}
@media screen and (max-width: 744px) {
  .p-about__row .img .desc {
    font-size: 4.2666666667vw;
    padding: 0.5333333333vw 0;
  }
}
.p-about__row .texts {
  width: 480px;
}
@media screen and (max-width: 744px) {
  .p-about__row .texts {
    width: auto;
  }
}
.p-about__row .texts .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #cfcfcf;
}
@media screen and (max-width: 744px) {
  .p-about__row .texts .text {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-about__row .texts .text:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-about__row .texts .text:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
}
.p-about__wrap {
  margin-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-about__wrap {
    margin-bottom: 6.4vw;
  }
}
.p-about__wrap .ttl {
  background: linear-gradient(103.34deg, #ffffff -10.33%, #afa673 16.57%);
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .ttl {
    font-size: 5.6vw;
    padding: 2.1333333333vw 0;
  }
}
.p-about__wrap .box {
  border: 1px solid #afa673;
  border-top: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 39px 63px;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .box {
    border-width: 0.2666666667vw;
    padding: 4vw 3.2vw 4.2666666667vw;
  }
}
.p-about__wrap .box .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .box .lists {
    margin-bottom: 4.8vw;
  }
}
.p-about__wrap .box .lists .list {
  width: 253px;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .box .lists .list {
    width: 25.0666666667vw;
  }
}
.p-about__wrap .box .lists .list .txt {
  background: rgb(175, 166, 115);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  padding: 4px 0;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .box .lists .list .txt {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 0;
  }
}
.p-about__wrap .box .lists .list:not(:last-child) {
  position: relative;
}
.p-about__wrap .box .lists .list:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 102px;
  right: -16.25px;
  transform: translateX(100%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 14px solid #afa673;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .box .lists .list:not(:last-child)::before {
    top: 10.6666666667vw;
    right: -1.3333333333vw;
    border-top-width: 1.3333333333vw;
    border-bottom-width: 1.3333333333vw;
    border-left-width: 1.8666666667vw;
  }
}
.p-about__wrap .box .text {
  color: #cfcfcf;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .p-about__wrap .box .text {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-about__bnr {
  position: relative;
  z-index: 1;
}

/* --------------------------------------------------
p-recommend
-------------------------------------------------- */
.p-recommend {
  background: #111;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .p-recommend .inner {
    padding: 0 4.2666666667vw 8.5333333333vw;
  }
}
.p-recommend .inner::before {
  content: "";
  position: absolute;
  width: 880px;
  height: 866px;
  top: -240px;
  right: -360px;
  background: url(../images/recommend-bg.webp) no-repeat center center/contain;
}
@media screen and (max-width: 744px) {
  .p-recommend .inner::before {
    background-image: url(../images/recommend-bg-sp.webp);
    width: 67.2vw;
    height: 79.7333333333vw;
    top: -16.2666666667vw;
    right: 0vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .title02 {
    text-align: left;
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-recommend .title02::before {
    right: auto;
    left: 4.2666666667vw;
    margin: 0;
  }
}
.p-recommend__box {
  border: 1px solid #afa673;
  background: rgba(255, 255, 255, 0.1);
  width: 900px;
  margin: 0 auto;
  padding: 39px 119px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend__box {
    width: auto;
    border-width: 0.2666666667vw;
    padding: 4vw;
  }
}
.p-recommend__box .lists {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  .p-recommend__box .lists {
    gap: 2.1333333333vw;
  }
}
.p-recommend__box .lists .list {
  font-family: var(--font-noto-serif);
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend__box .lists .list {
    font-size: 4.8vw;
    padding-left: 8.5333333333vw;
    padding-top: 0.8vw;
  }
}
.p-recommend__box .lists .list::before {
  content: "";
  background: url(../images/check-01.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-recommend__box .lists .list::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.p-recommend__box .lists .list:not(:last-child) {
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .p-recommend__box .lists .list:not(:last-child) {
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 4vw;
  }
}

/* --------------------------------------------------
p-mechanism
-------------------------------------------------- */
.p-mechanism {
  background: #111;
  color: #fff;
}
.p-mechanism .inner {
  max-width: 1280px;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .inner {
    padding: 6.4vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-mechanism .title01 {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 39px;
  text-shadow: 0px 0px 10px #ffffff;
}
@media screen and (max-width: 744px) {
  .p-mechanism .title01 {
    margin-bottom: 8.5333333333vw;
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 744px) {
  .p-mechanism .title01 .big._1 {
    font-size: 6.4vw;
  }
}
.p-mechanism .polygon .txt:after {
  top: -53px;
  right: -103px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .polygon .txt:after {
    top: -6.4vw;
    right: -6.4vw;
  }
}
.p-mechanism__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 1000px;
  margin: 0 auto 64px;
  padding: 0 48px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists {
    width: auto;
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-bottom: 8.5333333333vw;
    padding: 0;
  }
}
.p-mechanism__lists .list {
  width: 100%;
}
.p-mechanism__lists .list:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list {
    width: auto;
    padding-bottom: 6.4vw;
    border-bottom: 0.2666666667vw solid #afa673;
  }
  .p-mechanism__lists .list:last-child {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-mechanism__lists .list .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list .row {
    margin-bottom: 4.2666666667vw;
  }
}
.p-mechanism__lists .list .row::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 21px solid #e4005d;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list .row::before {
    border-left-width: 4.8vw;
    border-top-width: 3.6vw;
    border-bottom-width: 3.6vw;
  }
}
.p-mechanism__lists .list .row_item {
  width: 196px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list .row_item {
    width: 44.8vw;
  }
}
.p-mechanism__lists .list .row_item .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding: 4px 0;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list .row_item .txt {
    font-size: 4vw;
    padding: 0.5333333333vw 0;
  }
}
.p-mechanism__lists .list .row_item:nth-child(1) .txt {
  background: #afa673;
}
.p-mechanism__lists .list .row_item:nth-child(2) .txt {
  background: #e4005d;
}
.p-mechanism__lists .list .ttl {
  font-family: var(--font-noto-serif);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-left: 4px solid #afa673;
  padding-left: 8px;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list .ttl {
    font-size: 5.6vw;
    border-left-width: 0.9066666667vw;
    padding-left: 1.76vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 2.5066666667vw;
  }
}
.p-mechanism__lists .list .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  .p-mechanism__lists .list .txt {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-mechanism__box {
  font-family: var(--font-noto-serif);
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box {
    width: auto;
  }
}
.p-mechanism__box .title {
  background: linear-gradient(103.34deg, #ffffff -10.33%, #afa673 16.57%);
  color: #fff;
  padding: 16px 0;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .title {
    font-size: 5.3333333333vw;
    font-feature-settings: "palt";
    line-height: 1.3;
    padding: 2.1333333333vw 0;
  }
}
.p-mechanism__box .row {
  border: 1px solid #afa673;
  border-top: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 39px 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row {
    border-width: 0.2666666667vw;
    padding: 4vw;
    flex-direction: column;
    align-items: normal;
    gap: 4.2666666667vw;
  }
}
.p-mechanism__box .row .box {
  width: 352px;
  padding: 7px 39px 23px;
  background: #2d2c25;
  border: 1px solid #afa673;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .box {
    width: auto;
    padding: 1.8666666667vw 4vw 4vw;
    border-width: 0.2666666667vw;
  }
}
.p-mechanism__box .row .box .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .box .ttl {
    font-size: 4.8vw;
    line-height: 1.3;
    margin-bottom: 2.1333333333vw;
  }
}
.p-mechanism__box .row .box .list1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .box .list1 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.p-mechanism__box .row .box .list1 .list {
  background: #fff;
  color: #534d2a;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .box .list1 .list {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .box .list1 .list:not(:last-child) {
    width: 48%;
  }
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .box .list1 .list:last-child {
    width: 100%;
  }
}
.p-mechanism__box .row .lists2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .lists2 {
    gap: 3.2vw;
    padding-left: 8.5333333333vw;
  }
}
.p-mechanism__box .row .lists2 .list {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .lists2 .list {
    font-size: 4.8vw;
    padding-left: 8.5333333333vw;
  }
}
.p-mechanism__box .row .lists2 .list::before {
  content: "";
  position: absolute;
  background: url(../images/check-02.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-mechanism__box .row .lists2 .list::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}

/* --------------------------------------------------
p-cocktails
-------------------------------------------------- */
.p-cocktails {
  position: relative;
  overflow: hidden;
  background: var(--color-primary);
}
.p-cocktails::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url(../images/cocktails-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .p-cocktails::before {
    background-image: url(../images/cocktails-bg-sp.webp);
    width: 100%;
    height: 58.6666666667vw;
  }
}
.p-cocktails .wrapper {
  display: flex;
  justify-content: center;
  width: 1126px;
  margin: 0 auto;
  padding: 56px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-cocktails .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 16.8vw;
    width: auto;
    padding: 6.1333333333vw 10.6666666667vw 8.5333333333vw;
  }
}
.p-cocktails .img {
  position: absolute;
  top: 42px;
  left: 25px;
}
@media screen and (max-width: 744px) {
  .p-cocktails .img {
    position: relative;
    top: auto;
    left: auto;
    width: 64vw;
  }
}
.p-cocktails .texts {
  width: 507px;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  .p-cocktails .texts {
    width: auto;
    margin: auto;
  }
}
.p-cocktails .ttl {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.5em #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-cocktails .ttl {
    font-size: 5.6vw;
    margin-bottom: 6.4vw;
    letter-spacing: 0.05em;
  }
}
.p-cocktails .txt {
  color: #fff;
  font-family: var(--font-noto-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-shadow: 0 0 0.5em #000;
}
@media screen and (max-width: 744px) {
  .p-cocktails .txt {
    font-size: 4vw;
  }
}

/* --------------------------------------------------
p-effect
-------------------------------------------------- */
.p-effect {
  background: linear-gradient(0deg, #111111 0%, #5e5a40 50%, #111111 100%);
}
.p-effect .title01 {
  line-height: 1.3;
  color: #fff;
  text-shadow: 0px 0px 10px #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-effect .title01 {
    margin-bottom: 6.4vw;
  }
}
.p-effect .polygon .txt::after {
  top: -47px;
  right: -122px;
}
@media screen and (max-width: 744px) {
  .p-effect .polygon .txt::after {
    top: -6.4vw;
    right: 4.1333333333vw;
  }
}
.p-effect .inner {
  padding-top: 72px;
  padding-bottom: 72px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .p-effect .inner {
    padding: 8.5333333333vw 5.0666666667vw;
  }
}
.p-effect .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-effect .row {
    margin-bottom: 6.4vw;
  }
}
.p-effect .row::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background: url(../images/cicle.svg) no-repeat center center/contain;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 744px) {
  .p-effect .row::before {
    top: -10.9333333333vw;
    right: -12.8vw;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
  }
}
.p-effect .row::after {
  content: "vs";
  font-family: var(--font-noto-serif);
  font-size: 56px;
  line-height: 1;
  padding-top: 0.1em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(360deg, #f0285a 0%, #ff6ea0 100%);
  width: 84px;
  height: 84px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-effect .row::after {
    font-size: 6.6666666667vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.p-effect .row_item {
  width: 478px;
  background: #534d2a;
  padding: 24px 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-effect .row_item {
    width: 44vw;
    padding: 4.2666666667vw 2.1333333333vw;
  }
}
.p-effect .row_item .ttl {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p-effect .row_item .ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 2.4vw;
  }
}
.p-effect .row_item .ttl span {
  background: #fff;
  color: #534d2a;
  padding: 4px 40px;
  display: inline-block;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-effect .row_item .ttl span {
    padding: 0.5333333333vw 4.2666666667vw;
    border-radius: 100vw;
    font-size: 4.2666666667vw;
  }
}
.p-effect .row_item .txt {
  font-family: var(--font-noto-serif);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-effect .row_item .txt {
    font-size: 5.6vw;
    letter-spacing: 0;
    margin-bottom: 4.2666666667vw;
  }
}
.p-effect .row_item:nth-child(2) {
  background: linear-gradient(103.34deg, #ffffff -10.33%, #afa673 16.57%);
  border: 4px solid #fff;
  padding: 20px 31px;
}
@media screen and (max-width: 744px) {
  .p-effect .row_item:nth-child(2) {
    border-width: 0.5333333333vw;
    padding: 3.7333333333vw 1.6vw;
  }
}
.p-effect .text1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4em;
  line-height: 1.7;
  text-align: center;
  color: #cfcfcf;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-effect .text1 {
    font-size: 4vw;
    letter-spacing: 0.3em;
  }
}
.p-effect .text2 {
  font-family: var(--font-noto-serif);
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #afa673;
}
@media screen and (max-width: 744px) {
  .p-effect .text2 {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 744px) {
  .p-effect .text2 .small {
    font-size: 5.6vw;
  }
}
.p-effect .bnr {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .p-effect .bnr {
    margin-top: 6.4vw;
  }
}

/* --------------------------------------------------
p-graph
-------------------------------------------------- */
.p-graph {
  background: url(../images/graph-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .p-graph {
    background: #534f37 url(../images/graph-bg-sp.webp) no-repeat top center/contain;
  }
}
.p-graph .inner {
  padding-top: 56px;
  padding-bottom: 24px;
  max-width: 1300px;
}
@media screen and (max-width: 744px) {
  .p-graph .inner {
    padding: 8.5333333333vw 4.2666666667vw 4.2666666667vw;
  }
}
.p-graph .sub {
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-graph .sub {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-graph .title01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-graph .title01 {
    margin-bottom: 8.5333333333vw;
  }
}
.p-graph .title01 .white {
  color: #fff;
}
.p-graph .title01::after {
  bottom: -7px;
}
@media screen and (max-width: 744px) {
  .p-graph .title01::after {
    bottom: 0;
  }
}
.p-graph .text1 {
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .p-graph .text1 {
    font-size: 4vw;
    margin-bottom: 12.2666666667vw;
  }
}
.p-graph .box {
  padding-bottom: 11px;
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-graph .box {
    max-width: 100%;
    padding: 0;
    margin-bottom: 8.2666666667vw;
  }
}
.p-graph .rate {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .p-graph .rate {
    font-size: 3.4666666667vw;
    white-space: nowrap;
    right: 2vw;
  }
}
.p-graph .charts {
  position: relative;
}
.p-graph .charts.__1 {
  max-width: 260px;
}
@media screen and (max-width: 744px) {
  .p-graph .charts.__1 {
    max-width: 54.6666666667vw;
    width: 100%;
  }
}
.p-graph .charts.__2 {
  max-width: 200px;
}
@media screen and (max-width: 744px) {
  .p-graph .charts.__2 {
    max-width: 34.6666666667vw;
    width: 100%;
  }
}
.p-graph .chart__float {
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  background: #f12c5e;
  width: 163px;
  height: 52px;
  line-height: 50px;
  position: absolute;
  top: -6px;
  left: -65px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-graph .chart__float {
    width: 21.6vw;
    height: 8.8vw;
    font-size: 5.6vw;
    top: -2.6666666667vw;
    left: 1.0666666667vw;
    line-height: 8.8vw;
  }
}
.p-graph .chart__float.__2 {
  top: -2px;
  left: -50px;
  width: 124px;
  height: 40px;
  background: #fff;
  color: #1a1a1a;
  text-align: center;
  font-size: 18.462px;
  line-height: 38px;
}
@media screen and (max-width: 744px) {
  .p-graph .chart__float.__2 {
    width: 21.3333333333vw;
    height: 6.9333333333vw;
    line-height: 6.4vw;
    font-size: 3.4666666667vw;
    top: -2.4vw;
    left: -6.6666666667vw;
  }
}
.p-graph #chart14 {
  width: 260px;
}
.p-graph #chart15 {
  width: 200px;
}
.p-graph .chart .chart-main {
  width: 100%;
  margin: auto;
  position: relative;
}
.p-graph .chart .chart-txt {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5vw;
  line-height: 1;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Oswald";
}
.p-graph .chart .chart-number {
  display: inline-block;
  transition: opacity 0.4s;
  color: #fffaba;
  text-align: right;
  font-size: 110px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .p-graph .chart .chart-number {
    font-size: 21.3333333333vw;
  }
}
.p-graph .chart .chart-number.__2 {
  font-size: 90px;
  color: #ffffff;
}
@media screen and (max-width: 744px) {
  .p-graph .chart .chart-number.__2 {
    font-size: 13.3333333333vw;
  }
}
.appear .p-graph .chart .chart-number {
  opacity: 1;
}
.p-graph .chart .chart-percentage {
  opacity: 1;
  transition: opacity 0.4s;
  color: #fffaba;
  text-align: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 744px) {
  .p-graph .chart .chart-percentage {
    font-size: 5.6vw;
  }
}
.p-graph .chart .chart-percentage.__2 {
  color: #ffffff;
}
.appear .p-graph .chart .chart-percentage {
  opacity: 1;
}
.p-graph .lists {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .p-graph .lists {
    gap: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-graph .lists .list {
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-graph .lists .list {
    font-size: 4.8vw;
    text-align: left;
    position: relative;
    padding-left: 9.6vw;
  }
}
.p-graph .lists .list::before {
  content: "";
  background: url(../images/check-01.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 744px) {
  .p-graph .lists .list::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-graph .text2 {
  color: #fff;
  text-align: right;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-graph .text2 {
    font-size: 2.6666666667vw;
    text-align: left;
    line-height: 1.3;
  }
}

/* --------------------------------------------------
p-comparison
-------------------------------------------------- */
.p-comparison {
  background: #111;
  position: relative;
}
.p-comparison #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  opacity: 0.2;
}
@media screen and (max-width: 744px) {
  .p-comparison #particles-js {
    width: 100%;
  }
}
.p-comparison .inner {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-comparison .inner {
    padding: 8.5333333333vw 5.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-comparison .title02 {
    margin-bottom: 10.6666666667vw;
  }
}
.p-comparison .p-compare {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare {
    max-width: 100%;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table {
  width: 100%;
  margin: 0 auto;
  border: 0;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4px;
  display: grid;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table tr {
    gap: 0.5333333333vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table th,
.p-comparison .p-compare .p-compare__inner .p-compare__table td {
  vertical-align: middle;
  border-right: none;
  border-bottom: none;
  height: 103px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table th,
  .p-comparison .p-compare .p-compare__inner .p-compare__table td {
    height: 20.8vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table td {
  color: #1a1a1a;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table td {
    font-feature-settings: "palt" on;
    font-size: 3.4666666667vw;
    padding-top: 1.3333333333vw;
    gap: 2vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table thead tr {
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table thead tr {
    border-bottom: none;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table thead th {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table thead th {
    font-size: 4vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table thead th:nth-of-type(2) {
  position: relative;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table thead th:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-top: 7px solid #e4005d;
  border-left: 7px solid #e4005d;
  border-right: 7px solid #e4005d;
  pointer-events: none;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table thead th:nth-of-type(2)::before {
    top: -1.0666666667vw;
    left: -1.0666666667vw;
    right: -1.0666666667vw;
    bottom: -1.0666666667vw;
    border-top-width: 1.0666666667vw;
    border-left-width: 1.0666666667vw;
    border-right-width: 1.0666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading {
  height: 103px;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .heading {
    height: 20.8vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__1 {
  opacity: 0;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__2 {
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__2 {
    font-size: 5.6vw;
    line-height: 1.1;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__3 {
  background: #898989;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .heading.__4 {
  background: #898989;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody {
  grid-template-columns: 1fr;
  gap: 4px;
  display: grid;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table tbody {
    gap: 0.5333333333vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody td:nth-of-type(1) {
  position: relative;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody td:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  border-left: 7px solid #e4005d;
  border-right: 7px solid #e4005d;
  pointer-events: none;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table tbody td:nth-of-type(1)::before {
    top: -1.0666666667vw;
    left: -1.0666666667vw;
    right: -1.0666666667vw;
    bottom: -1.0666666667vw;
    border-left-width: 1.0666666667vw;
    border-right-width: 1.0666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody tr:nth-child(even) td {
  background: #fbf9ee;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody tr:last-child td:nth-of-type(1) {
  position: relative;
}
.p-comparison .p-compare .p-compare__inner .p-compare__table tbody tr:last-child td:nth-of-type(1)::before {
  border-bottom: 7px solid #e4005d;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table tbody tr:last-child td:nth-of-type(1)::before {
    border-bottom-width: 1.0666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .list {
  background: #939289;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .list {
    font-size: 4.2666666667vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .symbol {
  font-size: 48px;
  color: #e4005d;
}
@media screen and (max-width: 744px) {
  .p-comparison .p-compare .p-compare__inner .p-compare__table .symbol {
    font-size: 6.9333333333vw;
  }
}
.p-comparison .p-compare .p-compare__inner .p-compare__table .symbol.__cross {
  color: #1a1a1a;
}

/* --------------------------------------------------
p-column（ドクターコラム）
-------------------------------------------------- */
.p-column {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: #111;
}
@media screen and (max-width: 744px) {
  .p-column {
    padding: 8.5333333333vw 5.0666666667vw 10.6666666667vw;
  }
}
.p-column .title01 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-column .title01 {
    margin-bottom: 8.5333333333vw;
  }
}
.p-column .title01::before {
  content: "";
  position: absolute;
  width: 172px;
  height: 172px;
  top: -72px;
  left: calc(50% - 320px);
  background: url(../images/column-02.webp) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 744px) {
  .p-column .title01::before {
    width: 32vw;
    height: 32vw;
    top: -12.8vw;
    left: calc(50% - 45.3333333333vw);
  }
}
.p-column__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}
.p-column__text {
  max-width: 840px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: left;
  color: #cfcfcf;
}
@media screen and (max-width: 744px) {
  .p-column__text {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}
.p-column__text + .p-column__text {
  margin-top: 1em;
}
.p-column__text b {
  color: #afa673;
}
.p-column__bg {
  position: absolute;
  top: 0;
  right: calc(50% - 720px);
  width: 574px;
  height: 565px;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 744px) {
  .p-column__bg {
    display: none;
  }
}
.p-column__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* --------------------------------------------------
p-reason
-------------------------------------------------- */
.p-reason {
  background: #282514 url(../images/reason-bg.webp) no-repeat top center/1920px 1080px;
}
@media screen and (max-width: 744px) {
  .p-reason {
    background: #282514 url(../images/reason-bg-sp.webp) no-repeat top center/100vw 36.5333333333vw;
  }
}
.p-reason .inner {
  max-width: 980px;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-reason .inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.p-reason .title02 {
  margin-bottom: 2px;
}
@media screen and (max-width: 744px) {
  .p-reason .title02 {
    margin-bottom: 1.8666666667vw;
    text-align: left;
    padding-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-reason .title02::before {
    left: 4.2666666667vw;
    right: auto;
    margin: 0;
  }
}
.p-reason .sub {
  font-size: 11px;
  line-height: 1;
  color: #d9d9d9;
  text-align: right;
  margin-right: 283px;
  margin-bottom: 51px;
}
@media screen and (max-width: 744px) {
  .p-reason .sub {
    font-size: 2.6666666667vw;
    text-align: left;
    padding-left: 4.2666666667vw;
    margin-right: 0;
    margin-bottom: 8.2666666667vw;
  }
}
.p-reason .batch {
  position: absolute;
  width: 160px;
  top: 48px;
  right: 96px;
}
@media screen and (max-width: 744px) {
  .p-reason .batch {
    width: 22.9333333333vw;
    top: 5.8666666667vw;
    right: 4.2666666667vw;
  }
}
.p-reason .lists {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .p-reason .lists {
    gap: 6.4vw;
  }
}
.p-reason .lists .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list {
    flex-direction: column;
  }
}
.p-reason .lists .list .img {
  width: 450px;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list .img {
    width: auto;
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
  }
}
.p-reason .lists .list .box {
  width: 466px;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list .box {
    width: auto;
    background: #282514;
    padding: 4.2666666667vw;
    margin-top: -4.2666666667vw;
  }
}
.p-reason .lists .list .box .ttl {
  font-size: 24px;
  font-family: var(--font-noto-serif);
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list .box .ttl {
    font-size: 5.6vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}
.p-reason .lists .list .box .ttl::before {
  content: "";
  background: var(--color-primary);
  width: 63px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list .box .ttl::before {
    width: 16.8vw;
    height: 0.5333333333vw;
  }
}
.p-reason .lists .list .box .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #cfcfcf;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list .box .txt {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.p-reason .lists .list .box .txt .small {
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list .box .txt .small {
    font-size: 2.9333333333vw;
  }
}
.p-reason .lists .list:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 744px) {
  .p-reason .lists .list:nth-child(even) {
    flex-direction: column;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: #111;
}
.sec_case .lpInner {
  padding-top: 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding-bottom: 6.4vw;
  }
}
.sec_case .load-more-btn {
  margin-bottom: 0;
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
.p-premium {
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-premium {
    padding-bottom: inherit;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__subttl {
  border: 5px solid var(--color-secondary);
}
#tempFlow .tempFlow__subttl span {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #tempFlow .tempFlow__subttl span {
    font-size: 3.7333333333vw;
  }
}
#tempFlow .tempFlow__lists {
  background: #edf0f0;
}
#tempFlow .logo {
  width: 164px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 744px) {
  #tempFlow .logo {
    width: 30.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #tempFlow .logo img {
    aspect-ratio: 114/18;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 744px) {
  #tempFlow .title02 {
    margin-bottom: 10.6666666667vw;
  }
}
#tempFlow .ttl {
  overflow: initial;
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #tempFlow .ttl {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    margin-bottom: 17.0666666667vw;
    text-align: center;
  }
}
#tempFlow .ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  #tempFlow .ttl::after {
    width: 21.3333333333vw;
    height: 1.0666666667vw;
    bottom: -5.3333333333vw;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #edf0f0;
}
#tempPrice .inner {
  padding: 70px 0;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
#tempPrice .logo {
  width: 164px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 744px) {
  #tempPrice .logo {
    width: 30.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #tempPrice .logo img {
    aspect-ratio: 114/18;
    width: 100%;
    object-fit: cover;
  }
}
#tempPrice .ttl {
  overflow: initial;
  color: #111;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #tempPrice .ttl {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    margin-bottom: 11.7333333333vw;
    text-align: center;
  }
}
#tempPrice .ttl::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  #tempPrice .ttl::after {
    width: 21.3333333333vw;
    height: 1.0666666667vw;
    bottom: -5.3333333333vw;
  }
}
#tempPrice .p_price__area {
  margin-bottom: 0;
}
#tempPrice .c-price__title {
  text-align: center;
}
#tempPrice .c-price__item-group.border-strong {
  border-width: 16px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c-price__item-group.border-strong {
    border-width: 3.2vw;
  }
}

/* --------------------------------------------------
よくある質問
-------------------------------------------------- */
#faq .sec__cttl {
  font-family: var(--font-noto-serif);
  color: #111;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 42px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #faq .sec__cttl {
    padding-top: 6.9333333333vw;
  }
}
#faq .sec__cttl::before {
  content: "";
  background: url(../images/logo-bk.webp) no-repeat center center/contain;
  width: 164px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  #faq .sec__cttl::before {
    width: 30.4vw;
    height: 4.8vw;
  }
}

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