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

.backofhead {
  --color-primary: #00bbb9;
  --color-alpha: rgb(229.16, 255, 254.7236363636);
  --color-secondary: rgba(0, 187, 185, 0.4);
  --color-strong: rgb(0, 85, 84.0909090909);
}

main.backofhead {
  overflow: hidden;
}

.backofhead > 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;
}
@media screen and (max-width: 744px) {
  .backofhead > section {
    line-height: 1.5;
  }
}

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

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

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.8;
  color: #111111;
  position: relative;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec__cttl span {
  font-weight: 700;
  display: inline-block;
  background: #f25e86;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  padding: 0 2px;
}
@media screen and (max-width: 744px) {
  .sec__cttl span {
    font-size: 5.6vw;
    padding: 0 0.8vw;
    line-height: 1.3;
  }
}
.sec__cttl small {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-weight: "myFontMedium";
  margin-top: 20px;
  letter-spacing: 0;
  letter-spacing: -0.06rem;
}
@media screen and (max-width: 744px) {
  .sec__cttl small {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec__cttl:before {
    width: 85.8666666667vw;
    bottom: -8vw;
    background-image: url(../images/sec_ttl-line-sp.svg);
    background-size: contain;
  }
}

.kerning {
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}
@media screen and (max-width: 744px) {
  .kerning {
    font-feature-settings: "palt" 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt" 1;
    -moz-font-feature-settings: "palt" 1;
  }
}

@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 6.6666666667vw 4vw;
  }
  /* Common */
}
/* Section 02 */
#sec02 {
  overflow: hidden;
  background: #f7fce2;
}
#sec02 .pcDisp_lp {
  float: left;
  margin: -10px 40px 40px 0;
}
#sec02 .sec__cttl2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__cttl2 {
    margin-bottom: 5.6vw;
  }
}
#sec02 .sec__cttl2::after {
  border-left-color: var(--color-primary);
}
#sec02 .inner {
  padding-top: 0;
  padding-bottom: 62px;
}
@media screen and (max-width: 744px) {
  #sec02 .inner {
    padding-bottom: 7.7333333333vw;
  }
}
#sec02 .sec__wrap {
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap {
    padding: 0 3.7333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap img .spDisp_lp {
    margin-bottom: 6.6666666667vw;
  }
}
#sec02 .sec__wrap p {
  padding-top: 0;
}
#sec02 .sec__wrap .kerning {
  padding-left: 430px;
  font-size: 34px;
  margin-right: -100px;
  font-feature-settings: "palt" 1;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap .kerning {
    margin-right: 0;
    line-height: 1.5;
    padding-left: 0;
    font-size: 5.6vw;
    margin-top: 3.4666666667vw;
    letter-spacing: 0.128vw;
  }
}
#sec02 .sec__wrap .kerning em {
  color: var(--color-primary);
  font-style: normal;
  display: inline-block;
  padding-bottom: 3px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap .kerning em {
    display: initial;
    padding-bottom: 1.8666666667vw;
  }
}
#sec02 .sec__wrap .kerning .maker {
  background-image: linear-gradient(to bottom, transparent 95%, var(--color-primary) 95%);
  padding-bottom: 12px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap .kerning .maker {
    padding-bottom: 0.2666666667vw;
  }
}
#sec02 p {
  font-size: 21px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  #sec02 p {
    font-size: 4.2666666667vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 744px) {
  #sec02 img.spDisp_lp {
    width: 100%;
    max-width: 73.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}

section .sec__cttl2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3em;
  min-height: 195px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: inherit;
}
@media screen and (max-width: 744px) {
  section .sec__cttl2 {
    font-size: 5.6vw;
    line-height: 1.5;
    min-height: 33.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
}
section .sec__cttl2::before {
  position: absolute;
  content: "";
  width: calc(100% + 4000px);
  height: calc(100% - 50px);
  top: 0;
  left: -2000px;
  background: var(--color-primary);
  z-index: -1;
}
@media screen and (max-width: 744px) {
  section .sec__cttl2::before {
    height: calc(100% - 6.6666666667vw);
  }
}
section .sec__cttl2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 54%;
  transform: translateX(-50%) rotateX(-180deg);
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-left: 60px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  section .sec__cttl2::after {
    border-top: 6.6666666667vw solid transparent;
    border-right: 6.6666666667vw solid transparent;
    border-left: 9.3333333333vw solid #000;
    left: 55%;
  }
}

