@charset "UTF-8";

.kv__Area {
  position: relative;
  display: grid;
  box-sizing: border-box;
}
.kv__Area h1 {
  display: flex;
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-weight: normal;
  z-index: 2;
  margin: auto;
}
.kv__Area h1,
.kv__Area picture {
  grid-area: 1/2;
}
.kv__Area picture img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width:640px) { /* sp */

  html {
    font-size: 62.5%;
  }
  .kv__Area {
    margin-bottom: 30px;
  }
  .kv__Area h1 {
    font-size: 2.2rem;
    width: 94%;
  }

  .header__wrap {
    margin-bottom: 34px;
  }
  .header__wrap h2 {
    font-size: 1.8rem;
  }

}

@media only screen and (min-width:641px) { /* pc */

  .kv__Area {
    margin-bottom: 50px;
  }
  .kv__Area h1 {
    font-size: 40px;
    max-width: 882px;
    width: 90%;
  }
  .header__wrap {
    margin-bottom: 108px;
  }
  .header__wrap h2 {
    font-size: 40px;
  }

}



/* -----------------------------------------------
  product__list
----------------------------------------------- */

.btn__wrap .anc__list,
.products__list { 
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
}
.anc__list a:after {
  content: '';
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  position: absolute;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.btn__wrap a {
  border: 1px solid #707070;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  position: relative;
}
.btn__wrap strong {
  font-weight: normal;
  display: block;
}
.btn__wrap .sort__btn a.is_active {
  background: #efefef;
}
a:hover,
a:active {
  color: #666 !important;
  opacity: 1;
}


.products__list div {
  box-sizing: border-box;
}
.products__list strong {
  font-weight: normal;
  display: inline-block;
  border-left: 3px solid #b2b2b2;
  padding-left: 0.3em;
  line-height: 1em;
  vertical-align: bottom;
  padding-top: 2px;
}

.products__list div picture,
.products__list div picture img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.products__list div picture {
  overflow: hidden;
}
.product__list .product__box {
  position: relative;
  display: grid;
  box-sizing: border-box;
}
.product__list .product__text {
  display: flex;
  font-family: "DIN Regular", Arial, Helvetica, sans-serif;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
}
.product__text * {
  font-weight: normal;
}
.product__image,
.product__text {
  grid-area: 1/2;
}
.product__image img {
  display: block;
  width: 100%;
  height: auto;
}
.end__wrap a {
  border: 1px solid #707070;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
  position: relative;
}
.end__wrap strong {
  font-weight: normal;
  display: block;
}
.end__wrap .sort__btn a.is_active {
  background: #efefef;
}

@media only screen and (max-width:640px) { /* sp */

  #index .product__wrap {
    margin-top: 10px;
  }
  .btn__wrap {
    margin-bottom: 30px;
  }
  .btn__wrap .anc__list {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .anc__list li {
    width: 32.4%;
  }
  .anc__list li a {
    padding: .5em 0 1.4em;
  }
  .anc__list a:after {
    width: 0.6em;
    height: 0.6em;
    bottom: .5em;
  }
  .btn__wrap strong {
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .sort__btn li:nth-child(n+2) {
    margin-top: 3%;
  }
  .btn__wrap a {
    font-size: 1.6rem;
    min-height: 2.4em;
    text-align: center;
  }

  .products__list {
    margin-bottom: 80px;
  }
  .products__list div {
    margin-bottom: 24px;
    padding-top: 10px;
    position: relative;
  }
  .products__list strong,
  .products__list h2 {
    font-size: 1.8rem;
  }
  .products__list div a picture {    
    margin: 9px auto 10px;
  }
  .products__list h2 {}
  .products__list div.cat__last:not(.is_active) {
    padding-bottom: 68px;
    margin-bottom: 40px;
  }
  .products__list div.cat__last:not(.is_active):after {
    content: '';
    display: block;
    width: 200vw;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .end__wrap {
    margin-bottom: 30px;
  }
  .end__wrap .anc__list {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .end__wrap strong {
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .end__wrap li {
    margin-bottom: 3%;
  }
  .end__wrap a {
    font-size: 1.6rem;
    min-height: 2.4em;
    text-align: center;
  }

}

@media only screen and (min-width:641px) { /* pc */

  #wrapContent #wrap_mainContent .mainContens .inContents {
    margin-bottom: 20px !important;
  }
  .btn__wrap .anc__list {
    margin-bottom: 56px;
  }
  .anc__list a:after {
    width: 0.4em;
    height: 0.4em;
    right: 1.4em;
    top: 0.8em;
  }
  .btn__wrap strong {
    font-size: 30px;
    margin-bottom: 26px;
  }
  .btn__wrap .products__list {
    margin-bottom: 50px;
  }
  .btn__wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .btn__wrap ul li {
    width: 32.35%;
  }
  .btn__wrap a {
    font-size: 24px;
    height: 60px;
  }


  .products__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 80px;
  }
  .products__list div {
    width: 32.35%;
    margin-bottom: 34px;
    padding-top: 20px;
    position: relative;
  }
  .products__list strong,
  .products__list h2 {
    font-size: 24px;
  }
  .products__list div a picture {    
    margin: 9px auto 10px;
  }
  .products__list div a picture img {
    transition: all .9s;
    -webkit-transition: all .9s;
    -ms-transition: all .9s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  .products__list div a:hover picture img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
  }
  .products__list h2 {}
  .products__list div.cat__last:not(.is_active) {
    padding-bottom: 68px;
    margin-bottom: 40px;
  }
  .products__list div.cat__last:not(.is_active):after {
    content: '';
    display: block;
    width: 200vw;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .end__wrap .anc__list {
    margin-bottom: 56px;
  }
  .anc__list a:after {
    width: 0.4em;
    height: 0.4em;
    right: 1.4em;
    top: 0.8em;
  }
  .end__wrap strong {
    font-size: 20px;
    margin-bottom: 26px;
  }
  .end__wrap .products__list {
    margin-bottom: 50px;
  }
  .end__wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .end__wrap ul li {
    width: 32.35%;
    margin-bottom: 1%;
  }
  .end__wrap a {
    font-size: 16px;
    height: 30px;
  }


}







/* -----------------------------------------------
  product__list
----------------------------------------------- */

.bnr__list {}
.bnr__list a,
.bnr__list a img {
  display: block;
  width: 100%;
  height: auto;
}


@media only screen and (max-width:640px) { /* sp */

  .bnr__list {}
  .bnr__list li:nth-child(n+2) {
    margin-top: 3%;
  }

}

@media only screen and (min-width:641px) { /* pc */

  .bnr__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 80px;
  }
  .bnr__list li {
    width: 32.34%;
  }
  .bnr__list li:not(:nth-child(3n)) {
    margin-right: 1.46%;
  }
  .bnr__list li:nth-child(n+4) {
    margin-top: 1.46%;
  }


}








