@charset "UTF-8";
/* インポート */
/* media queries */
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "MOVIEWALKER";
  font-display: swap;
  src: url("fonts/MOVIEWALKERV4.woff2") format("woff2");
}
@font-face {
  font-family: "MOVIEWALKERPRICE";
  font-display: swap;
  src: url("fonts/MOVIEWALKER-PRICE.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@-webkit-keyframes mw-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mw-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #DFDFDF;
}
@media screen and (max-width: 767px) {
  header {
    border-bottom: none;
  }
}
header.headerLogo-only .headerSearch__wrap,
header.headerLogo-only .navigation__wrap {
  display: none !important;
}
@media screen and (max-width: 767px) {
  header.headerNav-only .headerSearch__wrap {
    display: none !important;
  }
}

.header__container {
  height: 74px;
  padding: 15px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 0;
    height: auto;
  }
}
.header__container .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__container .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.header__container .layout .left__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__container .layout .logo__wrap {
  width: 288px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .header__container .layout .logo__wrap {
    width: 110px;
    height: 34px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.header__container .layout .logoRight__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
}
.header__container .layout .headerSearch__wrap {
  max-width: 460px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (max-width: 767px) {
  .header__container .layout .headerSearch__wrap {
    max-width: none;
    margin-left: 0;
    background-color: #F2F2F2;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header__container .layout .headerSearch__wrap .search__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .header__container .layout .headerSearch__wrap .search__form {
    background-color: white;
    padding: 12px 16px;
  }
}
.header__container .layout .headerSearch__wrap .search__form .search_txt__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__container .layout .headerSearch__wrap .search__form button {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  height: 18px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__container .layout .headerSearch__wrap .search__form button.search__btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/svg/ic_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header__container .layout .headerSearch__wrap .search__form button.clear__btn {
  margin-left: 8px;
}
.header__container .layout .headerSearch__wrap .search__form button.clear__btn::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/svg/ic_clear.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header__container .layout .headerSearch__wrap .search__form button.clear__btn::before {
    width: 14px;
    height: 14px;
  }
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field {
  width: 100%;
  padding: 0;
  border: 0;
  color: #555;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 1.05;
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::-webkit-input-placeholder {
  font-size: 16px;
  color: #757575;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", "Roboto", sans-serif;
  line-height: 1.05;
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::-moz-placeholder {
  font-size: 16px;
  color: #757575;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", "Roboto", sans-serif;
  line-height: 1.05;
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field:-ms-input-placeholder {
  font-size: 16px;
  color: #757575;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", "Roboto", sans-serif;
  line-height: 1.05;
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::-ms-input-placeholder {
  font-size: 16px;
  color: #757575;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", "Roboto", sans-serif;
  line-height: 1.05;
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::placeholder {
  font-size: 16px;
  color: #757575;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "NotoSansJP", "Roboto", sans-serif;
  line-height: 1.05;
}
.header__container .layout .headerSearch__wrap .search__form input[type=text].search__field:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .header__container .layout .headerSearch__wrap .search__form input[type=text].search__field {
    background-color: white;
    line-height: 1.4;
    font-size: 16px;
  }
  .header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::-moz-placeholder {
    font-size: 16px;
  }
  .header__container .layout .headerSearch__wrap .search__form input[type=text].search__field:-ms-input-placeholder {
    font-size: 16px;
  }
  .header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::-ms-input-placeholder {
    font-size: 16px;
  }
  .header__container .layout .headerSearch__wrap .search__form input[type=text].search__field::placeholder {
    font-size: 16px;
  }
}
.header__container .layout .header__beginner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .header__beginner {
    gap: 4px;
    padding-right: 8px;
    padding-left: 4px;
  }
}
.header__container .layout .header__beginner > img {
  width: 25.342px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .header__beginner > img {
    height: 21px;
    width: auto;
  }
}
.header__container .layout .header__beginner > p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #999;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header__container .layout .header__beginner > p {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
  }
}
.header__container .layout .header__beginner:hover {
  opacity: 0.7;
}
.header__container .layout .navigation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__container .layout .navigation__wrap .button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__container .layout .navigation__wrap .button-icon.union img {
  width: 27.155px;
  height: 28.907px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.union img {
    width: 24px;
    height: 26px;
  }
}
.header__container .layout .navigation__wrap .button-icon.menuButton {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.menuButton {
    padding: 0 12px;
  }
}
.header__container .layout .navigation__wrap .button-icon.menuButton img {
  width: 34px;
  height: 19.429px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.menuButton img {
    width: 24px;
    height: 20px;
  }
}
.header__container .layout .navigation__wrap .button-icon.cart {
  padding: 0 13px 0 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.cart {
    padding: 0 19px 0 6px;
  }
}
.header__container .layout .navigation__wrap .button-icon.cart img {
  width: 32.48px;
  height: 27.999px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.cart img {
    width: 32.325px;
    height: 30px;
  }
}
.header__container .layout .navigation__wrap .button-icon.cart .counter {
  position: absolute;
  right: 6px;
  top: 2px;
  background-color: #E71410;
  border-radius: 50%;
  padding: 2px;
  height: 14px;
  min-width: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.cart .counter {
    font-size: min(3.2vw, 12px);
    top: -5px;
    right: 14px;
  }
}
.header__container .layout .navigation__wrap .button-icon.cart .counter.long {
  border-radius: 10px;
  padding: 1px 3px;
  min-width: auto;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .header__container .layout .navigation__wrap .button-icon.cart .counter.long {
    right: 6px;
    top: -4px;
  }
}
.header__container .layout .navigation__wrap .button-icon.cart .counter.long::after {
  content: "+";
  padding-bottom: 2px;
}
.header__container .layout .navigation__wrap .button-icon:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .header__container .layout .function__wrap {
    position: relative;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ハンバーガーメニュー */
.header__menu__container {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.header__menu__container[data-initial-visible=true] {
  -webkit-transition: none;
  transition: none;
}
.header__menu__container[data-initial-visible=true] nav {
  -webkit-transition: none;
  transition: none;
}
.header__menu__container.menu-visible {
  opacity: 1;
  visibility: visible;
}
.header__menu__container.menu-visible nav {
  top: 0;
}
@media screen and (max-width: 767px) {
  .header__menu__container.menu-visible nav {
    left: 0;
  }
}
.header__menu__container .menu__button__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  height: 32px;
  width: 32px;
  padding: 10px;
  border: none;
  position: absolute;
  top: 18px;
  right: 20px;
}
.header__menu__container .menu__button__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1248px) {
  .header__menu__container .menu__button__close {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__container .menu__button__close {
    background-color: white;
    top: 16px;
    right: -48px;
    padding: 8px;
  }
  .header__menu__container .menu__button__close path {
    stroke: #999;
  }
}
.header__menu__container nav {
  position: fixed;
  top: -100%;
  left: 0;
  overflow-y: scroll;
  background-color: white;
  width: 100%;
  height: 100vh;
  -webkit-transition: top 0.4s ease-out, left 0.4s ease-out;
  transition: top 0.4s ease-out, left 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav {
    top: 0;
    left: -100%;
    background-color: #F5F5F5;
    width: calc(100vw - 64px);
    height: auto;
    overflow-y: visible;
  }
}
.header__menu__container nav .content__wrapper {
  position: relative;
  padding: 18px 0px 120px;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .content__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .sp__navigation__wrap {
    height: 100vh;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item .linkList {
    border-bottom: 1px solid #DFDFDF;
  }
  .header__menu__container nav .navList__item .linkList:last-child, .header__menu__container nav .navList__item .linkList.hide-border {
    border-bottom: none;
  }
}
.header__menu__container nav .navList__item .linkList a.textLink {
  position: relative;
  display: block;
  padding: 8px 16px 8px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item .linkList a.textLink {
    padding: 0 8px 12px;
    font-size: min(3.7333333333vw, 14px);
    color: #444;
  }
}
.header__menu__container nav .navList__item .linkList a.textLink::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url("../images/svg/ic_arrow_red.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 8px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item .linkList a.textLink::after {
    bottom: 16px;
  }
}
.header__menu__container nav .navList__item .linkList a.textLink:hover {
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item .linkList a.textLink:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item.stratification .linkList.last {
    border-bottom: 1px solid #DFDFDF;
  }
}
.header__menu__container nav .navList__item.stratification .linkList.subtitle a.textLink {
  color: black;
  padding: 8px 16px 8px 8px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item.stratification .linkList.subtitle a.textLink {
    padding: 0 8px 12px;
  }
}
.header__menu__container nav .navList__item.stratification .linkList.subtitle .unlink {
  padding: 8px 16px 8px 8px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item.stratification .linkList.subtitle .unlink {
    padding: 0 8px 12px;
  }
}
.header__menu__container nav .navList__item.stratification .linkList a.textLink {
  padding: 8px 16px 8px 24px;
}
@media screen and (max-width: 767px) {
  .header__menu__container nav .navList__item.stratification .linkList a.textLink {
    padding: 0 8px 12px 24px;
  }
}
.header__menu__container .navigation__top__wrap {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap {
    background-color: white;
    padding: 24px 16px 12px 16px;
    margin-bottom: 16px;
  }
}
.header__menu__container .navigation__top__wrap .loginBtn__wrap {
  max-width: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .loginBtn__wrap {
    margin: 0 auto 8px;
  }
}
.header__menu__container .navigation__top__wrap .loginBtn__wrap .btn {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .loginBtn__wrap .btn {
    font-size: min(4.8vw, 18px);
  }
}
.header__menu__container .navigation__top__wrap .navList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .navList__item:first-child {
    margin-bottom: 16px;
  }
  .header__menu__container .navigation__top__wrap .navList__item:first-child .textLink {
    border-bottom: 1px solid #DFDFDF;
  }
}
.header__menu__container .navigation__top__wrap .navList__item .linkList {
  width: calc((100% - 20px) / 3 - 0.1px);
  max-width: 304px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .navList__item .linkList {
    width: 100%;
    max-width: none;
  }
  .header__menu__container .navigation__top__wrap .navList__item .linkList:last-child {
    border-bottom: none;
  }
}
.header__menu__container .navigation__top__wrap .navList__item .linkList a.textLink {
  padding: 8px 16px 8px 8px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .navList__item .linkList a.textLink {
    padding: 0 8px 16px;
  }
}
.header__menu__container .navigation__top__wrap .navList__item .linkList a.textLink .userName {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .navList__item .linkList a.textLink .userName {
    font-size: min(4.8vw, 18px);
  }
}
.header__menu__container .navigation__top__wrap .navList__item .linkList a.textLink .userName span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__top__wrap .navList__item .linkList a.textLink .userName span {
    font-size: min(3.2vw, 12px);
  }
}
.header__menu__container .navigation__bottom__wrap {
  border-top: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__bottom__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    gap: 16px;
  }
}
.header__menu__container .navigation__bottom__wrap .listBox {
  width: calc((100% - 20px) / 3 - 0.1px);
  max-width: 304px;
  padding: 24px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__bottom__wrap .listBox {
    gap: 16px;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    padding: 0;
  }
  .header__menu__container .navigation__bottom__wrap .listBox:first-child {
    padding-bottom: 16px;
  }
  .header__menu__container .navigation__bottom__wrap .listBox:nth-child(2) {
    background-color: #F5F5F5;
  }
  .header__menu__container .navigation__bottom__wrap .listBox:last-child {
    padding-bottom: 100px;
  }
}
.header__menu__container .navigation__bottom__wrap .listBox .listBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__bottom__wrap .listBox .listBox__wrap {
    background-color: white;
  }
}
.header__menu__container .navigation__bottom__wrap .listBox .navList__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__bottom__wrap .listBox .navList__title {
    font-size: min(4.8vw, 18px);
    padding: 24px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu__container .navigation__bottom__wrap .listBox .navList__item {
    padding: 0 16px;
  }
  .header__menu__container .navigation__bottom__wrap .listBox .navList__item:not(.stratification) {
    padding-bottom: 4px;
  }
}