@charset "UTF-8";

.top_banner button.slick-next:hover,
.top_banner button.slick-prev:hover {
  opacity: 0.6;
}

.limited_area .limitedTerms,
.limited_area .limitedTitle,
.pickup_service_area .limitedTerms,
.pickup_service_area .limitedTitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.hotword dd a,
.monthlyFee_title a {
  text-decoration: underline;
}

#new_review li dl dt p.point,
.reduction_item p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.black {
  color: #444;
}

.black_bg {
  background-color: #444;
}

.white {
  color: #fff;
}

.white_bg {
  background-color: #fff;
}

.red {
  color: #d93200;
}

.red_bg {
  background-color: #d93200;
}

.yellow {
  color: #ffc817;
}

.yellow_bg {
  background-color: #ffc817;
}

.orange {
  color: #ff4f36;
}

.orange_bg {
  background-color: #ff4f36;
}

.pink {
  color: #ff354d;
}

.pink_bg {
  background-color: #ff354d;
}

.navy {
  color: #2c4256;
}

.navy_bg {
  background-color: #2c4256;
}

.blue {
  color: #0076a3;
}

.blue_bg {
  background-color: #0076a3;
}

.light-blue {
  color: #e0f3fa;
}

.light-blue_bg {
  background-color: #e0f3fa;
}

.green {
  color: #6ba521;
}

.green_bg {
  background-color: #6ba521;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.marker_green {
  background: linear-gradient(transparent 60%, #6fc 60%);
}

.list_red {
  background: #fcf3f6;
}

.list_green {
  background: #f4fee5;
}

.list_white {
  background: #fff;
}

#logout_entry {
  width: 100%;
  margin-bottom: 4%;
  position: relative;
}

#logout_entry .logout_bg {
  background-size: 100% auto;
  background-color: #1eb9ee;
}

#logout_entry .logout_bg h1 {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#logout_entry .logout_bg h1 img {
  max-width: 595px;
}

#logout_entry .logout_bg h2 {
  height: auto;
  background: 0 0;
  line-height: normal;
  border: none;
  text-align: center;
  padding: 0 4%;
}

#logout_entry .logout_bg h2 img {
  max-width: 417px;
}

#logout_entry .logout_bg ul.logout_img {
  width: 90%;
  margin: auto 3%;
}

#logout_entry .logout_bg ul.logout_img li {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#logout_entry .logout_bg ul.logout_img_box02 {
  width: 84%;
  margin: 2% 9%;
}

#logout_entry .logout_bg ul.logout_img_box02 li {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#logout_entry .logout_bg ul.logout_img_box03 {
  width: 86%;
  margin: 3% 9%;
}

#logout_entry .logout_bg ul.logout_img_box03 li {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

#logout_entry .logout_bg ul.entry_btn {
  margin: 2% auto;
  width: 90%;
}

#logout_entry .logout_bg ul.entry_btn li {
  text-align: center;
}

#logout_entry .logout_bg ul.entry_btn li a.entry_btn {
  margin: 0 auto;
  display: block;
  text-align: center;
}

#logout_entry .logout_bg ul.entry_btn li a.entry_btn img {
  padding: 1% 0;
}

#logout_entry .logout_bg ul.entry_btn li p.guide_link {
  text-align: center;
  margin: 0.5% 0;
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

#logout_entry .logout_bg ul.entry_btn li p.guide_link img {
  width: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
}

#logout_entry .logout_bg .exchange_list {
  background-color: #fff;
  width: 100%;
  margin: 3% 0;
}

#logout_entry .logout_bg .exchange_list dd {
  overflow: auto;
  height: 10vh;
}

#logout_entry .logout_bg .exchange_list dd ul {
  width: 100%;
  margin: 0 auto;
}

#logout_entry .logout_bg .exchange_list dd ul li.slick-slide {
  padding: 5px 5px 10px;
}

#logout_entry .logout_bg .exchange_list dd ul li.slick-slide img {
  height: 9vh;
  width: auto;
  padding-bottom: 5%;
}

#logout_entry .entry_pig {
  position: absolute;
  bottom: 12vh;
  right: 1%;
  z-index: 5;
  width: 13%;
}

#logout_entry .poyooon {
  -moz-animation: poyooon 3s linear 1.2s infinite;
  -webkit-animation: poyooon 3s linear 1.2s infinite;
  animation: poyooon 3s linear 1.2s infinite;
}

@media (min-width: 600px) {
  #logout_entry #particles-js {
    padding-top: 80%;
  }

  #logout_entry #particles-js .entry_box {
    width: 80%;
    margin-left: -40%;
  }

  #logout_entry #particles-js .entry_box a {
    font-size: 2.5rem;
  }
}

@keyframes gradationanime {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@-moz-keyframes poyooon {

  0%,
  100%,
  40%,
  51%,
  70% {
    -moz-transform: scale(1, 1) translate(0, 0);
  }

  44% {
    -moz-transform: scale(1.1, 0.9) translate(0, 5%);
  }

  50%,
  65% {
    -moz-transform: scale(1.2, 0.8) translate(0, 15%);
  }

  55% {
    -moz-transform: scale(0.9, 1.2) translate(0, -30%);
  }

  60% {
    -moz-transform: scale(0.9, 1.2) translate(0, -10%);
  }
}

@-webkit-keyframes poyooon {

  0%,
  100%,
  40%,
  51%,
  70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
  }

  44% {
    -webkit-transform: scale(1.1, 0.9) translate(0, 5%);
  }

  50%,
  65% {
    -webkit-transform: scale(1.2, 0.8) translate(0, 15%);
  }

  55% {
    -webkit-transform: scale(0.9, 1.2) translate(0, -30%);
  }

  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0, -10%);
  }
}

@keyframes poyooon {

  0%,
  100%,
  40%,
  51%,
  70% {
    transform: scale(1, 1) translate(0, 0);
  }

  44% {
    transform: scale(1.1, 0.9) translate(0, 5%);
  }

  50%,
  65% {
    transform: scale(1.2, 0.8) translate(0, 15%);
  }

  55% {
    transform: scale(0.9, 1.2) translate(0, -30%);
  }

  60% {
    transform: scale(0.9, 1.2) translate(0, -10%);
  }
}

@-webkit-keyframes coin {

  0%,
  60% {
    -webkit-transform: translate(0, 0);
  }

  100%,
  80% {
    -webkit-transform: translate(0, 500px);
  }
}

@keyframes coin {

  0%,
  60% {
    transform: translate(0, 0);
  }

  100%,
  80% {
    transform: translate(0, 500px);
  }
}

@-webkit-keyframes coins {

  0%,
  100%,
  18% {
    -webkit-transform: scale(1, 1) translate(0, 0);
  }

  3% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 3%);
  }

  8% {
    -webkit-transform: scale(1.1, 0.9) translate(0, 4%);
  }

  12% {
    -webkit-transform: scale(0.9, 1.1) translate(0, -3%);
  }
}

@keyframes coins {

  0%,
  100%,
  18% {
    transform: scale(1, 1) translate(0, 0);
  }

  3% {
    transform: scale(0.95, 0.95) translate(0, 3%);
  }

  8% {
    transform: scale(1.1, 0.9) translate(0, 4%);
  }

  12% {
    transform: scale(0.9, 1.1) translate(0, -3%);
  }
}

.contents_area {
  margin-bottom: 6%;
}

.contents_area_wh {
  margin-bottom: 6%;
  background: #fff;
}

.header_info {
  width: 94%;
  margin: 0 auto 2%;
}

.top_banner {
  position: relative;
  background: #fffad2;
  width: 100%;
  overflow: hidden;
  padding: 4% 0 0;
}

.top_banner button {
  width: 24px;
  height: auto;
  z-index: 3;
}

.top_banner button.slick-next:before,
.top_banner button.slick-prev:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}

.top_banner button.slick-next {
  right: 0;
}

.top_banner button.slick-next:before {
  background: url(../../../../img/user/sp/icon/bnr_arrow_right.svg?1703228340972) center no-repeat;
  margin-right: -0.5em;
}

.top_banner button.slick-prev {
  left: 0;
}

.top_banner button.slick-prev:before {
  background: url(../../../../img/user/sp/icon/bnr_arrow_left.svg?1703228340972) center no-repeat;
  margin-left: -0.5em;
}

