@charset "UTF-8";

.search-box {
  width: 100%;
}

.search-title {
  display: flex;
  margin: 20px 5px 7px;
}

.search-genre {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.search-area {
  width: 50%;
  text-align: right;
  margin-right: 12px;
  font-size: 1.4rem;
  display: none;
}

.search-area-num {
  font-size: 2rem;
  color: #f78181;
  font-weight: bold;
}

.search-box-inner {
  width: 100%;
  border-left: 1px solid #ffebeb;
  border-top: 1px solid #ffebeb;
  color: #6e6e6e;
  box-shadow: 0 0 3px 0 #ff0000;
  border-collapse: collapse;
  border-spacing: 0;
}

.search-box-innerItem {
  width: 33%;
  border-right: 2px solid #ffb2b2;
  border-bottom: 2px solid #ffb2b2;
  background-color: #fff0f0;
  padding: 12px 5px;
}

.box-icon {
  font-size: 1.2rem;
  width: 100%;
  display: block;
  position: relative;
  padding-left: 15px;
}

.box-icon::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid #d8d8d8;
  border-radius: 25%;
}

.box-icon.check {
  color: #01a9db;
}

.box-icon.check::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: -4px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #01a9db;
  border-right: 2px solid #01a9db;
}

.search-button {
  background-color: #fe9458;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #fe9458;
  text-align: center;
  margin: 15px auto 0;
  box-shadow: 0 0 3px 0 #848484;
  display: block;
  width: 95%;
  padding: 10px 0;
  border-radius: 30px;
  font-weight: bold;
}

.home-Catch .pr-color {
  color: #adadad;
}

.st-Item .st-Item_Heading {
  border-top: 4px solid #333;
  display: block;
  position: relative;
  overflow: visible;
}

/* .st-Item:nth-child(1) .st-Item_Heading {
  border-top: 4px solid #ceaf43;
}
.st-Item:nth-child(2) .st-Item_Heading {
  border-top: 4px solid #9c9c9c;
}
.st-Item:nth-child(3) .st-Item_Heading {
  border-top: 4px solid #aa7a40;
} */

.st-Item .app_rank_number {
  display: inline-block;
  position: absolute;
  left: 10px;
  z-index: 2;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background: #333;
  margin: -4px 0 0;
  width: 32px;
  font-size: 18px;
  padding: 7px 0 7px;
  top: -8px;
}



.st-Item_Row {
  margin-top: 25px;
}

.st-Item_Bnr {
  position: relative;
  margin-right: 30px!important;
}

.zoom-icon-position {

  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  animation: zoom-animation 2s infinite;
  z-index: 100;
}

@keyframes zoom-animation {
  0% {
    transform: scale(0);
  }
  10% {
      transform: scale(.25);
  }
  15% {
      transform: scale(1);
  }
  25% {
      transform: scale(.8);
  }
  35% {
      transform: scale(1);
  }
  45% {
      transform: scale(.9);
  }
  55% {
      transform: scale(1);
  }
  100% {
      transform: scale(1);
  }
}

.st-Item_Description {
  margin: 0 10px 15px;
  font-size: 2rem;
  font-weight: bold;
}

.st-Item_StarValue {
  line-height: 1;
  margin-top: 8px;
  position: relative;
}

.star-color {
  color: #ff1d41;
  font-size: 2rem;
}

.star-num {
  font-size: 1.3rem;
  position: absolute;
  top: 4px;
}

.st-Item_Tag {
  margin-top: 8px;
}

.st-Item_GameMov {
  margin: 0 10px 15px;
}

.st-Item_pickup {
  margin: 0 10px 15px;
  padding: 16px;
  border: 1px solid #4ca5ff;
  border-radius: 8px;
  background-color: #f0f7ff;
}

