@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-icepremium {
  --color-primary: #003264;
  --color-alpha: rgb(222.2, 238.6, 255);
  --color-secondary: rgba(0, 50, 100, 0.15);
  --color-strong: black;
  --gradient-primary: linear-gradient(270deg, #081f37 0%, #3d6b99 100%);
}

/* ==================================================
  INITIAL STYLE
================================================== */
body {
  color: #595f70;
  font: 16px "Yu Gothic Bold", "游ゴシック Bold", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 744px) {
  body {
    font: 14px "Yu Gothic Bold", "游ゴシック Bold", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

/* 古いページの調整用リセット
*****************************************************/
img {
  width: auto;
}

/* ==================================================
  COMMON LAYOUT
================================================== */
section.wrap {
  max-width: 1186px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  section.wrap {
    width: auto;
    margin: 0 4vw;
  }
}

section.flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.txtCenter {
  text-align: center;
}

.pcDispInline {
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .pcDispInline {
    display: none;
  }
}

.spDispInline {
  display: none;
}
@media screen and (max-width: 744px) {
  .spDispInline {
    display: inline-block;
  }
}

#lpMain {
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  #lpMain {
    margin: 0;
  }
}

.wrapper img {
  width: auto;
}

/* ==================================================
  MAIN
================================================== */
/* TITLE */
.ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .ttl {
    margin-bottom: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
    padding-right: 3.4666666667vw;
  }
}

.ttl:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-top: 1px solid #595f70;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  .ttl:after {
    width: 13.3333333333vw;
    height: 0.2666666667vw;
    border-top: 0.2666666667vw solid #595f70;
  }
}

.ttl h2 {
  padding-right: 58px;
  color: var(--color-primary);
  font-family: var(--font-yumincho);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .ttl h2 {
    margin: 0;
    padding-right: 0;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.ttl h3 {
  font-family: var(--font-yumincho);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .ttl h3 {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.ttl i {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #a7a7a7;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .ttl i {
    margin-top: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 744px) {
  .ttl::after {
    border-width: 0.5333333333vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .ttl h2 {
    letter-spacing: -0.2666666667vw;
  }
}

/* LEAVES */
.leaves {
  position: relative;
  margin: 50px auto;
  padding: 10px 45px 0;
  color: var(--color-primary);
  font-family: var(--font-yumincho);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .leaves {
    margin: 7.7333333333vw auto 10.6666666667vw;
    padding: 2.4vw 8vw 0;
    font-size: 4.8vw;
  }
}
.leaves.silver {
  color: #fff;
}
.leaves:before, .leaves:after {
  content: "";
  display: inline-block;
  width: 81px;
  height: 111px;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: -5px;
}
@media screen and (max-width: 744px) {
  .leaves:before, .leaves:after {
    width: 13.3333333333vw;
    height: 18.6666666667vw;
    bottom: 1.6vw;
  }
}
.leaves:before {
  left: 0;
  background-image: url("../images/ico_leaf_gray_left.webp");
}
@media screen and (max-width: 744px) {
  .leaves:before {
    left: -2.6666666667vw;
  }
}
.leaves:after {
  right: 0;
  background-image: url("../images/ico_leaf_gray_right.webp");
}
@media screen and (max-width: 744px) {
  .leaves:after {
    right: -2.6666666667vw;
  }
}
.leaves.silver:before {
  left: 0;
  background-image: url("../images/ico_leaf_silver_left.webp");
}
@media screen and (max-width: 744px) {
  .leaves.silver:before {
    left: -3.2vw;
    bottom: -0.5333333333vw;
  }
}
.leaves.silver:after {
  right: 0;
  background-image: url("../images/ico_leaf_silver_right.webp");
}
@media screen and (max-width: 744px) {
  .leaves.silver:after {
    right: -3.4666666667vw;
    bottom: -0.2666666667vw;
  }
}
.leaves h2 {
  line-height: 1.5;
}
.leaves em {
  font-size: 48px;
  font-style: initial;
}
@media screen and (max-width: 744px) {
  .leaves em {
    font-size: 5.6vw;
  }
}

.annotation {
  color: #808080;
  font-size: 12px;
}
@media screen and (max-width: 744px) {
  .annotation {
    font-size: 3.2vw;
  }
}

/* ==================================================
  BACKGROUND WRAP
================================================== */
.bgWrap {
  background-repeat: no-repeat;
  background-size: cover;
}
.bgWrap.bg01 {
  overflow: hidden;
  background: url(../images/about-bg.webp) center/auto no-repeat;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg01 {
    background: url(../images/about-bg-sp.webp) center/100% no-repeat;
  }
}
.bgWrap.bg02 {
  background-image: url("../images/bg_02.webp");
  background-position: bottom center;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg02 {
    background: url(../images/bg_02_sp.webp) bottom center/100% no-repeat;
  }
}
.bgWrap.bg03 {
  background: url(../images/recommend-01.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg03 {
    background-image: url("../images/bg_03_sp.webp");
  }
}
.bgWrap.bg04 {
  background-image: url("../images/bg_04.webp");
  background-position: top center;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg04 {
    background-image: url("../images/bg_04_sp.webp");
  }
}
.bgWrap.bg06 {
  background-image: url("../images/bg_06.webp");
  background-position: top center;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg06 {
    background-image: url("../images/bg_06_sp.webp");
  }
}
.bgWrap.bg09 {
  background-image: url("../images/bg_09.webp");
  background-position: top center;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg09 {
    background-image: url("../images/bg_09_sp.webp");
    background-position: bottom center;
    background-size: contain;
    background-color: #e6edf3;
  }
}
.bgWrap.bg10 {
  background-image: url("../images/bg_10.webp");
  background-position: top center;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg10 {
    background-image: url("../images/bg_10_sp.webp");
  }
}
.bgWrap.bg11 {
  background: #e6edf3;
}
.bgWrap.bg12 {
  background-image: url("../images/bg_12.webp");
  background-position: top center;
}
@media screen and (max-width: 744px) {
  .bgWrap.bg12 {
    background-image: url("../images/bg_12_sp.webp");
  }
}

/* --------------------------------------------------
 メインビジュアル
-------------------------------------------------- */
#lpHeader {
  position: relative;
  height: 630px;
  background: url("../images/bg_mainvisual.webp") top center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #lpHeader {
    height: 120vw;
    background: url("../images/bg_mainvisual_sp.webp") top center/cover no-repeat;
    overflow: hidden;
  }
}
#lpHeader img {
  width: 730px;
  position: absolute;
  top: 32px;
  right: 50%;
  transform: translateX(calc(50% + 220px));
}
@media screen and (max-width: 744px) {
  #lpHeader img {
    margin: 0 auto;
    width: 91.4666666667vw;
    height: 106.6666666667vw;
    top: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    transform: inherit;
  }
}

/* --------------------------------------------------
 ナビゲーション
-------------------------------------------------- */
#lpNav {
  padding: 0 calc((100% - 1080px) / 2);
}
@media screen and (max-width: 744px) {
  #lpNav {
    display: none;
  }
}
#lpNav ul {
  display: flex;
  flex-flow: row nowrap;
}
#lpNav li {
  position: relative;
  padding: 31px 0;
  width: 20%;
}
#lpNav li:before, #lpNav li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  width: 17px;
  height: 20px;
  background: url("../images/ico_ crystal.webp") center no-repeat;
  background-size: cover;
}
#lpNav li:before {
  left: -7px;
}
#lpNav li:last-child:after {
  right: -7px;
}
#lpNav li a {
  display: block;
  padding: 10px 10px;
  color: var(--color-primary);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
}

