@media print, (min-width: 768px) {
  .section-shop {
    padding: 70px 0 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-shop {
    padding: 0.4rem 0 0.7rem;
  }
  .section-shop::before {
    display: none;
  }
  .section-shop .name-common-category {
    font-size: 0.18rem;
    letter-spacing: 0.1em;
  }
}
.shop-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.shop-category-list .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid transparent;
  background: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.shop-category-list .category-item.is-active {
  color: #fff;
}

@media print, (min-width: 768px) {
  .shop-category-list {
    margin: 0 -5px;
  }
  .shop-category-list > li {
    width: 25%;
    margin-bottom: 13px;
    padding: 0 5px;
  }
  .shop-category-list .category-item {
    min-height: 61px;
    padding: 4px 10px;
    font-size: 0.18rem;
  }
  .shop-category-list .category-item:hover {
    color: #fff;
  }
  .shop-category-list + .list-common {
    margin-top: 28px;
  }
  .shop-category-list + .name-common-category {
    margin: 38px 0 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .shop-category-list {
    margin: 0 -0.04rem 0 -0.03rem;
  }
  .shop-category-list > li {
    width: 50%;
    margin-bottom: 0.1rem;
    padding: 0 0.04rem 0 0.03rem;
  }
  .shop-category-list .category-item {
    min-height: 0.5rem;
    padding: 0.04rem 0.1rem;
    font-size: 0.16rem;
  }
  .shop-category-list + .list-common {
    margin-top: 0.3rem;
  }
  .shop-category-list + .name-common-category {
    margin: 0.31rem 0 0.35rem;
  }
}
.shop-list .item-common {
  position: relative;
  border: 1px solid #848484;
  background: #fff;
}
.shop-list .item-common::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.shop-list .item-common .item-image {
  padding-top: 0;
}
.shop-list .item-common .item-title {
  color: #4a4a4a;
}
.shop-list .item-common .category-common {
  font-size: 0.15rem;
  font-weight: 400;
}
.shop-list .item-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .list-common.shop-list {
    margin-right: -10px;
    margin-left: -9px;
  }
  .list-common.shop-list:last-child {
    margin-bottom: -15px;
  }
  .list-common.shop-list > li {
    margin-bottom: 50px;
    padding-right: 10px;
    padding-left: 9px;
  }
  .shop-list .item-common {
    height: 100%;
    min-height: 345px;
    padding: 16px 14px 25px;
  }
  .shop-list .item-common::before {
    height: 14px;
  }
  .shop-list .item-common .category-common {
    min-width: 76px;
  }
  .is-chromium .shop-list .item-common .category-common, .is-chrome .shop-list .item-common .category-common {
    padding-bottom: 3px;
  }
  .is-mac.is-chrome .shop-list .item-common .category-common {
    padding-bottom: 4px;
  }
  .shop-list .item-common .item-image {
    height: 207px;
    margin-bottom: 12px;
  }
  .shop-list .item-common .item-title {
    margin-top: 4px;
  }
  .pagination-common {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common {
    padding: 0;
  }
  .list-common.shop-list > li {
    margin-bottom: 0.24rem;
  }
  .shop-list .item-common {
    padding: 0.17rem 0.15rem 0.36rem;
  }
  .shop-list .item-common::before {
    height: 0.15rem;
  }
  .shop-list .item-common .category-common {
    min-width: 0.82rem;
    font-size: 0.15rem;
  }
  .shop-list .item-common .item-image {
    height: 2.23rem;
    margin-bottom: 0.14rem;
  }
  .shop-list .item-common .item-title {
    margin-top: 0.05rem;
    font-size: 0.18rem;
  }
  .pagination-common {
    margin-top: 0.6rem;
  }
}
.section-shop-detail .detail-heading {
  border-bottom: 1px solid #c3c3c3;
}
.section-shop-detail .detail-heading .category-common {
  margin: 0 0.04rem 0.04rem 0;
}
.section-shop-detail .heading-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-shop-detail .heading-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.4782608696;
}
.section-shop-detail .detail-sub-row:last-child {
  margin-bottom: 0;
}
.section-shop-detail .detail-slider {
  position: relative;
}
.section-shop-detail .detail-slider:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.section-shop-detail .detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-shop-detail .detail-title {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-shop-detail .detail-sub-title {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.section-shop-detail .detail-bank {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  display: flex;
}
.section-shop-detail .card-list,
.section-shop-detail .app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:50%;
  -ms-flex-wrap: wrap;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-shop-detail .card-list img,
.section-shop-detail .app-list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-shop-detail .card-list .card-item,
.section-shop-detail .app-list .app-item {
  display: block;
}
.section-shop-detail .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  /*margin-right: 20px;*/
  margin: 10px 0px 10px;
}
.section-shop-detail .contact-tag {
  background: #767676;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.section-shop-detail .contact-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-shop-detail .recommend-tag {
  text-align: center;
}
.section-shop-detail .recommend-tag > span {
  display: inline-block;
  background: #d36101;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: top;
}
.section-shop-detail .recommend-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.section-shop-detail .recommend-item {
  display: block;
  font-weight: 500;
  line-height: 1.6;
}
.section-shop-detail .recommend-title {
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /*-webkit-box-orient: vertical;*/
}
.section-shop-detail .recommend-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-shop-detail .post-content {
  font-weight: 400;
  letter-spacing: 0.1em;
}
.section-shop-detail .post-content p:last-child {
  margin-bottom: 0;
}
.section-shop-detail .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0.14rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-shop-detail .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.69);
}
.section-shop-detail .swiper-pagination .swiper-pagination-bullet-active {
  background: #e5b123;
}

