@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#lp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  color: #464646;
  line-height: 1.6;
  overflow-x: hidden;
}
#lp .c-light-blue {
  color: #26a2dd;
}
#lp h2 {
  color: #26a2dd;
  font-size: 40px;
  font-weight: 900;
  margin-top: 30px;
  line-height: 1.5;
}
#lp h2 span {
  background: linear-gradient(transparent 60%, #f7ed00 60%);
}
@media (max-width: 919px) {
  #lp h2 {
    font-size: 30px;
    margin-top: 25px;
  }
}
#lp .sub {
  margin-top: 32px;
  font-size: 16px;
  font-family: "din-condensed", sans-serif;
  position: relative;
}
@media (max-width: 919px) {
  #lp .sub {
    margin-top: 25px;
  }
}
#lp .sub::before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #909090;
  width: 275px;
  height: 1px;
  top: 11px;
  right: 0;
  z-index: 1;
}
@media (max-width: 919px) {
  #lp .sub::before {
    width: 55%;
    right: 32%;
  }
}
#lp .cta-area {
  width: 850px;
  margin: 80px auto 100px;
  border: solid 4px #26a2dd;
  border-radius: 15px;
  background-color: #f4f4f4;
  position: relative;
  padding-bottom: 36px;
}
@media (max-width: 919px) {
  #lp .cta-area {
    width: 80%;
    padding-bottom: 10px;
    margin: 40px auto 50px;
  }
}
#lp .cta-area .animate-scroll {
  border-radius: 15px;
  animation: scroll 20s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#lp .cta-area .cta-text img {
  position: relative;
  text-align: center;
  margin: -60px auto 12px;
  z-index: 2;
}
@media (max-width: 919px) {
  #lp .cta-area .cta-text img {
    margin: -10% auto 12px;
  }
}
#lp .floating-cta {
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 28px 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 919px) {
  #lp .floating-cta {
    padding: 9px 0;
  }
}
#lp .floating-cta img {
  margin: auto;
}
#lp .countdown {
  background-color: #f20043;
  text-align: center;
  padding: 15px 0;
  font-family: "century-gothic", "hiragino-kaku-gothic-pron", "Arial", sans-serif;
}
#lp .countdown .end {
  color: #fffc21;
  font-weight: bold;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 919px) {
  #lp .countdown .end {
    font-size: 11px;
  }
}
#lp .countdown .serif {
  display: inline-block;
  position: relative;
}
#lp .countdown .serif::before {
  position: absolute;
  left: -20px;
  bottom: 2px;
  content: "";
  width: 2px;
  height: 80%;
  background: #fffc21;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media (max-width: 919px) {
  #lp .countdown .serif::before {
    left: -10px;
    bottom: 1px;
  }
}
#lp .countdown .serif::after {
  position: absolute;
  right: -20px;
  bottom: 2px;
  content: "";
  width: 2px;
  height: 80%;
  background: #fffc21;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media (max-width: 919px) {
  #lp .countdown .serif::after {
    right: -10px;
    bottom: 1px;
  }
}
#lp .countdown .end-sub {
  background-color: #fffc21;
  color: #000;
  font-size: 18px;
  padding: 3px 6px;
  margin-right: 12px;
}
@media (max-width: 919px) {
  #lp .countdown .end-sub {
    font-size: 7.5px;
  }
}
#lp .countdown .timer {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 919px) {
  #lp .countdown .timer {
    font-size: 35px;
  }
}
#lp .countdown .timer .small {
  font-size: 32px;
}
@media (max-width: 919px) {
  #lp .countdown .timer .small {
    font-size: 20px;
  }
}
#lp .countdown .reserve-count {
  font-size: 25px;
  font-weight: bold;
  color: #464646;
}
@media (max-width: 919px) {
  #lp .countdown .reserve-count {
    font-size: 11px;
  }
}
#lp .countdown .reserve-count .reserve-count-inner {
  border-radius: 999px;
  background-color: #fff;
  padding: 20px 20px 5px;
}
@media (max-width: 919px) {
  #lp .countdown .reserve-count .reserve-count-inner {
    padding: 10px 10px 3px;
  }
}
#lp .countdown .reserve-count #count {
  font-size: 46px;
  color: #dd0b48;
}
@media (max-width: 919px) {
  #lp .countdown .reserve-count #count {
    font-size: 20px;
  }
}
#lp .sec2 {
  background-image: url(../img/sec2-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  padding: 140px 0;
}
@media (max-width: 919px) {
  #lp .sec2 {
    padding: 52px 0;
  }
}
#lp .sec2 .slide-box {
  width: 613px;
  overflow: hidden;
  position: relative;
}
#lp .sec2 .slide-box img {
  width: 613px;
}
@media (max-width: 919px) {
  #lp .sec2 .slide-box {
    width: 85.5vw;
    margin: 20px auto 0;
  }
  #lp .sec2 .slide-box img {
    width: 100%;
  }
}
#lp .sec2 .slide-letter {
  position: relative;
}
#lp .sec2 .slide-letter::after {
  content: "";
  background-image: url(../img/sec2-letter.webp);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 53px;
  height: 256px;
  top: -132px;
  right: 60px;
}
@media (max-width: 919px) {
  #lp .sec2 .slide-letter::after {
    width: 30px;
    height: 145px;
    top: -175px;
    right: 10px;
  }
}
#lp .sec2 .slides {
  display: flex;
  width: 100%;
  animation: slides 21s infinite;
}
#lp .sec2 .slides img {
  width: 100%;
}
@keyframes slides {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%);
  }
  60% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(-200%);
  }
  80% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(-300%);
  }
}
#lp .sec3 {
  padding: 113px 0 170px;
}
@media (max-width: 919px) {
  #lp .sec3 {
    padding: 52.5px 25px;
  }
}
#lp .sec4 {
  padding: 113px 0 140px;
  background-color: #f4f4f4;
}
@media (max-width: 919px) {
  #lp .sec4 {
    padding: 52.5px 25px;
  }
}
#lp .col2-box-text .pic-event {
  width: 152px;
  height: 92px;
}
@media (max-width: 919px) {
  #lp .col2-box-text .pic-event {
    width: 105px;
    height: auto;
  }
}
#lp .col2-box-text .pic-recommend {
  width: 170px;
  height: 121px;
}
@media (max-width: 919px) {
  #lp .col2-box-text .pic-recommend {
    width: 160px;
    height: auto;
  }
}
#lp .col2-box-text .specialist {
  background-color: #f4f4f4;
  z-index: 2;
  padding-right: 10px;
  position: relative;
}
#lp .custom-made {
  background-color: #fff;
  z-index: 2;
  padding-right: 10px;
  position: relative;
}
#lp .voices-sp {
  margin: 52px 25px 0;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 1px 0;
}
#lp .voices-sp .voices-sp-inner {
  border: solid 3px #fff;
  border-radius: 10px;
  margin: 13px;
}
#lp .voices-sp .read-more-2 {
  position: relative;
  padding: 14px;
}
#lp .voices-sp .read-more-2 p {
  display: -webkit-box;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 開く前に見せたい行数を指定 */
}
#lp .voices-sp .read-more-2:has(:checked) p {
  display: block;
}
#lp .voices-sp .read-more-2 p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.6) 50%, hsla(0, 0%, 100%, 0.6) 0, #f4f4f4);
  content: "";
}
#lp .voices-sp .read-more-2:has(:checked) p::after {
  content: none;
}
#lp .voices-sp .read-more-2 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #4f96f6;
  font-size: 0.8em;
}
#lp .voices-sp .read-more-2 label:hover {
  color: #c7511f;
  text-decoration: underline;
  cursor: pointer;
}
#lp .voices-sp .read-more-2:has(:checked) label {
  display: none;
}
#lp .voices-sp .read-more-2 input {
  display: none;
}
#lp .sec6 {
  padding-top: 172px;
  background-color: #65737a;
  position: relative;
}
@media (max-width: 919px) {
  #lp .sec6 {
    padding-top: 52px;
  }
}
#lp .sec7-1 {
  background-color: #bac8cd;
  padding: 90px 0 190px;
  position: relative;
  z-index: 2;
}
@media (max-width: 919px) {
  #lp .sec7-1 {
    padding: 60px 0 160px;
  }
}
#lp .sec7-2 {
  background-color: #f4f4f4;
  text-align: center;
  padding-bottom: 90px;
}
@media (max-width: 919px) {
  #lp .sec7-2 {
    padding-bottom: 40px;
  }
}
#lp .sec8 {
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec8 {
    padding: 52px 25px;
  }
}
#lp .sec8 .sec8-h-text span {
  font-size: 20px;
  position: relative;
}
@media (max-width: 919px) {
  #lp .sec8 .sec8-h-text span {
    font-size: 15px;
  }
}
#lp .sec8 .sec8-h-text span:before {
  position: absolute;
  left: -20px;
  bottom: -5px;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