/* --------------------------------------------------
 リード
-------------------------------------------------- */
#lead {
  position: relative;
}
@media screen and (max-width: 744px) {
  #lead {
    margin: inherit;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
#lead::before, #lead::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 180px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #lead::before, #lead::after {
    width: 100%;
    height: 16vw;
  }
}
#lead::after {
  top: inherit;
  bottom: 0;
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#lead .inner {
  display: flex;
  width: 1186px;
  flex-direction: column;
  align-items: center;
  padding: 56px 0 72px;
  gap: 32px;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  #lead .inner {
    width: 100%;
    padding: 0;
    gap: 8.5333333333vw;
  }
}
#lead .inner .txt {
  color: #111;
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0 0 30px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 744px) {
  #lead .inner .txt {
    font-size: 4.8vw;
  }
}
#lead .inner .txt strong {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 4.48px;
  padding: 0.2em 0;
}
@media screen and (max-width: 744px) {
  #lead .inner .txt strong {
    font-size: 6.4vw;
    line-height: 1.5;
    letter-spacing: 0.2666666667vw;
  }
}
#lead .inner .txt strong em {
  font-size: 56px;
  font-style: normal;
}
@media screen and (max-width: 744px) {
  #lead .inner .txt strong em {
    font-size: 7.4666666667vw;
  }
}
#lead .inner .copy {
  display: flex;
  width: 1186px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 744px) {
  #lead .inner .copy {
    width: 100%;
    gap: 4.2666666667vw;
  }
}
#lead .inner .superiority {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 72px 0 0;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority {
    padding-top: 0;
  }
}
#lead .inner .superiority .ttl {
  min-height: inherit !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .ttl {
    margin-top: 5.3333333333vw;
    padding-left: 3.4666666667vw;
  }
}
#lead .inner .superiority .ttl::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_gray.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .ttl::before {
    top: -8.8vw;
    right: -4.2666666667vw;
    width: 16vw;
    height: 19.2vw;
  }
}
#lead .inner .superiority .ttl::after {
  left: 50%;
  transform: translateX(-50%);
}
#lead .inner .superiority .ttl h2 {
  margin-bottom: 30px;
  padding-right: inherit;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .ttl h2 {
    text-align: center;
    margin-bottom: 0;
  }
}
#lead .inner .superiority .ttl i {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .ttl i {
    margin-top: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#lead .inner .superiority .box {
  position: relative;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  align-items: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
}
#lead .inner .superiority .box .texts {
  grid-column: 2/12;
  grid-row: 1;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box .texts {
    gap: 6.4vw;
  }
}
#lead .inner .superiority .box .texts .txt {
  position: relative;
  text-align: left;
}
#lead .inner .superiority .box .texts .txt strong {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: inherit;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box .texts .txt strong {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box .texts .txt:nth-child(2) {
    max-width: 53.3333333333vw;
  }
}
#lead .inner .superiority .box .texts .txt:last-of-type {
  padding-left: 40px;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box .texts .txt:last-of-type {
    padding-left: 4.2666666667vw;
  }
}
#lead .inner .superiority .box .texts .txt:last-of-type::before {
  content: "";
  position: absolute;
  left: -148px;
  top: 50%;
  transform: translateY(-64%);
  width: 180px;
  height: 160px;
  background-image: url(../images/about-03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box .texts .txt:last-of-type::before {
    left: -10.6666666667vw;
    transform: translateY(-50%);
    width: 24vw;
    height: 21.3333333333vw;
  }
}
#lead .inner .superiority .box .img {
  grid-column: 10/16;
  grid-row: 1;
}
#lead .inner .superiority .box .img img {
  width: 100%;
  max-width: 398px;
  height: auto;
  display: block;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box .img img {
    width: 35.2vw;
    display: block;
    position: absolute;
    top: 29.8666666667vw;
    right: -4.2666666667vw;
  }
}
#lead .inner .superiority .box:last-child {
  margin-bottom: inherit;
}
#lead .inner .superiority .box:last-child .texts {
  grid-column: 8/-1;
  padding-left: 40px;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box:last-child .texts {
    padding-left: 0;
  }
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box:last-child .texts .txt:nth-child(2) {
    max-width: 100%;
  }
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box:last-child .texts .txt:nth-child(3) {
    margin-left: auto;
    max-width: 53.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box:last-child .texts .txt:last-of-type {
    margin-left: auto;
    margin-right: 6.4vw;
  }
}
#lead .inner .superiority .box:last-child .texts .txt:last-of-type::before {
  left: inherit;
  right: 40px;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box:last-child .texts .txt:last-of-type::before {
    right: -17.0666666667vw;
  }
}
#lead .inner .superiority .box:last-child .img {
  grid-column: 2/8;
}
@media screen and (max-width: 744px) {
  #lead .inner .superiority .box:last-child .img img {
    width: 39.4666666667vw;
    top: 59.7333333333vw;
    left: -4.2666666667vw;
  }
}

