/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Overpass:wght@400;800&display=swap");
/********************************
******* archive-product-header *******
*********************************/
#archive-product-header {
  background-color: #f0f0e6;
  text-align: center;
  padding: 2rem 0 0;
}

#archive-product-header .title {
  font-family: "Overpass", sans-serif;
  font-size: 4rem;
  color: #b6b6b6;
  word-break: initial;
  line-height: 1;
}

#archive-product-header .sub-title {
  font-size: 1.6rem;
  padding: 1rem 0;
}

@media only screen and (max-width: 767px) {
  #archive-product-header .title {
    font-size: 3rem;
  }
  #archive-product-header .sub-title {
    font-size: 1.2rem;
  }
  #archive-product-header .summary {
    text-align: left;
  }
}

/********************************
******* archive-product-main *******
*********************************/
body > .container {
  overflow: unset;
}

#archive-product-main {
  color: #323232;
  background-color: #f0f0e6;
  overflow: unset;
}

#archive-product-main .wrapper-inner {
  overflow: unset;
}

#archive-product-main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  gap: 1rem;
}

#archive-product-main .row .sidenav {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  width: 16rem;
  min-width: 16rem;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 18px;
}

#archive-product-main .row .sidenav .title {
  border-top: 2px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 0.5rem;
  text-align: center;
}

#archive-product-main .row .sidenav .title h4 {
  font-size: 0.9rem;
}

#archive-product-main .row .sidenav .genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 0;
}

#archive-product-main .row .sidenav .genre li {
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
}

#archive-product-main .row .sidenav .genre a {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: underline;
  color: #323232;
  padding-right: 1rem;
}

#archive-product-main .row .sidenav .genre a::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #323232;
  border-right: 2px solid #323232;
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
}

#archive-product-main .row .sidenav .genre a:hover {
  color: #f39800;
}

#archive-product-main .row .sidenav .genre a:hover::after {
  border-color: #f39800;
}

#archive-product-main .row .sidenav .genre .current a {
  color: #f39800;
}

#archive-product-main .row .content {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem 3rem;
  border-radius: 18px;
}

#archive-product-main .row .content .title {
  border-top: 2px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  padding: 1rem 0;
}

#archive-product-main .row .content .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding: 2rem 0 4rem;
  border-top: 1px solid #b6b6b6;
}

#archive-product-main .row .content .product:first-child {
  border: none;
}

#archive-product-main .row .content .product .name {
  padding: 2rem 0;
}

#archive-product-main .row .content .product .slider {
  width: 100%;
}

#archive-product-main .row .content .product .slider .swiper-slide {
  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;
  height: auto;
  max-height: 450px;
}

#archive-product-main .row .content .product .slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#archive-product-main .row .content .product .slider .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.5rem;
  position: relative;
}

#archive-product-main .row .content .product .slider .swiper-pagination {
  margin-right: auto;
}

#archive-product-main .row .content .product .slider .swiper-pagination-bullet {
  border: 1px solid #b6b6b6;
  background-color: #ffffff;
  opacity: 1;
}

#archive-product-main .row .content .product .slider .swiper-pagination-bullet-active {
  border: none;
  background-color: #f08c00;
}

#archive-product-main .row .content .product .slider .swiper-button-next,
#archive-product-main .row .content .product .slider .swiper-button-prev {
  top: unset;
  bottom: 0;
  background-color: #f08c00;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
}

#archive-product-main .row .content .product .slider .swiper-button-next::after,
#archive-product-main .row .content .product .slider .swiper-button-prev::after {
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  border: solid 2px #ffffff;
  border-width: 2px 2px 0 0;
}

#archive-product-main .row .content .product .slider .swiper-button-prev {
  left: 0;
}

#archive-product-main .row .content .product .slider .swiper-button-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#archive-product-main .row .content .product .slider .swiper-button-next {
  right: 0;
}

#archive-product-main .row .content .product .slider .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#archive-product-main .row .content .product .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
}

#archive-product-main .row .content .product .info .description {
  width: 100%;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.75;
}

#archive-product-main .row .content .product .info .detail {
  min-width: 15rem;
  font-size: 0.7rem;
  font-weight: bold;
}

#archive-product-main .row .content .product .info .detail h4 {
  border-bottom: 1px solid #b6b6b6;
  padding: 0 0 0.5rem 0;
  margin-bottom: 0.5rem;
}

#archive-product-main .row .content .product .info .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.75;
}

#archive-product-main .row .content .product .info .detail .item .label {
  min-width: 4rem;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

#archive-product-main .row .content .product .info .detail .item .label span {
  font-size: 0.6rem;
}

#archive-product-main .row .content .product .info .detail .item .value::before {
  content: ":";
  padding: 0 0.25rem;
}

#archive-product-main .row .content .product .info .detail .text-center {
  text-align: center;
}

#archive-product-main .row .content .product .info .detail .btn-dl {
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 3rem;
  margin: 1rem 0;
  border: 1px solid #000000;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 0.8rem;
  font-weight: bold;
}