/* Section 03 */
#sec03 {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgb(178, 235, 234) 2px, rgb(178, 235, 234) 12px);
  padding-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec03 {
    padding-bottom: 0;
  }
}
#sec03 > .inner {
  padding-top: 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #sec03 > .inner {
    padding-top: 0;
    padding-bottom: 7.4666666667vw;
  }
}
#sec03 .sec__wrap {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__wrap {
    padding-top: 33%;
  }
}
#sec03 .sec__wrap .pcDisp_lp {
  position: absolute;
  top: -80px;
  right: -420px;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  #sec03 img.spDisp_lp {
    margin-left: -5.3333333333vw;
    width: calc(100% + 40px);
    max-width: initial;
    position: absolute;
    z-index: -1;
    top: -9%;
  }
}
#sec03 .sec_float_img {
  position: absolute;
  top: -112px;
  z-index: 1;
  right: 40px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec_float_img {
    display: none;
  }
}
#sec03 .sec_float_img_sp {
  display: none;
}
@media screen and (max-width: 744px) {
  #sec03 .sec_float_img_sp {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -13.8666666667vw;
    width: 56%;
  }
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl {
    font-size: 5.6vw;
    margin-bottom: 4.8vw;
    padding-left: 0;
  }
}
#sec03 .sec__cttl2 {
  color: #111111;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl2 {
    min-height: 24.2666666667vw;
    letter-spacing: 0.2em;
    margin-bottom: 0;
  }
}
#sec03 .sec__cttl2::before {
  background: #fff;
}
#sec03 .sec__cttl2::after {
  border-left-color: #fff;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl2 span {
    position: relative;
    max-width: 98.6666666667vw;
    width: 100%;
    padding: 4.2666666667vw 0 4.8vw;
  }
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl2 span::before, #sec03 .sec__cttl2 span::after {
    border-width: 1.6vw;
    width: 10.4vw;
    height: 16vw;
  }
}
#sec03 .sec__cttl2 span::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 120px;
  height: 120px;
  border-left: 20px solid var(--color-primary);
  border-bottom: 20px solid var(--color-primary);
  top: -42px;
  left: 0;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl2 span::before {
    width: 10.4vw;
    height: 16vw;
    border-width: 1.6vw;
    top: -2.6666666667vw;
    left: -0.2666666667vw;
  }
}
#sec03 .sec__cttl2 span::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 120px;
  height: 120px;
  border-left: 20px solid var(--color-primary);
  border-bottom: 20px solid var(--color-primary);
  top: -42px;
  left: calc(50% - 500px);
  top: auto;
  bottom: 7px;
  left: auto;
  right: 0;
  transform: rotateY(180deg) rotateX(180deg);
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl2 span::after {
    width: 10.4vw;
    height: 16vw;
    border-width: 1.6vw;
    bottom: -2.6666666667vw;
    right: -0.5333333333vw;
  }
}