.top_banner .slick-slide a {
  margin: 0 0.4em;
  display: block;
}

.top_banner .slick-slide a img {
  max-height: inherit;
  max-width: inherit;
}

.top_banner .slick-dots li button:before {
  font-size: 30px;
  color: #fff;
}

.top_banner .slick-dots li.slick-active button:before {
  color: #8086f7;
}

.top_banner .slick-dotted.slick-slider {
  margin-bottom: 2em;
}

.top_bnr_fixed a {
  width: 96%;
  display: block;
  margin: 3% auto 0;
}

#jack-bnr {
  width: 100%;
  margin: 0 auto;
}

#jack-bnr a {
  display: block;
  overflow: hidden;
}

#jack-bnr .jack-bg {
  background: url(../../../../img/user/sp/jackbnr/jack_bnr_bg_0120.png?1703228340972) no-repeat;
  background-size: 100% auto;
  padding: 46.4% 0 0;
  width: 100%;
  position: relative;
  margin: 0;
}

#jack-bnr .jack-point {
  width: 70%;
  display: block;
  position: absolute;
  right: 1%;
  bottom: 4%;
}

.tab_box li:before,
.tab_wrap:before {
  bottom: 0;
  content: "";
}

#jack-bnr .jack-point img {
  width: 100%;
  display: block;
}

#jack-bnr .jack-link-txt {
  background-color: #01acca;
  line-height: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
}

#jack-bnr .jack-link-txt em {
  font-style: normal;
  color: #feed35;
  font-weight: 700;
  font-size: 1.2em;
  padding: 0 2%;
}

#jack-bnr .jack-link-txt img.arrow {
  position: absolute;
  top: 20%;
  right: 2%;
  height: 60%;
  width: auto;
}

#jack-bnr .jack-anime01 {
  animation: jack-anime01 4.5s linear 0s infinite;
}

#jack-bnr .jack-anime02 {
  animation: jack-anime02 1.6s linear 0.8s infinite;
}

@keyframes jack-anime01 {

  0%,
  100% {
    transform: scale(0.8, 1.4) translate(0, -100%);
  }

  2% {
    transform: scale(0.8, 1.4) translate(0, -15%);
  }

  4% {
    transform: scale(1.4, 0.6) translate(0, 30%);
  }

  6% {
    transform: scale(0.9, 1.1) translate(0, -10%);
  }

  8% {
    transform: scale(0.95, 1.2) translate(0, -30%);
  }

  10% {
    transform: scale(0.95, 1.2) translate(0, -10%);
  }

  12% {
    transform: scale(1.1, 0.9) translate(0, 5%);
  }

  14%,
  20%,
  95% {
    transform: scale(1, 1) translate(0, 0);
  }
}

@keyframes jack-anime02 {

  0%,
  100%,
  30% {
    transform: scale(1, 1) translate(0, 0);
  }

  10% {
    transform: scale(1, 1) translate(15%, 0);
  }

  20% {
    transform: scale(1, 1) translate(-10%, 0);
  }
}

dl.choicesLink {
  width: 96%;
  margin: 0 auto 5%;
}

dl.choicesLink dt {
  background: url(../../../../img/user/sp/index/choices_Q.png?1703228340972) no-repeat;
  background-size: contain;
  font-weight: 700;
  height: 6.5rem;
  text-indent: -9999px;
}

dl.choicesLink dd {
  margin-bottom: 2%;
}

dl.choicesLink dd a {
  border: 3px outset #2c4256;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  text-align: center;
  background: #fff;
  background: linear-gradient(#fff, #f8f9f0);
  font-size: 1.1em;
  letter-spacing: 0.1em;
  display: block;
  color: #2c4256;
  font-weight: 700;
  padding: 0.8em 0 0.7em;
}

.topbnr_wrap_logout {
  width: 100%;
  background: #58b4f9;
  overflow: hidden;
}

.topbnr_wrap_logout a {
  display: block;
  padding: 0 4%;
  margin: 2% auto;
  width: 100%;
}

.slide_wrap,
.slide_wrap.logout {
  padding: 3% 5% 0;
}

.slide_wrap {
  margin: 0;
  background: #019cf6;
  overflow: hidden;
}

.slide_wrap img {
  width: 100%;
  max-width: 100%;
}

.slide_wrap .slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

.slide_wrap .slick-next:before,
.slide_wrap .slick-prev:before {
  display: none;
}

.slick-dots li button:before {
  color: #87bbcf;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #0076a3;
  opacity: 1;
}

.search_box {
  background: #fff;
  border-bottom: #eaebdd 1px solid;
  margin-bottom: 8px;
}

.search_box .search_inner {
  background: #58b4f9;
  border-bottom: #eaebdd 1px solid;
  padding: 3% 6% 6%;
  overflow: hidden;
}

.search_box .search_inner p.logout_txt {
  color: #fff;
  padding: 0 0 3%;
  font-size: 1.1em;
  text-align: center;
}

.search_box .search_inner .formtip {
  width: 84%;
  height: 34px;
  float: left;
  padding: 2px 8px;
  line-height: 34px;
  border: none;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  box-shadow: inner 0 0 2px 0.2;
  border-rignt: 0 none;
  font-size: 1.1em;
}

.search_box .search_inner .rollover {
  background: #8086f7;
  color: #fff;
  width: 16%;
  height: 34px;
  border: 1px solid #8086f7;
  border-radius: 0 4px 4px 0;
  border-left: 0 none;
  cursor: pointer;
  float: left;
  font-size: 1.1em;
}

.search_box .search_inner .rollover:hover {
  background-color: #86cc00;
}

.search_box .search_inner .rollover i {
  font-size: 1.5em;
}

.search_pt {
  position: relative;
  width: 94%;
  padding: 1.2% 3% 2%;
  margin: 0 auto;
}

.search_pt.morning {
  background: url(../../../../img/user/sp/index/search_p_bg_m.png?1703228340972) center top;
  background-size: 100% auto;
}

.search_pt.night {
  background: url(../../../../img/user/sp/index/search_p_bg_n.png?1703228340972) center top;
  background-size: 100% auto;
}

.search_pt h1 img {
  vertical-align: middle;
}

.search_pt h1 img.icon {
  width: 12%;
}

.search_pt h1 img.contentstitle {
  width: 45%;
}

.search_pt .balloon {
  background: url(../../../../img/user/sp/index/search_p_balloon.png?1703228340972) center top no-repeat;
  background-size: 100% auto;
  width: 28%;
  padding-top: 10%;
  height: auto;
  text-align: center;
  line-height: 1.4em;
  position: absolute;
  top: 0;
  right: 12%;
  animation: 3s balloon_fuwa infinite;
}

@keyframes balloon_fuwa {

  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(0);
  }
}

.search_pt .balloon p {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.search_pt .help_btn label.help {
  background: #fff;
  border-radius: 30px;
  border: 1px solid #eaebdd;
  position: absolute;
  right: 3%;
  top: 3%;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 1%;
}

.search_pt .help_btn label.help:hover {
  opacity: 0.8;
}

.search_pt .modalMain p b {
  font-weight: 700;
}

.search_pt #form_search_pt {
  width: 100%;
  margin: 0 auto;
}

.search_pt #form_search_pt .search_form {
  border-radius: 25px;
  overflow: hidden;
  margin: 3% auto 0;
  width: 90%;
  height: 3em;
}

.search_pt #form_search_pt .search_form input {
  width: 85%;
  float: left;
  padding: 0 6%;
  line-height: 3em;
  border: none;
  box-sizing: border-box;
  background-color: #eff0e5;
  font-size: 1em;
  outline: 0;
  border-radius: 0;
  color: #444;
}

.search_pt #form_search_pt .search_form input::placeholder {
  color: #999;
}

.search_pt #form_search_pt .search_form input:focus {
  background-color: #fff;
}

.search_pt #form_search_pt .search_form button {
  width: 15%;
  padding-top: 4em;
  float: left;
  border: none;
  box-sizing: border-box;
  outline: 0;
  background: url(../../../../img/user/sp/icon/g_navi/icon_search_w.svg?1703228340972) top 0.7em left 0.9em no-repeat #2c4256;
  background-size: 45% auto;
}

.search_pt #form_search_pt .search_form button:hover {
  opacity: 90%;
}