#archive-product-main .row .content .product .info .detail .btn-dl:hover {
  color: #000000;
}

#archive-product-main .row .content .product .info .detail .btn-dl::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  position: absolute;
  top: 40%;
  right: 1rem;
}

#archive-product-main .row .content .product .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.75;
  padding: 1rem 0;
  width: 100%;
}

#archive-product-main .row .content .product .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #b6b6b6;
  padding: 0 2rem;
  width: calc(100% / 3);
}

#archive-product-main .row .content .product .features .feature .thum img {
  width: 50px;
  margin: 1rem auto;
}

#archive-product-main .row .content .product .features .atama {
  padding-left: 0;
}

#archive-product-main .row .content .product .features .karada {
  padding-right: 0;
  border: none;
}

#archive-product-main .row .content .hidden {
  display: none;
}

#archive-product-main .row .content .foot {
  text-align: center;
}

#archive-product-main .row .content .foot .btn-readMoreProduct {
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 3rem;
  margin: 1rem 0;
  border: 1px solid #000000;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  max-width: 500px;
  position: relative;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
}

#archive-product-main .row .content .foot .btn-readMoreProduct:hover {
  color: #000000;
}

#archive-product-main .row .content .foot .btn-readMoreProduct::after {
  display: inline-block;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  position: absolute;
  top: 35%;
  right: 1rem;
}

#archive-product-main .row .content .foot .description {
  padding: 2rem;
}

#archive-product-main .row .content .foot .description p {
  font-size: 0.8rem;
  font-weight: bold;
}

#archive-product-main .row .content .foot .description .btn-red {
  left: auto;
  -webkit-transform: unset;
          transform: unset;
}

@media only screen and (max-width: 1023px) {
  #archive-product-main .row .content .product .name h3 {
    font-size: 1rem;
  }
  #archive-product-main .row .content .product .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #archive-product-main .row .content .product .info .description {
    font-size: 0.8rem;
  }
  #archive-product-main .row .content .product .info .detail {
    font-size: 1rem;
  }
  #archive-product-main .row .content .product .info .detail .item {
    line-height: 2;
  }
  #archive-product-main .row .content .product .info .detail .item .label {
    min-width: 5rem;
  }
  #archive-product-main .row .content .product .info .detail .item .value::before {
    padding: 0 0.5rem;
  }
  #archive-product-main .row .content .product .info .detail .btn-dl {
    max-width: 15rem;
  }
  #archive-product-main .row .content .product .features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  #archive-product-main .row .content .product .features .feature {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 0;
    border: none;
  }
  #archive-product-main .row .content .product .features .feature .thum {
    width: 10%;
    min-width: 80px;
    border-right: 1px solid #b6b6b6;
    margin-right: 1rem;
  }
  #archive-product-main .row .content .product .features .feature .thum img {
    width: 70%;
    max-width: 60px;
    margin-right: 1rem;
  }
  #archive-product-main .row .content .product .features .feature .description {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  body > .container {
    overflow: hidden;
  }
  #archive-product-main {
    padding: 0;
  }
  #archive-product-main .wrapper {
    padding: 0;
  }
  #archive-product-main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  #archive-product-main .row .sidenav {
    position: relative;
    width: calc(100% - 4rem);
    margin: 0 2rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
  }
  #archive-product-main .row .sidenav .title {
    border: none;
  }
  #archive-product-main .row .sidenav .genre li {
    width: calc(50% - 1rem);
  }
  #archive-product-main .row .sidenav .genre li a {
    max-width: 15rem;
  }
  #archive-product-main .row .sidenav .genre li a::after {
    top: 30%;
  }
  #archive-product-main .row .content {
    border-radius: 0;
    padding: 2rem;
  }
}

/********************************
*******      catalog      *******
*********************************/
#catalog {
  background-color: #ffdc3c;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 8rem;
}

#catalog .wrapper-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

#catalog .section-title {
  color: #e60039;
}

#catalog .section-discription {
  font-size: 0.6rem;
}

#catalog .btn-catalog {
  color: #e60039;
  background-color: #ffffff;
  max-width: 400px;
  height: 7rem;
  margin: 4rem auto 0;
  padding: 1rem;
  font-weight: bold;
  border: 2px solid #e60039;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#catalog .btn-catalog::before {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e60039;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 40%;
  right: 0.58rem;
}

#catalog .btn-catalog::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
}

#catalog .btn-catalog img {
  width: 210px;
  position: absolute;
  top: -2.5rem;
}

@media only screen and (min-width: 375px) {
  #catalog .section-discription {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 425px) {
  #catalog .section-discription {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 465px) {
  #catalog .section-discription {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  #catalog .btn-catalog {
    max-width: 500px;
    height: auto;
    margin: 3rem auto 0;
    padding: 1rem;
    border-radius: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #catalog .btn-catalog::before {
    top: 35%;
  }
  #catalog .btn-catalog img {
    top: -3rem;
    left: 2rem;
  }
  #catalog .btn-catalog span {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .catalog-upper .fill-white {
    fill: #f0f0e6;
  }
}
/*# sourceMappingURL=archive-product.css.map */