html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: min(10px, 0.6944444444vw);
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
@media (width <= 767px) {
  html {
    font-size: 2.0833333333vw;
    scroll-padding-top: 0;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

@media (width >= 768px) {
  .sp {
    display: none;
  }
}
@media (width <= 767px) {
  .pc {
    display: none;
  }
}
main {
  overflow: hidden;
}

.movie_box video {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#header {
  background: linear-gradient(to right, #FAD6D4, #E3C0F5);
  display: flex;
  align-items: center;
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 6rem;
  z-index: 2;
}
@media (width <= 767px) {
  #header {
    inset: auto auto 0 0;
  }
}
#header .nav1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 48rem;
}
@media (width <= 767px) {
  #header .nav1 {
    display: none;
  }
}
#header .nav1 .logo {
  width: 23rem;
  margin-left: 2rem;
}
#header .nav1 ul {
  display: flex;
  margin-right: 2rem;
}
#header .nav1 li + li {
  position: relative;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
#header .nav1 li + li::before {
  content: "";
  background: #150E31;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  width: 1px;
  height: 1rem;
}
#header .nav1 a {
  font-size: 1.4rem;
  font-weight: bold;
}
#header .nav2 {
  position: fixed;
  inset: 0 0 auto auto;
}
@media (width <= 767px) {
  #header .nav2 {
    inset: auto auto 0 0;
  }
}
#header .nav2 ul {
  display: flex;
}
#header .nav2 li {
  width: 16rem;
}
#header .nav2 a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 6rem;
  text-align: center;
}
#header .nav2 a.a {
  background: linear-gradient(#FDC4C1, #D391F5);
  color: #1B007B;
}
#header .nav2 a.b {
  background: #CB04AC;
}
#header .nav2 a.c {
  background: #1B007B;
}

#footer {
  background: url(../img/f_bg.jpg) no-repeat center/cover;
  padding: 15rem 0 9rem;
}
@media (width <= 767px) {
  #footer {
    padding: 6rem 0 8rem;
  }
}
#footer .inner {
  width: min(100% - 6rem, 98rem);
  margin: 0 auto;
}
#footer .logo {
  width: 25rem;
  margin: 0 auto 3rem;
}
#footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  gap: 1.5rem;
}
#footer .sns li {
  width: 3rem;
}
#footer .links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (width <= 767px) {
  #footer .links {
    flex-direction: column;
  }
}
#footer .links li {
  width: 30rem;
  overflow: hidden;
}
@media (width <= 767px) {
  #footer .links li {
    width: 100%;
  }
}
#footer .links a {
  color: #fff;
  display: block;
  position: relative;
  padding: 2rem 6rem 2rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
}
#footer .links a::before {
  content: "";
  background: #1B007B;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
#footer .links a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 2.4rem auto auto;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.1rem;
}
#footer .links a.a {
  background: linear-gradient(#FDC4C1, #D391F5);
  color: #1B007B;
}
#footer .links a.b {
  background: #CB04AC;
}
#footer .links a.c {
  background: #1B007B;
}
#footer .links a.c::before {
  background: #CB04AC;
}
#footer .address {
  margin-bottom: 4rem;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
#footer .address a {
  color: #CB04AC;
  text-decoration: underline;
}
#footer .copy {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.mv {
  position: relative;
  padding-top: 6rem;
}
@media (width <= 767px) {
  .mv {
    padding-top: 0;
  }
}
.mv .item {
  position: absolute;
  inset: auto auto 10rem 50%;
  translate: -50% 0;
  width: min(100%, 1440px);
}

.movie {
  padding: 10rem 0;
}
@media (width <= 767px) {
  .movie {
    padding: 3rem 0;
  }
}
.movie .inner {
  width: min(100% - 6rem, 134rem);
  margin: 0 auto;
}
.movie .box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 52.65%;
}
.movie iframe {
  position: absolute;
  inset: 0 auto auto 0;
  translate: none;
  width: 100%;
  height: 100%;
}

