@charset "UTF-8";
@media screen and (min-width: 701px) {
  html {
    font-size: calc(100vw / 1280);
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: calc(100vw / 700);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0 !important;
  line-height: 1.6;
  color: #333;
}
body * {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
body span {
  letter-spacing: inherit;
}

#page.site {
  overflow: clip;
}

@media screen and (min-width: 701px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
}

.w-md {
  width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .w-md {
    width: 100%;
    padding-left: 50rem;
    padding-right: 50rem;
  }
}

.w-sd {
  width: 879rem;
  padding-left: 40rem;
  padding-right: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .w-sd {
    width: 100%;
    padding-left: 50rem;
    padding-right: 50rem;
  }
}

.guidebox {
  pointer-events: none;
  background-size: 1280px !important;
  width: 100%;
  max-width: 1280px;
  z-index: 999;
  opacity: 0.9;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.3;
}
@media screen and (max-width: 700px) {
  .guidebox {
    max-width: 100vw;
    background-size: 100vw !important;
  }
}

.commons {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
}

.blue {
  color: #387FC2;
}

.common_custom_btn::after {
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
.common_custom_btn:hover::after {
  left: 10px;
}

.common_menu_btn {
  position: relative;
  /* ホバー時のボタン全体のスタイル */
}
@media screen and (min-width: 701px) {
  .common_menu_btn:hover .btn-icon {
    background-color: #a8b2b7;
  }
  .common_menu_btn:hover .icon-bar {
    transform: translateX(4px);
  }
}
.common_menu_btn .btn-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #013f91;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.4s ease;
  flex-shrink: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 0px);
}
@media screen and (max-width: 700px) {
  .common_menu_btn .btn-icon {
    width: 28rem;
    height: 28rem;
  }
}
.common_menu_btn .icon-dot {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color 0.4s ease, transform 0.4s ease;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .common_menu_btn .icon-dot {
    width: 7rem;
    height: 7rem;
  }
}
.common_menu_btn .icon-bar {
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  border-bottom: 0;
  transform: translateX(-4px);
  transition: transform 0.4s ease, opacity 0.4s ease, border-color 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .common_menu_btn .icon-bar {
    transform: translateX(-8rem);
    width: 14rem;
    height: 1rem;
  }
}

/* ヘッダー全体のスタイル */
#masthead {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  #masthead {
    height: 90rem;
  }
}
#masthead .header_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #masthead .header_inner {
    padding: 0 20rem;
  }
  #masthead .header_inner::after {
    content: "";
    position: absolute;
    right: 30rem;
    bottom: 0;
    width: 540rem;
    height: 1px;
    background: #000;
    opacity: 0.5;
  }
}

/* ロゴエリア */
.site-branding {
  margin-right: 77px;
}
@media screen and (max-width: 700px) {
  .site-branding {
    margin-right: 0;
  }
}
.site-branding .logo {
  display: block;
  position: relative;
  top: -5px;
  left: -6px;
}
@media screen and (max-width: 700px) {
  .site-branding .logo {
    top: 10rem;
    left: 12rem;
  }
}
.site-branding .logo img {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .site-branding .logo img {
    height: 70rem;
  }
}

/* ナビゲーション */
.main-navigation {
  flex-grow: 1;
}
.main-navigation .nav-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
}
.main-navigation .nav_list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .nav_list.nav_list--left {
  margin-right: auto;
  gap: 37px;
}
.main-navigation .nav_list.nav_list--right {
  margin-right: 30px;
  gap: 33px;
}
.main-navigation .nav_item {
  position: unset;
}
.main-navigation .nav_item:hover > a {
  color: #002065;
}
.main-navigation .nav_item:hover > a .arrow {
  border-right: 1px solid #002065;
  border-bottom: 1px solid #002065;
  transform: rotate(225deg);
  margin-top: 5px;
}
.main-navigation .nav_item > a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.main-navigation .nav_item > a span {
  font-size: 14px;
  font-family: Roboto, "Noto Sans JP", sans-serif;
}
.main-navigation .nav_item > a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-right: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: all 0.3s ease;
}
.main-navigation .btn_contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #002065;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  width: 110px;
  height: 30px;
  transition: opacity 0.3s ease;
}
.main-navigation .btn_contact:hover {
  opacity: 0.8;
}

