body::before {
  display: none;
}

.btn-s {
  background: var(--main-color-black);
  letter-spacing: 0 !important;
  padding: 2rem 3rem !important;
}
@media screen and (max-width: 767px) {
  .btn-s {
    padding: 4rem 6rem !important;
    margin: 2rem 0 0;
  }
}

.main-ttl-en {
  font-family: "Montserrat", "M PLUS 1", sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .main-ttl-en {
    font-size: 2.4rem;
  }
}
.main-ttl-jp {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
}

.prombtn {
  width: 26.8rem;
}
.prombtn img {
  width: 26.8rem !important;
}
@media screen and (max-width: 767px) {
  .prombtn img {
    width: 39.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .prombtn {
    width: 39.8rem;
  }
}

.navbar-menu nav ul li a {
  font-family: "Montserrat", "M PLUS 1", sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.024em !important;
}

@media screen and (min-width: 767px) {
  .navbar .row {
    width: 136rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar .row .navbar-logo img {
    width: 50rem;
  }
  .navbar-menu nav.active ul {
    gap: 1rem;
  }
  .navbar-menu nav ul li a {
    font-size: 3.6rem !important;
  }
  .navbar-menu nav ul li a img {
    width: 5rem;
  }
}
@media screen and (min-width: 767px) {
  .navbar .container {
    transition: 0.5s;
  }
  .navbar .container.navactive {
    max-width: 129rem;
    margin: 0 auto;
  }
  .navbar .row {
    transition: background 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  }
  .navbar .row.navactive {
    position: fixed;
    z-index: 99;
    width: 129rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    border-radius: 10rem;
    border: 1px solid #FFF;
  }
}
#prommv .prommv-inner {
  position: relative;
  width: 136rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #prommv .prommv-inner {
    width: 67.5rem;
  }
}
#prommv .prommv-inner-btn {
  width: 32rem;
  position: absolute;
  bottom: 12.3rem;
  left: 11rem;
}
@media screen and (max-width: 767px) {
  #prommv .prommv-inner-btn {
    position: relative;
    width: 50rem;
    margin: 6rem auto 0;
    left: auto;
    bottom: auto;
  }
}

#prominfo .prominfo-inner {
  width: 104.8rem;
  margin: 11rem auto 11rem;
}
#prominfo .prominfo-inner h3 {
  text-align: center;
  font-size: 2.6rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  letter-spacing: 0.015em;
  position: relative;
  margin: 0 auto 2.5rem;
  width: 88%;
}
@media screen and (max-width: 767px) {
  #prominfo .prominfo-inner h3 {
    width: 92%;
    font-size: 3rem;
  }
}
#prominfo .prominfo-inner h3::before, #prominfo .prominfo-inner h3::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: var(--main-color-black);
  border-radius: 3px;
}
#prominfo .prominfo-inner h3::after {
  transform: rotate(-45deg);
  left: 0;
}
#prominfo .prominfo-inner h3::before {
  transform: rotate(45deg);
  right: 0;
}
#prominfo .prominfo-inner-txt {
  padding: 3.4rem 5.3rem;
  border: 1px solid #DEDEE5;
  border-radius: 2rem;
}
#prominfo .prominfo-inner-txt p {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  color: var(--main-color-black);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #prominfo .prominfo-inner-txt p {
    font-size: 2.4rem;
  }
}
#prominfo .prominfo-inner-txt p:first-child {
  border-bottom: 1px solid #DEDEE5;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}
#prominfo .prominfo-inner-txt p span {
  color: var(--main-color-red);
  font-weight: 700;
}
#prominfo .prominfo-inner-txt p .l-c {
  font-size: 1.4rem;
  color: #232B4F;
}
@media screen and (max-width: 767px) {
  #prominfo .prominfo-inner-txt p .l-c {
    font-size: 2rem;
  }
}
#prominfo .prominfo-inner-txt p .str {
  font-size: 1.8rem;
  color: var(--main-color-black);
}
@media screen and (max-width: 767px) {
  #prominfo .prominfo-inner-txt p .str {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #prominfo .prominfo-inner {
    width: 67.5rem;
  }
}