.search_pt #form_search_pt .search_form button:active {
  opacity: 70%;
}

.search_pt #form_search_pt .search_kw {
  list-style: none;
  padding: 2% 4% 1.2%;
  margin: 3% auto 1%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}

.search_pt #form_search_pt .search_kw li {
  display: inline-block;
  margin: 0 1.6%;
  font-size: 1.3rem;
  line-height: 2.2em;
}

.search_pt #form_search_pt .search_kw li:first-child {
  font-weight: 700;
}

.search_pt #form_search_pt .search_kw li a {
  color: #ff354d;
}

.search_pt #form_search_pt .search_kw li a:hover {
  opacity: 0.7;
}

#new_review {
  overflow: hidden;
}

#new_review li dl {
  overflow: hidden;
  background: #fff;
  margin: 3% 4% 0;
  padding: 2% 4%;
  border: 1px solid #eaebdd;
}

#new_review li dl dt {
  width: 100%;
}

#new_review li dl dt p.service_name {
  margin-top: 0;
  overflow: hidden;
  min-height: 2.6em;
  max-height: 2.6em;
  line-height: 1.3em;
  width: 52%;
  float: right;
  text-align: left;
}

#new_review li dl dt p.point {
  color: #444;
  margin-top: 4%;
  float: right;
  text-align: center;
  width: 52%;
  display: -webkit-box;
}

#new_review li dl dt p.point em {
  font-size: 1.3em;
}

#new_review li dl dt a {
  display: block;
  padding: 2% 0;
  text-align: center;
  overflow: hidden;
}

#new_review li dl dt a:hover {
  background-color: #fffff5;
}

#new_review li dl dt a img {
  width: 42%;
  padding: 0;
  height: auto;
  vertical-align: bottom;
  float: left;
}

#new_review li dl dd {
  width: 100%;
}

#new_review li dl dd p {
  padding: 0;
  margin: 0;
}

#new_review li dl dd p strong {
  display: block;
  height: 3em;
}

#new_review li dl dd p strong img {
  height: 3em;
  width: auto;
  vertical-align: middle;
}

#new_review li dl dd p span {
  line-height: 1.8em;
}

#new_review li dl dd p a {
  display: inline-block;
  float: right;
  padding: 8px 4px 0 0;
}

#new_review li.more {
  padding: 0;
}

#new_review li.more a {
  padding: 0 40px 0 0;
}

.hotword {
  background: #fff;
  padding: 2% 4% 2% 6%;
}

.hotword dl {
  overflow: hidden;
}

.hotword dt {
  color: #2c4256;
  font-weight: 700;
  font-size: 0.9em;
}

.hotword dt img {
  width: 6%;
  max-width: 20px;
  margin-right: 2%;
  vertical-align: sub;
}

.monthlyFee_link li a img,
.monthlyFee_title a img,
.pickup_service_area .limitedPoint .icon-pp_icon:before,
.shopping_link li a img,
.tab_box li {
  vertical-align: middle;
}

.hotword dd {
  margin: 1% 2% 0;
  float: left;
  font-size: 0.85em;
}

.rank1_service {
  margin: 0 auto 4%;
  background-color: #fff;
}

