.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#product-page {
  width: 100%;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff8da;
}

.header:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_beige.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

.header__inner {
  width: 900px;
  height: 185px;
}

.header__logo {
  height: 277px;
  left: 0;
  transform: translate(0, 0);
}

.header__logo a {
  transform: translate(0, 53px);
}

.header__han {
  display: none;
}

.header__menu {
  display: none;
}

.headline {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.headline__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 64px;
  text-align: center;
  border: none;
}

.category {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.category__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 75px;
  zoom: 1;
  border: none;
}

.category__inner:after {
  content: "";
  clear: both;
  display: block;
}

.category__list {
  text-align: center;
  width: 100%;
}

.category__list ul {
  letter-spacing: 0;
  font-size: 0;
}

.category__list li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 32px;
}

.category__list li.is--current a {
  color: #c7f500;
}

.category__list li.is--current a:after {
  background-color: #c7f500;
  transform: scale(1, 1);
}

.category__list li.is--none {
  pointer-events: none;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.category__list a {
  text-decoration: none;
  color: #fff8da;
  font-size: 23px;
  letter-spacing: .1em;
  font-family: clarendon-text-pro, serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
  display: block;
  position: relative;
}

.category__list a:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff8da;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transition: all .3s;
}

.category__list a:hover:after {
  transform: scale(1, 1);
}

.comics,
.musics {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.comics__inner,
.musics__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 110px;
  zoom: 1;
  border: none;
}

.comics__inner:after,
.musics__inner:after {
  content: "";
  clear: both;
  display: block;
}

.comics__block,
.musics__block {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
}

.comics__block:last-of-type,
.musics__block:last-of-type {
  margin-bottom: 0;
}

.comics__block__inner,
.musics__block__inner {
  margin: 0 60px;
  padding: 45px 0;
  zoom: 1;
  color: #838D97;
}

.comics__block__inner:after,
.musics__block__inner:after {
  content: "";
  clear: both;
  display: block;
}

.comics__block__jacket,
.musics__block__jacket {
  width: 247px;
  float: left;
}

.comics__block__detail,
.musics__block__detail {
  width: 493px;
  float: right;
}

.comics__block__detail p,
.musics__block__detail p {
  width: 100%;
  border-bottom: #838d97 solid 1px;
  font-size: 13px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
  display: block;
  clear: both;
}

.comics__block__detail p.detail--w--half,
.musics__block__detail p.detail--w--half {
  width: 50%;
  float: left;
  clear: none;
}

.comics__block__detail p.is--border,
.musics__block__detail p.is--border {
  border-right: #838d97 solid 1px;
}

.comics__block__detail p span,
.musics__block__detail p span {
  display: block;
  padding: 19px 10px;
}

.comics__block__detail .detail--title,
.musics__block__detail .detail--title {
  font-size: 27px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75em;
  border-bottom: #838d97 solid 1px;
  padding-bottom: 15px;
}

.comics__block__detail .detail--title span,
.musics__block__detail .detail--title span {
  display: block;
  padding: 0 10px;
}

.bd {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.bd__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 180px;
  zoom: 1;
  border: none;
}

.bd__inner:after {
  content: "";
  clear: both;
  display: block;
}

.bd__block {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 40px;
}

.bd__block:last-of-type {
  margin-bottom: 0;
}

.bd__block__inner {
  margin: 0 50px;
  padding: 50px 0;
  zoom: 1;
  color: #838D97;
}

.bd__block__inner:after {
  content: "";
  clear: both;
  display: block;
}