/* --------------------------------------------------
 こんな方におすすめ
-------------------------------------------------- */
.bg03 .inner {
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
  padding-top: 64px;
}
@media screen and (max-width: 744px) {
  .bg03 .inner {
    padding-top: 10.6666666667vw;
  }
}
.bg03 .inner:first-child {
  max-width: 530px;
}
@media screen and (max-width: 744px) {
  .bg03 .inner:first-child {
    width: auto;
    max-width: 100%;
    text-align: center;
  }
}
.bg03 .inner:last-child {
  width: 100%;
  margin-top: 0;
  font-family: var(--font-yumincho);
}
@media screen and (max-width: 744px) {
  .bg03 .inner:last-child {
    margin: 0;
  }
}
.bg03 .inner:last-child img {
  margin-bottom: 29px;
}
@media screen and (max-width: 744px) {
  .bg03 .inner:last-child img {
    margin-bottom: 2.1333333333vw;
    width: 30.6666666667vw;
  }
}
.bg03 .inner .ttl {
  margin-bottom: 0;
  position: relative;
}
.bg03 .inner .ttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.bg03 .inner .ttl::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -71px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_gray.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .bg03 .inner .ttl::before {
    top: -8.8vw;
    right: -4.2666666667vw;
    width: 16vw;
    height: 19.2vw;
  }
}
.bg03 .inner .ttl h2 {
  padding-right: 0;
}
.bg03 .inner .ttl i {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .bg03 .inner .ttl i {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .bg03 .recommend__reproduction {
    padding-top: 0;
  }
}

#recommend {
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #recommend {
    padding-bottom: 9.3333333333vw;
    padding-top: 6.4vw;
  }
}
#recommend::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 180px;
  background: url(../images/recommend-02.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #recommend::after {
    bottom: -0.2666666667vw;
    background: url(../images/recommend-02-sp.webp) center/cover no-repeat;
    width: 100vw;
    height: 9.3333333333vw;
  }
}
#recommend .recommend__wrap {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  gap: 72px;
}
@media screen and (max-width: 744px) {
  #recommend .recommend__wrap {
    display: block;
  }
}
#recommend .imgWrap {
  position: relative;
  margin-left: -420px;
  margin-right: 0px;
  text-align: right;
}
@media screen and (max-width: 744px) {
  #recommend .imgWrap {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #recommend .imgWrap img {
    width: 100%;
  }
}
#recommend .imgWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(calc(-50% - 24px)) translateX(-50%);
  width: 180px;
  height: 160px;
  background-image: url(../images/about-03.webp);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #recommend .imgWrap::before {
    left: 10.6666666667vw;
    transform: translateY(-50%);
    width: 24vw;
    height: 21.3333333333vw;
  }
}
#recommend .ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #recommend .ttl {
    margin-bottom: 10.6666666667vw;
    padding-left: 3.4666666667vw;
  }
  #recommend .ttl:after {
    margin: auto;
  }
}
#recommend #recommendList {
  display: flex;
  flex-flow: column nowrap;
  max-width: 530px;
  margin-left: auto;
}
@media screen and (max-width: 744px) {
  #recommend #recommendList {
    width: auto;
    margin: 6.4vw 0 2.1333333333vw;
    max-width: 100%;
  }
}
#recommend #recommendList li {
  position: relative;
  width: 530px;
  height: 70px;
  margin-bottom: 5px;
  line-height: 70px;
  background: url("../images/bg_recommendList.webp") center no-repeat;
  background-size: cover;
  color: #fff;
  font-family: var(--font-yumincho);
  font-size: 21px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #recommend #recommendList li {
    width: 92vw;
    height: 12.2666666667vw;
    margin: 0 auto;
    margin-bottom: 1.0666666667vw;
    line-height: 12.2666666667vw;
    font-size: 4vw;
  }
}
#recommend #recommendList li:last-child::before {
  content: "";
  width: 118px;
  height: 113px;
  background: url("../images/recommend_ico_shine.webp") center no-repeat;
  background-size: cover;
  position: absolute;
  top: -7px;
  left: -69px;
}
@media screen and (max-width: 744px) {
  #recommend #recommendList li:last-child::before {
    display: none;
  }
}
#recommend #recommendText {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 40px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0 0 30px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 744px) {
  #recommend #recommendText {
    font-size: 5.3333333333vw;
  }
}
#recommend #recommendText strong {
  font-size: 60px;
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  #recommend #recommendText strong {
    font-size: 7.4666666667vw;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  #case .lpInner {
    padding-top: 0;
  }
}
@media screen and (max-width: 744px) {
  #case .ttl {
    margin-top: 61.3333333333vw;
    margin-left: 8vw;
    margin: 13.6vw auto 6.4vw;
    padding-right: 0;
    text-align: center;
  }
}
#case .ttl h2 {
  padding-right: 0;
}
#case .ttl::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -48px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_gray.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #case .ttl::before {
    top: -9.0666666667vw;
    right: 4.5333333333vw;
    width: 16vw;
    height: 19.2vw;
  }
}
#case .ttl::after {
  left: 50%;
  transform: translateX(-50%);
}
/* --------------------------------------------------
 当院で作製したPRPアイスプレミアム
-------------------------------------------------- */
.technology {
  background: url("../images/bg_05.webp") center/cover no-repeat;
  padding-top: 100px;
}
@media screen and (max-width: 744px) {
  .technology {
    padding-top: 16vw;
  }
}
.technology .inner {
  text-align: center;
}
.technology .ttl {
  margin-bottom: 0;
  position: relative;
}
.technology .ttl h2 {
  color: #fff;
  padding-right: 0;
}
.technology .ttl::after {
  left: 50%;
  transform: translateX(-50%);
}
.technology .ttl::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_white.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .technology .ttl::before {
    top: -1.6vw;
    right: 6.9333333333vw;
    width: 16vw;
    height: 19.2vw;
  }
}
@media screen and (max-width: 744px) {
  .technology {
    background-image: url("../images/bg_05_sp.webp");
  }
}

.technology__wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 110px;
  color: #fff;
  display: flex;
}
@media screen and (max-width: 744px) {
  .technology__wrapper {
    max-width: 1000px;
    width: 100%;
    width: auto;
    margin: 6.4vw 4vw 0;
    padding-bottom: 21.3333333333vw;
    display: block;
    position: relative;
  }
  .technology__wrapper p {
    font-size: 3.7333333333vw;
  }
}
.technology__wrapper .technology__text {
  font-family: var(--font-noto-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 200%;
}
@media screen and (max-width: 744px) {
  .technology__wrapper .technology__text {
    font-size: 3.7333333333vw;
    width: 54.6666666667vw;
    margin-left: auto;
    line-height: 150%;
  }
}
.technology__wrapper .leaves {
  font-size: 32px;
  width: auto;
}
@media screen and (max-width: 744px) {
  .technology__wrapper .leaves {
    font-size: 5.6vw;
    width: 76vw;
    margin: 0 auto 9.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .technology__wrapper .leaves em {
    font-size: 6.4vw;
  }
}
.technology__wrapper h2 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.technology__wrapper em {
  font-style: inherit;
}
.technology__wrapper .inner:first-child {
  width: 605px;
}
@media screen and (max-width: 744px) {
  .technology__wrapper .inner:first-child {
    width: 100%;
  }
}
.technology__wrapper .imgWrap {
  width: 355px;
  margin-left: 40px;
  margin-right: 0;
}
@media screen and (max-width: 744px) {
  .technology__wrapper .imgWrap {
    width: 34.1333333333vw;
    margin: 0;
    position: absolute;
    bottom: 22.6666666667vw;
    left: -1.0666666667vw;
  }
  .technology__wrapper .imgWrap img {
    width: 100%;
  }
}

/* --------------------------------------------------
 特定認定再生医療等委員会第三種取得
-------------------------------------------------- */
#certificated {
  padding: 65.5px 0;
  min-width: 1186px;
}
@media screen and (max-width: 744px) {
  #certificated {
    padding-bottom: 10.6666666667vw;
    min-width: inherit;
  }
  #certificated p {
    font-size: 3.7333333333vw;
  }
}
#certificated .inner:first-child {
  width: 463px;
}
@media screen and (max-width: 744px) {
  #certificated .inner:first-child {
    width: 100%;
  }
}
#certificated .inner:last-child {
  width: 723px;
  padding: 0 91px;
}
@media screen and (max-width: 744px) {
  #certificated .inner:last-child {
    width: 100%;
    padding: 0;
  }
}
#certificated .imgWrap {
  margin-left: -420px;
  text-align: right;
}
@media screen and (max-width: 744px) {
  #certificated .imgWrap {
    margin: 0 -4vw;
    text-align: center;
  }
}
#certificated .leaves {
  margin: 0 auto 47px;
  padding: 0px 45px 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #certificated .leaves {
    padding: 6.4vw 0 0 0;
    margin: 0 auto 6.4vw;
    width: 77.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#certificated .leaves h2 {
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 744px) {
  #certificated .leaves h2 {
    line-height: 1.8;
    margin-bottom: 4.2666666667vw;
  }
}
#certificated .leaves em {
  font-weight: 600;
}
@media screen and (max-width: 744px) {
  #certificated .leaves em {
    font-size: 6.4vw;
  }
}
#certificated .certificated__text {
  font-size: 21px;
  font-weight: 600;
  line-height: 200%;
  font-family: var(--font-yumincho);
}
@media screen and (max-width: 744px) {
  #certificated .certificated__text {
    font-size: 3.7333333333vw;
    letter-spacing: normal;
    letter-spacing: -0.0373333333vw;
  }
}

