@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&family=Noto+Sans+SC:wght@700&display=swap");
/* オリジナルグッズ */
.goods {
  width: 98rem;
  margin: 0 auto;
  padding: 5.2rem 0 0;
}
.goods__lead {
  position: relative;
  padding: 0 0 10rem;
}
.goods__lead__ttl {
  padding: 0 0 1em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.476;
  color: #4eabea;
}
.goods__lead__txt {
  font-size: 1.6rem;
  line-height: 2.5;
}
.goods__lead__photo {
  position: absolute;
  right: 2.4rem;
  top: 0;
  width: 16.4rem;
}
.goods__genre {
  margin: 0 0 12rem;
  padding: 0 0 5.8rem;
  border: 0.2rem solid rgba(78, 171, 234, 0.5);
  border-radius: 3rem;
}
.goods__genre.ballpoint {
  margin: 0 0 9.8rem;
}
.goods__ttl {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21.6rem;
  background: #71bcee;
  border-radius: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 4rem;
  color: #fff;
}
.goods__lineup {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 0;
}
.goods__other .goods__lineup {
  padding: 1.5rem 0 0;
}
.goods__lineup__item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.goods__lineup__item .itempict {
  margin: 0 0 2rem;
}
.clearfile .goods__lineup__item {
  width: 33.33%;
}
.clearfile .goods__lineup__item .itempict {
  width: 20.4rem;
}
.memopad .goods__lineup__item, .ballpoint .goods__lineup__item {
  width: 50%;
}
.memopad .goods__lineup__item .itempict, .ballpoint .goods__lineup__item .itempict {
  width: 38rem;
}
.ballpoint .goods__lineup__item {
  border-right: 0.2rem solid rgba(78, 171, 234, 0.4);
}
.ballpoint .goods__lineup__item:nth-child(2n) {
  border-right: none;
}
.goods__other .goods__lineup__item {
  width: 26.4rem;
}
.goods__other .goods__lineup__item .itempict {
  margin: 0;
}
.goods__price {
  display: inline-block;
  padding: 2rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.ballpoint .goods__price {
  padding: 1rem 0 0;
}
.goods__price strong {
  font-size: 2.6rem;
}
.goods__other {
  padding: 5rem 6.7rem;
  background: rgba(78, 171, 234, 0.15);
  border-radius: 3rem;
}
.goods__other__ttl {
  display: inline-block;
  position: relative;
  margin: 0 0 0.8em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: #4eabea;
}
.goods__other__ttl:before, .goods__other__ttl:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 0.125rem;
  height: 3.34rem;
  background: #4eabea;
}
.goods__other__ttl:before {
  left: -1.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.goods__other__ttl:after {
  right: -1.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.goods__other__txt {
  font-size: 1.6rem;
  line-height: 1.666;
}
.goods__other__notice {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  .goods {
    width: auto;
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
  .goods__lead {
    padding: 0 0 13.3333333333vw;
    text-align: left;
  }
  .goods__lead__ttl {
    padding: 1.5em 0 2em;
    font-size: 5.6vw;
  }
  .goods__lead__txt {
    font-size: 4vw;
    line-height: 2;
  }
  .goods__lead__photo {
    right: 0;
    top: 0;
    width: 30.8vw;
  }
  .goods__genre {
    margin: 0 0 17.7333333333vw;
    padding: 0 0 8.6666666667vw;
    border: 0.5333333333vw solid rgba(78, 171, 234, 0.5);
    border-radius: 6.6666666667vw;
  }
  .goods__genre.ballpoint {
    margin: 0 0 16vw;
  }
  .goods__ttl {
    width: 50.6666666667vw;
    border-radius: 4.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 9.3333333333vw;
  }
  .goods__lineup {
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.6666666667vw 0 0;
  }
  .goods__other .goods__lineup {
    padding: 3vw 0 4vw;
  }
  .goods__lineup__item {
    padding: 0 0 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .goods__lineup__item:last-child {
    padding: 0 0 2.1333333333vw;
  }
  .goods__lineup__item .itempict {
    margin: 0 0 2.6666666667vw;
  }
  .clearfile .goods__lineup__item {
    width: 50%;
  }
  .clearfile .goods__lineup__item .itempict {
    width: 35.4666666667vw;
  }
  .memopad .goods__lineup__item, .ballpoint .goods__lineup__item {
    width: 78.6666666667vw;
  }
  .memopad .goods__lineup__item .itempict, .ballpoint .goods__lineup__item .itempict {
    width: 100%;
  }
  .ballpoint .goods__lineup__item {
    padding: 0 0 6vw;
    border-right: none;
    border-bottom: 0.5333333333vw solid rgba(78, 171, 234, 0.4);
  }
  .ballpoint .goods__lineup__item:last-child {
    padding: 7.6vw 0 0;
    border-bottom: none;
  }
  .goods__other .goods__lineup__item {
    width: 41.6vw;
    padding: 0;
  }
  .goods__other .goods__lineup__item:first-child {
    margin: 0 21.3333333333vw -5vw;
  }
  .goods__price {
    padding: 0;
    font-size: 3.7333333333vw;
  }
  .ballpoint .goods__price {
    padding: 1.3333333333vw 0 0;
  }
  .goods__price strong {
    font-size: 5.6vw;
  }
  .goods__other {
    padding: 9.3333333333vw 2.6666666667vw;
    border-radius: 6.6666666667vw;
  }
  .goods__other__ttl {
    font-size: 5.3333333333vw;
  }
  .goods__other__ttl:before, .goods__other__ttl:after {
    width: 0.41676vw;
    height: 11.1538666667vw;
  }
  .goods__other__txt {
    font-size: 4vw;
  }
  .goods__other__notice {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=goods.css.map */