.bd__block__jacket {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.bd__block__jacket img {
  max-width: 100%;
  height: auto;
}

.bd__block__jacket.is--none {
  background-color: #c7f500;
  height: 600px;
}

.bd__block__jacket.is--none span {
  color: #ffffff;
  font-size: 23px;
  letter-spacing: .1em;
  font-family: clarendon-text-pro, serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bd__block__titleCaps {
  font-size: 18px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 25px;
}

.bd__block__title {
  font-size: 30px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #838D97 solid 1px;
}

.bd__block__lead {
  font-size: 18px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #838D97 solid 1px;
}

.bd__block__spec {
  font-size: 13px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #838D97 solid 1px;
}

.bd__block__desc {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: #838D97 solid 1px;
}

.bd__block__desc__head {
  font-size: 18px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 30px;
}

.bd__block__desc__text {
  width: 100%;
  zoom: 1;
}

.bd__block__desc__text:after {
  content: "";
  clear: both;
  display: block;
}

.bd__block__desc__text .text__block {
  width: 50%;
  float: left;
}

.bd__block__desc__text .text--head {
  font-size: 18px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.bd__block__desc__text .text--content {
  font-size: 13px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
  margin-bottom: 40px;
}

.bd__block__desc__text .text--caps {
  font-size: 10px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
}

.bd__block__btn--tokuten a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ff7382;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.bd__block__btn--tokuten a {
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: .2em;
  border-radius: 50px;
  color: #ffffff;
}

.bd__block__btn--tokuten a:hover {
  width: 250px;
}

.bd__block__head {
  font-size: 30px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.bd__block__tokuten {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #838D97 solid 1px;
}

.bd__block__tokuten:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.bd__block__tokuten__img {
  text-align: center;
  margin-bottom: 30px;
}

.bd__block__tokuten__img img {
  max-width: 100%;
  height: auto;
}

.bd__block__tokuten__head {
  text-align: center;
  font-size: 18px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
}

.bd__block__tokuten__caps {
  text-align: center;
  font-size: 13px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.74em;
  padding-top: 30px;
}

.bd__block__stores {
  width: 100%;
}

.bd__block__stores ul {
  width: 100%;
  display: block;
  zoom: 1;
}

.bd__block__stores ul:after {
  content: "";
  clear: both;
  display: block;
}

.bd__block__stores li {
  width: 380px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.bd__block__stores li:nth-child(2n) {
  margin-right: 0;
}

.bd__block__stores li:last-of-type {
  margin-bottom: 0;
}

.bd__block__stores__img {
  width: 100%;
  zoom: 1;
}

.bd__block__stores__img:after {
  content: "";
  clear: both;
  display: block;
}

.bd__block__stores__img p {
  width: 380px;
  height: 380px;
  text-align: center;
  border: #838D97 solid 1px;
  box-sizing: border-box;
  float: left;
  margin-right: 40px;
  margin-bottom: 25px;
}

.bd__block__stores__img p:nth-child(2n) {
  margin-right: 0;
}

.bd__block__stores__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.bd__block__stores li.size--wide {
  width: 100%;
  margin-right: 0;
}

.bd__block__stores__head {
  font-size: 18px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  margin-bottom: 7px;
}

.bd__block__stores__head a {
  color: #838D97;
  text-decoration: none;
}

.bd__block__stores__head span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}

.bd__block__stores__text {
  font-size: 13px;
  letter-spacing: .05em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
}

.goods {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.goods__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 180px;
  zoom: 1;
  border: none;
}

.goods__inner:after {
  content: "";
  clear: both;
  display: block;
}

.goods__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.goods__list li {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.goods__list a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
}

.goods__list__img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px auto;
  display: table;
}

.goods__list__img.is--none {
  background-color: #c7f500;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: .1em;
  font-family: clarendon-text-pro, serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.goods__list__img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.goods__list__img img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}

.goods__list__name {
  display: block;
  width: 200px;
  margin: 0 auto;
  color: #838D97;
  font-size: 13px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.69em;
  letter-spacing: .05em;
}

.lists__nav {
  text-align: center;
  line-height: 1.0em;
}

.lists__nav__prev,
.lists__nav__next {
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
}

.lists__nav__prev a,
.lists__nav__next a {
  display: block;
  padding: 0 10px;
}

.lists__nav__prev img,
.lists__nav__next img {
  transition: all .3s;
}

.lists__nav__prev.is--last,
.lists__nav__next.is--last {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
}

.lists__nav__prev {
  margin-right: 20px;
}

.lists__nav__prev a:hover img {
  transform: translate(-10px, 0);
}

.lists__nav__next {
  margin-left: 20px;
}

.lists__nav__next a:hover img {
  transform: translate(10px, 0);
}

.lists__nav__num {
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
}

.lists__nav__num ul {
  display: block;
  letter-spacing: 0;
  font-size: 0;
  line-height: 1.0em;
}

.lists__nav__num li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  line-height: 1.0em;
  vertical-align: top;
  margin: 0 20px;
}

.lists__nav__num li.is--current a {
  color: #c7f500;
}

.lists__nav__num a {
  display: block;
  line-height: 25px;
  color: #fff8da;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: .1em;
  font-family: clarendon-text-pro, serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  padding: 0 10px;
  transition: all .3s;
}

.lists__nav__num a:hover {
  color: #c7f500;
}

.goodsdetail {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.goodsdetail__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 180px;
  zoom: 1;
  border: none;
}

.goodsdetail__inner:after {
  content: "";
  clear: both;
  display: block;
}

.goodsdetail__block {
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 65px;
}

.goodsdetail__block__inner {
  margin: 0 50px;
  padding: 50px 0;
  zoom: 1;
  color: #838D97;
}

.goodsdetail__block__inner:after {
  content: "";
  clear: both;
  display: block;
}

.goodsdetail__block__img {
  width: 400px;
  height: 400px;
  display: table;
  float: left;
}

.goodsdetail__block__img.is--none {
  background-color: #c7f500;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: .1em;
  font-family: clarendon-text-pro, serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.goodsdetail__block__img span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.goodsdetail__block__img img {
  max-width: 400px;
  max-height: 400px;
  width: auto;
  height: auto;
}

.goodsdetail__block__desc {
  width: 360px;
  float: right;
}

.goodsdetail__block__desc .desc--name {
  font-size: 18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.66em;
  letter-spacing: .05em;
  display: block;
  width: 100%;
  border-bottom: #838D97 solid 1px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.goodsdetail__block__desc .desc--specs,
.goodsdetail__block__desc .desc--text {
  font-size: 13px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
  letter-spacing: .05em;
  display: block;
  width: 100%;
}

.goodsdetail__block__desc .desc--specs {
  border-bottom: #838D97 solid 1px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.goodsdetail__block__desc .desc--text {
  margin-bottom: 25px;
}

.goodsdetail__block__desc .desc--btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ff7382;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.goodsdetail__block__desc .desc--btn a {
  width: 200px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: .2em;
  border-radius: 50px;
  color: #ffffff;
}

.goodsdetail__block__desc .desc--btn a:hover {
  width: 250px;
}

.goodsdetail__btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ff7382;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.goodsdetail__btn a {
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: .2em;
  border-radius: 50px;
  background-color: #fff8da;
  color: #84d6ff;
}

.goodsdetail__btn a:hover {
  width: 250px;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #product-page {
    width: 100%;
  }
  .header {
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff8da;
  }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    background: url("../img/common/bg_tri_beige.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .header__inner {
    width: 85.333%;
    height: 107.5px;
    height: 28.66667vw;
  }
  .header__logo {
    height: 185px;
    height: 49.33333vw;
    left: 0;
    transform: translate(0, 0);
  }
  .header__logo a {
    transform: translate(0, 23px);
    transform: translate(0, 6.13333vw);
  }
  .header__han {
    display: block;
  }
  .headline {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .headline__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 122px;
    padding-top: 32.53333vw;
    padding-bottom: 51px;
    padding-bottom: 13.6vw;
    text-align: center;
    border: none;
  }
  h2 img {
    width: 217.5px;
    width: 58vw;
    height: auto;
  }
  .category {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .category__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    zoom: 1;
    border: none;
  }
  .category__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .category__list {
    text-align: center;
    width: 100%;
  }
  .category__list ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .category__list li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    width: 110px;
    width: 29.33333vw;
    margin-left: 17.5px;
    margin-left: 4.66667vw;
    margin-right: 17.5px;
    margin-right: 4.66667vw;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: left;
  }
  .category__list li.is--current a {
    color: #c7f500;
  }
  .category__list li.is--current a:after {
    background-color: #c7f500;
    transform: scale(1, 1);
  }
  .category__list li.is--none {
    pointer-events: none;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .category__list a {
    text-decoration: none;
    color: #fff8da;
    font-size: 21.5px;
    font-size: 5.73333vw;
    letter-spacing: .1em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 35px;
    line-height: 9.33333vw;
    display: block;
    position: relative;
  }
  .category__list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    height: 0.8vw;
    background-color: #fff8da;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: none;
  }
  .category__list a:hover:after {
    transform: scale(0, 1);
  }
  .comics,
  .musics {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .comics__inner,
  .musics__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 22.66667vw;
    zoom: 1;
    border: none;
  }
  .comics__inner:after,
  .musics__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .comics__block,
  .musics__block {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border-radius: 2.66667vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .comics__block:last-of-type,
  .musics__block:last-of-type {
    margin-bottom: 0;
  }
  .comics__block__inner,
  .musics__block__inner {
    margin-left: 25px;
    margin-left: 6.66667vw;
    margin-right: 25px;
    margin-right: 6.66667vw;
    padding-top: 40px;
    padding-top: 10.66667vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
    zoom: 1;
    color: #838D97;
  }
  .comics__block__inner:after,
  .musics__block__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .comics__block__jacket,
  .musics__block__jacket {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .comics__block__jacket img {
    width: 68.5%;
    height: auto;
  }
  .musics__block__jacket img {
    width: 100%;
    height: auto;
  }
  .comics__block__detail,
  .musics__block__detail {
    width: 100%;
    float: none;
  }
  .comics__block__detail p,
  .musics__block__detail p {
    width: 100%;
    border-bottom: #838d97 solid 1px;
    border-bottom: #838d97 solid 0.26667vw;
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
    display: block;
    clear: both;
  }
  .comics__block__detail p.detail--w--half,
  .musics__block__detail p.detail--w--half {
    width: 50%;
    float: left;
    clear: none;
  }
  .comics__block__detail p.is--border,
  .musics__block__detail p.is--border {
    border-right: none;
  }
  .comics__block__detail p span,
  .musics__block__detail p span {
    display: block;
    padding: 0px;
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
  }
  .comics__block__detail .detail--title,
  .musics__block__detail .detail--title {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.48em;
    border-bottom: #838d97 solid 1px;
    padding-bottom: 15px;
    padding-bottom: 4vw;
  }
  .comics__block__detail .detail--title span,
  .musics__block__detail .detail--title span {
    display: block;
    padding: 0 10px;
  }
  .bd {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .bd__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 22.66667vw;
    zoom: 1;
    border: none;
  }
  .bd__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .bd__block {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border-radius: 2.66667vw;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .bd__block:last-of-type {
    margin-bottom: 0;
  }
  .bd__block__inner {
    margin-left: 25px;
    margin-left: 6.66667vw;
    margin-right: 25px;
    margin-right: 6.66667vw;
    padding-top: 25px;
    padding-top: 6.66667vw;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    zoom: 1;
    color: #838D97;
  }
  .bd__block__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .bd__block__jacket {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .bd__block__jacket img {
    max-width: 100%;
    height: auto;
  }
  .bd__block__jacket.is--none {
    background-color: #c7f500;
    height: 202.5px;
    height: 54vw;
  }
  .bd__block__jacket.is--none span {
    color: #ffffff;
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: .1em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .bd__block__titleCaps {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 25px;
  }
  .bd__block__title {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.47em;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
  }
  .bd__block__lead {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
  }
  .bd__block__spec {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
  }
  .bd__block__desc {
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
  }
  .bd__block__desc__head {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .bd__block__desc__text {
    width: 100%;
    zoom: 1;
  }
  .bd__block__desc__text:after {
    content: "";
    clear: both;
    display: block;
  }
  .bd__block__desc__text .text__block {
    width: 100%;
    float: none;
  }
  .bd__block__desc__text .text--head {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .bd__block__desc__text .text--content {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .bd__block__desc__text .text--caps {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
  }
  .bd__block__btn--tokuten a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ff7382;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.53333vw 0.53333vw 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  .bd__block__btn--tokuten a {
    width: 150px;
    width: 40vw;
    line-height: 37.5px;
    line-height: 10vw;
    margin: 0 auto;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .2em;
    border-radius: 75px;
    color: #ffffff;
  }
  .bd__block__btn--tokuten a:hover {
    width: 150px;
    width: 40vw;
  }
  .bd__block__head {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .bd__block__tokuten {
    width: 100%;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
  }
  .bd__block__tokuten:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .bd__block__tokuten__img {
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .bd__block__tokuten__img img {
    max-width: 100%;
    height: auto;
  }
  .bd__block__tokuten__head {
    text-align: left;
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em;
  }
  .bd__block__tokuten__caps {
    text-align: left;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
    padding-top: 20px;
    padding-top: 5.33333vw;
  }
  .bd__block__stores {
    width: 100%;
  }
  .bd__block__stores ul {
    width: 100%;
    display: block;
    zoom: 1;
  }
  .bd__block__stores ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .bd__block__stores li {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .bd__block__stores li:nth-child(2n) {
    margin-right: 0;
  }
  .bd__block__stores li:last-of-type {
    margin-bottom: 0;
  }
  .bd__block__stores__img {
    width: 100%;
    zoom: 1;
  }
  .bd__block__stores__img:after {
    content: "";
    clear: both;
    display: block;
  }
  .bd__block__stores__img p {
    width: 100%;
    height: 270px;
    height: 72vw;
    text-align: center;
    border: #838D97 solid 1px;
    border: #838D97 solid 0.26667vw;
    box-sizing: border-box;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .bd__block__stores__img p:nth-child(2n) {
    margin-right: 0;
  }
  .bd__block__stores__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .bd__block__stores li.size--wide {
    width: 100%;
    margin-right: 0;
  }
  .bd__block__stores__head {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .bd__block__stores__head a {
    color: #838D97;
    text-decoration: none;
  }
  .bd__block__stores__head span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
  }
  .bd__block__stores__text {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .05em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
  }
  .goods {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .goods__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 22.66667vw;
    zoom: 1;
    border: none;
  }
  .goods__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .goods__list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .goods__list li {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    -ms-flex-preferred-size: 40vw;
        flex-basis: 40vw;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    background-color: #ffffff;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .goods__list a {
    display: block;
    padding-top: 17.5px;
    padding-top: 4.66667vw;
    padding-bottom: 17.5px;
    padding-bottom: 4.66667vw;
    text-decoration: none;
  }
  .goods__list__img {
    display: block;
    width: 115px;
    width: 30.66667vw;
    height: 115px;
    height: 30.66667vw;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    display: table;
  }
  .goods__list__img.is--none {
    background-color: #c7f500;
    color: #ffffff;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .1em;
    line-height: 1.2em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .goods__list__img span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .goods__list__img img {
    max-width: 115px;
    max-width: 30.66667vw;
    max-height: 115px;
    max-height: 30.66667vw;
    width: auto;
    height: auto;
  }
  .goods__list__name {
    display: block;
    width: 115px;
    width: 30.66667vw;
    margin: 0 auto;
    color: #838D97;
    font-size: 11.5px;
    font-size: 3.06667vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.73em;
    letter-spacing: .05em;
  }
  .lists__nav {
    text-align: center;
    line-height: 1.0em;
  }
  .lists__nav__prev,
  .lists__nav__next {
    display: inline-block;
    line-height: 17.5px;
    line-height: 4.66667vw;
    vertical-align: top;
  }
  .lists__nav__prev a,
  .lists__nav__next a {
    display: block;
    padding-left: 10px;
    padding-left: 2.66667vw;
    padding-right: 10px;
    padding-right: 2.66667vw;
  }
  .lists__nav__prev img,
  .lists__nav__next img {
    transition: all .3s;
    height: 12.5px;
    height: 3.33333vw;
    width: auto;
  }
  .lists__nav__prev.is--last,
  .lists__nav__next.is--last {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    pointer-events: none;
  }
  .lists__nav__prev {
    margin-right: 10px;
    margin-right: 2.66667vw;
  }
  .lists__nav__prev a:hover img {
    transform: translate(0, 0);
  }
  .lists__nav__next {
    margin-left: 10px;
    margin-left: 2.66667vw;
  }
  .lists__nav__next a:hover img {
    transform: translate(0, 0);
  }
  .lists__nav__num {
    display: inline-block;
    line-height: 17.5px;
    line-height: 4.66667vw;
    vertical-align: top;
  }
  .lists__nav__num ul {
    display: block;
    letter-spacing: 0;
    font-size: 0;
    line-height: 1.0em;
  }
  .lists__nav__num li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    line-height: 1.0em;
    vertical-align: top;
    margin-left: 2.5px;
    margin-left: 0.66667vw;
    margin-right: 2.5px;
    margin-right: 0.66667vw;
  }
  .lists__nav__num li.is--current a {
    color: #c7f500;
  }
  .lists__nav__num a {
    display: block;
    line-height: 17.5px;
    line-height: 4.66667vw;
    color: #fff8da;
    text-decoration: none;
    font-size: 17.5px;
    font-size: 4.66667vw;
    letter-spacing: .1em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    padding-left: 10px;
    padding-left: 2.66667vw;
    padding-right: 10px;
    padding-right: 2.66667vw;
    transition: all .3s;
  }
  .lists__nav__num a:hover {
    color: #fff8da;
  }
  .goodsdetail {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .goodsdetail__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 85px;
    padding-bottom: 22.66667vw;
    zoom: 1;
    border: none;
  }
  .goodsdetail__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .goodsdetail__block {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border-radius: 2.66667vw;
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .goodsdetail__block__inner {
    margin-left: 25px;
    margin-left: 6.66667vw;
    margin-right: 25px;
    margin-right: 6.66667vw;
    padding-top: 25px;
    padding-top: 6.66667vw;
    padding-bottom: 25px;
    padding-bottom: 6.66667vw;
    zoom: 1;
    color: #838D97;
  }
  .goodsdetail__block__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .goodsdetail__block__img {
    width: 100%;
    height: 270px;
    height: 72vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    display: table;
    float: none;
  }
  .goodsdetail__block__img.is--none {
    background-color: #c7f500;
    color: #ffffff;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.0em;
    letter-spacing: .1em;
    font-family: clarendon-text-pro, serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .goodsdetail__block__img span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .goodsdetail__block__img img {
    max-width: 270px;
    max-width: 72vw;
    max-height: 270px;
    max-height: 72vw;
    width: auto;
    height: auto;
  }
  .goodsdetail__block__desc {
    width: 100%;
    float: none;
  }
  .goodsdetail__block__desc .desc--name {
    font-size: 18px;
    font-size: 4.8vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.82em;
    letter-spacing: .05em;
    display: block;
    width: 100%;
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
    padding-bottom: 17.5px;
    padding-bottom: 4.66667vw;
    margin-bottom: 17.5px;
    margin-bottom: 4.66667vw;
  }
  .goodsdetail__block__desc .desc--specs,
  .goodsdetail__block__desc .desc--text {
    font-size: 11.5px;
    font-size: 3.06667vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.74em;
    letter-spacing: .05em;
    display: block;
    width: 100%;
  }
  .goodsdetail__block__desc .desc--specs {
    border-bottom: #838D97 solid 1px;
    border-bottom: #838D97 solid 0.26667vw;
    padding-bottom: 17.5px;
    padding-bottom: 4.66667vw;
    margin-bottom: 17.5px;
    margin-bottom: 4.66667vw;
  }
  .goodsdetail__block__desc .desc--text {
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .goodsdetail__block__desc .desc--btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ff7382;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.53333vw 0.53333vw 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  .goodsdetail__block__desc .desc--btn a {
    width: 150px;
    width: 40vw;
    line-height: 37.5px;
    line-height: 10vw;
    margin: 0 auto;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .2em;
    border-radius: 75px;
    color: #ffffff;
  }
  .goodsdetail__block__desc .desc--btn a:hover {
    width: 150px;
    width: 40vw;
  }
  .goodsdetail__btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ff7382;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.53333vw 0.53333vw 0 rgba(0, 0, 0, 0.1);
    transition: all .3s;
  }
  .goodsdetail__btn a {
    width: 150px;
    width: 40vw;
    line-height: 37.5px;
    line-height: 10vw;
    margin: 0 auto;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .2em;
    border-radius: 75px;
    background-color: #fff8da;
    color: #84d6ff;
  }
  .goodsdetail__btn a:hover {
    width: 150px;
    width: 40vw;
  }
}
