#header-nav #nav {
  display: inline-block;
}
#header-nav #nav .parent-category {
  margin: 0;
  display: inline-block;
  padding: 0;
  left: 0;
}
#header-nav #nav .column-link.parent-category:not(:first-of-type) {
  margin-left: 30px;
}
#header-nav #nav .parent-category:after {
  content: none;
}
#header-nav #nav .child-category a:after {
  content: none;
  display: block;
  border-bottom: none;
  background: transparent;
}
#header-nav #nav .parent-category:hover:after {
  border-bottom-color: transparent;
}
#header-nav #nav .parent-category a:focus,
#header-nav #nav .child-category a:focus,
#header-nav #nav a:hover {
  text-decoration: none;
}
#header-nav ul#nav li > a {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: calc(21.6 / 12);
  padding: 0;
  margin: 0 0 23px;
  color: #000;
  transition: opacity 0.5s linear;
  position: relative;
}
#header-nav #nav .parent > a {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: calc(21.6 / 12);
  padding: 0 14px 0 0;
  margin: 0 0 23px;
  color: #000;
  transition: opacity 0.5s linear;
  position: relative;
}
#header-nav #nav .parent .title {
  display: block;
  font-size: 12px;
  line-height: calc(21.6 / 12);
  color: #000;
}
#header-nav ul#nav .grandchild-category li.level2 a::after,
#header-nav ul#nav li.parent-category > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  will-change: transform;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: #222222;
  transition: 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
  opacity: 1;
}
#header-nav ul#nav .grandchild-category li.level2 > a:hover::after,
#header-nav ul#nav .grandchild-category li.level2 > a:active::after,
#header-nav ul#nav .grandchild-category li.level2 > a:focus::after,
#header-nav ul#nav li.parent-category > a:hover:after,
#header-nav ul#nav li.parent-category > a:active:after,
#header-nav ul#nav li.parent-category > a:focus:after {
  transform: scale(1);
}
#header-nav #nav .child-category-name .title {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  width: auto;
  color: #000;
}
#header-nav #nav .child-category-name .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: auto;
  color: #000;
}
#header-nav #nav .parent-category.parent > a .title::after {
  content: "";
  background: url(/assets/images/common/icon-arrow-down.svg) no-repeat;
  position: absolute;
  width: 8px;
  height: 5px;
  background-size: 8px;
  top: 9px;
  right: 0;
}
#header-nav #nav .parent-category.parent > a .title.u-enfont::after {
  content: "";
  background: url(/assets/images/common/icon-arrow-down.svg) no-repeat;
  position: absolute;
  width: 8px;
  height: 5px;
  background-size: 8px;
  top: 8px;
  right: 0;
}
.child-category .column-links {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-auto-columns: minmax(0px, 22%);
  column-gap: 25px;
  padding: 30px 130px 53px;
}
.c-header .c-header-menu #nav > li.parent > .subnav .columns .column .column-link {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  font-size: 1.0rem;
  line-height: 50px;
  height: 100%;
  text-align: left;
}
#header-nav ul#nav .child-category li.level1 > a {
  line-height: normal;
  height: auto;
  display: inline-block;
  padding: 5px 0;
  margin: 0 0 10px;
}
#header-nav ul#nav .grandchild-category li > a {
  line-height: normal;
  height: auto;
  display: block;
  position: relative;
  padding: 3.2px 0;
  margin: 0;
}
.c-header .c-header-menu #nav > li.parent > .subnav .columns .column .grandchild-category .column-link {
  line-height: 35px;
}
.grandchild-category.g-navi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-header .c-header-menu #nav > li.parent > .subnav .columns .column .grandchild-category.g-navi .column-link {
  padding: 0;
}
.grandchild-category.hamburger-menu {
  display: none;
}
.grandchild-category.g-navi .title {
  font-size: 12px;
  line-height: 18px;
}
.subnav .title-container {
  display: none;
}
.c-header .c-header-menu #nav > li#hamburger_slider {
  display: none;
}
#header-nav #nav li.column-link:focus-visible {
  outline: none;
}
.c-header .c-header-menu #nav > li.parent > .subnav {
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 0;
  display: none;
  border-top: 1px solid #E2E2E2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
}
.c-header .c-header-menu #nav > li.parent.menu-active > .subnav {
  display: block;
}
.c-header .c-header-menu #nav > li.parent > .subnav .columns {
  max-height: 100%;
  height: 100%;
}
.c-header .c-header-menu #nav > li.parent > .subnav .columns .column .column-links {
  max-width: 1400px;
  margin: auto;
}
.navi-contents-container {
  display: none;
}
#header-nav .column-link .title.u-enfont,
#header-nav .parent-category .title.u-enfont,
#header-nav #nav .child-category-name .title.u-enfont,
#header-nav #nav .grandchild-category .title.u-enfont {
  font-family: 'Archivo', sans-serif;
}

