@charset "UTF-8";
@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.p-product-anchor-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 100px;
}

.p-product-anchor-list-item {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
}

.p-product-anchor-list-item-link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #050000;
  background: #F6F6F6;
  padding: 20px;
  width: 100%;
  border: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.p-product-anchor-list-item-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-product-anchor-list {
    margin: 0 0 13.3333333333vw;
  }

  .p-product-anchor-list-item {
    margin-right: 2%;
    margin-bottom: 2%;
    min-width: 29%;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-product-anchor-list-item--mr {
    margin-right: 50vw;
  }

  .p-product-anchor-list-item-link {
    font-size: 3.2vw;
    padding: 2.6666666667vw;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
  }
}
.p-product-inner {
  padding-bottom: 80px;
}

.p-product-notice {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #818181;
  text-align: center;
}

.p-product-category {
  position: relative;
  border-top: 2px solid #E6E6E6;
}

.p-product-category::before {
  position: absolute;
  z-index: 10;
  top: -2px;
  left: 0;
  width: 80px;
  height: 4px;
  content: "";
  display: block;
  background: #EC6C00;
}

.p-product-category__title {
  padding: 40px 0 60px 0;
  font-size: 4.3rem;
  line-height: 1.488372093;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.p-product-expand {
  padding: 0 10% min(5%, 80px);
  position: relative;
  margin: 0 3%;
}

.p-product-expand-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-product-expand-inner.animated {
  -webkit-animation: imageFadeIn 0.7s linear 1 forwards;
          animation: imageFadeIn 0.7s linear 1 forwards;
}

.p-product-expand__thumb {
  max-width: 500px;
  max-height: 500px;
  margin-right: 4%;
}

.p-product-expand-about {
  max-width: 350px;
  width: 90%;
}
.p-product-expand-about__name {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-product-list {
  padding: 0 0 100px;
  gap: 20px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-product-item {
  width: 15%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.p-product-item:hover {
  opacity: 0.7;
}

.p-product-img-wrap {
  background: #EC6C00;
}

.p-product-item__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.p-product-item__thumb.is-active {
  opacity: 0.5;
}

.p-product-item__name {
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
  background: #fff;
}

.p-product-category {
  text-align: left;
}

@media screen and (max-width: 1350px) {
  .p-product-item {
    width: 17%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-inner {
    padding-bottom: 13.3333333333vw;
  }

  .p-product-category__title {
    font-size: 8vw;
    padding: 5.3333333333vw 0 8vw 0;
  }

  .p-product-expand {
    padding-right: 3%;
    padding-left: 3%;
  }

  .p-product-expand-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-product-expand__thumb {
    width: 80%;
    margin: 0 auto 4vw;
  }

  .p-product-expand-about {
    width: 80%;
    max-width: none;
  }
  .p-product-expand-about__name {
    font-size: 4.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-product-expand-about__desc {
    font-size: 3.6vw;
  }

  .p-product-list {
    gap: 20px 6%;
    padding-bottom: 8vw;
  }

  .p-product-item {
    width: 46%;
  }

  .p-product-item__name {
    padding-top: 2.6666666667vw;
  }

  .p-product-notice {
    font-size: 3.7333333333vw;
  }
}
.pagination {
  position: absolute;
  top: 400px;
  width: 80px;
  height: 80px;
  background: #EC6C00;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination:hover {
  opacity: 0.7;
}
.pagination-prev {
  left: 0;
}
.pagination-prev:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateX(3px) rotate(-45deg);
          transform: translateX(3px) rotate(-45deg);
}
.pagination-next {
  right: 0;
}
.pagination-next:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateX(-3px) rotate(-225deg);
          transform: translateX(-3px) rotate(-225deg);
}

@media screen and (max-width: 1350px) {
  .pagination {
    top: 290px;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    top: 56vw;
    width: 10vw;
    height: 10vw;
  }
  .pagination-prev:after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-top: 0.4vw solid #fff;
    border-left: 0.4vw solid #fff;
  }
  .pagination-next:after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-top: 0.4vw solid #fff;
    border-left: 0.4vw solid #fff;
  }
}