.rank1_service img.rank1_title {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.rank1_service .slider {
  padding: 0 0 5px;
  margin: 0;
}

.rank1_service .slider img {
  width: 100%;
  max-width: 300px;
}

.rank1_service .slider .slick-dots li button:before {
  color: #87bbcf;
  opacity: 1;
  font-size: 20px !important;
}

.rank1_service .slider .slick-dots li.slick-active button:before {
  color: #0076a3;
  opacity: 1;
}

.limited_area .reflection,
.pickup_service_area .reflection {
  top: -150px;
  left: -150px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
}

.rank1_service .campaign_slider>div:nth-of-type(n + 2) {
  display: none;
}

.rank1_service .campaign_slider>div:nth-of-type(1) {
  margin-bottom: 30px;
}

.rank1_service a.banner {
  display: block;
  text-align: center;
  overflow: hidden;
  max-height: 250px;
}

.rank1_service a.banner img {
  width: 70%;
  max-width: 300px;
  max-height: 250px;
  object-fit: contain;
  background: #fff;
}

.rank1_service p.txt {
  text-align: center;
  padding: 2% 0;
  line-height: 1;
  width: 94%;
  margin: 0 auto;
}

.rank1_service p.txt em {
  font-size: 1.8em;
}

.rank1_service p.txt em .icon-pp_icon {
  padding: 0 0.1em 0 0.2em;
}

.rank1_service p.txt em .icon-pp_icon:before {
  padding: 0 0.2em 0 0;
}

@keyframes gradationAnime {

  0%,
  100% {
    background-color: #fcffe6;
  }

  25%,
  75% {
    background-color: #f7ffb5;
  }

  50% {
    background-color: #ffe191;
  }
}

.pickup_service_area {
  background-color: #ff2577;
  padding: 0 3%;
  margin-bottom: 6%;
  overflow: hidden;
}

.pickup_service_area h2 {
  width: 100%;
  margin: 8px auto;
}

.pickup_service_area .reflection {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  background-color: #fff;
}

.limited_area .time_limit,
.pickup_service_area .pickup_service_area_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.pickup_service_area .pickup_service_area_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pickup_service_area .pickup_service_area_inner {
  width: 48.5%;
  background: #fff;
  margin-bottom: 12px;
}

.pickup_service_area .pickup_service_area_inner a {
  display: block;
}

.pickup_service_area .pickup_service_area_detail {
  padding: 6px 0 2px;
  text-align: center;
}

.pickup_service_area .pickup_service_area_detail dl dt {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 6px;
  position: relative;
  overflow: hidden;
}

.pickup_service_area .pickup_service_area_detail dl dt img {
  max-width: 96%;
  padding: 0;
  width: 96%;
  height: 20vh;
  object-fit: contain;
}

.pickup_service_area .pickup_service_area_detail dl dd {
  text-align: center;
  padding: 0 4px;
}

.pickup_service_area .limitedTitle {
  color: #444;
  font-size: 0.8em;
  overflow: hidden;
}

.pickup_service_area .limitedTerms {
  color: #888;
  font-size: 10px;
  overflow: hidden;
}

.pickup_service_area .pickup_service_area_point {
  background: #ffed12;
  padding: 4% 0;
  text-align: center;
  height: 5vh;
  min-height: 34px;
  display: table;
  width: 100%;
}

.pickup_service_area .limitedtext {
  font-size: 10px;
  color: #000;
}

.pickup_service_area .limitedPoint {
  color: #ff354d;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8em;
}

.pickup_service_area .limitedPoint em {
  font-size: 1.7em;
  font-weight: 700;
}

.limited_area {
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  background-color: #d93200;
  background-image: -webkit-gradient(linear,
      0 0,
      100% 100%,
      color-stop(0.25, #c91e00),
      color-stop(0.25, transparent),
      color-stop(0.5, transparent),
      color-stop(0.5, #c91e00),
      color-stop(0.75, #c91e00),
      color-stop(0.75, transparent),
      to(transparent));
  background-image: -webkit-linear-gradient(-45deg,
      #c91e00 25%,
      transparent 25%,
      transparent 50%,
      #c91e00 50%,
      #c91e00 75%,
      transparent 75%,
      transparent);
  background-image: -moz-linear-gradient(-45deg,
      #c91e00 25%,
      transparent 25%,
      transparent 50%,
      #c91e00 50%,
      #c91e00 75%,
      transparent 75%,
      transparent);
  background-image: -ms-linear-gradient(-45deg,
      #c91e00 25%,
      transparent 25%,
      transparent 50%,
      #c91e00 50%,
      #c91e00 75%,
      transparent 75%,
      transparent);
  background-image: -o-linear-gradient(-45deg,
      #c91e00 25%,
      transparent 25%,
      transparent 50%,
      #c91e00 50%,
      #c91e00 75%,
      transparent 75%,
      transparent);
  background-image: linear-gradient(-45deg,
      #c91e00 25%,
      transparent 25%,
      transparent 50%,
      #c91e00 50%,
      #c91e00 75%,
      transparent 75%,
      transparent);
  padding: 0 10px;
  margin: 10px 0;
  overflow: hidden;
}

.limited_area h2 {
  max-width: 260px;
  width: 90%;
  margin: 8px auto;
}

.limited_area .reflection {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  background-color: #fff;
}

.limited_area .time_limit {
  align-items: stretch;
  background: #303030;
  border-radius: 4px;
  display: flex;
  width: 100%;
  margin: 0 auto 8px;
  overflow: hidden;
  height: 25px;
  line-height: 25px;
}

.chargelist,
.limited_area .limited_area_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.limited_area .time_limit span {
  background: #524949;
  color: #fff;
  font-size: 12px;
  position: relative;
  width: 30%;
  text-align: center;
}

.limited_area .time_limit span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #524949;
  position: absolute;
  top: 0;
  right: -7px;
}

.tab_box li,
h2.book_title a {
  height: 40px;
  text-align: center;
}

.limited_area .time_limit time {
  box-sizing: border-box;
  color: #ffc817;
  font-size: 13px;
  padding: 0;
  width: 100%;
  line-height: 25px;
  text-align: center;
}

.limited_area .time_limit time em {
  font-size: 16px;
  font-style: normal;
}

.limited_area .limited_area_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cpi_service ul.cpi_new_box .slick-next,
.cpi_service ul.cpi_new_box .slick-prev,
.limited_area .limited_area_inner a,
h2.book_title a,
h2.book_title span,
ul.book_box .slick-next,
ul.book_box .slick-prev {
  display: block;
}

.limited_area .limited_area_inner {
  width: 48.5%;
  background: #fff;
  margin-bottom: 12px;
}

.limited_area .limited_area_detail {
  padding: 10px 0 2px;
  text-align: center;
}

.limited_area .limited_area_detail dl dt {
  width: 70%;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  margin: 0 auto 6px;
  position: relative;
  overflow: hidden;
}

.limited_area .limited_area_detail dl dt img,
h2.book_title {
  width: 100%;
}

.limited_area .limited_area_detail dl dd {
  text-align: center;
  padding: 0 4px;
}

.limited_area .limitedTitle {
  color: #444;
  font-size: 0.8em;
  overflow: hidden;
}

.limited_area .limitedTerms {
  color: #aaa;
  font-size: 10px;
  overflow: hidden;
}

.limited_area .limited_area_point {
  background: #ffed12;
  padding: 2px 0;
  text-align: center;
}

.limited_area .limitedtext {
  font-size: 10px;
  color: #000;
}

.limited_area .limitedPoint {
  color: #ff354d;
  font-size: 1.2em;
  font-weight: 700;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.2;
  }

  21% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }

  100%,
  30% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

h2.book_title img {
  padding: 0 8px;
  max-height: 40px;
  width: auto;
  max-width: 100%;
}

h2.book_title span {
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
}

ul.book_box {
  padding: 0 1em 0.2em;
  background: #fff;
  width: 100%;
  overflow: hidden;
  max-height: 15rem;
}

ul.book_box li {
  margin: 0 auto 3%;
}

ul.book_box li img {
  width: 90%;
}

.book_notes {
  font-size: 0.9em;
  padding: 0 4% 4%;
  background: #fff;
  margin-bottom: 6%;
}

.cpi_service {
  margin: 0 auto;
  padding: 2% 0 4%;
  background: #fff;
}

.cpi_service .sp_quick_title {
  position: relative;
}

.cpi_service .sp_quick_title img {
  width: 100%;
}

.cpi_service .sp_quick_title img.sugu_balloon {
  animation: ballfuwa 2s ease-in-out infinite alternate;
  position: absolute;
  width: 13%;
  top: 10%;
  left: 38%;
}

@keyframes ballfuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.cpi_service p.subtitle {
  font-weight: 700;
  text-align: center;
  padding: 0.5em 0 0;
}

.cpi_service p.subtitle span {
  font-weight: 700;
}

.cpi_service span.Point {
  position: relative;
  display: block;
}

.cpi_service span.Point em {
  padding: 0;
}

.cpi_service span.Point em i.ico {
  padding: 0 0 0 4%;
}

.cpi_service span.Point b {
  position: absolute;
  left: -1%;
  top: -1.2em;
  font-size: 0.8rem;
  line-height: 2em;
  font-weight: 700;
  color: #2c4256;
  background: #f7e8a8;
  border-radius: 40%;
  padding: 1% 4% 0;
}

.cpi_service ul.cpi_new_box {
  padding: 0 1em 0.2em;
  background: #fff;
  width: 100%;
  overflow: hidden;
  max-height: 15rem;
}

.cpi_service ul.cpi_new_box li {
  margin: 1.2vh auto 0.6vh;
}

.cpi_service ul.cpi_new_box li img {
  width: 80%;
}

.cpi_service ul.cpi_new_box li p {
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0.5em 0 0;
}

.appSave_wrap {
  padding: 0;
}

.appSave_wrap .timeSignal {
  background: url(../../../../img/user/sp/index/timeSignal.png?1703228340972) no-repeat;
  background-size: 100% auto;
  margin: 2% auto 0;
  width: 94%;
  max-width: 400px;
}

.appSave_wrap .timeSignal p {
  font-size: 1.2rem;
  line-height: 2.2em;
  text-align: center;
  padding: 1.2% 0;
  text-indent: 5%;
}

.tab_wrap {
  background: #fff;
  padding: 0 6px;
  position: relative;
}

.tab_wrap:before {
  border-bottom: 3px solid #019cf6;
  position: absolute;
  left: 0;
  width: 100%;
}

.tab_box {
  border-collapse: separate;
  border-spacing: 3px 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  z-index: 1;
  line-height: 1.1em;
}

.tab_box li {
  background: #7bb257;
  border-top: 3px solid #7bb257;
  border-left: 3px solid #7bb257;
  border-right: 3px solid #7bb257;
  box-sizing: border-box;
  border-radius: 6px 6px 0 0;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size: 10px;
  position: relative;
  padding-bottom: 4px;
  line-height: 1.2em;
}

.tab_box li:before {
  background: #019cf6;
  height: 3px;
  position: absolute;
  left: -3px;
  width: 110%;
}

.tab_box li.active {
  border-top: 3px solid #019cf6;
  border-left: 3px solid #019cf6;
  border-right: 3px solid #019cf6;
  border-bottom: 3px solid #fff;
  background: #fff;
  color: #019cf6;
}

.monthlyFee_link li:first-child,
.shopping_link li {
  border-right: 1px solid #eaebdd;
}

.monthlyFee_link,
.shopping_link {
  border-bottom: 1px solid #eaebdd;
}

.tab_box li.active:before {
  content: "";
  background: 0 0;
}

.monthlyFee_link li a:before,
.shopping_link li a:before {
  content: "\f054";
  font-family: FontAwesome;
  right: 6px;
  bottom: 0;
  top: 0;
}

.gmo_ow_sp {
  margin: 0 4% 3%;
}

.myappfree_ow_sp {
  margin: 0 4% 6%;
}

.attention {
  background: #f3fcce;
  color: #2c4256;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 8px 0;
  text-align: center;
}

.attention img {
  margin-right: 4px;
  width: 15px;
}

.appCharge_detail {
  background: #fff;
  padding-top: 10px;
}

.chargelist {
  display: flex;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.chargelist:nth-of-type(1) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.nowRecommend_detail {
  background: #fff;
  padding-top: 10px;
}

.servicelist {
  padding: 0 10px;
  display: none;
}

.servicelist:nth-of-type(1) {
  display: block;
}

.servicelist>li.not-found {
  width: 100%;
  border: 1px solid #eaebdd;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 10px;
}

.servicelist>li.not-found>p {
  width: 100%;
  border: 1px solid #eaebdd;
  border-top: #eaebdd 4px solid;
  padding: 20px 30px;
  color: #444;
  background: #fff;
  line-height: 2em;
  margin: 15px auto;
  font-size: 16px;
}

.monthlyFee_title a {
  color: #0076a3;
  font-size: 11px;
}

.monthlyFee_title a img {
  margin-right: 4px;
  width: 15px;
}

.monthlyFee_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #eaebdd;
}

.monthlyFee_link li {
  background: #fff;
  width: 50%;
}

.monthlyFee_link li a {
  color: #444;
  display: block;
  font-size: 1.3rem;
  position: relative;
  padding: 4%;
}

.category_detail_box,
.shopping_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

.monthlyFee_link li a:before {
  color: #ddddce;
  height: 18px;
  margin: auto;
  position: absolute;
}

.monthlyFee_link li a img {
  margin-right: 3%;
  width: 5vw;
}

.shopping_link {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shopping_link li {
  background: #fff;
  border-top: 1px solid #eaebdd;
  font-size: 1.3rem;
  width: 50%;
}

.shopping_link li:nth-child(2n) {
  border-right: none;
}

.shopping_link li a {
  background: #fff;
  color: #444;
  display: block;
  height: 100%;
  padding: 4%;
  position: relative;
}

.shopping_link li a:before {
  height: 18px;
  margin: auto;
  position: absolute;
  color: #eaebdd;
}

.shopping_link li a img {
  margin-right: 3%;
  width: 5vw;
}

.reduction_detail {
  padding: 0 10px;
}

.reduction_detail .bx-wrapper {
  margin: 0 auto 30px;
}

.reduction_sales {
  background: #c00505;
  border-radius: 10px 10px 0 0;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 0.9em;
  padding-top: 4px;
}

.reduction_sales span {
  font-size: 1.3em;
  color: #ffed12;
  padding: 0 4px;
  font-weight: 700;
}

.reductionList {
  margin: 0 4px;
}

.reductionList a {
  color: #444;
  display: block;
  height: 100%;
}

.reduction_item {
  border: 1px solid #eaebdd;
  background: #fff;
  min-height: 120px;
  padding: 8px 8px 0;
  margin-bottom: 10px;
  text-align: center;
}

.reduction_item p {
  font-size: 10px;
  margin: 6px 0 4px;
  line-height: 1.2em;
  overflow: hidden;
  min-height: 2.3em;
  max-height: 2.3em;
  display: -webkit-box;
}

.category_detail_box {
  display: flex;
  border-bottom: 1px solid #ddddce;
}

.category_detail_inner {
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 10px;
  justify-content: space-around;
  padding-left: 14px;
  text-align: center;
  width: 74%;
}

.category_detail_inner li {
  width: 100%;
}

.category_detail_inner a {
  color: #888;
  display: block;
  margin-top: 4px;
}

.category_detail_inner a:hover {
  background: 0 0;
}

.category_detail_inner img {
  max-width: 15px;
  max-height: 15px;
}

.category_detail_inner span {
  display: block;
}

.rotate {
  transform: rotate(-20deg);
}

.category_detail_title {
  background: #eaebdd;
  box-sizing: border-box;
  color: #888;
  font-size: 10px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  min-width: 70px;
  padding: 0 0 0 10px;
  position: relative;
  text-align: center;
  width: 26%;
}

.category_detail_title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 14px;
  border-color: transparent transparent transparent #eaebdd;
  position: absolute;
  top: 0;
  right: -14px;
}

.shopping_service {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.shopping_service.box {
  margin-bottom: 0;
}

.shopping_service.bt_m30 {
  margin-bottom: 30px;
}

.shopping_service .title {
  background: 0 0;
}

.shopping_service h2 {
  width: 100%;
  margin: 0 auto;
}

.shopping_service h2 i.icon {
  width: 30px;
  height: 30px;
  margin: 0 1%;
}

.shopping_service h2 i.icon img {
  width: 100%;
  vertical-align: top;
}

.shopping_service div.picup_shop {
  width: 100%;
  padding: 4% 0;
}

.shopping_service div.picup_shop.cate_fashion {
  background: url(../../../../img/user/sp/shopping/cate03_bg.png?1703228340972) center top no-repeat;
  background-size: auto 100%;
}

.shopping_service div.picup_shop.cate_cosme {
  background: url(../../../../img/user/sp/shopping/cate02_bg.png?1703228340972) center top no-repeat;
  background-size: auto 100%;
}

.shopping_service div.picup_shop.cate_travel {
  background: url(../../../../img/user/sp/shopping/cate04_bg.png?1703228340972) center top no-repeat;
  background-size: auto 100%;
}

.shopping_service div.picup_shop.cate_coupon {
  background: url(../../../../img/user/sp/shopping/cate07_bg.png?1703228340972) center top no-repeat;
  background-size: auto 100%;
}

.shopping_service div.picup_shop.cate_delivery {
  background: url(../../../../img/user/sp/shopping/cate08_bg.png?1703228340972) center top no-repeat;
  background-size: auto 100%;
}

.shopping_service div.picup_shop.cate_gift {
  background: url(../../../../img/user/sp/shopping/cate05_bg.png?1703228340972) center top no-repeat;
  background-size: auto 100%;
}

.shopping_service div.picup_shop a {
  color: #444;
}

.shopping_service div.picup_shop a dl {
  width: 70%;
  max-width: 94%;
  margin: 0 auto;
}

.shopping_service div.picup_shop a dl dt {
  margin-bottom: 4%;
}

.shopping_service div.picup_shop a dl dt i.rectangle {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.shopping_service div.picup_shop a dl dt i.rectangle img {
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  height: 15em;
  max-height: 250px;
}

.shopping_service div.picup_shop a dl dd p.service-name,
.shopping_service ul li a span.service-name {
  min-height: 3.4em;
  max-height: 3.4em;
  -webkit-line-clamp: 2;
  font-weight: 700;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.shopping_service div.picup_shop a dl dd {
  background: rgba(255, 255, 255, 0.94);
  margin: 0 auto;
  padding: 1% 6%;
  border-radius: 8px;
}

.shopping_service div.picup_shop a dl dd p.service-name {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding-top: 8px;
  display: -webkit-box;
}

.shopping_service div.picup_shop a dl dd p.point {
  color: #444;
  text-align: center;
  width: 100%;
  padding: 2% 0;
}

.shopping_service div.picup_shop a dl dd p.point em {
  font-size: 2em;
}

.shopping_service ul {
  width: 94%;
  margin: 0 auto;
}

.shopping_service ul li {
  width: 46%;
  margin: 2%;
  text-align: center;
  border: 1px solid #eaebdd;
  float: left;
  background: #fff;
  position: relative;
}

.shopping_service ul li a {
  display: block;
  padding: 12% 0 6%;
  color: #444;
}

.shopping_service ul li a>img {
  vertical-align: middle;
  max-width: 80%;
  height: 5em;
  object-fit: contain;
}

.shopping_service ul li a em {
  font-size: 1.2em;
}

.shopping_service ul li a span.service-name {
  text-align: left;
  padding-top: 8px;
  display: -webkit-box;
  width: 80%;
  font-size: 0.9em;
  margin: 0 auto;
}

.shopping_service ul li a span.point {
  color: #444;
  padding: 6% 0 0;
  display: block;
}

.shopping_service ul li a:hover {
  background-color: #fffff5;
}

.shopping_service ul.sale li::after {
  content: url(../../../../img/user/sp/shopping/sale_ico.svg?1703228340972);
  position: absolute;
  left: -8%;
  top: -8%;
  width: 24%;
  display: block;
  -moz-animation: saleico 3s linear 1.2s infinite;
  -webkit-animation: saleico 3s linear 1.2s infinite;
  animation: saleico 3s linear 1.2s infinite;
}

@keyframes saleico {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.85);
  }
}

.shopping_service .more_link {
  border-top: none 0;
  width: 100%;
  text-align: right;
  padding: 3%;
}

.shopping_service .more_link a {
  color: #444;
}

.review_box {
  margin: 0 auto 40px;
  border: 1px solid #eaebdd;
  border-top: 0 none;
  height: 100px;
  padding: 0 18px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.review_box #slider .bxslider-wrap .bx-wrapper {
  width: 100%;
}

.review_box #slider .bxslider-wrap .bx-wrapper .bx-viewport {
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
  width: 96% !important;
  height: 99px !important;
  border: 0;
}

.review_box #slider .bxslider-wrap .bx-wrapper .bx-controls-direction a {
  margin-top: -18px;
}

.review_box #slider .bx-pager {
  display: none;
}

