@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  html.lock {
    overflow: hidden !important;
  }

  html.lock .srh_tag:not(.js-active) {
    border-bottom-width: 1px;
  }
}

.header {
  position: relative;
  width: 100%;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #222;
  z-index: 100;
}
.header * {
  box-sizing: border-box;
}
.header img {
  max-width: 100%;
}
.header a {
  display: block;
  overflow: visible;
}
.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
  color: initial;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100vw;
    height: auto;
  }
}


.header_logo {
  max-width: 171px;
}
.header_logo img {
  max-width: 100%;
}
.header_logo path {
  fill: #333;
}
.header_logo svg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_mv_wrap .header_logo {
    position: absolute;
    top: 35px;
    left: 0;
    max-width: 222px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 144px;
    width: 49%;
    margin: 6px 0 0 50px !important;
  }
}


.header.clone_nav {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  transition: all 0.5s;
  z-index: 100;
}
.header.clone_nav.is_fixed {
  top: 0;
}
@media screen and (min-width: 768px) {
  #js_clone_nav.header.clone_nav .members {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #js_clone_nav.header.clone_nav .header_list .members {
    margin: 0;
  }
  .header.clone_nav .nav_wrap {
    background: #fff;
  }
  .header.clone_nav .header_info {
    padding-bottom: 1px;
  }
  .header.clone_nav .nav_search_wrap,
  .header.clone_nav.is_fixed + header .nav_search_wrap {
    display: none;
  }
  .header.clone_nav.is_fixed .nav_search_wrap {
    display: block;
  }
}


.header .nav_wrap {
  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;
  position: relative;
  min-height: 80px;
  padding: 0 65px;
  border-top: solid 1px #ebebeb;
}
.header._top .nav_wrap {
  background: #ffccd7;
}
@media screen and (min-width: 768px) {
  .header_info_wrap {
    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;
    min-height: 48px;
    padding: 10px 55px 10px 65px;
    font-weight: 700;
    line-height: 1.4;
  }
  .header._top .nav_wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header .nav_wrap {
    width: 100%;
    min-height: 56px;
    padding: 10px 24px 10px 12px;
  }
  .header_info_wrap {
    background: #fff;
    font-weight: 700;
    line-height: 1.4;
  }
}


.nav_wrap .icon_external {
  display: inline-block;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .nav_wrap .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -18px;
  }
  .nav_wrap .sns_list > li {
    margin-left: 18px;
  }
  .nav_wrap .sns_list > li img {
    width: auto;
    height: 24px;
  }
}


.header .header_info a {
  display: block;
  color: #fa7091;
}
.header_info img {
  display: inline-block;
  width: 18px;
  margin-right: 3px;
  margin-bottom: 3px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {
  .header .header_info {
    border-bottom: solid 1px #ebebeb;
    text-align: center;
  }
  .header .header_info a {
    padding: 8px;
    font-size: 9px;
  }
  .header .header_info a:first-child {
    margin-top: 10px;
  }
  .header .header_info a {
    padding: 0;
    margin-bottom: 7px;
    font-size: 11px;
    text-decoration: underline;
  }
  .header .header_info a:last-child {
    margin-bottom: 10px;
  }
  .header_info img {
    width: 14px;
    margin-right: 8px;
  }
}


.members img {
  aspect-ratio: 11 / 14;
}
@media screen and (min-width: 768px) {
  .header .members {
    font-size: 13px;
  }
  .header .members a {
    display: inline-block;
  }
  .header .members img {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin-right: 8px;
  }
  .header .members span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .header .signup {
    position: relative;
    margin-left: 12px;
  }
  .header .signup::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: -8px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #b3b3b3;
  }
  .header .favorite {
    width: 14px;
  }
  .header .cart {
    position: relative;
    width: 13px;
  }
  .header .cart .count {
    position: absolute;
    top: -4px;
    right: -11px;
    width: 16px;
    height: 16px;
    background: #fa7091;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 16px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .cart img {
    aspect-ratio: 15 / 14;
  }
}


