@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : goods.css
Description : グッズページ
===================================================================== */
/* =====================================================================
    goods
======================================================================*/
.goods {
  padding: 12rem 0 7rem;
}

.goods_subttl {
  margin-bottom: 8rem;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
.goods_subttl span {
  color: #bf0000;
}

.title_first {
  margin-bottom: 2rem;
}

.title_second {
  line-height: initial;
}

.goods_banner {
  margin-bottom: 2.4rem;
}
.goods_banner_txt {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.goods_list_wrap {
  position: relative;
  margin-bottom: 12rem;
  padding: 8rem 0;
}
.goods_list_wrap .bg_subpage {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% - 12rem);
  background: #bf0000;
  z-index: -1;
}
.goods_list_wrap .bg_subpage::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 120%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  transform: scale(1, -1);
}
.goods_list_wrap .bg_subpage_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bf0000;
  transform: skewY(-15deg);
  transform-origin: top left;
}
.goods_list_wrap .bg_subpage_inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  transform: skew(15deg);
}
.goods_list_wrap .goods_subttl {
  color: #fff;
}

.goods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.goods_list.johnnys {
  margin-top: 2rem;
  padding-top: 8rem;
  position: relative;
}
.goods_list.johnnys::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -o-border-image: linear-gradient(to left, #c29c54 0%, #e7d186 50%, #c29c54 100%) 1/1px 0 0 0;
     border-image: linear-gradient(to left, #c29c54 0%, #e7d186 50%, #c29c54 100%) 1/1px 0 0 0;
  border-style: solid;
}
.goods_list > li {
  margin: 0 calc(48 / 680 * 100%) 5rem 0;
  width: calc(296 / 680 * 100%);
}
@media screen and (max-width: 767px) {
  .goods_list > li:nth-child(2n), .goods_list > li:last-child {
    margin-right: 0;
  }
}
.goods_list > li figure {
  margin-bottom: 1em;
  border: 0.4rem solid #8f5300;
  -o-border-image: linear-gradient(-45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%);
     border-image: linear-gradient(-45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%);
  border-image-slice: 1;
}
.goods_list > li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.goods_list > li h3 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  line-height: 1.416;
  color: #fff;
  -o-border-image: linear-gradient(to left, #ffe066 0%, #c99d38 25%, #8f5300 50%, #c99d38 75%, #ffe066 100%) 1/0 0 1px 0;
     border-image: linear-gradient(to left, #ffe066 0%, #c99d38 25%, #8f5300 50%, #c99d38 75%, #ffe066 100%) 1/0 0 1px 0;
  border-style: solid;
}

.limited_txt {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.goods_detail li {
  margin-bottom: 0.5em;
  line-height: 1.4;
  color: #ffe066;
}

.goods_link li {
  margin-bottom: 3rem;
}
.goods_link li a {
  width: 58rem;
}

.goods_first {
  margin-bottom: 10rem;
}

.goods_box {
  margin-bottom: 4rem;
  padding: 0.8rem;
  background: url(../images/common/bg_grade3-sp.jpg) no-repeat center/cover;
}
.goods_box dl {
  border: 0.4rem solid #000000;
  background-color: #fff;
}
.goods_box dl dt {
  padding: 2.3rem 0;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #000000;
}
.goods_box dl dd {
  padding: 4rem;
}
.goods_box dl dd ul li {
  position: relative;
  margin-bottom: 1.2em;
  padding-left: 1em;
  line-height: 1.4;
}
.goods_box dl dd ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.5em;
  left: 0;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #bf0000;
}
.goods_box dl dd ul li a {
  display: inline;
  text-decoration: underline;
}
.goods_box dl dd p {
  font-size: 2rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .goods {
    padding: 12rem 0;
  }
  .goods_subttl {
    font-size: 3.6rem;
  }
  .goods_banner {
    position: relative;
    top: 0;
    margin: 0 auto 1.8rem;
    width: 51rem;
  }
  .goods_banner:hover {
    top: -1rem;
  }
  .goods_banner_txt {
    font-size: 1.5rem;
  }
  .goods_list_wrap {
    margin-bottom: 10rem;
  }
  .goods_list_wrap .bg_subpage {
    height: 94%;
  }
  .goods_list > li {
    margin: 0 calc(68 / 1024 * 100%) 5rem 0;
    width: calc(296 / 1024 * 100%);
  }
  .goods_list > li:nth-child(3n), .goods_list > li:last-child {
    margin-right: 0;
  }
  .goods_list > li h3 {
    font-size: 1.8rem;
  }
  .goods_link li a {
    width: 48rem;
  }
  .goods_box {
    background-image: url(../images/common/bg_grade3-pc.jpg);
  }
  .goods_box dl dt {
    padding: 2.1rem 0;
    font-size: 2.4rem;
  }
  .goods_box dl dd {
    padding: 3rem;
  }
  .goods_box dl dd ul li {
    font-size: 1.8rem;
  }
  .goods_box dl dd ul li a:hover {
    color: #bf0000;
  }
  .goods_box dl dd p {
    font-size: 1.5rem;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .goods_list img {
    display: none;
  }
}
/*# sourceMappingURL=goods.css.map */