@media (max-width: 919px) {
  #lp .sec8 .sec8-h-text span:before {
    bottom: -2px;
  }
}
#lp .sec8 .sec8-h-text span:after {
  position: absolute;
  right: -20px;
  bottom: -5px;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
@media (max-width: 919px) {
  #lp .sec8 .sec8-h-text span:after {
    bottom: -2px;
  }
}
#lp .sec8 .why-text-box {
  text-align: left;
  width: 470px;
}
@media (max-width: 919px) {
  #lp .sec8 .why-text-box {
    width: 100%;
  }
}
#lp .sec10,
#lp .sec13 {
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec10,
  #lp .sec13 {
    padding: 52px 25px;
  }
}
@media (max-width: 919px) {
  #lp .sec10 .reason-box,
  #lp .sec13 .reason-box {
    margin-top: 40px;
  }
}
#lp .sec10 .reason-box-p,
#lp .sec13 .reason-box-p {
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
  width: 383px;
}
@media (max-width: 919px) {
  #lp .sec10 .reason-box-p,
  #lp .sec13 .reason-box-p {
    font-size: 16px;
    width: 100%;
  }
}
#lp .sec11,
#lp .sec12 {
  padding: 120px 0 137px;
  text-align: center;
  background-color: #f4f4f4;
}
#lp .sec11 .scroll-wrap,
#lp .sec12 .scroll-wrap {
  overflow-x: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 919px) {
  #lp .sec11,
  #lp .sec12 {
    padding: 52px 0 52px 25px;
  }
  #lp .sec11 .scroll-wrap img,
  #lp .sec12 .scroll-wrap img {
    display: block;
    width: 518px;
    max-width: none;
    padding-right: 25px;
  }
}
#lp .sec11 .step-text-box,
#lp .sec12 .step-text-box {
  width: 370px;
  text-align: left;
}
@media (max-width: 919px) {
  #lp .sec11 .step-text-box,
  #lp .sec12 .step-text-box {
    width: 70%;
    text-align: center;
    padding-top: 15px;
    margin: auto;
  }
}
#lp .sec11 .step-text-box .step-ttl,
#lp .sec12 .step-text-box .step-ttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #464646;
}
@media (max-width: 919px) {
  #lp .sec11 .sec11-graph,
  #lp .sec12 .sec11-graph {
    margin-left: 130px;
  }
}
#lp .sec14 {
  margin-bottom: 165px;
}
@media (max-width: 919px) {
  #lp .sec14 {
    margin-bottom: 25px;
  }
}
#lp .sec14 .access-box {
  width: 1280px;
  margin: auto;
}
@media (max-width: 919px) {
  #lp .sec14 .access-box {
    width: 90%;
  }
}
#lp .sec14 .access {
  background-color: #26a2dd;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  list-style: none;
  cursor: pointer;
}
@media (max-width: 919px) {
  #lp .sec14 .access {
    padding: 10px 0;
    font-size: 20px;
  }
}
#lp .sec14 .access::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 42%;
  width: 24px;
  height: 24px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