.review_box a.banner {
  display: block;
  background: #fff;
  padding: 8px 15px;
}

#time_sale_shop #time_sale_box ul li a:hover,
.review_box a.banner:hover {
  background-color: #fffff5;
}

.review_box a.banner div.bnr100 {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  float: left;
  margin-right: 4%;
  height: 82px;
}

.review_box a.banner div.bnr100 img {
  width: 100px;
  height: 50px;
}

.review_box a.banner p.review {
  color: #444;
  overflow: hidden;
  min-height: 7.7em;
  max-height: 7.7em;
  line-height: 1.9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.8em;
}

.review_box a.banner p.review img {
  width: 50%;
  max-width: 200px;
  margin-right: 2%;
  vertical-align: sub;
  display: inline;
}

#time_sale_shop {
  width: 100%;
  margin: 0 auto 4%;
  background: url(../../../../img/user/sp/top/time_sale_bg.png?1703228340972);
}

#time_sale_shop #time_sale_title h3 {
  text-align: center;
}

#time_sale_shop #time_sale_title h3 img {
  width: 64%;
  margin: 1% 0 0;
}

#time_sale_shop #time_sale_box {
  background: 0 0;
  position: relative;
  overflow: hidden;
}

#time_sale_shop #time_sale_box>img {
  position: absolute;
}

