/* ------------------------------------- */
/*  共通部分
/* ------------------------------------- */
@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;
  scroll-padding-top: 100px;
}

* {
  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;
  overflow-x: hidden;
}
@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;
}

/* ------------------------------------- */
/*  header
/* ------------------------------------- */
header {
  background-color: #fff;
  /*box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);*/
  z-index: 11;
  position: fixed;
  top: 0;
  width: 100%;
}
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: 0.97em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  /* padding-left: 24px; */
}
.header_logo h1 {
  font-size: 0.8em;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}

 .header_logo img {
    width: 190px;
    margin-bottom: 6px;
  }
.menu{
  display: none;
}
.gnav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 700px;
  margin-left: 70px;
  font-weight: 500;
  letter-spacing: 0.1em;
  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 2em;
}
.gnav ul > li > ul {
  display: none;
}
.gnav ul > li > ul {
  position: absolute;
  background-color: #ffffff;
  top: 100px;
  left: calc(calc(90vw - 1100px) / 2);
  align-items: flex-start;
  z-index: 10;
  padding: 2em 3em;
  overflow:auto;
  justify-content: flex-start;
  min-width: 800px;
  max-width: 900px;
  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: 100%;
}
.gnav ul > li:nth-child(5) > ul > li {
  width: 100%;
}
.gnav ul > li:nth-child(6) > ul > li {
  width: 100%;
}
.gnav ul > li:nth-child(7) > ul > li {
  width: 100%;
}
.gnav ul > li:nth-child(8) > ul > li {
  width: 100%;
}

.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: 280px;
  height: 100%;
  padding-top: 10px;
  padding-right: 8px;
}

  .gnav_icon li {
  font-size: 0.6em;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
align-items: center;
justify-content: center;
  }

    .gnav_icon img {
  width: 36px;
  }

@media (max-width: 1399px) {
  header {
    width: 100%;
    /*margin-top: 3em;*/
  }
  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 - 1000px) / 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 img {
    width: 120px;
  }

  .header_logo h1 {
  font-size: 0.6em;
}

  header .wrap {
    padding: 0 calc(5vw + 50px) 0 2%;
    height: 65px;
    margin-top: 25px;
  }
  .gnav_icon ul {
    height: 100%;
    padding: 0;
    width: 210px;
    margin-right: 2em;
  }

  .gnav_icon img {
  width: 30px;
  }

  .gnav_icon li {
  font-size: 0.5em;
  }

  .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("/assets/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); }
@media (max-width: 1199px) {
  #menu_btn{
    top: 50px;
    right: 7%;
    z-index: 999;
    display: block;
  }
}


/* ------------------------------------- */
/*   上書き共通要素
/* ------------------------------------- */
.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;
  }
  .swiper-slide img{
   margin-top: 3.5em;
  }
}

.orange {
    color: #fd4d11;
    font-weight: bold;
}