/* ハンバーガーメニュー（モバイル用：非表示設定） */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}

.drawer-toggle {
  width: 50rem;
  height: 18rem;
  right: 30rem;
  top: 36.5rem;
  position: fixed;
  outline: 0;
  border: 0;
  z-index: 201;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.drawer-toggle:focus {
  outline: none;
}
.drawer-toggle .line {
  display: block;
  width: 50rem;
  border-top: 2rem solid #002065;
  margin: 7.5rem 0;
}

body.drawer--right nav.drawer-nav {
  right: -100vw;
  width: 100vw;
  z-index: 200;
  background: #ffffff;
}
body.drawer--right nav.drawer-nav .drawer-nav-inner {
  padding-bottom: 80rem;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body.drawer--right nav.drawer-nav .site-branding {
  padding-left: 50rem;
  padding-top: 30rem;
  margin-bottom: 50rem;
  position: relative;
  height: 90rem;
}
body.drawer--right nav.drawer-nav .site-branding::after {
  content: "";
  position: absolute;
  right: 30rem;
  bottom: 0;
  width: 540rem;
  height: 1px;
  background: #000;
  opacity: 0.5;
}
body.drawer--right nav.drawer-nav .site-branding .logo {
  display: block;
  left: -20rem;
  top: 0;
}
body.drawer--right nav.drawer-nav .site-branding .logo img {
  height: 70rem;
  width: auto;
  display: block;
}
body.drawer--right nav.drawer-nav .drawer-section {
  padding-top: 35rem;
  margin-bottom: 27rem;
}
body.drawer--right nav.drawer-nav .drawer-section-title {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 24rem;
  color: #1f1f1f;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  padding-left: 50rem;
  margin: 0 0 28rem 0;
}
body.drawer--right nav.drawer-nav .drawer-section-title .circle-arrow {
  margin-left: 25rem;
}
body.drawer--right nav.drawer-nav .circle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  position: relative;
  background-image: url("../images/icon_arrow_right_white.svg");
  background-size: 30rem;
  transform: rotate(-90deg);
}
body.drawer--right nav.drawer-nav .drawer-cards {
  display: grid;
  grid-template-columns: repeat(2, 280rem);
  column-gap: 40rem;
  row-gap: 60rem;
  padding: 0 50rem;
}
body.drawer--right nav.drawer-nav .drawer-card {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
}
body.drawer--right nav.drawer-nav .drawer-card .drawer-card-image {
  width: 280rem;
  height: 163rem;
  background-color: #dfdfe0;
  overflow: hidden;
  margin-bottom: 16rem;
}
body.drawer--right nav.drawer-nav .drawer-card .drawer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
body.drawer--right nav.drawer-nav .drawer-card:hover .drawer-card-image img {
  transform: scale(1.05);
}
body.drawer--right nav.drawer-nav .drawer-card .drawer-card-text {
  font-size: 20rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
body.drawer--right nav.drawer-nav .drawer-card .drawer-card-text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20rem;
  height: 1rem;
  background-color: #002065;
  margin-right: 10rem;
  flex-shrink: 0;
}
body.drawer--right nav.drawer-nav .drawer-links {
  display: grid;
  grid-template-columns: repeat(2, 280rem);
  column-gap: 40rem;
  row-gap: 40rem;
  padding: 0 50rem;
  margin-top: 80rem;
  margin-bottom: 70rem;
}
body.drawer--right nav.drawer-nav .drawer-link-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280rem;
  font-size: 24rem;
  letter-spacing: 0.2em;
  color: #1f1f1f;
  border-bottom: 1rem solid #dfdfe0;
  padding-bottom: 27rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}
body.drawer--right nav.drawer-nav .drawer-link-item span:first-child {
  font-size: 24rem;
  font-family: "Noto Sans JP", sans-serif;
}
body.drawer--right nav.drawer-nav .drawer-link-item:hover {
  opacity: 0.8;
}
body.drawer--right nav.drawer-nav .drawer-contact {
  padding: 0 50rem;
  margin-top: 70rem;
  margin-bottom: 80rem;
}
body.drawer--right nav.drawer-nav .drawer-contact .drawer-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600rem;
  height: 90rem;
  background-color: #002065;
  color: #ffffff;
  font-size: 24rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
