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

.collagen-thread {
  --color-primary: #6ea2b4;
  --color-alpha: rgb(243.4, 247.56, 249);
  --color-secondary: rgba(110, 162, 180, 0.15);
  --color-strong: rgb(35.8909090909, 122.2244155844, 152.1090909091);
}

main.collagen-thread {
  overflow: hidden;
}

.collagen-thread > 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%;
}

section .inner2 {
  max-width: 980px;
}

section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}

section .inner p.no {
  padding-bottom: 0;
}

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

img {
  width: auto;
}

/* Sections CSS */
.section {
  padding: 60px 0;
}

/* Common */
.sec__cttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  color: #111111;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 744px) {
  .sec__cttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw !important;
  }
}
@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;
  }
}
.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;
  }
}

.c_txt-hl {
  font-weight: bold;
  color: #f25e86;
}

.float-bg {
  position: relative;
}
.float-bg::before, .float-bg::after {
  position: absolute;
  content: "";
  width: 106px;
  height: 130px;
  background: url(../images/float-icon.webp) no-repeat center top;
  top: 45px;
  left: -180px;
  z-index: 9;
}
@media screen and (max-width: 744px) {
  .float-bg::before, .float-bg::after {
    top: 0;
    left: 0;
    width: 14.1333333333vw;
    height: 17.3333333333vw;
    background-size: 100% auto;
  }
}
.float-bg::after {
  top: -45px;
  left: auto;
  right: -100px;
}

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

.sec__list {
  margin: 0;
  /*! padding: 0 10px; */
  list-style-type: none;
}
@media screen and (max-width: 744px) {
  .sec__list {
    padding: 0 1.3333333333vw;
  }
}
.sec__list li {
  max-width: 410px;
  margin-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  padding: 13px 20px 13px 65px;
  z-index: 1;
}
@media screen and (max-width: 744px) and (max-width: 374px) {
  .sec__list li {
    font-size: 14px;
  }
}
.sec__list li::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 30px;
  background: url(../images/sec02_check.webp) no-repeat;
  background-size: 100%;
  top: 10px;
  left: 20px;
}
.sec__list li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skewX(-9deg);
  -webkit-box-shadow: 5px 4px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 4px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 4px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-12deg);
  -ms-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
}
@media screen and (max-width: 744px) {
  .sec__list li::before {
    transform: skewX(-10deg);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 744px) {
  .p_price__area {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 744px) {
  section .inner {
    width: auto;
    padding: 6.6666666667vw 4vw;
  }
}
/* Section 01 */
#sec01 {
  background: url(../images/sec01_bg.webp) no-repeat center top;
  background-size: cover;
  height: 550px;
}
@media screen and (max-width: 744px) {
  #sec01 {
    background: none;
    height: auto;
  }
}
#sec01 .main-bg {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  padding-top: 40px;
  padding-left: 25px;
}
@media screen and (max-width: 744px) {
  #sec01 .main-bg {
    padding: 0;
  }
}
#sec01 .main-bg .pcDisp_lp {
  width: 714px;
  position: relative;
}

/* Section 02 */
#sec02 {
  background: url(../images/sec02_bg.webp) repeat center top;
  overflow: visible;
}
#sec02 .inner {
  padding-bottom: 70px;
}
@media screen and (max-width: 744px) {
  #sec02 .inner {
    padding-bottom: 2.6666666667vw;
  }
}
#sec02 .float-bg:before {
  top: 60px;
  left: -165px;
}
@media screen and (max-width: 744px) {
  #sec02 .float-bg:before {
    top: 14%;
    left: -1.0666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .float-bg:after {
    display: none;
  }
}
#sec02 .sec__cttl {
  letter-spacing: 1px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__cttl {
    font-size: 5.6vw;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
#sec02 .sec__wrap {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap {
    padding: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec__wrap .spDisp_lp {
    margin-left: -5.3333333333vw;
    width: calc(100% + 40px);
    max-width: initial;
  }
}
#sec02 .sec__wrap__wrap {
  max-width: 690px;
}
#sec02 .sec__list {
  position: absolute;
  top: 50px;
  right: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__list {
    position: static;
    margin-top: -5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec__list li {
    max-width: 100%;
    font-size: 4.8vw;
    padding: 2.6666666667vw 1.3333333333vw 2.4vw 10.9333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec02 .sec__list li::after {
    width: 6.4vw;
    height: 5.3333333333vw;
    left: 2.4vw;
    top: 3.4666666667vw;
  }
}
#sec02 .sec__list li:first-child {
  margin-left: 21px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__list li:first-child {
    margin-left: 0;
  }
}
#sec02 .sec__list li:nth-child(3) {
  margin-left: -21px;
}
@media screen and (max-width: 744px) {
  #sec02 .sec__list li:nth-child(3) {
    margin-left: 0;
  }
}

