.breadCrumb {
  display: none;
}
#wrap {
  padding-top: 0;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  padding-top: 0 !important;
}
.footer {
  position: relative;
  z-index: 1;
}
.js__fixed .footer {
  z-index: 0;
}
.js__fixed {
  overflow-y: hidden;
}
:root {
  --main-inner: 102.4rem;
  --main-inner-02: 128rem;
  --main-inner-03: 55rem;
  --main-color-01: #cdcdcd;
  --main-color-02: #fff5e1;
  --sub-color-01: #f9f9f9;
  --sub-color-02: #bf7b0c;
  --sub-color-03: #6a57a9;
  --sub-color-04: #ffd588;
  --font-size-01: clamp(2rem, 4vw, 3rem);
  --font-size-02: clamp(1.8rem, 3.5vw, 2.4rem);
  --font-family-01: "Shippori Mincho", "Mincho", serif;
  --font-family-02: "Cinzel", serif;
  --box-shadow-01: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.u__serif {
  font-family: var(--font-family-01);
}
.u__alpha-01 {
  font-family: var(--font-family-02);
}
.u__pc-only {
  display: block !important;
}
.u__sp-only {
  display: none !important;
}
.u__marker-01 {
  background: linear-gradient(transparent 70%, var(--sub-color-04) 30%);
  text-shadow: 0.1rem 0.1rem 0 rgba(255, 255, 255, 0.9), -0.1rem -0.1rem 0 rgba(255, 255, 255, 0.9);
}
.u__gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.u__serif {
  font-family: var(--font-family-01);
}
@media screen and (max-width: 767px) {
  .u__pc-only {
    display: none !important;
  }
  .u__sp-only {
    display: block !important;
  }
}
/*レイアウト*/
.l__smv-wrapper {
  width: 100%;
  height: 50rem;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l__smv-wrapper {
    height: 30rem;
    background-size: cover;
    background-position: left -80px center;
  }
}
.l__smv-deco-01 {
  width: 14rem;
  height: 100rem;
  background: rgba(255, 213, 136, 0.5);
  position: absolute;
  left: -16rem;
  top: -20rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 1;
  backdrop-filter: blur(0.8rem);
}
.l__smv-deco-02 {
  width: 14rem;
  height: 100rem;
  background: rgb(179, 239, 233, 50%);
  position: absolute;
  right: -15rem;
  top: -20rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 1;
  backdrop-filter: blur(0.8rem);
}
.l__smv-inner {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  bottom: 2rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2rem);
  box-shadow: 0 0 0.3rem rgb(0 0 0 / 10%);
  clip-path: polygon(calc(55% - 5rem) 0, 55% 50%, calc(55% - 5rem) 100%, 0 100%, 0 0);
}
.l__smv-title-area {
  max-width: 120rem;
  margin: 0 auto;
}
.l__smv-title-main {
  max-width: 50rem;
  padding: 2rem;
}
.l__smv-title-desc {
}
block {
}
.l__smv-img-area {
}
.l__smv-title {
  font-size: 4rem;
}
.l__smv-sub-title {
  font-size: 2rem;
  color: #bf7b0c;
}
.l__smv-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l__main-wrap {
  width: 100%;
  background: #fff;
}
.l__main-inner {
  width: 120rem;
  margin: 0 auto;
  display: flex;
}
.l__main {
  width: 100%;
  max-width: 90rem;
}
.l__side {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l__main-inner {
    width: 100%;
    display: block;
  }
  .l__smv-inner {
    clip-path: none;
  }
  .l__main {
  }
  .l__side {
    width: 100%+;
  }
}
/*lpページ*/
.deco__block-01:before {
  content: "";
  position: absolute;
  background: var(--main-color-01);
  width: 30rem;
  height: 30rem;
  opacity: 0.8;
  top: -12rem;
  left: -12rem;
  transform: rotate(20deg);
}
.deco__block-01:after {
  content: "";
  position: absolute;
  background: var(--main-color-02);
  width: 30rem;
  height: 30rem;
  opacity: 0.8;
  top: -17.5rem;
  left: -6rem;
  transform: rotate(41deg);
}
.deco__block-02:before {
  content: "";
  position: absolute;
  background: var(--main-color-01);
  width: 30rem;
  height: 30rem;
  opacity: 0.8;
  right: -11rem;
  bottom: -11rem;
  transform: rotate(40deg);
}
.deco__block-02:after {
  content: "";
  position: absolute;
  background: var(--main-color-02);
  width: 30rem;
  height: 30rem;
  right: -16rem;
  bottom: -3rem;
  transform: rotate(20deg);
}
.deco__block-03:after {
  content: "";
  position: absolute;
  background: var(--main-color-01);
  width: 30rem;
  height: 30rem;
  right: -25rem;
  top: -18rem;
  transform: rotate(20deg);
}
.deco__block-03:before {
  content: "";
  position: absolute;
  background: var(--main-color-02);
  width: 30rem;
  height: 30rem;
  opacity: 0.8;
  right: -21rem;
  top: -17rem;
  transform: rotate(26deg);
}
.deco__block-04:before {
  content: "";
  position: absolute;
  background: var(--main-color-01);
  width: 30rem;
  height: 30rem;
  left: -19rem;
  top: -18rem;
  transform: rotate(20deg);
}
.deco__block-04:after {
  content: "";
  position: absolute;
  background: var(--main-color-02);
  width: 30rem;
  height: 30rem;
  opacity: 0.8;
  left: -21rem;
  top: -17rem;
  transform: rotate(26deg);
}
.deco__back-left-01 {
  width: 70%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+68,ffffff+100&0.8+0,0.5+68,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.deco__back-right-01 {
  width: 70%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+29,ffffff+100&0+0,0+0,0+1,0.5+29,0.8+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.5) 29%, rgba(255, 255, 255, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccffffff', GradientType=1); /* IE6-9 */
}
.deco__box-01 {
  background: var(--main-color-02);
  font-size: 1.4rem;
  color: var(--sub-color-02);
  padding: 1rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .deco__block-01:before {
    width: 20rem;
    height: 20rem;
  }
  .deco__block-01:after {
    width: 20rem;
    height: 20rem;
  }
  .deco__block-02:before {
    width: 20rem;
    height: 20rem;
  }
  .deco__block-02:after {
    width: 20rem;
    height: 20rem;
  }
  .deco__block-03:before {
    width: 20rem;
    height: 20rem;
  }
  .deco__block-03:after {
    width: 20rem;
    height: 20rem;
  }
}
/**/
.deco__box {
  width: 100%;
  margin: 2rem 0;
  padding: 1rem;
  position: relative;
  background: #eee;
  z-index: 0;
}
.deco__box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sub-color-02);
  clip-path: polygon(59.1% 0%, 100% 0%, 100% 100%, 32.2% 100%);
  z-index: 0;
}
.deco__box-inner {
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
/*メインビジュアル*/
.mv__wrapper {
 /* background: url("https://skinrefine.jp/wp-content/uploads/2022/05/mv-pc-001.jpg") no-repeat center;*/
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 192rem;
  position: relative;
  overflow: hidden;
}
.mv__header {
  font-family: var(--font-family-01);
  font-size: 1.6rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-align: right;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
}
.mv__inner {
  max-width: var(--main-inner);
  margin: 0 auto;
  position: relative;
  text-align: right;
}
.mv__text-01 {
  font-size: 1.6rem;
  margin: 0rem 0;
}
.mv__copy {
  font-family: var(--font-family-01);
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
  top: clamp(7.5rem, 8vw, 11rem);
  right: clamp(2.4rem, 8vw, 10rem);
  font-size: clamp(1.8rem, 4.4vh, 4.2rem);
}
.mv__title-area {
  font-family: var(--font-family-01);
  position: absolute;
  bottom: 0;
  font-weight: bold;
  text-align: right;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+30,0.75+50,0.95+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.95) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.95) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f2ffffff', GradientType=1); /* IE6-9 */
}
.mv__title-inner {
  max-width: var(--main-inner);
  margin: 0 auto;
  text-align: right;
}
.mv__title {
  font-size: clamp(3rem, 4vw, 4.4rem);
}
.mv__title-sub {
  font-family: var(--font-family-02);
  color: var(--sub-color-02);
  font-weight: normal;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
}
.mv__title-ex {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.mv__button-area {
}
.mv__button,
.mv__button:visited,
.mv__button:link {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 1rem 2rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  margin: 1rem 0 0 auto;
  font-size: 1.6rem;
}
.mv__button:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .mv__wrapper {
    /*background: url("https://skinrefine.jp/wp-content/uploads/2022/05/mv-sp-001.jpg") no-repeat center;*/
    background-size: cover;
  }
  .mv__title-area {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0.42+0,0.75+50,0.95+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bffffff', endColorstr='#f2ffffff', GradientType=1); /* IE6-9 */
  }
}
.sec__wrapper {
  position: relative;
  overflow: hidden;
}
.sec__area {
  padding: 10rem 0;
  color: #000;
  background: rgba(255, 255, 255, 0.3);
  text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.9);
}
.sec__inner {
  max-width: var(--main-inner-02);
  margin: 0 auto;
}
.sec__title {
  margin: 5rem auto 5rem;
  font-size: var(--font-size-01);
  font-family: var(--font-family-01);
  text-align: center;
  position: relative;
  max-width: var(--main-inner-03);
  font-weight: bold;
}
.sec__title--left {
  margin-right: auto;
  margin-left: 0;
}
.sec__title--right {
  margin-left: auto;
  margin-right: 0;
}
.sec__title:before {
  position: absolute;
  content: "";
  left: 2rem;
  top: -5rem;
  width: 4rem;
  height: 4rem;
  background: var(--main-color-02);
  transform: rotate(20deg);
}
.sec__title:after {
  position: absolute;
  content: "";
  left: 3rem;
  top: -4rem;
  width: 4rem;
  height: 4rem;
  background: var(--main-color-01);
  transform: rotate(20deg);
}
.sec__text-01 {
  font-size: 1.6rem;
  padding: 1rem;
  max-width: var(--main-inner-03);
  margin: 0 auto;
  line-height: 1.8;
}
.sec__text-01--left {
  margin-right: auto;
  margin-left: 0;
}
.sec__text-01--right {
  margin-left: auto;
  margin-right: 0;
}
.sec__wrapper-back {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .sec__area {
    background: rgba(255, 255, 255, 0.7);
  }
}
.sec-02__wrapper {
  position: relative;
}
.sec__wrapper--back-01 {
  background: rgb(255, 255, 255);
  background: linear-gradient(106deg, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 44%, rgba(196, 196, 196, 1) 100%);
}
.sec__wrapper--back-img-01 {
  background: url("https://skinrefine.jp/wp-content/uploads/2022/05/back-01.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sec-02__title {
  font-size: var(--font-size-01);
  font-weight: bold;
  text-align: center;
  font-family: var(--font-family-01);
  padding: 2rem 0;
  margin: 10rem 1rem 10rem;
  position: relative;
}
.sec-02__title-sub {
}
.sec-02__title:before {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: var(--sub-color-02);
  bottom: 0rem;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}
.sec-02__title:after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 0.1rem;
  background: var(--main-color-01);
  bottom: -0.5rem;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}