body.drawer--right nav.drawer-nav .drawer-contact .drawer-contact-btn:hover {
  opacity: 0.8;
}
body.drawer--right nav.drawer-nav .drawer-logo {
  display: flex;
  justify-content: center;
}
body.drawer--right nav.drawer-nav .drawer-logo img {
  width: 360rem;
}
.drawer--right.drawer-open .drawer-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body.drawer-open .drawer-toggle.sp {
  position: absolute !important;
  background: url("../images/nav_button_close.png") no-repeat center/50rem 18rem;
}
body.drawer-open .drawer-toggle.sp hr {
  opacity: 0;
}

main#primary {
  position: relative;
}
@media screen and (max-width: 700px) {
  main#primary {
    margin-top: 90rem;
  }
}

footer.site-footer {
  position: relative;
  background: #fff;
  margin-top: 0;
  z-index: 2;
}
footer.site-footer .l-container {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  footer.site-footer .l-container {
    width: 100%;
    padding: 0 70rem;
  }
}
footer.site-footer .footer-contact {
  position: relative;
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
  overflow: hidden;
  color: #fff;
  height: 400px;
  padding: 108px 0;
  z-index: 1;
}
footer.site-footer .footer-contact::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  will-change: transform;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact {
    padding: 120rem 0 121rem;
    height: 1084rem;
  }
}
footer.site-footer .footer-contact__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__inner {
    flex-direction: column;
  }
}
footer.site-footer .footer-contact__left {
  width: 400px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__left {
    width: 100%;
  }
}
footer.site-footer .footer-contact__subtitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__subtitle {
    font-size: 20rem;
    margin-bottom: 4rem;
  }
}
footer.site-footer .footer-contact__title {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__title {
    font-size: 54rem;
    margin-bottom: 37rem;
  }
}
footer.site-footer .footer-contact__text {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 28px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__text {
    font-size: 24rem;
    line-height: 48rem;
    letter-spacing: 0.2em;
  }
}
footer.site-footer .footer-contact__right {
  display: flex;
  gap: 50px;
  padding-top: 73px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__right {
    flex-direction: column;
    padding-top: 77rem;
    gap: 0;
  }
}
footer.site-footer .footer-contact__link {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 180px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__link {
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 14rem;
    padding-bottom: 92rem;
  }
}
footer.site-footer .footer-contact__link-en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
  padding-top: 1px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__link-en {
    border-top: none;
    padding-top: 0;
    font-size: 20rem;
    padding-bottom: 36rem;
  }
}
footer.site-footer .footer-contact__link-ja {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 28px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__link-ja {
    font-size: 24rem;
    line-height: 28rem;
  }
}
footer.site-footer .footer-contact__link-icon {
  position: absolute;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(50% + 26px);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/footer_contact_icon_1.svg") no-repeat center/contain;
  transition: all 0.3s ease;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-contact__link-icon {
    width: 40rem;
    height: 40rem;
    right: 150rem;
    top: 48%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 701px) {
  footer.site-footer .footer-contact__link:hover .footer-contact__link-icon {
    right: 2px;
  }
}
footer.site-footer .footer-main {
  padding: 100px 0 50px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-main {
    padding: 136rem 0 35rem;
  }
}
footer.site-footer .footer-main__inner {
  display: flex;
  flex-direction: column;
}
footer.site-footer .footer-main__catch {
  text-align: right;
  margin-bottom: 108px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-main__catch {
    text-align: left;
    margin-bottom: 102rem;
  }
}
footer.site-footer .footer-main__catch p {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-main__catch p {
    font-size: 42rem;
    line-height: 92rem;
    letter-spacing: 0.2em;
  }
}
footer.site-footer .footer-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (min-width: 701px) {
  footer.site-footer .footer-nav {
    padding-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-nav {
    flex-wrap: wrap;
    gap: 30rem;
    margin-bottom: 40rem;
    padding-bottom: 40rem;
  }
}
footer.site-footer .footer-nav__title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: #1f1f1f;
}
footer.site-footer .footer-nav__title a {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #1f1f1f;
  text-decoration: none;
}
footer.site-footer .footer-nav__title.mt-lg {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-nav__title.mt-lg {
    margin-top: 20rem;
  }
}
footer.site-footer .footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer .footer-nav__list li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
footer.site-footer .footer-nav__list li::before {
  content: "ー";
  margin-right: 10px;
  color: #002065;
}
footer.site-footer .footer-nav__list li a {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #1f1f1f;
  text-decoration: none;
}
footer.site-footer .footer-nav__list li a:hover {
  opacity: 0.7;
}
footer.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 33rem;
    margin-bottom: 0;
  }
}
footer.site-footer .footer-bottom__left .footer-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom__left .footer-logo {
    margin-bottom: 45rem;
  }
}
footer.site-footer .footer-bottom__left .footer-logo img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom__left .footer-logo img {
    width: 240rem;
  }
}
footer.site-footer .footer-bottom__left .footer-address {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom__left .footer-address {
    font-size: 24rem;
    line-height: 48rem;
    letter-spacing: 0.1em;
  }
}
footer.site-footer .footer-bottom__right .footer-tel {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom__right .footer-tel {
    flex-direction: column;
    gap: 31rem;
  }
}
footer.site-footer .footer-bottom__right .footer-tel__item {
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfe0;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom__right .footer-tel__item {
    padding-bottom: 13rem;
    border-bottom: 1px solid #dfdfe0;
    width: 362rem;
  }
}
footer.site-footer .footer-bottom__right .footer-tel__item > * {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-bottom__right .footer-tel__item > * {
    font-size: 24rem;
  }
}
footer.site-footer .footer-copy {
  text-align: right;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-copy {
    text-align: left;
    margin-top: 66rem;
  }
}
footer.site-footer .footer-copy small {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  footer.site-footer .footer-copy small {
    font-size: 20rem;
  }
}
footer.site-footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer.site-footer .pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #013F91;
  transition: all 0.3s ease;
}
footer.site-footer .pagetop a::before {
  content: "";
  position: absolute;
  right: 27px;
  top: 15px;
  width: 14px;
  height: 20px;
  background: url("../images/pagetop.png") no-repeat center/cover;
}
@media screen and (max-width: 700px) {
  footer.site-footer .pagetop a::before {
    right: 29rem;
    top: 25rem;
    width: 14rem;
    height: 20rem;
  }
}
@media screen and (min-width: 701px) {
  footer.site-footer .pagetop a {
    width: 228px;
    height: 50px;
    border-radius: 10px 0px 0px 0px;
  }
}
@media screen and (max-width: 700px) {
  footer.site-footer .pagetop a {
    width: 150rem;
    height: 70rem;
    border-radius: 10rem 0px 0px 0px;
  }
}

