@charset "UTF-8";

/*///////////////////////////////////////////////////
//
//            ▼ ベース設定 ▼
//
///////////////////////////////////////////////////*/


html {
  color: #303030;
  font-size: calc(12px + 4 * (100vw - 768px) / 912);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 16px;
  }
}


a {
  color: #3C60AE;
  display: block;
}

.en {
  font-family: "Oswald", sans-serif;
}

.en1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 0;
  font-style: italic;

}

#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
}

section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

.l_container {
  width: 95%;
  margin: 0 auto;
  max-width: 1680px;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}

.m_container {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.s_container {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
}


@media screen and (min-width:1540px) {
  .l_container {
    max-width: 1680px;
  }

  .container {
    max-width: 1480px;
  }
}

@media screen and (min-width:1280px) and (max-width:1539px) {
  html {
    font-size: 15px;
  }

  .container {
    max-width: 1280px;
  }
}

@media screen and (min-width:768px) and (max-width:1279px) {
  html {
    font-size: 14px;
  }

  .container {
    max-width: none;
  }
}


.is_sp {
  display: none;
}

.is_tab {
  display: none;
}

@media screen and (min-width: 751px) and (max-width: 1025px) {
  html {
    font-size: 13px;
  }


  .is_hidden_tab {
    display: none;
  }

  .is_tab {
    display: block;
  }
}

.objectCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover;object-position: 50% 50%;";
}

.objectContain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  font-family: "object-fit: contain;object-position: 50% 50%;";
}

.point_reader {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.preload * {
  transition: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*///////////////////////////////////////////////////
//
//            ▼ アニメーション ▼
//
///////////////////////////////////////////////////*/
@keyframes copy_en_pc {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -426.25rem 0;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ ▼
//
///////////////////////////////////////////////////*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
  background: #fff;
}

header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  margin: 0.3rem auto;
  padding: 1.8125rem 0 1.125rem;
}

header .header_inner .logo {
  line-height: 1;
  width: clamp(7.5rem, 15.625%, 18.75rem);
  display: flex;
  align-items: center;
}

header .header_inner .logo a {
  width: 100%;
}

header .header_inner .logo a img {
  display: block;
  width: 100%;
  height: auto;
}

header .header_inner nav {
  color: #fff;
  display: flex;
  font-size: 1rem;
}

header .header_inner nav .logo {
  display: none;
}

header .header_inner nav ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

header .header_inner nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

header .header_inner_en nav ul li a,
header .header_inner_jp nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.13vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #085d99;
  transition: 0.3s;
  padding: 0 0.2em;
}

header .header_inner_vn nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #085d99;
  transition: 0.3s;
  padding: 0 0.3em;
}



header .header_inner nav ul li a:hover {
  color: white;
  background-color: #085d99;
}

header .header_inner nav ul li.active,
header .header_inner nav ul li.active a {
  text-decoration: underline !important;
  color: white !important;
  background-color: #085d99 !important;
  padding: 5px 10px 5px 10px;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  header .header_inner nav ul {
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  header .header_inner nav ul {
    gap: 2rem;
  }

  header .header_inner nav ul li a {
    font-size: 0.875vw;
  }
}

header .header_inner nav .contact_box {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-left: 3rem;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {
  header .header_inner nav .contact_box {
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  header .header_inner nav .contact_box {
    padding-left: 2rem;
  }
}

header .header_inner nav .contact_box .tel a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #085d99;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  header .header_inner nav .contact_box .tel a {
    font-size: 0.875rem;
  }
}

header .header_inner nav .contact_box .tel a svg {
  margin-right: 0.25rem;
}

header .header_inner nav .contact_box .tel .txt {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #085d99;
}

header .header_inner nav .contact_box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  padding: 0.625rem;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  border-radius: 30px;
}

header .header_inner nav .contact_box .btn {
  background-color: black;
  box-shadow: #000;
  border-radius: 30px;
}

header .header_inner nav .contact_box .btn a span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: white;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  header .header_inner nav .contact_box .btn a span {
    font-size: 0.875rem;
  }
}

header .header_inner nav .contact_box .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: rgb(255, 255, 255, 0.8);
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
  transition: 0.3s;
}

header .header_inner nav .contact_box .btn a:hover span {
  color: black;

}

header .header_inner nav .contact_box .btn a:hover::before {
  left: -10%;
}

header .header_inner nav .contact_box .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

