@charset "UTF-8";
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/* ---pc--- */
/* ---sp--- */
/* PC
====================================================*/
.header__nav-2 {
  position: relative;
  padding-top: 9px;
}
@media screen and (max-width: 1039px) {
  .header__nav-2 {
    display: none;
  }
}
.header__navList {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__navItem {
  position: relative;
}
.header__navItem.megaMenu2 {
  position: static;
}
.header__navItem.megaMenu2:hover .megaMenu2__link::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header__navItem.megaMenu2:hover .megaMenu2__content {
  opacity: 1;
  visibility: visible;
}
.header__navItemLink {
  display: block;
  padding: 0 15px 10px;
  color: #2d2b28;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__navItemLink:hover {
  opacity: 0.7;
}
.header__navItemLink::after {
  content: "";
  position: absolute;
  bottom: 0px;
}

.megaMenu2__link {
  position: relative;
}
.megaMenu2__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2d2b28;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: center;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.megaMenu2__link.is-active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.megaMenu2__link.is-active + .megaMenu2__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu2__content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fafafa;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.05s;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.megaMenu2__content.is-active {
  opacity: 1;
  visibility: visible;
}
.megaMenu2__left {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: 1.6px;
  border: 1px solid #212223;
  background: #212223;
  padding: 41px;
  width: 125px;
}
.megaMenu2__inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px 75px;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.megaMenu2__title {
  padding-left: 20px;
}
.megaMenu2__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu2__titleLink:hover, .megaMenu2__titleLink:focus {
  opacity: 0.7;
}
.megaMenu2__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}
.megaMenu2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 42px 33px;
  width: 100%;
}
.megaMenu2__list li {
  width: calc((100% - 132px) / 5);
}
.megaMenu2__item {
  padding-left: 20px;
}
.megaMenu2__item:hover .megaMenu2__subList {
  display: block;
}
.megaMenu2__itemLink {
  position: relative;
  display: block;
  color: #212223;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-bottom: 1px solid #212223;
  padding-bottom: 11px;
  margin-bottom: 13px;
}
.megaMenu2__itemLink:hover, .megaMenu2__itemLink:focus {
  opacity: 0.7;
}
.megaMenu2__subItemLink {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  color: #212223;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu2__subItemLink:hover, .megaMenu2__subItemLink:focus {
  opacity: 0.7;
}
.megaMenu2__subList {
  display: block;
}
.megaMenu2__subList li {
  width: 100%;
}
.megaMenu2__subItem {
  margin-bottom: 8px;
}

/* ハンバーガーメニュー
====================================================*/
.hamburger-js-free__checkbox {
  display: none;
}
.hamburger-js-free__button {
  display: none;
}
@media screen and (max-width: 1039px) {
  .hamburger-js-free__button {
    position: fixed;
    /*top: 24px;*/
    left: 24px;
    z-index: 1;
    cursor: pointer;
    display: block;
	margin-top: -50px;
  }
}
.hamburger-js-free__button span {
  display: block;
  width: 24px;
  height: 1px;
  margin-bottom: 10.5px;
  background-color: #333;
  transition: transform 0.3s;
}
.hamburger-js-free__button span:last-child {
  margin-bottom: 0;
}
.hamburger-js-free .menu-content-2 {
  scrollbar-width: none;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: rgba(68, 68, 68, 0.8);
  transition: all 0.7s;
  z-index: 1400;
}
.hamburger-js-free .menu-content-2::-webkit-scrollbar {
  display: none;
}
.hamburger-js-free .menu-content-2 .blk-2 {
  position: fixed;
  top: 0;
  left: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  padding: 0;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
  z-index: 1450;
}
@media screen and (max-width: 1039px) {
  .hamburger-js-free .menu-content-2 .blk-2 {
    width: 335px;
  }
}
.hamburger-js-free .menu-content-2 .closebtn {
  position: absolute;
  top: 1.5em;
  right: 10px;
  cursor: pointer;
  z-index: 1460;
}
.hamburger-js-free .menu-content-2 .closebtn span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #333;
  transform: rotate(45deg);
  position: relative;
}
.hamburger-js-free .menu-content-2 .closebtn span:last-child {
  transform: rotate(-45deg);
  top: -2px;
}

