.font-bvp {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: bold;
}

.font-ks {
  font-family: "Konkhmer Sleokchher", sans-serif;
  font-weight: 400;
}

body {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.2vw;
  }
}
body .core-site-footer {
  margin-top: 0 !important;
}

main {
  background-color: #000;
}

.secTtlArea {
  text-align: center;
}
.secTtlArea .ttl_en {
  font-size: 6.25em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .secTtlArea .ttl_en {
    font-size: 5.8em;
  }
}
@media screen and (max-width: 768px) {
  .secTtlArea .ttl_en {
    font-size: 5em;
  }
}
.secTtlArea .ttl_ja {
  font-size: 1.5625em;
  font-weight: bold;
  margin-top: 0.5em;
}

.inner1000 {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mv {
  position: relative;
  z-index: 3;
}

.leadArea {
  width: 100%;
  padding-block: 10em;
  position: relative;
  z-index: 3;
}
.leadArea_inner {
  text-align: center;
}
.leadArea_txt {
  font-size: 1.25em;
  line-height: 2.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .leadArea_txt {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .leadArea_txt {
    font-size: 1.2em;
  }
}
.leadArea_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.leadArea_bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.leadArea_bg picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.brandMovieArea {
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-block: 20em;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .brandMovieArea {
    padding-block: 10em;
  }
}
.brandMovieArea_grade {
  position: relative;
  background-color: #fff;
  padding-block: 6.5625em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_grade {
    padding-block: 1em 6em;
  }
}
.brandMovieArea_whiteBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_whiteBg {
    height: 10.5em;
  }
}
.brandMovieArea_whiteBg.upside {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
}
.brandMovieArea_whiteBg.downside {
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
}
.brandMovieArea_video {
  max-width: 29.375em;
  width: 80%;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.brandMovieArea_video_window {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_video_window {
    margin-top: 7em;
  }
}
.brandMovieArea_video_window p {
  font-size: 1.5em;
  font-weight: bold;
}
.brandMovieArea_video_window .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128%;
  height: 128%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  animation: rotateCircle 50s linear infinite;
  font-size: 0.4375em;
}
@keyframes rotateCircle {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.brandMovieArea_video_window_imgAnimation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 2;
}
.brandMovieArea_video_window_imgAnimation_img01 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  overflow: hidden;
}
.brandMovieArea_video_window_imgAnimation_img01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brandMovieArea_video_window_imgAnimation_img01 .bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.brandMovieArea_video_window_imgAnimation_img01 a {
  display: block;
  position: relative;
  font-size: 1em;
}
.brandMovieArea_video_window_imgAnimation_img01 a:hover {
  opacity: 1;
}
.brandMovieArea_video_window_imgAnimation_img01 a:hover .brandMovieArea_video_window_imgAnimation_poster {
  transform: scale(1.1);
}
.brandMovieArea_video_window_imgAnimation_img01 a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1em;
  width: 5.25em;
  height: 4em;
  background-color: #ff0033;
  z-index: 2;
}
.brandMovieArea_video_window_imgAnimation_img01 a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.9375em 0 0.9375em 1.5625em;
  z-index: 3;
}
.brandMovieArea_video_window_imgAnimation_poster {
  transition-duration: 0.3s;
}
.brandMovieArea_video_window_imgAnimation_img02 {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: scaleUp 6s ease-in-out infinite;
}
.brandMovieArea_video_window_imgAnimation_img02.img03 {
  animation-delay: 0.1s;
  border-color: #317643;
}
.brandMovieArea_video_window_imgAnimation_img02.img04 {
  animation-delay: 0.2s;
  border-color: #43a15c;
}
.brandMovieArea_video_window_imgAnimation_iframe {
  position: relative;
  padding-bottom: 100%;
  aspect-ratio: 1/1;
  height: 0;
  overflow: hidden;
  transform: scale(1.4);
}
.brandMovieArea_video_window_imgAnimation_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
    border-width: 10em;
  }
  10% {
    transform: translate(-50%, -50%) scale(1);
    border-width: 3em;
  }
  12% {
    transform: translate(-50%, -50%) scale(1);
    border-width: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    border-width: 0;
  }
}
.brandMovieArea_video_window_inner {
  position: relative;
  z-index: 1;
}
.brandMovieArea_video_window_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  -ms-transform: translate(-50%, -50%) scale(1.4);
  z-index: 1;
  width: 100%;
  transform-origin: center center;
}
.brandMovieArea_video_ttlArea {
  position: absolute;
  top: 50%;
  left: -12.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 4;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_video_ttlArea {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align: center;
    width: 100%;
  }
}
.brandMovieArea_video_ttlArea .ttl_en {
  font-size: 2.6875em;
  line-height: 1.02;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_video_ttlArea .ttl_en {
    font-size: 5.6875em;
  }
}
.brandMovieArea_video_ttlArea .ttl_ja {
  font-size: 0.75em;
  font-weight: bold;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_video_ttlArea .ttl_ja {
    font-size: 1.75em;
    font-weight: bold;
    margin-top: 0.2em;
  }
}
.brandMovieArea_video_circle {
  position: absolute;
  top: 50%;
  left: -24em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #06b8ff;
  background: linear-gradient(90deg, rgb(6, 184, 255) 0%, rgb(255, 225, 0) 100%);
}
@media screen and (max-width: 768px) {
  .brandMovieArea_video_circle {
    top: 71%;
    left: -19em;
    width: 100%;
    height: auto;
    max-width: 29.375em;
    width: 100%;
  }
}
.brandMovieArea_video_circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  border-radius: 50%;
  background-color: #fff;
}
.brandMovieArea_video_circle.circle02 {
  left: auto;
  right: -24em;
}
@media screen and (max-width: 768px) {
  .brandMovieArea_video_circle.circle02 {
    right: -19em;
  }
}