.sec__list {
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  .sec__list {
    padding-top: 0;
  }
}
.sec__list li {
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec__list li {
    margin-bottom: 4vw;
  }
}
.sec__list li span {
  display: inline-block;
  background: #ea6552;
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin-bottom: -10px;
  position: sticky;
}
@media screen and (max-width: 744px) {
  .sec__list li span {
    width: 18.6666666667vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
    position: relative;
    z-index: 1;
  }
}
.sec__list li strong {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 30px 10px 20px;
  display: inline-block;
  text-align: left;
  border-right: 4px solid rgba(0, 0, 0, 0.5);
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
  margin-left: 35px;
  background: #fff;
  letter-spacing: 0.17rem;
}
@media screen and (max-width: 744px) {
  .sec__list li strong {
    font-size: 4.8vw;
    padding: 3.2vw 2.6666666667vw 2.6666666667vw;
    border-width: 1.0666666667vw;
    display: block;
    margin-top: -1.8666666667vw;
    margin-left: 2.6666666667vw;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 744px) {
  .sec07__ttl {
    margin-bottom: 2.6666666667vw;
  }
}

.backofhead .maker {
  background-image: linear-gradient(to bottom, transparent 62%, #f0fac5 62%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.backofhead .maker.anim {
  background-size: 100% 100%;
}
.backofhead section {
  overflow: visible;
}
.backofhead .serif {
  font-family: serif;
}
.backofhead picture {
  display: block;
}
.backofhead .lpInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .backofhead .lpInner {
    padding: 0 4vw;
    max-width: none;
  }
}
.backofhead .fv .lpInner {
  max-width: 1040px;
  padding-top: 62px;
  padding-bottom: 62px;
}
@media screen and (max-width: 744px) {
  .backofhead .fv .lpInner {
    padding: 57.5vw 6vw 6.5vw;
  }
}
.backofhead .fv_img {
  width: 900px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(323px);
}
@media screen and (max-width: 744px) {
  .backofhead .fv_img {
    width: 86.7vw;
    transform: none;
    left: auto;
  }
}
.backofhead .fv_img::before {
  content: "";
  width: 120px;
  height: 120px;
  border-top: 20px solid var(--color-primary);
  border-right: 20px solid var(--color-primary);
  position: absolute;
  bottom: -68px;
  right: 437px;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_img::before {
    width: 21.3vw;
    height: 21.3vw;
    border-width: 2.7vw;
    bottom: -3.5vw;
    right: 8vw;
  }
}
.backofhead .fv_txt1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.375;
  margin-bottom: 88px;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_txt1 {
    font-size: 10.7vw;
    margin-bottom: 7.1vw;
  }
}
.backofhead .fv_txt1 .small {
  font-size: 0.55em;
  letter-spacing: 0;
}
.backofhead .fv_h1 {
  display: grid;
}
.backofhead .fv_txt2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_txt2 {
    font-size: 5.6vw;
    margin-bottom: 2vw;
    padding-left: 2vw;
  }
}
.backofhead .fv_txt3 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: 22px;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_txt3 {
    font-size: 12.8vw;
    margin-bottom: 5vw;
    margin-right: -6vw;
    padding-left: 2vw;
  }
}
.backofhead .fv_txt4 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 66px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_txt4 {
    font-size: 5.6vw;
    margin-bottom: 7.8vw;
    padding-left: 2vw;
  }
}
.backofhead .fv_txt4 span {
  position: relative;
}
.backofhead .fv_txt4 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color-primary);
  top: -5px;
  left: -2000px;
  right: -28px;
  bottom: -5px;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_txt4 span::before {
    top: -0.5vw;
    left: -20vw;
    right: -20vw;
    bottom: -1vw;
  }
}
.backofhead .fv_txt5 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .backofhead .fv_txt5 {
    font-size: 4.8vw;
    text-align: center;
  }
}
.backofhead .sec03_row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec03_row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}
.backofhead .sec03_row_txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  flex: 1;
  padding-top: 12px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec03_row_txt {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    padding: 4.2666666667vw 4vw 0;
  }
}
.backofhead .sec03_row_img {
  width: 390px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec03_row_img {
    width: 73.3333333333vw;
  }
}
.backofhead .sec09 .lpInner {
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09 .lpInner {
    padding-top: 60.5333333333vw;
    padding-bottom: 8vw;
  }
}
.backofhead .sec09_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 60px;
  right: 0;
  width: 1000px;
  transform: translateX(-435px);
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_img {
    left: 0;
    transform: none;
    width: 100%;
  }
}
.backofhead .sec09_box1 {
  width: 650px;
  margin-left: auto;
  margin-bottom: 46px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1 {
    width: auto;
    margin: 0 0 7.4666666667vw;
  }
}
.backofhead .sec09_box1_ttl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_ttl {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 5.0666666667vw;
    letter-spacing: 0.2666666667vw;
  }
}
.backofhead .sec09_box1_ttl .txt {
  color: var(--color-primary);
}
.backofhead .sec09_box1_ttl .small {
  font-size: 31px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_ttl .small {
    font-size: 5.0666666667vw;
  }
}
.backofhead .sec09_box1_txt1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_txt1 {
    margin-bottom: 4vw;
    text-align: center;
  }
}
.backofhead .sec09_box1_txt1 .txt {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background-color: #111;
  color: #fff;
  padding: 9px 30px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_txt1 .txt {
    font-size: 4.8vw;
    padding: 2.4vw 2.6666666667vw;
  }
}
.backofhead .sec09_box1_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 43px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list {
    align-items: center;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.backofhead .sec09_box1_list_item {
  background: #f0fac5;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: flex;
  gap: 6px;
  padding: 7px 20px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list_item {
    font-size: 4.8vw;
    gap: 1.0666666667vw;
    padding: 0.8vw 2.6666666667vw 1.0666666667vw;
    width: 100%;
    max-width: 94.4vw;
  }
}
.backofhead .sec09_box1_list_item::before {
  content: "";
  background: url(../images/check.webp) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  transform: translateY(16%);
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list_item::before {
    width: 5.6vw;
    height: 5.6vw;
  }
}
.backofhead .sec09_box1_list_item:nth-child(1) {
  margin-left: -20px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list_item:nth-child(1) {
    margin-left: 0;
  }
}
.backofhead .sec09_box1_list_item:nth-child(2) {
  margin-left: 200px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list_item:nth-child(2) {
    margin-left: 0;
  }
}
.backofhead .sec09_box1_list_item:nth-child(3) {
  margin-left: 60px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list_item:nth-child(3) {
    margin-left: 0;
  }
}
.backofhead .sec09_box1_list_item:nth-child(4) {
  margin-left: 210px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_list_item:nth-child(4) {
    margin-left: 0;
  }
}
.backofhead .sec09_box1_txt2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.75;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box1_txt2 {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    padding: 0 4vw;
  }
}
.backofhead .sec09_box2 {
  background: var(--color-primary);
  padding: 36px 50px 48px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2 {
    padding: 4vw 2.6666666667vw 7.4666666667vw;
    margin: 0 5px;
  }
}
.backofhead .sec09_box2_ttl {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_ttl {
    font-size: 6.4vw;
    margin-bottom: 5.0666666667vw;
    line-height: 1.5;
  }
}
.backofhead .sec09_box2_ttl .small {
  display: block;
  font-size: 0.7em;
}
.backofhead .sec09_box2_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  flex-wrap: wrap;
  width: 620px;
  row-gap: 25px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_list {
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    margin-bottom: 4vw;
    width: 100%;
  }
}
.backofhead .sec09_box2_list_item {
  width: 297px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_list_item {
    max-width: 84vw;
    width: 100%;
    display: flex;
  }
}
.backofhead .sec09_box2_list_item .ttl {
  background: #f0fac5;
  color: #474747;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 3px 0 4px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_list_item .ttl {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 5.6vw;
  }
}
.backofhead .sec09_box2_list_item .ttl .small {
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_list_item .ttl .small {
    font-size: 2.6666666667vw;
  }
}
.backofhead .sec09_box2_list_item .img {
  background: #fff;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_list_item .img {
    width: 48vw;
  }
}
.backofhead .sec09_box2_txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .backofhead .sec09_box2_txt {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    width: 100%;
    text-align: justify;
  }
}
@media screen and (max-width: 744px) {
  .backofhead .sec10 .lpInner {
    padding-bottom: 12vw;
  }
}
.backofhead .sec10 .sec__cttl2 {
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10 .sec__cttl2 {
    min-height: 24vw;
  }
}
.backofhead .sec10 .sec__cttl2::before {
  background: #111;
}
.backofhead .sec10 .sec__cttl2::after {
  border-left-color: #111;
}
.backofhead .sec10_row {
  display: flex;
  justify-content: center;
  margin-top: -34px;
  padding-left: 134px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row {
    position: relative;
    margin: 0;
    padding-left: 0;
    padding-top: 5.3333333333vw;
    display: block;
  }
}
.backofhead .sec10_row_img {
  width: 312px;
  margin-right: 93px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row_img {
    width: 41.6vw;
    margin-right: 0;
    position: absolute;
    top: 6.9333333333vw;
    right: 0;
  }
}
.backofhead .sec10_row_box {
  width: 540px;
  padding-top: 65px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row_box {
    width: auto;
    padding-top: 0;
    padding-left: 1.3333333333vw;
  }
}
.backofhead .sec10_row_box_txt1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row_box_txt1 {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    width: 45%;
    margin-bottom: 5.3333333333vw;
  }
}
.backofhead .sec10_row_box_txt1 .txt {
  background: var(--color-primary);
  color: #fff;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row_box_txt1 .txt {
    font-size: 5.6vw;
    line-height: 1.3;
    display: inline-block;
    padding: 2.1333333333vw 0 1.8666666667vw 2.6666666667vw;
    width: 100%;
    margin-bottom: 4vw;
  }
}
.backofhead .sec10_row_box_txt2 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row_box_txt2 {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.backofhead .sec10_row_box_txt2 .big {
  font-size: 1.5em;
  color: var(--color-primary);
}
.backofhead .sec10_row_box_txt2 .maker {
  background-image: linear-gradient(to bottom, transparent 95%, var(--color-primary) 95%);
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10_row_box_txt2 .maker {
    padding-bottom: 1.6vw;
  }
}
.backofhead .sec10 .float-text {
  position: absolute;
  z-index: -1;
  right: -135px;
  bottom: 0;
  width: 812px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec10 .float-text {
    left: 0;
    right: 0;
    width: 100vw;
    margin: auto;
  }
}
.backofhead .sec11 {
  background: #f7f6f2;
}
.backofhead .sec11 .lpInner {
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11 .lpInner {
    padding: 0 5.3333333333vw 8vw;
  }
}
.backofhead .sec11 .sec__cttl2 {
  color: #111;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 69px;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11 .sec__cttl2 {
    min-height: 24vw;
    margin-bottom: 0;
  }
}
.backofhead .sec11 .sec__cttl2::before {
  background: #f0fac5;
}
.backofhead .sec11 .sec__cttl2::after {
  border-left-color: #f0fac5;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11 .sec__cttl2 span::before, .backofhead .sec11 .sec__cttl2 span::after {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    border-width: 1.6vw;
    top: -0.5333333333vw;
    left: 4.8vw;
  }
}
.backofhead .sec11 .sec__cttl2 span::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 120px;
  height: 120px;
  border-left: 20px solid var(--color-primary);
  border-bottom: 20px solid var(--color-primary);
  top: -42px;
  left: 20px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11 .sec__cttl2 span::before {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    border-width: 1.6vw;
    top: -0.5333333333vw;
    left: 4.8vw;
  }
}
.backofhead .sec11 .sec__cttl2 span::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 120px;
  height: 120px;
  border-left: 20px solid var(--color-primary);
  border-bottom: 20px solid var(--color-primary);
  top: -42px;
  left: calc(50% - 400px);
  top: auto;
  bottom: 7px;
  left: auto;
  right: 20px;
  transform: rotateY(180deg) rotateX(180deg);
}
@media screen and (max-width: 744px) {
  .backofhead .sec11 .sec__cttl2 span::after {
    bottom: 5.0666666667vw;
    right: 4.5333333333vw;
    top: auto;
    left: auto;
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    border-width: 1.6vw;
  }
}
.backofhead .sec11_img {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -50px;
  width: 726px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_img {
    position: relative;
    top: auto;
    right: auto;
    width: 65.3333333333vw;
    margin-left: auto;
    margin-right: -12vw;
    margin-top: -9.8666666667vw;
    margin-bottom: -9.3333333333vw;
  }
}
.backofhead .sec11_img_img {
  position: absolute;
  top: -85px;
  width: 275px;
  left: 175px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_img_img {
    width: 58.6666666667vw;
    top: 3.7333333333vw;
    left: -33.0666666667vw;
  }
}
.backofhead .sec11_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 71px;
  padding-left: 32px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_list {
    align-items: normal;
    padding-left: 0;
    gap: 8vw;
    margin-bottom: 9.0666666667vw;
    margin-right: -1.3333333333vw;
  }
}
.backofhead .sec11_list_item {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 28px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_list_item {
    font-size: 4.8vw;
    letter-spacing: 0.02em;
    line-height: 1.5;
    padding: 4.2666666667vw 2.6666666667vw 2.4vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 0 rgba(0, 0, 0, 0.5);
  }
}
.backofhead .sec11_list_item .point {
  font-family: serif;
  font-size: 21px;
  background: var(--color-primary);
  color: #fff;
  position: absolute;
  top: -30px;
  left: -30px;
  padding: 2px 19px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_list_item .point {
    font-size: 3.7333333333vw;
    padding: 0.4vw 1.2vw;
    top: -2.6666666667vw;
    left: -1.3333333333vw;
  }
}
.backofhead .sec11_box {
  position: relative;
  z-index: 1;
}
.backofhead .sec11_box_ttl {
  background: var(--color-primary);
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 28px 0 19px;
  letter-spacing: 15px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_ttl {
    font-size: 6.4vw;
    padding: 3.2vw 0 2.9333333333vw;
  }
}
.backofhead .sec11_box_ttl .small {
  display: block;
  font-size: 21px;
  letter-spacing: 0px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_ttl .small {
    font-size: 4.8vw;
  }
}
.backofhead .sec11_box_cont {
  padding: 36px 50px 0px 50px;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_cont {
    padding: 5.3333333333vw 0px 0px 0px;
    background-color: #f7f6f2;
  }
}
.backofhead .sec11_box_cont .txt1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 23px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_cont .txt1 {
    font-size: 4.8vw;
    letter-spacing: 0.085vw;
    margin-bottom: 4.2666666667vw;
  }
}
.backofhead .sec11_box_cont .txt2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_cont .txt2 {
    font-size: 4.8vw;
    letter-spacing: 0.085vw;
    margin-bottom: 4.8vw;
  }
}
.backofhead .sec11_box_cont .txt3 {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_cont .txt3 {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    margin-top: 2.6666666667vw;
  }
}
.backofhead .sec11_box_cont .img {
  width: 800px;
  right: 35px;
  top: 25px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_cont .img {
    margin: 1.3333333333vw;
    width: 100%;
  }
}
.backofhead .sec11_box_cont .imgbox {
  width: 900px;
  height: 497px;
  background-color: #daf2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .backofhead .sec11_box_cont .imgbox {
    width: 100%;
    height: 100%;
    background-color: #daf2f2;
    padding: 4.2666666667vw;
  }
}
.backofhead .contmgn {
  padding-bottom: 50px;
}
.backofhead .sec20 {
  background: #f7fce2;
}
.backofhead .sec20 .lpInner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20 .lpInner {
    padding-top: 7vw;
    padding-bottom: 6.8vw;
  }
}
.backofhead .sec20_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20_row {
    position: relative;
  }
}
.backofhead .sec20_row_box {
  width: 584px;
  padding-left: 16px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20_row_box {
    width: auto;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.backofhead .sec20_row_box_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 33px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20_row_box_ttl {
    font-size: 5.6vw;
    margin-left: 2.5vw;
    margin-bottom: 66.9vw;
    line-height: 1.7;
  }
}
.backofhead .sec20_row_box_ttl_txt1 {
  position: relative;
  padding: 0 25px 0 15px;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20_row_box_ttl_txt1 {
    margin-left: 2vw;
    padding: 0.6vw 2.5vw;
  }
}
.backofhead .sec20_row_box_ttl_txt1::before {
  content: "";
  background: var(--color-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
.backofhead .sec20_row_box_ttl_txt2 {
  display: block;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20_row_box_ttl_txt2 {
    padding-left: 4vw;
  }
}
.backofhead .sec20_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) {
  .backofhead .sec20_row_box_txt {
    font-size: 4vw;
    padding: 0 2.7vw;
  }
}
.backofhead .sec20_row_box_txt .color1 {
  color: var(--color-primary);
}
.backofhead .sec20_row_img {
  width: 460px;
  margin-top: 50px;
}
@media screen and (max-width: 744px) {
  .backofhead .sec20_row_img {
    width: 76vw;
    margin-top: 0;
    position: absolute;
    top: 22.4vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 744px) {
  .sec03__sec__cttl2::before {
    height: 25.8666666667vw !important;
  }
}

@media screen and (max-width: 744px) {
  .sec10__sec__cttl2::before {
    height: 17.3333333333vw !important;
  }
}

@media screen and (max-width: 744px) {
  .sec11__sec__cttl2::before {
    height: 17.3333333333vw !important;
  }
}


/* --------------------------------------------------
 費用
-------------------------------------------------- */
#tempPrice {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(178, 235, 234, 0.3) 2px, rgba(178, 235, 234, 0.3) 12px);
  /* 個別選択 */
}
#tempPrice .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#tempPrice .c_menu {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  #tempPrice .c_menu.--ice {
    margin-bottom: 6.4vw;
  }
}