.menu-content-2 {
  display: none;
}
@media screen and (max-width: 1039px) {
  .menu-content-2 {
    display: block;
  }
}

#menu-toggle:checked ~ .menu-content-2 {
  visibility: visible !important;
  opacity: 1 !important;
}
#menu-toggle:checked ~ .menu-content-2 .blk-2 {
  left: 0 !important;
}

.menubar .menu-toggle {
  display: none;
}
@media screen and (max-width: 1039px) {
  .menubar .menu-toggle {
    display: block;
    position: relative;
  }
}
.menubar .menu-toggle .hamburger-js-free__button {
  position: relative;
  top: auto;
  left: auto;
}

.tab-menublk-2 {
  margin-top: 20px;
}
.tab-menublk-2 .tab-radio {
  display: none;
}
.tab-menublk-2 .mtabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin: 0 10px;
  gap: 0px 12px;
}
.tab-menublk-2 .mtabs li {
  flex: 1;
  text-align: center;
  border: 1px solid #212223;
  width: calc((100% - 12px) / 2);
}
.tab-menublk-2 .mtabs li label {
  display: block;
  width: 100%;
  padding: 7px 38px;
  background: transparent;
  color: #212223;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.tab-menublk-2 .tabs-content {
  display: none;
  padding: 15px 0;
}
.tab-menublk-2 .tabs-content--active {
  display: block;
}
.tab-menublk-2 #tab-men:checked ~ #m-men {
  display: block;
}
.tab-menublk-2 #tab-women:checked ~ #m-women {
  display: block;
}
.tab-menublk-2 #tab-men:checked ~ .mtabs label[for=tab-men] {
  background: #212223;
  color: #fff;
}
.tab-menublk-2 #tab-women:checked ~ .mtabs label[for=tab-women] {
  background: #212223;
  color: #fff;
}

.menu-accordion-2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 280px;
  position: relative;
  width: 100%;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #343434;
}
.menu-accordion-2_item {
  border-bottom: 1px solid #eee;
}
.menu-accordion-2_item .accordion-checkbox {
  display: none;
}
.menu-accordion-2_item_tit {
  display: block;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}
.menu-accordion-2_item_tit::after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  transition: all 0.3s;
}
.menu-accordion-2_item_tit div {
  font-weight: bold;
}
.menu-accordion-2_item_tit span {
  font-size: 0.8em;
  color: #666;
  display: block;
  margin-top: 3px;
}
.menu-accordion-2_item_area {
  max-height: 0 !important;
  overflow: hidden;
  padding: 0;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: max-height 0.5s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.menu-accordion-2_item_area ul {
  padding: 0 0 10px 15px;
}
.menu-accordion-2_item_area ul li {
  margin: 8px 0;
}
.menu-accordion-2_item_area ul li a {
  text-decoration: none;
  color: #333;
}
.menu-accordion-2_item_area ul li a:hover {
  text-decoration: underline;
}
.menu-accordion-2_item .accordion-checkbox:checked + .menu-accordion-2_tit {
  color: #fff;
  background: #173359;
}
.menu-accordion-2_item .accordion-checkbox:checked + .menu-accordion-2_tit:after {
  margin-top: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}
.menu-accordion-2_item .accordion-checkbox:checked ~ .menu-accordion-2_area {
  max-height: 500px !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: max-height 0.5s ease, opacity 0.3s ease, visibility 0s;
}
.menu-accordion-2_area {
  display: none;
}
.menu-accordion-2_area ul {
  padding: 10px 10px 10px 15px;
}
.menu-accordion-2_area ul li {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: #343434;
  text-align: left;
  margin-bottom: 5px;
}
.menu-accordion-2_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #212223;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.76px;
}
.menu-accordion-2_tit::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  transform: rotate(45deg);
}
.menu-accordion-2_tit span {
  width: 35%;
  color: #212223;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

/* チェックボックスがチェックされたときのみエリアを表示 */
.accordion-checkbox:checked ~ .menu-accordion-2_area {
  display: block;
}

/* チェック時の記号 */
.accordion-checkbox:checked + .menu-accordion-2_tit:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}