.bg_gradation {
  background: url(../img/bg_gradation.jpg) repeat center/cover fixed;
  padding: 12rem 0 6rem;
  overflow: hidden;
}
.bg_gradation .box {
  position: relative;
  border-radius: 4rem;
}
@media (width <= 767px) {
  .bg_gradation section:nth-child(odd) .box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bg_gradation section:nth-child(even) .box {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.bg_gradation .content {
  position: relative;
}
.bg_gradation .txt_area .catch {
  color: #664FB7;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (width <= 767px) {
  .bg_gradation .txt_area .catch {
    font-size: 2rem;
  }
}
.bg_gradation .txt_area .catch::before {
  content: "";
  background: url(../img/circle.png) no-repeat center/cover;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 18rem;
  height: 18rem;
  z-index: -1;
}
.bg_gradation .txt_area .ttl {
  padding-bottom: 4rem;
  color: #1B007B;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.bg_gradation .txt_area .ttl span {
  color: #664FB7;
}
@media (width <= 767px) {
  .bg_gradation .txt_area .ttl {
    font-size: 3rem;
  }
}
.bg_gradation .txt_area .txt {
  font-size: 1.6rem;
  line-height: 2;
}
.bg_gradation .txt_area .btn {
  width: 40rem;
  margin: 4rem auto 0;
  overflow: hidden;
}
@media (width <= 767px) {
  .bg_gradation .txt_area .btn {
    width: 100%;
  }
}
.bg_gradation .txt_area .btn a {
  background: #CB04AC;
  color: #fff;
  display: block;
  position: relative;
  padding: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10rem;
}
.bg_gradation .txt_area .btn a::before {
  content: "";
  background: #1B007B;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.bg_gradation .txt_area .btn a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 2.4rem auto auto;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.1rem;
}

.facial .box {
  background: #fff url(../img/facial_bg.png) no-repeat right 7rem center/50rem;
  padding: 12rem 60rem 30rem 8rem;
  margin: 0 -10rem 50rem 10rem;
  rotate: -5deg;
}
@media (width <= 767px) {
  .facial .box {
    background: #fff url(../img/facial_bg_sp.png) no-repeat right top 26rem/46rem;
    rotate: 0deg;
    margin: 0 0 30rem 4rem;
    padding: 10rem 3rem 15rem;
  }
}
.facial .content {
  rotate: 5deg;
}
@media (width <= 767px) {
  .facial .content {
    rotate: 0deg;
  }
}
@media (width <= 767px) {
  .facial .txt_area .ttl {
    padding-bottom: 50rem;
  }
}
.facial .txt1 {
  background: #1B007B;
  color: #fff;
  position: absolute;
  inset: 130% auto auto 65rem;
  translate: none;
  padding: 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border-radius: 2rem;
}
@media (width <= 767px) {
  .facial .txt1 {
    position: initial;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.facial .img1 {
  position: absolute;
  inset: 100% auto auto 0;
  translate: none;
  width: 58rem;
}
@media (width <= 767px) {
  .facial .img1 {
    position: absolute;
    inset: 110% auto auto -8rem;
    translate: none;
    width: 38rem;
  }
}
.facial .img2 {
  width: 43rem;
  position: absolute;
  inset: 190% auto auto 65rem;
  translate: none;
}
@media (width <= 767px) {
  .facial .img2 {
    position: absolute;
    inset: 100% auto auto 24rem;
    translate: none;
    width: 24rem;
  }
}

.feature {
  position: relative;
}
.feature .box {
  background: #fff;
  margin: 0 10rem -42rem -10rem;
  padding: 12rem 8rem 45rem 66rem;
  rotate: 5deg;
}
@media (width <= 767px) {
  .feature .box {
    rotate: 0deg;
    margin: 0 4rem 10rem 0;
    padding: 10rem 3rem;
  }
}
.feature .content {
  rotate: -5deg;
}
@media (width <= 767px) {
  .feature .content {
    display: flex;
    flex-direction: column;
    rotate: 0deg;
  }
}
@media (width <= 767px) {
  .feature .txt_area {
    display: contents;
  }
  .feature .txt_area .catch {
    order: -3;
  }
  .feature .txt_area .ttl {
    order: -2;
  }
}
.feature .img1 {
  width: 45rem;
  position: absolute;
  inset: auto 108% 0 auto;
  translate: none;
}
@media (width <= 767px) {
  .feature .img1 {
    position: relative;
    inset: auto;
    width: 70%;
    margin: 0 auto 5rem;
    order: -1;
  }
}
.feature .img1::before, .feature .img1::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #F4ECFC;
  border-radius: 2rem;
}
.feature .img1::before {
  position: absolute;
  inset: -1.5rem -1.5rem auto auto;
  translate: none;
  z-index: -1;
}
.feature .img1::after {
  position: absolute;
  inset: 1rem 1rem auto auto;
  translate: none;
}
.feature .slider {
  width: 100vw;
  margin-bottom: 10rem;
}
@media (width <= 767px) {
  .feature .slider {
    display: none;
  }
}
.feature .slider li {
  margin: 1rem;
}
.feature .slider .slide-arrow {
  background: #1B007B;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 100%;
  cursor: pointer;
}
.feature .slider .slide-arrow::before {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.8rem;
  height: 1.6rem;
}
.feature .slider .slide-arrow.prev-arrow {
  position: absolute;
  inset: 105% auto auto 8rem;
  translate: none;
  rotate: 180deg;
}
.feature .slider .slide-arrow.next-arrow {
  position: absolute;
  inset: 105% auto auto 13.2rem;
  translate: none;
}
@media (width <= 767px) {
  .feature .items {
    counter-reset: number 0;
    padding-top: 5rem;
  }
  .feature .items ul {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .feature .items .ttl {
    background: linear-gradient(to bottom, #E3C0F5, #FAD6D4);
    color: #664FB7;
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    border-radius: 2rem;
  }
  .feature .items .ttl::before {
    counter-increment: number 1;
    content: counter(number);
    color: #1B007B;
    font-size: 3rem;
    padding-right: 1rem;
  }
  .feature .items .ttl img {
    position: absolute;
    inset: 2rem 2rem auto auto;
    translate: none;
    width: 8rem;
  }
  .feature .items .txt {
    padding: 0 12rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.effect .box {
  background: #fff url(../img/effect_bg.png) no-repeat right center/150rem;
  margin: 0 -10rem 30rem 10rem;
  padding: 12rem 80rem 30rem 8rem;
  rotate: -5deg;
}
@media (width <= 767px) {
  .effect .box {
    background: #fff url(../img/effect_bg.png) no-repeat right top/cover;
    rotate: 0deg;
    margin: 0 0 24rem 4rem;
    padding: 10rem 3rem 60rem;
  }
}
.effect .content {
  rotate: 5deg;
}
@media (width <= 767px) {
  .effect .content {
    rotate: 0deg;
  }
}
.effect .img1 {
  position: absolute;
  inset: 110% auto auto 50%;
  translate: -20% 0;
  width: 90rem;
}
@media (width <= 767px) {
  .effect .img1 {
    inset: auto;
    translate: none;
    width: auto;
    margin-top: 2rem;
  }
}
.effect .img2 {
  position: relative;
}
@media (width <= 767px) {
  .effect .img2 {
    margin-bottom: 3rem;
  }
}
@media (width <= 767px) {
  .effect .img2 .movie {
    margin-bottom: 3rem;
  }
}
.effect .img2 picture {
  position: absolute;
  inset: 60% auto auto 90%;
  translate: none;
  width: 64rem;
}
@media (width <= 767px) {
  .effect .img2 picture {
    position: initial;
  }
}
.effect .img3 {
  display: flex;
  position: absolute;
  inset: 0 -60rem auto auto;
  translate: none;
}
@media (width <= 767px) {
  .effect .img3 {
    position: initial;
  }
}
.effect .img3 .item1 {
  rotate: 5deg;
}
.effect .img3 .item1 .img {
  width: 24rem;
  margin-bottom: 2rem;
}
@media (width <= 767px) {
  .effect .img3 .item1 .img {
    width: 18rem;
    margin-top: 6rem;
  }
}
.effect .img3 .item2 {
  rotate: -5deg;
}
.effect .img3 .item2 .img {
  width: 29rem;
  margin-top: -8rem;
  margin-bottom: 2rem;
}
@media (width <= 767px) {
  .effect .img3 .item2 .img {
    width: 22rem;
    margin-top: 0;
  }
}
.effect .img3 .ttl {
  color: #664FB7;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media (width <= 767px) {
  .effect .img3 .ttl {
    font-size: 1.4rem;
  }
}

.feeling .box {
  background: #fff url(../img/feeling_bg.png) no-repeat left center/100%;
  padding: 12rem 8rem 20rem 20rem;
  margin: 0 10rem 30rem -10rem;
  rotate: 5deg;
}
@media (width <= 767px) {
  .feeling .box {
    rotate: 0deg;
    margin: 0 4rem 10rem 0;
    padding: 3rem;
  }
}
.feeling .content {
  rotate: -5deg;
}
@media (width <= 767px) {
  .feeling .content {
    rotate: 0deg;
  }
}
.feeling .content .row {
  display: flex;
  gap: 5rem;
}
@media (width <= 767px) {
  .feeling .content .row {
    flex-direction: column;
    margin-bottom: 5rem;
  }
}
.feeling .content .row .machine {
  width: 34rem;
}
@media (width <= 767px) {
  .feeling .content .row .machine {
    width: 50%;
    margin: 0 auto;
  }
}
.feeling .content .row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  flex: 1;
}
.feeling .content .row li {
  width: calc(50% - 2rem);
}
@media (width <= 767px) {
  .feeling .content .row li {
    width: 100%;
  }
}
.feeling .content .row li:nth-child(1) {
  width: 100%;
}
.feeling .content .row li .img {
  height: 30rem;
}
@media (width <= 767px) {
  .feeling .content .row li .img {
    height: auto;
    margin-bottom: 2rem;
  }
}
.feeling .content .row li .img img {
  width: auto;
  height: 100%;
}
@media (width <= 767px) {
  .feeling .content .row li .img img {
    width: 100%;
    height: auto;
  }
}
.feeling .content .row li .ttl {
  padding-bottom: 2rem;
  color: #1B007B;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.feeling .content .row li .ttl span {
  color: #664FB7;
}
@media (width <= 767px) {
  .feeling .content .row li .ttl {
    text-align: center;
  }
}
.feeling .content .row li .ttl.center {
  text-align: center;
}
.feeling .content .row li .ttl.center small {
  display: block;
}
.feeling .content .row li .ttl small {
  font-size: 1.8rem;
}
@media (width <= 767px) {
  .feeling .content .row li .ttl small {
    display: block;
  }
}
.feeling .content .row li .txt {
  font-size: 1.6rem;
  line-height: 2;
}
.feeling .content .row2 ul {
  display: flex;
  gap: 4rem;
}
@media (width <= 767px) {
  .feeling .content .row2 ul {
    flex-direction: column;
  }
}
.feeling .content .row2 li {
  flex: 1;
}
.feeling .content .row2 li figcaption {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
.feeling .content .row2 li .mark_desc {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.feeling .content .row2 li .pse {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}
.feeling .content .row2 li .pse .img {
  width: 6rem;
}
.feeling .content .row2 li .pse .txt {
  width: calc(100% - 8rem);
  font-size: 1.4rem;
  line-height: 1.4;
}
.feeling .content .row2 li .note {
  display: flex;
  gap: 2rem;
  padding-top: 2rem;
}
.feeling .content .row2 li .note .img {
  width: 8rem;
}
.feeling .content .row2 li .note .txt {
  color: #D13B6F;
  width: calc(100% - 10rem);
  font-size: 1.4rem;
  line-height: 1.4;
}

.cost {
  background: #fff;
  padding: 5rem 0 9rem;
}
.cost .inner {
  width: min(100% - 6rem, 134rem);
  margin: 0 auto;
}
.cost .prices {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 3rem;
}
@media (width <= 767px) {
  .cost .prices {
    flex-direction: column;
  }
}
.cost .prices .img1 {
  width: 57rem;
}
@media (width <= 767px) {
  .cost .prices .img1 {
    width: 100%;
  }
}
.cost .prices .img2 {
  width: 73rem;
}
@media (width <= 767px) {
  .cost .prices .img2 {
    width: 100%;
  }
}
.cost .cards {
  margin-bottom: 9rem;
}
.cost .cards ul {
  background: linear-gradient(to right, #FAD6D4, #E3C0F5);
  display: flex;
  gap: 3rem;
  padding: 4rem;
  border-radius: 1rem;
}
@media (width <= 767px) {
  .cost .cards ul {
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 2rem;
  }
}
.cost .cards ul li {
  flex: 1;
}
.cost .cards .btn {
  margin-top: 4rem;
  text-align: center;
}
.cost .cards .btn a {
  background: #CB04AC;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 2rem 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 10rem;
}
.cost .cards .btn a::before {
  content: "";
  background: #1B007B;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.cost .cards .btn a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 2.4rem auto auto;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.1rem;
}
.cost .tables {
  display: flex;
  gap: 5rem;
}
@media (width <= 767px) {
  .cost .tables {
    flex-direction: column;
  }
}
.cost .tables .table01 {
  width: 49rem;
}
@media (width <= 767px) {
  .cost .tables .table01 {
    width: 100%;
  }
}
.cost .tables .table02 {
  width: 80rem;
}
@media (width <= 767px) {
  .cost .tables .table02 {
    width: 100%;
  }
}
.cost .tables .ttl {
  color: #1B007B;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1rem;
}
.cost .tables .ttl span {
  color: #664FB7;
}
.cost .tables .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3rem;
}

.message {
  background: url(../img/msg_bg.png) no-repeat left -14rem top 10rem/68rem, linear-gradient(to right, #FAD6D4, #E3C0F5);
  padding: 10rem 0;
}
@media (width <= 767px) {
  .message {
    background: url(../img/msg_bg.png) no-repeat left -14rem top 60rem/68rem, linear-gradient(to right, #FAD6D4, #E3C0F5);
    padding: 5rem 0;
  }
}
.message .inner {
  width: min(100% - 6rem, 114rem);
  margin: 0 auto;
}
.message .block01 {
  position: relative;
  padding-bottom: 12rem;
}
@media (width <= 767px) {
  .message .block01 {
    padding-top: 40rem;
  }
}
.message .block01 .img1 {
  position: absolute;
  inset: -4rem auto auto 0;
  translate: none;
  width: 32rem;
}
.message .block01 .img2 {
  position: absolute;
  inset: 18rem auto auto 15rem;
  translate: none;
  width: 26rem;
}
.message .block01 .msg_txt1 {
  background-image: linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #fff 100%);
  background-size: 100% 2.5em;
  position: relative;
  width: 64rem;
  margin-left: auto;
  font-size: 1.6rem;
  line-height: 2.5;
}
@media (width <= 767px) {
  .message .block01 .msg_txt1 {
    width: 100%;
  }
}
.message .block01 .msg_txt1 img {
  position: absolute;
  inset: auto -4rem -4rem auto;
  translate: none;
  width: 11rem;
}
.message .block02 .box {
  background: url(../img/msg_bg2.png) no-repeat right -30rem center/cover;
  position: relative;
  padding: 14rem 6rem 0;
  border-radius: 4rem;
  z-index: 1;
}
@media (width <= 767px) {
  .message .block02 .box {
    padding: 14rem 2rem 0;
  }
}
.message .block02 .txt_area .catch {
  color: #664FB7;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (width <= 767px) {
  .message .block02 .txt_area .catch {
    font-size: 2rem;
  }
}
.message .block02 .txt_area .catch::before {
  content: "";
  background: url(../img/circle.png) no-repeat center/cover;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 18rem;
  height: 18rem;
  z-index: -1;
}
.message .block02 .txt_area .ttl {
  padding-bottom: 4rem;
  color: #1B007B;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.message .block02 .txt_area .ttl span {
  color: #664FB7;
}
@media (width <= 767px) {
  .message .block02 .txt_area .ttl {
    font-size: 3rem;
  }
}
.message .block02 .txt_area .txt {
  color: #1B007B;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.message .block02 .txt_area .txt span {
  color: #664FB7;
}
.message .block02 .area01 {
  margin-bottom: 18rem;
}
.message .block02 .area01 .txt_area {
  position: relative;
}
.message .block02 .area01 .txt_area img {
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -70%;
  width: 18rem;
}
.message .block02 .area01 .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  font-weight: 900;
  line-height: 1.6;
}
@media (width <= 767px) {
  .message .block02 .area01 .points {
    flex-direction: column;
  }
}
.message .block02 .area01 .points .point1 {
  font-size: 1.6rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .points .point1 {
    margin: 3rem 0 1rem;
    text-align: center;
  }
}
.message .block02 .area01 .points .point1 span {
  color: #1B007B;
  display: block;
  font-size: 2.4rem;
}
.message .block02 .area01 .points .point2 {
  display: flex;
  gap: 2.5rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .points .point2 {
    gap: 1rem;
  }
}
.message .block02 .area01 .points .point2 li {
  background: #1B007B;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  font-size: 1.6rem;
  border-radius: 100%;
}
.message .block02 .area01 .points .point3 {
  background: #CB04AC;
  color: #fff;
  position: relative;
  padding: 1rem 4rem;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 3rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .points .point3 {
    order: -1;
    margin-left: 2rem;
  }
}
.message .block02 .area01 .points .point3 img {
  position: absolute;
  inset: 50% auto auto 0;
  translate: -50% -50%;
  width: 7.8rem;
}
.message .block02 .area01 .icons {
  margin-bottom: 6rem;
}
.message .block02 .area01 .icons ul {
  background: linear-gradient(to bottom, rgba(250, 214, 212, 0.2), rgba(227, 192, 245, 0.2));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  padding: 3.5rem;
  border-radius: 1rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .icons ul {
    padding: 2rem;
  }
}
.message .block02 .area01 .icons ul li {
  width: 15rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .icons ul li {
    width: calc(50% - 1.5rem);
  }
}
.message .block02 .area01 .icons ul p {
  color: #664FB7;
  padding-top: 3.5rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
.message .block02 .area01 .icons .txt {
  background: linear-gradient(to bottom, rgba(250, 214, 212, 0.5), rgba(227, 192, 245, 0.5));
  color: #1B007B;
  padding: 3rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  border-radius: 1rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .icons .txt {
    padding: 2rem 1.5rem;
    text-align: left;
  }
}
.message .block02 .area01 .foods {
  font-weight: 900;
  line-height: 1.6;
}
.message .block02 .area01 .foods dl {
  position: relative;
  padding-bottom: 3rem;
  text-align: center;
}
.message .block02 .area01 .foods dl dt {
  color: #1B007B;
  padding-bottom: 2rem;
  font-size: 3.6rem;
}
.message .block02 .area01 .foods dl dd {
  font-size: 1.6rem;
}
.message .block02 .area01 .foods dl .img1 {
  position: absolute;
  inset: 0 auto auto 0;
  translate: none;
  width: 27rem;
  z-index: -1;
}
@media (width <= 767px) {
  .message .block02 .area01 .foods dl .img1 {
    inset: 20rem auto auto 0;
    width: 22rem;
  }
}
.message .block02 .area01 .foods dl .img2 {
  position: absolute;
  inset: 0 5rem auto auto;
  translate: none;
  width: 25rem;
  z-index: -1;
}
@media (width <= 767px) {
  .message .block02 .area01 .foods dl .img2 {
    inset: 45rem -4rem auto auto;
    width: 20rem;
  }
}
.message .block02 .area01 .foods .food_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
.message .block02 .area01 .foods .food_list > li {
  width: 37.2rem;
}
@media (width <= 767px) {
  .message .block02 .area01 .foods .food_list > li {
    width: 100%;
  }
}
.message .block02 .area01 .foods .food_list .ttl {
  color: #1B007B;
  font-size: 4.8rem;
  text-align: center;
}
.message .block02 .area01 .foods .food_list .effect_list {
  background: linear-gradient(to bottom, rgba(250, 214, 212, 0.8), rgba(227, 192, 245, 0.8));
  color: #1B007B;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
}
.message .block02 .area01 .foods .food_list .effect_list li + li {
  position: relative;
  margin-left: 2.5rem;
  padding-left: 2.5rem;
}
.message .block02 .area01 .foods .food_list .effect_list li + li::before {
  content: "";
  background: #fff;
  position: absolute;
  inset: 0 auto auto 0;
  translate: none;
  width: 2px;
  height: 100%;
}
.message .block02 .area01 .foods .food_list p {
  font-size: 1.6rem;
}
.message .block02 .area02 .txt_area {
  padding-bottom: 6rem;
}
.message .block02 .area02 .items {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.message .block02 .area02 .items dl {
  line-height: 1.6;
}
.message .block02 .area02 .items dl dt {
  color: #1B007B;
  padding-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 900;
}
.message .block02 .area02 .items dl dd {
  font-size: 1.6rem;
}
.message .block02 .area02 .items .item1 {
  width: 46rem;
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item1 {
    width: 100%;
  }
}
.message .block02 .area02 .items .item1 .img {
  margin: 4rem 0;
}
.message .block02 .area02 .items .item2 {
  width: 52rem;
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item2 {
    width: 100%;
    order: -1;
  }
}
.message .block02 .area02 .items .item2 .img1 {
  position: relative;
  margin-bottom: 4rem;
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item2 .img1 {
    margin-bottom: 6rem;
  }
}
.message .block02 .area02 .items .item2 .img1 img {
  width: 33rem;
}
.message .block02 .area02 .items .item2 .img1 p {
  background: #1B007B;
  color: #fff;
  position: absolute;
  inset: auto 0 -6rem auto;
  translate: none;
  padding: 3rem;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  border-radius: 2rem;
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item2 .img1 p {
    inset: auto 0 -11rem auto;
  }
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item2 .img2 {
    position: relative;
    z-index: 1;
  }
}
.message .block02 .area02 .items .item3 {
  position: relative;
  width: 100%;
  padding: 0 0 6rem 50rem;
  overflow: hidden;
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item3 {
    padding: 0 0 12rem;
  }
}
.message .block02 .area02 .items .item3 img {
  position: absolute;
  inset: auto 0 auto 0;
  translate: none;
  width: 46rem;
}
@media (width <= 767px) {
  .message .block02 .area02 .items .item3 img {
    position: absolute;
    inset: auto auto 0 50%;
    translate: -50% 50%;
    width: 20rem;
  }
}

.faq {
  padding: 10rem 0;
}
@media (width <= 767px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq .inner {
  width: min(100% - 6rem, 98rem);
  margin: 0 auto;
}
.faq .ttl {
  color: #1B007B;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-bottom: 6rem;
  padding-top: 19rem;
  text-align: center;
}
.faq .ttl span {
  color: #664FB7;
}
.faq .ttl ::before {
  content: "";
  background: url(../img/faq_ttl.png) no-repeat center/cover;
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 18rem;
  height: 18rem;
}
.faq li + li {
  margin-top: 6rem;
}
.faq p.q {
  background: linear-gradient(rgba(250, 214, 212, 0.5), rgba(227, 192, 245, 0.5));
  color: #1B007B;
  position: relative;
  margin: 0 0 3rem 2rem;
  padding: 3rem 1rem 3rem 6rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 1rem;
}
@media (width <= 767px) {
  .faq p.q {
    margin: 0 0 3rem;
    padding: 3rem 2rem 2rem;
  }
}
.faq p.q::before {
  content: "";
  background: url(../img/faq_question.png) no-repeat center/cover;
  position: absolute;
  inset: 50% auto auto -2rem;
  translate: 0 -50%;
  width: 5rem;
  height: 5rem;
}
@media (width <= 767px) {
  .faq p.q::before {
    position: absolute;
    inset: 0 auto auto 2rem;
    translate: 0 -50%;
  }
}
.faq p.a {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  margin-left: 8rem;
  padding-left: 3rem;
}
@media (width <= 767px) {
  .faq p.a {
    margin-left: 0;
  }
}
.faq p.a::before {
  content: "";
  background: rgba(102, 79, 183, 0.3);
  position: absolute;
  inset: 0 auto auto 0;
  translate: none;
  width: 1px;
  height: 100%;
}

.reserve {
  background: linear-gradient(to bottom, #E3C0F5, #FAD6D4);
  padding: 10rem 0;
}
@media (width <= 767px) {
  .reserve {
    padding: 6rem 0;
  }
}
.reserve .inner {
  width: min(100% - 6rem, 98rem);
  margin: 0 auto;
}
.reserve .ttl {
  color: #1B007B;
  margin-bottom: 6rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.reserve .txt1 {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
}
.reserve .btn {
  margin-bottom: 6rem;
  text-align: center;
}
.reserve .btn a {
  background: #CB04AC;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 2rem 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 3rem;
}
.reserve .btn a::before {
  content: "";
  background: #1B007B;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.reserve .btn a::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 2.4rem auto auto;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.1rem;
}
.reserve .btn a small {
  display: block;
  font-size: 1.4rem;
}
.reserve .txt2 {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.contact {
  padding: 10rem 0;
}
@media (width <= 767px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact .inner {
  width: min(100% - 6rem, 98rem);
  margin: 0 auto;
}
.contact .ttl {
  color: #1B007B;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  margin-bottom: 6rem;
  padding-top: 19rem;
  text-align: center;
}
.contact .ttl span {
  color: #664FB7;
}
.contact .ttl::before {
  content: "";
  background: url(../img/contact_ttl.png) no-repeat center/cover;
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 18rem;
  height: 18rem;
}
.contact .txt1 {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media (width <= 767px) {
  .contact .txt1 {
    text-align: left;
  }
}
.contact .txt1 small {
  display: block;
  padding-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.contact .txt1 a {
  color: #CB04AC;
  text-decoration: underline;
}
.contact #formWrap {
  margin-top: 9rem;
  text-align: left;
}
.contact #formWrap * {
  box-sizing: border-box;
}
.contact #formWrap table {
  display: block;
}
.contact #formWrap tbody {
  display: grid;
  gap: 6rem 8rem;
  grid-template: "type none" "name tel" "mail address" "shop position" "area area"/1fr 1fr;
}
@media (width <= 767px) {
  .contact #formWrap tbody {
    display: flex;
    flex-direction: column;
  }
}
.contact #formWrap tr {
  display: flex;
  flex-direction: column;
}
.contact #formWrap th {
  color: #1B007B;
  display: block;
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}
.contact #formWrap th em {
  color: #000;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
.contact #formWrap td {
  display: flex;
  gap: 2rem;
}
.contact #formWrap td select, .contact #formWrap td input, .contact #formWrap td textarea {
  flex: 1;
  width: 100%;
  padding: 2.5rem 3rem;
  font-size: 2rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
}
.contact #formWrap .btn {
  margin-top: 9rem;
  text-align: center;
}
.contact #formWrap .btn button {
  background: #CB04AC;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 2rem 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
}
.contact #formWrap .btn button::before {
  content: "";
  background: #1B007B;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.contact #formWrap .btn button::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 2.4rem auto auto;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.1rem;
}

.next_page {
  margin-top: 10rem;
  text-align: center;
}
.next_page .inner {
  width: min(100% - 6rem, 98rem);
  margin: 0 auto;
}
.next_page .desc {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}
.next_page .error_txts {
  color: red;
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.next_page .btn {
  margin-top: 5rem;
}
.next_page .btn a, .next_page .btn button {
  background: #CB04AC;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 2rem 8rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
}
.next_page .btn a::before, .next_page .btn button::before {
  content: "";
  background: #1B007B;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  translate: 0 -50%;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.next_page .btn a::after, .next_page .btn button::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center/cover;
  position: absolute;
  inset: 50% 2.4rem auto auto;
  translate: 0 -50%;
  width: 1.2rem;
  height: 1.1rem;
}/*# sourceMappingURL=style.css.map */