header .header_inner nav .contact_box .lang button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #085d99;
  background: none;
  border: none;
  transition: 0.3s;
  padding-left: 3px;
  padding-right: 3px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  header .header_inner nav .contact_box .lang button {
    font-size: 0.875rem;
  }
}

header .header_inner nav .contact_box .lang button svg {
  margin-left: 0.125rem;
  transition: 0.3s;
}

header .header_inner nav .contact_box .lang button:hover {
  color: red;
}

header .header_inner nav .contact_box .lang .lang_list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px); /* đẩy xuống 10px */
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in p {
  color: #085d99;
  opacity: 0.7;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  header .header_inner nav .contact_box .lang .lang_list .lang_list_in p {
    font-size: 0.875rem;
  }
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in p,
header .header_inner nav .contact_box .lang .lang_list .lang_list_in a:not(:last-of-type) {
  position: relative;
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in p::after,
header .header_inner nav .contact_box .lang .lang_list .lang_list_in a:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #085d99;
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in p,
header .header_inner nav .contact_box .lang .lang_list .lang_list_in a {
  transition: 0.3s;
  font-size: 1vw;
  margin: 0 0.2em;
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in a:hover {
  opacity: 0.7;
  color: red;
  text-decoration: underline;
}

header .header_inner nav .contact_box .lang .lang_list .lang_list_in a:hover::after {
  opacity: 1;
}

header .header_inner nav .contact_box .lang.active a svg {
  transform: rotate(-180deg);
}

header .header_inner nav .contact_box .lang.active .lang_list {
  opacity: 1;
  visibility: visible;
  top: 2rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ【英語・ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
header .header_inner.header_inner_en nav .contact_box .tel,
header .header_inner.header_inner_vn nav .contact_box .tel {
  text-align: center;
}

header .header_inner.header_inner_en nav .contact_box .tel .txt,
header .header_inner.header_inner_vn nav .contact_box .tel .txt {
  text-align: center;
}

header .header_inner.header_inner_en nav .contact_box .tel .txt .small,
header .header_inner.header_inner_vn nav .contact_box .tel .txt .small {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) and (max-width: 1279.999px) {

  header .header_inner.header_inner_en nav .contact_box .tel .txt .small,
  header .header_inner.header_inner_vn nav .contact_box .tel .txt .small {
    display: block;
    font-size: 0.625rem;
    margin-top: -0.1875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {

  header .header_inner.header_inner_en nav .contact_box .tel .txt .small,
  header .header_inner.header_inner_vn nav .contact_box .tel .txt .small {
    display: block;
    font-size: 0.5rem;
    font-weight: 500;
    margin-top: -0.1875rem;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ ナビ【ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
header .header_inner.header_inner_vn nav .contact_box .lang .lang_list .lang_list_in a {
  position: relative;
}

header .header_inner.header_inner_vn nav .contact_box .lang .lang_list .lang_list_in a::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #085d99;
}

header .header_inner.header_inner_vn nav .contact_box .lang .lang_list .lang_list_in p::after {
  content: none;
}

/*///////////////////////////////////////////////////
//
//            ▼ フッター ▼
//
///////////////////////////////////////////////////*/
footer {
  padding: 6.875rem 0 1.375rem;
  background: #03406B;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/common/footer_bg.png) no-repeat;
  background-size: cover;
  width: 38.28125%;
  height: 100%;
}

footer .footer_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  footer .footer_in {
    width: 80%;
    margin: 0 auto;
  }
}

footer .footer_in .left,
footer .footer_in .right {
  width: 48%;
  position: relative;
  z-index: 2;
}

footer .footer_in .left .logo {
  width: 57.8703703704%;
}

footer .footer_in .left .left_in .left_txt {
  margin: 1.875rem 0 0;
}

footer .footer_in .left .left_in .left_txt p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  color: var(--white, #FFF);
}

footer .footer_in .left .left_in .left1 div a {
  display: inline-block;
  padding-right: 10px;
}


footer .footer_in .left .left_in .left1 div a:hover {
  opacity: 0.6;
}

footer .footer_in .left .left_in .left1 {
  margin-right: 20px;
}

footer .footer_in .left .left_in .left_txt p:last-of-type {
  margin-top: 0.875rem;
}

footer .footer_in .left .left_in .iso {
  width: 40%;
  margin: 3.25rem 0 0;
}

footer .footer_in .right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3.625rem;
  row-gap: 2.125rem;
  width: 20em;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  footer .footer_in .right ul {
    width: 74%;
  }
}

footer .footer_in .right ul li {
  width: fit-content;
  min-width: 4.5rem;
}

footer .footer_in .right ul li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  transition: 0.3s;
}

footer .footer_in .right ul li a:hover {
  color: #303030;
}

footer .footer_in .right .link_box {
  width: 20em;
  margin: 2.625rem 0 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  footer .footer_in .right .link_box {
    width: 74%;
  }
}

footer .footer_in .right .link_box a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
  transition: 0.3s;
}

footer .footer_in .right .link_box a svg {
  font-weight: 300;
  margin-left: 0.375rem;
}

footer .footer_in .right .link_box a:last-of-type {
  margin: 0.75rem 0 0;
}

footer .footer_in .right .link_box a:hover {
  opacity: 0.6;
}

footer .copyright {
  margin: 6.75rem 0 0;
}

footer .copyright p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  color: var(--white, #FFF);
}

/*///////////////////////////////////////////////////
//
//            ▼ フッター【英語・ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
footer .footer_in.footer_in_en .right ul li:last-of-type a,
footer .footer_in.footer_in_vn .right ul li:last-of-type a {
  white-space: nowrap;
}

@media screen and (min-width: 1026px) and (max-width: 1279.999px) {

  footer .footer_in.footer_in_en .right ul li:last-of-type a,
  footer .footer_in.footer_in_vn .right ul li:last-of-type a {
    white-space: unset;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ 共通 ▼
//
///////////////////////////////////////////////////*/
.common_btn {
  display: inline-block;
}

.common_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.75rem;
  border: solid 1px #085d99;
  padding: 1.5625rem;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.common_btn a span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #085d99;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.common_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #085d99;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
  transition: 0.3s;
}

.common_btn a:hover span {
  color: #fff;
}

.common_btn a:hover::before {
  left: -10%;
}

.common_btn.white a {
  border: solid 1px #fff;
}

.common_btn.white a span {
  color: #fff;
}

.common_btn.white a::before {
  background: #fff;
}

.common_btn.white a:hover span {
  color: #085d99;
}

.common_btn.blue a {
  background: #085d99;
}

.common_btn.blue a::before {
  background: #fff;
}

.common_btn.blue a span {
  color: #fff;
}

.common_btn.blue a:hover span {
  color: #085d99;
}

.section_ttl span {
  font-size: 3.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.031em;
  color: #085d99;
}

.section_ttl .ttl_txt {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  color: #085d99;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .section_ttl .ttl_txt {
    font-size: 1.25rem;
  }
}

.section_ttl.white span,
.section_ttl.white .ttl_txt {
  color: #fff;
}



.row>.col {
  width: 25%;
  float: left;
  padding: 2.5px;
}

.row>.col>img {
  width: 100%;
}

.row::after {
  content: '';
  display: block;
  clear: both;
}


.fadein,
.fadein02,
.fadein03 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: ease-in-out 0.3s;
}