/* アイプレバナー */
#tempPrice .bnr01 {
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  #tempPrice .bnr01 {
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
}

/* 注釈 */
#tempPrice .c__txt {
  font-size: 15px;
  color: #474747;
  margin: 10px auto 0;
  font-weight: 600;
  width: 780px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c__txt {
    font-size: 3.2vw;
    width: 100%;
    letter-spacing: -0.01rem;
  }
}
#tempPrice .c__txt dl {
  display: flex;
}
#tempPrice .c__txt dt {
  margin-right: 0.5em;
}

.priceNotice {
  font-size: 14px;
  line-height: 1.5;
  margin: 8px 0 24px;
}
@media screen and (max-width: 744px) {
  .priceNotice {
    font-size: 2.9333333333vw;
    margin: 1.0666666667vw 0 4.2666666667vw;
    font-feature-settings: "palt" 1;
  }
}
.priceNotice dl {
  display: flex;
  justify-content: end;
}

/* ==================================================
  LINE & モニター
================================================== */
.fv_line,
.fv_form {
  height: auto;
}
@media screen and (max-width: 744px) {
  .fv_line,
  .fv_form {
    width: 100%;
  }
}
.fv_line .fv_img,
.fv_form .fv_img {
  width: auto;
  position: relative;
  z-index: auto;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  text-align: center;
}
.fv_line .fv_img::before,
.fv_form .fv_img::before {
  display: none;
}
.fv_line .fv_img img,
.fv_form .fv_img img {
  width: 1920px;
  height: 652px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  text-align: center;
}
@media (max-width: 744px) {
  .fv_line .fv_img img,
  .fv_form .fv_img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.fv_line .lpInner_img,
.fv_form .lpInner_img {
  width: 100%;
  height: 382px;
  background: url("../images/ads_backofhead_02.webp");
  background-position: center center;
}
@media screen and (max-width: 744px) {
  .fv_line .lpInner_img,
  .fv_form .lpInner_img {
    background: url("../images/ads_backofhead_02_sp.webp");
    background-position: center center;
    background-size: cover;
  }
}
.fv_line .fv_text,
.fv_form .fv_text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .fv_line .fv_text,
  .fv_form .fv_text {
    padding: 0;
    max-width: none;
  }
}
.fv_line .fv_text .fv_txt5,
.fv_form .fv_text .fv_txt5 {
  width: fit-content;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  bottom: 25%;
}
@media (max-width: 744px) {
  .fv_line .fv_text .fv_txt5,
  .fv_form .fv_text .fv_txt5 {
    font-size: 4.5333333333vw;
    position: absolute;
    text-align: center;
    bottom: 5%;
  }
}