.open-btn-2 {
  background: url("./../images/icon/icon_sarch.svg") no-repeat 15px 10px;
  background-size: 20px 20px;
  width: 50px;
  height: 50px;
  cursor: pointer; /*カーソルを指マークに*/
}
@media screen and (max-width: 1039px) {
  .open-btn-2 {
    background: url("./../images/icon/icon_sarch.svg") no-repeat center center;
    background-size: 20px 23px;
    width: 35px;
  }
}
.open-btn-2.hidden {
  display: none;
}
.open-btn-2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 3.25em;
}
@media screen and (max-width: 1039px) {
  .open-btn-2 span {
    display: none;
  }
}

/* menuicon */
.menuicon-2 img {
  width: 24px;
}
.menuicon-2 li {
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 1039px) {
  .menuicon-2 li {
    width: 33.33%;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1039px) {
  .menuicon-2 li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1039px) {
  .menuicon-2 li:nth-child(4) {
    margin-right: 0;
  }
}
.menuicon-2 li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 1039px) {
  .menuicon-2 li a span {
    display: none;
  }
}

/* menubar */
.menubar {
  /* menu-btn */
}
.menubar .menuicon-2 {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .menubar .menuicon-2 li:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .menubar .menuicon-2 li a {
    font-weight: 700;
    font-size: 9px;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon-2 li a {
    font-weight: 700;
    font-size: 9px;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon-2 li .member,
  .menubar .menuicon-2 li .favorite {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon-2 li .member a,
  .menubar .menuicon-2 li .favorite a {
    font-size: 0;
  }
  .menubar .menuicon-2 li .member a::before,
  .menubar .menuicon-2 li .favorite a::before {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .menubar .menuicon-2 img {
    width: 23px;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon-2 img {
    width: 23px;
  }
}
.menubar .menu-btn {
  display: none;
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn {
    display: block;
    position: relative;
    width: 28px;
    height: 20px;
    margin: 3px 0;
  }
}
.menubar .menu-btn span {
  position: absolute;
  top: 0;
  width: 28px;
  height: 3px;
  background: #000000;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .menubar .menu-btn span {
    right: 0;
    left: 0;
    width: 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn span {
    right: 0;
    left: 0;
    width: 25px;
    margin: 0 auto;
  }
}
.menubar .menu-btn span:nth-of-type(2) {
  top: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .menubar .menu-btn span:nth-of-type(2) {
    top: 41%;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn span:nth-of-type(2) {
    top: 41%;
  }
}
.menubar .menu-btn span:nth-of-type(3) {
  top: auto;
  bottom: -1px;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .menubar .menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
}

.content-menu .menuicon-2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .content-menu .menuicon-2 li {
    width: 20%;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon-2 li {
    width: 20%;
    border: 0;
  }
  .content-menu .menuicon-2 li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .content-menu .menuicon-2 li a {
    font-weight: 700;
    font-size: 9px;
    padding: 13px 0;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon-2 li a {
    font-weight: 700;
    font-size: 9px;
    padding: 13px 0;
  }
}
.content-menu .menuicon-2 li a span {
  display: block;
  font-size: 8px;
}
.content-menu .menuicon-2 li a:hover {
  color: #212223;
  background: #fff;
}
.content-menu .menuicon-2 li a::after {
  display: none;
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon-2 li .member,
  .content-menu .menuicon-2 li .favorite {
    display: block;
    width: 100%;
  }
}
.content-menu .menuicon-2 li .member a,
.content-menu .menuicon-2 li .favorite a {
  font-weight: 100;
  font-size: 8px;
  padding: 9.5px 0;
  margin-left: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .content-menu .menuicon-2 img {
    width: 23px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon-2 img {
    width: 23px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon-2 .open-btn-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: -1em;
    background-position: top;
    height: 22px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon-2 .open-btn-2 span {
    display: block;
    margin-top: 3em;
  }
}
.content-menu .menuicon-2 .pc {
  display: inline;
}/*# sourceMappingURL=header-2.css.map */