#sec03 {
  background: url(../images/sec03_bg.webp) repeat center top;
  overflow: visible;
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  #sec03 {
    padding-bottom: 0;
  }
}
#sec03 .inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #sec03 .inner {
    padding-bottom: 8vw;
    padding-top: 5.3333333333vw;
  }
}
#sec03 .sec__wrap {
  text-align: center;
}
#sec03 .sec__wrap img {
  width: 980px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__wrap img.spDisp_lp {
    max-width: initial;
    margin-left: -5.3333333333vw;
    width: calc(100% + 20px);
  }
}
#sec03 .sec__cttl {
  margin-bottom: 38px;
  padding-left: 60px;
}
@media screen and (max-width: 744px) {
  #sec03 .sec__cttl {
    font-size: 5.6vw;
    margin-bottom: 4.8vw;
    padding-left: 0;
  }
}
#sec03 .float-bg::before {
  top: auto;
  bottom: -45px;
  left: 73px;
}
@media screen and (max-width: 744px) {
  #sec03 .float-bg::before {
    display: none;
  }
}
#sec03 .float-bg::after {
  right: 0;
}
@media screen and (max-width: 744px) {
  #sec03 .float-bg::after {
    top: -2.9333333333vw;
    left: auto;
    right: 0;
  }
}

#sec04 {
  background: url(../images/sec04_bg.webp) no-repeat center top;
  background-size: cover;
  overflow: visible;
  margin-top: 0;
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  #sec04 {
    background: url(../images/sec04_bg_sp.webp) no-repeat right top;
    background-size: cover;
    margin: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 744px) {
  #sec04 img.spDisp_lp {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .inner {
    padding: 9.8666666667vw 8vw 2.6666666667vw;
  }
}
#sec04 .sec__wrap {
  max-width: 780px;
  padding: 0 50px;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__wrap {
    font-size: 4vw;
    padding: 0;
  }
}
#sec04 .sec__wrap img {
  margin-bottom: 20px;
}
#sec04 .sec__wrap p {
  margin: 20px 0;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__wrap p {
    margin: 2.6666666667vw 0;
    line-height: 2;
    margin-top: 9.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#sec04 .sec__cttl {
  text-align: left;
}
@media screen and (max-width: 744px) {
  #sec04 .sec__cttl span {
    background: none;
    display: block;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec__cttl span em {
    font-size: 5.6vw;
    display: inline-block;
    padding: 0 0.2666666667vw;
    background: #f25e86;
    color: #fff;
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec04 .sec__cttl i {
    font-size: 5.6vw;
    position: absolute;
    bottom: 1.0666666667vw;
    left: 24.5333333333vw;
    line-height: 1;
  }
}
#sec04 .float-bg::after {
  display: none;
}
#sec04 .float-bg::before {
  top: auto;
  bottom: -20px;
  left: -160px;
}
#sec04 .sec__cttl i {
  font-style: normal;
}

#sec05 {
  background: url(../images/sec05_bg.webp) no-repeat center top/cover;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec05 {
    background-image: url(../images/sec05_bg_sp.webp);
  }
}
#sec05 .inner {
  max-width: 940px;
  min-height: 818px;
}
@media screen and (max-width: 744px) {
  #sec05 .inner {
    padding-top: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#sec05 .float-bg:before {
  top: auto;
  bottom: -48px;
  left: -147px;
}
@media screen and (max-width: 744px) {
  #sec05 .float-bg:before {
    left: 2.6666666667vw;
    bottom: auto;
    top: -4vw;
  }
}
#sec05 .float-bg:after {
  top: 200px;
  right: -191px;
}
@media screen and (max-width: 744px) {
  #sec05 .float-bg:after {
    top: 62.1333333333vw;
    left: auto;
    right: -2.6666666667vw;
  }
}
#sec05 .img01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  #sec05 .img01 {
    margin: 0 auto 5.3333333333vw;
  }
}
#sec05 .txt {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  #sec05 .txt {
    font-size: 4vw;
    padding: 0 4vw 2.6666666667vw;
    line-height: 2;
  }
}
@media screen and (max-width: 744px) {
  #sec05 .sec__cttl {
    font-size: 5.6vw;
  }
}

