/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 150px;
}
main section {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  background-image: url(../../images/preregister/s0201.webp);
  background-size: 200% auto;
  background-position: center center;
}
main section + section {
  margin-top: 100px;
}
main section.s01 .wrapper .shop {
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
}
main section.s01 .wrapper .shop .shop_head {
  margin-bottom: 36px;
}
main section.s01 .wrapper .shop .shop_head .shop_label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #ffd400;
}
main section.s01 .wrapper .shop .shop_head h1 {
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 18px rgba(246, 211, 107, 0.35), 0 3px 0 rgba(0, 0, 0, 0.75);
}
main section.s01 .wrapper .shop .shop_head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}
main section.s01 .wrapper .shop .shop_notice {
  margin-bottom: 30px;
  padding: 24px 28px;
  border: 1px solid rgba(225, 176, 75, 0.42);
  background-color: #000;
}
main section.s01 .wrapper .shop .shop_notice h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffd400;
}
main section.s01 .wrapper .shop .shop_notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}
main section.s01 .wrapper .shop .shop_pack_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 30px;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 28px;
  min-height: 112px;
  padding: 24px 28px;
  border: 1px solid #555;
  background-color: #000;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card.is_recommend {
  border-color: #ffd400;
  -webkit-box-shadow: 0 0 24px rgba(246, 211, 107, 0.16);
          box-shadow: 0 0 24px rgba(246, 211, 107, 0.16);
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 6px 13px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #000;
  background-color: #ffd400;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  min-width: 0;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_label {
  width: 150px;
  display: block;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal img {
  display: block;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_pack_price {
  min-width: 120px;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  color: #fff;
  font-family: "clother", sans-serif;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_pack_price span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_buy_btn {
  width: 150px;
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  background-color: transparent;
  cursor: pointer;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_buy_btn img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_buy_btn:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
main section.s01 .wrapper .shop .shop_info {
  padding: 32px 34px;
  border: 1px solid #555;
  background-color: #000;
}
main section.s01 .wrapper .shop .shop_info h2 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #555;
}
main section.s01 .wrapper .shop .shop_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main section.s01 .wrapper .shop .shop_info ul li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
main section.s01 .wrapper .shop .shop_info ul li::before {
  content: "";
  position: absolute;
  top: 0.82em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ffd400;
}
main section.s01 .wrapper .shop .shop_info ul li + li {
  margin-top: 8px;
}
/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding: 60px 20px 0;
  }
  main section {
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
    background-size: cover;
  }
  main section + section {
    margin-top: 50px;
  }
  main section.s01 .wrapper .shop .shop_head {
    margin-bottom: 28px;
    text-align: left;
  }
  main section.s01 .wrapper .shop .shop_head .shop_label {
    font-size: 12px;
  }
  main section.s01 .wrapper .shop .shop_head h1 {
    font-size: 24px;
  }
  main section.s01 .wrapper .shop .shop_head p {
    font-size: 14px;
  }
  main section.s01 .wrapper .shop .shop_notice {
    margin-bottom: 24px;
    padding: 22px 18px;
  }
  main section.s01 .wrapper .shop .shop_notice h2 {
    font-size: 18px;
  }
  main section.s01 .wrapper .shop .shop_notice p {
    font-size: 13px;
  }
  main section.s01 .wrapper .shop .shop_pack_list {
    gap: 10px;
    margin-bottom: 24px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    min-height: 76px;
    padding: 10px 12px;
    cursor: pointer;
    position: relative;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_badge {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 500;
    width: 65px;
    font-weight: bold;
    text-align: center;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main {
    width: 172px;
    display: block;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_label {
    display: block;
    width: 80px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal {
    margin: 0;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal img.shop_pack_num_img_5000 {
    width: 105px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal img.shop_pack_num_img_10000 {
    width: 118px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal img.shop_pack_num_img_30000 {
    width: 146px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal img.shop_pack_num_img_100000 {
    width: 154px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_main .shop_pack_medal img.shop_pack_num_img_500000 {
    width: 172px;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub {
    display: block;
    width: calc(100% - 172px);
    text-align: right;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_pack_price {
    min-width: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_pack_price span {
    font-size: 8px;
    font-weight: 500;
    display: block;
  }
  main section.s01 .wrapper .shop .shop_pack_list .shop_pack_card .shop_pack_sub .shop_buy_btn {
    width: 100px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
  }
  main section.s01 .wrapper .shop .shop_info {
    padding: 22px 18px;
  }
  main section.s01 .wrapper .shop .shop_info h2 {
    font-size: 18px;
  }
  main section.s01 .wrapper .shop .shop_info ul li {
    font-size: 13px;
  }
}