@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-mabuta {
  --color-primary: #ff9696;
  --color-alpha: rgb(255, 246.6, 246.6);
  --color-secondary: rgba(255, 150, 150, 0.4);
  --color-strong: #ff3030;
}

/* コンテンツ
*****************************************************/
.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-mabuta {
  overflow: hidden;
}

.prp-mabuta > 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;
  padding: 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;
}

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

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

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #111111;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@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;
}

.prp-mabuta .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-mabuta .maker.anim {
  background-size: 100% 100%;
}
.prp-mabuta section {
  overflow: visible;
}
.prp-mabuta picture {
  display: block;
}
.prp-mabuta .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.prp-mabuta .main-color {
  color: var(--color-primary);
}
.prp-mabuta .title01 {
  font-family: serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .title01 {
    font-size: 8.5vw;
  }
}
.prp-mabuta .fv {
  height: 660px;
  background: url(../images/prp-mabuta_01.webp) no-repeat top center/cover;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv {
    height: 156.8vw;
    background-image: url(../images/prp-mabuta_01_sp.webp);
  }
}
.prp-mabuta .fv_bg {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  transform: translateX(378px);
  left: 150px;
  width: 1282px;
  height: 660px;
}
@media (max-width: 1900px) {
  .prp-mabuta .fv_bg {
    left: 0;
  }
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_bg {
    display: none;
  }
}
.prp-mabuta .fv .lpInner {
  max-width: 1212px;
  padding-top: 8px;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv .lpInner {
    padding: 64.9vw 0 0;
  }
}
.prp-mabuta .fv_img1 {
  max-width: 651px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_img1 {
    max-width: none;
    margin: 0 -3vw;
  }
}
.prp-mabuta .fv_img2 {
  max-width: 616px;
  margin-top: -84px;
  margin-left: 20px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_img2 {
    max-width: none;
    margin-top: -21.4vw;
    margin-left: 0.4vw;
  }
}
.prp-mabuta .fv_img3 {
  max-width: 544px;
  margin-top: -73px;
  margin-left: 194px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_img3 {
    max-width: none;
    width: 98.3vw;
    margin-top: -18.3vw;
    margin-left: 8.6vw;
    margin-right: -6.9vw;
  }
}
.prp-mabuta .fv_img4 {
  max-width: 664px;
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: -62px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_img4 {
    max-width: none;
    left: -3.9vw;
    right: -3.9vw;
    bottom: auto;
    top: -3.9vw;
  }
}
.prp-mabuta .fv_img5 {
  position: absolute;
  width: 240px;
  left: -38px;
  bottom: -59px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_img5 {
    width: 22.7vw;
    left: 2.1vw;
    bottom: -7.4vw;
  }
}
.prp-mabuta .fv_img6 {
  position: absolute;
  width: 164px;
  right: -49px;
  bottom: -83px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .fv_img6 {
    width: 15.5vw;
    right: 4.5vw;
    bottom: -10.1vw;
  }
}
.prp-mabuta .block1 {
  margin-top: -140px;
  background: url(../images/prp-mabuta_03.webp) no-repeat top center/cover;
  position: relative;
}
@media (min-width: 1920px) {
  .prp-mabuta .block1 {
    margin-top: -7.2916666667vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1 {
    background-image: url(../images/prp-mabuta_03_sp.webp);
    margin-top: -5.3vw;
  }
}
.prp-mabuta .block1 .lpInner {
  padding-top: 240px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1 .lpInner {
    padding-top: 10.7vw;
    padding-bottom: 1vw;
  }
}
.prp-mabuta .block1_ttl {
  margin-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_ttl {
    margin-bottom: 1.5vw;
  }
}
.prp-mabuta .block1_sub {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #474747;
  margin-bottom: 47px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_sub {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.prp-mabuta .block1_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row {
    flex-direction: column;
    width: 80vw;
    margin: 0 auto;
    gap: 6.7vw;
    padding: 8.4vw 0 5vw;
  }
}
.prp-mabuta .block1_row_item {
  width: 500px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item {
    width: auto;
  }
}
.prp-mabuta .block1_row_item .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.prp-mabuta .block1_row_item .img {
  position: relative;
}
.prp-mabuta .block1_row_item .txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 19px 0 18px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item .txt1 {
    font-size: 4vw;
    padding: 2.1vw 0;
  }
}
.prp-mabuta .block1_row_item .txt2 {
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item .txt2 {
    font-size: 2.7vw;
    line-height: 1.3;
  }
}
.prp-mabuta .block1_row_item:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 170px;
  right: -55px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item:nth-child(1)::before {
    border-top: 4vw solid var(--color-primary);
    border-left: 3.3vw solid transparent;
    border-right: 3.3vw solid transparent;
    border-bottom: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: -5.3vw;
    margin: auto;
  }
}
.prp-mabuta .block1_row_item:nth-child(1) .img::before {
  content: "BEFORE";
  position: absolute;
  font-size: 21px;
  width: 110px;
  background: #6e6e6e;
  color: #fff;
  text-align: center;
  line-height: 1.62;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item:nth-child(1) .img::before {
    font-size: 2.8vw;
    width: 14.7vw;
  }
}
.prp-mabuta .block1_row_item:nth-child(1) .txt1 {
  background: #fff;
}
.prp-mabuta .block1_row_item:nth-child(2) .img::before {
  content: "AFTER";
  position: absolute;
  font-size: 21px;
  width: 110px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  line-height: 1.62;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item:nth-child(2) .img::before {
    font-size: 2.8vw;
    width: 14.7vw;
  }
}
.prp-mabuta .block1_row_item:nth-child(2) .txt1 {
  background: #ffe3db;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row_item:nth-child(2) .txt1 {
    margin-bottom: 2.7vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row._1 {
    padding-top: 6.5vw;
  }
}
.prp-mabuta .block1_row._1, .prp-mabuta .block1_row._2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block1_row._1, .prp-mabuta .block1_row._2 {
    margin-bottom: 0;
    border-bottom: 0.2666666667vw dotted #aaa;
  }
}
.prp-mabuta .block2 {
  background: var(--color-primary);
}
.prp-mabuta .block2 .lpInner {
  padding-top: 37px;
  padding-bottom: 40px;
  max-width: 1020px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block2 .lpInner {
    padding-top: 10vw;
    padding-bottom: 8vw;
  }
}
.prp-mabuta .block2_ttl {
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block2_ttl {
    font-size: 5.6vw;
    margin-bottom: 6.2vw;
  }
}
.prp-mabuta .block2_ttl .big {
  font-size: 1.44em;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block2_ttl .big {
    font-size: 1.52em;
  }
}
.prp-mabuta .block2_sub {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block2_sub {
    font-size: 4.3vw;
    line-height: 1.5;
    margin-bottom: 7.5vw;
    text-align: left;
  }
}
.prp-mabuta .block2_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block2_row {
    flex-direction: column;
    gap: 2.9vw;
    width: 80vw;
    margin: 0 auto;
  }
}
.prp-mabuta .block2_row_img {
  max-width: 470px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block2_row_img {
    max-width: none;
  }
}
.prp-mabuta .block3 {
  position: relative;
  background: url(../images/prp-mabuta_17.webp) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3 {
    background-size: 128% auto;
  }
}
.prp-mabuta .block3_bg {
  position: absolute;
  width: 1634px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(124px);
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_bg {
    width: 112.9vw;
    left: auto;
    margin: 0;
    transform: none;
    right: -21.3vw;
  }
}
.prp-mabuta .block3 .lpInner {
  padding-top: 61px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3 .lpInner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.prp-mabuta .block3_ttl {
  text-align: left;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_ttl {
    margin-left: 4vw;
    margin-bottom: 1vw;
  }
}
.prp-mabuta .block3_sub {
  width: 123px;
  margin-bottom: 37px;
  line-height: 0;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_sub {
    width: 19.9vw;
    margin-bottom: 9.4vw;
    margin-left: 4vw;
  }
}
.prp-mabuta .block3_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list {
    gap: 2.7vw 2.6%;
    margin-bottom: 8.2vw;
  }
}
.prp-mabuta .block3_list_item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 31.5%;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list_item {
    width: 48.7%;
    height: auto;
    padding: 1.9vw 0;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
  }
}
.prp-mabuta .block3_list_item_txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list_item_txt {
    font-size: 4.8vw;
    line-height: 1.51;
  }
}
.prp-mabuta .block3_list_item_txt .line {
  background-color: #ffe3db;
  display: inline;
  background: linear-gradient(to top, #ffe3db 0.6em, transparent 0.6em);
}
.prp-mabuta .block3_box {
  background: #fff1ed;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box {
    box-shadow: none;
    border-radius: 3vw;
  }
}
.prp-mabuta .block3_box_row1 {
  display: flex;
  align-items: flex-end;
}
.prp-mabuta .block3_box_row1 .ttl1 {
  background: var(--color-primary);
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.31;
  text-align: center;
  width: 330px;
  height: 140px;
  padding-top: 32px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box_row1 .ttl1 {
    width: 24vw;
    height: 21.3vw;
    font-size: 4vw;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box_row1 .ttl1 .big {
    font-size: 5.8666666667vw;
    display: block;
  }
}
.prp-mabuta .block3_box_row1 .ttl2 {
  flex: 1;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 50px;
  padding-bottom: 6px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box_row1 .ttl2 {
    font-size: 7.5vw;
    padding-left: 2.7vw;
    padding-bottom: 4.5vw;
  }
}
.prp-mabuta .block3_box_row2 {
  display: flex;
  padding: 50px 80px 50px 50px;
  gap: 60px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box_row2 {
    display: block;
    padding: 5.3vw 4vw 7.3vw;
  }
}
.prp-mabuta .block3_box_row2 .img {
  width: 280px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box_row2 .img {
    margin-left: 4.7vw;
    width: 74.7vw;
    margin-bottom: 7.2vw;
  }
}
.prp-mabuta .block3_box_row2 .txt {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box_row2 .txt {
    font-size: 4.3vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.prp-mabuta .block3_box._1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box._1 {
    margin-bottom: 2.7vw;
  }
}
.prp-mabuta .block3_box._2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_box._2 {
    margin-bottom: 6vw;
  }
}
.prp-mabuta .block3_ttl2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 48px;
  margin-bottom: 34px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_ttl2 {
    font-size: 4.8vw;
    margin-bottom: 6.5vw;
    line-height: 1.6;
  }
}
.prp-mabuta .block3_ttl2 .big {
  font-size: 1.46em;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_ttl2 .big {
    font-size: 1.78em;
  }
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_ttl2 .big2 {
    font-size: 1.17em;
  }
}
.prp-mabuta .block3_list2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list2 {
    flex-direction: column;
    gap: 2.7vw;
  }
}
.prp-mabuta .block3_list2_item {
  width: 340px;
  border: 1px solid var(--color-primary);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list2_item {
    width: auto;
    box-shadow: 0 0 1vw rgba(0, 0, 0, 0.3);
  }
}
.prp-mabuta .block3_list2_item .ttl {
  color: #fff;
  background: var(--color-primary);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 11px 0 10px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list2_item .ttl {
    font-size: 5.6vw;
    padding: 0.7vw 0;
  }
}
.prp-mabuta .block3_list2_item .txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  padding: 23px 20px 25px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .block3_list2_item .txt {
    font-size: 4.3vw;
    padding: 3.1vw 5.3vw;
  }
}
.prp-mabuta .sec06 {
  color: #474747;
  background: #fff1ed;
}
.prp-mabuta .sec06 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .sec06 .lpInner {
    padding-top: 8vw;
    padding-bottom: 6.8vw;
  }
}
.prp-mabuta .sec06_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .sec06_row {
    position: relative;
  }
}
.prp-mabuta .sec06_row_box {
  width: 584px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .sec06_row_box {
    width: auto;
    padding-top: 10vw;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.prp-mabuta .sec06_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .sec06_row_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 34vw;
    line-height: 1.7;
  }
}
.prp-mabuta .sec06_row_box_ttl_txt1 {
  color: #dc6d6d;
}
.prp-mabuta .sec06_row_box_ttl_txt2 {
  display: block;
  color: #111;
}
.prp-mabuta .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-mabuta .sec06_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.prp-mabuta .sec06_row_box_txt .main-color {
  color: #dc6d6d;
}
.prp-mabuta .sec06_row_img {
  width: 448px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 744px) {
  .prp-mabuta .sec06_row_img {
    width: 88vw;
    position: absolute;
    top: 0;
    left: 2.7vw;
  }
}

/* --------------------------------------------------
 症例写真セクション
-------------------------------------------------- */
.sec_case {
  background: #fff;
}
.sec_case .lpInner {
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 8.5333333333vw 4.2666666667vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #fff1ed;
}

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