*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-content__inner {
  width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .product-content__inner {
    width: 100%;
    padding: 0 15px;
  }
}

.product-content__item {
  margin: 0 0 76px;
}

@media (max-width: 768px) {
  .product-content__item {
    margin: 0 0 40px;
  }
}

.product-content__head-1 {
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .product-content__head-1 {
    margin: 30px 0;
  }
  .product-content__head-1 img {
    zoom: .5;
  }
}

.product-content__head-2 {
  text-align: center;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .product-content__head-2 img {
    zoom: .5;
  }
}

/* .product-content__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
} */

@media (max-width: 768px) {
  .product-content__nav-list {
    margin: 0 -5px;
  }
}

/* .product-content__nav-list li {
  padding: 0 10px 12px;
} */

@media (max-width: 768px) {
  .product-content__nav-list li {
    padding: 0 5px 10px;
    width: 50%;
    min-width: 50%;
  }
}
.product-content__nav-list {
  margin: 0 -10px;
}
.product-content__nav-list::after {
  display: block;
  content: "";
  clear: both;
}
.product-content__nav-list li {
  float: left;
  padding: 0 10px 12px;
}
.product-content__nav-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  background-color: #f9f4ec;
  border: 2px solid #f9f4ec;
  text-align: center;
  border-radius: 10px;
  padding: 12px 0;
  width: 235px;
  min-height: 72px;
  vertical-align: middle;
}
.product-content__nav-list li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/* .product-content__nav-list li a {
  width: 235px;
  display: block;
  font-size: 16px;
  background-color: #f9f4ec;
  border: 2px solid #f9f4ec;
  text-align: center;
  border-radius: 10px;
  padding: 12px 0;
  position: relative;
  min-height: 72px;
  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;

} */

@media (max-width: 768px) {
  .product-content__nav-list li a {
    width: 100%;
    min-width: 100%;
    font-size: 13px;
    padding: 0;
    min-height: 65px;
    /* min-height: 50px; */
    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;
  }
}

.product-content__nav-list li a:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.product-content__nav-list li a:after {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  /* top: 20px; */
  margin-top: -3px;
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-content__nav-list li a[href^="#anchor-1"]:before {
  background-color: #c3c63d;
}

.product-content__nav-list li a[href^="#anchor-1"]:hover {
  border: 2px dashed #c3c63d;
}

.product-content__nav-list li a[href^="#anchor-2"]:before {
  background-color: #e68d81;
}

.product-content__nav-list li a[href^="#anchor-2"]:hover {
  border: 2px dashed #e68d81;
}

.product-content__nav-list li a[href^="#anchor-3"]:before {
  background-color: #94be6f;
}

.product-content__nav-list li a[href^="#anchor-3"]:hover {
  border: 2px dashed #94be6f;
}

.product-content__nav-list li a[href^="#anchor-4"]:before {
  background-color: #e7ae65;
}

.product-content__nav-list li a[href^="#anchor-4"]:hover {
  border: 2px dashed #e7ae65;
}

.product-content__nav-list li a[href^="#anchor-5"]:before {
  background-color: #5ec2c7;
}

.product-content__nav-list li a[href^="#anchor-5"]:hover {
  border: 2px dashed #5ec2c7;
}

.product-content__nav-list li a[href^="#anchor-6"]:before {
  background-color: #a18cc7;
}

.product-content__nav-list li a[href^="#anchor-6"]:hover {
  border: 2px dashed #a18cc7;
}

.product-content__nav-list li a[target="_blank"] {
  background-color: #d2bdac;
  border: 2px solid #d2bdac;
  color: #fff;
}

.product-content__nav-list li a[target="_blank"]:before {
  border-radius: 0;
  background-color: none;
  background-image: url("../image/icon-window.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 15px;
  height: 15px;
  right: 11px;
}

.product-content__nav-list li a[target="_blank"]:after {
  content: none;
  display: none;
}

.product-content__nav-list li a[target="_blank"]:hover {
  opacity: 0.7;
}

.product-content__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 20px;
}

@media (max-width: 768px) {
  .product-content__link-list {
    margin: 0 -5px 15px;
  }
}

.product-content__link-list li {
  width: 255px;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .product-content__link-list li {
    width: 50%;
    padding: 0 5px;
  }
}

.product-content__link-list li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #564d48;
  background-color: #f9f4ec;
  padding: 12px 0;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .product-content__link-list li a {
    font-size: 12px;
    padding: 4px 0;
  }
}

.product-content__link-list li a:after {
  content: "";
  border-top: 2px solid #564d48;
  border-right: 2px solid #564d48;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 11px;
  /* right: 15px; */
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .product-content__link-list li a:after {
    width: 7px;
    height: 7px;
    right: 8px;
  }
}

.product-content__link-list li a:hover {
  opacity: 0.8;
}

.product-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 768px) {
  .product-list__inner {
    margin: 0 -5px;
  }
}

.product-list__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 255px;
  min-width: 255px;
  padding: 0 10px;
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .product-list__product {
    width: 50%;
    min-width: 50%;
    padding: 0 5px;
    margin: 0 0 10px;
  }
}

.product-list__product a,
.product-list__product .product-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  /* padding: 20px 20px 0; */
  padding: 20px;
  position: relative;
  width: 100%;
}

