/* ====================
 main
==================== */
#shop .atte {
  font-size: 14px;
  font-weight: bold;
  width: 980px;
  margin: 2% auto 0 auto;
  color: #fff;
}
@media screen and (max-width: 980px) {
  #shop .atte {
    font-size: 10px;
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #shop .atte {
    width: 80%;
  }
}
#shop .secTitle {
  max-width: 322px;
  margin: 9% auto 4% auto;
}
#shop .secTitle.-degital {
  width: 718px !important;
}
@media screen and (max-width: 980px) {
  #shop .secTitle.-degital {
    width: 73.2653061224% !important;
  }
}
@media screen and (max-width: 980px) {
  #shop .secTitle {
    width: 32.8571428571%;
  }
}
#shop .secWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  #shop .secWrap {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #shop .secWrap {
    display: block;
  }
}
#shop .secWrap .secItem {
  align-items: center;
  width: 48%;
  margin: 2% 1%;
  background: #fff;
  box-shadow: 10px 10px 0 0 rgba(10, 10, 10, 0.4);
}
#shop .secWrap .secItem.-degital {
  padding-top: 4%;
}
@media screen and (max-width: 640px) {
  #shop .secWrap .secItem {
    width: 80%;
    margin: 4% auto;
    box-shadow: 5px 5px 0 0 rgba(10, 10, 10, 0.4);
  }
}
#shop .secWrap .secItem h3 {
  width: 240px;
  margin: 4% auto;
  padding-top: 4%;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem h3 {
    width: 60%;
    max-width: 240px;
  }
}
@media screen and (max-width: 640px) {
  #shop .secWrap .secItem h3 {
    width: 60%;
    max-width: 240px;
  }
}
#shop .secWrap .secItem figure {
  width: 421px;
  margin: 4% auto 2% auto;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem figure {
    width: 90%;
  }
}
#shop .secWrap .secItem figure img.imgJoshin {
  display: block;
  width: 135px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem figure img.imgJoshin {
    width: 32%;
  }
}
#shop .secWrap .secItem .shopText {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #262626;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem .shopText {
    font-size: 3.4vw;
  }
}
#shop .secWrap .secItem .region {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  margin: 2% auto 0 auto;
  padding: 1%;
  text-align: center;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem .region {
    font-size: 2.8vw;
  }
}
#shop .secWrap .secItem .iconWrap {
  display: flex;
  justify-content: center;
  padding: 4% 1%;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem .iconWrap {
    padding: 6% 1%;
  }
}
#shop .secWrap .secItem .iconWrap .icon {
  font-size: 20px;
  font-weight: bold;
  width: 35%;
  margin: 0 2%;
  text-align: center;
  box-shadow: 5px 5px 0 0 rgba(10, 10, 10, 0.3);
}
#shop .secWrap .secItem .iconWrap .icon sup {
  font-size: 60%;
}
@media screen and (max-width: 980px) {
  #shop .secWrap .secItem .iconWrap .icon {
    font-size: 2.6vw;
    padding: 1% 0;
    box-shadow: 3px 3px 0 0 rgba(10, 10, 10, 0.3);
  }
}
@media screen and (max-width: 640px) {
  #shop .secWrap .secItem .iconWrap .icon {
    font-size: 3.6vw;
  }
}
#shop .secWrap .secItem .iconWrap .icon:hover {
  transform: translate(5px, 5px);
  opacity: 0.7;
  box-shadow: 0 0 0 0 rgba(10, 10, 10, 0.3);
}
#shop .secWrap .secItem .iconWrap .icon a {
  display: block;
  padding: 2% 4%;
  color: #fff;
}
#shop .secWrap .secItem .iconWrap .icon.switch {
  background: #f00;
}
#shop .secWrap .secItem .iconWrap .icon.ps4 {
  background: #0070d1;
}
#shop .secWrap .secItem .iconWrap .icon.ps5 {
  background: #003766;
}/*# sourceMappingURL=shop.css.map */