@charset "UTF-8";
a {
  color: #4b1659;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}

#lp_container {
  background-color: #F8F8F8;
}
@media (min-width: 521px) and (any-hover: hover) {
  #lp_container {
    max-width: 520px;
    margin: 0 auto;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.2);
  }
}

.note {
  font-size: 2.5641025641vw;
  text-align: left;
}

.mv {
  padding: 0;
}

.opening {
  opacity: 0;
}

@media (min-width: 521px) and (any-hover: hover) {
  .note {
    font-size: 13.3333333333px;
  }
  .cv_btn a {
    font-size: 26px;
  }
}
.cv_point {
  margin: 5.1282051282% 5.1282051282% 0;
}

.note {
  transition-delay: 2.2s;
}

.fv1, .fv2, .fv3, .fv4 {
  transition: all 0.75s cubic-bezier(0.39, 0.38, 0.28, 0.88);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px) scale(1, 1);
}

@keyframes cv_btn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fv {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.fv .cv_btn {
  position: absolute;
  bottom: 17.9487179487%;
  left: 6.8%;
  width: 84.6153846154%;
  transition-delay: 0.7s;
}
.fv .cv_btn_yhline {
  position: absolute;
  top: 83%;
  left: 7.6923076923%;
  width: 84.6153846154%;
  transition-delay: 0.7s;
}
.fv_box {
  position: relative;
}
.fv_point {
  position: absolute;
  top: -6.1538461538%;
}

.effected, .effected::before, .effected::after {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

.cv_btn,
.cv_btn_yhline {
  margin: auto;
  animation-name: cv_btn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
}

.fv_sub {
  padding: 20px 0;
  overflow: hidden;
  background: #fff;
}

.slick_01 .slide {
  margin: 0 2.5641025641%;
}

.fade_in {
  opacity: 0;
  transform: translateY(50px);
}
.fade_in.animated {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease-out;
}

.skin {
  background: #fff1f8;
  margin: 0 auto;
}
.skin_slide.slick-dotted.slick-slider {
  margin-bottom: 23.0769230769%;
}
.skin_slide .slide img {
  width: 90%;
  margin: auto;
}
.skin_slide .prev-arrow {
  left: 1.2820512821%;
}
.skin_slide .next-arrow {
  right: 1.2820512821%;
}
.skin_slide .slick-dots {
  bottom: -35px;
}

.lineup {
  background: #f7f4ed;
  margin: 0 auto;
}
.lineup_slide.slick-dotted.slick-slider {
  margin-bottom: 23.0769230769%;
}
.lineup_slide .slide img {
  width: 95%;
  margin: 0 10px 0 0;
}
.lineup_slide .prev-arrow {
  left: 1.2820512821%;
}
.lineup_slide .next-arrow {
  right: 1.2820512821%;
}
.lineup_slide .slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 14px;
  opacity: 1;
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #26439A;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 10.2564102564%;
}

.cv {
  background: #fff;
}
.cv_btn_wrap {
  position: relative;
}
.cv_btn_wrap .cv_btn {
  position: absolute;
  left: 5%;
  width: 90%;
  transition-delay: 0.7s;
  margin: auto;
  bottom: 18.5%;
}

.step {
  padding: 15% 0;
  background: #EEE8D9 url("../img/step_bg.png") repeat center/2.8205128205%;
}
.step_title {
  width: 56.9230769231%;
  margin: 0 auto 10.2564102564%;
}
.step .slick_04.slick-dotted.slick-slider {
  margin-bottom: 23.0769230769%;
}
.step .slick_04 .slide {
  margin: 0 5.1282051282%;
}
.step .slick_04 .prev-arrow {
  left: 1.2820512821%;
}
.step .slick_04 .next-arrow {
  right: 1.2820512821%;
}
.step .slick_04 .slick-dots {
  bottom: -35px;
}
.step_line {
  margin: 10.2564102564% 5.1282051282% 0;
  position: relative;
}
.step_line .line_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 88.5714285714%;
  bottom: 4.5%;
}
.step_privacy {
  margin: 10.2564102564% 5.1282051282% 0;
}
.step_flow {
  padding: 0 5.1282051282%;
}

.faq {
  padding: 5% 5.1282051282% 20%;
  background: #fff;
}
.faq_title {
  width: 52.2857142857%;
  margin: 0 auto 11.4285714286%;
}
.faq_block {
  text-align: left;
  border-bottom: #3A3C45 solid 1px;
}
.faq_block:first-of-type {
  border-top: #3A3C45 solid 1px;
}
.faq_block dt {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding: 5.7142857143% 11.4285714286% 5.7142857143% 13.1428571429%;
  font-size: 4.1025641026vw;
  text-indent: -6.6666666667vw;
  line-height: 1.35;
}
.faq_block dt:before, .faq_block dt:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #3A3C45;
  width: 5.7142857143%;
  height: 1px;
  right: 3.8461538462%;
  top: 50%;
  transition: all 0.2s;
}
.faq_block dt:after {
  transform: rotate(90deg);
}
.faq_block dt.active:after {
  transform: rotate(0deg);
}
.faq_block dd {
  font-size: 3.5897435897vw;
  display: none;
  padding: 0 5.7142857143% 8.5714285714% 13.1428571429%;
  text-indent: -7.4285714286vw;
}
.faq_block .icon {
  font-family: "SF Pro", sans-serif;
  font-size: 5.7142857143vw;
  font-weight: bold;
  color: #E075A9;
  width: 6.6666666667vw;
  margin-right: 2.5641025641vw;
}
.faq_block .init-open + dd {
  display: block;
}
@media (min-width: 521px) and (any-hover: hover) {
  .faq_block dt {
    font-size: 20px;
    text-indent: -32px;
  }
  .faq_block dd {
    font-size: 16px;
    text-indent: -32px;
  }
  .faq_block .icon {
    font-size: 24px;
    width: 28px;
    margin-right: 12px;
  }
}