/* --------------------------------------------------
 モニター用
-------------------------------------------------- */
.fv_form .moniBnr {
  width: 980px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -170px;
  z-index: 9;
}
@media screen and (max-width: 744px) {
  .fv_form .moniBnr {
    width: 100%;
    bottom: -50.6666666667vw;
  }
}
@media (min-width: 745px) {
  .fv_form .moniBnr img {
    width: 100%;
    height: 216px;
  }
}
.fv_form .lpInner_img {
  height: 512px;
  background: url("../images/ads_backofhead_12.webp") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .fv_form .lpInner_img {
    height: 149.8666666667vw;
    background: url("../images/ads_backofhead_12_sp.webp") center center no-repeat;
    background-size: cover;
  }
}
.fv_form .fv_text .fv_txt5 {
  bottom: 17%;
}
@media (max-width: 744px) {
  .fv_form .fv_text .fv_txt5 {
    font-size: 4.5333333333vw;
    bottom: 7%;
  }
}

/* --------------------------------------------------
 LINE用ボタン
-------------------------------------------------- */
.fv_line .c_menu01__modal-btn {
  width: 600px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #00bbba;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  background-color: #ffffff;
  padding: 14px 0px;
  z-index: 9;
  border-radius: 69px;
  border: solid 2px #00bbba;
}
.fv_line .c_menu01__modal-btn::after {
  content: url(../images/arrow.svg);
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 30px;
}
@media (max-width: 744px) {
  .fv_line .c_menu01__modal-btn::after {
    top: 43%;
  }
}
@media (min-width: 744px) {
  .fv_line .c_menu01__modal-btn:hover {
    background-color: #00bbba;
    color: #ffffff;
    opacity: 1;
  }
  .fv_line .c_menu01__modal-btn:hover::after {
    content: url(../images/arrow-w.svg);
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 30px;
  }
}
@media (min-width: 744px) and (max-width: 744px) {
  .fv_line .c_menu01__modal-btn:hover::after {
    top: 43%;
  }
}
@media (max-width: 744px) {
  .fv_line .c_menu01__modal-btn {
    width: 95%;
    font-size: 16px;
  }
}