.fadein.active,
.fadein02.active,
.fadein03.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.fadein02 {
  transition-delay: 0.3s;
}

.fadein03 {
  transition-delay: 0.6s;
}


/*///////////////////////////////////////////////////
//
//            ▼ CTA ▼
//
///////////////////////////////////////////////////*/
.contact_cta {
  min-height: 37.5rem;
  margin: -15rem 0 0;
  position: relative;
}

.contact_cta .parallax_bg {
  animation: parallax-img-anim linear;
  animation-timeline: scroll();
  position: relative;
  z-index: -2;
}

.contact_cta .parallax_bg .parallax_img {
  width: 100%;
}

.contact_cta .parallax_contact {
  position: absolute;
  bottom: 20%;
  right: 16.6666666667%;
  width: 28.6458333333%;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 6.25rem 1.25rem;
  z-index: 2;
  animation: parallax-contact-anim linear;
  animation-timeline: scroll();
}

@media screen and (min-width: 1280px) and (max-width: 1439.999px) {
  .contact_cta .parallax_contact {
    padding: 2.5rem 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279.999px) {
  .contact_cta .parallax_contact {
    left: 5%;
    width: fit-content;
    padding: 2.5rem 1.25rem;
  }

  .contact_cta .parallax_contact .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1.25rem 0 0;
  }

  .contact_cta .parallax_contact .flex .left,
  .contact_cta .parallax_contact .flex .right {
    width: 48.5%;
  }

  .contact_cta .parallax_contact .flex .left .common_btn,
  .contact_cta .parallax_contact .flex .right .common_btn {
    width: 100%;
  }

  .contact_cta .parallax_contact .flex .left .common_btn:last-of-type,
  .contact_cta .parallax_contact .flex .right .common_btn:last-of-type {
    margin-top: 0;
  }

  .contact_cta .parallax_contact .flex .left .common_btn a,
  .contact_cta .parallax_contact .flex .right .common_btn a {
    width: 100%;
  }
}