/* --------------------------------------------------
 アイスプレミアムとPRP注射の比較
-------------------------------------------------- */
#comparison {
  background: url(../images/comparison-01.webp) center/cover no-repeat;
}
#comparison .comparison__inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 110px;
  padding-bottom: 72px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #comparison .comparison__inner {
    width: auto;
    max-width: 1000px;
    margin: 0 4vw 0;
    padding-top: 16vw;
    padding-bottom: 8vw;
    text-align: center;
  }
}
#comparison .ttl {
  padding-top: 0 !important;
  margin-bottom: 40px;
}
#comparison .ttl::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -67px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_white.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #comparison .ttl::before {
    top: -8.8vw;
    right: -2.1333333333vw;
    width: 16vw;
    height: 19.2vw;
  }
}
#comparison .ttl:after {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  #comparison .ttl {
    margin-bottom: 10.6666666667vw;
    padding-left: 3.4666666667vw;
  }
}
#comparison .ttl h2 {
  padding-right: 0;
}
#comparison h2 {
  color: #fff;
}
#comparison .imgWrap {
  width: 900px;
  margin-left: 100px;
}
@media screen and (max-width: 744px) {
  #comparison .imgWrap {
    max-width: 900px;
    width: 100%;
    margin-left: 0;
  }
}
#comparison .p-compare {
  position: relative;
  z-index: 1;
}
#comparison .p-compare .p-compare__inner {
  font-family: var(--font-noto-sans);
  justify-content: right;
  display: grid;
}
#comparison .p-compare .p-compare__inner .p-compare__table {
  width: 100%;
  margin: 0 auto;
  border: 0;
}
#comparison .p-compare .p-compare__inner .p-compare__table tr {
  grid-template-columns: 260px 315px 315px;
  gap: 5px;
  display: grid;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table tr {
    gap: 1.3333333333vw;
    grid-template-columns: 20vw 34.6666666667vw 34.6666666667vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table tr.__1 {
  margin-bottom: 2px;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table tr.__1 {
    margin-bottom: 0.5333333333vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table th,
#comparison .p-compare .p-compare__inner .p-compare__table td {
  vertical-align: middle;
  border-right: none;
  border-bottom: none;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table th,
  #comparison .p-compare .p-compare__inner .p-compare__table td {
    height: 16.6133333333vw;
    box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 0, 0, 0.3);
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table td {
  color: #586170;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  background: #ffffff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table td {
    font-feature-settings: "palt" on;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table td.__1 {
    font-size: 3.7333333333vw;
    padding-top: 2.9333333333vw;
    display: block;
  }
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table td.__1 span {
    display: block;
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table td.__3 {
    font-size: 3.7333333333vw;
    padding-top: 2.9333333333vw;
    display: block;
  }
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table td.__3 span {
    display: block;
    font-size: 2.9333333333vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table td.__blue {
  background: #ccd6e0;
}
#comparison .p-compare .p-compare__inner .p-compare__table td.__pink {
  background: #fbe5f1;
}
#comparison .p-compare .p-compare__inner .p-compare__table thead th {
  background: #ef66b2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 31px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table thead th {
    font-size: 6.6666666667vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table .heading span {
  transform: skewX(-8deg);
}
#comparison .p-compare .p-compare__inner .p-compare__table .heading.__1 {
  opacity: 0;
}
#comparison .p-compare .p-compare__inner .p-compare__table tbody {
  grid-template-columns: 1fr;
  gap: 4px;
  display: grid;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table tbody {
    gap: 1.0666666667vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table .list {
  background: #ffffff;
  color: #586170;
  text-align: center;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table .list {
    font-size: 3.7333333333vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table .highlight-prpg {
  border: 2px solid #a88b40;
  background: linear-gradient(270deg, #081f37 0%, #3d6b99 100%);
  color: white;
  color: #fff;
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 34px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -4.08px;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table .highlight-prpg {
    font-size: 5.6vw;
    letter-spacing: -1.088vw;
  }
}
#comparison .p-compare .p-compare__inner .p-compare__table .symbol {
  display: block;
  width: 48px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 744px) {
  #comparison .p-compare .p-compare__inner .p-compare__table .symbol {
    width: 6.9333333333vw;
    margin: 0 auto 0vw;
  }
}

/* --------------------------------------------------
 PRP注射とアイスプレミアムの作製の流れ
-------------------------------------------------- */
#manufacture {
  padding-top: 110px;
}
@media screen and (max-width: 744px) {
  #manufacture {
    padding-top: 16vw;
  }
}
#manufacture .inner {
  text-align: center;
}
@media screen and (max-width: 744px) {
  #manufacture .inner {
    text-align: left;
  }
}
#manufacture .ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  #manufacture .ttl {
    margin-bottom: 8vw;
  }
}
#manufacture .ttl::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_gray.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #manufacture .ttl::before {
    top: -8.8vw;
    right: -2.1333333333vw;
    width: 16vw;
    height: 19.2vw;
  }
}
#manufacture .ttl:after {
  margin: auto;
  right: 0;
  border-color: #a7a7a7;
}
@media screen and (max-width: 744px) {
  #manufacture .ttl:after {
    margin-left: 0;
  }
}
#manufacture h2 {
  padding-left: 58px;
}
@media screen and (max-width: 744px) {
  #manufacture h2 {
    padding-left: 15.4666666667vw;
    padding-left: 0;
  }
}
#manufacture #manufactureFlow {
  display: flex;
  flex-flow: row nowrap;
  margin: 20px 0 0px;
  color: #081f37;
  padding-bottom: 100px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlow {
    margin: 5.3333333333vw 0 30.9333333333vw;
    width: 324vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8vw;
  }
}
#manufacture #manufactureFlow li {
  width: 218px;
  line-height: 1.5;
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlow li {
    width: 58.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-top: 0;
    margin-right: 6.6666666667vw;
  }
}
#manufacture #manufactureFlow li:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlow li:not(:last-child) {
    margin-right: 6.6666666667vw;
  }
}
#manufacture #manufactureFlow li:nth-child(2n) {
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlow li:nth-child(2n) {
    margin-top: 0;
  }
}
#manufacture #manufactureFlow li img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlow li img {
    width: 58.1333333333vw;
  }
}
#manufacture #manufactureFlow li .manufactureFlow__title {
  display: block;
  padding: 30px 0 22px;
  font-size: 21px;
  font-family: var(--font-yumincho);
  font-weight: 600;
  text-align: center;
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlow li .manufactureFlow__title {
    padding: 4.2666666667vw 0 2.1333333333vw;
    font-size: 5.6vw;
    line-height: 130%;
  }
}
@media screen and (max-width: 744px) {
  #manufacture #manufactureFlowScroll {
    overflow-y: auto;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 0vw;
  }
}
#manufacture .p-premium__wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
#manufacture .p-premium__step {
  background: url(../images/manufacture-01.webp) center/cover no-repeat;
  margin-bottom: 40px;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  #manufacture .p-premium__step {
    top: -213.3333333333vw;
    border: none;
    margin-bottom: 6.4vw;
    background: initial;
    box-shadow: initial;
    margin-bottom: 0;
  }
}
#manufacture .content {
  height: 531px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  #manufacture .content {
    background: initial;
    height: 198.6666666667vw;
  }
}
#manufacture .content .parts {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  position: absolute;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts {
    font-size: 4.8vw;
  }
}
#manufacture .content .parts.__1 {
  width: 150px;
  height: 100px;
  top: -53px;
  left: 57px;
  background: #596070;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__1 {
    width: 26.6666666667vw;
    height: 12.8vw;
    top: 5.0666666667vw;
    left: -0.2666666667vw;
    color: #fff;
    font-size: 3.4666666667vw;
    border-radius: 59.7333333333vw;
    padding-top: 1.0666666667vw;
  }
}
#manufacture .content .parts.__1 .parts__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#manufacture .content .parts.__1 .parts__text::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #596070 transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__1 .parts__text::after {
    display: none;
  }
}
#manufacture .content .parts.__2 {
  width: 150px;
  height: 318px;
  top: 76px;
  left: 58px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__2 {
    width: 20vw;
    height: 42.4vw;
    top: 4.5333333333vw;
    left: 24.8vw;
  }
}
#manufacture .content .parts.__3 {
  width: 110px;
  height: 110px;
  top: 48px;
  left: 184px;
  background: url(../images/section/ip-circle-01.webp) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #596070;
  font-family: var(--font-yumincho);
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__3 {
    font-size: 4.2666666667vw;
    width: 22.9333333333vw;
    height: 22.9333333333vw;
    top: 5.3333333333vw;
    left: 43.2vw;
  }
}
#manufacture .content .parts.__4 {
  width: 134px;
  height: 50px;
  top: 169px;
  left: 170px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__4 {
    width: 24.8vw;
    height: 10.6666666667vw;
    top: 31.4666666667vw;
    left: 41.0666666667vw;
  }
}
#manufacture .content .parts.__5 {
  width: 150px;
  height: 318px;
  top: 74px;
  left: 269px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__5 {
    width: 20vw;
    height: 42.4vw;
    top: 4.8vw;
    left: 64.2666666667vw;
  }
}
#manufacture .content .parts.__6 {
  width: 110px;
  height: 110px;
  top: 50px;
  left: 396px;
  color: #e70013;
  font-family: var(--font-yumincho);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  background: url(../images/section/ip-circle-02.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__6 {
    width: 22.9333333333vw;
    height: 22.9333333333vw;
    top: 51.4666666667vw;
    left: 34.4vw;
    color: #e70013;
    font-size: 4.2666666667vw;
    line-height: 130%;
  }
}
#manufacture .content .parts.__7 {
  width: 134px;
  height: 50px;
  top: 169px;
  left: 384px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__7 {
    width: 18.6666666667vw;
    height: 16.5333333333vw;
    top: 54.6666666667vw;
    left: 64.8vw;
  }
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__7 img {
    width: 100%;
  }
}
#manufacture .content .parts.__8 {
  width: 200px;
  height: 50px;
  top: 361px;
  left: 240px;
  color: #fff;
  font-family: var(--font-yumincho);
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
  border-radius: 168px;
  background: #ef66b2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__8 {
    padding-top: 1.3333333333vw;
  }
}
#manufacture .content .parts.__8 span {
  transform: skewX(-8deg);
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__8 {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
    top: 78.9333333333vw;
    left: 0px;
    color: #fff;
    font-size: 6.4vw;
    line-height: 130%;
  }
}
#manufacture .content .parts.__9 {
  width: 150px;
  height: 100px;
  top: -52px;
  left: 482px;
  background: #ef66b2;
  padding: 9px 10px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__9 {
    width: 49.3333333333vw;
    height: 26.6666666667vw;
    left: 21.3333333333vw;
    top: 90.6666666667vw;
    background: initial;
  }
}
#manufacture .content .parts.__9 .parts__ttl {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  padding-bottom: 7px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__9 .parts__ttl {
    color: #ea51a6;
    font-size: 4.2666666667vw;
    line-height: 130%;
    padding-bottom: 0;
  }
}
#manufacture .content .parts.__9 .parts__texts {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#manufacture .content .parts.__9 .parts__texts::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #ef66b2 transparent transparent transparent;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__9 .parts__texts::after {
    background: #fafa64;
    width: 40vw;
    height: 6.4vw;
    border: none;
    bottom: 0.8vw;
    z-index: 0;
  }
}
#manufacture .content .parts.__9 .parts__texts__text.__1 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__9 .parts__texts__text.__1 {
    color: #ea51a6;
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 130%;
    z-index: 1;
  }
}
#manufacture .content .parts.__9 .parts__texts__text.__2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 70%;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__9 .parts__texts__text.__2 {
    color: #ea51a6;
    font-size: 12.8vw;
    line-height: 100%;
    z-index: 1;
  }
}
#manufacture .content .parts.__9 .parts__texts__text.__3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__9 .parts__texts__text.__3 {
    color: #ea51a6;
    font-size: 4.2666666667vw;
    line-height: 130%;
    z-index: 1;
  }
}
#manufacture .content .parts.__10 {
  width: 150px;
  height: 318px;
  top: 74px;
  left: 481px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__10 {
    width: 20vw;
    height: 42.4vw;
    top: 78.9333333333vw;
    left: 64.2666666667vw;
  }
}
#manufacture .content .parts.__11 {
  width: 110px;
  height: 110px;
  top: 49px;
  left: 607px;
  color: #013263;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-yumincho);
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  background: url(../images/section/ip-circle-03.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__11 {
    width: 22.9333333333vw;
    height: 22.9333333333vw;
    top: 125.8666666667vw;
    left: 34.4vw;
    color: #013263;
    font-size: 4.2666666667vw;
    line-height: 130%;
  }
}
#manufacture .content .parts.__12 {
  width: 134px;
  height: 50px;
  top: 170px;
  left: 594px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__12 {
    width: 18.6666666667vw;
    height: 13.3333333333vw;
    top: 128.5333333333vw;
    left: 64.8vw;
  }
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__12 img {
    width: 100%;
  }
}
#manufacture .content .parts.__13 {
  width: 126px;
  height: 109px;
  top: 229px;
  left: 599px;
  background: url(../images/section/ip-parts-02.webp) center/cover no-repeat;
  color: #fff;
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__13 {
    width: 23.7333333333vw;
    height: 20.5333333333vw;
    top: 168.5333333333vw;
    left: 4.2666666667vw;
    color: #fff;
    font-size: 3.3866666667vw;
    line-height: 130%;
  }
}
#manufacture .content .parts.__14 {
  width: 160px;
  height: 120px;
  top: -53px;
  left: 689px;
  background: url(../images/section/ip-parts-01.webp) center/cover no-repeat;
  padding: 11px 5px 31px;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__14 {
    background: none;
    padding: 0;
    width: 40vw;
    height: 26.6666666667vw;
    top: 167.4666666667vw;
    left: 28.2666666667vw;
  }
}
#manufacture .content .parts.__14 .parts__ttl {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__14 .parts__ttl {
    color: #002d59;
    font-size: 4vw;
    line-height: 130%;
  }
}
#manufacture .content .parts.__14 .parts__ttl {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 4px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__14 .parts__ttl {
    color: #003264;
    font-size: 4.8vw;
  }
}
#manufacture .content .parts.__14 .parts__ttl li {
  padding-left: calc(1rem + 2px);
  text-indent: calc(-1rem - 2px);
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__14 .parts__ttl li {
    padding-left: 5.3333333333vw;
    text-indent: -5.3333333333vw;
    margin-bottom: 2.1333333333vw;
    white-space: nowrap;
  }
}
#manufacture .content .parts.__14 .parts__ttl li::before {
  content: "●";
  padding-right: 2px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__14 .parts__ttl li::before {
    padding-right: 0.5333333333vw;
  }
}
#manufacture .content .parts.__15 {
  width: 150px;
  height: 318px;
  top: 75px;
  left: 694px;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__15 {
    width: 20vw;
    height: 42.4vw;
    top: 153.0666666667vw;
    left: 64.2666666667vw;
  }
}
#manufacture .content .parts.__16 {
  width: 240px;
  height: 50px;
  top: 429px;
  left: 328px;
  color: #fff;
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -2.88px;
  background: url(../images/section/ip-parts-03.webp) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  #manufacture .content .parts.__16 {
    width: 50.6666666667vw;
    height: 10.4vw;
    top: 153.3333333333vw;
    left: 0.2666666667vw;
    color: #fff;
    font-size: 5.3333333333vw;
    line-height: 100%;
    letter-spacing: -0.736vw;
  }
}
#manufacture .content .border {
  position: absolute;
}
#manufacture .content .border.__1 {
  width: 138px;
  height: 40px;
  top: 346px;
  left: 128px;
  border-left: 1px solid #ef66b2;
  border-bottom: 1px solid #ef66b2;
}
@media screen and (max-width: 744px) {
  #manufacture .content .border.__1 {
    top: 10.6666666667vw;
    left: 7.4666666667vw;
    width: 84vw;
    height: 36.5333333333vw;
    background: url(../images/manufacture-01-sp.webp) center/cover no-repeat;
    border: none;
    z-index: -1;
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.11);
  }
}
#manufacture .content .border.__2 {
  width: 138px;
  height: 40px;
  top: 346px;
  left: 420px;
  border-right: 1px solid #ef66b2;
  border-bottom: 1px solid #ef66b2;
}
@media screen and (max-width: 744px) {
  #manufacture .content .border.__2 {
    top: 84.8vw;
    left: 7.4666666667vw;
    width: 84vw;
    height: 36.5333333333vw;
    background: url(../images/manufacture-01-sp.webp) center/cover no-repeat;
    border: none;
    z-index: -1;
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.11);
  }
}
#manufacture .content .border.__3 {
  width: 203px;
  height: 70px;
  top: 387px;
  left: 128px;
  border-left: 1px solid #081f37;
  border-bottom: 1px solid #081f37;
}
@media screen and (max-width: 744px) {
  #manufacture .content .border.__3 {
    top: 158.1333333333vw;
    left: 5.3333333333vw;
    width: 86.4vw;
    height: 37.6vw;
    background: url(../images/manufacture-01-sp.webp) center/cover no-repeat;
    border: none;
    z-index: -1;
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.11);
  }
}
#manufacture .content .border.__4 {
  width: 203px;
  height: 100px;
  top: 355px;
  left: 567px;
  border-right: 1px solid #081f37;
  border-bottom: 1px solid #081f37;
}
@media screen and (max-width: 744px) {
  #manufacture .content .border.__4 {
    display: none;
  }
}
#manufacture #improved {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-top: -420px;
  padding-top: 450px;
  padding-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #manufacture #improved {
    margin-top: -24vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