#time_sale_shop #time_sale_box>img.sale_pig {
  left: 0;
  width: 14%;
  bottom: -2%;
  -moz-animation: poyooon 3s linear 1.2s infinite;
  -webkit-animation: poyooon 3s linear 1.2s infinite;
  animation: poyooon 3s linear 1.2s infinite;
}

#time_sale_shop #time_sale_box>img.sale_poniko {
  right: 0;
  width: 18%;
  bottom: -2%;
  -moz-animation: purupuru 0.8s linear 0s 1;
  -webkit-animation: purupuru 0.8s linear 0s 1;
  animation: purupuru 0.8s linear 0s 1;
}

@keyframes purupuru {

  0%,
  100% {
    transform: scale(1, 1) translate(0, 0);
  }

  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }

  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }

  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }

  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
}

#time_sale_shop #time_sale_box ul {
  overflow: hidden;
  width: 80%;
  max-width: 500px;
  margin: 1% auto 3%;
  background: #fff;
}

#time_sale_shop #time_sale_box ul li {
  width: 100%;
}

#time_sale_shop #time_sale_box ul li a {
  display: block;
  padding: 4%;
  overflow: hidden;
  background-color: #fff;
}

#time_sale_shop #time_sale_box ul li a dl dt {
  width: 100%;
  background: #f8f9f0;
  overflow: hidden;
  position: relative;
}

#time_sale_shop #time_sale_box ul li a dl dt img {
  width: 80%;
  margin: 4% auto;
  display: block;
  max-width: 300px;
}

#time_sale_shop #time_sale_box ul li a dl dt .reflection {
  display: block;
  height: 120px;
  width: 120px;
  position: absolute;
  top: -150px;
  left: -150px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 5s ease-in-out infinite;
}

#time_sale_shop #time_sale_box ul li a dl dd {
  width: 94%;
  margin: 0 auto;
}

#time_sale_shop #time_sale_box ul li a dl dd p.comment {
  color: #8086f7;
  font-weight: 700;
  font-size: 1.2em;
  margin: 4% auto;
  text-align: center;
  -moz-animation: blinkColor 0.8s ease-in-out infinite alternate;
  -webkit-animation: blinkColor 0.8s ease-in-out infinite alternate;
  animation: blinkColor 0.8s ease-in-out infinite alternate;
}

@keyframes blinkColor {
  0% {
    color: #8086f7;
  }

  100% {
    color: #ff354d;
  }
}

#time_sale_shop #time_sale_box ul li a dl dd p.service-name {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
  color: #444;
}

#time_sale_shop #time_sale_box ul li a dl dd p.service-action {
  font-size: 1em;
  line-height: 1.6em;
  color: #444;
  overflow: hidden;
  margin: 4% auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#time_sale_shop #time_sale_box ul li a dl dd p.point {
  text-align: center;
  color: #444;
  margin: 6% 0 0;
}

#time_sale_shop #time_sale_box ul li a dl dd p.point span {
  display: inline-block;
}

#time_sale_shop #time_sale_box ul li a dl dd p.point small.textdecoration_linethrough,
#time_sale_shop #time_sale_box ul li a dl dd p.point span.crossout {
  text-decoration: line-through;
}

#time_sale_shop #time_sale_box ul li a dl dd p.point img {
  width: 30px;
  vertical-align: middle;
  margin-top: -3px;
}

#time_sale_shop #time_sale_box ul li a dl dd p.point em {
  font-size: 3rem;
}

@media screen and (min-width: 600px) {
  .review_box {
    height: auto;
  }

  .review_box #slider .bxslider-wrap .bx-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .review_box #slider .bxslider-wrap .bx-wrapper .bx-viewport {
    height: auto !important;
  }

  .review_box div.bnr100 {
    width: 20%;
    height: auto;
  }

  .review_box div.bnr100 img {
    width: 100%;
  }

  .review_box p.review img {
    width: 25%;
    max-width: 200px;
  }
}

.loading {
  width: 100%;
  height: 99px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}

.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.pr_box {
  margin-bottom: 30px;
}

.pr_box img.pr_title {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.pr_box .pr_bnr {
  display: table;
  text-align: center;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}

.pr_box .pr_bnr a {
  width: 300px;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  line-height: 0;
  text-align: center;
  background: #fff;
}

.pr_box .pr_bnr a img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: contain;
  max-height: 250px;
  width: auto;
}

#click_point {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  background: #fff9b5;
}

#click_point h3 {
  width: 90%;
  text-align: center;
  margin: 0 auto 4%;
}

#click_point ul {
  width: 86%;
  margin: 2% auto;
  overflow: hidden;
}

#click_point ul li {
  width: 100%;
  float: left;
  margin: 0 1%;
}

#click_point ul li a {
  background: #fff;
  border: 1px solid #eaebdd;
  display: block;
  padding: 6%;
  text-align: center;
}

#click_point ul li a:hover {
  background-color: #fffff5;
}

#click_point ul li a dl dt {
  max-height: 25vh;
}

#click_point ul li a dl dt img {
  max-height: 25vh;
  width: auto;
  min-width: 50%;
}

#click_point ul li a p.service-name {
  text-align: left;
  padding-top: 3%;
}

#click_point ul li a p.service-action {
  text-align: left;
  color: #444;
  padding-top: 3%;
}

#click_point ul li a p.point {
  padding: 4%;
  color: #444;
}

#click_point ul li a p.point em {
  font-size: 1.8em;
}

#click_point ul li a p.btn_p,
#click_point ul li a p.btn_y {
  font-size: 1.1em;
}

#click_point ul li a .balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0;
  padding: 5%;
  min-width: 120px;
  max-width: 100%;
  width: 90%;
  color: #fff;
  font-size: 1em;
  background: #ff4042;
  border-radius: 16px;
}

#click_point ul li a .balloon-top:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ff4042;
}

#click_point ul li a .balloon-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#click_point .btn_p,
#click_point .btn_y {
  font-size: 1.2rem;
  padding: 3% 0;
  font-weight: 700;
}