@media (max-width: 991px) {
  .grandchild-category.g-navi {
    display: none;
  }
  .grandchild-category.hamburger-menu {
    display: block;
  }
  #open-menu .close-icon {
    background: url(/assets/images/common/icon_close.png) no-repeat center center;
    background-size: 13.5px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding: 11px;
    width: 39px;
    height: 39px;
    position: relative;
    opacity: 1;
    pointer-events: all;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  #header-nav ul#nav {
    width: 100%;
    left: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 9999999;
    visibility: visible;
    background-attachment: fixed;
    text-align: left;
    transition: left 0.5s ease-in-out;
    background: #fff;
    max-height: calc(100dvh - 70px);
    min-height: calc(100dvh - 70px);
    height: 100%;
  }
  #header-nav.open ul#nav {
    left: 0;
  }
  #header-nav #nav .parent > a {
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    line-height: 18px;
    color: #000;
  }
  #header-nav #nav .parent-category {
    margin: 0;
    padding: 0;
  }
  #header-nav #nav .parent-category.parent > a .title::after,
  #header-nav #nav .parent > a .title::after,
  #header-nav #nav .parent-category.parent > a .title.u-enfont::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 12px;
    background: url(/assets/images/common/icon_arrow_right.png) no-repeat center center;
    background-size: 100% auto;
    transform: translate(0, -50%);
  }
  #header-nav #nav .child-category-column.parent > a .title::after {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    right: 0;
    width: 5px;
    height: 12px;
    background: url(/assets/images/common/icon_arrow_down.svg) no-repeat center center;
    background-size: 100% auto;
    transform: translate(0, -50%);
    transform: rotate(90deg) translateZ(0);
  }
  #header-nav #nav .child-category-column.parent.open > a .title::after {
    background: url(/assets/images/common/icon_arrow_down.svg) no-repeat center center;
    transform: rotate(-90deg) translateZ(0);
  }
  #header-nav #nav .parent-category:hover:after {
    border-bottom: none;
  }
  .child-category .column-links {
    flex-direction: column;
  }
  .c-header .c-header-menu #nav > li.parent > .subnav .columns .parent .columns:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: none;
    margin: auto;
  }
  .c-header-left {
    width: 100%;
  }
  #open-menu {
    display: block;
  }
  #header-nav #open-menu {
    width: 100%;
    height: 70px;
    left: -100%;
    transition: left 0.5s ease-in-out;
    padding: 15px 20px;
    background-color: #fff;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    top: 0;
    z-index: 1000;
    text-align: center;
  }
  #header-nav #open-menu.deep ~ ul#nav {
    overflow: hidden;
  }
  #header-nav #open-menu.open {
    left: 0;
  }
  #header-nav #open-menu .logo {
    width: auto;
    height: 37px;
  }
  #header-nav #nav li.parent-category:not(:last-child),
  #header-nav #nav .child-category li.column-link:not(:last-child),
  #header-nav #nav .grandchild-category.hamburger-menu li.column-link:not(:last-child) {
    margin: 0;
  }
  #header-nav #nav li.column-link {
    padding: 0 20px 0;
  }
  #header-nav #nav .child-category li.column-link:last-child {
    padding: 0 20px 30px;
  }
  #header-nav #nav .title {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(18 / 16);
  }
  #header-nav #nav .child-category-name .title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    width: auto;
    color: #000;
  }
  #header-nav #nav .parent .title {
    font-size: 16px;
    line-height: calc(18 / 16);
    color: #000;
    width: 100%;
  }
  #header-nav #nav li.column-link {
    height: auto;
  }
  #header-nav ul#nav > li .subnav {
    left: -100%;
    transition: left 0.5s ease-in-out;
    display: block;
    border: none;
    box-shadow: none;
  }
  #header-nav.open ul#nav > li .subnav.open {
    left: 0;
  }
  #header-nav > .window-layer,
  #header-nav .child-category > .window-layer,
  #header-nav .grandchild-category.hamburger-menu > .window-layer {
    opacity: 0;
    pointer-events: all;
    background: #0006;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    position: fixed;
    transition: opacity 1s ease-in-out;
    z-index: 52;
  }
  #header-nav.open > .window-layer,
  #header-nav.open .child-category.open > .window-layer,
  #header-nav.open .grandchild-category.hamburger-menu.open > .window-layer {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in-out;
  }
  #header-nav .child-category.open > .window-layer,
  #header-nav .grandchild-category.hamburger-menu.open > .window-layer {
    top: 70px;
  }
  .c-header .c-header-menu #header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    pointer-events: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-header .c-header-menu #header-nav.open {
    pointer-events: all;
  }
  #child-category-menu .arrow-icon,
  #grandchild-category-menu .arrow-icon {
    width: 21px;
    height: 20px;
    padding: 3px 7px;
    cursor: pointer;;
  }
  .subnav .title-container {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    gap: 5px;
    padding: 19px 20px;
    margin-bottom: 14px;
    text-transform: uppercase;
    width: 100%;
  }
  .subnav .title-container .label {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    background-color: #fff;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .c-header .c-header-menu #nav > li#hamburger_slider {
    display: block;
    width: 100%;
    height: 280px;
    z-index: 0;
    padding: 0 20px;
  }
  .c-header .c-header-menu #nav > li#hamburger_slider .slick-wrapper {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
  }
  #hamburger_slider .slick-track {
    display: flex;
    flex-direction: row;
  }
  #hamburger_slider .slick-slide .label {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
  }
  #hamburger_slider .slick-slide .label-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
  }
  #hamburger_slider .slick-slide .slider-image {
    width: 100%;
  }
  #hamburger_slider .slick-slide .arrow-icon {
    width: 5px;
    height: 12px;
  }
  #header-nav ul#nav li.slick-slide {
    margin-right: 20px;
  }
  #header-nav ul#nav li {
    width: 100%;
    background: #fff;
  }
  #header-nav ul#nav li > a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
  }
  #header-nav ul#nav li.parent-category > a {
    border-bottom: 1px solid #d9d9d9;
  }
  #header-nav ul#nav li > a > span {
    font-size: 1.0rem;
    letter-spacing: .04em;
    position: relative;
  }
  #header-nav .navi-contents-container ul.navi-contents-body span {
    font-size: 13px;
    font-weight: 500;
    position: relative;
  }
  #header-nav ul#nav li .subnav {
    position: fixed;
    top: 70px;
    height: auto;
    text-align: left;
    overflow: auto;
    z-index: 200;
  }
  #header-nav ul#nav li .subnav .columns {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: left;
    font-size: inherit;
    position: relative;
    z-index: 200;
    padding-bottom: 2.5rem;
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: calc(100dvh - 70px);
    min-height: calc(100dvh - 70px);
  }
  .c-header .c-header-menu #nav > li.parent > .subnav .columns .column .column-links {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  #header-nav ul#nav .grandchild-category li.level2 a::after,
  #header-nav ul#nav li.parent-category > a::after {
    content: none;
  }
  .navi-contents-container {
    display: block;
  }
  .navi-contents-body {
    padding: 30px 20px;
  }
  .navi-contents-body li {
    margin-bottom: 15px;
  }
  #header-nav ul#nav .navi-contents-body li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    font-size: 13px;
  }
  .navi-contents-body img {
    width: 20px;
    height: auto;
  }
  #header-nav ul#nav .child-category li.level2 > a {
    line-height: normal;
    height: auto;
    display: inline-block;
    padding: 5px 0;
    margin: 0 0 10px;
  }
  .c-header .c-header-menu #nav > li.parent > .subnav .columns .column .grandchild-category .column-link {
    line-height: calc(16 / 13);
  }
  #header-nav #nav .column-link.parent-category:not(:first-of-type) {
    margin-left: 0;
  }
  #header-nav .parent-category .title.u-enfont,
  #header-nav #nav .child-category-name .title.u-enfont,
  #header-nav #nav .grandchild-category .title.u-enfont {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    line-height: calc(18 / 16);
  }
  #header-nav ul#nav li .grandchild-category.hamburger-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
    margin: 10px 0 12px;
  }
  #header-nav ul#nav li .grandchild-category.hamburger-menu.open {
    display: block;
  }
  #header-nav #nav .grandchild-category.hamburger-menu li.column-link {
    padding: 0;
  }
  #header-nav ul#nav li .subnav.grandchild-category.hamburger-menu .columns {
    min-height: auto;
    max-height: 100%;
    overflow: hidden;
  }
  #header-nav ul#nav .child-category .grandchild-category li > a {
    padding: 0;
    margin: 0;
  }
  #header-nav #nav .parent .grandchild-category.hamburger-menu .title {
    font-size: 13px;
    line-height: 13px;
    color: #000;
    width: 100%;
  }
  #header-nav #nav .grandchild-category.hamburger-menu .column-links {
    gap: 15px;
  }
  .c-header .c-header-menu #nav > li.parent > .subnav .columns .column .column-link {
    line-height: 45px;
  }
  #header-nav ul#nav .child-category li.level1 > a {
    padding: 5px 0;
    margin: 0;
  }
}