@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-megashira {
  --color-primary: #a88e85;
  --color-alpha: rgb(248.04, 245.96, 245.24);
  --color-secondary: rgba(168, 142, 133, 0.3);
  --color-strong: rgb(146.0126794258, 76.908127136, 52.9873205742);
}

/* コンテンツ
*****************************************************/
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

main.prp-megashira {
  overflow: hidden;
  background: url(../images/prp-megashira_bg.webp) repeat center center/240px 240px;
}

.prp-megashira > section {
  color: #111111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 8vw 4vw;
  }
}
section .inner2 {
  max-width: 980px;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  height: auto;
  max-width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

/* Smartphones
*****************************************************/
.prp-megashira .maker {
  background-image: linear-gradient(to bottom, transparent 62%, #ead8de 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.prp-megashira .maker.anim {
  background-size: 100% 100%;
}
.prp-megashira section {
  overflow: visible;
}
.prp-megashira picture {
  display: block;
}
.prp-megashira .lpInner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-megashira .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.prp-megashira .main-color {
  color: var(--color-primary);
}
.prp-megashira .title01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.prp-megashira .bg1 {
  position: relative;
}
.prp-megashira .bg1::before {
  content: "";
  position: absolute;
  width: 2000px;
  height: 500px;
  background: #d7b5a5;
}
.prp-megashira .fv {
  position: relative;
}
.prp-megashira .fv.bg1::before {
  height: 1515px;
  top: 0;
  left: calc(50% + 297px);
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv.bg1::before {
    width: 45.9vw;
    height: 210.9vw;
    left: auto;
    right: 0;
    top: 117.1vw;
  }
}
.prp-megashira .fv .lpInner {
  max-width: 1286px;
  padding-top: 52px;
  padding-bottom: 130px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv .lpInner {
    padding: 160.5vw 8vw 10vw;
  }
}
.prp-megashira .fv_img1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 73%;
  height: 660px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_img1 {
    width: 90.7vw;
    height: 88vw;
    top: 29.1vw;
  }
}
.prp-megashira .fv_img1 picture {
  height: 100%;
}
.prp-megashira .fv_img1 picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prp-megashira .fv_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 84px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin: 0 -2.9vw 11.5vw;
  }
}
.prp-megashira .fv_list_item {
  font-size: 36px;
  font-weight: bold;
  background: #63534e;
  color: #fff;
  border-radius: 400px;
  text-align: center;
  padding: 6px 40px 5px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_list_item {
    font-size: 5.6vw;
    line-height: 1.3;
    padding: 1.3vw 6.4vw;
  }
}
.prp-megashira .fv_ttl {
  font-size: 90px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_ttl {
    font-size: 11.2vw;
    line-height: 1.29;
    position: absolute;
    top: 110.5vw;
    left: 4vw;
    margin: 0;
  }
}
.prp-megashira .fv_img2 {
  width: 858px;
  margin-left: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_img2 {
    width: 82.7vw;
    position: absolute;
    top: 4.3vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.prp-megashira .fv_sub {
  width: 129px;
  margin-bottom: 48px;
  margin-left: 133px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_sub {
    width: 25.1vw;
    margin-bottom: 5.5vw;
    margin-left: 0;
  }
}
.prp-megashira .fv_txt {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
  margin-left: 133px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .fv_txt {
    font-size: 4.8vw;
    line-height: 2;
    margin-left: 0;
  }
}
.prp-megashira .fv_txt .maker {
  background-image: linear-gradient(to bottom, transparent 0%, #63534e 0%);
}
.prp-megashira .block1 {
  color: #fff;
}
.prp-megashira .block1.bg1::before {
  height: 1158px;
  top: 77px;
  right: 47%;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1.bg1::before {
    width: 34.7vw;
    height: 209.1vw;
    right: auto;
    left: 0;
    top: 24vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1 .lpInner {
    padding: 0 8vw;
  }
}
.prp-megashira .block1_ttl {
  font-size: 90px;
  line-height: 1.2;
  margin-left: -123px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .prp-megashira .block1_ttl {
    margin-left: 0;
    font-size: 70px;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_ttl {
    font-size: 11.2vw;
    line-height: 1.29;
    margin-left: -4vw;
    margin-right: -8vw;
    margin-bottom: 12vw;
    width: auto;
  }
}
.prp-megashira .block1_img {
  max-width: 1000px;
  margin: 0 auto 79px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_img {
    margin: 0 -8vw 9vw;
  }
}
.prp-megashira .block1_img::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: -1;
  width: 151px;
  height: 151px;
  background: url(../images/circle01.webp) no-repeat center center/contain;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_img::before {
    width: 24.3vw;
    height: 24.3vw;
    right: 4.3vw;
    top: auto;
    bottom: -17vw;
  }
}
.prp-megashira .block1_row {
  display: flex;
  gap: 100px;
  margin: 0 -30px 146px 30px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_row {
    flex-direction: column;
    gap: 10vw;
    margin: 0 0 20.5vw;
  }
}
.prp-megashira .block1_row_box {
  padding-top: 5px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_row_box {
    padding-top: 0;
  }
}
.prp-megashira .block1_row_box_sub {
  width: 249px;
  margin-bottom: 45px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_row_box_sub {
    width: 48vw;
    margin-bottom: 5vw;
  }
}
.prp-megashira .block1_row_box_ttl {
  font-size: 70px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_row_box_ttl {
    font-size: 8.5vw;
  }
}
.prp-megashira .block1_row_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_row_list {
    gap: 3vw;
    margin-right: -8vw;
  }
}
.prp-megashira .block1_row_list_item {
  font-size: 31px;
  font-weight: bold;
  color: #474747;
  background: #fff;
  padding: 2px 20px 1px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_row_list_item {
    font-size: 5.2vw;
    padding: 0.1vw 3vw;
  }
}
.prp-megashira .block1_animTxt {
  height: 103px;
  background: url(../images/block1_anim.webp) repeat-x 0 0/auto 100%;
  animation: anim-txt 120s linear infinite;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block1_animTxt {
    height: 18.7vw;
  }
}
@keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
@keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.prp-megashira .block2 {
  color: #fff;
}
.prp-megashira .block2.bg1::before {
  height: 1160px;
  top: 213px;
  left: 29.5%;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2.bg1::before {
    width: 96vw;
    height: 299.7vw;
    left: auto;
    right: 0;
    top: 78vw;
  }
}
.prp-megashira .block2 .lpInner {
  max-width: 1160px;
  padding-top: 59px;
  padding-bottom: 86px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2 .lpInner {
    padding: 8vw 8vw 12.5vw;
  }
}
.prp-megashira .block2_box_row {
  position: relative;
  height: 480px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.prp-megashira .block2_box_row .img {
  width: 480px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row .img {
    position: relative;
    margin-bottom: 5vw;
  }
}
.prp-megashira .block2_box_row .ttl {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 63px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row .ttl {
    font-size: 8.5vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.prp-megashira .block2_box_row .ttl .small {
  font-size: 0.42em;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row .ttl .small {
    font-size: 0.47em;
  }
}
.prp-megashira .block2_box_row .txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row .txt {
    font-size: 4.3vw;
    line-height: 1.5;
  }
}
.prp-megashira .block2_box_row:nth-child(1) {
  padding-left: 530px;
  padding-right: 30px;
  margin-bottom: 81px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(1) {
    padding: 0;
    flex-direction: column;
    margin-bottom: 7vw;
  }
}
.prp-megashira .block2_box_row:nth-child(1) .img {
  left: 0;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(1) .img {
    width: 64vw;
    left: auto;
    order: 1;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(1) .ttl {
    margin-left: -2vw;
    margin-right: -2vw;
    width: auto;
    margin-bottom: 4vw;
    order: 0;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(1) .txt {
    order: 2;
  }
}
.prp-megashira .block2_box_row:nth-child(2) {
  padding-top: 32px;
  padding-right: 534px;
  margin-bottom: 51px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(2) {
    padding: 0;
    margin-bottom: 7vw;
    flex-wrap: wrap;
  }
}
.prp-megashira .block2_box_row:nth-child(2) .img {
  right: 0;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(2) .img {
    width: 42.7vw;
    margin-left: -8vw;
    right: auto;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(2) .ttl {
    width: 48vw;
    margin-right: -4vw;
    line-height: 1;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(2) .ttl .small {
    display: inline-block;
    transform: translateY(-3vw);
  }
}
.prp-megashira .block2_box_row:nth-child(2) .ttl .space {
  display: none;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(2) .ttl .space {
    display: inline-block;
    width: 1em;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(2) .txt {
    padding-left: 16vw;
  }
}
.prp-megashira .block2_box_row:nth-child(3) {
  padding-top: 32px;
  padding-left: 530px;
  margin-right: -25px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(3) {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
}
.prp-megashira .block2_box_row:nth-child(3) .img {
  left: 0;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(3) .img {
    width: 42.7vw;
    left: auto;
    order: 1;
    margin-right: -8vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(3) .ttl {
    order: 0;
    text-align: right;
    width: 44vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-megashira .block2_box_row:nth-child(3) .txt {
    order: 2;
  }
}
.prp-megashira .block3.bg1::before {
  height: 452px;
  top: 157px;
  right: 47%;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3.bg1::before {
    width: 34.5vw;
    height: 209.1vw;
    right: auto;
    left: 0;
    top: 19.7vw;
  }
}
.prp-megashira .block3 .lpInner {
  max-width: 1020px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3 .lpInner {
    padding-bottom: 8vw;
  }
}
.prp-megashira .block3_ttl {
  font-size: 70px;
  line-height: 1.5;
  margin-bottom: 53px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_ttl {
    font-size: 11.2vw;
    padding-left: 9vw;
    margin-bottom: 8vw;
    line-height: 1.29;
  }
}
.prp-megashira .block3_ttl .space {
  display: none;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_ttl .space {
    display: inline-block;
    width: 1em;
  }
}
.prp-megashira .block3_sub {
  position: absolute;
  width: 55px;
  top: 325px;
  left: -79px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_sub {
    width: 10vw;
    top: 22.8vw;
    left: 3.8vw;
  }
}
.prp-megashira .block3_row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_row {
    flex-direction: column;
    padding: 0 4vw;
    gap: 5.3vw;
  }
}
.prp-megashira .block3_row::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: -1;
  width: 151px;
  height: 151px;
  background: url(../images/circle01.webp) no-repeat center center/contain;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_row::before {
    width: 24.3vw;
    height: 24.3vw;
    top: -12vw;
    right: -8vw;
  }
}
.prp-megashira .block3_row_box {
  background: #fff;
  padding: 20px 20px 11px;
  width: 470px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_row_box {
    width: auto;
    padding: 5.3vw 5.3vw 2.5vw;
  }
}
.prp-megashira .block3_row_box .img {
  margin-bottom: 9px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_row_box .img {
    margin-bottom: 3vw;
  }
}
.prp-megashira .block3_row_box .txt {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .prp-megashira .block3_row_box .txt {
    font-size: 3.2vw;
  }
}
.prp-megashira .sec06 {
  color: #474747;
  background: #e4dee0;
}
.prp-megashira .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .sec06 .lpInner {
    padding-top: 8vw;
    padding-bottom: 6.8vw;
  }
}
.prp-megashira .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-megashira .sec06_row {
    position: relative;
  }
}
.prp-megashira .sec06_row_box {
  width: 584px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .sec06_row_box {
    width: auto;
    padding-top: 10vw;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp-megashira .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 34vw;
    line-height: 1.7;
  }
}
.prp-megashira .sec06_row_box_ttl_txt2 {
  display: block;
}
.prp-megashira .sec06_row_box_txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  animation-delay: 0.2s;
  padding-left: 6px;
}
@media screen and (max-width: 744px) {
  .prp-megashira .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp-megashira .sec06_row_box_txt .blue {
  color: #68bdcb;
}
.prp-megashira .sec06_row_img {
  width: 448px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .prp-megashira .sec06_row_img {
    width: 88vw;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case.bg1::before {
  height: 452px;
  top: 157px;
  right: 47%;
}
@media screen and (max-width: 744px) {
  .sec_case.bg1::before {
    width: 34.5vw;
    height: 209.1vw;
    right: auto;
    left: 0;
    top: 19.7vw;
  }
}
.sec_case .lpInner {
  padding-bottom: 70px;
  box-sizing: content-box;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding-bottom: 8vw;
    box-sizing: border-box;
  }
}
.sec_case_ttl {
  font-size: 70px;
  line-height: 1.5;
  margin-bottom: 53px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec_case_ttl {
    font-size: 11.2vw;
    padding-left: 9vw;
    margin-bottom: 8vw;
    line-height: 1.29;
  }
}
.sec_case_ttl .space {
  display: none;
}
@media screen and (max-width: 744px) {
  .sec_case_ttl .space {
    display: inline-block;
    width: 1em;
  }
}
.sec_case_sub {
  position: absolute;
  width: 55px;
  top: 325px;
  left: -79px;
}
@media screen and (max-width: 744px) {
  .sec_case_sub {
    width: 10vw;
    top: 22.8vw;
    left: 3.8vw;
  }
}
.sec_case .casePhoto {
  position: relative;
}
.sec_case .casePhoto:not(.casePhoto ~ .casePhoto)::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -75px;
  z-index: -1;
  width: 151px;
  height: 151px;
  background: url(../images/circle01.webp) no-repeat center center/contain;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 744px) {
  .sec_case .casePhoto:not(.casePhoto ~ .casePhoto)::before {
    width: 24.3vw;
    height: 24.3vw;
    top: -12vw;
    right: -8vw;
  }
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #dddbd9;
}

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