/* ------------------------------------- */
/*  共通部分
/* ------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni&display=swap');

html {
  margin-top: 0 !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wpadminbar {
  display: none;
}

ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a, a:hover {
  color: #212121;
  text-decoration: none;
}
#wpadminbar a {
  color: #fff !important;
}
a:hover {
  opacity: 0.7;
}

.pickup_box a:hover {
  opacity: 1;
}

body {
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #2f2e41;
  margin-top: 100px;
  letter-spacing: 0.08em;
  position: relative;
}
@media (max-width: 1199px) {
  body {
    margin-top: 65px;
  }
}
body {
  /* background-image: url("../../hinagata/page1.png"); */
  /* height: 2070px; */
  /* background-size: 375px auto; */
/* body.service01 { */
  /* コーディング用 */
  /* background-image: url("../20230222/ISTsports_pc_2nd.png");
  height: 3462px; */
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color:rgba(255,255,255,0.4);
  background-blend-mode:lighten;
}

body.itemDetail {
  text-align: left;
}
body.itemDetail p {
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: default;
}
body.itemDetail a {
  color: #212121;
}
body.itemDetail h1 {
  color: #212121;
  padding: 0;
}
body.itemDetail h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

/* ------------------------------------- */
/*  header
/* ------------------------------------- */
header {
  background-image:none !important;
  background-color: #fff !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
}
div#wrapper > div#cart-header {
  background-image:none !important;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  height: 100px;
  position: relative;
  padding: 0 80px;
}
.header_logo h1 a {
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  /* padding-left: 24px; */
}

.header_logo h1 a img {
  width: 144px;
}
.header_logo h1 {
  font-size: 0.6em;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #212121;
}
.header_logo h1 p {
  padding: 0;
  margin: 0;
}
.menu{
  display: none;
}
.gnav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 888px;
  margin-left: 60px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 0.9em;
}
.gnav > ul > li.search_box {
  margin-left: 2em;
}
.gnav > ul > li > a {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 1.5em;
}
.gnav ul > li > ul {
  display: none;
}
.gnav ul > li > ul {
  position: absolute;
  background-color: #ffffff;
  top: 100px;
  left: calc(calc(100vw - 1400px) / 2);
  align-items: flex-start;
  z-index: 10;
  padding: 2em 3em;
  overflow:auto;
  justify-content: flex-start;
  min-width: 1000px;
  max-width: 1200px;
  letter-spacing: 0.1em;
}
.gnav ul > li > ul > li {
  display: flex;
  flex-direction: column;
  margin-right: 3em;
}
.gnav ul > li:nth-child(6) > ul > li {
  display: flex;
  flex-direction: column;
  margin-right: 2em;
}

.gnav ul > li:nth-child(4) > ul > li {
  width: 25%;
}
.gnav ul > li:nth-child(5) > ul > li {
  width: 25%;
}
.gnav ul > li:nth-child(6) > ul > li {
  width: 20%;
}
.gnav ul > li:nth-child(7) > ul > li {
  width: 25%;
}
.gnav ul > li:nth-child(8) > ul > li {
  width: 25%;
}