.sec-02__area {
  max-width: var(--main-inner);
  margin: 10rem auto 10rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-02__block {
  text-align: center;
  position: relative;
  width: 30rem;
  margin: 5rem 0;
}
.sec-02__point {
  font-size: 2.4rem;
  text-align: center;
  font-family: var(--font-family-01);
  position: absolute;
  top: -6rem;
  left: 3rem;
  padding: 0.6rem 1rem;
}
.sec-02__point:after {
  content: "";
  position: absolute;
  width: 9rem;
  height: 0.1rem;
  top: 5rem;
  left: -1.7rem;
  z-index: 1;
  background: #333;
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotate(-37deg);
}
.sec-02__point-num {
  font-size: 130%;
}
.sec-02__point-sub-title {
  font-family: var(--font-family-02);
  font-size: 1.8rem;
  color: var(--sub-color-02);
}
.sec-02__point-title {
  font-size: var(--font-size-01);
  font-family: var(--font-family-01);
  position: relative;
}
.sec-02__excerption {
  max-width: var(--main-inner-03);
  margin: 5rem auto;
  font-size: 1.6rem;
  padding: 1rem;
}
.sec-02__excerption p {
  margin-bottom: 1.4em;
}
/*
.sec-02__point-title:after{
    content: "";
    position: absolute;
    width: 9rem;
    height: 0.1rem;
    z-index: -1;
    bottom: 2rem;
    right: -4rem;
    background: #333;
    -webkit-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    transform: rotate(-75deg);
}*/
.sec-03__excerption {
  font-size: 1.6rem;
  padding: 0 1rem;
  max-width: var(--main-inner);
  margin: 5rem auto;
}
.sec-03__ex-title {
  font-family: var(--font-family-01);
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid var(--sub-color-02);
}
.sec-03__ex-text-area {
  position: relative;
}
.sec-03__block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.sec-03__block--reverse {
  flex-direction: row-reverse;
}
.sec-03__img-area {
  width: 50%;
}
.sec-03__ex-text-area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3rem;
  right: -3rem;
  background: var(--main-color-02);
}
.sec-03__ex-text-inner {
  position: relative;
  z-index: 1;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--box-shadow-01);
}
.sec-03__block--reverse .sec-03__ex-text-area:before {
  top: 3rem;
  right: 0rem;
  left: -3rem;
}
.sec-03__ex-text-area {
  width: 55%;
  margin-left: -5%;
  margin-top: 4rem;
}
.sec-03__block--reverse .sec-03__ex-text-area {
  margin-right: -5%;
  margin-left: 0;
}
.sec-03__img {
  width: 100%;
  height: auto;
}
.sec-03__ex-title {
  position: relative;
}
.sec-03__ex-tip {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 2.1rem;
  font-weight: normal;
  color: var(--sub-color-02);
  font-family: var(--font-family-02);
}
@media screen and (max-width: 767px) {
  .sec-03__block {
    display: block;
  }
  .sec-03__img-area {
    width: 100%;
  }
  .sec-03__ex-text-area {
    width: 100%;
    margin-left: 0%;
    margin-top: 0rem;
  }
  .sec-03__block--reverse .sec-03__ex-text-area {
    margin-right: 0%;
    margin-left: 0;
  }
}
/************************/
.sec-04__area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  max-width: var(--main-inner-03);
  margin: 0 auto;
}
.sec-04__banner-01 {
  width: 100%;
  margin: 2rem;
  border: 0.1rem solid #ccc;
  text-align: center;
  font-family: var(--font-family-01);
  font-size: 2.4rem;
  position: relative;
  display: flex;
  overflow: hidden;
}
.sec-04__banner-01--01 {
  border-color: var(--sub-color-02);
}
.sec-04__banner-01--02 {
  border-color: var(--sub-color-03);
}
.sec-04__banner-01:hover {
  background: #fafafa;
}
.sec-04__banner-01-text {
  padding: 2rem;
  flex: 1;
}
.sec-04__banner-01-sub {
  display: block;
  font-size: 2.2rem;
}
.sec-04__banner-01-sub small {
  font-size: 60%;
  margin: 0 0.8rem;
}
.sec-04__banner-img-area {
  height: 100%;
  width: 15rem;
}
.sec-04__banner-img-01 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sec-04__banner-img-01:after {
}
.sec-04__banner-icon {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-04__banner-img-area {
    width: 10rem;
  }
  .sec-04__banner-01 {
    font-size: 2rem;
  }
  .sec-04__banner-01-text {
    padding: 1rem;
  }
}
.sec-05__area {
  max-width: var(--main-inner-03);
  margin: 0 auto;
  padding: 0 2rem;
}
.sec-05__block:first-child {
}
.sec-05__block {
  font-size: 1.4rem;
  border: 0.1rem solid #ccc;
  margin-bottom: 1rem;
}
.sec-05__button-area,
.sec-05__cont-area {
  padding: 2rem;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.sec-05__button-area {
}
.sec-05__button-area:hover {
  cursor: pointer;
  background: #fafafa;
}
.sec-05__num-area,
.sec-05__cont-num {
  margin-right: 1.7rem;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #333;
  width: 4rem;
  height: 4rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 100%;
}
.sec-05__cont-num {
  align-self: flex-start;
  background: var(--sub-color-02);
}
.sec-05__cont-area {
  background: var(--main-color-02);
}
.sec-05__button-text,
.sec-05__cont-text {
  flex: 1;
}
.sec-05__button-text {
  padding-right: 5rem;
  position: relative;
}
.sec-05__button-text:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.6rem;
  right: 2rem;
  top: 0rem;
  background: #333;
  transition: 0.3s;
}
.sec-05__button-text:before {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 2.6rem;
  right: 0.7rem;
  top: 1.2rem;
  background: #333;
  transition: 0.3s;
}
.js__on-01 .sec-05__button-text:after {
  transform: rotate(90deg);
  opacity: 0;
  right: 1.9rem;
}
.js__on-01 .sec-05__button-text:before {
  transform: rotate(180deg);
}
.js__cont-01 {
}
.sec-05__cont-area {
  padding-left: 6rem;
}
.sec-05__cont-num {
}
/**/
.sec-06__area {
  max-width: var(--main-inner);
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.sec-06__title-area {
  width: 100%;
  position: relative;
}
.sec-06__title {
  margin-top: 30%;
  background: var(--sub-color-02);
  color: #fff;
  font-family: var(--font-family-01);
  width: clamp(15rem, 70%, 90rem);
  display: flex;
  padding: 2rem;
  text-align: left;
  font-size: var(--font-size-01);
  /* justify-content: center; */
  align-items: center;
}
.sec-06__cont-area {
  margin-bottom: 10rem;
  padding-left: 1rem;
}
.sec-06__cont-area--01 {
  border-left: 1rem solid var(--sub-color-02);
  border-right-color: transparent;
}
.sec-06__title-img {
  position: absolute;
  width: clamp(15rem, 40%, 40%);
  height: auto;
  right: 0;
  bottom: 50%;
  -webkit-box-shadow: var(--box-shadow-01);
  box-shadow: var(--box-shadow-01);
}
.sec-06__price {
  text-align: center;
  padding: 2rem;
  font-size: var(--font-size-01);
  margin-bottom: 2rem;
  border-bottom: #eee solid 0.1rem;
  font-family: var(--font-family-01);
}
.sec-06__price small {
  font-size: 60%;
  margin: 0 1rem;
}
.sec-06__ex {
  margin: 2rem 0;
}
.sec-06__title-02 {
  background: var(--main-color-02);
  padding: 2rem;
  font-size: 2rem;
  text-align: center;
  font-family: var(--font-family-01);
}
.sec-06__title-03 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.sec-06__title-03 > .material-symbols-outlined {
  margin-right: 1rem;
}
.sec-06__table-title {
  font-family: var(--font-family-01);
  margin: 2rem 0 2rem;
  padding: 2rem;
  font-size: 2rem;
  font-wegiht: bold;
  border-bottom: 0.1rem solid #ccc;
}
.sec-06__talble {
  border-collapse: collapse;
  border: 0.1rem solid #ccc;
  width: 100%;
  font-size: 1.4rem;
  margin: 2rem 0;
  max-width: 75rem;
}
.sec-06__talble tr td:nth-child(2) {
  text-align: right;
}
.sec-06__talble th,
.sec-06__talble td {
  padding: 0.5rem 1rem;
  border: 0.1rem solid #ccc;
  vertical-align: middle;
}
.sec-06__talble th {
  background: #f0f0f0;
}
.sec-06__talble tr td:nth-child(2).sec-06__talble-text-cell {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec-06__cont-area {
    padding-left: 1rem;
    padding-right: 0;
  }
}
.sec-07__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.sec-07__block {
  padding: 1rem;
  background: var(--main-color-01);
  background: #fff;
}
.sec-07__title {
  font-family: var(--font-family-01);
  text-align: center;
  font-weight: bold;
  min-height: 7.4rem;
  padding: 1rem 0 1rem;
  margin-bottom: 1rem;
  background: var(--main-color-02);
}
.sec-07__tip-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-07__ex-area {
  display: flex;
}
.sec-07__img-area {
  width: 15rem;
  height: 15rem;
  margin-right: 1rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.sec-07__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-07__text-area {
  flex: 1;
  font-size: 1.4rem;
}
.sec-07__tip {
  display: block;
  padding: 0.3rem 1rem;
  background: #eee;
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem 1rem 0;
}
.sec-07__tip--01 {
  background: #fbdddd;
}
@media screen and (max-width: 768px) {
  .sec-07__area {
    display: block;
  }
  .sec-07__block {
    margin: 1rem 0;
  }
  .sec-07__img-area {
    width: 10rem;
    height: 10rem;
  }
}
.sec-08__area {
  position: relative;
  display: flex;
  max-width: var(--main-inner-02);
  margin: 0 auto;
  padding: 5rem 0 10rem;
}
.sec-08__img-area {
  position: relative;
  width: 30%;
}
.sec-08__text-area {
  width: 70%;
  padding: 0 10rem;
}
.sec-08__img-01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-08__img-02 {
  width: 100%;
  height: auto;
  position: absolute;
  right: -5rem;
  bottom: -5rem;
}
.sec-08__title {
  font-size: var(--font-size-02);
  font-family: var(--font-family-01);
  margin: 2rem 0;
}
.sec-08__title > span {
  font-size: 60%;
  color: var(--sub-color-02);
}
.sec-08__text-area p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-08__area {
    padding: 2rem 0;
  }
  .sec-08__text-area {
    padding: 2rem;
    margin: 5rem 0 5rem auto;
    width: 85%;
    right: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
  }
  .sec-08__area {
    display: block;
  }
  .sec-08__img-area {
    width: 70%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .sec-08__img-02 {
    display: none;
  }
}
.sec-09__wrapper {
  padding: 5rem 0;
}
.sec-09__inner {
  display: flex;
  justify-content: space-around;
}
.sec-09__box {
  padding: 2rem;
  border: #ccc solid 0.1rem;
  position: relative;
}
.sec-09__box--01 {
  width: 100%;
}
.sec-09__title {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  padding: 0 1rem;
  top: -1.3rem;
  background: #fff;
  display: table;
}
.sec09__desc {
  font-size: 1.4rem;
}
.sec-09__deco-01 {
  display: flex;
  margin: 0 1rem;
  align-items: center;
}
.sec-09__deco-01--01 {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
  justify-content: center;
}
.sec-09__deco-02 {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem;
  text-align: center;
  background: #f0f0f0;
}
.sec-10__button-text,
.sec-10__cont-text {
  flex: 1;
}
.sec-10__button-text {
  padding: 1rem 5rem 1rem 1rem;
  position: relative;
  background: #f0f0f0;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec-10__button-text:hover {
  opacity: 0.8;
  cursor: pointer;
}
.sec-10__button-text:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.6rem;
  right: 2rem;
  top: 1rem;
  background: #333;
  transition: 0.3s;
}
.sec-10__button-text:before {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 2.6rem;
  right: 0.7rem;
  top: 2.2rem;
  background: #333;
  transition: 0.3s;
}
.js__on-01 .sec-10__button-text:after {
  transform: rotate(90deg);
  opacity: 0;
  right: 1.9rem;
}
.js__on-01 .sec-10__button-text:before {
  transform: rotate(180deg);
}
.js__cont-01 {
}
.sec-10__button-cont {
  padding: 1rem;
}
.sec-10__cont-area {
  padding-left: 6rem;
}
.sec-10__cont-num {
}
.sec-10__button-text--01 {
  background: #ffd;
}
.sec-10__button-text--02 {
  background: #fff9f1;
}
.sec-10__button-text--03 {
  background: #ffd;
}
.sec-10__button-text--04 {
  background: #fff9f1;
}
.sec-10__button-text--05 {
  background: #ffd;
}
.sec-10__button-cont--01 {
  border-left: 1rem solid #ffd;
}
.sec-10__button-cont--02 {
  border-left: 1rem solid #fff9f1;
}
.sec-10__button-cont--03 {
  border-left: 1rem solid #ffd;
}
.sec-10__button-cont--04 {
  border-left: 1rem solid #fff9f1;
}
.sec-10__button-cont--05 {
  border-left: 1rem solid #ffd;
}
@media screen and (max-width: 768px) {
  .sec-09__inner {
    flex-wrap: wrap;
  }
  .sec-09__box {
    width: 100%;
    margin-top: 1rem;
  }
}
.sec-11__wrapper {
  max-width: 60rem;
  margin: 0 auto;
  font-size: 1.6rem;
}
.sec-11__text {
  text-align: center;
}
.sec-11__list {
}
.sec-11__list li {
  margin: 2rem 0 2rem 3rem;
  list-style: circle outside;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-11__wrapper {
    max-width: 50rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
/*ビフォアーアフター*/
.sec-20__wrapper {
  max-width: 65rem;
  margin: 2rem auto;
}
/*お問い合わせ*/
.sec-21__area {
  width: 100%;
  position: relative;
  min-height: 10rem;
  padding: 3rem 0;
}
.sec-21__area-back {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
}
.sec-21__inner {
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.95);
}
.sec-21__button-area {
  display: flex;
  max-width: 102rem;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin-bottom: 2rem;
}
.sec-21__button {
  color: #ccc;
  margin: 0 4rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  font-family: var(--font-family-01);
}
.sec-21__button:hover {
  cursor: pointer;
}
.sec-21__button .material-symbols-outlined {
  margin-right: 0.3rem;
  font-size: 3rem;
  top: 0.2rem;
  position: relative;
}
.sec-21__button.sec-21__on {
  color: #333;
}
.sec-21__buton-sep {
  height: 4rem;
  width: 0.1rem;
  background: #333;
}
.sec-21__cont-area {
  font-family: var(--font-family-01);
}
.sec-21__cont {
  max-width: 102rem;
  margin: 0 auto;
}
.sec-21__cont.sec-21__on {
  display: flex !important;
  flex-wrap: wrap;
  opacity: 1;
}
.sec-21__cont-img-area {
  width: 30%;
  margin: 1.5%;
  aspect-ratio: 1 / 1;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.sec-21__cont-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-21__map {
  width: 30%;
  margin: 1.5%;
  aspect-ratio: 1 / 1;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.sec-21__map iframe {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.sec-21__text-area {
  width: 30%;
  margin: 1.5%;
}
.sec-21__title {
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
  margin: 4rem 0;
}
.sec-21__sub,
.sec-21__text--01 {
  padding: 0 0 2rem 0;
  position: relative;
  margin-bottom: 2rem;
}
.sec-21__sub:after,
.sec-21__text--01:after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #333;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.sec-21__contact {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
}
.sec-21__contact-link {
  display: flex;
  align-items: center;
}
.sec-21__contact-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .sec-21__cont {
    max-width: 50rem;
    padding: 0 1rem;
  }
  .sec-21__cont.sec-21__on {
    display: block !important;
  }
  .sec-21__map,
  .sec-21__cont-img-area,
  .sec-21__text-area {
    width: 100%;
    margin: 2rem 0 2rem;
  }
}
/*コラボ*/
.mv__collabo-wrapper {
  width: 100%;
  padding-top: 23rem;
  font-family: var(--font-family-01);
}
.mv__collabo-img-wrapper {
  width: 100%;
  position: fixed;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.mv__collabo-bg-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  background: rgb(131 226 255 / 30%);
}
.mv__collabo-img-wrapper {
  display: flex;
  width: 100%;
}
.mv__collabo-img-area {
  width: 70%;
  height: 100%;
  top: 0;
  position: absolute;
}
.mv__collabo-img-area--01 {
  left: 0;
}
.mv__collabo-img-area--02 {
  right: 0;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
.mv__collabo-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -ms-filter: blur(1rem);
  filter: blur(1rem);
}
.mv__collabo-inner {
  background: rgba(255, 255, 255, 0.6);
  z-index: 20;
  position: relative;
  width: 100%;
  padding: 1rem;
}
.mv__collabo-title {
  position: absolute;
  font-family: var(--font-family-02);
  font-size: 14rem;
  color: var(--sub-color-02);
  color: #fff;
  z-index: 20;
  opacity: 0.7;
  line-height: 1;
}
.mv__collabo-title--02 {
  right: 1rem;
  top: 10rem;
}
.mv__collabo-sub {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 2.8rem);
  font-weight: bold;
  color: #8c6220;
}
.mv__collabo-sub-in {
  font-size: clamp(2rem, 4vw, 7rem);
  margin-bottom: 1.6rem;
  color: #006883;
  font-weight: bold;
  text-align: center;
}
.mv__collabo-copy-wrapper {
  max-width: 98rem;
  margin: 0 auto;
  display: flex;
}
.mv__collabo-icon {
  display: block;
  height: clamp(15rem, 15vw, 20rem);
  width: clamp(15rem, 15vw, 20rem);
  margin: 0 auto;
  -moz-border-radius: 20rem;
  -webkit-border-radius: 20rem;
  border-radius: 20rem;
  position: relative;
  z-index: 14;
}
.mv__collabo-icon--01 {
  margin-bottom: 2rem;
}
.mv__collabo-icon--02 {
  margin-top: -3rem;
}
.mv__collabo-box {
  width: 50%;
}
.mv__copy-collabo {
  font-size: 1.8rem;
}
.mv__collabo-name,
.mv__collabo-name-sub {
  text-shadow: 0 0 0.2rem rgba(255, 255, 255, 1), 0 0 0.1rem rgba(255, 255, 255, 1), 0 0 0.3rem rgba(255, 255, 255, 1);
  position: relative;
  z-index: 16;
}
.mv__collabo-name-sub {
  font-size: clamp(1.2rem, 3vw, 2rem);
}
.mv__collabo-name {
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: bold;
  position: relative;
  z-index: 15;
}
.mv__collabo-name--01 {
  margin-top: -9rem;
}
.mv__copy-collabo--02 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mv__collabo-name--01 {
    margin-top: 0rem;
  }
  .mv__collabo-icon--02 {
    margin-top: 0;
  }
  .mv__collabo-title {
    font-size: 3rem;
  }
  .mv__collabo-title--02 {
    top: 7.1rem;
  }
  .mv__collabo-inner {
  }
  .mv__collabo-wrapper {
    padding-top: 12rem;
  }
}
.cmp__wrapper {
  margin: 2rem 0;
}
.cmp__inner {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.cmp__box-button-wrapper {
  margin: 0 auto;
}
.cmp__box {
  width: 50%;
  padding: 1rem;
  position: relative;
}
.cmp__box--cv {
  width: 48rem;
  margin: 0 auto;
  flex: none;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .cmp__box {
    width: 100%;
  }
  .cmp__inner {
    display: block;
  }
}
.u__button {
  display: block;
  margin: 2rem auto;
  font-size: 2rem;
  padding: 2rem 4rem;
  width: fit-content;
  font-weight: bold;
  color: #fff !important;
  background: #333;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  text-align: center;
  position: relative;
}
.cmp__box-tip {
  position: absolute;
  padding: 0.5rem 1rem;
  background: #fff;
  font-size: 1.4rem;
  color: #333 !important;
  top: 2rem;
  font-weight: normal;
  width: fit-content;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: 2s fuwafuwa infinite;
}
.cmp__box-tip-02 {
  padding: 0.5rem 2rem;
  margin: 0 auto;
  background: #fff;
  font-size: 1.4rem;
  color: #333 !important;
  font-weight: normal;
  width: fit-content;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.cmp__box-tip:after {
  content: "";
  bottom: -1rem;
  position: absolute;
  left: calc(50% - 1.5rem);
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid #fff;
}
.cmp__cont-box {
  border: 0.5rem solid #ffd7d8;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
}
.cmp__cont-title {
  font-size: 2rem;
  font-weight: bold;
}
.cmp__cont-desc {
  font-size: 1.6rem;
}
.cmp__cont-cv {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 2rem 0 0 auto;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cmp__cont-desc {
    font-size: 1.2rem;
  }
}
.u__button:hover {
  opacity: 0.8;
}
.u__button--line {
  background: #07b53b;
  margin: 2rem auto;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  min-width: 30rem;
  width: fit-content;
  font-weight: bold;
  color: #fff !important;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  text-align: center;
  position: relative;
  line-height: 1.3;
}
.u__button--line > span {
  font-size: 110%;
  margin-right: 1rem;
  color: #fff68e;
}
.u__button-has-tip {
  margin-top: 6rem;
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}
@keyframes am-opacity {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.modal-01__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.8);
  padding: 15rem 1rem 20rem;
  justify-content: center;
  align-items: center;
}
.modal-01__wrapper.js__mdl-cont--on {
  display: flex;
}
.modal-01__inner {
  max-width: 65rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal-cont-area {
  padding: 1rem;
  max-height: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
}
.modal-01__close-01 {
  position: absolute;
  top: -4rem;
  z-index: 101;
  right: 0;
  color: #fff;
  font-size: 3rem;
}
.modal-01__close-01:hover {
  cursor: pointer;
  oapcity: 0.8;
}
.modal-01__close-01 > span {
  font-size: 4rem;
}
.modal-01__close-02 {
  position: absolute;
  bottom: -6rem;
  z-index: 101;
  right: 0;
  color: #fff;
  justify-content: center;
  display: flex;
  width: 100%;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50rem;
}
.modal-01__close-02 > span {
  font-size: 4rem;
}
.modal-01__close-02:hover {
  cursor: pointer;
  opacity: 0.8;
}
.clb__contents-area {
  max-width: var(--main-inner);
  width: calc(100% - 2rem);
  margin: 5rem auto;
  padding: 0 0;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}
/*コラムコンテンツ*/
.clm__inner {
  padding: 1rem;
}
.clm__block {
  line-height: 1.4;
  padding: 1rem;
  margin: 1rem auto;
  width: 100%;
  max-width: 70rem;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 3rem 100%, 0 calc(100% - 3rem));
}
.clm__block a:hover {
  opacity: 0.8;
}
.clm__block-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.clm__img-area {
  width: 20rem;
}
.clm__text-area {
  flex: 1;
  padding-left: 1rem;
}
.clm__main-cat-area {
  display: flex;
  flex-wrap: wrap;
}
.clm__main-cat-tag {
  background: #333;
  color: #fff !important;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0 1rem 1rem 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: fit-content;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
}
.clm__main-cat-tag.clm__main-cat-tag--01 {
  clip-path: none;
}
.clm__main-cat-tag > span {
  font-size: 1.2rem;
  margin-right: 1rem;
}
.clm__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  display: block;
  color: #333 !important;
  font-weight: bold;
}
.clm__cat-tag-area {
  display: flex;
  flex-wrap: wrap;
}
.clm__cat-tag-area {
}
.clm__tag {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1rem 1rem 1rem 0;
  font-size: 1.2rem;
  color: #888 !important;
  border: 0.1rem solid #eee;
  padding: 0.5rem 1rem;
  background: #eee;
}
.clm__tag > span {
  font-size: 1.2rem;
  margin-right: 0rem;
}
.clm__desc {
  font-size: 1.4rem;
  color: #666;
  margin: 1rem 0;
}
.clm__author-area {
  display: flex;
  margin: 1rem 0 0;
}
.clm__author-img {
  width: 6rem;
  height: 6rem;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
.clm__author-text-area {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.clm__author_name {
  font-size: 1.6rem;
  width: 100%;
}
.clm__author_name-sub {
  font-size: 1.2rem;
  color: #666;
  width: 100%;
}
.clm__button {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.clm__button > span {
  margin-right: 0.5rem;
  font-size: 3.5rem;
}
.clm__button:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .clm__block-inner {
    display: block;
  }
  .clm__img {
    display: block;
    margin: 0 auto 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .clm__img-area {
    width: 100%;
    aspect-ratio: 1 / 0.5;
  }
}
/*コラムコンテンツ*/
.cmp__inner {
  padding: 1rem;
}
.cmp__block {
  line-height: 1.4;
  padding: 1rem;
  margin: 1rem auto;
  width: 100%;
  max-width: 70rem;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 3rem, 100% 100%, 3rem 100%, 0 calc(100% - 3rem));
}
.cmp__block a:hover {
  opacity: 0.8;
}
.cmp__block-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.cmp__img-area {
  width: 20rem;
}
.cmp__text-area {
  flex: 1;
  padding-left: 1rem;
}
.cmp__main-cat-area {
  display: flex;
  flex-wrap: wrap;
}
.cmp__main-cat-tag {
  background: #333;
  color: #fff !important;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 0 1rem 1rem 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: fit-content;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%);
}
.cmp__main-cat-tag.cmp__main-cat-tag--01 {
  clip-path: none;
}
.cmp__main-cat-tag > span {
  font-size: 1.2rem;
  margin-right: 1rem;
}
.cmp__title {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  display: block;
  color: #333 !important;
  font-weight: bold;
}
.cmp__cat-tag-area {
  display: flex;
  flex-wrap: wrap;
}
.cmp__cat-tag-area {
}
.cmp__tag {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 1rem 1rem 1rem 0;
  font-size: 1.2rem;
  color: #888 !important;
  border: 0.1rem solid #eee;
  padding: 0.5rem 1rem;
  background: #eee;
}
.cmp__tag > span {
  font-size: 1.2rem;
  margin-right: 0rem;
}
.cmp__desc {
  font-size: 1.4rem;
  color: #666;
  margin: 1rem 0;
}
.cmp__author-area {
  display: flex;
  margin: 1rem 0 0;
}
.cmp__author-img {
  width: 6rem;
  height: 6rem;
  -moz-border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
}
.cmp__author-text-area {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cmp__author_name {
  font-size: 1.6rem;
  width: 100%;
}
.cmp__author_name-sub {
  font-size: 1.2rem;
  color: #666;
  width: 100%;
}
.cmp__button {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
}
.cmp__button > span {
  margin-right: 0.5rem;
  font-size: 3.5rem;
}
.cmp__button:hover {
  opacity: 0.6;
  cursor: pointer;
}
c .cmp__block-inner {
  display: block;
}
.cmp__img {
  display: block;
  margin: 0 auto 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp__img-area {
  width: 100%;
  aspect-ratio: 1 / 0.5;
}
.ani__mocchiri-01 {
  animation: mocchiri 2s infinite;
  animation-delay: 1s;
}
@keyframes mocchiri {
  0% {
    transform: scale(1, 0.9);
  }
  20% {
    transform: scale(0.9, 1.1);
  }
  95% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.9);
  }
}
.ba__ex-block {
  width: 100%;
  margin: 5rem 0;
  font-size: 1.2rem;
}
.ba__ex-row {
  width: 100%;
  border-bottom: 0.1rem solid #ccc;
  display: flex;
  padding: 1rem 0;
}
.ba__ex-th {
  color: #333;
  width: 15rem;
  border-left: 0.1rem solid #eee;
}
.ba__ex-td {
  color: #666;
}
@media screen and (max-width: 768px) {
  .ba__ex-row {
    display: block;
    border: none;
  }
  .ba__ex-th {
    color: #333;
    width: 100%;
    padding: 1rem;
    border-left: none;
    border-bottom: 0.1rem solid #ccc;
  }
  .ba__ex-td {
    padding: 1rem;
  }
}
/*通常ページ*/
.cnt-01__area {
}
/*症例ページ*/
.cl__wrap {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.cl__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cl__img-area {
  position: relative;
  overflow: hidden;
  flex: 1;
  display: flex;
}
.cl__img-box {
  aspect-ratio: 1/0.66;
  overflow: hidden;
}
.cl__img {
  width: 100%;
  z-index: 1;
  object-fit: cover;
  height: 100%;
  position: relative;
}
.cl__img-box {
  flex: 1;
  position: relative;
}
.cl__bg-img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  height: 100%;
  position: absolute;
  object-fit: cover;
  filter: blur(6px);
  z-index: 0;
}
.cl__block * {
  transition: 0.3s;
}
.cl__block {
  display: flex;
  flex-direction: column;
  width: 47.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  color: #333;
  box-shadow: 0.1rem 0.1rem 0.2rem rgb(0 0 0 / 15%);
}
.cl__sub-area {
  z-index: 2;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.95);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cl__title {
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 1;
  line-height: 1.4;
  height: 100%;
  align-items: center;
}
.cl__main-title {
  padding: 2rem 1rem;
  font-weight: bold;
  font-size: 2rem;
  min-height: 6.5rem;
  display: flex;
  align-items: center;
}
.cl__title-sub {
  font-size: 1.4rem;
  position: relative;
}
.cl__desc {
  border-top: 0.1rem solid #e9e9e9;
  display: flex;
  font-size: 1.4rem;
  justify-content: flex-end;
  padding: 1rem;
  position: relative;
}
.cl__tline:after {
  content: "";
  position: absolute;
  width: 10%;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.cl__tbl {
  width: 100%;
}
.cl__tbl th,
.cl__tbl td {
  padding: 0.5rem;
  font-size: 1.2rem;
  border: 0.1rem solid #fff;
}
.cl__tbl th {
  min-width: 10rem;
  background: rgba(0, 0, 0, 0.03);
}
.cl__tbl td {
  background: #fff;
}
.cl__bottom {
  position: relative;
  padding: 0 1rem;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
}
.cl__more {
  /* margin: 1rem 0 0; */
  padding: 0 1rem 1rem;
  /* border: 0.1rem solid #CCC; */
  text-align: left;
  display: flex;
  font-size: 1.4rem;
  /* background: #333; */
  color: #333;
  border-radius: 10rem;
  /* justify-content: center; */
  line-height: 1;
}
.cl__more:hover {
  cursor: pointer;
  opacity: 0.6;
}
.cl__more span {
  display: flex;
  align-items: center;
}
.cl__tbl-r {
  text-align: left;
}
.cl__info-area {
  padding: 0 1rem 1rem;
  position: relative;
  font-size: 1.4rem;
}
.cl__info-title {
  display: flex;
  align-items: center;
}
.cl__icon-01 {
  font-size: 1.9rem;
  margin-left: 0.5rem;
}
.cl__icon-02 {
  font-size: 1.9rem;
  margin-right: 0.5rem;
}
.cl__tline--01 {
  margin-right: 0;
}
.cl__link {
  display: flex;
  justify-content: flex-end;
}
.cl__link-a {
  color: #767ae5 !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cl__more-info {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.9);
  left: -100%;
  width: calc(100% - 2rem);
  height: calc(100% - 8rem);
  top: 0;
  transition: 0.3s;
  backdrop-filter: blur(4px);
  border-radius: 0 0 1rem 0;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.4);
  padding: 1rem;
  font-size: 1.4rem;
  overflow-y: auto;
  line-height: 1.4;
}
.cl__more-info:-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}
.cl__more-info:-webkit-scrollba {
  width: 1rem;
}
.cl__more-info:-webkit-scrollbar-thumb {
  background-color: #17585d;
  border-radius: 10rem;
}
.cl__open .cl__more-info {
  left: 0;
  padding: 3rem;
}
.cl__tbl-title {
  padding: 1rem;
  border-bottom: 0.1rem solid #ccc;
  margin: 4rem 0 1rem;
  font-weight: bold;
}
.cl__tbl-link {
  display: block;
  background: #5d63ff;
  color: #fff !important;
  border-radius: 10rem;
  margin: 4rem 0;
  text-align: center;
  padding: 1rem 0;
}
.cl__img:hover {
  filter: brightness(110%);
}
.cl__main-title a:hover,
.cl__link-a:hover,
.cl__tbl-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .cl__block {
    width: 95%;
    margin: 2.5%;
  }
}
.breadCrumb {
  margin-top: 7rem;
}
.smv-02__area {
  height: 20rem;
  overflow: hidden;
  position: relative;
}
.smv-02__sub-area {
  position: relative;
  width: 100%;
}
.smv-02__sub-inner {
  position: absolute;
  right: 2rem;
  top: -3rem;
  line-height: 1;
  z-index: 2;
}
.smv-02__sub {
  font-size: 2rem;
  margin-top: 2rem;
  text-align: right;
}
.smv-02__sub-alpha {
  font-size: 8rem;
  color: var(--sub-color-02);
}
.smv-02__img-area {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.smv-02__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smv-02__title {
  font-size: 2.8rem;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.smv-02__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  backdrop-filter: blur(2rem);
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .smv-02__area {
    margin-top: 8rem;
  }
  .smv-02__sub-inner {
    top: -2.2rem;
  }
  .smv-02__sub-alpha {
    font-size: 3rem;
  }
  .smv-02__sub {
    font-size: 1.5rem;
    margin-top: 0.9rem;
  }
  .smv-02__title {
    padding: 1rem;
    font-size: 2.2rem;
  }
}
/*sngl*/
.sngl__cont h2 {
  margin: 4rem 0;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 8rem 1rem;
  background: rgb(251, 251, 251);
  background: linear-gradient(13deg, rgba(251, 251, 251, 1) 0%, rgba(231, 231, 231, 1) 100%);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% + 1rem);
  padding-right: 1rem;
  position: relative;
}
.sngl__cont h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #ccc;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 4.4rem;
}
.sngl__cont h3 {
  font-weight: bold;
  padding: 2rem 1rem 1rem;
  border-bottom: 0.3rem double #333;
  margin: 6rem 0;
  font-size: 2rem;
}
.sngl__cont img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 50rem;
  margin: 5rem auto;
  border-radius: 0.5rem;
}
.sngl__cont {
  max-width: 80rem;
  margin: 0 auto;
  font-size: 1.4rem;
}
.sngl__cont .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.sngl__cont .youtube iframe {
  width: 100%;
  height: 100%;
}
.sngl__cont .youtube {
}
.sngl__cont strong {
  background: linear-gradient(transparent 60%, #fce5ff 60%);
}
.sngl__cont p {
  margin-bottom: 1em;
}
.twentytwenty-wrapper {
  max-width: 60rem;
  margin: 2rem auto;
}
.twentytwenty-container img {
  margin: 0;
  width: 100%;
  max-height: none;
  max-width: 60rem;
}
.twentytwenty-container {
  margin-bottom: 2rem;
}
.cs__area {
  width: 100%;
  margin: 4rem auto;
}
.cs__block {
  background: #f0f0f0;
  margin: 0.1rem 0;
}
.cs__th {
  font-weight: bold;
  padding: 1rem 1rem;
  font-size: 1.2rem;
}
.cs__td {
  padding: 1rem 1rem;
  font-size: 1.2rem;
  flex: 1;
  background: #fafafa;
}
.cs__title {
  padding: 1rem;
  font-weight: bold;
}
.cs__th.js__button-01 {
  cursor: pointer;
  opacity: 0.8;
  position: relative;
}
.cs__th.js__button-01 span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: 0.3s;
}
.cs__th.js__button-01.js__on-01 span {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .sngl h2 {
    margin: 4rem 0;
    font-size: 2rem;
    padding: 3rem 1rem;
  }
  .sngl h2:after {
    bottom: 0.5rem;
  }
  .sngl h3 {
    margin: 3rem 0;
  }
  .sngl__cont {
    font-size: 1.4rem;
  }
  .cs__block {
    display: block;
  }
  .cs__th {
    width: 100%;
  }
}
.cs__box {
  position: relative;
  margin: 2rem 0;
  width: 100%;
  display: flex;
  border-radius: 0.5rem;
}
.cs__box.cs__box-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
.cs__box.cs__box-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 0.5rem;
  grid-column-gap: 0.5rem;
}
.cs__ba:before,
.cs__ba:after {
  position: absolute;
  z-index: 1;
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
  line-height: 1;
}
.cs__ba:before {
  background: rgba(255, 255, 255, 0.9);
  content: "Before";
  top: 0;
  left: 0;
  border-radius: 0 0 0.5rem 0;
}
.cs__ba:after {
  background: rgba(255, 255, 255, 0.9);
  content: "After";
  top: 0;
  right: 0;
  border-radius: 0 0 0 0.5rem;
}
.cs__box > p > img,
.cs__box > img {
  width: 100%;
  margin: 0;
  border-radius: 0.5rem;
}
.cs__box.cs__box-3.cs__slim img {
  object-fit: cover;
  aspect-ratio: 1/1.4;
}
.cs__box .cs__text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2rem);
  color: #333;
  padding: 0.5rem;
  font-size: 1.2rem;
}
code > span {
  display: block;
}
@media (max-width: 767px) {
  .main-wrap {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.crd__all-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.crd__base-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crd__base-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
}
.crd__inner {
  width: 100%;
  max-width: 65rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0 9 0.6rem rgba(0, 0, 0, 0.5));
}
.crd__inner-img {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  object-fit: cover;
  left: 0;
}
.crd__inner-content {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  background: rgba(255, 255, 255, 0.4);
  padding: 2rem;
  z-index: 10;
  font-family: var(--font-family-01);
  font-weight: bold;
  backdrop-filter: blur(1rem);
  clip-path: polygon(1rem 0%, calc(100% - 1rem) 0%, 100% 1rem, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 1rem 100%, 0% calc(100% - 1rem), 0% 1rem);
}
.crd__all-wrapper--01 .crd__inner-img {
  width: calc(100% - 8rem);
}
.crd__all-wrapper--01 .crd__base-cover {
  background: rgb(255 183 208 / 70%);
}
.crd__all-wrapper--02 .crd__inner-img {
  width: calc(100% - 8rem);
  right: 0;
  left: auto;
}
.crd__all-wrapper--02 .crd__base-cover {
  background: rgb(202 199 255 / 70%);
}
.crd__all-wrapper--02 .crd__scroll {
  animation: scrollAnimeRev 60s linear infinite;
}
.mv__text-02 {
  font-size: 1.6rem;
  line-height: 1.45;
  margin: 1rem 0;
}
.crd__back {
  width: 100%;
  position: relative;
}
.crd__back--01 {
  background: #ec9c9c;
}
.crd__wrapper {
  max-width: 65rem;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}