#click_point .btn_y {
  background: #86cc00;
  background-image: -webkit-linear-gradient(top, #86cc00, #86cc00);
  background-image: -moz-linear-gradient(top, #86cc00, #86cc00);
  background-image: -ms-linear-gradient(top, #86cc00, #86cc00);
  background-image: -o-linear-gradient(top, #86cc00, #86cc00);
  background-image: linear-gradient(to bottom, #86cc00, #86cc00);
  border: 1px solid #86cc00;
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 0 1px 0 #86cc00;
  -webkit-box-shadow: 0 3px 0 #86cc00;
  -moz-box-shadow: 0 3px 0 #86cc00;
  box-shadow: 0 3px 0 #86cc00;
  color: #fff;
}

#click_point a:hover .btn_y {
  background: #86cc00;
  text-decoration: none;
}

#click_point .btn_p {
  background: #ff008e;
  background-image: -webkit-linear-gradient(top, #ff008e, #ff0063);
  background-image: -moz-linear-gradient(top, #ff008e, #ff0063);
  background-image: -ms-linear-gradient(top, #ff008e, #ff0063);
  background-image: -o-linear-gradient(top, #ff008e, #ff0063);
  background-image: linear-gradient(to bottom, #ff008e, #ff0063);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  text-shadow: 0 1px 0 #dd0060;
  -webkit-box-shadow: 0 3px 0 #dd0060;
  -moz-box-shadow: 0 3px 0 #dd0060;
  box-shadow: 0 3px 0 #dd0060;
  color: #fff;
  border: 1px solid #dd0060;
}

#click_point .btn_p img {
  height: 24px;
  vertical-align: middle;
  padding-right: 4px;
}

#click_point .btn_p i.icon-m_icon:before {
  color: #fff !important;
  padding: 0 0.3em;
}

#click_point a:hover .btn_p {
  background: #ff57a5;
  text-decoration: none;
}

.news-good-list {
  position: relative;
  max-height: 310px;
  overflow: hidden;
  clear: both;
  width: 640px;
  margin-bottom: 4%;
}

.more-good {
  margin: 0;
  display: block;
  line-height: 26px;
  text-align: right;
  background: url(../../../img/user/pc/icon/arrow_ib.png?1703228340972) right 12px center no-repeat;
  padding: 0 30px 0 0;
  font-size: 12px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding: 8px 11px;
}

.news-list .item:first-child a {
  border-top: 1px solid #ccc;
}

.news-list .item .date {
  margin: 0;
  font-size: 0.86rem;
  color: #999;
  padding-right: 3%;
}

.category-campaign,
.category-pointup,
.category-popular,
.category-recommend,
.category-sale {
  background: #de5e5e;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.86rem;
  line-height: 1;
  border-radius: 12px;
  width: auto;
  margin: 0 0 7%;
}

.category-popular {
  background: #e59627;
}

.category-pointup {
  background: #19aa8d;
}

.category-sale {
  background: #f07026;
}

.category-recommend {
  background: #2bb1d3;
}

.news-list .item .news-title {
  margin: 0;
  width: 100%;
  font-size: 0.88em;
}

.news-list .item .news-title span.font-weight-red {
  color: #d93200;
}

.category-popup {
  display: flex;
}

.font-weight-blk {
  font-weight: 700;
  color: #000;
}

.font-weight-red {
  font-weight: 700;
  color: red;
}

.border-radius-top {
  border-radius: 8px 8px 0 0;
}

.border-radius-btm {
  border-radius: 0 0 8px 8px;
}

.more_link_news {
  border-top: 1px solid #eaebdd;
  color: #0287d3;
  display: block;
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  clear: both;
}

.more_link_news img {
  margin-left: 5px;
  vertical-align: sub;
  width: 15px;
}

.game_pr_img {
  margin-bottom: 6%;
}

.point_exchange_step {
  width: 90%;
  background: #1abbe3;
  margin: 4% auto 0;
  border-radius: 8px;
  overflow: hidden;
}

.point_exchange_step .step_inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 1% 0 0;
}

.point_exchange_step .step_inner h2 {
  background: url(../../../../img/user/sp/index/title_ribbon.png?1703228340972) no-repeat;
  background-size: 100% auto;
  text-align: center;
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  padding: 4.5% 0 0;
  line-height: 1.1em;
  height: 3em;
  width: 90%;
  margin: 0 auto;
}

.point_exchange_step .step_inner h3 {
  text-align: center;
  font-size: 1em;
  color: #fff;
  padding: 0;
  font-weight: 700;
}

.point_exchange_step .step_inner p.have_point {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-size: 3em;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 4% auto;
}

.point_exchange_step .step_inner p.have_point img {
  width: 16%;
  display: inline-block;
  padding: 0 2% 2% 0;
  vertical-align: middle;
  margin-left: -5%;
}

.point_exchange_step dl.step_meter {
  background: url(../../../../img/user/sp/index/step_meter.png?1703228340972) bottom no-repeat;
  width: 82%;
  margin: 2% auto;
  background-size: 100% auto;
  padding-top: 15.5%;
  position: relative;
}

.point_exchange_step dl.step_meter dt.meter {
  height: 7.5%;
  width: 93%;
  position: absolute;
  bottom: 44%;
  left: 2%;
  border-radius: 10px;
  overflow: hidden;
}

.point_exchange_step dl.step_meter dt.meter span {
  display: block;
  background: #58b4f9;
  width: 100%;
  height: 100%;
}

.point_exchange_step dl.step_meter dd {
  position: absolute;
  z-index: 10;
  width: 9%;
  top: 26%;
}

.point_exchange_step dl.step_meter dd.p100 {
  left: 16%;
  animation: checkicon 0.8s linear 1s 1;
}

.point_exchange_step dl.step_meter dd.p200 {
  left: 34.5%;
  animation: checkicon 0.8s linear 1.5s 1;
}

.point_exchange_step dl.step_meter dd.p300 {
  left: 53.5%;
  animation: checkicon 0.8s linear 2s 1;
}

.point_exchange_step dl.step_meter dd.p400 {
  left: 72%;
  animation: checkicon 0.8s linear 2.5s 1;
}

.point_exchange_step dl.step_meter dd.p500 {
  right: 0;
  animation: checkicon 0.8s linear 3s 1;
}

.point_exchange_step dl.step_meter dd.start {
  left: -3%;
  width: 10%;
  top: -25%;
  z-index: 10;
}

.point_exchange_step dl.step_meter dd.goal {
  right: -6%;
  width: 9%;
  top: -15%;
  z-index: 5;
}

.point_exchange_step dl.step_meter dd img {
  width: 100%;
}

.point_exchange_step .exchange_link_btn {
  display: block;
  width: 70%;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  margin: 3% auto;
  padding: 0.4em 0 0.3em;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #2c4256;
}

.point_exchange_step .pig_run {
  background: url(../../../../img/user/sp/index/run_pig.png?1703228340972) no-repeat;
  width: 10%;
  padding-top: 15%;
  animation: run 0.6s steps(8) infinite;
  z-index: 9;
  position: absolute;
  top: -8%;
  left: 0;
  background-size: 800% auto;
}

@keyframes run {
  to {
    background-position: 114% 0;
  }
}

.point_exchange_step .pig_goal {
  background: url(../../../../img/user/sp/mypage/goal_pig.png?1703228340972) no-repeat;
  width: 9%;
  padding-top: 15%;
  animation: goal_anime 1.3s linear 0s infinite;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% auto;
}

@keyframes goal_anime {

  0%,
  100%,
  50% {
    transform: scale(1, 1) translate(0, 0);
  }

  10% {
    transform: scale(1.1, 0.9) translate(0, 5%);
  }

  40%,
  85% {
    transform: scale(1.2, 0.8) translate(0, 15%);
  }

  60% {
    transform: scale(0.9, 1.2) translate(0, -60%);
  }

  75% {
    transform: scale(0.9, 1.2) translate(0, -20%);
  }
}

@keyframes checkicon {

  0%,
  100% {
    transform: scale(1, 1) translate(0, 0);
  }

  15% {
    transform: scale(0.9, 0.9) translate(0, 5%);
  }

  30% {
    transform: scale(1.3, 0.8) translate(0, 10%);
  }

  50% {
    transform: scale(0.8, 1.3) translate(0, -10%);
  }

  70% {
    transform: scale(1.1, 0.9) translate(0, 5%);
  }
}

.point_exchange_step.sky {
  animation: cloud 40s linear infinite;
  background: url(../../../../img/user/sp/index/step_meter_bg_cloud.png?1703228340972) repeat-x #1abbe3;
  background-position-y: 8%;
  background-size: 200% auto;
}

.point_exchange_step.sky.morning {
  background: url(../../../../img/user/sp/index/step_meter_bg_cloud.png?1703228340972),
    linear-gradient(#2bc0e4, #8fd7d4);
  background-position-y: 8%;
  background-repeat: repeat-x;
  background-size: 200% auto;
}

.point_exchange_step.sky.afternoon {
  background: url(../../../../img/user/sp/index/step_meter_bg_cloud.png?1703228340972),
    linear-gradient(#857dff, #ff9e91);
  background-position-y: 8%;
  background-repeat: repeat-x;
  background-size: 200% auto;
}

.point_exchange_step.sky.night {
  background: url(../../../../img/user/sp/index/step_meter_bg_cloud.png?1703228340972),
    linear-gradient(#1564b4, #4a569d);
  background-position-y: 8%;
  background-repeat: repeat-x;
  background-size: 300% auto;
}

@keyframes cloud {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 300%;
  }
}

.point_exchange_step h4 {
  color: #ffed12;
  font-weight: 700;
  margin: 10% auto 0;
  position: relative;
  width: 94%;
  padding: 3em 0 0;
}

.point_exchange_step h4 img {
  position: absolute;
  right: 2%;
  bottom: -0.5em;
  width: 95%;
}

.point_exchange_step .ran_service_box {
  background: #fff;
  border-radius: 16px;
  margin: 0 auto 4%;
  padding: 4%;
  width: 94%;
}

.point_exchange_step .ran_service_box ul.center_exchange_step>li {
  display: none;
}

.point_exchange_step .ran_service_box ul.center_exchange_step>li:first-child {
  display: block;
}

.point_exchange_step .ran_service_box a {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.point_exchange_step .ran_service_box a .service_name {
  color: #0287d3;
  width: 80%;
  margin: 2% auto;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  font-size: 1.1em;
}

.point_exchange_step .ran_service_box .next,
.point_exchange_step .ran_service_box a .btn {
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  clear: both;
  display: block;
  text-align: center;
  font-weight: 700;
}

.point_exchange_step .ran_service_box a .service_bnr {
  width: 55%;
  margin: 2% auto;
}

.point_exchange_step .ran_service_box a .service_bnr img {
  width: auto;
  max-width: 100%;
  height: 20vh;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.point_exchange_step .ran_service_box a .service_txt {
  color: #444;
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
  margin: 3% auto;
}

.point_exchange_step .ran_service_box a .service_point {
  color: #444;
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
}

.point_exchange_step .ran_service_box a .service_point em {
  font-size: 2em;
}

.point_exchange_step .ran_service_box a .service_point em i {
  padding: 0;
  margin: 0;
}

.point_exchange_step .ran_service_box a .btn {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 1em 0;
  margin: 10px auto;
  width: 90%;
  color: #fff;
  background: #ff4042;
  font-size: 1.2em;
}

.point_exchange_step .ran_service_box .next {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 1.2em 0;
  margin: 3% auto 0;
  width: 80%;
  background: #fff;
  border: 2px solid #0287d3;
  font-size: 0.8em;
  color: #0287d3;
}

.point_exchange_step .ran_service_box .next:hover {
  color: #25b9ae;
  border-color: #25b9ae;
}

.point_exchange_step .ran_service_box .next:active,
.point_exchange_step .ran_service_box .next:focus {
  border: 2px solid #0287d3;
}

.point_exchange_step .setting a {
  color: #fff;
  text-align: center;
  display: block;
  width: 90%;
  margin: 2% auto 0;
  padding: 1% 0;
  border-top: dashed 1px #fff;
  font-size: 0.7em;
}

div.mission-area {
  width: 100%;
  height: auto;
  background-image: url(../../../../img/user/sp/index/daily_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

div.mission-area ul.stamp-rally {
  width: 65%;
  height: auto;
  display: flex;
  align-content: space-between;
  margin-left: 22%;
}

div.mission-area ul.stamp-rally li {
  text-align: center;
  width: 19%;
  height: 50%;
  margin: 0.5%;
}

div.mission-area ul.stamp-rally li div.img-bg {
  width: auto;
  height: 20%;
  background-color: #f8f9f0;
  border: 3px solid gray;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(119, 119, 119, 0.2) inset;
}

div.mission-area ul.stamp-rally li div.img-bg img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 2%;
}

div.mission-area ul.stamp-rally li div.img-bg-gold {
  width: auto;
  height: 20%;
  background-color: #f8f9f0;
  border: 3px solid #daa520;
  border-radius: 3px;
  box-shadow: 1px 1px 1px 1px rgba(48, 48, 48, 0.2) inset;
}

div.mission-area ul.stamp-rally li div.img-bg-gold img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 2%;
}

div.mission-area ul.stamp-rally li span.x-small {
  font-size: 0.6em;
  color: #f8f9f0;
  margin-top: -3px;
}

div.mission-area div.question {
  color: #444;
  background-color: #f8f9f0;
  width: 5%;
  height: 30%;
  border-radius: 50%;
  position: absolute;
  top: 3%;
  right: 1%;
  text-align: center;
  vertical-align: middle;
}

div.mission-area div.pirates-pig img {
  width: 13%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: pirates 10s linear infinite;
}

@keyframes pirates {
  0% {
    transform: translate(0, 0);
  }

  25%,
  45%,
  5% {
    transform: translate(7%, 1%) rotate(16deg);
  }

  15%,
  35%,
  55% {
    transform: translate(-0.5%, 10%) rotate(10deg);
  }

  20%,
  40%,
  60% {
    transform: translate(0, 0) rotate(0);
  }
}

.sns_btn {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 0 0 9%;
}

.sns_btn img.twitter {
  padding: 0 0 3%;
}

#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #fffad2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.poniko_2306cp a,
.store_list {
  position: relative;
  overflow: hidden;
}

#loading .spinner {
  width: 30px;
  height: 30px;
  margin: 8% auto;
  background-color: #aaa;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.store_list {
  margin: 0;
  border-bottom: 1px solid #eaebdd;
}

.store_list .title {
  border: 0;
  padding: 4px 10px;
}

.store_list ul.classic_box {
  padding: 0 0 6%;
  background: #fff;
}

.store_list ul.classic_box li.slick-slide {
  text-align: center;
  margin: 0 6px;
}

.store_list ul.classic_box li.slick-slide a {
  display: block;
  margin: 0 auto;
}

.store_list ul.classic_box li.slick-slide a img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #eee;
}

.store_list ul.classic_box li.slick-slide p {
  text-align: left;
  font-size: 11px;
  width: 90%;
  line-height: 1.2em;
  margin: 4% auto;
  color: #444;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.poniko_2306cp {
  display: block;
  width: 100%;
  margin: 2% auto;
  overflow: hidden;
}

.poniko_2306cp .cnt {
  text-align: center;
}

.poniko_2306cp .lef {
  text-align: left;
}

.poniko_2306cp .rig {
  text-align: right;
}

.poniko_2306cp a {
  margin: 0 auto;
  display: block;
}

.poniko_2306cp a:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff;
  transform: rotate(45deg);
  animation: reflect 5s ease-in-out infinite;
}

@keyframes reflect {

  0%,
  75% {
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }

  100% {
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}

.poniko_2306cp ul.fast {
  width: 100%;
}

.poniko_2306cp ul.fast li p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e15661;
  text-align: center;
}

.search_page #form_search_pt {
  width: 94%;
  margin: 0 auto;
}

.search_page #form_search_pt .search_form {
  overflow: hidden;
  margin: 4% auto 0;
  width: 94%;
  height: 3em;
}

.search_page #form_search_pt .search_form input {
  width: 85%;
  float: left;
  padding: 0 6%;
  line-height: 3em;
  background-color: #fff;
  font-size: 1em;
  outline: 0;
  border-radius: 0;
  color: #444;
  border: 1px solid #eaebdd;
  box-sizing: border-box;
}

.search_page #form_search_pt .search_form input::placeholder {
  color: #999;
}