#manufacture #improved h3 {
  height: 100%;
}
#manufacture #improved .inner {
  margin: 0 auto;
}
#manufacture #improved .inner:first-child {
  text-align: center;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .inner {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  #manufacture #improved.wrap {
    margin: 0;
  }
}
#manufacture #improved #improvedTab {
  max-width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab {
    width: 100%;
  }
}
#manufacture #improved #improvedTab .improvedTab__ttl {
  font-weight: 400;
}
#manufacture #improved #improvedTab .current {
  background-image: url("../images/bg_tabBtn_active.webp") !important;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .current {
    background-image: url("../images/bg_tabBtn_active_sp.webp") !important;
  }
}
#manufacture #improved #improvedTab .tabBtn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabBtn {
    width: 92vw;
    max-width: 100%;
    margin: auto;
  }
}
#manufacture #improved #improvedTab .tabBtn li {
  width: 32%;
  background-image: url("../images/bg_tabBtn.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabBtn li {
    background-image: url("../images/bg_tabBtn_sp.webp");
  }
  #manufacture #improved #improvedTab .tabBtn li.ui-tabs-active {
    background-image: url("../images/bg_tabBtn_active_sp.webp");
  }
}
#manufacture #improved #improvedTab .tabBtn a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 13px 10px 10px !important;
  color: #fff !important;
  font-family: var(--font-yumincho);
  font-size: 21px;
  text-align: center;
  line-height: 1.3;
}
#manufacture #improved #improvedTab .tabBtn a > span.txt_cts {
  display: contents;
}
#manufacture #improved #improvedTab .tabBtn a > span.txt_bigger {
  font-size: 1.5em;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabBtn a {
    padding: 1.6vw 0px 1.0666666667vw !important;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}
