@charset "utf-8";
/* CSS Price */
/* Page MV
----------------------------------------------------------------------------------------------------*/
.mv-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.mv-page__item {
  width: min(50%, 75rem);
  padding: 0 5rem;
  margin: 0;
}
.mv-title {
  text-align: left;
}
.mv-title__jp h2 {
  margin-bottom: 2rem;
  color: #ff9300;
  font-size: clamp(4.8rem, 7vw, 13rem);
  font-weight: 900;
  text-wrap: auto;
  line-height: 1;
  white-space: nowrap;
}
.mv-title__en {
  margin-bottom: 2rem;
  color: #000000;
  font-size: clamp(3.2rem, 5vw, 9rem);
  font-family: "Braah One", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.mv-title__text {
  position: relative;
  color: #000;
  text-align: center;
  font-size: clamp(1.6rem, 5vw, 3.2rem);
  font-weight: 700;
  white-space: nowrap;
}
.mv-title__text::before, .mv-title__text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
  height: 1px;
  background: #000;
}
.mv-title__text::before {
  left: 0;
}
.mv-title__text::after {
  right: 0;
}
.mv-title__text h3 {
  display: block;
  background-color: #fff;
  padding: 0 1rem;
}
.mv-page__image {
  width: 94.2rem;
  height: 100%;
  border-radius: 34.8rem 0 0 34.8rem;
  overflow: hidden;
}
.mv-page__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .mv-page {
    padding-top: 13.5rem;
  }
  .mv-page__item {
    padding: 7rem 2.5rem;
  }
  .mv-title__text::before, .mv-title__text::after {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .mv-page__item {
    width: 100%;
  }
  .mv-title {
    text-align: center;
  }
  .mv-title__text::before, .mv-title__text::after {
    width: 30%;
  }
  .mv-page__image {
    display: none;
  }
}
/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {
  .breadcrumbs.page {
    padding-top: 13.5rem;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
}
/* Section - Privacy
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(100%, 89rem);
  margin: 10rem auto;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
.main p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 10rem;
  padding: 0;
}
.policyBox h5 {
  border-bottom: 1px solid #CCC;
  padding: 0 0 1rem;
  margin: 7rem 0 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  text-wrap: unset;
}
.policyBox p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}
.signatureBox {
  margin: 80px auto 0;
}
.signatureBox p:nth-child(1) {
  margin: 0;
  font-size: 1.6rem;
  text-align-last: right;
}
.signatureBox p:nth-child(2) {
  margin: 0;
  font-size: 2rem;
  text-align-last: right;
}
.signatureBox p:nth-child(3) {
  margin: 0;
  font-size: 1.6rem;
  text-align-last: right;
}
.signatureBox p:nth-child(3) span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .main {
    margin: 5rem auto;
  }
  .main p {
    font-size: 2rem;
  }
  .policyBox h5 {
    font-size: 2rem;
  }
  .policyBox p {
    font-size: 1.8rem;
  }
  .signatureBox p:nth-child(1) {
    margin: 0;
    font-size: 1.8rem;
  }
  .signatureBox p:nth-child(2) {
    margin: 0;
    font-size: 2rem;
  }
  .signatureBox p:nth-child(3) {
    margin: 0;
    font-size: 1.8rem;
  }
}