#sec06 {
  text-align: center;
  background: url(../images/sec06_bg-dots.webp) repeat center;
  position: relative;
  overflow: visible;
  z-index: 1;
}
#sec06:before {
  content: "";
  background: url(../images/sec06_bg-dots-sliced.webp) no-repeat center top/cover;
  width: 1920px;
  height: 150px;
  position: absolute;
  top: -150px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #sec06:before {
    background: url(../images/sec06_bg-dots.webp) repeat center;
    transform: rotate(-5deg);
    top: -23.4666666667vw;
  }
}
@media (max-width: 375px) {
  #sec06:before {
    background: url(../images/sec06_bg-dots-sliced_sp.webp) no-repeat center;
    width: 100%;
    height: 13.3333333333vw;
    top: -13.3333333333vw;
    transform: none;
    background-size: cover;
  }
}
#sec06 .inner {
  position: relative;
}
@media screen and (max-width: 744px) {
  #sec06 .inner {
    padding: 10.6666666667vw 4vw 8vw;
  }
}
#sec06 .float-bg:before {
  left: -143px;
  bottom: -66px;
  top: auto;
}
#sec06 .float-bg:after {
  top: 85px;
  right: -53px;
}
@media screen and (max-width: 744px) {
  #sec06 .float-bg:after {
    display: none;
  }
}
#sec06 .heading_ttl {
  font-family: "myFontMedium";
  line-height: 1;
  font-size: 105px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  letter-spacing: 5px;
}
@media screen and (max-width: 744px) {
  #sec06 .heading_ttl {
    color: #fff;
    font-size: 12.3vw;
    top: -5%;
    letter-spacing: 0;
  }
}
@media (max-width: 375px) {
  #sec06 .heading_ttl {
    top: -3%;
  }
}
#sec06 .img01 {
  margin-bottom: 70px;
  width: 940px;
}
@media screen and (max-width: 744px) {
  #sec06 .img01 {
    margin-bottom: 0;
  }
}
#sec06 .sec__cttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  #sec06 .sec__cttl {
    font-size: 5.6vw;
  }
}

#sec09 {
  background: url(../images/sec09_bg.webp) no-repeat center/cover;
  text-align: right;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  #sec09 {
    position: relative;
    background: #f4f4f4;
  }
}
@media screen and (max-width: 744px) {
  #sec09::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66.6666666667vw;
    background-image: url(../images/sec09_bg_sp.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#sec09 .inner {
  max-width: 980px;
  min-height: 711px;
  padding-top: 70px;
}
@media screen and (max-width: 744px) {
  #sec09 .inner {
    min-height: 0;
    padding-top: 8vw;
    z-index: 2;
    position: relative;
  }
}
#sec09 .float-bg:before {
  display: none;
}
#sec09 .float-bg:after {
  right: -130px;
  bottom: -35px;
  top: auto;
}
@media screen and (max-width: 744px) {
  #sec09 .float-bg:after {
    bottom: 27.7333333333vw;
    right: auto;
    left: 1.6vw;
  }
}
#sec09 .headings {
  margin-bottom: 32px;
  width: 527px;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 744px) {
  #sec09 .headings {
    width: 100%;
    text-align: right;
    margin-bottom: 5.3333333333vw;
  }
}
#sec09 .headings .bg-ttl {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  margin: 0 0 15px -15px;
}
@media screen and (max-width: 744px) {
  #sec09 .headings .bg-ttl {
    font-size: 5.6vw;
    padding-left: 1.3333333333vw;
    margin: 0 0 1.3333333333vw 0;
  }
}
#sec09 .headings .bg-ttl:before {
  content: "";
  background-color: #f25e86;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