.reserve_quickly_btn {
  background: #465989;
}

.calendar_wrap {
  background: #fff;
  padding: 0 5.1282051282% 15.3846153846%;
}
.calendar_title {
  width: 94.2857142857%;
  margin: 0 auto 20px;
  height: 26px;
}
.calendar_title_yhline {
  width: 94.2857142857%;
  margin: 0 auto 40px;
  height: 26px;
}
.calendar_coupon {
  margin-bottom: 12%;
}
@media (min-width: 521px) and (any-hover: hover) {
  .calendar_title {
    height: 35px;
  }
}

.contact {
  background: #FAF8F4;
  padding: 0 5.1282051282% 7.6923076923%;
}
.contact p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.contact .line_btn {
  margin: 0 auto 18px;
  display: block;
  width: 88.5714285714%;
  bottom: 5.1282051282%;
}
.contact_title {
  padding-top: 15.3846153846%;
  margin-bottom: 7.6923076923%;
  font-size: 5.1282051282vw;
  text-align: center;
}
.contact_text {
  margin-bottom: 32px;
}
@media (min-width: 521px) and (any-hover: hover) {
  .contact_title {
    font-size: 24px;
  }
}

.attention {
  background: #fff;
  padding: 0 5.1282051282% 15.3846153846%;
}
.attention p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.attention_title {
  padding-top: 15.3846153846%;
  margin-bottom: 7.6923076923%;
  font-size: 5.1282051282vw;
  text-align: center;
}
.attention_list {
  text-align: left;
}
.attention_list li {
  text-align: left;
  position: relative;
  text-indent: 1em;
}
.attention_list li::before {
  content: "・";
  position: absolute;
  left: -1em;
  width: 1em;
  text-align: center;
}
.attention_list li a {
  text-decoration: underline;
  color: #3A3C46;
}
.attention_list li.attention_noneListStyle {
  text-indent: 0;
}
.attention_list li.attention_noneListStyle::before {
  content: "";
}
.attention_list li.attention_noneList_mb {
  margin-bottom: 1em;
}
.attention_text {
  margin-bottom: 32px;
  margin-left: 1em;
  text-indent: -1em;
}
.attention_noindent {
  margin-left: 0 !important;
  text-indent: 0 !important;
}
@media (min-width: 521px) and (any-hover: hover) {
  .attention_title {
    font-size: 24px;
  }
}

.floating {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 30;
}
@media (min-width: 521px) and (any-hover: hover) {
  .floating {
    max-width: 520px;
  }
  .floating .cv_btn {
    max-width: 400px;
    margin: auto;
  }
}

.modalArea02 {
  font-feature-settings: "palt";
  font-size: 3.3vw;
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea02 .modalBg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalArea02 .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 780px;
}
.modalArea02 .modalContents {
  margin: 0 5.1282051282%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.modalArea02 .modalBtn {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  width: 71.7948717949%;
  margin: auto;
  display: block;
}
.modalArea02 .modalBtn.gdn {
  bottom: 10.5%;
}
.modalArea02 .modalClose {
  cursor: pointer;
  position: absolute;
  right: 1.5em;
  top: -4.5em;
  width: 3em;
  height: 3em;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.modalArea02 .modalClose :hover {
  opacity: 0.7;
}
.modalArea02 .modalClose::before, .modalArea02 .modalClose::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #FFF;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modalArea02 .modalClose::after {
  transform: rotate(90deg);
}
@media (min-width: 521px) and (any-hover: hover) {
  .modalArea02 {
    font-size: 17.3px;
  }
  .modalArea02 .modalWrapper {
    max-width: 520px;
  }
  .modalArea02 .modalContents {
    margin: 0;
  }
  .modalArea02 .modalContents img {
    max-height: 90dvh;
    width: auto;
    margin: auto;
  }
  .modalArea02 .modalBtn {
    max-width: 80%;
    bottom: 7%;
    width: 49.5dvh;
  }
  .modalArea02 .modalBtn.gdn {
    bottom: 11%;
  }
  .modalArea02 .modalClose {
    right: -1.5em;
    top: -1.5em;
    background: #FFF;
    border-radius: 100%;
    overflow: hidden;
  }
  .modalArea02 .modalClose::before, .modalArea02 .modalClose::after {
    background-color: #3a3c46;
    width: 60%;
  }
}

.img3 {
  width: 90%;
  margin: 0 auto;
  padding: 64px 0;
}