.gnav ul > li > ul > li > a {
  margin-bottom: 0.7em;
  font-size: 0.8125rem;
}
.gnav ul > li > ul > li > a.main_cat {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #212121;
}
.gnav > ul > li > a:after {
  display: none;
}
.overlay {
  display: none;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 9;
  top: 0;
  left: 0;
}
.search_box {
  width: 180px;
  height: 32px;
  position: relative;
}
.searchSubmit {
  top: 7px;
  left: 5px;
  position: absolute;
}
.searchbox {
  width: 180px;
  height: 32px;
  padding-left: 30px;
  background-color: #f8f8f8;
  border: 1px solid #d9dde5;
}
.searchbox::placeholder {
  color: #707070;
}
.gnav_icon ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112px;
  height: 100%;
  padding-top: 10px;
  padding-right: 8px;
}
.gnav_icon ul li:nth-child(1) img {
  width: 25px;
}
.gnav_icon ul li:nth-child(2) img {
  width: 16px;
}
.gnav_icon ul li:nth-child(3) img {
  width: 23px;
}
@media (max-width: 1399px) {
  header {
    width: 100%;
  }
  header .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    padding: 0 40px;
  }
  .gnav {
    width: calc(100% - 120px);
  }
  .gnav ul {
    width: calc(100% - 120px);
  }
  .logo {
    width: 67px;
    margin-top: 7.5px;
    margin-left: 4vw;
  }
  .logo img {
    width: 100%;
  }
  .gnav > ul > li > a {
    padding: 0 1.5vw;
  }
  .gnav > ul > li.search_box {
    margin-left: 1.5em;
  }
  .gnav ul > li > ul {
    left: calc(calc(100vw - 1200px) / 2);
  }
}
@media (max-width: 1299px) {
  .gnav > ul > li > a {
    padding: 0 1vw;
  }
  .gnav > ul > li.search_box {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .gnav > ul > li.search_box {
    margin-left: 0;
  }
  .header_logo h1 a {
    padding: 0;
    padding-top: 12px;
  }
  .header_logo h1 a img {
    width: 98px;
  }
  header .wrap {
    padding: 0 calc(5vw + 60px) 0 5%;
    height: 65px;
  }
  .gnav_icon ul {
    height: 100%;
    padding: 0;
    width: 100px;
  }
  .gnav {
    display: none;
  }
  .menu_open {
    /* overflow: hidden; */
  }
  .menu_open .overlay {
    display: block;
    position: absolute;
    background-color: #fff;
  }
  .menu_open .gnav {
    display: block;
    position: absolute;
    width: 100%;
    top: 65px;
    left: 0;
    background-color: #fff;
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);
    overflow: auto;
  }
  .menu_open .gnav > ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .menu_open .gnav > ul > li {
    width: 100%;
    height: auto;
    order: 2;
    border-left: 1px solid #d9dde5;
    border-right: 1px solid #d9dde5;
  }
  .menu_open .gnav > ul > li > a {
    height: auto;
    border-top: 1px solid #d9dde5;
    border-bottom: 1px solid #d9dde5;
    padding: 1em 1em;
    position: relative;
  }
  .menu_open .gnav > ul > li > a > span {
    content: " ";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 15px;
    height: 15px;
    background-image: url("/asset2023/img/ui/plus.png");
    background-size: 15px 15px;
    transform: translateY(-50%);
    display: block;
    transition: 0.5s;
  }
  .menu_open .gnav > ul > li > a > span.open {
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.5s;
  }
  .menu_open .gnav ul > li > ul {
    display: block;
    height: 0;
    padding: 0 1.5em;
    overflow: hidden;
  }
  .menu_open .gnav ul > li > ul.open {
    display: block;
    height: auto;
    min-width: 100%;
    left: 0;
    top: 0;
    position: relative;
    border-bottom: 1px solid #d9dde5;
  }
  .menu_open .gnav ul > li > ul > li {
    padding-top: 1em;
    margin: 0;
    width: 100%;
  }
  .menu_open .gnav > ul > li.search_box {
    order: 1;
  }
  .searchbox {
    width: 100%;
    height: 50px;
    padding-left: 3em;
    border: 1px solid #f8f8f8;
    border-top: 1px solid #d9dde5;
  }
  .searchSubmit {
    top: 14px;
    left: 1em;
  }
}

/* ------------------------------------- */
/*   スマホ・タブレット向けメニュー
/* ------------------------------------- */
#menu_btn{
  display: inline-block;
  position: fixed;
  width: 28px;
  height: 28px;
  margin: 0;
  border-radius: 4px;
  top: 47px;
  right: 120px;
  z-index: 999;
  display: none;
  border-radius: 50%;
}

#menu_btn_icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background: #212121;
  transition: 0.5s;
}
#menu_btn_icon:before, #menu_btn_icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: #212121;
  transition: 0.5s;
}
#menu_btn_icon:before{ margin-top: -10px; }
#menu_btn_icon:after{ margin-top: 8px; }
#menu_btn .menu_close{ background: none; }
#menu_btn .menu_close:before, #menu_btn .menu_close:after{ margin-top: 1px; }
#menu_btn .menu_close:before{ transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#menu_btn .menu_close:after{ transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }

/*ページトップにお知らせがある場合は「top: 44px;」ない場合は「top: 17px;」*/
@media (max-width: 1199px) {
  #menu_btn{
    /*top: 17px;*/
    top: 44px;
    right: 7%;
    z-index: 999;
    display: block;
  }
}

/*▼▼ページトップにお知らせが2行ある場合のみ、お知らせない場合はコメントアウト▼▼*/
/*@media (max-width: 1019px) {
    #menu_btn{
    top: 64px;
  }
}*/

