.red {
  color: var(--red);
}

.white {
  color: var(--white);
}

.menu-active {
  padding: 6px 8px;
  border-radius: 20px;
  background-color: var(--gray-2);
}

.pc-menu-container,
.sp-menu-container {
  box-sizing: content-box;
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 999;
  padding: 0 24px;
  width: calc(100% - 96px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pc-menu-container .menu-header,
.sp-menu-container .menu-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
}
.pc-menu-container .menu-header .menu-right,
.sp-menu-container .menu-header .menu-right {
  display: flex;
  align-items: center;
}
.pc-menu-container .menu-header .menu-left,
.sp-menu-container .menu-header .menu-left {
  display: flex;
  align-items: center;
}
.pc-menu-container .menu-header .menu-left .menu-image,
.sp-menu-container .menu-header .menu-left .menu-image {
  height: 20px;
}
.pc-menu-container .menu-header .menu-right,
.sp-menu-container .menu-header .menu-right {
  margin-left: auto;
}
.pc-menu-container .menu-header .menu-right .menu-link,
.pc-menu-container .menu-header .menu-right .menu-lang,
.sp-menu-container .menu-header .menu-right .menu-link,
.sp-menu-container .menu-header .menu-right .menu-lang {
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  line-height: normal;
}
.pc-menu-container .menu-header .menu-right .menu-link:not(:first-child),
.sp-menu-container .menu-header .menu-right .menu-link:not(:first-child) {
  margin-left: 12px;
}
.pc-menu-container .menu-header .menu-right .menu-lang,
.sp-menu-container .menu-header .menu-right .menu-lang {
  margin-left: 32px;
  display: flex;
  align-items: center;
}
.pc-menu-container .menu-header .menu-right .menu-lang .menu-lang-image,
.sp-menu-container .menu-header .menu-right .menu-lang .menu-lang-image {
  margin-right: 4px;
  height: 17px;
}

.menu-lang a {
  display: contents;
}

.pc-menu-container .menu-detail {
  padding: 48px 80px;
  width: calc(100% - 160px);
  border-top: solid 1px var(--black-5);
  color: var(--black);
  display: none;
}
.pc-menu-container .menu-detail .menu-detail-contents {
  width: 100%;
  display: flex;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-title-area {
  width: 40%;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-title-area
  .menu-detail-contents-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 8px;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-title-area
  .menu-detail-contents-subtitle {
  display: flex;
  align-items: center;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-title-area
  .menu-detail-contents-subtitle
  span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 16px;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-title-area
  .menu-detail-contents-subtitle
  .menu-detail-contents-item-image {
  box-sizing: content-box;
  margin-left: auto;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-contents-area {
  padding-left: 40px;
  width: calc(60% - 40px);
  margin-left: auto;
  border-left: solid 1px var(--black-10);
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-contents-area
  .menu-detail-contents-section {
  width: 100%;
  display: flex;
  align-items: center;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-contents-area
  .menu-detail-contents-section
  .menu-detail-contents-item {
  width: calc(33% - 40px);
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px var(--black-10);
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-contents-area
  .menu-detail-contents-section
  .menu-detail-contents-item
  .menu-detail-contents-item-image {
  box-sizing: content-box;
  margin-left: auto;
}
.pc-menu-container
  .menu-detail
  .menu-detail-contents
  .menu-detail-contents-contents-area
  .menu-detail-contents-section
  .menu-detail-contents-item:not(:first-child) {
  margin-left: 40px;
}
.pc-menu-container [id^="pc-detail-"] {
  display: none;
}

.sp-menu-container {
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 0 24px;
  width: calc(100% - 64px);
  box-sizing: content-box;
}
.sp-menu-container .menu-header .menu-right .menu-link,
.sp-menu-container .menu-header .menu-right .menu-lang {
  margin: 0;
}
.sp-menu-container .menu-header .menu-right .menu-link:not(:first-child) {
  margin: 0;
}
.sp-menu-container .menu-header .menu-right .menu-lang {
  margin-right: 16px;
}
.sp-menu-container .menu-detail {
  border-top: solid 1px var(--black-5);
  padding: 0 32px;
  cursor: pointer;
}
.sp-menu-container .menu-detail .sp-menu-sub-link {
  padding: 24px 0;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  color: var(--black);
}
.sp-menu-container .menu-detail .sp-menu-sub-link img {
  box-sizing: content-box;
  margin-left: auto;
}
.sp-menu-container .menu-detail .sp-menu-sub-link:not(:last-child) {
  border-bottom: solid 1px var(--black-10);
}
.sp-menu-container .menu-detail .sp-menu-back {
  color: var(--black);
  padding-top: 24px;
  display: flex;
  align-items: center;
}
.sp-menu-container .menu-detail .sp-menu-back img {
  margin-right: 16px;
}
.sp-menu-container .menu-children {
  display: none;
}
.sp-menu-container #sp-menu-close {
  display: none;
}
.sp-menu-container #sp-menu-detail {
  display: none;
}
.sp-menu-container [id^="sp-detail-"] {
  display: none;
}

.fill-background {
  border-radius: 40px;
  background-color: var(--white-90);
  backdrop-filter: blur(40px);
}

/* for laptop */
.sp-menu-container {
  display: none;
}

/* for tablet and mobile phone */
@media screen and (max-width: 1439px) {
  .sp-menu-container {
    display: block;
  }

  .pc-menu-container {
    display: none;
  }
}

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