@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;
}
/*menu*/
.menu_wrap {
  width: 10%;
  max-width: 68px;
  height: 21px;
}
.menu {
  position: relative;
  width: 21px;
  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: 21px;
  height: 1px;
  background: #222;
  transition: transform 0.3s;
}

.menu_line_top {
  top: 5px;
}
.menu_line_center {
  top: 10px;
}
.menu_line_bottom {
  bottom: 5px;
}
.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;
}

.header {
  width: 100vw;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #222;
}
.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
  color: initial;
}

.header * {
  box-sizing: border-box;
}
.header img {
  max-width: 100%;
}
.header a {
  display: block;
  overflow: visible;
}
.header {
  position: relative;
  height: auto;
  z-index: 100;
}
.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;
}

.nav_wrap {
  position: relative;
  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;
  width: 100%;
  min-height: 56px;
  padding: 10px 24px 10px 12px;
}
.header._top .nav_wrap {
  background: #ffccd7;
}
.header.clone_nav .nav_wrap {
  background: #fff;
}
.header_logo {
  max-width: 144px;
  width: 49%;
}
.header_logo img {
  max-width: 100%;
}
.header_info_wrap {
  background: #fff;
  font-weight: 700;
  line-height: 1.4;
}

.header .header_info {
  border-bottom: solid 1px #ebebeb;
  text-align: center;
}
.header.clone_nav .header_info {
  /*display: none;*/
  padding-bottom: 1px;
}
.header .header_info a {
  display: block;
  padding: 8px;
  font-size: 9px;
  color: #fa7091;
}
.header_info img {
  display: inline-block;
  width: 14px;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
/*  margin-left: -14px;*/
}
/*.header_list > li {
  margin-left: 14px;
}*/
#js_clone_nav.header.clone_nav .header_list .members {
  margin: 0;
}
.header_search_wrap {
  cursor: pointer;
}
.header_search_wrap .search_form_area {
  position: absolute;
  top: calc(100% + 15px);
  right: 3.2%;
  width: 93.6%;
  max-width: 702px;
  padding: 24px 6.83%;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  z-index: 100;
  display: none;
}
.header_search_wrap .search_form_area::before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 100%;
  right: 57px;
  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;
}
.search_form_area input {
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #b3b3b3;
  width: 100%;
  height: 35px;
  padding-right: 30px;
  padding-bottom: 10px;
  font-size: 15px;
}
.search_form_area button {
  position: absolute;
  right: 27px;
  bottom: 25px;
  width: 15px;
  height: 35px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../../contents/imagespkg/common/icon_search_black.png);
  background-size: 15px;
  border: none;
  font-size: 0;
  z-index: 2;
}
.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 .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;
}
.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 .nav_list {
  border-top: solid 1px #dedede;
}
.header .nav_list > li {
  background: #f2f0f1;
  border-bottom: solid 1px #dedede;
  font-size: 14px;
  font-weight: 700;
}
.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;
}
.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;
}

.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 .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;
}

.nav_wrap .icon_external {
  display: inline-block;
  margin-left: 8px;
}


.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;
}

.header.clone_nav .nav_search_wrap {
  display: none;
}
.header.clone_nav.is_fixed .nav_search_wrap {
  display: block;
}
.header.clone_nav.is_fixed + header .nav_search_wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .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;
  }
}

html.lock {
  overflow: hidden !important;
}
.header.clone_nav {
  z-index: 10000;
}

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

.srh_items.lock {
  pointer-events: none;
}

.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;
}

/*240531*/
.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;
}
.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%;
}

.header .nav_list > li a {
  cursor: pointer;
}

/*sp*/
.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;
}

/*240603*/
.header .nav_list > li {
  margin: 0;
  color: #333;
}
.header .nav_list > li a {
  color: inherit;
}
.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;
}
.colt_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.colt_list a {
  display: block;
  margin-right: 15px;
}

.header_logo path {
  fill: #333;
}

/*sp*/
.header .nav_list > li a.aco_title::after {
  content: none;
}
.header .nav_list > li a.aco_title::before {
  content: ">";
  height: auto;
  background: transparent;
}

.nav_list .search_nav_slide ul li a {
  padding-left: 20px;
}

.header_logo svg {
  width: 100%;
}
.header_list {
  padding-top: 5px;
}
.header_list .btn_search img {
  /* margin-top: -5px;*/
  width: 18px;
}
.header_list .members img {
  width: 14px;
}
.header_list .cart {
  width: 18px;
}
.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;
}
.menu {
  width: 30px;
}
.menu_line {
  width: 30px;
}
.menu_line_top {
  top: 3px;
}
.menu_line_bottom {
  bottom: 3px;
}
.header_list .cart img {
  width: 100%;
}