.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -22px;
}
@media screen and (min-width: 768px) {
  .header_list > li {
    margin-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .header_list {
    padding-top: 5px;
    margin-left: 0;
    font-size: 0;
    gap: 0 14px;
  }
  .header_list .btn_search {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .header_list .btn_search img {
    display: block;
    width: 14px;
  }
  .header_list .btn_search::-webkit-search-decoration {
    display: none;
  }
  .header_list .btn_search:focus {
    outline-offset: -2px;
  }
  .header_list .members {
    font-size: 13px;
  }
  .header_list .members img {
    width: 12px;
  }
  .header_list .members span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .header_list .cart {
    position: relative;
    width: 15px;
  }
  .header_list .cart img {
    width: 100%;
  }
  .header_list .cart .count {
    position: absolute;
    top: -4px;
    right: -11px;
    width: 16px;
    height: 16px;
    background: #fa7091;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 16px;
    z-index: 1;
  }
  .header_list .btn_search {
    margin-top: 0 !important;
  }
  .header_list > li a {
    display: flex;
    font-size: 0;
  }
  .header_list a img {
    display: block;
    vertical-align: bottom;
  }
}


.nav_list {
  font-size: 14px;
  font-weight: 700;
}
.nav_list > li.position_fit {
  position: relative;
}
.nav_list > li.position_fit:nth-child(3) .child_wrap .nav_child-inner,
.nav_list > li.position_fit:nth-child(4) .child_wrap .nav_child-inner {
  display: block;
  padding: 20px 0 0;
}
.nav_list > li.position_fit:nth-child(3) .nav_child-item,
.nav_list > li.position_fit:nth-child(4) .nav_child-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav_list > li .child_wrap {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    overflow: scroll;
    display: none;
  }
  .nav_list > li .child_wrap._area {
    overflow: hidden;
  }
  .nav_list > li ::-webkit-scrollbar {
    width: 6px;
  }
  .nav_list > li ::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .nav_list > li ::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
  }
  .nav_list > li > a {
    position: relative;
  }
  .nav_list > li.parent:hover > a::after {
    display: block;
    content: " ";
    position: absolute;
    width: 30px;
    height: 15px;
    background: url(../../contents/imagespkg/common/nav_balloon.png) no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: 100;
    pointer-events: none;
  }
  .nav_list > li:hover::before {
    display: block;
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
    z-index: 1;
  }
  .nav_list > li .child_wrap .series_title .en {
    display: block;
    width: 100%;
    margin-bottom: 7px;
    font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN", "メイリオ",
      sans-serif;
    font-size: 28px;
    font-weight: 400;
  }
  .nav_list > li .child_wrap .series_title .ja {
    display: block;
    font-size: 12px;
    font-weight: 700;
  }
  .nav_list > li .child_wrap .series_title .series_img {
    min-height: 48px;
  }
  .nav_list > li .child_wrap .series_title .series_img img {
    margin: 0 auto;
  }
  .nav_list > li .child_wrap .series_title .series {
    display: inline-block;
    padding: 5px 9px;
    padding-right: 15px;
    background-color: #999;
    background-image: url(../../contents/imagespkg/common/icon_chevron.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: center right 6px;
    border-radius: 10px;
    font-size: 10px;
    color: #fff;
  }
  .nav_list > li .child_wrap .more_btn {
    display: block;
    max-width: 118px;
    padding: 10px 9px;
    padding-right: 15px;
    background-color: #2e2e2e;
    background-image: url(../../contents/imagespkg/common/icon_chevron.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: center right 6px;
    border-radius: 20px;
    font-size: 10px;
    color: #faf7f9;
  }
  .nav_list > li .child_wrap .series_item .area_wrap .area_item > dt {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #f2f2f2;
  }
  .nav_list > li .child_list {
    font-size: 12px;
    font-weight: 700;
  }
  .nav_list > li .child_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }
  .nav_list > li .child_list li a:hover {
    color: #fa7091;
  }
  .nav_list > li .child_list li a p {
    line-height: 1.5;
    z-index: 100;
  }
  .nav_list > li .child_list .item_img {
    width: 48px;
    height: 60px;
    margin-right: 6px;
  }
  .nav_list > li .child_list .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .nav_list > li:hover > a {
    color: #fa7091;
    opacity: 1;
  }
  .nav_list > li:first-child .child_list li a p {
    font-size: 80%;
  }
  .nav_list > li.parent:nth-child(2) .nav_child-inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .header .nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
  }
  .header .nav_list img {
    width: auto;
  }
  .header .nav_list > li {
    margin: 0 1.9em;
    font-size: 13px;
    color: #333;
  }
  .header .nav_list > li.parent_exclusive {
    position: relative;
  }
  .header .nav_list > li .child_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 86.6vw;
    max-height: calc(100vh - 160px);
    margin: 0 auto;
    padding: 0 20px;
  }
  .header .nav_list > li:first-child .child_wrap {
    left: 47%;
  }
  .header .nav_list > li .child_wrap._area {
    width: auto;
  }
  .header .nav_list > li._about_lululun .child_wrap {
    transform: none;
    right: 16px;
    left: auto;
  }
  .header .nav_list > li:hover .child_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .nav_list > li:hover .child_wrap::before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
  }
  .header .nav_list > li .child_wrap .premium {
    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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 212px;
    background: #faf7f9;
    text-align: center;
  }
  .header .nav_list > li > a {
    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;
    min-height: 80px;
  }
  .header .nav_list > li.parent:hover > a::after {
    top: calc(100% - 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header .nav_list > li .child_wrap .series_item {
    width: 188px;
    margin: 0 12px;
    padding: 35px 0;
  }
  .header .nav_list > li .child_wrap .series_item._single {
    width: auto;
  }
  .header .nav_list > li .child_wrap .series_title {
    min-height: 80px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dedede;
    text-align: center;
  }
  .header .nav_list > li .child_wrap .more_btn {
    margin: 24px auto 0;
  }
  .header .nav_list > li .child_wrap .series_item .area_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -22px;
  }
  .header .nav_list > li .child_wrap .series_item .area_wrap .area_item {
    width: 188px;
    margin-left: 22px;
  }
  .header .nav_list > li .child_wrap .series_item .area_wrap .area_item > dt {
    font-size: 18px;
    text-align: center;
  }
  .header .nav_list > li .child_list {
    margin-bottom: 0;
  }
  .header .nav_list > li .series_item._single .child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .nav_list > li .child_wrap._area .series_item._single .child_list {
    display: block;
  }
  .header .nav_list > li .child_list li {
    margin-top: 20px;
  }
  .header .nav_list > li .series_item._single .child_list > li {
    min-width: 185px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header .nav_list > li .child_wrap._area .series_item._single {
    overflow: auto; 
  }
  .header .nav_list > li .child_wrap._area .series_item._single .area_item {
    width: auto;
    max-width: 29%;
    white-space: normal;
  }
  .header .nav_list > li .child_wrap._area .series_item._single .item_img {
    min-width: 48px;
  }
  .header .nav_list > li .child_wrap._area .series_item._single .area_wrap {
    /*flex-wrap: nowrap;*/
  }
  .header .nav_list > li.parent_travel .child_wrap._area {
    width: 100%;
  }
  .header .nav_list > li.parent_exclusive .child_wrap._area .series_item._single .area_item {
    max-width: none;
  }
  .header .nav_list > li.parent_exclusive .series_item._single .child_list > li {
    width: auto;
    white-space: nowrap;
  }
  .header .nav_list > li.parent_exclusive .child_wrap._area .series_item._single .area_wrap {
    flex-wrap: nowrap;
  }
  .header .nav_list > li .child_list:last-child {
    margin-bottom: -20px;
  }
  .header .nav_list > li .series_item._single .child_list.center {
    justify-content: center;
  }
  .header .nav_list > li .series_item._single .child_list.center > li {
    width: 185px;
  }
  .header .nav_list > li a {
    color: #333;
    cursor: pointer;
  }
  .header .nav_list .nav_child-name img {
    width: 80px;
    height: 31px;
    object-fit: contain;
  }
  .header .nav_list > li:hover,
  .header .nav_list > li:hover > a {
    color: #fa7091;
  }
  .header .nav_list > li a:hover {
    color: #fa7091;
  }
  .header .nav_list > li.parent_travel:nth-child(5) .nav_child-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header .nav_list > li.parent_travel:nth-child(5) .child_wrap {
    left: 70%;
  }
  .header .nav_list > li.parent_travel:nth-child(5) .nav_child-inner a {
    margin-bottom: 0;
  }
  .nav_list > li.parent.parent_travel:hover::before,
  .header .nav_list > li.parent.parent_travel:hover > a::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .nav_list > li .child_list li a p {
    z-index: 10;
  }
  .nav_list > li .child_list li a p .txt-sm {
    font-size: 8px;
    letter-spacing: 0.01em;
    line-height: 0.8em;
  }
  .nav_list .search_nav_slide ul li a {
    padding-left: 20px;
  }
  .header .nav_list {
    border-top: solid 1px #dedede;
  }
  .header .nav_list > li {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #f2f0f1;
    border-bottom: solid 1px #dedede;
  }
  .header .nav_list > li a {
    color: inherit;
    cursor: pointer;
  }
  .header .nav_list > li._items {
    background: #fcfafb;
  }
  .header .nav_list > li .premium {
    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;
    padding: 17px 22px;
    border-top: solid 1px #dedede;
  }
  .header .nav_list > li .more_btn {
    display: block;
    max-width: 140px;
    width: 100%;
    padding: 8px;
    background-color: #2e2e2e;
    border-radius: 15px;
    font-size: 10px;
    color: #faf7f9;
    text-align: center;
  }
  .header .nav_list > li .more_btn span {
    display: inline-block;
    padding-right: 16px;
    background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: center right 6px;
  }
  .header .nav_list > li > a,
  .header .nav_list > li .aco_title {
    position: relative;
    display: block;
    padding: 20px;
  }
  .header .nav_list > li > a::before,
  .header .nav_list > li .aco_title::before,
  .header .nav_list > li .aco_title::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .nav_list > li > a::before {
    right: 25px;
    width: 5px;
    height: 10px;
    background: url(../../../contents/imagespkg/common/icon_chevron_black.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header .nav_list > li .aco_title::before,
  .header .nav_list > li .aco_title::after {
    background: #2e2e2e;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .header .nav_list > li .aco_title::before {
    right: 25px;
    width: 11px;
    height: 1px;
  }
  .header .nav_list > li .aco_title::after {
    right: 30px;
    width: 1px;
    height: 11px;
  }
  .header .nav_list > li .aco_title.active::before {
    display: none;
  }
  .header .nav_list > li .aco_title.active::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .header .nav_list .nav_child-name img {
    width: 80px;
    height: 31px;
    object-fit: contain;
  }
  .nav_child-inner .nav_child-item {
    margin-bottom: 25px;
    color: #333;
  }
  .nav_child-inner .nav_child-item:last-child {
    margin-bottom: 0;
  }
  .header .nav_list > li.parent_travel:nth-child(5) .nav_child-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .header .nav_list > li.parent_travel:nth-child(5) .child_wrap {
    left: 70%;
  }
  .header .nav_list > li.parent_travel:nth-child(5) .nav_child-inner a {
    margin-bottom: 0;
  }
  .header .nav_list > li a.aco_title::after {
    content: none;
  }
  .header .nav_list > li a.aco_title::before {
    content: ">";
    height: auto;
    background: transparent;
  }
}

@media screen and (min-width: 768px) {
  .top_mv_wrap .nav_list {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    max-height: 75.3vh;
    margin-bottom: -20px;
    padding: 133px 0;
    z-index: 2;
  }
  .top_mv_wrap .nav_list > li {
    margin-bottom: 20px;
  }
  .top_mv_wrap .nav_list > li .child_wrap {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 81.54vw;
    max-width: 1110px;
    max-height: 90vh;
    padding: 10px 0;
  }
  .top_mv_wrap .nav_list > li._about_lululun .child_wrap {
    width: 100%;
    min-width: 860px;
    padding-right: 100px;
  }
  .top_mv_wrap .nav_list > li.position_fit .child_wrap {
    min-width: 475px;
    width: 100%;
  }
  .top_mv_wrap .nav_list > li:hover .child_wrap {
    display: block;
  }
  .top_mv_wrap .nav_list > li .child_wrap .premium {
    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;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 102px;
    background: #faf7f9;
    text-align: center;
  }
  .top_mv_wrap .nav_list > li > a {
    display: block;
    color: #000;
  }
  .top_mv_wrap .nav_list > li.parent:hover > a::after {
    top: 50%;
    left: calc(100% - 22px);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .top_mv_wrap .nav_list > li .child_wrap .series_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 28px 0;
  }
  .top_mv_wrap .nav_list > li .child_wrap._area .series_item {
    margin-bottom: 102px;
  }
  .top_mv_wrap .nav_list > li.parent:hover > a::after,
  .top_mv_wrap .nav_list > li:hover::before {
    content: none;
  }
  .top_mv_wrap .nav_list > li .child_wrap .series_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 212px;
    width: 212px;
    border-right: solid 1px #dedede;
    text-align: center;
  }
  .top_mv_wrap .nav_list > li .child_wrap .more_btn {
    display: inline-block;
    min-width: 118px;
    margin-left: 24px;
  }
  .top_mv_wrap .nav_list > li .child_wrap .series_item .area_wrap {
    overflow: scroll;
    max-height: calc(85vh - 102px);
  }
  .top_mv_wrap .nav_list > li .child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_mv_wrap .nav_list > li.position_fit .series_item .child_list {
    display: block;
  }
  .top_mv_wrap .nav_list > li .child_list li {
    min-width: 180px;
    margin: 10px 0;
    margin-left: 30px;
    width: 27%;
  }
  .top_mv_wrap .nav_list > li._about_lululun .child_list li {
    min-width: inherit;
    font-size: 14px;
  }
  .top_mv_wrap .nav_list > li .sns_list li {
    width: auto;
    min-width: inherit;
  }
  .top_mv_wrap .nav_list > li:hover > a {
    color: #fff;
  }
  .top_mv_wrap .header_search_wrap {
    position: absolute;
    top: 35px;
    right: 0;
  }
  .top_mv_wrap .header_search_wrap .search_form_area {
    top: -52px;
    right: calc(100% + 15px);
  }
  .top_mv_wrap .header_search_wrap .search_form_area::before {
    top: 50%;
    right: -21px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}


.header_search_wrap {
  cursor: pointer;
}
.header_search_wrap .search_form_area {
  position: absolute;
  display: none;
  top: calc(100% + 15px);
  right: 24px;
  width: 634px;
  padding: 45px 40px 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  z-index: 100;
}
.header_search_wrap .search_form_area::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 40px;
  width: 30px;
  height: 15px;
  background: url(../../contents/imagespkg/common/nav_balloon.png) no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 100;
  pointer-events: none;
}
.header_search_wrap .search_form_area input {
  width: 100%;
  height: 55px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-size: 22px;
  border: none;
  border-bottom: solid 1px #b3b3b3;
  border-radius: 0;
  outline: none;
}
.header_search_wrap .search_form_area button {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 24px;
  height: 55px;
  font-size: 0;
  background-image: url(../../contents/imagespkg/common/icon_search_black.png);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .header_search_wrap {
    display: flex;
    align-items: center;
  }
  .header_search_wrap img {
    aspect-ratio: 14 / 15;
  }
  .header_search_wrap .search_form_area {
    right: 3.2%;
    width: 93.6%;
    max-width: 702px;
    padding: 24px 6.83%;
  }
  .header_search_wrap .search_form_area::before {
    right: 57px;
    bottom: 100%;
    width: 30px;
    height: 15px;
  }
  .header_search_wrap .search_form_area input {
    height: 35px;
    font-size: 15px;
  }
  .header_search_wrap .search_form_area button {
    right: 27px;
    bottom: 25px;
    width: 15px;
    height: 35px;
    background-size: 15px;
  }
}


@media screen and (min-width: 768px) {
  .btn_search {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background-color: #b2b2b2;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
  }
  .btn_search img {
    display: block;
    width: 13px;
    margin: auto;
  }
  .btn_search::-webkit-search-decoration {
    display: none;
  }
  .btn_search:focus {
    outline-offset: -2px;
  }
}


@media screen and (min-width: 768px) {
  .nav_child-inner .nav_child-item {
    margin-bottom: 25px;
    color: #333;
  }
  .nav_child-inner .nav_child-item:last-child {
    margin-bottom: 0;
  }
}


.search_nav_slide ul li a::after {
  display: none;
}
.nav_child-inner {
  position: relative;
  display: grid;
  padding: 20px 20px 30px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.nav_child-item {
  width: auto;
  margin: 0 0 18px;
  font-size: 0;
}
.nav_child-img {
  position: relative;
  width: 80px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.nav_child-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background: #FFF;
}
.nav_child-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
.nav_child-name {
  display: block;
  width: 100%;
}
.last-more {
  position: absolute;
  right: -10px;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.nav_child-txt {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  text-align: left;
}
.colt_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.colt_list a {
  display: block;
  margin-right: 15px;
}


.header_bunner a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: #eee;
}
.header_bunner a:after {
  content: "→";
  font-weight: bold;
  background-color: #DC4404;
  color: #fff;
  border-radius: 50%;
}
.header_bunner a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  /*menu*/
  .menu_wrap {
    width: 10%;
    max-width: 68px;
    height: 21px;
  }
  .menu {
    position: relative;
    width: 30px;
    height: 21px;
    z-index: 101;
    cursor: pointer;
    transition: transform 0.3s;
  }
  .menu.active {
    position: fixed;
    top: 9px;
    left: 93vw;
  }
  .menu_line {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #222;
    transition: transform 0.3s;
  }
  .menu_line_top {
    top: 3px;
  }
  .menu_line_center {
    top: 10px;
  }
  .menu_line_bottom {
    bottom: 3px;
  }
  .menu_line_top.active {
    top: 10px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu_line_center.active {
    display: none;
  }
  .menu_line_bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
    .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.open {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }

  /* ナビ */
  .global_nav_wrap {
    position: fixed;
    top: 0;
    width: 90.4vw;
    height: 100vh;
    background: #fcfafb;
    z-index: 100;
    transition: all 0.5s;
    overflow: scroll;
    left: -100vw;
  }
  .global_nav_wrap.open {
    left: 0;
  }
  .global_nav_wrap .members_box {
    padding: 30px 24px;
  }
  .global_nav_wrap .members_name {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
  }
  .global_nav_wrap .members_name span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .global_nav_wrap .members_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .global_nav_wrap .members_list > li {
    width: 48%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .global_nav_wrap .members_list > li a {
    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;
    min-height: 40px;
    padding: 10px;
    background: #2e2e2e;
    border-radius: 6px;
    color: #fff;
  }
  .global_nav_wrap .members_list > li a img {
    margin-right: 9px;
    width: auto;
  }
  .global_nav_wrap .header_shindan img {
    width: 100%;
  }

  .header .aco_title {
    cursor: pointer;
  }
  .header .aco_cont {
    display: none;
    background: #fff;
  }
  .header .series_title {
    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;
    padding: 20px;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
  }
  .header .series_title .en {
    display: inline-block;
    margin-right: 10px;
    font-family: "丸明Yoshino StdN R", "Hiragino Kaku Gothic ProN", "メイリオ",
      sans-serif;
    font-size: 24px;
    font-weight: 400;
  }
  .header .series_title .ja {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
  }
  .header .series_title .series {
    display: block;
    max-width: 102px;
    padding: 5px 9px;
    background-color: #999;
    border-radius: 13px;
    font-size: 10px;
    color: #fff;
    text-align: center;
  }
  .header .series_title .series span {
    display: inline-block;
    padding-right: 10px;
    background-image: url(../../../contents/imagespkg/common/icon_chevron.png);
    background-repeat: no-repeat;
    background-size: 4px;
    background-position: center right;
  }
  .header .child_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 22px;
  }
  .header .child_list > li {
    width: 50%;
    border-bottom: solid 1px #f2f2f2;
    font-size: 11px;
    line-height: 1.5;
  }
  .header .child_list > li.border_none {
    border-bottom: none;
  }
  .header .child_list._full > li {
    width: 100%;
    font-size: 14px;
  }
  .header .child_list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
  }
  .header .child_list._full > li a {
    position: relative;
  }
  .header .child_list._full > li a::before {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 10px;
    background-image: url(../../../contents/imagespkg/common/icon_chevron_black.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header .child_list._full > li a.external::before {
    width: 12px;
    height: 12px;
    background-image: url(../../../contents/imagespkg/common/icon_external.png);
  }
  .header .child_list > li .item_img {
    width: 48px;
    height: 60px;
    margin-right: 10px;
  }
  .header .child_list > li .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header .area_item > dt {
    margin: 0 22px;
    padding: 25px 0 8px;
    border-bottom: solid 1px #f2f2f2;
    font-size: 12px;
    font-weight: 700;
  }

  .header .child_list.sns_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 32px;
    background: #f2f0f1;
  }
  .header .child_list.sns_list > li {
    width: auto;
    margin: 0 10px;
  }
  .header .child_list.sns_list > li img {
    width: auto;
    height: 24px;
  }


  .header .child_list > li {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
  .header .child_list > li .item_img {
    width: 32px;
  }

  /*headerメニュー追加*/
  .srh_tags {
    position: relative;
    display: flex;
    z-index: 1;
  }
  .nav_search_wrap .srh_tag {
    display: flex;
    width: 50%;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-width: 1px 0 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .srh_tag:last-child {
    border-left-width: 1px;
  }
  .srh_tag::after {
    content: ">";
    margin-left: 6px;
    margin-right: -3px;
    font-weight: 600;
    transform: scale(1,0.7)rotate(90deg);
  }

  .srh_items {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 0;
    max-height: calc(100vh - 97px);
    background: #FFF;
    transform: translateY(100%);
    transition: 0.3s ease-in-out;
    overflow-y: auto;
  }
  .srh_box {
    display: none;
    padding-bottom: 140px;
  }
  .srh_box ul li a span {
    width: 42px;
    min-width: 42px;
    margin-right: 6px;
  }
  .srh_box:first-child .flex {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .srh_box:first-child ul {
    width: 100%;
  }
  .srh_box:first-child ul li a {
    display: flex;
    height: 78px;
    padding: 16px;
    font-size: 12px;
    line-height: 1.2;
    align-items: center;
  }
  .srh_box:first-child ul:first-child li a {
    padding-right: 4px;
  }
  .srh_box:first-child ul:last-child li a {
    padding-left: 4px;
  }

  .srh_box:last-child ul li {
    border-bottom: 1px solid #f4f4f4;
  }
  .srh_box:last-child ul li a {
    position: relative;
    display: flex;
    padding: 16px;
    line-height: 1.1;
    align-items: center;
  }
  .srh_box:last-child ul li a::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 10px;
    color: #ffc7d3;
    transform: translateY(-50%)scale(1,1.5);
  }

  .srh_tag.js-active::after {
    margin: -1px -2px 0 5px;
    transform: scale(1,0.7)rotate(-90deg);
  }
  .srh_items.js-active {
    height: calc(100vh - 97px);
  }
  .srh_box.js-active {
    display: block;
  }
  .srh_items.lock {
    pointer-events: none;
  }

  .global_nav_wrap .search_nav_slide ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  .global_nav_wrap .search_nav_slide ul li a span {
    width: 42px;
    min-width: 42px;
    margin-right: 14px;
  }


  .search_nav_slide ul li.aco_more a {
    display: flex;
    justify-content: space-between;
  }
  .search_nav_slide ul li.aco_more a span {
    width: auto;
    min-width: auto;
    margin: 0;
  }

  .nav_item_series_wrap{
    padding:10px 0 0;
  }
  .nav_item_series{
    padding:0 20px;
    margin:0 0 30px !important;
  }
  .nav_item_series_title{
    font-weight:700;
    font-size:24px;
    margin:0 0 10px;
  }
  .nav_item_series_link{
    display:block !important;
    font-weight:400;
    font-size:14px;
    border:none !important;
    padding:0 !important;
    margin:0 0 5px;
  }
  .nav_item_series_list{
    display:flex;
    flex-flow:row wrap;
    gap:10px;
  }
  .nav_item_series_one{
    width:calc( (100% - 10px) / 2);
  }
  .nav_item_series_one_a{
    display:block !important;
    border:none !important;
    padding:0 !important;
  }
  .nav_item_series_one_thumb{
    display:block;
  }
  .nav_item_series_one_name{
    display:block;
    width:auto !important;
    font-weight:400;
    font-size:11px;
    line-height:1.2;
    color:#000;
    text-align: center;
    min-width:auto !important;
    margin:0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1028px) {
  .header_info_wrap {
    padding: 10px 20px;
  }
  .header .nav_wrap {
    padding: 0 20px;
  }
  .header .nav_list {
    min-width: 50%;
    justify-content: space-between;
  }
  .header .nav_list > li {
    margin: 0 7px;
  }
  .header_logo {
    width: 150px;
  }
}