.contact_cta .parallax_contact .section_ttl {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #085d99;
}

.contact_cta .parallax_contact .section_ttl span {
  display: block;
  font-size: 3.875rem;
  font-weight: 400;
  letter-spacing: 0.031em;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1279.999px) {
  .contact_cta .parallax_contact .section_ttl {
    font-size: 1.125rem;
  }

  .contact_cta .parallax_contact .section_ttl span {
    font-size: 2.625rem;
  }
}

.contact_cta .parallax_contact p {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #383838;
}

.contact_cta .parallax_contact p:first-of-type {
  margin: 2.5rem 0 0;
}

.contact_cta .parallax_contact p:nth-of-type(2),
.contact_cta .parallax_contact p:last-of-type {
  margin: 0.5rem 0 0;
}

.contact_cta .parallax_contact .common_btn {
  display: block;
  max-width: 18.75rem;
  margin: 2rem auto 0;
}

.contact_cta .parallax_contact .common_btn.blue {
  margin-top: 1.75rem;
}

.contact_cta .parallax_contact .common_btn:last-of-type a svg {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  color: #085d99;
  margin-right: 0.625rem;
}

.contact_cta .parallax_contact .common_btn:last-of-type a span {
  letter-spacing: normal;
}


/*///////////////////////////////////////////////////
//
//            ▼ CTA【英語・ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
.contact_cta.contact_cta_en .parallax_contact .flex .left p,
.contact_cta.contact_cta_vn .parallax_contact .flex .left p {
  line-height: 1.35;
}

.contact_cta.contact_cta_en .parallax_contact .flex .right p,
.contact_cta.contact_cta_vn .parallax_contact .flex .right p {
  line-height: 1.35;
}

.contact_cta.contact_cta_en .parallax_contact .flex .right p .small,
.contact_cta.contact_cta_vn .parallax_contact .flex .right p .small {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) and (max-width: 1279.999px) {

  .contact_cta.contact_cta_en .parallax_contact .flex .right p .small,
  .contact_cta.contact_cta_vn .parallax_contact .flex .right p .small {
    font-size: 0.65625rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {

  .contact_cta.contact_cta_en .parallax_contact .flex .right p .small,
  .contact_cta.contact_cta_vn .parallax_contact .flex .right p .small {
    font-size: 0.65625rem;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ 下層共通 ▼
//
///////////////////////////////////////////////////*/
.lower_mv {
  margin: 6rem 0 clamp(180px, 15.625vw, 300px);
}

.lower_mv .mv {
  position: relative;
  padding: 2rem 0 0rem;
}

.lower_mv .mv::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 5.5rem;
  left: 0;
  width: 100%;
  height: clamp(450px, 49.4791666667vw, 950px);
  background: linear-gradient(94deg, #085D99 12.95%, #085D99 50.77%, #51A4DD 80.92%);
  clip-path: polygon(0 0, 0 0, 0 70%, 0 70%);
  transition: 0.3s ease-in;
}

.lower_mv .mv.anime::before {
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
}

.lower_mv .mv .lower_mv_txt {
  position: absolute;
  z-index: 2;
  top: 46%;
  left: 19.875%;
  transform: translateY(-50%);
}

.lower_mv .mv .lower_mv_txt .breadcramb {
  margin-bottom: 0.75rem;
  opacity: 0;
  transition: 0.3s;
}

.lower_mv .mv .lower_mv_txt .breadcramb ul {
  display: flex;
  column-gap: 1.375rem;
}

