@font-face {
  font-family: "NotoSans";
  src: url("/mobile/set/data/special/shop-event-09/font/NotoSansJP.ttf")
}
#contents-area,
.lyt-col-1 #contents-body {
  width: 100%;
  margin: 0 auto;
}
.top-banner {
  background: linear-gradient(#ff0033, #ff0059);
  text-align: center;
  padding: 10px 0 8px;
  transition: all 0.3s ease;
}
.top-banner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
.contents-wrapper {
  color: #333;
  font-family: "NotoSans", sans-serif;
}
.u-pc-d-n {
  display: none;
}
.mv-contents {
  position: relative;
  min-height: auto;
  margin: 0;
  overflow: hidden;
}
.mv-contents-item {
  position: relative;
  width: 2000px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.inner {
  width: 1120px;
  margin: 0 auto;
}
.new-android-lineup {
  background-color: #faf8ea;
  padding: 35px 0 60px;
}
.new-android-lineup-title {
  text-align: center;
}
.new-android-lineup-point {
  display: flex;
  gap: 20px;
  margin-top: 55px;
}
.new-android-lineup-point-item {
  width: 360px;
  position: relative;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 35px 0 25px;
}
.new-android-lineup-point-num {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.new-android-lineup-point-item-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.new-android-pickup {
  text-align: center;
  margin-top: 40px;
}
.new-android-lineup-pickup-title {
  width: 210px;
  margin: 0 auto;
}
.new-android-lineup-pickup-title img {
  width: 100%;
}
.new-android-lineup-pickup-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.new-android-lineup-pickup-list-item {
  width: 358px;
  margin: 0 auto;
}
.new-android-lineup-pickup-list-item-img img,
.new-android-lineup-pickup-list-item-product-mane img {
  width: 100%;
}
.new-android-lineup-pickup-list-item-text {
  display: inline-block;
  background-color: #fff;
  color: #006FBA;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #0061B2;
  box-shadow: 4px 4px 0 #0061B2;
  padding: 8px 9px;
  margin-top: 10px;
  margin-bottom: 0;
}
.new-android-lineup-pickup-list-item-text + .new-android-lineup-pickup-list-item-text {
  margin-top: 9px;
}
.new-android-lineup-pickup-list-item-btn {
  margin-top: 25px;
}
.new-android-lineup-pickup-list-item-btn-item {
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border-radius: 50px 50px;
  background-color: #0061B2;
  padding: 12px 40px 12px 18px;
  transition: all 0.3s ease;
}
.new-android-lineup-pickup-list-item-btn-item::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: url("/mobile/set/data/special/shop-event-09/img/shared/icon-arrow.webp") no-repeat center center / contain;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.new-android-lineup-pickup-list-item-btn-item:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.about-shop {
  background-color: #C0EBFE;
  padding: 60px 0;
}
.about-shop-list {
  display: flex;
  width: 940px;
  gap: 20px;
  margin: 40px auto 0;
}
.about-shop-list-item {
  width: 300px;
  height: 260px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  padding-top: 40px;
}
.about-shop-list-item-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}
.about-shop-img {
  margin-top: 60px;
}
.about-shop-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: -15px;
}
.about-shop-list-btn-item-link {
  position: relative;
  display: block;
  width: 190px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1;
  background-color: #0061B2;
  border-radius: 50px 50px;
  padding: 15px 30px 20px;
}
.about-shop-list-btn-item-link:after {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.about-shop-list-btn-item-link.shop-reserve {
  color: #0061B2 !important;
  background-color: #FDDE15;
}
.about-shop-list-btn-item-link.shop-reserve:after {
  border-left: 18px solid #0061B2;
}
.about-shop-list-btn-item-link:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.page-float-banner {
  width: 338px;
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.page-float-banner img {
  width: 100%;
}
.page-float-banner.show {
  opacity: 1;
  transition: all 0.3s ease;
}