@media print, (min-width: 768px) {
  .section-shop-detail {
    padding: 50px 0 56px;
  }
  .section-shop-detail .detail-heading {
    margin-bottom: 26px;
    padding-bottom: 9px;
  }
  .section-shop-detail .detail-heading .category-common {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.15rem;
    font-weight: 400;
  }
  .section-shop-detail .heading-group {
    margin-top: 2px;
  }
  .section-shop-detail .heading-title {
    font-size: 0.23rem;
    letter-spacing: 0.1em;
  }
  .section-shop-detail .social-list > li {
    margin-right: 10px;
  }
  .section-shop-detail .social-list a {
    width: 31px;
  }
  .section-shop-detail .detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 96px;
  }
  .section-shop-detail .detail-sub-row {
    margin-bottom: 25px;
  }
  .section-shop-detail .detail-column {
    width: 490px;
  }
  .section-shop-detail .detail-slider {
    margin-bottom: 22px;
  }
  .section-shop-detail .detail-image {
    height: 343px;
  }
  .section-shop-detail .detail-content {
    width: 456px;
    margin-top: 19px;
  }
  .section-shop-detail .detail-title {
    margin-bottom: 26px;
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
  .section-shop-detail .detail-sub-title {
    margin-bottom: 5px;
  }
  .section-shop-detail .detail-bank {
    margin-top: 11px;
    padding: 12px 30px 16px 31px;
  }
  .section-shop-detail .card-list > li,
  .section-shop-detail .app-list > li {
    width: 51px;
    margin: 6px 6px 6px 5px;
  }
  /*.section-shop-detail .card-list > li:nth-child(6n+4),
  .section-shop-detail .app-list > li:nth-child(6n+4) {
    margin-left: 28px;
  }*/
  .section-shop-detail .app-list .app-item,
  .section-shop-detail .card-list .app-item {
    height: 37px;
  }
  .section-shop-detail .detail-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding: 11px 0 12px;*/
    padding: 8px 0 12px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
  }
  .section-shop-detail .contact-item {
    font-size: 0.16rem;
  }
  .section-shop-detail .contact-item:nth-child(2n+1) {
    /*width: 220px;*/
  }
  .section-shop-detail .contact-item:nth-child(2n) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-shop-detail .contact-tag {
    /*width: 80px;*/
    /*margin-right: 10px;*/
    width: 100px;
    margin-right: 12px;
    padding: 4px 4px 5px;
    font-size: 0.14rem;
  }
  /*.section-shop-detail .contact-content {
    padding-top: 1px;
  }*/
  .section-shop-detail .recommend-tag {
    margin-bottom: 24px;
  }
  .section-shop-detail .recommend-tag > span {
    padding: 5px 16px 6px;
    font-size: 0.18rem;
  }
  .is-firefox .section-shop-detail .recommend-tag > span {
    padding-bottom: 8px;
  }
  .section-shop-detail .recommend-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-shop-detail .recommend-list > li {
    width: 479px;
    margin-bottom: 40px;
  }
  .section-shop-detail .recommend-item {
    font-size: 0.16rem;
  }
  .section-shop-detail .recommend-image {
    height: 318px;
    margin-bottom: 14px;
  }
  .section-shop-detail .post-detail {
    padding-right: 15px;
    font-size: 0.15rem;
    line-height: 1.4666666667;
  }
  .section-shop-detail .post-pay {
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .section-shop-detail .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-shop-detail {
    padding: 0.42rem 0 0.59rem;
  }
  .section-shop-detail .detail-heading {
    margin-bottom: 0.26rem;
    padding-bottom: 0.11rem;
  }
  .section-shop-detail .detail-heading .category-common {
    padding-right: 0.05rem;
    padding-left: 0.05rem;
  }
  .section-shop-detail .heading-title {
    font-size: 0.2rem;
  }
  .section-shop-detail .social-list {
    margin-top: -0.01rem;
  }
  .section-shop-detail .social-list > li {
    margin-left: 0.1rem;
  }
  .section-shop-detail .social-list a {
    width: 0.31rem;
  }
  .section-shop-detail .detail-row {
    margin-bottom: 0.62rem;
  }
  .section-shop-detail .detail-sub-row {
    margin-bottom: 0.26rem;
  }
  .section-shop-detail .detail-slider {
    margin-bottom: 0.26rem;
  }
  .section-shop-detail .detail-image {
    height: 2.37rem;
  }
  .section-shop-detail .detail-content {
    margin-bottom: 0.26rem;
  }
  .section-shop-detail .detail-title {
    margin-bottom: 0.22rem;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .section-shop-detail .detail-sub-title {
    margin-bottom: 5px;
  }
  .section-shop-detail .detail-bank {
    margin-top: 0.09rem;
    padding: 0.22rem 0.05rem 0.21rem 0.1rem;
  }
  .section-shop-detail .card-list > li,
  .section-shop-detail .app-list > li {
    width: 0.42rem;
    margin: 0.05rem 0.05rem 0.05rem 0.04rem;
  }
  /*.section-shop-detail .card-list > li:nth-child(6n+4),
  .section-shop-detail .app-list > li:nth-child(6n+4) {
    margin-left: 0.21rem;
  }*/
  .section-shop-detail .card-list .card-item,
  .section-shop-detail .app-list .app-item {
    height: 0.3rem;
  }
  .section-shop-detail .contact-item {
    margin-bottom: 0.11rem;
    font-size: 0.15rem;
  }
  .section-shop-detail .contact-item:last-child {
    margin-bottom: 0;
  }
  .section-shop-detail .contact-tag {
    width: 0.75rem;
    margin-right: 0.1rem;
    padding: 0.05rem 0.04rem 0.06rem;
    font-size: 0.13rem;
  }
  .section-shop-detail .contact-content {
    padding-top: 1px;
  }
  .section-shop-detail .recommend-tag {
    margin-bottom: 0.26rem;
  }
  .section-shop-detail .recommend-tag > span {
    padding: 0.06rem 0.16rem 0.07rem;
    font-size: 0.16rem;
  }
  .section-shop-detail .recommend-list > li {
    margin-bottom: 0.37rem;
  }
  .section-shop-detail .recommend-list > li:last-child {
    margin-bottom: 0;
  }
  .section-shop-detail .recommend-item {
    font-size: 0.14rem;
  }
  .section-shop-detail .recommend-image {
    height: 2.25rem;
    margin-bottom: 0.15rem;
  }
  .section-shop-detail .post-content {
    font-size: 0.14rem;
    line-height: 1.5714285714;
  }
  .section-shop-detail .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.05rem;
  }
}
.section-shop-news {
  background: #f2f2f2;
}
.section-shop-news .title-common-primary .title-icon::before {
  background-image: url("../img/top/shop_icn.svg");
}
.section-shop-news .item-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-shop-news {
    padding: 63px 0 66px;
  }
  .section-shop-news .title-common-primary {
    margin-bottom: 51px;
  }
  .section-shop-news .title-common-primary .title-english {
    font-size: 0.48rem;
  }
  .section-shop-news .title-common-primary .title-icon {
    padding-left: 43px;
  }
  .section-shop-news .title-common-primary .title-icon::before {
    top: 6px;
    left: -1px;
    width: 37px;
    height: 37px;
  }
  .section-shop-news .list-common > li {
    margin-bottom: 51px;
  }
  .section-shop-news .button-common-primary {
    max-width: 253px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-shop-news {
    padding: 0.47rem 0 0.65rem;
  }
  .section-shop-news .title-common-primary {
    margin-bottom: 0.26rem;
  }
  .section-shop-news .title-common-primary .title-english {
    margin-bottom: 0.07rem;
    font-size: 0.37rem;
  }
  .section-shop-news .title-common-primary .title-japanese {
    font-size: 0.13rem;
  }
  .section-shop-news .title-common-primary .title-icon {
    padding-left: 0.37rem;
  }
  .section-shop-news .title-common-primary .title-icon::before {
    top: 0.03rem;
    left: 0.01rem;
    width: 0.29rem;
    height: 0.29rem;
  }
  .section-shop-news .list-common {
    padding: 0 0.17rem;
  }
  .section-shop-news .list-common > li {
    margin-bottom: 0.34rem;
  }
  .section-shop-news .item-common .item-new {
    margin-top: -0.02rem;
  }
  .section-shop-news .item-common .item-title {
    margin-top: 0.08rem;
  }
  .section-shop-news .button-common-primary {
    margin-top: 0.52rem;
  }
}
/*# sourceMappingURL=shop.css.map */