#manufacture #improved #improvedTab .content-box {
  display: none;
}
#manufacture #improved #improvedTab .tabCts {
  width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabCts {
    width: 92vw;
    margin: 0 auto;
  }
}
#manufacture #improved #improvedTab .tabCts > div {
  max-width: 1000px;
  max-width: 100%;
  height: 499px;
  margin: 0 auto;
  padding: 40px 40px 65px 42%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabCts > div {
    width: 100%;
    height: 118.1333333333vw;
    padding: 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
}
#manufacture #improved #improvedTab .tabCts > div#tab1 {
  background-image: url("../images/bg_tabCts_1.webp");
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabCts > div#tab1 {
    background-image: url("../images/bg_tabCts_1_sp.webp");
  }
}
#manufacture #improved #improvedTab .tabCts > div#tab2 {
  background-image: url("../images/bg_tabCts_2.webp");
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabCts > div#tab2 {
    background-image: url("../images/bg_tabCts_2_sp.webp");
  }
}
#manufacture #improved #improvedTab .tabCts > div#tab3 {
  background-image: url("../images/bg_tabCts_3.webp");
}
@media screen and (max-width: 744px) {
  #manufacture #improved #improvedTab .tabCts > div#tab3 {
    background-image: url("../images/bg_tabCts_3_sp.webp");
  }
}
@media screen and (max-width: 744px) {
  #manufacture #improved .tabCtsInner .p-subbox__ttls {
    text-align: left;
  }
}
#manufacture #improved .tabCtsInner .tabCts_ttl {
  margin-bottom: 0.6em;
  color: var(--color-primary);
  font-family: var(--font-yumincho);
  font-size: 36px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .tabCtsInner .tabCts_ttl {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 744px) {
  #manufacture #improved .tabCtsInner .pttl-txt {
    max-width: 44.5333333333vw;
    width: 100%;
    margin-left: auto;
    margin-right: 4.2666666667vw;
  }
}
#manufacture #improved .tabCtsInner .content-box__subtext {
  text-align: left;
}
#manufacture #improved .tabCtsInner p {
  margin-bottom: 0px;
  color: #323232;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .tabCtsInner p {
    margin-bottom: 0;
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
#manufacture #improved .tabCtsInner .tabCts_tagTtl {
  color: #fff;
  font-size: 21px;
}
#manufacture #improved .p-subbox__ttlwrap {
  text-align: left;
  position: absolute;
  top: -59px;
  left: -2px;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox__ttlwrap {
    top: -11.2vw;
    left: -0.5333333333vw;
  }
}
#manufacture #improved .p-subbox__ttls {
  text-align: left;
  display: inline-block;
  padding: 3px;
  border-radius: 20px 20px 0 0;
  background: -webkit-linear-gradient(45deg, #e8e7e3 0%, #6b6a67 33%, #e8e7e3 66%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(45deg, #e8e7e3 0%, #6b6a67 33%, #e8e7e3 66%, rgba(0, 0, 0, 0.2) 100%);
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox__ttls {
    padding: 0.5333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
#manufacture #improved .p-subbox {
  margin: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox {
    margin: 16.2666666667vw 0 0;
  }
}
#manufacture #improved .p-subbox .p-subbox_ttl {
  background: #fff; /* 内側の背景色 */
  border-radius: 20px 20px 0 0;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  padding: 11px 24px;
  background: linear-gradient(180deg, #3d6b99 0%, #081f37 100%);
  justify-content: center;
  align-items: center;
  font-family: var(--font-yumincho);
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_ttl {
    width: initial;
    font-size: 4.8vw;
    height: 10.4vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0px 0px;
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    display: inline-grid;
    padding: 0 4.2666666667vw;
  }
}
#manufacture #improved .p-subbox .p-subbox_content {
  border: 3px solid;
  border-image: linear-gradient(45deg, #e8e7e3 0%, #6b6a67 33%, #e8e7e3 66%, rgba(0, 0, 0, 0.2) 100%) 1;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_content {
    padding: 0;
    border: 0.2666666667vw solid var(--gradient-primary);
    background: #fff;
  }
}
#manufacture #improved .p-subbox .p-subbox_list {
  list-style-type: none;
  margin: 0;
  padding: 15px 15px;
  padding-bottom: 5px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_list {
    padding: 4.2666666667vw 4.2666666667vw 2.1333333333vw 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_list.__2 {
    padding-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_list.__3 {
    padding-bottom: 18.6666666667vw;
  }
}
#manufacture #improved .p-subbox .p-subbox_list li {
  background: linear-gradient(180deg, #3d6b99 0%, #081f37 100%);
  width: auto;
  min-width: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 3px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_list li {
    min-width: 10.6666666667vw;
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    margin-right: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
    line-height: 100%;
    border-radius: 5.3333333333vw;
  }
}
#manufacture #improved .p-subbox .p-subbox_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* 枠線の太さ */
  border-radius: 13px;
  background: linear-gradient(45deg, #e8e7e3 0%, #6b6a67 33%, #e8e7e3 66%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (max-width: 744px) {
  #manufacture #improved .p-subbox .p-subbox_list li::before {
    padding: 0.2666666667vw;
    border-radius: 3.7333333333vw;
  }
}

