@charset "UTF-8";
.l-live {
  padding: 5rem 0 4.375rem;
}

@media screen and (max-width: 767px) {
  .l-live {
    padding: 2.5rem 0;
  }
}
h2, h3, h4 {
  font-family: inherit;
  letter-spacing: 0;
}

.c-section-title {
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}
.c-section-title::before {
  letter-spacing: 0;
}

.bg-square01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 28.875rem;
  height: 28.875rem;
  background: url(../../images/bg-decoration01.webp) repeat center center/contain;
}

.bg-circle04 {
  position: absolute;
  width: 36.56rem;
  height: 36.56rem;
  background: url(../../images/bg-decoration04.webp) no-repeat left center/contain;
  right: -180px;
}

.bg-circle03 {
  position: absolute;
  width: 36.56rem;
  height: 36.56rem;
  left: -380px;
  background: url(../../images/bg-decoration03.webp) no-repeat right center/contain;
}

.bg-square02 {
  position: absolute;
  width: 28.875rem;
  height: 28.875rem;
  background: url(../../images/bg-decoration01.webp) repeat center center/contain;
}

.button__wrapper .button {
  position: relative;
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
  display: block;
  padding: 1.375rem 1.5rem;
  border: none;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  line-height: 1;
  text-align: center;
}

.button__wrapper .button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.p-fv {
  background: url(../../images/live/fv-bg.webp) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 2.5rem 0 0;
  }
}
.p-fv .p-fv__inner {
  position: relative;
  z-index: 10;
  max-width: 66.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv .p-fv__inner {
    flex-direction: column;
  }
}
.p-fv .p-fv__inner .p-fv__lead {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}
.p-fv .p-fv__inner .p-fv__lead p {
  margin-bottom: 0.8125rem;
}
.p-fv .p-fv__inner .p-fv__lead p:has(.bg-white) {
  margin-bottom: 1.2rem;
}
.p-fv .p-fv__inner .p-fv__lead .bg-white {
  background: #fff;
  color: #ff7a00;
  padding: 0.6rem 0.625rem;
  font-size: clamp(1.6rem, 1.115rem + 2.22vw, 2.5rem);
  margin-right: 0.8125rem;
  margin-bottom: 1.6rem;
}
.p-fv .p-fv__inner .p-fv__lead .text-small {
  font-size: clamp(1rem, 0.596rem + 1.85vw, 1.75rem);
}
.p-fv .p-fv__inner .p-fv__lead .text-middle {
  font-size: clamp(1rem, 0.462rem + 2.46vw, 2rem);
}
.p-fv .p-fv__inner .p-fv__lead .text-large {
  font-size: clamp(1.6rem, 1.115rem + 2.22vw, 2.5rem);
}
.p-fv .p-fv__inner .p-fv__img-box {
  width: 36%;
  padding-top: 1.125rem;
  position: relative;
}
.p-fv .p-fv__inner .p-fv__img-box .teacher-name {
  position: absolute;
  right: 2.8125rem;
  top: 5.25rem;
  color: #fff;
  font-weight: 900;
  font-size: 1.25rem;
}
.p-fv .p-fv__inner .p-fv__img-box .teacher-name small {
  font-size: 0.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv .p-fv__inner .p-fv__img-box {
    width: 100%;
  }
}