.projectMovieArea {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-block: 0 4.375em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .projectMovieArea {
    padding-bottom: 6em;
  }
}
.projectMovieArea_inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.125em;
}
@media screen and (max-width: 768px) {
  .projectMovieArea_inner {
    flex-direction: column;
    align-items: center;
    margin-top: 3em;
  }
}
.projectMovieArea_video {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .projectMovieArea_video {
    width: 100%;
  }
  .projectMovieArea_video .projectMovieArea_txtArea_lead {
    text-align: center;
  }
}
.projectMovieArea_video_window {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .projectMovieArea_video_window {
    margin-top: 3em;
  }
}
.projectMovieArea_video_window::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 50%;
  padding: 0;
  pointer-events: none;
  border: 0.3em solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(6, 184, 255) 0%, rgb(255, 225, 0) 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask-image: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask-image: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.projectMovieArea_video_window::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 96%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.projectMovieArea_video_window_triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5em;
  text-align: center;
  z-index: 3;
}
.projectMovieArea_txtArea {
  width: 44.8%;
  text-align: center;
  padding-top: 4.375em;
}
@media screen and (max-width: 768px) {
  .projectMovieArea_txtArea {
    width: 100%;
    padding-top: 0em;
  }
}
.projectMovieArea_txtArea_lead_txt {
  font-size: 1.5625em;
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 0.04em solid #fff;
}
.projectMovieArea_txtArea_lead_txt:nth-of-type(n + 2) {
  margin-top: 0.7em;
}
.projectMovieArea_txtArea_comingSoon {
  font-size: 1.5625em;
  line-height: 1.4;
  display: inline-block;
  padding-block: 0.5em;
  text-align: center;
  width: 100%;
  background-color: #fff;
  color: #000;
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .projectMovieArea_txtArea_comingSoon {
    margin-top: 2em;
  }
}

.promotionMovieArea {
  width: 100%;
  position: relative;
  z-index: 3;
  padding-block: 6em 4.375em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .promotionMovieArea .secTtlArea .ttl_en {
    font-size: 4.5em;
  }
}
.promotionMovieArea_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 2.5em;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-top: 3.125em;
}
.promotionMovieArea_item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .promotionMovieArea_item {
    width: 100%;
  }
}
.promotionMovieArea_item_iframe {
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.5em;
}
.promotionMovieArea_item_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.modalBlock iframe,
a.modalblock iframe {
  pointer-events: none;
}

.messengersArea {
  width: 100%;
  position: relative;
  z-index: 4;
  padding-block: 6em 4.375em;
  background-color: #fff;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .messengersArea {
    padding-block: 3em;
  }
}
@media screen and (max-width: 768px) {
  .messengersArea .secTtlArea .ttl_en {
    font-size: 4em;
  }
}
.messengersArea_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.125em;
}
@media screen and (max-width: 1000px) {
  .messengersArea_inner.inner1000 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .messengersArea_inner.inner1000 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .messengersArea_inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.messengersArea_item {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .messengersArea_item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .messengersArea_item {
    width: 80%;
    margin-top: 5em;
  }
  .messengersArea_item:nth-of-type(n + 2) {
    margin-top: 0em;
  }
}
.messengersArea_item_imgBlock {
  position: relative;
  z-index: 1;
}
.messengersArea_item_img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.messengersArea_item_nameArea {
  position: absolute;
  bottom: 2em;
  right: 0;
  z-index: 2;
  text-align: right;
}
.messengersArea_item_nameArea_name {
  display: inline-block;
  font-size: 1.875em;
  line-height: 1;
  font-weight: bold;
  padding: 0.3em 1em;
  background-color: #fff;
  border: 0.0333em solid #000;
}
.messengersArea_item_nameArea_en {
  font-size: 0.875em;
  margin-top: 0.4em;
  line-height: 1;
}
.messengersArea_item_txtArea {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .messengersArea_item_txtArea {
    margin-top: 1.4em;
  }
}
.messengersArea_item_txtArea_txt {
  font-size: 0.75em;
  line-height: 2.166;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .messengersArea_item_txtArea_txt {
    font-size: 1em;
  }
}

.bnrArea {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-block: 4.375em 6em;
  background-color: #fff;
  margin-top: -1px;
}
.bnrArea_inner {
  text-align: center;
}

footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.youtubeModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
.youtubeModal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.youtubeModal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.youtubeModal_content {
  position: relative;
  width: 90%;
  max-width: 56.25em;
  aspect-ratio: 16/9;
  z-index: 10001;
  background-color: #000;
  border-radius: 0.5em;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.youtubeModal.is-active .youtubeModal_content {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .youtubeModal_content {
    width: 95%;
    border-radius: 0.3em;
  }
}
.youtubeModal_close {
  position: absolute;
  top: -5em;
  right: 0em;
  width: 3.5em;
  height: 3.5em;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  z-index: 10002;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  transition: transform 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.youtubeModal_close::before, .youtubeModal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.5em;
  height: 0;
  border-top: 0.15em solid #fff;
  transform-origin: center;
}
.youtubeModal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.youtubeModal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.youtubeModal_close:hover {
  transform: scale(1.1);
}
.youtubeModal_close:focus {
  outline: none;
}
.youtubeModal_close_text {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -4.5em;
}
.youtubeModal_iframeWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.youtubeModal_iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}/*# sourceMappingURL=styles.css.map */