/*▼▼ページトップにお知らせが1行ある場合のみ、お知らせない場合はコメントアウト▼▼*/
@media (max-width: 1019px) {
    #menu_btn{
    top: 45px;
  }
}
/*▲▲ページトップにお知らせがある場合のみ「top: 17px;」▲▲*/

/* ------------------------------------- */
/*   footer
/* ------------------------------------- */
footer {
  color: #fff;
  padding-top: 40px;
  text-align: center;
  background-image:none !important;
  margin-top: 0;
}
div#cart-footer {
  background-image:none !important;
  margin: 0 auto;
  height: auto;
}
.shop_footer_block {
  display: flex;
  max-width: 1400px;
  margin: 0 auto 30px;
  padding: 0 100px;
}
.shop_footer_block > a {
  margin-right: auto;
}
.shop_footer_block > a img {
  width: 160px;
}
.shop_footer_block .link {
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.8rem;
  text-align: left;
  padding-right: 70px;
}
.shop_footer_block .link > *{
  margin-bottom: 1.2em;
}
.shop_footer_block .link > a {
  padding-left: 1.2em;
  background-image: url("/asset2023/img/ui/menu_dash.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 1px;
}
.shop_footer_block div {
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-size: 0.8rem;
  margin-left: 20px;
}
.shop_footer_block div > * {
  margin-bottom: 1.5em;
}
.shop_footer_block div > a{
  width: 100%;
  padding: 0.8em 1em;
  text-align: center;
  margin-bottom: 2.7em;
}
.shop_footer_bottom_block {
  background-color: #212121;
  padding-bottom: 1em;
}
div#cart-footer .shop_footer_bottom_block {
  padding-top: 1em;
}
.sns {
  width: 100%;
  display: flex;
  justify-content: end;
}
.sns a {
  margin-left: 1.3em;
  margin-right: 0;
}
.footer_nav a {
  color: #fff !important;
}
.footer_nav ul {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content:center;
}
.footer_nav ul li {
  font-size: 0.75em;
  padding: 0 1.2em;
  margin-top: 3em;
  margin-bottom: 2em;
  line-height: 0.9;
  border-left: 1px solid #fff;
}
.footer_nav ul li:first-child {
  border-left: none;
}
.copyright {
  font-size: 0.6em;
}
a.newsletter {
  color: #fff !important;
  background-color: #000;
}

@media (max-width: 1399px) {
  .shop_footer_block {
    padding: 0 5%;
  }
  .shop_footer_block > a {
  }
  .shop_footer_block {
    width: 100%;
    margin: 0 auto 2em;
  }
  .footer_nav ul {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .shop_footer_block {
    flex-wrap: wrap;
    /* flex-direction: column; */
  }
  .shop_footer_block > a {
    width: 100%;
    text-align: left;
    margin-bottom: 5vw;
  }
  .shop_footer_block .link {
    padding: 0;
    width: 50%;
  }
  .shop_footer_block {
    width: 100%;
  }
  .footer_nav ul {
    width: 100%;
  }
  .shop_footer_block div {
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .shop_footer_block div span {
    order: 2;
  }
  .shop_footer_block div a {
    order: 3;
    margin-bottom: 1em;
    max-width: 300px;
  }
  .sns {
    width: 100%;
    order: 1;
    justify-content: flex-start;
  }
  .sns a:first-child {
    margin-left:  50%;
  }
  .footer_nav ul li {
    margin: 0.6em 0;
    border-left: none;
    border-right: 1px solid #fff;
  }
  .footer_nav ul {
    padding: 1em 5%;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
}

/* ------------------------------------- */
/*   上書き共通要素
/* ------------------------------------- */
.no_bg {
  background: none !important;
}
a:hover img {
  opacity: 1;
}
.fixed {
  position: fixed;
}
.clear {
  clear: both;
}
.sp_br {
  display: none;
}
.sp_only {
  display: none;
}
@media (max-width: 1023px) {
  .sp_br {
    display: block;
  }
  .sp_only {
    display: block;
  }
  .sp_only.inline {
    display: inline;
  }
  .pc_only {
    display: none;
  }
  .pc_br {
    display: none;
  }
  .sp_left {
    text-align: left;
  }
}



.head-top-bar {
  display: block;
  padding: 5px 25px;
  text-align: center !important;
  background-color: #c8cdd7;
  z-index: 0;
  position: relative;
  font-size: 80%;
}

.head-top-bar p{
  text-align: center !important;
}
