@charset "UTF-8";
/* ====================
Layout
 ==================== */
/* ====================
Project
 ==================== */
.p-product {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-product {
    padding-top: 28px;
  }
}

.p-product__header {
  position: relative;
  margin: 0 auto 75px;
  width: 75%;
  max-width: 840px;
}

@media screen and (max-width: 1080px) {
  .p-product__header {
    margin-bottom: 28px;
    width: 90%;
    max-width: 500px;
  }
}

.p-product__inner {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}

@media screen and (max-width: 1080px) {
  .p-product__inner {
    width: 90%;
    max-width: 500px;
  }
}

.p-product__in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-product__in.-pc {
  margin: 0 auto 20px;
}

@media screen and (max-width: 1080px) {
  .p-product__in.-pc {
    margin-bottom: 15px;
  }
}

.p-product__in.-npc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-product__in-item {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-product__in-item + .p-product__in-item {
  margin-left: 1.333%;
}

@media screen and (max-width: 1080px) {
  .p-product__in-item + .p-product__in-item {
    margin-left: 2%;
  }
}

.p-product_nav {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.p-product_nav__item {
  display: inline-block;
  vertical-align: top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 23%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 1080px) {
  .p-product_nav__item {
    margin: 0 2% 0 0;
  }
  .p-product_nav__item:nth-child(5n), .p-product_nav__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .p-product_nav__item {
    margin: 0 2% 6px 0;
    width: 49%;
  }
  .p-product_nav__item:nth-child(2n), .p-product_nav__item:last-child {
    margin-right: 0;
  }
}

.is-load .p-product_nav__item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.85s cubic-bezier(0.5, 1, 0.89, 1), transform 0.85s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.85s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-load .p-product_nav__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-load .p-product_nav__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-load .p-product_nav__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-load .p-product_nav__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-load .p-product_nav__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-load .p-product_nav__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-load .p-product_nav__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-load .p-product_nav__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.is-load .p-product_nav__item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-load .p-product_nav__item:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-product_nav__btn {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background: #fff;
  width: 100%;
}

.p-product_nav__btn-text {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.45s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.45s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
  border-radius: 100px;
  background: #8f68c5;
  padding: 22px 0 20px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-product_nav__btn-text {
    padding: 12px 0 10px;
  }
}

[data-ua="pc"] .p-product_nav__item:not(.is-current):hover .p-product_nav__btn-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

.is-current .p-product_nav__btn-text {
  background: #fff;
}

.p-product_nav__btn-img {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  height: 18px;
}

@media screen and (max-width: 1080px) {
  .p-product_nav__btn-img {
    height: 12px;
  }
}

.p-product_nav__btn-deco {
  display: block;
  position: relative;
  height: 18px;
}

@media screen and (max-width: 1080px) {
  .p-product_nav__btn-deco {
    height: 12px;
  }
}

.p-product_nav__btn-deco.-on {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
}

.is-current .p-product_nav__btn-deco.-on {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-product_nav__btn-deco img {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.p-package {
  position: relative;
  margin: 0 auto 70px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  width: 92%;
  max-width: 1400px;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .p-package {
    margin-bottom: 34px;
    padding: 18px 15px;
    width: 98%;
    max-width: 500px;
  }
}

.p-package_in {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-package_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1080px) {
  .p-package_in + .p-package_in {
    margin-top: 38px;
  }
}

.p-package_in__header {
  display: block;
  position: relative;
  padding: 42px 15px;
  width: 56px;
}

@media screen and (min-width: 1080px) {
  .p-package_in__header {
    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;
  }
}

@media screen and (max-width: 1080px) {
  .p-package_in__header {
    position: relative;
    margin: 0 auto 20px;
    padding: 8px 20px;
    width: 100%;
    height: 32px;
  }
  .p-package_in__header img {
    margin: 0 auto;
    height: 15px;
  }
}

.-pkg .p-package_in__header {
  background: #ece2c7;
}

.-dl .p-package_in__header {
  background: #eddaee;
}

.p-package_in__inner {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media screen and (min-width: 1080px) {
  .p-package_in__inner {
    padding: 55px 75px 55px 26px;
  }
}

.p-package_in__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 5%;
  border-top: 1px dotted #b39851;
  width: 90%;
  height: 1px;
  content: "";
}

.p-package_in:first-child .p-package_in__inner::before {
  content: none;
}

.p-package_data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}

@media screen and (min-width: 1080px) {
  .p-package_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-package_data + .p-package_data {
  margin-top: 88px;
}

@media screen and (max-width: 1080px) {
  .p-package_data + .p-package_data {
    margin-top: 42px;
  }
}

.p-package_data__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1080px) {
  .p-package_data__img {
    margin-right: 32px;
    width: 50%;
  }
}

@media screen and (max-width: 1080px) {
  .p-package_data__img {
    position: relative;
    margin: 0 auto 16px;
    width: 100%;
  }
}

.-data1 .p-package_data__img img {
  max-width: 170px;
}

@media screen and (max-width: 1080px) {
  .-data1 .p-package_data__img img {
    width: 42%;
  }
}

.p-package_data__inner {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 390px;
}

@media screen and (min-width: 1080px) {
  .-data1 .p-package_data__inner {
    padding-top: 42px;
  }
}

.p-package_data__cap {
  position: relative;
  margin: 0 auto 28px;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-package_data__cap {
    padding-left: 24px;
  }
}

@media screen and (max-width: 1080px) {
  .p-package_data__cap {
    margin-bottom: 12px;
    width: 52%;
  }
  .-data3 .p-package_data__cap {
    width: 70%;
  }
  .-data4 .p-package_data__cap {
    width: 70%;
  }
}

.p-package_data__text {
  position: relative;
  margin-bottom: 28px;
  color: #b39851;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 1080px) {
  .p-package_data__text {
    padding-left: 24px;
  }
}

@media screen and (max-width: 1080px) {
  .p-package_data__text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }
}

.p-package_data__text a {
  color: #b39851;
  text-decoration: underline;
}

.p-package_data__text a:hover {
  text-decoration: none;
}

.p-package_data__more {
  position: relative;
  margin: 0 auto 12px;
  width: 96%;
}

@media screen and (max-width: 1080px) {
  .p-package_data__more {
    width: 92%;
  }
}

.p-package_data__more-text {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(179, 152, 81, 0.8);
          box-shadow: 0 0 10px 0 rgba(179, 152, 81, 0.8);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  padding: 12px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .p-package_data__more-text {
    padding: 15px;
  }
}

[data-ua="pc"] .p-package_data__more-text:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.p-package_data__more-text img {
  margin: 0 auto;
  width: auto;
  height: 16px;
}

@media screen and (max-width: 1080px) {
  .p-package_data__more-text img {
    height: 11px;
  }
}

.p-package_data__btn {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-package_data__btn {
    width: 96%;
  }
}

.p-package_data__btn-text {
  display: block;
  position: relative;
}

.p-package_data__btn-text::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background: url("../img/common/chara_yoyaku.png") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 90px;
  content: "";
}

[data-ua="pc"] .p-package_data__btn:hover .p-package_data__btn-text::before {
  -webkit-transform: scale(1.4) translateY(-40%);
      -ms-transform: scale(1.4) translateY(-40%);
          transform: scale(1.4) translateY(-40%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-animation: pyoko 8s linear 1s infinite;
          animation: pyoko 8s linear 1s infinite;
}

.p-edition {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  padding: 82px;
  width: 92%;
  max-width: 1400px;
}

@media screen and (max-width: 1080px) {
  .p-edition {
    padding: 28px 15px;
    width: 98%;
    max-width: 500px;
  }
}

.p-edition + .p-edition {
  margin-top: 34px;
}

@media screen and (max-width: 1080px) {
  .p-edition + .p-edition {
    margin-top: 20px;
  }
}

.p-edition__header {
  position: relative;
  margin: 0 auto 46px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-edition__header {
    margin-bottom: 22px;
  }
}

.p-edition__title {
  position: relative;
  width: 100%;
}

.-premium .p-edition__title {
  margin: 0 auto;
  max-width: 840px;
}

@media screen and (max-width: 1080px) {
  .-premium .p-edition__title {
    width: 98%;
  }
}

.-dgdx .p-edition__title {
  margin: 0 auto;
  max-width: 700px;
}

@media screen and (max-width: 1080px) {
  .-dgdx .p-edition__title {
    width: 98%;
  }
}

.-normal .p-edition__title img {
  margin: 0 auto;
  height: 42px;
}

@media screen and (max-width: 1080px) {
  .-normal .p-edition__title img {
    height: 22px;
  }
}

.p-edition__cap {
  position: relative;
  margin: 52px auto 0;
  width: 80%;
  max-width: 684px;
}

@media screen and (max-width: 1080px) {
  .p-edition__cap {
    margin-top: 26px;
    width: 64%;
  }
}

.p-edition__price {
  position: relative;
  margin: 50px auto 0;
  width: 60%;
  max-width: 300px;
}

.-premium .p-edition__price {
  margin-top: 10px;
}

@media screen and (max-width: 1080px) {
  .-premium .p-edition__price {
    margin-top: 12px;
  }
}

.-dgdx .p-edition__price {
  margin-top: 20px;
  width: 80%;
}

@media screen and (max-width: 1080px) {
  .p-edition__price {
    margin-top: 25px;
    width: 48%;
  }
}

.p-edition__description {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-edition__description {
    margin-top: 16px;
    font-size: 13px;
  }
}

.p-premium {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-premium__header {
  position: relative;
  margin: 0 auto 55px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-premium__header {
    margin-bottom: 24px;
  }
}

.p-premium__img {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-premium__img {
    margin-bottom: 20px;
  }
}

.p-premium__img img {
  width: 100%;
}

.p-premium__set {
  position: relative;
  margin: 0 auto 15px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-premium__set {
    margin-bottom: 18px;
  }
}

.p-premium__set-cap {
  position: relative;
  margin: 0 auto 0px;
  width: 100%;
  color: #b39851;
  font-size: 16px;
}

@media screen and (max-width: 1080px) {
  .p-premium__set-cap {
    margin-bottom: 6px;
    font-size: 13px;
  }
}

.p-premium__set_data {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-premium__set_data {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.p-premium__set_data-item {
  display: block;
  position: relative;
  padding-left: 1em;
  color: #b39851;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  text-indent: -1em;
}

@media screen and (max-width: 1080px) {
  .p-premium__set_data-item {
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-premium__set_data-item + .p-premium__set_data-item {
  margin-top: 4px;
}

.p-premium__cap {
  position: relative;
  margin: 0 auto 38px;
  width: 80%;
  max-width: 616px;
}

@media screen and (max-width: 1080px) {
  .p-premium__cap {
    margin-bottom: 20px;
    width: 100%;
  }
}

.p-premium__footer {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-premium__footer {
    margin-top: 24px;
  }
}

.p-premium__note {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-premium__note-text {
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 1080px) {
  .p-premium__note-text {
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-premium__movie {
  position: relative;
  margin: 0 auto 30px;
  padding-bottom: 50.625%;
  width: 90%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .p-premium__movie {
    /*アスペクト比 16:9の場合の縦幅*/
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    width: 100%;
  }
}

.p-premium__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-premium__btn {
  position: relative;
  z-index: 0;
  margin: 20px auto 0;
  width: 47%;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-premium__btn {
    width: 96%;
  }
}

.p-premium__btn img {
  display: inline;
}

.p-premium__btn-text {
  display: block;
  position: relative;
}

.p-premium__btn-text::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  -webkit-animation: pyoko 8s linear 3s infinite;
          animation: pyoko 8s linear 3s infinite;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  background: url("../img/common/chara_yoyaku.png") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 90px;
  content: "";
}

[data-ua="pc"] .p-premium__btn:hover .p-premium__btn-text::before {
  -webkit-transform: scale(1.4) translateY(-40%);
      -ms-transform: scale(1.4) translateY(-40%);
          transform: scale(1.4) translateY(-40%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-premium_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.p-premium_set__title {
  position: relative;
  margin: 0 auto 38px;
  width: 70%;
  max-width: 616px;
}

@media screen and (max-width: 1080px) {
  .p-premium_set__title {
    margin-bottom: 20px;
    width: 100%;
  }
}

.p-premium_set__inner {
  position: relative;
  margin: 0 auto;
  width: 98%;
}

.p-premium_set__item {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-premium_set__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px dotted #dadac0;
    padding: 40px 0;
  }
}

.p-premium_set__in {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 1080px) {
  .p-premium_set__in + .p-premium_set__in {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .p-premium_set__in {
    border-top: 1px dotted #dadac0;
    padding: 22px 8px;
  }
}

@media screen and (min-width: 1080px) {
  .p-premium_set__in.-set6 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 40%;
  }
}

@media screen and (min-width: 1080px) {
  .p-premium_set__in.-set7 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 60%;
  }
}

.p-premium_set__data {
  position: relative;
  width: 100%;
}

.p-premium_set__cap {
  position: relative;
  margin-bottom: 38px;
}

@media screen and (min-width: 1080px) {
  .-set1 .p-premium_set__cap {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .-set1 .p-premium_set__cap {
    margin-bottom: 20px;
    width: 86%;
  }
}

@media screen and (min-width: 1080px) {
  .-set2 .p-premium_set__cap {
    margin-bottom: 30px;
    width: 88%;
  }
}

@media screen and (max-width: 1080px) {
  .-set2 .p-premium_set__cap {
    margin-bottom: 24px;
    width: 70%;
  }
}

@media screen and (min-width: 1080px) {
  .-set3 .p-premium_set__cap {
    margin-bottom: 35px;
    width: 72%;
  }
}

@media screen and (max-width: 1080px) {
  .-set3 .p-premium_set__cap {
    margin-bottom: 24px;
    width: 65%;
  }
}

@media screen and (min-width: 1080px) {
  .-set4 .p-premium_set__cap {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .-set4 .p-premium_set__cap {
    margin-bottom: 24px;
    width: 90%;
  }
}

.-set5 .p-premium_set__cap {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .-set5 .p-premium_set__cap {
    width: 90%;
  }
}

.-set6 .p-premium_set__cap {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .-set6 .p-premium_set__cap {
    height: 64px;
  }
}

@media screen and (max-width: 1080px) {
  .-set6 .p-premium_set__cap {
    margin-bottom: 24px;
    width: 100%;
  }
}

.-set7 .p-premium_set__cap {
  width: 90%;
}

@media screen and (max-width: 1080px) {
  .-set7 .p-premium_set__cap {
    margin-bottom: 14px;
    width: 90%;
  }
}

.-set7 .p-premium_set__cap img {
  width: 100%;
}

.p-premium_set__img {
  position: relative;
}

@media screen and (min-width: 1080px) {
  .-set1 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 118%;
  }
}

@media screen and (max-width: 1080px) {
  .-set1 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 110%;
  }
}

@media screen and (min-width: 1080px) {
  .-set2 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 105%;
  }
}

@media screen and (max-width: 1080px) {
  .-set2 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 115%;
  }
}

@media screen and (min-width: 1080px) {
  .-set3 .p-premium_set__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    min-height: 200px;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1400px) {
  .-set3 .p-premium_set__img {
    min-height: 290px;
  }
}

@media screen and (max-width: 1080px) {
  .-set3 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 110%;
  }
}

@media screen and (min-width: 1080px) {
  .-set4 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 115%;
    min-height: 200px;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1400px) {
  .-set4 .p-premium_set__img {
    min-height: 290px;
  }
}

@media screen and (max-width: 1080px) {
  .-set4 .p-premium_set__img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 110%;
  }
}

@media screen and (min-width: 1080px) {
  .-set5 .p-premium_set__img {
    padding-left: 80px;
  }
}

.-set5 .p-premium_set__img img {
  width: 100%;
}

.-set6 .p-premium_set__img {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 1080px) {
  .-set6 .p-premium_set__img {
    width: 65%;
  }
}

.-set6 .p-premium_set__img img {
  width: 100%;
}

.-set7 .p-premium_set__img img {
  width: 100%;
}

.p-premium_set__text {
  position: relative;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1080px) {
  .p-premium_set__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1080px) {
  .-set4 .p-premium_set__text {
    width: 100%;
  }
}

.-set5 .p-premium_set__text {
  margin: 0 0 28px;
}

@media screen and (min-width: 1080px) {
  .-set5 .p-premium_set__text {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1080px) {
  .-set5 .p-premium_set__text {
    margin: -20px 0 18px;
  }
}

.p-normal {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-normal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-normal__header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media screen and (min-width: 1080px) {
  .p-normal__header {
    margin-right: 35px;
  }
}

.p-normal__img {
  position: relative;
  padding: 34px 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-normal__img {
    padding: 16px 0;
  }
}

.p-normal__img-item {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 140%;
  max-width: 610px;
}

@media screen and (max-width: 1080px) {
  .p-normal__img-item {
    width: 100%;
  }
}

.p-normal__img-cero {
  position: absolute;
  bottom: 34px;
  left: 14%;
  width: 10%;
}

@media screen and (max-width: 1080px) {
  .p-normal__img-cero {
    bottom: 22px;
    left: 24%;
    width: 7.5%;
  }
}

.p-normal__inner {
  position: relative;
  width: 50%;
}

@media screen and (min-width: 1080px) {
  .p-normal__inner {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1080px) {
  .p-normal__inner {
    margin: 27px auto 0;
    width: 100%;
  }
}

.p-normal__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 14px;
  width: 90%;
}

@media screen and (max-width: 1080px) {
  .p-normal__data {
    padding: 3px 8px;
  }
}

.p-normal__data-name {
  width: 120px;
  color: #b39851;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .p-normal__data-name {
    margin-right: 10px;
    width: 70px;
    font-size: 10px;
  }
}

.p-normal__data-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .p-normal__data-main {
    font-size: 13px;
  }
}

.p-normal__data-main span {
  display: block;
  width: 60px;
}

.p-normal__btn {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 38px 0 0;
  width: 92%;
}

@media screen and (max-width: 1080px) {
  .p-normal__btn {
    margin: 18px auto 0;
    width: 95%;
  }
}

[data-ua="pc"] .p-normal__btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
}

.p-shop {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  padding: 72px 40px;
  width: 92%;
  max-width: 1400px;
}

@media screen and (max-width: 1080px) {
  .p-shop {
    padding: 28px 20px;
    width: 98%;
    max-width: 500px;
  }
}

.p-shop + .p-shop {
  margin-top: 34px;
}

@media screen and (max-width: 1080px) {
  .p-shop + .p-shop {
    margin-top: 20px;
  }
}

.p-shop__header {
  position: relative;
  margin: 0 auto 46px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-shop__header {
    margin-bottom: 22px;
  }
}

.p-shop__title {
  position: relative;
  width: 100%;
}

.p-shop__title img {
  margin: 0 auto;
  height: 42px;
}

@media screen and (max-width: 1080px) {
  .p-shop__title img {
    height: 22px;
  }
}

.p-shop__description {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-shop__description {
    margin-top: 16px;
    font-size: 13px;
  }
}

.p-shop__note {
  position: relative;
  margin: 2px auto 0;
  width: 100%;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-shop__note {
    margin-top: 16px;
    font-size: 13px;
  }
}

.p-shop__notice {
  margin: 20px auto 0;
  border: solid 1px #f52812;
  padding: 4px;
  width: 58%;
}

@media screen and (max-width: 1080px) {
  .p-shop__notice {
    width: 90%;
  }
}

.p-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .p-shop__list {
    margin-bottom: -80px;
  }
}

.p-shop__item {
  position: relative;
  width: 31%;
}

@media screen and (min-width: 1080px) {
  .p-shop__item {
    margin: 0 2% 80px 0;
  }
  .p-shop__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .p-shop__item {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .p-shop__item + .p-shop__item {
    margin-top: 28px;
  }
}

.p-shop__footer {
  position: relative;
  margin: 36px auto 0;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-shop__footer {
    margin-top: 22px;
  }
}

.p-shop__attention {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.p-shop__attention-text {
  font-size: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 1080px) {
  .p-shop__attention-text {
    font-size: 10px;
  }
}

.p-shop_data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1080px) {
  .p-shop_data {
    padding-bottom: 70px;
  }
  #shop10 .p-shop_data {
    height: calc(100% - 68px);
  }
  #shop11 .p-shop_data {
    height: calc(100% - 68px);
  }
  #shop12 .p-shop_data {
    padding-bottom: 160px;
  }
}

.p-shop_data__name {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  color: #8f68c5;
  font-size: 18px;
  text-align: center;
}

.p-shop_data__img {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.p-shop_data__img::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-shop_data__img:hover::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0.85;
}

.p-shop_data__img::after {
  display: block;
  position: absolute;
  right: 12px;
  bottom: 12px;
  -webkit-filter: drop-shadow(0 0 2px #6c6c6c);
          filter: drop-shadow(0 0 2px #6c6c6c);
  background: url("../img/common/more.svg") no-repeat center;
  background-size: contain;
  width: 26px;
  height: 26px;
  content: "";
}

@media screen and (max-width: 1080px) {
  .p-shop_data__img::after {
    right: 5px;
    bottom: 5px;
    width: 20px;
    height: 20px;
  }
}

.p-shop_data__text {
  position: relative;
  margin: 15px auto 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

.p-shop_data__text small {
  font-size: 0.8em;
  letter-spacing: 0;
}

.p-shop_data__detail {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-shop_data__detail + .p-shop_data__detail {
  margin-top: 10px;
}

.p-shop_data__detail-name {
  display: block;
  margin-bottom: 4px;
}

.p-shop_data__detail-main {
  font-size: 0.9em;
}

@media screen and (min-width: 1080px) {
  .p-shop_data__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    max-width: 250px;
  }
}

@media screen and (max-width: 1080px) {
  .p-shop_data__btn {
    position: relative;
    margin: 18px auto 0;
    width: 90%;
  }
}

.p-shop_data__btn a {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-ua="pc"] .p-shop_data__btn a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.p-shop_data__btn a + a {
  margin-top: 10px;
}

@media screen and (max-width: 1080px) {
  .p-shop_data__btn a + a {
    margin-top: 5px;
  }
}

.p-guid {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-guid__item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
  width: 31%;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 1080px) {
  .p-guid__item {
    margin: 0 2% 16px 0;
  }
  .p-guid__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .p-guid__item {
    margin: 0 4% 10px 0;
    border-radius: 3px;
    width: 48%;
  }
  .p-guid__item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-guid img {
  position: relative;
  margin: 0 auto;
}

.p-dlc {
  position: relative;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  padding: 72px 40px 37px;
  width: 92%;
  max-width: 1400px;
}

@media screen and (max-width: 1080px) {
  .p-dlc {
    border-radius: 5px;
    padding: 28px 15px 30px;
    width: 98%;
    max-width: 500px;
  }
}

.p-dlc + .p-dlc {
  margin-top: 34px;
}

@media screen and (max-width: 1080px) {
  .p-dlc + .p-dlc {
    margin-top: 20px;
  }
}

.p-dlc__header {
  position: relative;
  margin: 0 auto 46px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p-dlc__header {
    margin-bottom: 22px;
  }
}

.p-dlc__title {
  position: relative;
  width: 100%;
}

.p-dlc__title img {
  margin: 0 auto;
  height: 42px;
}

@media screen and (max-width: 1080px) {
  .p-dlc__title img {
    height: 22px;
  }
}

.p-dlc__description {
  position: relative;
  margin: 52px auto 0;
  width: 100%;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .p-dlc__description {
    margin-top: 16px;
    font-size: 13px;
  }
}

.p-dlc_block + .p-dlc_block {
  margin-top: 32px;
}

.p-dlc_block__head {
  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;
  background-color: rgba(143, 104, 197, 0.15);
  padding: 17px 10px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_block__head {
    padding: 8px 10px;
  }
}

.-paid .p-dlc_block__head {
  background-color: rgba(179, 152, 81, 0.3);
}

.p-dlc_block__head img {
  width: auto;
  max-width: none;
  height: 22px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_block__head img {
    height: 15px;
  }
}

@media screen and (min-width: 1080px) {
  .p-dlc_block__inner {
    padding: 0 40px;
  }
}

.p-dlc_free {
  letter-spacing: normal;
}

@media screen and (min-width: 1080px) {
  .p-dlc_free {
    text-align: center;
  }
}

.p-dlc_free__block {
  position: relative;
  margin-top: 22px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  padding: 34px 40px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__block {
    margin-top: 14px;
    border-radius: 3px;
    padding: 20px 10px;
    font-size: 13px;
  }
}

.p-dlc_free__title {
  border-bottom: 1px dotted #b39851;
  padding-bottom: 26px;
}

.p-dlc_free__title img {
  margin: 0 auto;
  width: 374px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__title img {
    margin: 0 auto;
    width: 76.5%;
  }
}

.p-dlc_free__img {
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .p-dlc_free__img {
    width: 310px;
  }
}

.p-dlc_free__btn {
  margin: 17px auto;
  width: 382px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__btn {
    margin-top: 12px;
    width: 91.8%;
  }
}

.p-dlc_free__btn a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  padding: 12px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__btn a {
    padding: 15px;
  }
}

[data-ua="pc"] .p-dlc_free__btn a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

.p-dlc_free__btn a img {
  margin: 0 auto;
  width: auto;
  height: 16px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__btn a img {
    height: 12px;
  }
}

.p-dlc_free__text {
  margin-top: 6px;
  line-height: 1.5;
}

@media screen and (min-width: 1080px) {
  .p-dlc_free__text {
    text-align: center;
  }
}

.p-dlc_free__note {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__note {
    margin: 19px auto 0;
    width: 86%;
  }
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__note > li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.p-dlc_free__note a {
  color: #b39851;
  text-decoration: underline;
}

.p-dlc_free__note.-note2 {
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_free__note.-note2 {
    font-size: 11px;
  }
}

.p-dlc_paid__products {
  margin-top: 25px;
}

@media screen and (min-width: 1080px) {
  .p-dlc_paid__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products {
    margin-top: 12px;
  }
}

.p-dlc_paid__products-item {
  position: relative;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  padding: 34px 14px 26px;
}

@media screen and (min-width: 1080px) {
  .p-dlc_paid__products-item {
    width: 49%;
    text-align: center;
  }
  .p-dlc_paid__products-item:nth-of-type(2n+3) {
    margin-left: 2%;
  }
}

@media screen and (min-width: 1080px) {
  .p-dlc_paid__products-item.-large {
    padding: 34px 40px 30px;
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products-item {
    margin-bottom: 10px;
    padding: 20px 10px;
  }
}

.p-dlc_paid__products-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px dotted #b39851;
  padding-bottom: 27px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products-title {
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 1080px) {
  .p-dlc_paid__products-item:not(.-large) .p-dlc_paid__products-title {
    margin: 0 27px;
  }
}

.p-dlc_paid__products-item:not(.-large) .p-dlc_paid__products-title img {
  width: auto;
  max-width: none;
  height: 55px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products-item:not(.-large) .p-dlc_paid__products-title img {
    height: 32px;
  }
}

.-large .p-dlc_paid__products-title img {
  width: 470px;
  height: auto;
}

@media screen and (max-width: 1080px) {
  .-large .p-dlc_paid__products-title img {
    width: 100%;
    max-width: 273px;
  }
}

.p-dlc_paid__products-img {
  margin: 11px auto;
  width: 85%;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products-img {
    width: 100%;
  }
}

.p-dlc_paid__products-img img {
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .-large .p-dlc_paid__products-img {
    width: 100%;
  }
}

.p-dlc_paid__products-detail {
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products-detail {
    font-size: 13px;
  }
}

.p-dlc_paid__products-btn {
  margin: 17px auto 0;
  max-width: 385px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__products-btn {
    max-width: 281px;
  }
}

.p-dlc_paid__btn {
  margin: 4px auto;
  width: 382px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__btn {
    margin-top: 12px;
    width: 91.8%;
  }
}

.p-dlc_paid__btn a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.9) url("../img/common/bg_pattern.png") repeat left top;
  background-size: auto;
  padding: 12px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__btn a {
    padding: 15px;
  }
}

[data-ua="pc"] .p-dlc_paid__btn a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__btn a {
    padding: 15px;
  }
}

.p-dlc_paid__btn a img {
  margin: 0 auto;
  width: auto;
  height: 16px;
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__btn a img {
    height: 12px;
  }
}

.p-dlc_paid__note {
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 1.5;
}

@media screen and (min-width: 1080px) {
  .p-dlc_paid__note {
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 1080px) {
  .p-dlc_paid__note {
    margin: 19px auto 0;
    width: 86%;
    font-size: 11px;
  }
}

.p-dlc_paid__note a {
  color: #b39851;
  text-decoration: underline;
}

/* ====================
COMPONENT
 ==================== */