/* --------------------------------------------------
施術の流れ
-------------------------------------------------- */
#tempFlow {
  padding-top: 100px;
  padding-bottom: 48px;
  background: none;
}
@media screen and (max-width: 744px) {
  #tempFlow {
    padding-bottom: 4.8vw;
    padding-top: 16vw;
  }
}
#tempFlow > .inner:first-child {
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #tempFlow .ttl {
    margin-bottom: 0;
    padding-right: 0;
    text-align: center;
  }
}
#tempFlow .ttl::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0px;
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_gray.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #tempFlow .ttl::before {
    top: -8.8vw;
    right: -2.1333333333vw;
    width: 16vw;
    height: 19.2vw;
  }
}
#tempFlow .ttl:after {
  margin: auto;
  right: 0;
  border-color: #fff;
}
#tempFlow .ttl i {
  text-align: center;
}
#tempFlow h2 {
  padding-left: 58px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  #tempFlow h2 {
    padding: 0;
  }
}
#tempFlow #treatmentSliderWrap {
  position: relative;
  width: 100%;
  height: 410px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSliderWrap {
    height: 125.8666666667vw;
    height: 125.8666666667vw;
    margin-top: 10.6666666667vw;
  }
}
#tempFlow #treatmentSliderWrap .inner:nth-of-type(1) {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: calc(50% - 30px);
  width: calc(50vw + 30px);
  background: rgba(89, 95, 112, 0.8);
  color: #fff;
  height: 340px;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSliderWrap .inner:nth-of-type(1) {
    width: auto;
    height: 98.6666666667vw;
    top: 28vw;
    left: -4vw;
    right: calc(20% - 4vw);
  }
}
#tempFlow #treatmentSliderWrap .inner:nth-of-type(2) {
  width: 540px;
  margin-right: 93px;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSliderWrap .inner:nth-of-type(2) {
    width: 100%;
    margin: 0;
    padding: 0 6.1333333333vw;
    top: 0;
  }
}
#tempFlow #treatmentSlideTexts {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 380px;
  margin-right: 130px;
  padding-top: 6%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlideTexts {
    justify-content: flex-start;
    width: 89.6vw;
    margin-right: -16vw;
    padding-top: 0;
    top: 41%;
    left: 10.6666666667vw;
    right: 1.6vw;
  }
}
#tempFlow #treatmentSlideTexts li {
  display: none;
  flex-flow: column nowrap;
}
#tempFlow #treatmentSlideTexts li.active {
  display: flex;
}
#tempFlow #treatmentSlideTexts li i {
  display: block;
  margin-bottom: 15px;
  font-family: Bodoni, Prata, serif;
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlideTexts li i {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
  }
}
#tempFlow #treatmentSlideTexts li em {
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlideTexts li em {
    font-size: 5.3333333333vw;
  }
}
#tempFlow #treatmentSlideTexts li div {
  margin-top: 29px;
  padding-top: 30px;
  border-top: 1px solid #fff;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlideTexts li div {
    margin-top: 3.2vw;
    padding-top: 5.3333333333vw;
    padding-right: 20vw;
    font-size: 3.7333333333vw;
  }
}
#tempFlow #treatmentSlider {
  width: 540px;
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlider {
    width: 100%;
  }
}
#tempFlow #treatmentSliderThumb {
  width: 540px;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSliderThumb {
    width: 100%;
    padding: 1.3333333333vw;
  }
}
#tempFlow #treatmentSliderThumb img {
  opacity: 0.5;
}
#tempFlow #treatmentSliderThumb .swiper-slide-thumb-active img {
  opacity: 1;
}
#tempFlow #treatmentSlideController {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: calc(50% - 62px);
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlideController {
    top: calc(25% + 4.5333333333vw);
    z-index: 999;
  }
}
#tempFlow #treatmentSlideController button {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 34px;
}
#tempFlow #treatmentSlideController button:last-child img {
  transform: rotateY(180deg);
}
@media screen and (max-width: 744px) {
  #tempFlow #treatmentSlideController button {
    width: 9.0666666667vw;
  }
  #tempFlow #treatmentSlideController button img {
    width: 100%;
  }
}