#promabt .promabt-inner {
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner {
    width: 67.5rem;
  }
}
#promabt .promabt-inner .main-ttl {
  text-align: center;
  margin-bottom: 4.5rem;
}
#promabt .promabt-inner-content {
  position: relative;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
}
#promabt .promabt-inner-content ul {
  display: grid;
  grid-template-columns: 3.5fr 1fr;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-content ul {
    display: block;
  }
}
#promabt .promabt-inner-content ul li {
  margin: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-content ul li {
    display: flex;
    gap: 8rem;
    align-items: center;
    margin-left: 5.2rem;
  }
}
#promabt .promabt-inner-content ul li p:first-child {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  border-radius: 50%;
  background: #F4F4F7;
  width: 8.8rem;
  height: 8.8rem;
  line-height: 8.8rem;
  text-align: center;
  color: var(--main-color-red);
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-content ul li p:first-child {
    aspect-ratio: 1/1;
    transform: scale(1.5);
  }
}
#promabt .promabt-inner-content ul li h4 {
  margin: 3rem 0 1rem;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--main-color-black);
}
#promabt .promabt-inner-content-img {
  width: 48rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-content-img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
#promabt .promabt-inner-btn {
  margin: 6.5rem auto 15rem;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-btn {
    margin: 6.5rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner .btn-txt {
    margin: 2rem auto 0;
  }
}
#promabt .promabt-inner-tri {
  width: 3.8rem;
  margin: 5.5rem auto;
}
#promabt .promabt-inner-data {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data {
    flex-direction: initial;
  }
}
#promabt .promabt-inner-data-1 img {
  width: 62rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-1 img {
    width: 100%;
    transform: scale(1.1);
    margin: 15rem 0 2rem;
  }
}
#promabt .promabt-inner-data-2 img {
  width: 62.7rem;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-2 img {
    width: 100%;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-2 .prombtn {
    margin: 0 auto;
  }
  #promabt .promabt-inner-data-2 .prombtn img {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt {
    width: 100%;
  }
}
#promabt .promabt-inner-data-txt span {
  font-size: 2.75rem;
  font-weight: 700;
}
#promabt .promabt-inner-data-txt .main-ttl {
  text-align: left;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt .main-ttl {
    text-align: center;
  }
}
#promabt .promabt-inner-data-txt .main-txt {
  margin: 0rem auto 7rem;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt .main-txt {
    text-align: center;
  }
}
#promabt .promabt-inner-data-txt-ft {
  margin: 0 0 2.7rem auto;
  background-color: #F4F4F7;
  border-radius: 2.8rem;
  padding: 5.5rem 4rem;
  position: relative;
  width: 35rem;
  color: var(--main-color-black);
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt-ft {
    width: 78%;
    padding: 5.5rem 5.5rem;
    margin: 0 auto 2.7rem;
  }
}
#promabt .promabt-inner-data-txt-ft img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt-ft img {
    transform: scale(1);
    width: 45%;
    margin: 0;
  }
}
#promabt .promabt-inner-data-txt-ft p {
  width: 50%;
  font-size: 1.8rem;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt-ft p {
    font-size: 3rem;
    width: 55%;
  }
}
#promabt .promabt-inner-data-txt-ft::before, #promabt .promabt-inner-data-txt-ft::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 999px;
  background-color: #F4F4F7;
  z-index: -99;
}
@media screen and (max-width: 767px) {
  #promabt .promabt-inner-data-txt-ft::before, #promabt .promabt-inner-data-txt-ft::after {
    display: none;
  }
}
#promabt .promabt-inner-data-txt-ft::before {
  width: 4.8rem;
  height: 4.8rem;
  top: 50%;
  left: -8%;
  transform: translateY(-50%);
}
#promabt .promabt-inner-data-txt-ft::after {
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
}

