@charset "UTF-8";
body.nav-open,
body.nav-open *,
body.nav-open *:hover,
body.nav-open *:focus,
body.nav-open *:active {
  touch-action: none !important;
  pointer-events: none !important;
}

body.nav-open .toggle-menu,
body.nav-open .toggle-menu *,
body.nav-open .header__logo,
body.nav-open .header__logo *,
body.nav-open .fixed-box,
body.nav-open .fixed-box *,
body.nav-open #g_nav,
body.nav-open #g_nav * {
  touch-action: auto !important;
  pointer-events: visible !important;
}

.nav-open {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}

.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #g_nav {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    padding: 104px 60px 400px;
  }
  #g_nav li {
    border-bottom: 1px solid #EACA3B;
  }
  #g_nav li .up-menu .menu-text {
    font-weight: 500;
    padding: 12px 0 12px 6px;
    font-size: 16px;
    line-height: 2;
  }
  #g_nav li .sub-menu {
    box-shadow: none;
  }
  #g_nav li .sub-menu li:first-child {
    border-top: 1px solid #EACA3B;
  }
  #g_nav li .sub-menu li:last-child {
    border-bottom: 0;
  }
  #g_nav li .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0 10px 30px;
    background: url("../img/top/menu_arrow.svg") no-repeat center left 10px;
  }
  #g_nav li.menu-item-has-children .up-menu:after {
    border: 0;
    margin-bottom: 0;
    transform: none;
    background: url("../img/top/menu_plus.svg") no-repeat center/100% auto;
    width: 13px;
    height: 13px;
    transition: all 0.5s;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #g_nav li.menu-item-has-children.hover .up-menu:after {
    background-image: url("../img/top/menu_minus.svg");
  }
}
@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #header p {
    margin-bottom: 0;
  }
  #header .header__main-container {
    padding: 17px 15px 16px 18px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .header__main-container {
    padding: 17px 12px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #header .header__main-container {
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #header .header__main-container {
    flex-direction: column;
    align-items: unset;
  }
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 313px;
  }
  #header .header__main-container .header__sub-container .header__logo a {
    display: block;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #header .header__main-container .header__nav {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #header .header__main-container .header__nav nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #header .header__main-container .header__nav nav .group-btn {
    display: flex;
    gap: 2px;
  }
  #header .header__main-container .header__nav nav .group-btn .tel {
    width: 184px;
  }
  #header .header__main-container .header__nav nav .group-btn .tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 2;
    padding: 7.5px 0;
    background: #EACA3B;
    letter-spacing: 0.1em;
    gap: 8px;
  }
  #header .header__main-container .header__nav nav .group-btn .tel a::before {
    content: "";
    background: url("../img/top/icon_tel.svg") no-repeat center/100% auto;
    line-height: 0;
    width: 15px;
    height: 19px;
    position: relative;
    top: 2px;
  }
  #header .header__main-container .header__nav nav .group-btn .btn-contact {
    width: 184px;
  }
  #header .header__main-container .header__nav nav .group-btn .btn-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    padding: 9.5px 0;
    background: #EACA3B;
    letter-spacing: 0;
    gap: 5px;
    height: 100%;
  }
  #header .header__main-container .header__nav nav .group-btn .btn-contact a::before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/top/icon_mail.svg") no-repeat center/100% auto;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (hover: hover) {
  #header .header__main-container .header__nav nav .group-btn .btn-contact a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  #header .header__main-container .header__nav nav {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  #header .header__main-container .header__nav nav .group-btn .tel, #header .header__main-container .header__nav nav .group-btn .btn-contact {
    width: 165px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  #header .header__main-container .header__nav nav .group-btn .tel, #header .header__main-container .header__nav nav .group-btn .btn-contact {
    width: 150px;
  }
  #header .header__main-container .header__nav nav .group-btn .tel a {
    font-size: 14px;
    gap: 5px;
  }
  #header .header__main-container .header__nav nav .group-btn .tel a::before {
    width: 12px;
    height: 17px;
  }
  #header .header__main-container .header__nav nav .group-btn .btn-contact a {
    font-size: 12px;
  }
  #header .header__main-container .header__nav nav .group-btn .btn-contact a::before {
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
  }
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav {
    display: flex;
    gap: 44px;
  }
  #header .header__main-container .header__nav nav #g_nav li .up-menu .menu-text {
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
    line-height: 2;
    font-size: 17px;
    display: block;
    text-decoration: none;
    letter-spacing: 0;
    padding: 7.5px 0;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .header__main-container .header__nav nav #g_nav li .up-menu .menu-text:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav li .sub-menu {
    width: -moz-max-content;
    width: max-content;
    top: calc(100% + 4px);
    box-shadow: none;
    background: #F6F6F6;
    padding: 22px 33px;
    border-radius: 0;
  }
  #header .header__main-container .header__nav nav #g_nav li .sub-menu::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 13px solid #F6F6F6; /* màu tam giác */
  }
  #header .header__main-container .header__nav nav #g_nav li .sub-menu li .menu-text {
    display: block;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.1875;
    padding: 0 0 0 22px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s;
    letter-spacing: 0.02em;
  }
  #header .header__main-container .header__nav nav #g_nav li .sub-menu li .menu-text:hover {
    background: url("../img/top/menu_arrow.svg") no-repeat center left;
  }
  #header .header__main-container .header__nav nav #g_nav li .sub-menu li + li {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .header__main-container .header__nav nav #g_nav {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #header .header__main-container .header__nav nav #g_nav li .up-menu .menu-text {
    font-size: 14px;
  }
  #header .header__main-container .header__nav nav #g_nav li .sub-menu li .menu-text {
    font-size: 14px;
    background-size: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    box-sizing: border-box;
  }
  #header .header__main-container {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
  }
  #header .header__main-container .header__sub-container {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
    width: 100%;
    padding: 0 0 0 17px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
  }
  #header .header__main-container .header__sub-container .header__logo {
    width: 278px;
    padding: 11px 0;
  }
  #header .header__main-container .header__sub-container .header__logo a {
    display: block;
    line-height: 0;
  }
  #header .header__main-container .header__sub-container .toggle-menu {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .header__main-container .header__sub-container .toggle-menu .toggle-menu__trigger {
    width: 22px;
    height: 16px;
  }
  #header .header__main-container .header__sub-container .toggle-menu .toggle-menu__trigger span {
    background: #EACA3B;
  }
  #header .header__main-container .header__sub-container .toggle-menu.active .toggle-menu__trigger span {
    background: #414141;
  }
}