#notice {
  position: relative;
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  #notice {
    padding-bottom: 13.3333333333vw;
  }
}
#notice .inner {
  width: 900px;
  margin: 0 auto;
  padding: 20px 50px 30px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  #notice .inner {
    max-width: 900px;
    width: auto;
    margin: 0 4vw;
    padding: 5.3333333333vw 2.6666666667vw 8vw;
  }
}
#notice #noticeTtl {
  position: relative;
}
#notice #noticeTtl:before, #notice #noticeTtl:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  bottom: -20px;
}
@media screen and (max-width: 744px) {
  #notice #noticeTtl:before, #notice #noticeTtl:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: -2.6666666667vw;
  }
}
#notice #noticeTtl:before {
  background: url("../images/notice_shadow_01.webp") center no-repeat;
  left: -70px;
}
@media screen and (max-width: 744px) {
  #notice #noticeTtl:before {
    left: -5.3333333333vw;
  }
}
#notice #noticeTtl:after {
  background: url("../images/notice_shadow_02.webp") center no-repeat;
  right: -70px;
}
@media screen and (max-width: 744px) {
  #notice #noticeTtl:after {
    right: -5.3333333333vw;
    display: none;
  }
}
#notice #noticeTtl h2 {
  margin: 0 -70px;
  padding: 17px;
  background: var(--color-primary);
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #notice #noticeTtl h2 {
    margin: 0 -5.3333333333vw;
    padding: 4.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#notice dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  #notice dl {
    padding: 5.3333333333vw 0;
    border-top: 0.2666666667vw solid var(--color-primary);
  }
}
#notice dl:first-of-type {
  padding-top: 30px;
  border-top: none;
}
@media screen and (max-width: 744px) {
  #notice dl:first-of-type {
    padding-top: 5.3333333333vw;
  }
}
#notice dl dt {
  width: 160px;
  padding: 10px 0;
  line-height: 1;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #notice dl dt {
    width: 25%;
    padding: 1.6vw 0;
    border: 0.2666666667vw solid var(--color-primary);
    font-size: 3.7333333333vw;
  }
}
#notice dl dd {
  width: calc(100% - 160px);
  padding-left: 61px;
}
@media screen and (max-width: 744px) {
  #notice dl dd {
    width: 75%;
    padding-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#notice dl dd div:first-child {
  margin-bottom: 1em;
}
#notice dl dd div p {
  margin-bottom: 1em;
}
#notice dl dd div p:first-of-type {
  display: block;
  width: fit-content;
  background: var(--color-primary);
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  #notice dl dd div p:first-of-type {
    padding: 0.5333333333vw 1.6vw;
  }
}
#notice dl dd div span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
#notice dl dd div span:first-of-type {
  margin-top: 1em;
}
#notice dl dd p,
#notice dl dd li {
  margin: 0;
  padding: 5px 0;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  #notice dl dd p,
  #notice dl dd li {
    padding: 1.3333333333vw 0;
  }
}
@media screen and (max-width: 744px) {
  #notice dl dd li {
    text-indent: -4vw;
    padding: 1.3333333333vw 0 1.3333333333vw 4vw;
  }
}
#notice dl dd > :first-child {
  margin-top: 2px;
}
@media screen and (max-width: 744px) {
  #notice dl dd > :first-child {
    margin-top: 0;
  }
}
#notice dl dd > :last-child {
  margin-bottom: 2px;
}
@media screen and (max-width: 744px) {
  #notice dl dd > :last-child {
    margin-bottom: -1.3333333333vw;
  }
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice .inner {
  padding: 100px 0 72px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 18.6666666667vw 4.2666666667vw 13.3333333333vw;
  }
}
#tempPrice .inner2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#tempPrice .inner2 .ttl {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner2 .ttl {
    padding: 0;
  }
}
#tempPrice .inner2 .ttl::before {
  content: "";
  position: absolute;
  top: -45px;
  right: 50%;
  transform: translateX(calc(50% + 48px));
  width: 116px;
  height: 134px;
  background: url(../images/ico_hexagon_white.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner2 .ttl::before {
    top: -10.4vw;
    transform: translateX(calc(50% + 12.8vw));
    width: 16vw;
    height: 19.2vw;
  }
}
#tempPrice .inner2 .ttl h2 {
  display: block;
  padding-right: inherit;
}
#tempPrice .inner2 .ttl i {
  text-align: center;
}
#tempPrice .inner2 .ttl::after {
  left: 50%;
  transform: translateX(-50%);
}
#tempPrice .inner2 .c-price__title {
  font-family: var(--font-noto-serif);
}
@media screen and (max-width: 744px) {
  #tempPrice .inner2 .c-price__title {
    padding: 2.1333333333vw;
  }
}
#tempPrice .inner2 .c-price__name .category {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner2 .c-price__name .category {
    font-size: 4vw;
  }
}

/* --------------------------------------------------
よくある質問
-------------------------------------------------- */
#faq {
  font-family: var(--font-noto-serif);
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  #faq {
    padding: 8.5333333333vw 0;
  }
}
#faq::after {
  display: none;
}
#faq .inner {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 744px) {
  #faq .inner {
    padding: 0 4.2666666667vw;
  }
}
#faq .faqList__item {
  background: var(--gradient-primary);
}
#faq .faqList__question {
  color: #fff;
}
#faq .faqList__question::before {
  color: var(--color-primary);
  background: #fff;
}
#faq .faqList__answer::before {
  background: var(--gradient-primary);
}

/* --------------------------------------------------
ご予約・お問い合わせ
-------------------------------------------------- */
#ca header {
  font-family: var(--font-noto-serif);
}

/* --------------------------------------------------
医師監修
-------------------------------------------------- */
#supervision {
  font-family: var(--font-noto-serif);
}
#supervision .p__prof {
  border: 16px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  #supervision .p__prof {
    border: 2.1333333333vw solid var(--color-primary);
    padding: 2.1333333333vw;
  }
}
#supervision .ttl {
  min-height: inherit !important;
  padding-top: inherit !important;
  background-image: none;
  width: 100%;
}
#supervision .ttl:after {
  width: 100% !important;
}
#supervision .p__abouts .ttl {
  margin-bottom: 0;
}
#supervision .p__abouts .ttl::after {
  display: none;
}
#supervision .p__abouts .head-border {
  margin-bottom: 0;
  padding: 0;
}

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