.p-worries {
  background-color: #fff;
  background: url(../../images/live/worries-bg.webp) no-repeat center top/contain;
  background-size: 100% 630px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  padding: 6.5rem 0 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding: 2.5rem 0 0;
  }
}
.p-worries .p-worries__inner {
  position: relative;
  z-index: 10;
  max-width: 66.875rem;
}
.p-worries .p-worries__title-box {
  margin-bottom: 1rem;
}
.p-worries .p-worries__title-box .p-worries__title {
  color: #fff;
  text-align: center;
}
.p-worries .p-worries__title-box .p-worries__title small {
  font-size: clamp(1rem, 0.731rem + 1.23vw, 1.5rem);
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-worries .p-worries__title-box .p-worries__title small {
    line-height: 1.5;
  }
}
.p-worries .p-worries__title-box .p-worries__title span {
  position: relative;
  padding-top: 5px;
  color: #fff;
}
.p-worries .p-worries__title-box .p-worries__title span::before {
  content: "・";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: clamp(1rem, 0.462rem + 2.46vw, 2rem);
}
@media screen and (max-width: 767px) {
  .p-worries .p-worries__title-box .p-worries__title span::before {
    top: -7px;
  }
}
.p-worries .p-worries__title-box .p-worries__title::before {
  color: #fff;
}
.p-worries .worries-main {
  position: relative;
  z-index: 2;
}
.p-worries .arrow {
  display: block;
  margin: -2.1875rem auto 2.5rem;
  position: relative;
  z-index: 1;
}
.p-worries .solution__wrapper {
  background: url(../../images/live/solution-bg.webp) no-repeat center bottom;
  background-size: 100% calc(100% - 2.875rem);
  position: relative;
  border-radius: 20px;
  padding: 0 1.875rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-worries .solution__wrapper {
    background-size: cover;
    padding: 0.75rem;
  }
}
.p-worries .solution__wrapper .solution__title {
  display: flex;
  align-items: center;
  gap: 5%;
  color: #fff;
  font-weight: 900;
  margin-top: -2.875rem;
  font-size: clamp(1.25rem, 0.712rem + 2.46vw, 2.25rem);
  line-height: 1.25;
}
.p-worries .solution__wrapper .solution__title span {
  font-size: clamp(1.5rem, 0.692rem + 3.69vw, 3rem);
}
.p-worries .solution__wrapper .solution__title img {
  max-width: 226px;
}
.p-worries .solution__wrapper .solution__title p {
  padding-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-worries .solution__wrapper .solution__title p {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worries .solution__wrapper .solution__title {
    margin-top: 0;
    gap: 0;
  }
  .p-worries .solution__wrapper .solution__title img {
    width: 37%;
  }
}
.p-worries .solution__wrapper .solution__list {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-worries .solution__wrapper .solution__list {
    gap: 0.625rem;
  }
}
.p-worries .solution__wrapper .solution__list li {
  background: #FFEFE7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.625rem 0.625rem;
  width: calc((100% - 3.75rem) / 4);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-worries .solution__wrapper .solution__list li {
    width: 100%;
    width: calc((100% - 0.625rem) / 2);
    padding: 1rem 0.3rem;
  }
  .p-worries .solution__wrapper .solution__list li > img {
    width: 4.14rem;
  }
  .p-worries .solution__wrapper .solution__list li > p {
    font-size: 0.875rem;
  }
}

.p-features {
  position: relative;
  overflow: hidden;
  padding: 3.0625rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-bottom: 3rem;
  }
}
.p-features .bg-square01 {
  left: auto;
  right: -135px;
  top: -146px;
}
.p-features .bg-circle04 {
  right: -180px;
  top: 20%;
}
.p-features .bg-circle03 {
  left: -380px;
  bottom: 27.3125rem;
}
.p-features .bg-square02 {
  right: -135px;
  bottom: -46px;
}
.p-features .p-features__inner {
  position: relative;
  z-index: 10;
  max-width: 64.8125rem;
}
.p-features .p-features__inner .p-features__title {
  width: 100%;
}
.p-features .p-features__inner .p-features__item {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  padding: 3.5rem 2.4375rem;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-features .p-features__inner .p-features__item:not(:last-child) {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-features .p-features__inner .p-features__item {
    padding: 1.75rem 1.2rem;
  }
}
.p-features .p-features__inner .p-features__item:last-child .p-features__item__inner {
  flex-direction: row-reverse;
}
.p-features .p-features__inner .p-features__item:last-child .p-features__item__inner img {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-features .p-features__inner .p-features__item:last-child .p-features__item__inner {
    flex-direction: column;
  }
  .p-features .p-features__inner .p-features__item:last-child .p-features__item__inner img {
    width: 100%;
  }
}
.p-features .p-features__inner .p-features__item .p-features__no {
  position: absolute;
  background: url(../../images/live/num-bg.svg) no-repeat center center/contain;
  left: 0;
  top: 0;
  width: 160px;
  height: 129px;
  color: #fff;
  font-size: clamp(2rem, 0.923rem + 4.92vw, 4rem);
  font-weight: 900;
  font-family: avenir-lt-pro, sans-serif;
  padding-left: 1.875rem;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-features .p-features__inner .p-features__item .p-features__no {
    width: 80px;
    height: 65px;
    padding-left: 0.975rem;
  }
}
.p-features .p-features__inner .p-features__item .p-features__item-title {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.577rem + 3.08vw, 2.5rem);
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.p-features .p-features__inner .p-features__item .p-features__item-title span {
  color: #ff7a00;
}
.p-features .p-features__inner .p-features__item .p-features__item-title::before {
  content: attr(data-sub);
  font-family: avenir-lt-pro, sans-serif;
  font-size: clamp(0.875rem, 0.808rem + 0.31vw, 1rem);
  font-weight: bold;
  letter-spacing: 0;
}
.p-features .p-features__inner .p-features__item .p-features__content {
  line-height: 2;
  margin-bottom: 3.5rem;
  font-size: clamp(0.875rem, 0.808rem + 0.31vw, 1rem);
}
.p-features .p-features__inner .p-features__item h4 {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 0.923rem + 1.72vw, 2rem);
  font-weight: 900;
  text-align: center;
}
.p-features .p-features__inner .p-features__item h4 + .button__wrapper {
  margin-bottom: 3.75rem;
}
.p-features .p-features__inner .p-features__item img {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 6px rgb(238, 203, 170));
}
.p-features .p-features__inner .p-features__item .slash-title {
  text-align: center;
  font-size: clamp(1rem, 0.798rem + 0.92vw, 1.375rem);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.875rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}
