html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

svg {
  width: 100%;
}

#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.language select {
  border-radius: 0;
}
#header header .header_navi .navigations .navigation_links .navigation_links_top ul li.language + .search {
  display: none;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li.language .language_wrap {
  position: relative;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li.language .language_wrap:after {
  content: "";
  width: 9px;
  height: 6px;
  background-image: url(../img/arrow_s.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li.language .language_wrap form select {
  border: 1px solid #fff;
  width: 100%;
  height: 32px;
  padding: 0 0.5rem 4px;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li .mega_menu_links.__right {
  justify-content: end;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li .mega_menu_links.__right.__app {
  justify-content: space-evenly;
  z-index: 100;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li .mega_menu_links.__right.__app .mega_menu_title {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li .mega_menu_links.__right.__app .mega_menu_link {
  display: none;
}
@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom .navigation_links_bottom__list li .mega_menu_links.__right.__app .mega_menu_link {
    display: block;
  }
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li:first-child > a {
  position: relative;
  color: #333;
  background: #fff;
  padding-left: 0.5rem;
}
#header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list > li:first-child > a > i {
  position: absolute;
  top: -4px;
  right: 0.5rem;
}

@media screen and (max-width: 767px) {
  #header header .header_navi .navigations .navigation_links .navigation_links_bottom ul.navigation_links_bottom__list li.has_child .mega_menu .mega_menu_wrap .mega_menu_links .mega_menu_link ul li {
    width: 100%;
  }
}
footer .footer_top {
  padding: 2.5rem 0;
}
footer .footer_top .footer_ctas .footer_cta a {
  display: block;
  min-width: 330px;
  max-width: 330px;
}
footer .footer_top .footer_ctas .footer_cta a .link_cover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  max-height: 100px;
  min-height: 100px;
}
footer .footer_top .footer_ctas .footer_cta a .link_cover p.text {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.8rem;
}
footer .footer_top .footer_ctas .footer_cta a .link_cover .circle {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
footer .footer_bar img {
  width: 100%;
}
footer .footer_bottom .footer_contents .footer_logo .footer_sns_link_lists {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_logo .footer_sns_link_lists {
    justify-content: center;
  }
}
footer .footer_bottom .footer_contents .footer_content .footer_links {
  justify-content: space-around;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link {
  min-width: 220px;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .head {
  width: 100%;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists li {
  margin-top: 10px;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists + p.head {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link .footer_link_lists + p.head {
    margin-top: 10px;
  }
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link + p.head {
  margin-top: 20px;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head.active.has_child + .footer_link_lists {
  margin-bottom: 1rem;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head.has_child::after {
  display: none;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head span {
  border-bottom: none;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4007f;
}
footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head a {
  display: block;
}
@media screen and (max-width: 767px) {
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head a {
    margin-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_top .footer_ctas .footer_cta a {
    margin: auto;
  }
  footer .footer_top .footer_ctas .footer_cta a .link_cover {
    background-image: url(../img/footer_line_en.svg);
  }
  footer .footer_top .footer_ctas .footer_cta a .link_cover p.text {
    font-size: 1rem;
    font-weight: normal;
  }
  footer .footer_top .footer_ctas .footer_cta a .link_cover .circle {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    background: #333;
    border-radius: 50%;
  }
  footer .footer_bottom .footer_contents .footer_content .footer_links .footer_link p.head.has_child::after {
    display: block;
  }
}/*# sourceMappingURL=style-en.css.map */