.lower_mv .mv .lower_mv_txt .breadcramb ul li {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.lower_mv .mv .lower_mv_txt .breadcramb ul .button:hover {
  color: rgb(19, 115, 204) !important; /* Màu xanh khi hover */
  text-decoration: underline !important; /* Gạch chân khi hover */
}

.lower_mv .mv .lower_mv_txt .breadcramb ul .en:hover {
  text-decoration: underline !important; /* Gạch chân khi hover */
}
 
.lower_mv .mv .lower_mv_txt .breadcramb ul li a {
  color: #fff;
  opacity: 0.7;
}

.lower_mv .mv .lower_mv_txt .breadcramb.anime02 {
  opacity: 1;
}

.lower_mv .mv .lower_mv_txt .lower_mv_ttl .en,
.lower_mv .mv .lower_mv_txt .lower_mv_ttl .ja {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.lower_mv .mv .lower_mv_txt .lower_mv_ttl .en {
  font-size: 4.25rem;
}

.lower_mv .mv .lower_mv_txt .lower_mv_ttl .ja {
  font-size: 1.75rem;
  margin-top: 1.75rem;
}

.lower_mv .mv .lower_mv_txt .lower_mv_ttl.anime03 .en,
.lower_mv .mv .lower_mv_txt .lower_mv_ttl.anime03 .ja {
  animation: flowing_lower_ttl 0.28s forwards linear;
  width: 0%;
}

.lower_mv .mv .lower_mv_txt .lower_mv_ttl.anime03 .ja {
  animation-delay: 0.22s;
}

@keyframes flowing_lower_ttl {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.lower_mv .mv .mv_img {
  width: 83.3333333333%;
  margin-left: auto;

  opacity: 0;
  transition: 0.28s;
}

.lower_mv .mv .mv_img.anime02 {
  opacity: 1;
}

.lower_mv .mv .txt {
  width: 66.6666666667%;
  margin: 1rem auto 0;
  opacity: 0;
  transition: 0.3s;
}

.lower_mv .mv .txt p {
  font-size: 1rem;
  color: #fff;
}

.lower_mv .mv .txt.anime04 {
  opacity: 1;
}

.lower_mv02 {
  margin: 6rem 0 0;
}

.lower_mv02 .mv {
  position: relative;
  padding: 20.375rem 0 28.3125rem;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {
  .lower_mv02 .mv {
    padding: 17.5rem 0 23.75rem;
  }
}

.lower_mv02 .mv::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 2rem;
  left: 0;
  width: 100%;
  height: clamp(450px, 49.4791666667vw, 950px);
  height: calc(100% - 2rem);
  background: linear-gradient(94deg, #085D99 12.95%, #085D99 50.77%, #51A4DD 80.92%);
  clip-path: polygon(0 0, 0 0, 0 70%, 0 70%);
  transition: 0.3s ease-in;
}

.lower_mv02 .mv.anime::before {
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
}

.lower_mv02 .mv .lower_mv_txt {
  z-index: 2;
}

.lower_mv02 .mv .lower_mv_txt .breadcramb {
  margin-bottom: 0.75rem;
}

.lower_mv02 .mv .lower_mv_txt .breadcramb ul {
  display: flex;
  column-gap: 1.375rem;
}

.lower_mv02 .mv .lower_mv_txt .breadcramb ul li {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.lower_mv02 .mv .lower_mv_txt .breadcramb ul li a {
  color: #fff;
  opacity: 0.7;
}

.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl .en,
.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl .ja {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  width: 0%;
}

.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl .en {
  font-size: 6.25rem;
}

.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl .ja {
  font-size: 1.75rem;
  margin-top: 1.75rem;
}

.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl.anime03 .en,
.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl.anime03 .ja {
  animation: flowing_lower_ttl 0.28s forwards linear;
  width: 0%;
}

.lower_mv02 .mv .lower_mv_txt .lower_mv_ttl.anime03 .ja {
  animation-delay: 0.22s;
}

@keyframes flowing_lower_ttl {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/*///////////////////////////////////////////////////
//
//            ▼ 下層共通【英語・ベトナム語】 ▼
//
///////////////////////////////////////////////////*/
.lower_mv.lower_mv_en .lower_mv_txt .lower_mv_ttl span:last-of-type,
.lower_mv.lower_mv_vn .lower_mv_txt .lower_mv_ttl span:last-of-type {
  font-size: 1.75rem;
  margin-top: 1.25rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {

  .lower_mv.lower_mv_en .lower_mv_txt .lower_mv_ttl span:last-of-type,
  .lower_mv.lower_mv_vn .lower_mv_txt .lower_mv_ttl span:last-of-type {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.lower_mv.lower_mv_en .txt p,
.lower_mv.lower_mv_vn .txt p {
  line-height: 1.75;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {

  .lower_mv.lower_mv_en .txt p,
  .lower_mv.lower_mv_vn .txt p {
    line-height: 1.55;
  }
}

.lower_mv02.lower_mv02_en .mv .lower_mv_txt .lower_mv_ttl .en,
.lower_mv02.lower_mv02_vn .mv .lower_mv_txt .lower_mv_ttl .en {
  font-size: 6.25rem;
}

.lower_mv02.lower_mv02_en .mv .lower_mv_txt .lower_mv_ttl .en:last-of-type,
.lower_mv02.lower_mv02_vn .mv .lower_mv_txt .lower_mv_ttl .en:last-of-type {
  font-size: 1.75rem;
  margin-top: 1.25rem;
  padding-bottom: 0.375rem;
}

@media screen and (min-width: 768px) and (max-width: 1025.999px) {

  .lower_mv02.lower_mv02_en .mv .lower_mv_txt .lower_mv_ttl .en:last-of-type,
  .lower_mv02.lower_mv02_vn .mv .lower_mv_txt .lower_mv_ttl .en:last-of-type {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}


/*///////////////////////////////////////////////////
//
//            ▼ 404 ▼
//
///////////////////////////////////////////////////*/
.page404 .catch_copy {
  height: 100vh;
  min-height: 750px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page404 .catch_copy .ttl {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

/*///////////////////////////////////////////////////
//
//            ▼ 検索フォーム ▼
//
///////////////////////////////////////////////////*/
.search {
  width: 100%;
  border: 1px solid #ddd;
}

.search form .search_inner {
  display: flex;
  justify-content: space-between;
  height: 3rem;
  align-items: center;
}

.search form .search_inner .input {
  width: calc(100% - 3rem);
  height: 100%;
}

.search form .search_inner .input input {
  border: none;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
}

.search form .search_inner .submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 3rem;
  height: 3rem;
  color: #000;
}

.search form .search_inner .submit span {
  font-size: 1.2rem;
}

.post_none {
  text-align: center;
}

/*///////////////////////////////////////////////////
//
//            ▼ IE対策 ▼
//
///////////////////////////////////////////////////*/

/*# sourceMappingURL=desktop.css.map */

#top-up {
  font-size: 3rem;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  color: orange;
  bottom: 100px;
  right: 15px;
  display: none;
  border: 3px solid white;
  border-radius: 50%;
}

#top-up:hover {
  color: #e01616
}





/* Haloween */
/*  .bat {
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url('/images/bat.png'); Đường dẫn tới hình ảnh dơi 
    background-size: cover;
    animation: fly 5s linear infinite;
    z-index: 3;
    right: auto;
    left: 30px;
  }
  .pumpkin {
    position: fixed;
    bottom: 20px; /* Khoảng cách từ cạnh dưới màn hình 
    right: 80px;  /* Khoảng cách từ cạnh phải màn hình 
    width: 180px; /* Kích thước hình ảnh 
    height: auto;
    z-index: 1000; /* Đảm bảo hình ảnh nằm trên cùng 
  }
  /* Định vị hình phù thủy ở góc trên bên phải 
  .witch {
    position: fixed;
    top: 110px; /* Khoảng cách từ cạnh trên màn hình 
    right: 50px; /* Khoảng cách từ cạnh phải màn hình 
    width: 150px; /* Kích thước hình ảnh phù thủy 
    height: auto;
    z-index: 1000; /* Đảm bảo hình ảnh ở trên các phần tử khác 
  }
*/
/* Hiệu ứng di chuyển của phù thủy */


@keyframes fly {
  from { transform: translateY(0); }
  to { transform: translateY(-100vh); }
}

.snowflake {
  color: white;
  }
  @-webkit-keyframes snowflakes-fall {
  0% {
  top: -10%;
  }
  100% {
  top: 100%;
  }
  }
  @-webkit-keyframes snowflakes-shake {
  0% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  }
  50% {
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  }
  100% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  }
  }
  @keyframes snowflakes-fall {
  0% {
  top: -10%;
  }
  100% {
  top: 100%;
  }
  }
  @keyframes snowflakes-shake {
  0% {
  transform: translateX(0px);
  }
  50% {
  transform: translateX(80px);
  }
  100% {
  transform: translateX(0px);
  }
  }
  .snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
  }
  .snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
  }
  .snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
  }
  .snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
  }
  .snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
  }
  .snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
  }
  .snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
  }
  .snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
  }
  .snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
  }
  .snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
  }
  .snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
  }
  
  
  
  
  
  
  
  