.p-features .p-features__inner .p-features__item .slash-title::before {
  content: "";
  width: 25px;
  height: 34px;
  margin-right: 1rem;
  background: url(../../images/live/title-slash01.svg) no-repeat center center/contain;
}
.p-features .p-features__inner .p-features__item .slash-title::after {
  content: "";
  width: 25px;
  height: 34px;
  margin-left: 1rem;
  background: url(../../images/live/title-slash02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-features .p-features__inner .p-features__item .slash-title::before {
    margin-right: 0.5rem;
  }
  .p-features .p-features__inner .p-features__item .slash-title::after {
    margin-left: 0.5rem;
  }
}
.p-features .p-features__inner .p-features__item .features__video {
  display: flex;
  justify-content: center;
  gap: 1.44rem;
}
.p-features .p-features__inner .p-features__item .features__video > div {
  width: calc((100% - 1.44rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-features .p-features__inner .p-features__item .features__video {
    flex-direction: column;
  }
  .p-features .p-features__inner .p-features__item .features__video > div {
    width: 100%;
  }
}
.p-features .p-features__inner .p-features__item .p-features__item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.625rem;
}
.p-features .p-features__inner .p-features__item .p-features__item__inner p {
  line-height: 2;
  margin-bottom: 1.6875rem;
  letter-spacing: 0;
}
.p-features .p-features__inner .p-features__item .p-features__item__inner img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-features .p-features__inner .p-features__item .p-features__item__inner {
    flex-direction: column;
  }
  .p-features .p-features__inner .p-features__item .p-features__item__inner img {
    width: 100%;
  }
}

.p-voice {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 8.3125rem 0 7.5rem;
}
.p-voice .bg-circle04 {
  top: -210px;
  width: 29.875rem;
  height: 29.875rem;
}
@media screen and (max-width: 767px) {
  .p-voice .bg-circle04 {
    width: 18.75rem;
    height: 18.75rem;
  }
}
.p-voice .bg-circle03 {
  bottom: -210px;
  width: 41.3125rem;
  height: 41.3125rem;
}
@media screen and (max-width: 767px) {
  .p-voice .bg-circle03 {
    width: 25rem;
    height: 25rem;
  }
}
.p-voice .p-voice__inner {
  position: relative;
  z-index: 10;
  max-width: 51.375rem;
}
.p-voice .p-voice__inner .p-voice__title {
  margin-bottom: 3.5rem;
  text-align: center;
  width: 100%;
}
.p-voice .p-voice__inner .p-voice__title span {
  color: #ff7a00;
}

.p-course {
  position: relative;
  overflow: hidden;
  padding: 5.8125rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-course {
    padding-bottom: 0;
  }
}
.p-course .p-course__inner {
  max-width: 48.75rem;
}
.p-course .p-course__inner .p-course__title {
  margin-bottom: 2.5625rem;
  text-align: center;
  width: 100%;
}
.p-course .p-course__wrapper table {
  border-spacing: 7px;
  width: 100%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-course .p-course__wrapper table {
    border-spacing: 3px;
  }
}
.p-course .p-course__wrapper table .p-course__th {
  background: #626262;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: clamp(1rem, 0.865rem + 0.62vw, 1.25rem);
  font-weight: 700;
  color: #fff;
  padding: 0.875rem !important;
}
.p-course .p-course__wrapper table .p-course__th.premium {
  background: #FF7A00;
}
@media screen and (max-width: 767px) {
  .p-course .p-course__wrapper table .p-course__th {
    padding: 1rem 0.4rem !important;
  }
}
.p-course .p-course__wrapper table .p-course__td {
  border-color: #E1E1E1 !important;
  padding: 1.1875rem 1.125rem !important;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-course .p-course__wrapper table .p-course__td {
    padding: 1rem 0.4rem !important;
  }
}
.p-course .p-course__wrapper table .p-course__td.bg-gray {
  background: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 15px 0 0 15px;
  width: 24%;
  font-size: clamp(0.875rem, 0.808rem + 0.31vw, 1rem);
}
.p-course .p-course__wrapper table .p-course__td.price {
  font-weight: 900;
  font-size: clamp(1rem, 0.865rem + 0.62vw, 1.25rem);
  color: #626262;
  line-height: 1;
}
.p-course .p-course__wrapper table .p-course__td.price span {
  font-size: clamp(1.3rem, 0.923rem + 1.72vw, 2rem);
}
.p-course .p-course__wrapper table .p-course__td.price.premium {
  color: #FF7A00;
}
.p-course .p-course__wrapper table .p-course__td:has(ul) {
  vertical-align: top;
}
.p-course .p-course__wrapper table .p-course__td ul {
  list-style: none;
  text-align: left;
  letter-spacing: 0;
}
.p-course .p-course__wrapper table .p-course__td ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: clamp(0.75rem, 0.683rem + 0.31vw, 0.875rem);
  font-weight: 500;
}
.p-course .p-course__wrapper table .p-course__td ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 7px;
  color: #626262;
  font-size: 0.5rem;
  line-height: 1.4;
}
.p-course .p-course__wrapper table .p-course__td ul li > span {
  color: #FF7A00;
}
.p-course .p-course__wrapper table .p-course__td.premium ul li::before {
  color: #FF7A00;
}
.p-course .p-course__wrapper table .p-course__td.target {
  font-size: 1.25rem;
  font-weight: 900;
  color: #ff7a00;
  line-height: 1;
}
.p-course .p-course__wrapper table .p-course__td.target span {
  font-size: 1.625rem;
}
.p-course .p-course__wrapper .note {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.p-faq {
  position: relative;
  overflow: hidden;
  padding: 5.8125rem 0 7.5rem;
  background: #F5F5F5;
}
.p-faq .bg-circle04 {
  bottom: 312px;
  right: -240px;
  width: 29.875rem;
  height: 29.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq .bg-circle04 {
    width: 18.75rem;
    height: 18.75rem;
    bottom: 150px;
    right: -120px;
  }
}
.p-faq .bg-circle03 {
  top: -210px;
  left: -150px;
  width: 29.875rem;
  height: 29.875rem;
}
@media screen and (max-width: 767px) {
  .p-faq .bg-circle03 {
    width: 18.75rem;
    height: 18.75rem;
    top: 150px;
    left: -120px;
  }
}
.p-faq .p-faq__inner {
  max-width: 51.125rem;
  margin-bottom: 7.5rem;
  position: relative;
}
.p-faq .p-faq__inner .p-faq__title {
  margin-bottom: 3.4375rem;
  text-align: center;
  width: 100%;
}
.p-faq .p-faq__wrapper .faq-list .accordion {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__wrapper .faq-list .accordion {
    margin-bottom: 1.5rem;
  }
}
.p-faq .p-faq__wrapper .faq-list .accordion .faq-q {
  font-size: clamp(1rem, 0.462rem + 2.46vw, 2rem);
  font-weight: 500;
  color: #1e1e1e;
  font-family: avenir-lt-pro, sans-serif;
  line-height: 1;
}
.p-faq .p-faq__wrapper .faq-list .accordion .faq-a {
  font-size: clamp(1rem, 0.462rem + 2.46vw, 2rem);
  font-weight: 500;
  color: #FF7A00;
  font-family: avenir-lt-pro, sans-serif;
  line-height: 1;
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger {
  padding: 1.5rem 2.125rem 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger {
    padding: 1rem 1rem 0;
  }
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger .accordionTrigger__inner {
  font-size: clamp(1rem, 0.865rem + 0.62vw, 1.25rem);
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 1.25rem;
  position: relative;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger .accordionTrigger__inner {
    gap: 0.85rem;
    padding-bottom: 1rem;
  }
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger .accordionTrigger__inner span:nth-of-type(2) {
  flex: 1;
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger .accordionTrigger__inner .icon {
  width: 20px;
  position: relative;
  transition: all 0.2s;
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionTrigger .accordionTrigger__inner .icon::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionContent .accordionContent__inner {
  padding: 1.5rem 2.125rem;
  font-weight: 500;
  line-height: 2;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq__wrapper .faq-list .accordion .accordionContent .accordionContent__inner {
    gap: 0.85rem;
  }
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionContent .accordionContent__inner span:has(img) {
  flex-shrink: 0;
}
.p-faq .p-faq__wrapper .faq-list .accordion .accordionContent .accordionContent__inner a {
  text-decoration: underline;
}
.p-faq .p-faq__wrapper .faq-list .accordion.open .accordionTrigger .accordionTrigger__inner {
  border-bottom: 1px solid #d9d9d9;
}
.p-faq .p-faq__wrapper .faq-list .accordion.open .accordionTrigger__inner .icon {
  transform: rotate(90deg);
  transform-origin: center;
}
.p-faq .p-reserve__inner {
  max-width: 65.1875rem;
  position: relative;
}
.p-faq .p-reserve__inner h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner h2 {
    font-size: clamp(1rem, 0.731rem + 1.23vw, 1.5rem);
  }
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner {
  background: linear-gradient(90deg, #F79439 0%, #F06046 100%);
  border: 6px solid #000;
  padding: 1.25rem 2.125rem 1.25rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner .p-reserve__wrapper__inner {
    padding: 1rem;
  }
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__flex-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__content {
  flex-shrink: 0;
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__content__title {
  color: #ff7a00;
  font-weight: 900;
  font-size: clamp(1rem, 0.731rem + 1.23vw, 1.5rem);
  margin-bottom: 1rem;
  line-height: 1.8;
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__content__title span {
  background: #fff;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 0.26rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__content__title {
    line-height: 2;
  }
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner .p-reserve__content__text {
  color: #fff;
  line-height: 1.7;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}
.p-faq .p-reserve__inner .p-reserve__wrapper__inner img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner .p-reserve__wrapper__inner img {
    width: 100%;
  }
}
.p-faq .p-reserve__inner .button__wrapper .button {
  background: #06C755;
  max-width: 789px;
  font-size: clamp(0.85rem, 0.529rem + 2.15vw, 1.875rem);
  font-weight: 600;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-faq .p-reserve__inner .button__wrapper .button::before {
  content: "";
  background: url("../../images/live/icon-line.svg") no-repeat center center/contain;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner .button__wrapper .button::before {
    width: 50px;
    height: 30px;
  }
}
.p-faq .p-reserve__inner .button__wrapper .button::after {
  content: "";
  background: url("../../images/live/icon-arrow.svg") no-repeat center center/contain;
  transform: none;
  position: relative;
  border: none;
  top: auto;
  right: auto;
  width: 36px;
  height: 31px;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq .p-reserve__inner .button__wrapper .button::after {
    width: 25px;
    height: 20px;
  }
}

.p-reservation {
  position: relative;
  overflow: hidden;
  padding: 7.5rem 0 7.5rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-reservation {
    padding-top: 3.5rem;
  }
}
.p-reservation .bg-circle03 {
  bottom: -236px;
  left: -176px;
  width: 29.875rem;
  height: 29.875rem;
}
.p-reservation .p-reservation__inner {
  max-width: 51.0625rem;
}
.p-reservation .p-reservation__inner .p-reservation__title {
  margin-bottom: 3.4375rem;
  text-align: center;
  width: 100%;
}
.p-reservation .p-reservation__inner .p-reservation__item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 2.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation__inner .p-reservation__item {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.p-reservation .p-reservation__inner .p-reservation__item .p-reservation__item__icon {
  width: 6.875rem;
}
.p-reservation .p-reservation__inner .p-reservation__item .p-reservation__item__icon img {
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.p-reservation .p-reservation__inner .p-reservation__item .p-reservation__item__content {
  background: #fff;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  border-radius: 8px;
  flex: 1;
}
.p-reservation .p-reservation__inner .p-reservation__item .p-reservation__item__content .p-reservation__item__content__title {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-reservation .p-reservation__inner .button__wrapper .button {
  background: #06C755;
  max-width: 500px;
  font-size: clamp(0.9rem, 0.712rem + 0.86vw, 1.25rem);
  font-weight: 600;
  padding: 0.825rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation__inner .button__wrapper .button {
    padding: 1rem 0.825rem 0.7rem;
  }
}
.p-reservation .p-reservation__inner .button__wrapper .button::before {
  content: "";
  background: url("../../images/live/icon-line.svg") center center/contain;
  width: 52px;
  height: 49px;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation__inner .button__wrapper .button::before {
    width: 30px;
    height: 30px;
  }
}
.p-reservation .p-reservation__inner .button__wrapper .button .button__text {
  font-size: 0.875rem;
  font-weight: 900;
  background: #fff;
  color: #000;
  border: 1px solid #06C755;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  padding: 0.5rem 2rem;
  background: #fff;
  white-space: nowrap;
}
.p-reservation .p-reservation__inner .button__wrapper .button .button__text span {
  color: #DA0000;
}
@media screen and (max-width: 767px) {
  .p-reservation .p-reservation__inner .button__wrapper .button {
    justify-content: center;
    padding-right: 2rem;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.modal__content {
  background: #fff;
  padding: 4.125rem;
  border-radius: 20px;
  width: 90%;
  max-width: 67.75rem;
  max-height: 90vh;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .modal__content {
    padding: 3rem 1.25rem 1.25rem;
  }
}
.modal__content .modal__title {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.577rem + 3.08vw, 2.5rem);
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.modal__content .modal__title span {
  color: #ff7a00;
}
.modal__content .modal__title::before {
  content: attr(data-sub);
  font-family: avenir-lt-pro, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.modal__content .modal__body {
  font-size: clamp(0.875rem, 0.808rem + 0.31vw, 1rem);
}
.modal__content .modal__body span {
  font-weight: 900;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 66px;
  font-weight: 100;
  cursor: pointer;
  color: #ff7a00;
  transition: color 0.3s ease;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 0;
    right: 20px;
    font-size: 54px;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}/*# sourceMappingURL=live.css.map */