.search_page #form_search_pt .search_form input:focus {
  background-color: #fff;
}

.search_page #form_search_pt .search_form button {
  width: 15%;
  padding-top: 4em;
  float: left;
  border: none;
  box-sizing: border-box;
  outline: 0;
  background: url(../../../../img/user/sp/icon/g_navi/icon_search_w.svg?1703228340972) top 0.7em left 0.9em no-repeat #2c4256;
  background-size: 45% auto;
}

.search_page #form_search_pt .search_form button:hover {
  opacity: 90%;
}

.search_page #form_search_pt .search_form button:active {
  opacity: 70%;
}

.search_page #form_search_pt .search_kw {
  list-style: none;
  padding: 0;
  width: 96%;
  margin: 3% auto 6%;
}

.search_page #form_search_pt .search_kw li {
  display: inline-block;
  margin: 0 1.6%;
  font-size: 1.3rem;
  line-height: 2.2em;
}

.search_page #form_search_pt .search_kw li:first-child {
  font-weight: 700;
}

.search_page #form_search_pt .search_kw li a {
  color: #ff354d;
}

.search_page #form_search_pt .search_kw li a:hover {
  opacity: 0.7;
}

.search_page .search_inner {
  width: 90%;
  margin: 0 auto 4%;
  min-height: 300px;
}