.product-list__product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  padding: 20px 20px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .product-list__product a,
  .product-list__product .product-list__inner {
    /* padding: 10px 10px 0; */
    padding: 10px;
  }

  .product-list__product a {
    padding: 10px 10px 0;
  }
}

.product-list__product a:hover {
  opacity: 0.8;
}

.product-list__product--1 a,
.product-list__product--1 .product-list__inner {
  border: 2px solid #c3c63d;
}

.product-list__product--1 a .product-list__detail > p ,
.product-list__product--1 .product-list__inner .product-list__detail > p {
  color: #c3c63d;
  border-top: 2px solid #c3c63d;
  background-color: #feffdb;
}

.product-list__product--1 a .product-list__detail > p:after ,
.product-list__product--1 .product-list__inner .product-list__detail > p:after {
  border-top: 2px solid #c3c63d;
  border-right: 2px solid #c3c63d;
}

.product-list__product--2 a ,
.product-list__product--2 .product-list__inner {
  border: 2px solid #e68d81;
}

.product-list__product--2 a .product-list__detail > p ,
.product-list__product--2 .product-list__inner .product-list__detail > p {
  color: #e68d81;
  border-top: 2px solid #e68d81;
  background-color: #fff3f1;
}

.product-list__product--2 a .product-list__detail > p:after ,
.product-list__product--2 .product-list__inner .product-list__detail > p:after {
  border-top: 2px solid #e68d81;
  border-right: 2px solid #e68d81;
}

.product-list__product--3 a ,
.product-list__product--3 .product-list__inner {
  border: 2px solid #94be6f;
}

.product-list__product--3 a .product-list__detail > p ,
.product-list__product--3 .product-list__inner .product-list__detail > p {
  color: #94be6f;
  border-top: 2px solid #94be6f;
  background-color: #f2ffe6;
}

.product-list__product--3 a .product-list__detail > p:after ,
.product-list__product--3 .product-list__inner .product-list__detail > p:after {
  border-top: 2px solid #94be6f;
  border-right: 2px solid #94be6f;
}

.product-list__product--4 a ,
.product-list__product--4 .product-list__inner {
  border: 2px solid #e7ae65;
}

.product-list__product--4 a .product-list__detail > p ,
.product-list__product--4 .product-list__inner .product-list__detail > p {
  color: #e7ae65;
  border-top: 2px solid #e7ae65;
  background-color: #fff4e7;
}

.product-list__product--4 a .product-list__detail > p:after ,
.product-list__product--4 .product-list__inner .product-list__detail > p:after {
  border-top: 2px solid #e7ae65;
  border-right: 2px solid #e7ae65;
}

.product-list__product--5 a ,
.product-list__product--5 .product-list__inner {
  border: 2px solid #5ec2c7;
}

.product-list__product--5 a .product-list__detail > p ,
.product-list__product--5 .product-list__inner .product-list__detail > p {
  color: #5ec2c7;
  border-top: 2px solid #5ec2c7;
  background-color: #e6f5f6;
}

.product-list__product--5 a .product-list__detail > p:after ,
.product-list__product--5 .product-list__inner .product-list__detail > p:after {
  border-top: 2px solid #5ec2c7;
  border-right: 2px solid #5ec2c7;
}

.product-list__product--6 a ,
.product-list__product--6 .product-list__inner {
  border: 2px solid #a18cc7;
}

.product-list__product--6 a .product-list__detail > p ,
.product-list__product--6 .product-list__inner .product-list__detail > p {
  color: #a18cc7;
  border-top: 2px solid #a18cc7;
  background-color: #f6f1ff;
}

.product-list__product--6 a .product-list__detail > p:after ,
.product-list__product--6 .product-list__inner .product-list__detail > p:after {
  border-top: 2px solid #a18cc7;
  border-right: 2px solid #a18cc7;
}

.product-list__product-img {
  display: block;
  margin: 0 0 14px;
}

.product-list__product-img img:hover {
  opacity: 1;
}

.product-list__head {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  min-height: 50px;
  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;
  margin: 0 0 14px;
}
@media (min-width: 769px) {
  /* 商品名の改行がきれいに収まるように調整 */
  .nowrap {
    width: 203px;
    margin-left: -7px;
  }
  .fs14 {
    font-size: 14px;
  }
  .fs16 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .product-list__head {
    font-size: 13px;
    min-height: 60px;
    margin: 0 0 7px;
  }
  .fs10 {
    font-size: 10px;
  }
  .fs14 {
    font-size: 10px;
    width: 112%;
    margin-left: -6%;
  }
  .fs16 {
    font-size: 10px;
  }


}

.product-list__material {
  background-color: #666666;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  padding: 1px 5px;
  line-height: normal;
}

@media (max-width: 768px) {
  .product-list__material {
    font-size: 9px;
    top: 5px;
    left: 5px;
  }
}

.product-list__text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .product-list__text {
    font-size: 11px;
  }
}

.product-list__detail {
  display: block;
  margin-top: auto;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .product-list__detail {
    padding-top: 10px;
  }
}

.product-list__detail > p {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 9px 9px / 0 0 9px 9px;
  padding: 12px 0;
  margin: 0 -20px;
  position: relative;
}

@media (max-width: 768px) {
  .product-list__detail > p {
    font-size: 12px;
    margin: 0 -10px;
  }
}

.product-list__detail > p:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .product-list__detail > p:after {
    width: 7px;
    height: 7px;
    right: 8px;
  }
}

.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