.section-link {
  padding: 99px 0 87px;
}
.section-link p {
  margin-bottom: 0;
}
.section-link .container {
  max-width: 1088px;
}
.section-link .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 1009px;
  max-width: 100%;
}
.section-link .inner h3 {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
}
.section-link .inner h3 small {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: block;
  margin: 10px 0 0;
}
.section-link .inner .group-bnr {
  display: flex;
  gap: 14px;
  max-width: 100%;
}
.section-link .inner .group-bnr p {
  width: 354px;
  max-width: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .section-link {
    padding: 53px 0 54px;
  }
  .section-link .inner h3 {
    font-size: 16px;
    line-height: 1;
  }
  .section-link .inner h3 small {
    font-family: "Cormorant", serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .section-link .inner .group-bnr {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .section-link .inner .group-bnr p {
    max-width: 100%;
    width: 100%;
  }
}

.section-contact {
  background: url("../img/top/contact_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 77px 0 98px;
}
.section-contact p {
  margin-bottom: 0;
}
.section-contact .container {
  max-width: 1090px;
}
.section-contact .inner {
  width: 1012px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 27px 20px;
}
@media screen and (max-width: 999px) {
  .section-contact .inner {
    flex-direction: column;
    align-items: center;
  }
}
.section-contact .left h2 {
  font-size: 24px;
  line-height: 1.5;
}
.section-contact .left h2 span {
  display: block;
  font-size: 70px;
  line-height: 78px;
  letter-spacing: 0.1em;
  margin: 0 0 1px;
}
.section-contact .left .txt {
  font-weight: 700;
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0.1em;
}
.section-contact .right {
  width: 487px;
  color: #414141;
  margin: 12px 0 0;
  max-width: calc(100% - 490px);
}
@media screen and (max-width: 999px) {
  .section-contact .right {
    max-width: 100%;
    margin-top: 0;
  }
}
.section-contact .right .tel a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  text-decoration: none;
}
.section-contact .right .tel a span {
  width: 354px;
  gap: 48px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.section-contact .right .tel a span::before {
  content: "";
  background: url("../img/top/icon_tel2.svg") no-repeat center/100% auto;
  width: 31px;
  height: 38px;
}
.section-contact .right .btn-contact {
  margin: 14px 0 0;
}
.section-contact .right .btn-contact a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  text-decoration: none;
}
.section-contact .right .btn-contact a:hover {
  opacity: 0.8;
}
.section-contact .right .btn-contact a span {
  width: 361.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.section-contact .right .btn-contact a span::before {
  content: "";
  background: url("../img/top/icon_mail2.svg") no-repeat center/100% auto;
  width: 40px;
  height: 40px;
}
.section-contact .right .btn-contact a span::after {
  content: "";
  background: url("../img/top/contact_icon.svg") no-repeat center/100% auto;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .section-contact {
    background-image: url("../img/top/contact_bg_sp.jpg");
    padding: 36px 0 32px;
  }
  .section-contact .left h2 {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1;
    font-size: 16px;
  }
  .section-contact .left h2 span {
    margin: 11px 0 0;
    font-size: 32px;
    line-height: 1;
  }
  .section-contact .left .txt {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    margin: 13px 0 0;
    letter-spacing: 0;
  }
  .section-contact .right {
    width: 100%;
  }
  .section-contact .right .tel a {
    font-weight: 400;
    height: 60px;
  }
  .section-contact .right .tel a span {
    width: 243px;
    font-size: 22px;
    gap: 23px;
  }
  .section-contact .right .tel a span::before {
    width: 21px;
    height: 25px;
  }
  .section-contact .right .btn-contact {
    margin: 4px 0 0;
  }
  .section-contact .right .btn-contact a {
    height: 60px;
    padding: 0 0 0 3.5px;
  }
  .section-contact .right .btn-contact a span {
    width: 248.5px;
    font-size: 18px;
  }
  .section-contact .right .btn-contact a span::before {
    width: 27px;
    height: 27px;
  }
  .section-contact .right .btn-contact a span:after {
    width: 8px;
    height: 8px;
  }
}

.pagetop {
  position: fixed;
  right: 38px;
  bottom: 41px;
  z-index: 99;
  width: 57px;
  margin: 0;
}

#footer p {
  margin-bottom: 0;
}
#footer .footer-content {
  padding: 36px 0 122px;
  text-align: center;
}
#footer .footer-content .footer__logo {
  width: 130px;
  margin: 0 auto 26px;
}
#footer .footer-content .address, #footer .footer-content .sitemap {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
}
#footer .footer-content .address {
  margin: 7px 0 17px;
}
@media (hover: hover) {
  #footer .footer-content .sitemap a:hover {
    text-decoration: underline;
  }
}
#footer .footer-content .copyright {
  font-size: 12px;
  line-height: 1.5;
  margin: 46px 0 0;
  letter-spacing: 0;
  color: #B8B8B8;
}
@media screen and (max-width: 767px) {
  #footer .footer-content .footer__logo {
    width: 108px;
    margin-bottom: 23px;
  }
  #footer .footer-content {
    padding: 19px 0 100px;
  }
  #footer .footer-content .address, #footer .footer-content .sitemap {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
  }
  #footer .footer-content .address {
    margin: 7px 0 16px;
  }
}

.fixed-box {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  width: 100%;
}
.fixed-box .fixed-banner__sp ul {
  display: flex;
  justify-content: space-between;
}
.fixed-box .fixed-banner__sp ul li {
  width: calc((100% - 65px) / 2 - 0.5px);
}
.fixed-box .fixed-banner__sp ul li:not(.pagetop-sp) a {
  background: #EACA3B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.5;
  height: 64px;
  letter-spacing: 0.06em;
}
.fixed-box .fixed-banner__sp ul li.tel a {
  gap: 3.5px;
}
.fixed-box .fixed-banner__sp ul li.tel a img {
  position: relative;
  top: 2px;
}
.fixed-box .fixed-banner__sp ul li.contact a {
  gap: 8px;
}
.fixed-box .fixed-banner__sp ul li.pagetop-sp {
  width: 64px;
}

.loopslider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.loopslider ul {
  animation: flowing 120s linear infinite;
  transform: translateX(100%);
  display: flex;
}
.loopslider ul li {
  width: 396px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .loopslider ul li {
    width: 248px;
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.wow {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 2s;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.animated.infinite {
  animation-iteration-count: infinite;
}