@media (max-width: 919px) {
  #lp .sec14 .access::after {
    width: 16px;
    height: 16px;
  }
}
#lp .sec14 .access-box[open] .access::after {
  transform: translateY(0%) rotate(225deg);
}
#lp .sec14 .store-card {
  width: 397px;
  border: solid 1px #c1c1c1;
  padding: 25px 35px;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card {
    width: 100%;
    margin-bottom: 14px;
    padding: 12.5px 60px 12.5px 35px;
  }
}
#lp .sec14 .store-card .store-name {
  font-size: 19px;
  color: #26a2dd;
  border-bottom: #26a2dd solid 1px;
  padding-bottom: 6px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  pointer-events: none;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card .store-name {
    pointer-events: all;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
  }
}
#lp .sec14 .store-card th {
  font-weight: normal;
  width: 90px;
}
#lp .sec14 .store-card th,
#lp .sec14 .store-card td {
  padding-top: 15px;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card .store-name::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 42%;
    width: 24px;
    height: 24px;
    border-right: 2px solid #26a2dd;
    border-bottom: 2px solid #26a2dd;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s;
  }
}
@media (max-width: 919px) and (max-width: 919px) {
  #lp .sec14 .store-card .store-name::after {
    width: 16px;
    height: 16px;
  }
}
#lp .sec14 .store-card .access-btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card .access-btn {
    margin-top: 20px;
  }
}
#lp .sec14 .store-card[open] .store-name::after {
  transform: translateY(0%) rotate(225deg);
}
#lp .sec14 .store-box {
  margin-top: 123px;
}
@media (max-width: 919px) {
  #lp .sec14 .store-box {
    margin-top: 46px;
  }
}
#lp .sec14 .store-card-single {
  width: 500px;
  padding: 25px 35px;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card-single {
    width: 100%;
    margin-bottom: 14px;
    padding: 27px 35px 12.5px 35px;
  }
}
#lp .sec14 .store-card-single .store-name {
  font-size: 19px;
  color: #26a2dd;
  border-bottom: #26a2dd solid 1px;
  padding-bottom: 6px;
  font-weight: bold;
  text-align: center;
  list-style: none;
  pointer-events: none;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card-single .store-name {
    pointer-events: all;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
  }
}
#lp .sec14 .store-card-single th {
  font-weight: normal;
  width: 90px;
}
#lp .sec14 .store-card-single th,
#lp .sec14 .store-card-single td {
  padding-top: 15px;
}
#lp .sec14 .store-card-single .access-btn {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 919px) {
  #lp .sec14 .store-card-single .access-btn {
    margin-top: 20px;
  }
}
#lp .sec15 {
  padding: 120px 0 137px;
  text-align: center;
  background-color: #f4f4f4;
}
@media (max-width: 919px) {
  #lp .sec15 {
    padding: 52px 25px 90px;
  }
}
#lp .sec15 .faq-box {
  width: 1080px;
  margin: auto;
  text-align: left;
}
@media (max-width: 919px) {
  #lp .sec15 .faq-box {
    width: 100%;
  }
}
#lp .sec15 .faq-box .faq-q {
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 1px #464646;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 70px;
  margin-top: 32px;
  position: relative;
  list-style: none;
  cursor: pointer;
}
#lp .sec15 .faq-box .faq-q::before {
  content: "Q";
  color: #26a2dd;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  position: absolute;
  left: 10px;
  top: -16px;
}
#lp .sec15 .faq-box .faq-q::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 25%;
  width: 16px;
  height: 16px;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
#lp .sec15 .faq-box .faq-a {
  position: relative;
  padding-top: 27px;
  padding-left: 50px;
}
@media (max-width: 919px) {
  #lp .sec15 .faq-box .faq-a {
    padding-top: 15px;
  }
}
#lp .sec15 .faq-box details[open] summary::after {
  transform: translateY(0%) rotate(225deg);
}/*# sourceMappingURL=style.css.map */