#tempPrice.moniAct {
  background-size: auto auto;
  background: #edf8f8;
}
#tempPrice.moniAct h4.c_menu__campttl {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #00bbba;
}
@media screen and (max-width: 744px) {
  #tempPrice.moniAct h4.c_menu__campttl {
    font-size: 24px;
  }
}
#tempPrice.moniAct .priceNotice {
  margin-top: 10px;
}
#tempPrice.moniAct .priceNotice ul li {
  display: flex;
  margin-bottom: 5px;
  flex-direction: row;
}
@media screen and (max-width: 744px) {
  #tempPrice.moniAct .priceNotice ul li {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
#tempPrice.moniAct .priceNotice ul li a {
  color: #3c60ff;
  text-decoration: underline;
}
#tempPrice.moniAct .notice-title-box {
  display: flex;
}
@media screen and (max-width: 744px) {
  #tempPrice.moniAct .notice-title-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
#tempPrice.moniAct .notice__text {
  width: 100%;
  margin-left: 10px;
  font-size: 13px;
}
@media screen and (max-width: 744px) {
  #tempPrice.moniAct .notice__text {
    margin-left: 0px;
  }
}
#tempPrice.moniAct .boh_title {
  width: 110px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #00bbba;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  padding: 1px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tempPrice.moniAct .c_menu__dashline_line {
  display: block;
  width: 100%;
  flex: 1;
  height: 1px;
  border-bottom: dashed 1px #06bbba !important;
}
@media screen and (max-width: 744px) {
  #tempPrice.moniAct .c_menu__dashline_line {
    display: block;
    width: 100%;
    flex: 1;
    height: 1px;
    border-bottom: dashed 1px #f0285a;
  }
}
#tempPrice.moniAct .c_menu__dashline_line {
  display: none;
}

#tempPrice .moniBnr {
  padding: 0 0 48px;
}
@media screen and (max-width: 744px) {
  #tempPrice .moniBnr {
    padding: 0 0 24px;
  }
}

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

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #f9f3e9;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
/* --------------------------------------------------
 広告用
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__title {
    text-align: center;
  }
}

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