@media screen and (min-width: 701px) {
  .has-megamenu:hover .megamenu {
    opacity: 1;
    visibility: visible;
  }
}

.megamenu {
  position: absolute;
  top: 75px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: calc(50% + 0px);
  width: 100vw;
  height: 313px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .megamenu {
    display: none;
  }
}
.megamenu::before {
  content: "";
  position: absolute;
  top: -30px;
  /* adjust to cover the gap */
  left: 0;
  width: 100%;
  height: 30px;
  background: transparent;
}
.megamenu__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 42px;
  box-sizing: border-box;
}
.megamenu__header {
  margin-bottom: 25px;
}
.megamenu__header a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
}
.megamenu__header a:hover .megamenu__icon {
  transform: translateX(6px) rotate(-90deg);
}
.megamenu__title {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-right: 10px;
  font-weight: 500;
}
.megamenu__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/icon_arrow_right_white.svg") no-repeat center/contain;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.megamenu__content {
  display: flex;
  gap: 30px;
}
.megamenu__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1f1f1f;
  transition: opacity 0.3s ease;
}
.megamenu__card:hover {
  opacity: 0.7;
}
.megamenu__image {
  width: 240px;
  height: 140px;
  margin-bottom: 9px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.megamenu__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.megamenu__image .placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
  background-color: #e0e0e0;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.megamenu__text {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #1f1f1f;
}