#promvoice {
  margin: 15rem auto 0;
}
#promvoice .promvoice-inner {
  width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner {
    width: 67.5rem;
  }
}
#promvoice .promvoice-inner .main-ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner .main-ttl {
    text-align: center;
  }
}
#promvoice .promvoice-inner ul {
  width: 121rem;
  margin: 12rem auto 30rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner ul {
    width: 100%;
    margin: 4rem auto 27rem;
    transform: scale(0.8);
  }
}
#promvoice .promvoice-inner ul li {
  width: 35.6rem;
  position: relative;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner ul li {
    width: 100%;
    padding: 0 7rem;
  }
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner ul li:not(:last-child) {
    margin-bottom: 38rem;
  }
}
#promvoice .promvoice-inner ul li p:first-child {
  font-size: 2rem;
  letter-spacing: 0.15em;
  font-weight: 900;
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner ul li p:first-child {
    font-size: 2.4rem;
  }
}
#promvoice .promvoice-inner ul li p:nth-child(2) {
  font-weight: 500;
  font-size: 2rem;
  color: var(--main-color-black);
  letter-spacing: 0.015em;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner ul li p:nth-child(2) {
    font-size: 3.8rem;
  }
}
#promvoice .promvoice-inner ul li::before {
  content: "";
  position: absolute;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35.6rem;
  height: 26.5rem;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -99;
}
@media screen and (max-width: 767px) {
  #promvoice .promvoice-inner ul li::before {
    width: 100%;
    height: 52rem;
    top: 75%;
  }
}
#promvoice .promvoice-inner ul li:first-child::before {
  background-image: url(../images/promotion/voice-1.png);
}
#promvoice .promvoice-inner ul li:nth-child(2)::before {
  background-image: url(../images/promotion/voice-2.png);
}
#promvoice .promvoice-inner ul li:nth-child(3)::before {
  background-image: url(../images/promotion/voice-3.png);
}

#promcamp {
  position: relative;
}
#promcamp .promcamp-bk {
  display: block;
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -99;
}
#promcamp .container {
  position: relative;
  padding: 3rem 0 0;
  background: #F4F4F7;
}
#promcamp .promcamp-inner {
  width: 114rem;
  margin: 0 auto;
  gap: 7.6rem;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner {
    width: 100%;
  }
}
#promcamp .promcamp-inner .main-ttl {
  text-align: left;
  margin: 0 0 5rem;
}
#promcamp .promcamp-inner-step {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step {
    width: 67.5rem;
    margin: 0 auto;
  }
}
#promcamp .promcamp-inner-step-txt {
  font-family: "M PLUS 1", sans-serif;
  color: var(--main-color-black);
  font-weight: 600;
  letter-spacing: 0.015em;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step-txt {
    font-size: 2.8rem;
  }
}
#promcamp .promcamp-inner-step-at {
  font-family: "M PLUS 1", sans-serif;
  color: var(--main-color-text);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 2rem;
}
#promcamp .promcamp-inner-step-at span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step-at span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step-at {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
#promcamp .promcamp-inner-step ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step ul {
    row-gap: 3rem;
    margin-top: 6rem;
  }
}
#promcamp .promcamp-inner-step ul .main-ttl-en {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#promcamp .promcamp-inner-step ul li {
  padding: 3.5rem 4rem;
  border-radius: 2rem;
  width: 36rem;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step ul li {
    padding: 6.5rem 6rem;
    width: 100%;
  }
}
#promcamp .promcamp-inner-step ul li:first-child {
  background: #474F71;
}
#promcamp .promcamp-inner-step ul li:nth-child(2) {
  background: #353D60;
}
#promcamp .promcamp-inner-step ul li:nth-child(3) {
  background: #232B4F;
}
#promcamp .promcamp-inner-step ul li p:nth-child(2) {
  letter-spacing: 0.01em;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-step ul li p:nth-child(2) {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-overview .main-ttl {
    width: 67.5rem;
    margin: 12rem auto 0;
  }
}
#promcamp .promcamp-inner-overview-txt {
  font-family: "M PLUS 1", sans-serif;
  color: var(--main-color-black);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  line-height: 1.6666666667;
  list-style: inherit;
  display: grid;
  gap: 2rem;
  padding: 0 0 0 2.2rem;
}
#promcamp .promcamp-inner-overview-txt span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-overview-txt span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-overview-txt {
    font-size: 2.8rem;
  }
}
#promcamp .promcamp-inner-overview-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-overview-img {
    width: 94%;
    overflow-x: scroll;
    margin: 6rem 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #promcamp .promcamp-inner-overview-img img {
    width: 200%;
  }
}
#promcamp .prombtn {
  width: 42.6rem !important;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  #promcamp .prombtn {
    width: 56.6rem !important;
  }
}
#promcamp .prombtn img {
  width: 100% !important;
}

#footer {
  padding: 14rem 0 4.5rem !important;
  background: #F4F4F7;
  margin: 0 !important;
}

.btn-txt {
  display: none;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-txt {
    display: block;
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=promotion.css.map */