#sec09 .headings h2 {
  font-weight: 500;
  font-size: 42px;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec09 .headings h2 {
    font-size: 5.6vw;
    line-height: 1.5;
    padding-right: 4vw;
  }
}
#sec09 .headings h2 small {
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  #sec09 .headings h2 small {
    font-size: 4.8vw;
  }
}
#sec09 .headings h2 span {
  font-size: 50px;
}
@media screen and (max-width: 744px) {
  #sec09 .headings h2 span {
    font-size: 6.6666666667vw;
  }
}
#sec09 .circs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
@media screen and (max-width: 744px) {
  #sec09 .circs {
    width: 105.3333333333vw;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 4vw;
  }
}
@media (max-width: 374px) {
  #sec09 .circs {
    width: 380px;
  }
}
#sec09 .circs li {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: url(../images/sec09_border-circ.webp) no-repeat center rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 50px 20px 0;
}
@media screen and (max-width: 744px) {
  #sec09 .circs li {
    background-size: contain;
    width: 60vw;
    height: 60vw;
    padding: 8vw 4vw 0;
    position: relative;
  }
}
@media screen and (max-width: 744px) {
  #sec09 .circs li:first-child {
    margin-right: -5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 374px) {
  #sec09 .circs li:first-child {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 744px) {
  #sec09 .circs li:nth-child(2) {
    position: absolute;
    top: 47%;
    left: 1.3333333333vw;
    transform: translateY(-50%);
  }
}
@media (max-width: 374px) {
  #sec09 .circs li:nth-child(2) {
    left: 17px;
    top: 50%;
  }
}
#sec09 .circs li .circs-wrap__img {
  max-width: 144px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  #sec09 .circs li .circs-wrap__img {
    max-width: 28.8vw;
    width: 100%;
  }
  #sec09 .circs li .circs-wrap__img img {
    width: 100%;
  }
}
#sec09 .circs li p {
  font-weight: 700;
  font-size: 21px;
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  #sec09 .circs li p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  #sec09 .circs li p img {
    width: 28.8vw;
  }
}
@media screen and (max-width: 744px) {
  #sec09 .last_txt {
    font-size: 3.4666666667vw;
    text-align: center;
    display: block;
  }
}

#sec10 {
  background: url(../images/sec10_bg-star.webp) repeat center top;
  min-height: 560px;
}
@media screen and (max-width: 744px) {
  #sec10 {
    min-height: 0;
  }
}
#sec10 .inner {
  position: relative;
  text-align: right;
  padding-top: 70px;
}
@media screen and (max-width: 744px) {
  #sec10 .inner {
    padding-top: 18.6666666667vw;
  }
}
#sec10 .content {
  width: 560px;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  #sec10 .content {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  #sec10 .content .headings {
    position: absolute;
    top: 18.6666666667vw;
  }
}
#sec10 .headings {
  margin-bottom: 30px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  #sec10 .headings {
    margin-bottom: 0;
  }
}
#sec10 .headings .bg-ttl {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 25px 0 15px;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 744px) {
  #sec10 .headings .bg-ttl {
    font-size: 5.6vw;
    line-height: 1.5;
    padding-left: 0;
    margin: 0 0 1.3333333333vw 0;
    padding: 0 4vw 0 1.3333333333vw;
  }
}
#sec10 .headings .bg-ttl:before {
  content: "";
  background-color: #6ea2b4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: skew(-5deg);
}
#sec10 .headings .headings__text {
  font-weight: 500;
  font-size: 42px;
  color: #111111;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 744px) {
  #sec10 .headings .headings__text {
    font-size: 5.6vw;
    padding: 0 0 0 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  #sec10 .headings small {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 744px) {
  #sec10 .headings span {
    font-size: 6.6666666667vw;
  }
}
#sec10 p {
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 744px) {
  #sec10 p {
    font-size: 4vw;
    padding: 0 4vw;
    word-break: break-all;
    letter-spacing: 0;
    margin-top: 5.3333333333vw;
    line-height: 2;
    -moz-font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
  }
}
#sec10 .img01 {
  position: absolute;
  top: 70px;
  left: 0;
}
@media screen and (max-width: 744px) {
  #sec10 .img01 {
    position: relative;
    margin-top: -9.6vw;
    width: 100%;
    top: 0;
    text-align: right;
  }
}
@media screen and (max-width: 744px) {
  #sec10 .img01 img {
    display: inline-block;
    max-width: 95%;
  }
}

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

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: var(--color-alpha);
}

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