.main-content {
  letter-spacing: 0.1em;
  line-height: 1.5;
  overflow: hidden;
}
.main-content .general-section p {
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.main-content .general-section p.caption {
  letter-spacing: normal;
}

.in-main--copy {
  flex-direction: column;
  letter-spacing: 0.2em;
}
.in-main--copy .en-font span {
  font-size: 130%;
}
.in-main--copy .ja {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}

.tabs {
  justify-content: space-between;
  margin: 0 auto 85px;
  max-width: 738px;
}
@media screen and (max-width: 767px) {
  .tabs {
    margin: 0 auto 30px;
  }
}
.tabs li {
  width: 45.7994579946%;
}
@media screen and (max-width: 767px) {
  .tabs li {
    margin: 20px auto;
    width: 75%;
  }
}
.tabs li a {
  border: 1px solid;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(109, 109, 109, 0.3);
  color: #fff;
  display: block;
  font-size: 2.2rem;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tabs li a {
    font-size: 1.8rem;
  }
}
.tabs li a:hover {
  opacity: 0.7;
}
.tabs li.btn-retrai a {
  background: #00A2DE;
  background: radial-gradient(circle, rgb(0, 162, 222) 0%, rgb(0, 94, 162) 100%);
}
.tabs li.btn-awaodori a {
  background: #C8AF73;
  background: radial-gradient(circle, rgb(200, 175, 115) 0%, rgb(168, 149, 73) 100%);
}

.tertiary-heading .color-yellow {
  color: #FFF9B1;
}
.tertiary-heading .fz_l {
  font-size: 120%;
}

.retrai-area {
  color: #fff;
  position: relative;
}
.retrai-area::after {
  background: #101D3C;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.retrai-area .fireworks {
  position: relative;
  z-index: 1;
}
.retrai-area .fireworks-note {
  font-size: 2.2rem;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top: 106px;
}
@media screen and (max-width: 767px) {
  .retrai-area .fireworks-note {
    font-size: 1.5rem;
    margin: 50px auto 30px;
    position: relative;
    top: 0;
  }
}
.retrai-area .full-img {
  margin-top: -67vw;
  position: relative;
  z-index: -1;
}

.awaodori-area {
  background: url(../images/lp/bg01.webp) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 50vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .awaodori-area {
    background: url(../images/lp/bg01-sp.webp) center bottom no-repeat;
    padding-bottom: 78vw;
  }
}
.awaodori-area .caption {
  bottom: 0;
  position: absolute;
  right: 8px;
}

.map-area {
  background: #EFEFEF;
  color: #1A2F58;
}
.map-text {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .map-text {
    font-size: 1.8rem;
  }
}
.map-text .color-gold {
  color: #A89549;
  font-size: 127%;
}
.map-title {
  background: #183688;
  color: #fff;
  font-size: 1.7rem;
  margin-top: 60px;
  padding: 10px;
}

.about {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 150px;
  margin: 80px auto;
  padding: 40px 120px 20px;
  position: relative;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .about-sp {
    margin-top: 40px;
  }
}
.about p {
  letter-spacing: normal !important;
}
.about-title {
  color: #183688;
  font-size: 2.2rem;
}
.about::before, .about::after {
  bottom: 0;
  content: "";
  height: 295px;
  position: absolute;
}
.about::before {
  background: url(../images/lp/img04.webp) center bottom/cover no-repeat;
  left: -8px;
  width: 28.2926829268%;
}
.about::after {
  background: url(../images/lp/img05.webp) center bottom/cover no-repeat;
  right: -30px;
  width: 30.243902439%;
}
.about .caption {
  bottom: -30px;
  position: absolute;
  right: 8px;
}

.splide {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  visibility: visible;
}
.splide-title {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 89.84%;
  z-index: 1;
}/*# sourceMappingURL=lp.css.map */