.st-Item_pickup-Heading {
  position: relative;
  padding: 8px 0 16px 5px;
  color: #4ca5ff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

/* .st-Item_pickup-Heading::before {
  position: absolute;
  content: "";
  background-image: url(../img/pickup-icon.svg);
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 998;
  fill: #ffa000;
} */

.pickup-point {
  list-style: none;
  padding: 0 0 0 8px;
}

.pickup-point li {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 8px;
}

.pickup-point li::before {
  position: absolute;
  content: "";
  background-image: url(../img/pickup-check-icon.svg);
  width: 1.4rem;
  height: 1.4rem;
  top: 0;
  left: 0;
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 998;
}

.st-Item_StoreBtn {
  margin: 0 10px 15px;
}

.store-button-box {
  display: flex;
  gap: 40px;
}

.store-button-box a {
  width: 50%;
}

.store-button-box a img {
  width: 100%;
}

.compact-text {
  margin: 0 10px;
  max-height: 58px; 
  overflow: hidden;
  transition: max-height 0.5s ease; 
}

.compact-text p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
}

.explanation-btn-box {
  text-align: center;
  margin-bottom: 15px;
}

.explanation-btn {
  line-height: 2.5rem;
  width: 55%;
  height: 40px;
  letter-spacing: .05em;
  color: #01a9db;
  border-radius: 20px;
  background: #fff;
  font-size: 1.4rem;
  padding: 6px 48px 0 40px;
  text-align: center;
  border: thin solid #01a9db;
}

.st-Item_GameImg-pr {
  margin: 0 10px 15px;
}

.st-Item_GameImg-pr .pr-image {
  width: 100%;
  height: auto;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
  color: #333;
}

.campaign {
  position: relative;
  border: 2px solid #00a309;
  background-color: #eaffeb;
  margin: 24px 16px 16px;
  padding: 16px;
}

/* .campaign::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 16px solid transparent;
  border-top-color: #f5a9a9;
} */

.campaign_title {
  color: #00a309;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}

.campaign_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
}

.campaign_detail picture {
  width: 40px;
  border-radius: 5px;
}
.campaign_detail picture img {
  border-radius: 8px;
}

.campaign_detail p {
  flex: 1;
  margin-left: 8px;
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}

.sponserd {
  padding-top: 16px;
  font-size: 15px;
  color: #a4a4a4;
  text-align: center;
}

.st-Recommend_List li {
  width: 18%!important;
}

.st-Recommend .st-Recommend_List li:nth-child(1) {
  position: relative;
}
.st-Recommend .st-Recommend_List li:nth-child(2) {
  position: relative;
}
.st-Recommend .st-Recommend_List li:nth-child(3) {
  position: relative;
}

.st-Recommend .st-Recommend_List li:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #ffba00 transparent transparent;
  content: "";
  border-width: 50px 50px 0 0;
  border-style: solid;
  z-index: 10000;
}
.st-Recommend .st-Recommend_List li:nth-child(1)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  z-index: 10001;
  content: "1";
}
.st-Recommend .st-Recommend_List li:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #9fa4a8 transparent transparent;
  content: "";
  border-width: 50px 50px 0 0;
  border-style: solid;
  z-index: 10000;
}
.st-Recommend .st-Recommend_List li:nth-child(2)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  z-index: 10001;
  content: "2";
}
.st-Recommend .st-Recommend_List li:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #c38247 transparent transparent;
  content: "";
  border-width: 50px 50px 0 0;
  border-style: solid;
  z-index: 10000;
}
.st-Recommend .st-Recommend_List li:nth-child(3)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  z-index: 10001;
  content: "3";
}

.return-button {
  position: fixed;
  right: 8px;
  bottom: 20px;
  z-index: 100000;
  cursor: pointer;
}

.footer-adjust {
  color: #fff;
}

.footer-adjust .st-Footer_Menu {
  background: #fe9458;
  color: #fff;
  padding-bottom: 0;
}
.footer-adjust .st-Footer_Menu li a {
  color: #fff;
  text-decoration: underline;
}

.footer-adjust .st-Footer_Copyright {
  background: #fe9458;
  color: #fff;
  padding-bottom: 10px;
}