.mv__copy-02 {
  fotn-size: 2rem;
}
.mv__back-img-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
.crd__back-cover-01 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.3rem);
  z-index: 1;
}
.mv__wrapper-02 {
  padding-top: 10rem;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.mv__back-img-02 {
  position: absolute;
  height: 100%;
  width: calc(100% - 8rem);
  object-fit: cover;
  z-index: 0;
}
.mv__title-inner-02 {
  margin: 0 auto;
}
.mv__title-area-02 {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  z-index: 4;
  font-family: var(--font-family-01);
  font-weight: bold;
  text-align: left;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.9rem);
  box-shadow: 0 0 0.9rem rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.mv__title-02-ex {
  font-size: 1.8rem;
}
.mv__title-02 {
  font-size: 2.6rem;
  line-height: 1.45;
}
.mv__box-01 {
  border: 0.1rem solid rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  margin: 0.5rem 0;
  font-size: 1.4rem;
  border-radius: 0.5rem;
}
.mv__box-02 {
  background: rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  margin: 0.5rem 0;
}
.mv__title-sub-02 {
  font-family: var(--font-family-02);
  color: var(--sub-color-02);
  font-weight: normal;
  font-size: 1.8rem;
}
.mv__text-02-sub {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
}
.crd__scroll-pos {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  padding: 5rem 0;
}
.crd__scroll {
  font-size: 9rem;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 60s linear infinite;
  position: relative;
  font-family: var(--font-family-02);
}
.crd__scroll-in {
  position: absolute;
  left: 100%;
  top: 0;
}
@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollAnimeRev {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.sec-10__sub-title {
  padding: 2rem;
  background: #eee;
  margin: 2rem auto;
  font-weight: bold;
}
.sec-05__cont-text strong {
  font-size: 110%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec-06__title-img {
    bottom: 90%;
  }
  .sec-06__title {
    width: 90%;
  }
}
.sec-08__text-area a {
  color: #2b5fd9;
  text-decoration: underline;
}
.sec-03__ex-title {
  margin-top: 0;
}
.sec-02__point-title {
  font-size: 2rem;
}
.mv__button-area--main {
  display: grid;
  place-content: center;
  padding: 5rem 0;
}
.mv__button-area--main .mv__button {
  margin: 2rem auto;
}
.mv__wrapper--01 {
  background-image: url(https://skinrefine.jp/wp-content/uploads/2022/09/mv-pc-003.jpg);
  background-position: 30%;
  background-attachment: fixed;
}
.mv__title--01 {
  line-height: 1.45;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  margin: 1rem 0;
}
.mv__copy--01 {
  top: clamp(11rem, 27vw, 21.5rem);
  right: clamp(2.4rem, 5vw, 10rem);
}
@media screen and (max-width: 767px) {
  .mv__wrapper--01 {
    background-image: url(https://skinrefine.jp/wp-content/uploads/2022/09/mv-sp-003.jpg);
  }
  .mv__wrapper--01 {
    width: 100%;
    height: auto;
    max-height: 100vh;
    aspect-ratio: 1/1.7;
    background-size: cover;
    background-attachment: inherit;
  }
}
.sec-02__inner {
  max-width: 76.8rem;
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
}
.pk-list__wrapper {
  width: 100%;
}
.pk-list__inner {
  width: 100%;
  display: grid;
  grid-template: auto / 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .pk-list__inner {
    width: 100%;
    display: grid;
    grid-template: auto / 1fr;
  }
}
.pk-list__block {
  position: relative;
  display: grid;
  grid-template: auto 4rem / 0.8fr 1fr;
  overflow: hidden;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  min-width: 30rem;
}
.pk-list__block-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  opacity: 0.7;
}
.pk-list__block:hover .pk-list__block-deco {
  opacity: 1;
}
.pk-list__block:after {
  content: "";
  position: absolute;
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  top: 0.2rem;
  left: 0.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.pk-list__block * {
  transition: 0.3s;
}
.pk-list__block-inner {
}
.pk-list__block-img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pk-list__block:hover .pk-list__block-img {
  transform: scale(1.05);
}
.pk-list__block-img {
}
.pk-list__block-title {
  width: 100%;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.pk-list__block-title strong {
  font-size: 150%;
}
.pk-list__block-sub-title {
  width: 100%;
  text-align: center;
  padding: 1rem;
  position: relative;
}
.pk-list__block-sub-title:after {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.pk-list__block-text-area {
  grid-area: 1/2/2/3;
  background: rgba(255, 255, 255, 0.8);
  margin: 0.1rem;
  display: grid;
  align-items: center;
}
.pk-list__block:hover .pk-list__block-text-area {
  background: rgba(255, 255, 255, 0.9);
}
.pk-list__block-sub {
  background: rgba(255, 255, 255, 0.5);
  grid-area: 2/1/3/3;
  display: flex;
  justify-content: space-between;
  height: 4rem;
  border: 0.1rem solid transparent;
}
.pk-list__block:hover .pk-list__block-sub {
  background: rgba(255, 255, 255, 0.9);
}
.pk-list__block-cat,
.pk-list__block-date {
  display: grid;
  place-content: center;
  padding: 1rem;
}
.pk-list__block-text {
}
.pk-list__block-link-area {
}
.pk-list__block-link {
}
@media screen and (max-width: 767px) {
  .pk-list__title {
  }
  .pk-list__sub {
  }
  .pk-list__p-area {
  }
  .pk-list__p {
  }
  .pk-list__title-img-area {
  }
  .pk-list__title-img {
  }
  .pk-list__title-img-cover {
  }
  .pk-list__block {
  }
  .pk-list__block-inner {
  }
  .pk-list__block-img-area {
  }
  .pk-list__block-img {
  }
  .pk-list__block-title {
  }
  .pk-list__block-title-sub {
  }
  .pk-list__block-text-area {
  }
  .pk-list__block-text {
  }
  .pk-list__block-link-area {
  }
  .pk-list__block-link {
  }
}
@media (max-width: 767px) {
  .main-wrap {
    padding-top: 5rem;
  }
}
.mv__movie-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .mv__movie-wrapper {
    width: 100%;
    clip-path: none;
  }
}
.mv__movie-back {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.mv__movie-cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.mv__wrapper--02 {
  background: url(https://skinrefine.jp/wp-content/uploads/2022/09/umpt.png) no-repeat top 10rem right 10rem;
}
.mv__wrapper--02 .mv__title-area {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1rem);
}
.deco__block-01:before,
.deco__block-01:after {
  z-index: 999;
}
.mv__title_box {
  padding: 1rem 3rem;
  line-height: 1;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  margin: 1rem 0;
  font-size: clamp(2rem, 3vw, 4rem);
  display: inline-block;
}
@media (max-width: 767px) {
}
.sec-30__wrapper {
  padding: 10rem 0;
}
.sec-30__inner {
  display: flex;
}
.sec-30__title-area {
  width: 50%;
  position: relative;
}
.sec-30__title {
  height: 100%;
  width: 100%;
  font-size: 3rem;
  display: grid;
  padding: 0 3rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.5rem);
  place-content: center;
}
.sec-30__sub {
  position: absolute;
  left: 100%;
  top: -8rem;
  width: max-content;
  font-size: 10rem;
  color: #eee;
  font-family: var(--font-family-02);
  z-index: 1;
}
.sec-30__text-area {
  width: 50%;
  padding: 3rem;
  background: rgba(255, 255, 255, 70%);
  position: relative;
  left: -5rem;
  top: 5rem;
}
.sec-30__text-area li {
  list-style: circle outside;
  margin: 1rem 1rem 1rem 3rem;
}
.sec-30__img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-30__inner {
    display: block;
  }
  .sec-30__title-area {
    width: 90%;
  }
  .sec-30__title {
    padding: 5rem 1rem;
    font-size: 2rem;
  }
  .sec-30__text-area {
    width: 80%;
    padding: 1rem;
    left: auto;
    margin-left: auto;
    right: 0;
    top: -2rem;
    font-size: 1.4rem;
  }
  .sec-30__sub {
    left: 0;
  }
}
.sec-06__movie-area {
  height: 30rem;
  width: 100%;
}
.sec-06__movie-area {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.sec-06__movie {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-06__title--01 {
  margin-top: 0rem;
  width: 100%;
}
.sec-06__area--01 {
  width: 100%;
  padding: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1rem;
}
.sec-06__area--01 .sec-06__title-area {
  max-width: 65rem;
  margin: 0 auto;
  width: 100%;
}
.sec-06__cont-area--02 {
  margin: 0 auto;
  max-width: 65rem;
  position: relative;
  z-index: 1;
  padding: 1rem;
  box-shadow: 0 0 1.5rem rgb(0 0 0 / 30%);
}
.sec-06__cont-area--02 .sec-06__talble {
  margin: 2rem auto;
}
.sec-06__cover {
  margin: 2rem auto;
  right: 0;
  width: calc(100% - 2rem);
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 2rem);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1rem);
}
.sec-06__talble td {
  background: #fff;
}
.sec-06__cont-area {
  background: rgba(255, 255, 255, 0.4);
}
.sec-06__cont-area--02 .contentsTbl__row__head,
.sec-06__cont-area--02 .contentsTbl__row__data {
  font-size: 1.4rem;
}
.sec-06__cont-area--02 .contentsTbl__row__data:first-child {
  text-align: left;
}
/* .js__left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}
.js__left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
.js__right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s;
}
.js__right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}
.js__down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.js__down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.js__top-to-down {
  opacity: 0.1;
  transform: translateY(-20px);
  transition: all 1s;
}
.js__top-to-down.scrollin {
  opacity: 1;
  transform: translateY(0);
} */
.singleContents h2 {
  position: relative;
  margin: 50px 0 50px;
  padding: 0 0 8px 0;
  border-bottom: solid 1px #7f7f7f;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.singleContents h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 8px 8px 8px 28px;
  border-radius: 0;
  background: transparent;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #b5a6ed;
}
.singleContents h3:before {
  content: "○";
  margin-right: 10px;
  left: 0;
  color: inherit;
  position: absolute;
  top: 8px;
}
.singleContents table {
  width: 100%;
  margin: 0 0 24px;
  table-layout: fixed;
}
.singleContents table th,
.singleContents table td {
  text-align: left;
  vertical-align: middle;
}
.singleContents tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.singleContents th {
  background: #efeff7;
  padding: 15px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: break-word;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
.singleContents td {
  border-right: 1px solid #d2c7e2;
  border-bottom: 1px solid #d2c7e2;
  color: #838383;
  padding: 15px 15px;
  text-align: center;
  font-size: 1.6rem;
}
.singleContents table p {
  margin-bottom: 0;
}
.singleContents strong,
.singleContents b {
  font-weight: bold;
  color: #000;
}
.singleContents a {
  color: #007bd3 !important;
}
.singleContents a:hover {
  text-decoration: underline;
}
.singleContents p {
  margin-bottom: 1em;
}
.singleContents .twentytwenty-wrapper {
  max-width: 65rem;
  margin: 5rem auto;
}
.singleContents iframe[title="YouTube video player"] {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.singleContents ul,
.singleContents ol {
  list-style: circle outside;
  margin-left: 2.7rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.singleContents ol {
  list-style: decimal outside;
}
.singleContents strong {
  background: linear-gradient(transparent 60%, #fce5ff 60%);
}
.singleContents h4 {
  font-size: 1.8rem;
  background: #eee;
  padding: 1rem;
  margin: 2rem 0 2rem;
}
.pk-list__block:after {
  display: none !important;
}
.pg__area {
  display: flex;
  flex-wrap: wrap;
}
.p-01__tab-banner-area .pg__block {
  width: calc(50% - 2rem);
}
.pg__block {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 50rem;
  margin: 1rem;
  border: 0.1rem solid #ffd9a2;
  background: #fff;
  display: flex;
  opacity: 1;
  border-radius: 1rem;
  transition: 0.3s;
  overflow: hidden;
}

.pg__block:hover {
  opacity: 0.7;
}
.pg__block:after {
  content: "arrow_forward_ios";
  position: absolute;
  bottom: 0.7rem;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Material Symbols Outlined";
  right: 1rem;
  font-size: 1.5rem;
  transition: 0.3s;
  z-index: 5;
}
.pg__block:hover:after {
  right: 0;
}
.pg__img-area {
  width: clamp(6rem, 30%, 20rem);
  position: relative;
  z-index: 3;
  clip-path: polygon(0 0, 90% 0, 100% 98%, 0% 100%);
}
.pg__img {
  object-fit: cover !important;
  width: 100% !important;
  border-radius: 0.5rem;
  height: 100% !important;
  object-position: 50% 50%;
}
.pg__text-area {
  position: relative;
  z-index: 3;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0 0 0.5rem;
  display: flex;
}
.pg__tag-area {
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 1em;
  gap: 0.5rem;
  color: #000;
}
.pg__tag {
  padding: 1rem;
  line-height: 1;
  display: inline-block;
  border-radius: 0.5rem;
  margin: 1rem 1rem 1rem 0;
  background: #eee;
}
.pg__tag.tax_package__tax_subscription {
  background: #d5fffd;
}
.pg__tag.tax_package__tax_first-time {
  background: #fde3ff;
}
.pg__tag.tax_package__tax_package {
  background: #f6ffe3;
}
.pg__tag.tax_package__tax_subscription {
  background: #d5fffd;
}
.pg__title {
  font-family: var(--font-family-01);
  font-size: 2rem;
  margin: 1rem 0;
  padding: 0 1rem;
  line-height: 1.45;
  font-weight: bold;
}
.pg__text {
  margin: 1rem;
  font-size: 1.2rem;
}
.pg__sub-info {
  font-size: 1.2rem;
  text-align: right;
  padding: 1rem 4rem 1rem 1rem;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .pg__block {
    width: 100%;
  }
  .pg__area {
    justify-content: center;
  }
  .l__smv-title {
    font-size: 2.3rem !important;
  }
  .l__smv-title-desc {
    font-size: 1.2rem !important;
  }
}
.pg__img-back-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg__img-back {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg__img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .p-01__tab-banner-area .pg__block {
    width: 100%;
  }
}
.sec__wrapper h2 {
  font-size: 2.2rem;
  padding: 2rem;
  background: #fafafa;
  font-weight: bold;
  margin: 3rem 0;
  border-top: 0.5rem double #eee;
  border-bottom: 0.5rem double #eee;
}
.sec__wrapper h3 {
  font-size: 1.8rem;
  padding: 1rem;
  border-bottom: 0.3rem double #eee;
  margin: 2rem 0;
  font-weight: bold;
}
.sec__wrapper h4 {
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 0.4rem solid #333;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
}
.mn__area {
  display: flex;
  flex-wrap: wrap;
}
.mn__area li a {
  display: block;
  padding: 1rem 3rem 1rem 1rem;
  border: 0.1rem solid #ccc;
  color: #333;
  font-size: 1.4rem;
  position: relative;
  background: #fafafa;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.mn__area li a:after {
  content: "\e5cc";
  transition: 0.3s;
  font-family: "Material Symbols Outlined";
  right: 1rem;
  top: 0;
  bottom: 0;
  display: grid;
  place-content: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}
.mn__area li a:hover:after {
  right: 0.5rem;
}
.mn__area li a.no-link:after {
  content: "";
}
.mn__area li a.no-link {
  opacity: 1;
  background: #fff;
}
.mn__area li a:hover {
  opacity: 0.8;
}
.mn__area li {
  width: calc(50% - 1rem);
  margin: 0.5rem;
}
@media screen and (max-width: 768px) {
  .mn__area li {
    width: 100%;
  }
}
.sec-46__title {
  font-weight: bold;
  text-align: center;
  width: fit-content;
  margin: 2rem auto 1rem;
  position: relative;
}
.sec-46__title:before,
.sec-46__title:after {
  position: absolute;
  height: 100%;
  width: 5rem;
  height: 0.1rem;
  background: #333;
  content: "";
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.sec-46__title:before {
  left: -100%;
}
.sec-46__title:after {
  right: -100%;
}
.sec-46__wrapper {
  margin: 2rem auto;
  max-width: 60rem;
}
.sec-46__s-title {
  padding: 1rem 1rem 1rem 3rem;
  margin: 1rem 0;
  position: relative;
  background: #fff9ef;
}
.sec-46__s-title:after {
  position: absolute;
  left: 1.1rem;
  top: 1.9rem;
  width: 1rem;
  height: 1rem;
  background: var(--sub-color-02);
  content: "";
}
.sec-46__inner {
  padding: 2rem;
  border: 0.1rem solid #ccc;
  background: #fff;
}
@media screen and (max-width: 767px) {
}
.mv__button-area--main .mv__button {
  margin: 2rem auto;
  min-width: 28rem;
  text-align: center;
}
.mv__button-area--main .mv__button {
  margin: 2rem auto;
  min-width: 31rem;
  text-align: center;
}
.sec-45__wrapper {
  width: 100%;
  margin: 5rem auto;
  max-width: 80rem;
  border: 0.1rem solid var(--sub-color-02);
  padding: 0.3rem;
  position: relative;
}
.sec-45__box-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.sec-45__box-02 {
  max-width: 40rem;
  width: 100%;
  margin: 2rem auto;
}
.sec-45__box-01,
.sec-45__box-02 {
  flex: 1;
}
.sec-45__box-01,
.sec-45__box-02 {
  text-align: center;
}
.sec-45__box-02-title {
  background: #333;
  color: #fff;
  padding: 1rem;
}
.sec-45__box-02-cont {
  padding: 1rem;
  text-align: left;
}
.sec-45__box-02-cont ul {
  margin: 1rem 0;
  padding-left: 2rem;
}
.sec-45__box-02-cont ul li {
  list-style: circle outside;
  margin: 1rem 0;
}
.sec-45__box-01 {
}
.sec-45__box-02 {
}
.sec-45__inner {
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
}
.sec-45__block-title {
  font-size: 3rem;
  position: absolute;
  color: var(--sub-color-02);
  left: 1rem;
  top: -5rem;
}
.sec-45__box-circle-wrapper {
  display: grid;
  place-content: center;
}
.sec-45__box-circle {
  width: 10rem;
  text-align: center;
  font-size: 3rem;
  height: 10rem;
  border-radius: 50rem;
  border: 0.1rem solid var(--sub-color-02);
  display: grid;
  place-content: center;
  position: relative;
}
.sec-45__box-circle:before,
.sec-45__box-circle:after {
  font-family: "Material Symbols Outlined";
  content: "\e941";
  height: 100%;
  display: grid;
  place-content: center;
  font-size: 4rem;
  position: absolute;
  right: -3rem;
  color: var(--sub-color-02);
}
.sec-45__box-circle:after {
  left: -3rem;
  right: auto;
}
.sec-45__box-circle-cont {
  line-height: 0.8;
}
.sec-45__box-circle-cont span {
  font-size: 1.4rem;
}
.sec-45-box-inner {
  padding: 2rem;
  background: #eee;
  margin: 0 2rem;
  height: 100%;
  display: grid;
  place-content: center;
}
.sec-45-box-inner--camp {
  background: #fff4e4;
  color: var(--sub-color-02);
}
.sec-45__box-price {
  font-size: 3rem;
}
.sec-45__box-price-sub {
  background: #fff;
  padding: 1rem;
  text-align: center;
  margin-top: 1rem;
}
.sec-45__box-price span {
  font-size: 1.4rem;
}
.sec__wrapper--back-img-01.sec__wrapper--back-img-01--02 {
  background-image: url(https://skinrefine.jp/wp-content/uploads/2022/10/back-tabi-001.webp);
}
body {
  font-feature-settings: "palt" !important;
}
.form-page .block-form dl dd input[type="text"] {
  border: 1px solid #333 !important;
}
.mv__button,
.mv__button:visited,
.mv__button:link {
  color: #fff !important;
}
.mv__button:hover {
  text-decoration: none !important;
}
.mv__wrapper--left .mv__title-inner {
  text-align: left;
  margin: 0;
}
.mv__wrapper--left .mv__title-area {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  max-width: 80rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,ffffff+100&0.75+0,0.65+52,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0.65) 52%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0.65) 52%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.65) 51%, rgba(255, 255, 255, 0.65) 52%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.sec-02__table ul {
  padding: 1rem;
  background: #fff;
  border-radius: 0.5rem;
}
.sec-02__table ul li {
  margin: 1rem 0 1rem 3rem;
  list-style: circle outside;
}
@media screen and (max-width: 768px) {
  .frm__th {
    width: 100% !important;
  }
  .frm__td {
    width: 100% !important;
  }
}
.wp-embedded-content {
  width: 100% !important;
}
.wp-embed {
  padding: 10px;
}
.singleContents .pk-list__wrapper a {
  color: #333 !important;
}
.singleContents .pk-list__wrapper a:hover {
  text-decoration: none !important;
}
.sec__wrapper strong {
  font-weight: bold !important;
  background: linear-gradient(transparent 60%, #ffeef9 60%);
}
.u__table-text-left td,
.u__table-text-left th {
  text-align: left;
}
.h_p-01 {
  font-size: var(--font-size-01);
  font-weight: bold;
  font-family: var(--font-family-01);
  padding: 2rem 0;
  margin: 2rem 1rem 2rem;
  position: relative;
}
.h_p-01:before {
  position: absolute;
  content: "";
  width: 14rem;
  height: 0.1rem;
  background: var(--sub-color-02);
  bottom: 0rem;
  margin-right: auto;
  left: 0;
}
.h_p-01:after {
  position: absolute;
  content: "";
  width: 9rem;
  height: 0.1rem;
  background: var(--main-color-01);
  bottom: -0.5rem;
  margin-right: auto;
  left: 0;
}
.rec__block {
  max-width: 50rem;
  height: auto;
  background: #f0f0f0;
}
.rec__banner {
  width: 100%;
  height: auto;
}
.rec__list {
  padding: 1rem;
  font-size: 1.4rem;
  list-style: circle outside;
  margin-left: 2rem;
}
.rec__list li {
  margin-bottom: 1em;
}
.rec__list li:last-child {
  margin-bottom: 0;
}
.rec__list li a {
  color: #007bd3 !important;
  font-size: 1.2rem;
}
.pk-list__block {
  grid-template: auto 4rem / 0.4fr 1fr !important;
}
.pgl__area {
  width: 100%;
  justify-content: center;
}
.pgl__area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.pgl__area a {
  padding: 1rem 2rem 1rem 3rem;
  border-left: 0.1rem solid #ddd;
  position: relative;
  display: grid;
  align-items: center;
}
.pgl__area a.js__now-page--noparam {
  background: #f9e0e0;
}
.pgl__area a.js__now-page--noparam:before {
  content: "";
  border: 1rem #f9e0e0 solid;
  position: absolute;
  bottom: -2rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.pgl__area a:after {
  content: "arrow_forward_ios";
  position: absolute;
  bottom: 0;
  display: grid;
  place-content: center;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Material Symbols Outlined";
  left: 1rem;
  font-size: 1.5rem;
  transition: 0.3s;
  z-index: 5;
}
.pgl__area a:hover:after {
  left: 1.2rem;
}
.pgl__area a:last-child {
  border-right: 0.1rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .pgl__area {
  }
  .pgl__area a {
    width: 50%;
    padding: 0.5rem 2rem 0.5rem 3rem;
    border: 0.1rem solid #eee;
    font-size: 1.2rem;
  }
}
.p-01__tab-link-area {
  font-size: 1.4rem;
  padding: 0.5rem;
  width: 100%;
  text-align: right;
}
.p-01__tab-link-area a {
  color: #5d9dd3;
  margin: 0 0.5rem;
}
.p-01__wrapper {
  overflow: hidden;
  max-width: 85rem;
  margin: 2rem auto;
}
.p-01__title {
  font-size: 2rem;
  padding: 1rem;
}
.p-01__tab-wrapper .swiper-button-next {
  right: -0.8rem;
}
.p-01__tab-wrapper .swiper-button-prev {
  left: -0.8rem;
}
.p-01__tab-wrapper {
  position: relative;
}
.p-01__tab {
  padding: 1em;
  text-align: center;
  background: #eee;
}
.p-01__tab:hover {
  cursor: pointer;
  opacity: 0.9;
}
.p-01__tab.swiper-slide-thumb-active {
  background: #333;
  color: #fff;
}
.p-01__tab-img {
  width: 80%;
  margin: 1rem auto;
  display: block;
}
.p-01__tab-area {
  display: flex;
}
.p-01__tab-cont-wrapper {
  position: relative;
  border-left: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
}
.p-01__tab-cont-inner {
  padding: 1rem 0rem;
}
.p-01__tab {
  height: auto !important;
  display: grid;
  place-content: center;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 9999 !important;
  color: #333 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: clamp(2rem, 3vw, 4rem) !important;
}
.p-01__tab-banner-area {
  display: flex;
  flex-wrap: wrap;
}
.p-01__tab-banner-area .dp__block,
.p-01__tab-banner-area .p-01__bannner-img,
.p-01__tab-banner-area .pk-list__block,
.p-01__tab-banner-area .rec__block,
.p-01__tab-banner-area .pk-list__block {
  width: calc(50% - 2rem);
  margin: 1rem;
}
.p-01__tab-banner-area .pk-list__block-title {
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-01__tab-banner-area img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.progressbar {
  position: relative;
  width: 100%;
  height: 3px;
  background: #ccc;
  border-radius: 7px;
  overflow: hidden;
}
.progressbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: left center;
  background: #aaa;
  border-radius: 7px;
  transform: scaleX(0);
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .p-01__tab {
    font-size: 1.2rem;
  }
  .p-01__wrapper {
    width: calc(100% - 2rem) !important;
    margin: 2rem auto;
  }
  .p-01__tab-banner-area .dp__block,
  .p-01__tab-banner-area .p-01__bannner-img,
  .p-01__tab-banner-area .pk-list__block,
  .p-01__tab-banner-area .rec__block,
  .p-01__tab-banner-area .pk-list__block {
    width: calc(100%);
    margin: 1rem 0;
    min-width: 0 !important;
    max-width: 60rem;
  }
  .p-01__tab-cont {
  }
}
.cb__wrapper {
  position: relative;
}
.cb__block {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  justify-content: center;
}
.cb__title {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.4;
  margin: 1rem 0;
}
.cb__sub {
  font-size: 4.4rem;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: rgb(206 223 255 / 90%);
  position: absolute;
  right: 2.9rem;
  top: -4rem;
  z-index: 10;
  mix-blend-mode: exclusion;
}
.cb__sub-title {
  font-weight: normal;
  font-size: 1.6rem;
}
.cb__text-area,
.cb__img-area {
  width: 50%;
  min-width: 47rem;
}
.cb__text-area {
  position: relative;
  padding: 0.5rem;
  background-color: #aed5ff;
  background-image: linear-gradient(62deg, #aed5ff 0%, #edf0ff 100%);
}
.cb__text-inner {
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
  display: grid;
  height: 100%;
  place-content: center;
}
.cb__button {
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  display: block;
  font-size: 1.4rem;
  width: fit-content;
  background: rgba(255, 255, 255, 0.8);
}
.cb__img-area {
  position: relative;
}
.cb__img-area .twentytwenty-wrapper,
.cb__img-area .twentytwenty-container {
  margin: 0 !important;
}
.parts_17229_01 {
  display: block;
}
.pk-list__block-title-neck strong {
  font-size: 170%;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: block;
}
.pk-list__inner {
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 767px) {
  .parts_17229_02 .pk-list__block-title {
    font-size: 1.2rem;
  }
  .cb__text-area,
  .cb__img-area {
    width: 100%;
    min-width: 0rem;
  }
  .pk-list__block-cat,
  .pk-list__block-date {
    font-size: 1.4rem;
  }
}
.pk-list__block-title-area {
  container: pk__block / inline-size;
}
.pk-list__block-deco {
  width: 8rem !important;
}
@container pk__block (max-width: 800px) {
  .pk-list__block-title {
    font-size: 5.9cqi !important;
    line-height: 1.4;
  }
}
.cm__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem;
}
.cm__block {
  width: 100%;
  border-left: 1rem solid #c3e0d3;
  border-right: 1rem solid #c3e0d3;
  border-bottom: 1rem solid #c3e0d3;
  font-size: 1.4rem;
  margin: 1rem 0;
  position: relative;
}
.cm__tag {
  background: #c3e0d3;
  padding: 1rem;
  line-height: 1;
  font-weight: bold;
}
.cm__block-inner {
  padding: 1rem;
}
.cm__info-wrapper {
  display: flex;
  margin-bottom: 1rem;
}
.cm__info-img {
  width: 20rem;
}
.cm__info-img img {
  width: 100%;
  padding-right: 1rem;
  width: 100%;
  height: auto;
}
.cm__info-tr {
  width: 100%;
  display: flex;
  border-bottom: 0.1rem solid #ccc;
}
.cm__info-th {
  background: #eee;
  padding: 1rem;
  width: 15rem;
  display: flex;
  align-items: center;
}
.cm__info-td {
  flex: 1;
  padding: 1rem;
}
.cs__td li {
  list-style: outside circle;
  margin: 1rem 0 1rem 2rem;
}
.cs__td ol li {
  list-style: outside decimal;
  margin: 1rem 0 1rem 2rem;
}
.cm__block .cs__th,
.cm__block .cs__td {
  font-size: 1.4rem;
}
.cm__alert-area {
  margin: 2rem auto;
  max-width: 50rem;
  padding: 2rem;
  background: #ffffe6;
  border-radius: 5rem;
  font-size: 1.4rem;
}
.cm__alert-icon {
  text-align: center;
  font-size: 5rem !important;
  width: 100%;
  color: #f2721e;
}
.cm__alert-list li {
  list-style: circle outside;
  margin: 1rem 0 1rem 2rem;
}
.cm__info-area {
  flex: 1;
}
.cm__block-inner a {
  color: #007bd3 !important;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .cm__info-tr {
    display: block;
  }
  .cm__info-th {
    width: 100%;
  }
  .cm__info-wrapper {
    display: block;
  }
  .cm__info-area {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
}
.sec-06__title.sec-06__title--01 span {
  line-height: 1.25;
  font-size: 60%;
}
.mv__text-01 {
  margin: 0 !important;
}
.mv__title_box small {
  font-size: 60%;
}

.swiper {
  width: 100%;
  height: 100vh;
}
.mv__block {
  position: relative;
}

.kv__drs-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  background: #fff;
  padding: 10rem 2rem 20rem;
}
.kv__drs-img-inner {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.kv__drs-message {
  position: absolute;
  bottom: 2rem;
  font-size: 1.7rem;
  display: flex;
  height: 24rem;
  width: 100%;
}
.kv__drs-message-box {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(0.3rem);
  width: 50%;
  max-width: 50rem;
  padding: 4rem;
}
.kv__drs-message-box--01 {
  text-align: left;
  left: 0;
}
.kv__drs-message-box--02 {
  right: 0;
}
.kv__drs-message small {
  font-size: 80%;
}
.kv__drs-message strong {
  font-weight: bold;
  font-size: 2.4rem;
  display: block;
}
.kv__drs-img-area {
  width: clamp(50rem, 80%, 192rem);
  height: clamp(40rem, 90%, 90rem);
}
.kdv__drs-main-copy {
  writing-mode: vertical-rl;
}
.kdv__drs-main-copy {
  font-size: 3.7rem;
  position: relative;
}

.kv__drs-wrapper {
  container-type: inline-size;
  position: relative;
}
.kv__drs-img-inner {
  container-type: inline-size;
  position: relative;
}
.kv__drs-img-pc {
  display: block;
}
.kv__drs-img-sp {
  display: none;
  object-fit: contain;
}
.kv__drs-text-area {
  flex: 1;
  display: flex;
  justify-content: center;
}
.kv-box--01 {
}
.kv__point-area {
  background: #fff;
  position: relative;
}
.kv__point.kv__point--pc {
  width: 100%;
  height: 100%;
  min-width: 1500px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.kv__point.kv__point--sp {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@container (max-width:768px) {
  .kdv__drs-main-copy {
    font-size: 2.4rem;
  }
  .kv__drs-text-area {
    position: absolute;
    right: 0;
    top: 5rem;
  }
  .kv__drs-img-pc {
    display: none;
  }
  .kv__drs-img-sp {
    display: block;
  }
  .kv__drs-message {
    display: block;
    height: auto;
    left: 0;
  }
  .kv__drs-message-box {
    width: 100%;
    padding: 1rem;
  }
  .kv__drs-message strong {
    font-size: 2rem;
  }
  .kv__drs-message {
    font-size: 1.5rem;
  }
}
.drs__wrapper {
}
.kdv__drs-main-copy span {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.swiper-slide-active .kdv__drs-main-copy span {
  opacity: 1;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(1) {
  transition-delay: 0.2s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(2) {
  transition-delay: 0.3s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(3) {
  transition-delay: 0.4s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(4) {
  transition-delay: 0.5s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(5) {
  transition-delay: 0.6s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(6) {
  transition-delay: 0.7s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(7) {
  transition-delay: 0.8s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(8) {
  transition-delay: 0.9s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(9) {
  transition-delay: 1s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(10) {
  transition-delay: 1.1s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(11) {
  transition-delay: 1.2s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(12) {
  transition-delay: 1.3s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(13) {
  transition-delay: 1.4s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(14) {
  transition-delay: 1.5s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(15) {
  transition-delay: 1.6s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(16) {
  transition-delay: 1.7s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(17) {
  transition-delay: 1.8s;
}
.swiper-slide-active .kdv__drs-main-copy span:nth-child(18) {
  transition-delay: 1.9s;
}

.u__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u__pc {
    display: none;
  }
  .u__sp {
    display: block;
  }
}

.drs__wrapper {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.drs__block {
  max-width: 25rem;
  padding: 2rem;
  background: #f0f0f0;
  margin: 1rem;
}
.drs__img-area {
}
.drs__img {
  display: block;
  margin: 1rem auto;
  width: 90%;
  aspect-ratio: 1/1;
  border-radius: 1000rem;
}
.drs__name {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.drs__kana {
  font-size: 1.2rem;
  text-align: center;
  color: #999;
}
.drs__cat {
  font-size: 1.4rem;
  text-align: center;
  margin: 1rem;
}
.drs__link {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 0.5rem;
  background: #fff;
  font-size: 1.2rem;
  margin: 1rem 0;
  border-radius: 0.5rem;
  position: relative;
}
.drs__link:hover {
  opacity: 0.7;
}
.drs__link:after {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  right: 0.5rem;
  transition: 0.3s;
  display: grid;
  height: 100%;
  place-content: center;
  font-size: 1.6rem;
}
.drs__link:hover:after {
  right: 0.2rem;
}
.drs__link:hover {
}
