.new-top-bg {
  background: #f7f7f7;
}

.mfp-ready.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: fixed !important;
}

header._new-top_page {
  height: 100px;
}

header._new-top_page .header-wrap {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EEE;
}

header._new-top_page .header-content {
  width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header._new-top_page .header-logo {
  width: 150px;
}

header._new-top_page .cart-btn {
  text-align: center;
  margin-right: 28px;
  position: relative;
}

header._new-top_page .cart-btn img {
  width: 22px;
}

header._new-top_page .cart-btn span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #333;
}

header._new-top_page .cart-btn span.num {
  color: #fff;
  background: #EA3434;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  padding-top: 3px;
  position: absolute;
  top: -13px;
  right: -7px;
}

header._new-top_page .logIn-btn {
  width: 180px;
  background: #EA3434;
  border-radius: 5px;
  padding: 11px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

header._new-top_page .logIn-btn a {
  display: block;
}

header._new-top_page .logIn-btn img {
  padding-left: 37px;
}

header._new-top_page .logIn-btn span {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding-left: 15px;
}

header._new-top_page .head-nav-menu {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header._new-top_page .head-nav-menu.guest {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header._new-top_page .head-nav-menu-inner.like {
  margin-right: 14px;
}

header._new-top_page .head-nav-menu-inner.cart {
  margin-left: 29px;
}

header._new-top_page .head-nav-menu-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header._new-top_page .head-nav-menu-inner a > div:first-child {
  width: 22px;
  height: 22px;
}

header._new-top_page .head-nav-menu-inner a ._inner {
  margin-top: 5px;
  font-size: 13px;
  color: #333;
}

header._new-top_page .head-nav-menu-inner .cart-btn {
  margin: 0;
}

header._new-top_page .head-nav-menu-inner .cart-btn .num {
  right: -16px;
}

footer._new-top_page .footer-wrap {
  width: 100%;
  height: 100px;
  background: #EA3434;
}

footer._new-top_page .normal-footer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer._new-top_page .copy {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

._new-top_page {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

._new-top_page img {
  width: auto;
}

._new-top_page img {
  max-width: 100%;
}

._new-top_page a {
  text-decoration: none;
  color: #333333;
}

._new-top_page.contents-wrap {
  width: 1000px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._new-top_page .main-content {
  margin-bottom: 100px;
}

._new-top_page .side-nav_overlay {
  display: none;
}

._new-top_page .side-nav_overlay.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

._new-top_page .side-nav {
  width: 26%;
  font-size: 0;
}

._new-top_page .side-nav ul {
  list-style: none;
  padding: 0;
}

._new-top_page .side-inner {
  background: #fff;
}

._new-top_page .side-inner:last-child {
  margin-bottom: 40px;
}

._new-top_page .order {
  padding: 15px 0 15px 15px;
  background: #EA3434;
  margin-bottom: 10px;
  font-size: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._new-top_page .order-inner._icon {
  width: 60px;
}

._new-top_page .order-inner._icon img {
  max-width: 100%;
  border-radius: 5px;
}

._new-top_page .order-inner.order_info {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 155px;
}

._new-top_page .order-inner.order_info .info-inner {
  font-size: 15px;
  line-height: 20px;
}

._new-top_page .order-inner.order_info .info-inner.shopName {
  font-weight: bold;
}

._new-top_page .order-inner.order_info .info-inner.shopName span {
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

._new-top_page .order-inner.order_info .info-inner.bill {
  font-size: 13px;
  line-height: 17px;
}

._new-top_page .order-inner.order_info .info-inner:last-of-type {
  font-weight: bold;
  word-break: break-all;
}

._new-top_page .order-inner.order_info .info-inner:last-of-type span {
  font-size: 13px;
  word-break: break-all;
}

._new-top_page .user-info {
  position: relative;
  border-top: 2px solid #EA3434;
  border-bottom: 2px solid #F7F7F7;
  padding: 22px 15px 20px;
}

._new-top_page .user-info:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 49%;
  right: 15px;
  background: url("/assets/smartphone/img/new_top/arrow.png") no-repeat;
  width: 8px;
  height: 12px;
}

._new-top_page .user-info.regular:after {
  display: none;
}

._new-top_page .user-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

._new-top_page .user-logo {
  width: 31px;
}

._new-top_page .user-logo img {
  max-width: 100%;
}

._new-top_page .user-name {
  font-size: 15px;
  font-weight: bold;
  margin-left: 7px;
}

._new-top_page .about-user {
  font-size: 13px;
  margin-top: 18px;
  padding-right: 15px;
}

._new-top_page .user-id {
  margin-bottom: 5px;
  line-height: 19px;
}

._new-top_page .user-rank {
  line-height: 19px;
}

._new-top_page .nav {
  padding: 20px 15px;
}

._new-top_page .nav .nav-inner {
  padding-right: 15px;
}

._new-top_page .nav ul li.delivery-demaecan-nav .nav-inner a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._new-top_page .nav li {
  position: relative;
  margin-bottom: 20px;
}

._new-top_page .nav li:after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 25%;
  right: 0;
  background: url("/assets/smartphone/img/new_top/arrow.png") no-repeat;
  width: 8px;
  height: 12px;
}

._new-top_page .nav .nav-inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

._new-top_page .nav .nav-inner a span {
  margin-left: 15px;
  line-height: 22px;
}

._new-top_page .nav .nav-icon {
  width: 24px;
  text-align: center;
}

._new-top_page .main-content {
  width: 70%;
}

._new-top_page .main-content.addressListDetail {
  width: 100%;
}

._new-top_page .notice {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 5px;
}

._new-top_page .notice a {
  display: block;
  position: relative;
}

._new-top_page .notice a:after {
  content: '';
  background: url(/assets/smartphone/img/new_top/arrow.png) no-repeat;
  position: absolute;
  right: 0;
  width: 8px;
  height: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}

._new-top_page .notice a span {
  font-size: 15px;
  line-height: 22px;
}

._new-top_page .search {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

._new-top_page .search .search-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

._new-top_page .search .search-heading img {
  vertical-align: baseline;
  width: 28px;
}

._new-top_page .search .search-heading span {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  padding-left: 10px;
}

._new-top_page .search .search-inner {
  margin-bottom: 30px;
}

._new-top_page .search .search-inner span {
  font-size: 15px;
  line-height: 18px;
}

._new-top_page .search .modal-btn {
  padding: 0;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._new-top_page .search-by-genre {
  background: #fff;
  padding: 30px;
}

._new-top_page .search-by-genre .heading {
  margin-bottom: 20px;
}

._new-top_page .search-by-genre .heading span {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}

._new-top_page .search-by-genre .genre-list {
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._new-top_page .search-by-genre .genre-list .genre-list-inner {
  width: 90px;
  margin-right: 40px;
}

._new-top_page .search-by-genre .genre-list .genre-list-inner:nth-of-type(4n) {
  margin-right: 0;
}

._new-top_page .search-by-genre .genre-list .genre-list-inner a {
  display: block;
  width: 100%;
  text-align: center;
}

._new-top_page .search-by-genre .genre-list .genre-list-inner a div {
  width: 100%;
}

._new-top_page .search-by-genre .genre-list .genre-list-inner a span {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 22px;
}

._new-top_page .search-by-genre .genre-list .genre-list-inner:nth-of-type(n+5) {
  margin-top: 20px;
}

._new-top_page .shop_appeal-bnn {
  width: 630px;
  margin: 0 auto 30px;
}

._new-top_page .shop_appeal-bnn .shop-heading {
  text-align: center;
  width: 288px;
  margin: 0 auto 31px;
}

._new-top_page .shop_appeal-bnn .shop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._new-top_page .shop_appeal-bnn .shop-inner > div {
  width: 80px;
  height: 80px;
  margin-right: 30px;
}

._new-top_page .shop_appeal-bnn .shop-inner > div a {
  display: block;
  max-width: 80px;
  margin: 0 auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
}

._new-top_page .shop_appeal-bnn .shop-inner > div a:before {
  content: '';
  display: block;
  padding-top: 100%;
}

._new-top_page .shop_appeal-bnn .shop-inner > div a img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

._new-top_page .shop_appeal-bnn .shop-inner > div:nth-of-type(6n) {
  margin-right: 0;
}

._new-top_page .shop_appeal-bnn .shop-inner > div:nth-of-type(n+7) {
  margin-top: 30px;
}

._new-top_page .service_ticket {
  margin-bottom: 20px;
}

._new-top_page .target_address {
  background: #EA3434;
  padding: 15px;
}

._new-top_page .target_address ._inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}

._new-top_page .target_address-inner {
  font-size: 15px;
  color: #fff;
}

._new-top_page .current_local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
}

._new-top_page .current_local span {
  width: 100%;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
  margin-left: 10px;
  line-height: 22px;
  word-break: break-all;
}

._new-top_page .choose_address {
  color: rgba(255, 255, 255, 0.7);
}

._new-top_page .choose_address span {
  cursor: pointer;
  line-height: 19px;
}

._new-top_page .genre {
  padding: 20px 0;
  background: #fff;
  margin-bottom: 30px;
}

._new-top_page .genre-heading {
  font-size: 18px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 15px;
}

._new-top_page .food-menus {
  width: 592px;
  height: 117px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}

._new-top_page .food-menus > .Prev_arrow {
  width: 14px;
  height: 21px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: -29px;
  cursor: pointer;
}

._new-top_page .food-menus > .Next_arrow {
  width: 14px;
  height: 21px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: -29px;
  cursor: pointer;
}

._new-top_page .food-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._new-top_page .food-menu .genre-inner {
  width: 90px;
  text-align: center;
  margin: 0 20px 0 0;
}

._new-top_page .food-menu .genre-inner .genre-name {
  margin-top: 8px;
  font-size: 15px;
}

._new-top_page .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 20px;
}

._new-top_page .shop_list .shop_list-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._new-top_page .shop_list .shop_list-heading .shopCount {
  font-size: 15px;
  margin-left: 30px;
  color: #333333;
}

._new-top_page .shop_list .heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._new-top_page .shop_list .heading-inner span.shopList {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

._new-top_page .filter {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 6px 8px 9px;
  background: #fff;
  cursor: pointer;
  width: 100px;
}

._new-top_page .filter span.filter-inner {
  font-size: 13px;
  margin-left: 6px;
  color: #333333;
}

._new-top_page .modal-filter .filter-content .accordion_btn > div {
  cursor: pointer;
  width: 18px;
}

._new-top_page .shop-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

._new-top_page .shop-menu ul li {
  margin-bottom: 10px;
}

._new-top_page .shop-menu .shop_list-menu {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

._new-top_page .shop-menu .shop_list-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._new-top_page .shop-menu .shop_list-menu .shop_logo {
  width: 130px;
  height: 130px;
}

._new-top_page .shop-menu .shop_list-menu .shop_logo.closed {
  position: relative;
}

._new-top_page .shop-menu .shop_list-menu .shop_logo.closed .closed-txt {
  width: 130px;
  height: 130px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #fff;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  text-align: center;
  padding-top: 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

._new-top_page .shop-menu .no-shop-txt {
  font-size: 15px;
  margin-top: 100px;
  text-align: center;
}

._new-top_page .shop-menu-inner.menu-detail {
  padding: 20px;
  width: 570px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_01 {
  font-size: 11px;
  color: #808080;
  margin-bottom: 6px;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_02 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_02 span {
  width: 100%;
  height: 38px;
  line-height: 1.2;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  color: #333;
  margin-bottom: 9px;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_03 > div {
  font-size: 14px;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_03 > div:last-child span {
  margin-left: 16px;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .score.pt_rating_01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .score.pt_rating_01 .col01 {
  width: 68px;
  height: 12px;
  background: #ccc;
  position: relative;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .score.pt_rating_01 .col01 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #ffc926;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .score.pt_rating_01 .col01:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/smartphone/img/rating_mask.png") no-repeat left top;
  background-size: 100% 100%;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .score.pt_rating_01 .col02 {
  font-size: 11px;
  color: #333;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .took_time {
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  color: #EA3434;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .took_time span {
  font-size: 14px;
}

._new-top_page .addressList > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

._new-top_page .addressList > .heading ._icon-images {
  width: 26px;
  margin-right: 8px;
}

._new-top_page .addressList > .heading span {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}

._new-top_page .addressList .address_list-inner {
  width: 100%;
  margin-bottom: 30px;
}

._new-top_page .addressList .address_list-inner .address_list {
  padding: 20px 30px;
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._new-top_page .addressList .address_list-inner .address_list .lCol .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

._new-top_page .addressList .address_list-inner .address_list .lCol .heading ._icon-images {
  width: 14px;
  margin-right: 10px;
}

._new-top_page .addressList .address_list-inner .address_list .lCol .heading span {
  font-size: 15px;
  font-weight: bold;
}

._new-top_page .addressList .address_list-inner .address_list .lCol p {
  font-size: 13px;
  line-height: 18px;
}

._new-top_page .addressList .address_list-inner .address_list .rCol {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._new-top_page .addressList .address_list-inner .address_list .rCol .editAddress-btn {
  cursor: pointer;
  padding: 9px 17px;
  text-align: center;
  background: #EA3434;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

._new-top_page .addressList .address_list-inner .address_list .rCol .editAddress-btn a {
  display: block;
}

._new-top_page .addressList .address_list-inner .address_list .rCol .editAddress-btn span {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

._new-top_page .addressList .address_list-inner .address_list .rCol .deleteAddress-btn {
  cursor: pointer;
  margin-top: 20px;
  padding: 9px 17px;
  text-align: center;
  background: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

._new-top_page .addressList .address_list-inner .address_list .rCol .deleteAddress-btn a {
  display: block;
}

._new-top_page .addressList .address_list-inner .address_list .rCol .deleteAddress-btn span {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}

._new-top_page .addressList .add-newList-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._new-top_page .addressList .add-newList-btn .add-newList-btn-inner {
  width: 300px;
  padding: 20px;
  background: #EA3434;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  text-align: center;
}

._new-top_page .addressList .add-newList-btn .add-newList-btn-inner img {
  width: 20px;
  height: 20px;
}

._new-top_page .addressList .add-newList-btn .add-newList-btn-inner span {
  padding: 0 25px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
}

._new-top_page.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 700px;
  margin: 0 auto;
  background: transparent;
}

._new-top_page .modal-inner {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

._new-top_page .modal-inner .close-btn.mfp-close {
  width: 19px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  right: 30px;
  top: 16px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0;
  color: #FFF;
  font-style: normal;
  font-size: 0;
}

._new-top_page .modal-inner .modal-head {
  width: 100%;
  padding: 15px 0 14px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background: #EA3434;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

._new-top_page .modal-inner.modal-filter {
  overflow-y: hidden;
}

._new-top_page .modal-inner.modal-filter .modal-head {
  margin: 0;
}

._new-top_page.modal .filter-content {
  width: 100%;
  margin-bottom: 30px;
  max-height: 585px;
  overflow-y: scroll;
}

._new-top_page.modal .filter-content .heading {
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #eee;
}

._new-top_page.modal .filter-content .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 23px;
}

._new-top_page.modal .filter-content .content-inner.checked {
  background: rgba(234, 52, 52, 0.1);
}

._new-top_page.modal .filter-content .content-inner input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 0;
}

._new-top_page.modal .filter-content .content-inner label {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: #F0F0F0;
}

._new-top_page.modal .filter-content .content-inner input:checked + label:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  top: 50%;
  left: 50%;
}

._new-top_page.modal .filter-content .content-inner .sort label, ._new-top_page.modal .filter-content .content-inner .Delivery label, ._new-top_page.modal .filter-content .content-inner .deliveryTime label {
  border-radius: 50%;
}

._new-top_page.modal .filter-content .content-inner .sort input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .Delivery input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .deliveryTime input:checked + label:before {
  width: 16px;
  height: 16px;
  background: #EA3434;
  border-radius: 50%;
}

._new-top_page.modal .filter-content .content-inner .settlement label, ._new-top_page.modal .filter-content .content-inner .TPoint label, ._new-top_page.modal .filter-content .content-inner .committed label {
  border-radius: 8px;
}

._new-top_page.modal .filter-content .content-inner .settlement input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .TPoint input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .committed input:checked + label:before {
  width: 24px;
  height: 24px;
  background: url("/assets/smartphone/img/new_top/check_2x.png") no-repeat;
  background-size: 100%;
}

._new-top_page .select_address-content {
  max-height: 390px;
  overflow-y: scroll;
}

._new-top_page .select_address-content .content-inner {
  height: auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

._new-top_page .select_address-content .content-inner.Post-inner {
  border-bottom: none;
  height: 35px;
}

._new-top_page .select_address-content .content-inner.Post-inner div {
  font-size: 13px;
  line-height: 19px;
  color: #333;
}

._new-top_page .select_address-content .content-inner.Post-inner div.err_info {
  color: #EA3434;
}

._new-top_page .select_address-content .inputZipNum {
  width: 640px;
  margin: 0 auto 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}

._new-top_page .select_address-content .inputZipNum.Err {
  border: 1px solid #EA3434;
}

._new-top_page .select_address-content .inputZipNum input {
  padding: 15px 0 14px 20px;
  font-size: 15px;
  line-height: 23px;
  color: #333;
  border: none;
  border-radius: 5px;
  background: #F7F7F7;
}

._new-top_page .modal-btn {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._new-top_page .modal-btn a.btn.filter_btn {
  text-align: center;
}

._new-top_page .modal-btn .btn {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 30px 18px 40px;
  width: 305px;
  background: #EA3434;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

._new-top_page .modal-btn .btn ._icon-images {
  width: 18px;
}

._new-top_page .modal-btn .btn.CurrentLocal {
  border-radius: 5px;
  background: url(/assets/smartphone/img/new_top/ic_location_on_24px_2x.png) left 20px center #EA3434 no-repeat;
  background-size: 18px;
}

._new-top_page .modal-btn .btn.CurrentLocal span {
  padding: 0 96px 0 51px;
}

._new-top_page .modal-btn .btn.SearchFromPost {
  border-radius: 5px;
  background: url(/assets/smartphone/img/new_top/ic_post_2x.png) left 20px center #EA3434 no-repeat;
  background-size: 18px;
}

._new-top_page .modal-btn .btn.SearchFromPost span {
  padding: 0 96px 0 41px;
}

._new-top_page .modal-btn .btn.SearchOther {
  padding: 18px 0 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

._new-top_page .modal-btn .btn.SearchOther img {
  margin-right: 9px;
}

._new-top_page .modal-btn .btn.Decide {
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  padding-right: 49px;
}

._new-top_page .modal-btn .btn.Decide img {
  margin-right: 9px;
}

._new-top_page .modal-btn .btn.Decide ._icon-images {
  left: 62px;
}

._new-top_page.modal .content-inner {
  padding: 0 30px;
}

._new-top_page.modal .content-inner .flex-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._new-top_page.modal .content-inner .Lcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  max-width: 563px;
}

._new-top_page.modal .content-inner .Lcol .heading {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  padding: 2px 9px;
  background: #f0f0f0;
  margin-bottom: 5px;
}

._new-top_page.modal .content-inner .Lcol .address {
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 20px;
}

._new-top_page.modal .content-inner .Rcol-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

._new-top_page.modal .content-inner .Rcol {
  text-align: center;
  margin-top: 5px;
  width: 60px;
  border: 1px solid #EA3030;
  border-radius: 5px;
  display: inline-block;
}

._new-top_page.modal .content-inner .Rcol.active {
  border: none;
  background: #bfbfbf;
}

._new-top_page.modal .content-inner .Rcol.active .btn {
  color: #fff;
}

._new-top_page.modal .content-inner .Rcol .btn {
  padding: 9px 0;
  font-size: 13px;
  line-height: 16px;
  color: #EA3434;
}

._new-top_page #location_list .content-inner {
  cursor: pointer;
}

._new-top_page#Pop_currentAddress .modal-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .br-for-pc {
    display: none;
  }
  ._new-top_page.for-pc {
    display: none;
  }
  html.prevent-scroll {
    overflow: hidden;
    height: 100%;
  }
  html.Safari body.prevent-scroll {
    overflow: hidden;
    height: 100%;
  }
  header._new-top_page {
    height: 50px;
  }
  header._new-top_page .header-wrap {
    position: relative;
  }
  header._new-top_page .header-content {
    width: 100%;
    padding: 8px 10px 6px 60px;
  }
  header._new-top_page .header-logo {
    width: 100px;
  }
  header._new-top_page .user-logo {
    width: 36px;
  }
  header._new-top_page .user-name {
    font-size: 11px;
    font-weight: normal;
  }
  header._new-top_page .user-name.guest {
    font-size: 15px;
    font-weight: bold;
  }
  header._new-top_page .side-nav {
    display: block;
    width: 69.3%;
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 51;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  header._new-top_page .side-nav .side-inner {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header._new-top_page .side-nav .side-inner .nav {
    margin-bottom: 100px;
  }
  header._new-top_page .side-nav.active {
    position: fixed;
    left: 0;
  }
  header._new-top_page .side-nav .menu-btn {
    position: absolute;
    top: 5px;
    right: -50px;
    width: 40px;
    height: 40px;
    padding: 8px 7px 0;
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  header._new-top_page .side-nav .menu-btn.active {
    padding: 10px;
    background: #ea3434;
    top: 0;
    right: -40px;
  }
  header._new-top_page .side-nav .menu-btn.active .btn_inner04, header._new-top_page .side-nav .menu-btn.active .btn_inner00.mid {
    display: none;
  }
  header._new-top_page .side-nav .menu-btn.active .menu-trigger .btn_inner00.top {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background: #fff;
    top: 8px;
  }
  header._new-top_page .side-nav .menu-btn.active .menu-trigger .btn_inner00.bot {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background: #fff;
    top: 8px;
  }
  header._new-top_page .side-nav .sp-menu-btn {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header._new-top_page .side-nav .sp-menu-btn .menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 17px;
    position: relative;
  }
  header._new-top_page .side-nav .sp-menu-btn .menu-trigger .btn_inner00 {
    display: block;
    height: 3px;
    background: #ea3434;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header._new-top_page .side-nav .sp-menu-btn .menu-trigger .btn_inner00.top {
    top: 0;
  }
  header._new-top_page .side-nav .sp-menu-btn .menu-trigger .btn_inner00.mid {
    top: 40%;
  }
  header._new-top_page .side-nav .sp-menu-btn .menu-trigger .btn_inner00.bot {
    bottom: 0;
  }
  header._new-top_page .side-nav .sp-menu-btn .btn_inner04 {
    font-size: 10px;
    color: #333;
    font-weight: bold;
  }
  header._new-top_page .side-nav .about-user {
    padding-right: 15px;
  }
  header._new-top_page .side-nav .nav-inner {
    padding-right: 15px;
  }
  footer._new-top_page .footer-wrap {
    width: 100%;
    height: auto;
    background: transparent;
  }
  footer._new-top_page .footer-wrap .normal-footer {
    height: 70px;
    background: #ea3434;
  }
  .content-inner.for-sp._new-top_page {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10;
  }
  ._new-top_page {
    font-family: Sans-Serif;
  }
  ._new-top_page .side-nav_overlay {
    display: none;
  }
  ._new-top_page .side-nav_overlay.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
  }
  ._new-top_page.header-for-pc {
    display: none;
  }
  ._new-top_page.header-for-sp {
    display: block;
  }
  ._new-top_page.contents-wrap {
    position: relative;
    width: 100%;
    margin: 0;
    display: block;
  }
  ._new-top_page.contents-wrap .side-nav {
    display: none;
  }
  ._new-top_page.contents-wrap.no-shop {
    min-height: calc(100vh - 120px);
  }
  ._new-top_page .sp-footer {
    font-size: 0;
    border-top: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    background: #fff;
    padding: 7px 32px;
  }
  ._new-top_page .sp-logIn-btn {
    width: 100%;
    background: #EA3434;
    padding: 15px 0;
    text-align: center;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.3);
  }
  ._new-top_page .sp-logIn-btn span {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding-left: 12px;
    padding-right: 20px;
  }
  ._new-top_page .footer-icon {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ._new-top_page .footer-icon.sp-logIn ._icon-images {
    width: 18px;
  }
  ._new-top_page .footer-icon ._icon-images {
    width: 22px;
    height: 22px;
  }
  ._new-top_page .footer-icon span {
    margin-top: 5px;
    color: #808080;
  }
  ._new-top_page .footer-icon.sp-to-top ._icon-images {
    width: 18px;
  }
  ._new-top_page .footer-icon.sp-like ._icon-images {
    width: 20px;
  }
  ._new-top_page .footer-icon.sp-history ._icon-images {
    width: 20px;
  }
  ._new-top_page .footer-icon.sp-cart {
    position: relative;
  }
  ._new-top_page .footer-icon.sp-cart .num {
    color: #fff;
    background: #EA3434;
    border-radius: 50%;
    padding-top: 5px;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
  }
  ._new-top_page .sp-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 11px 6px 10px;
    background: #EA3434;
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
  }
  ._new-top_page .sp-order .order-image {
    width: 38px;
  }
  ._new-top_page .sp-order .order-image img {
    border-radius: 5px;
  }
  ._new-top_page .sp-order-detail {
    padding-left: 11px;
    width: 90%;
  }
  ._new-top_page .sp-order_info {
    display: block;
    font-size: 13px;
    padding: 2px 0 3px;
    line-height: 1.2;
  }
  ._new-top_page .sp-order_info.Lcol {
    float: left;
    margin-right: -125px;
    padding-right: 130px;
    width: 100%;
  }
  ._new-top_page .sp-order_info.Rcol {
    float: right;
  }
  ._new-top_page .sp-order_info .shopName {
    font-size: 13px;
    font-weight: bold;
  }
  ._new-top_page .sp-order_info .shopName span {
    height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    line-height: 1.4;
  }
  ._new-top_page .sp-order_info.sp-took_time {
    width: 125px;
    height: 38px;
  }
  ._new-top_page .sp-order_info .time {
    font-size: 12px;
    line-height: 1.3;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: right;
  }
  ._new-top_page .sp-order_info .time span {
    font-weight: bold;
    word-break: break-all;
  }
  ._new-top_page .sp-banner {
    position: relative;
    margin: 0 10px 10px;
    background: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  ._new-top_page .sp-banner .banner-inner {
    width: 100%;
    height: 100%;
  }
  ._new-top_page .sp-banner .banner-inner span {
    font-size: 13px;
    color: #fff;
  }
  ._new-top_page .sp-banner .close-btn {
    position: absolute;
    top: -15px;
    right: -13px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
  }
  ._new-top_page .main-content {
    width: 100%;
    margin: 0;
  }
  ._new-top_page .content-inner.target_address-wrapper {
    position: relative;
    padding-top: 60px;
    margin-top: 10px;
  }
  ._new-top_page .notice {
    margin: 10px 2.67% 15px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  ._new-top_page .notice a {
    display: block;
    position: relative;
    color: #333;
  }
  ._new-top_page .notice a:after {
    content: '';
    background: url(/assets/smartphone/img/new_top/arrow.png) no-repeat;
    position: absolute;
    right: 0;
    width: 8px;
    height: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
  }
  ._new-top_page .notice a span {
    display: block;
    padding-right: 11px;
    font-size: 13px;
    line-height: 19px;
  }
  ._new-top_page .search {
    background: #fff;
    padding: 15px 4%;
    margin-bottom: 15px;
  }
  ._new-top_page .search .search-heading {
    margin-bottom: 13px;
  }
  ._new-top_page .search .search-heading img {
    vertical-align: baseline;
    width: 24px;
  }
  ._new-top_page .search .search-heading span {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 6px;
    padding-top: 4px;
  }
  ._new-top_page .search .search-inner {
    margin-bottom: 13px;
  }
  ._new-top_page .search .search-inner span {
    font-size: 13px;
    line-height: 18px;
  }
  ._new-top_page .search .modal-btn {
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._new-top_page .search-by-genre {
    background: #fff;
    padding: 20px 4% 17px;
  }
  ._new-top_page .search-by-genre .heading {
    margin-bottom: 15px;
  }
  ._new-top_page .search-by-genre .heading span {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
  }
  ._new-top_page .search-by-genre .genre-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._new-top_page .search-by-genre .genre-list .genre-list-inner {
    width: 21.7%;
    margin-right: 4.34%;
  }
  ._new-top_page .search-by-genre .genre-list .genre-list-inner:nth-of-type(4n) {
    margin-right: 0;
  }
  ._new-top_page .search-by-genre .genre-list .genre-list-inner a {
    display: block;
    width: 100%;
    text-align: center;
  }
  ._new-top_page .search-by-genre .genre-list .genre-list-inner a div {
    width: 100%;
  }
  ._new-top_page .search-by-genre .genre-list .genre-list-inner a span {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  ._new-top_page .search-by-genre .genre-list .genre-list-inner:nth-of-type(n+5) {
    margin-top: 4.34%;
  }
  ._new-top_page .current_local {
    width: 100%;
  }
  ._new-top_page .shop_appeal-bnn {
    width: 100%;
    margin: 0 auto 15px;
  }
  ._new-top_page .shop_appeal-bnn .shop-heading {
    text-align: center;
    width: 57.6%;
    margin-bottom: 15px;
  }
  ._new-top_page .shop_appeal-bnn .shop-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
  }
  ._new-top_page .shop_appeal-bnn .shop-inner > div {
    width: 15.47%;
    height: auto;
    margin-right: 1.07%;
    text-align: center;
  }
  ._new-top_page .shop_appeal-bnn .shop-inner > div:nth-of-type(6n) {
    margin-right: 0;
  }
  ._new-top_page .shop_appeal-bnn .shop-inner > div:nth-of-type(n+7) {
    margin-top: 1.07%;
  }
  ._new-top_page .service_ticket {
    margin: 0;
    text-align: center;
  }
  ._new-top_page .target_address {
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  ._new-top_page .target_address ._inner-wrap {
    background: #CA292D;
    padding: 9px 15px;
    border-radius: 5px;
  }
  ._new-top_page .target_address ._inner-wrap .choose_address {
    display: none;
  }
  ._new-top_page .target_address.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
    margin-top: 0;
  }
  ._new-top_page .target_address .filter-wrap {
    display: none;
  }
  ._new-top_page .target_address.withFilter {
    padding: 10px 100px 10px 10px;
  }
  ._new-top_page .target_address.withFilter .filter-wrap {
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ._new-top_page .target_address.withFilter .filter-wrap .filter {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    width: 85px;
  }
  ._new-top_page .target_address.withFilter .filter-wrap .filter .filter-inner {
    color: #fff;
  }
  ._new-top_page .genre {
    padding: 15px 10px 10px;
    margin-bottom: 15px;
  }
  ._new-top_page .genre-heading {
    font-size: 13px;
    margin-bottom: 11px;
    margin-left: 0;
    color: #333333;
  }
  ._new-top_page .food-menus {
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  ._new-top_page .food-menus .Next_arrow, ._new-top_page .food-menus .Prev_arrow {
    display: none;
  }
  ._new-top_page .food-menus::-webkit-scrollbar {
    display: none;
  }
  ._new-top_page .food-menu .genre-inner {
    width: 60px;
    margin: 0 8px 0 0;
  }
  ._new-top_page .food-menu .genre-inner a {
    display: block;
  }
  ._new-top_page .shop_list {
    padding: 0 10px;
    margin: 15px 0 13px;
  }
  ._new-top_page .shop_list .heading-inner span.shopList {
    font-size: 16px;
  }
  ._new-top_page .shop_list .heading-inner .shopCount {
    font-size: 13px;
    margin-left: 20px;
  }
  ._new-top_page .shop-menu {
    padding: 0 10px;
    width: 100%;
  }
  ._new-top_page .shop-menu .no-shop-txt {
    margin: 60px 0;
  }
  ._new-top_page .shop_list-menu {
    width: 100%;
  }
  ._new-top_page .shop_logo {
    min-width: 130px;
    max-width: 130px;
  }
  ._new-top_page .shop-menu-inner.menu-detail {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_01 {
    margin-bottom: 1px;
    line-height: 14px;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_02 {
    margin-bottom: 1px;
    height: 44px;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_02 span {
    height: 100%;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_03 {
    font-size: 13px;
    line-height: 0;
    margin-bottom: 1px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_03 > div span {
    line-height: 17.5px;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_03 > div:last-child span {
    margin-left: 0;
  }
  ._new-top_page .shop-menu-inner.menu-detail .menu-info_04 .took_time {
    position: absolute;
    right: 8px;
    bottom: 10px;
  }
  ._new-top_page .addressList > .heading {
    margin: 15px 0 15px 10px;
  }
  ._new-top_page .addressList > .heading ._icon-images {
    width: 24px;
    margin-right: 8px;
  }
  ._new-top_page .addressList > .heading span {
    font-size: 16px;
    line-height: 21px;
  }
  ._new-top_page .addressList .address_list-inner {
    width: 100%;
    margin-bottom: 20px;
  }
  ._new-top_page .addressList .address_list-inner .address_list {
    padding: 15px 10px;
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._new-top_page .addressList .address_list-inner .address_list:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  ._new-top_page .addressList .address_list-inner .address_list .lCol .heading {
    margin-bottom: 10px;
  }
  ._new-top_page .addressList .address_list-inner .address_list .lCol .heading ._icon-images {
    width: 14px;
    margin-right: 10px;
  }
  ._new-top_page .addressList .address_list-inner .address_list .lCol .heading span {
    font-size: 15px;
    font-weight: bold;
  }
  ._new-top_page .addressList .address_list-inner .address_list .lCol p {
    font-size: 13px;
    line-height: 18px;
  }
  ._new-top_page .addressList .address_list-inner .address_list .rCol {
    padding: 15px 0 0;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._new-top_page .addressList .address_list-inner .address_list .rCol .editAddress-btn {
    width: 47.89%;
    margin: 0 auto;
  }
  ._new-top_page .addressList .address_list-inner .address_list .rCol .deleteAddress-btn {
    width: 47.89%;
    margin: 0 0 0 15px;
  }
  ._new-top_page .addressList .add-newList-btn {
    margin-bottom: 20px;
    padding: 0 2.67%;
  }
  ._new-top_page .addressList .add-newList-btn a {
    width: 100%;
  }
  ._new-top_page .addressList .add-newList-btn .add-newList-btn-inner {
    width: 100%;
    padding: 13px;
  }
  ._new-top_page .addressList .add-newList-btn .add-newList-btn-inner span {
    padding: 0 25px 0 10px;
  }
  ._new-top_page.modal {
    width: 100%;
  }
  ._new-top_page.modal .content-inner {
    padding: 0 10px;
  }
  ._new-top_page.modal .modal-inner {
    width: 100%;
  }
  ._new-top_page.modal .modal-inner .close-btn.mfp-close {
    width: 19px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 15px;
    top: 16px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0;
    color: #FFF;
    font-style: normal;
    font-size: 0;
  }
  ._new-top_page.modal .modal-inner .modal-head {
    width: 100%;
    padding: 15px 0 14px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    background: #EA3434;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
  }
  ._new-top_page.modal .modal-inner.modal-filter {
    overflow-y: hidden;
  }
  ._new-top_page.modal .modal-inner.modal-filter .modal-head {
    margin: 0;
  }
  ._new-top_page.modal .filter-content {
    width: 100%;
    margin-bottom: 10px;
    max-height: 477px;
    overflow-y: scroll;
  }
  ._new-top_page.modal .filter-content .heading {
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid #eee;
  }
  ._new-top_page.modal .filter-content .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12.5px 10px 11.5px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 23px;
  }
  ._new-top_page.modal .filter-content .content-inner.checked {
    background: rgba(234, 52, 52, 0.1);
  }
  ._new-top_page.modal .filter-content .content-inner input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 0;
  }
  ._new-top_page.modal .filter-content .content-inner label {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: #F0F0F0;
  }
  ._new-top_page.modal .filter-content .content-inner input:checked + label:before {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    left: 50%;
  }
  ._new-top_page.modal .filter-content .content-inner .sort label, ._new-top_page.modal .filter-content .content-inner .Delivery label, ._new-top_page.modal .filter-content .content-inner .deliveryTime label {
    border-radius: 50%;
  }
  ._new-top_page.modal .filter-content .content-inner .sort input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .Delivery input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .deliveryTime input:checked + label:before {
    width: 16px;
    height: 16px;
    background: #EA3434;
    border-radius: 50%;
  }
  ._new-top_page.modal .filter-content .content-inner .settlement label, ._new-top_page.modal .filter-content .content-inner .TPoint label, ._new-top_page.modal .filter-content .content-inner .committed label {
    border-radius: 8px;
  }
  ._new-top_page.modal .filter-content .content-inner .settlement input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .TPoint input:checked + label:before, ._new-top_page.modal .filter-content .content-inner .committed input:checked + label:before {
    width: 24px;
    height: 24px;
    background: url("/assets/smartphone/img/new_top/check_2x.png") no-repeat;
    background-size: 100%;
  }
  ._new-top_page .select_address-content {
    max-height: 310px;
    overflow-y: scroll;
  }
  ._new-top_page .select_address-content .content-inner {
    height: auto;
    margin-bottom: 10px;
  }
  ._new-top_page .select_address-content .content-inner.Post-inner {
    border-bottom: none;
    height: auto;
    margin-bottom: 15px;
  }
  ._new-top_page .select_address-content .content-inner.Post-inner div {
    font-size: 13px;
    line-height: 19px;
    color: #333;
  }
  ._new-top_page .select_address-content .content-inner.Post-inner div.err_info {
    color: #EA3434;
  }
  ._new-top_page .select_address-content .inputZipNum {
    width: auto;
    margin: 0 10px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
  }
  ._new-top_page .select_address-content .inputZipNum.Err {
    border: 1px solid #EA3434;
  }
  ._new-top_page .select_address-content .inputZipNum input {
    padding: 15px 0 14px 20px;
    font-size: 15px;
    line-height: 23px;
    color: #333;
    border: none;
    border-radius: 5px;
    background: #F7F7F7;
  }
  ._new-top_page .modal-btn {
    width: 100%;
    padding: 10px 10px 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ._new-top_page .modal-btn a.btn {
    padding: 13px 10px 13px 25px;
    background: #EA3434;
    border-radius: 50px;
    color: #fff;
    font-size: 0px;
    font-size: 0vw;
    line-height: 1.4;
  }
  ._new-top_page .modal-btn a.btn ._icon-images {
    width: 14px;
    vertical-align: middle;
  }
  ._new-top_page .modal-btn a.btn.CurrentLocal {
    width: 47.77%;
    background: url(/assets/smartphone/img/new_top/ic_location_on_24px_2x.png) left 10px center #EA3434 no-repeat;
    background-size: 14px;
    font-size: 15px;
    font-size: 4vw;
  }
  ._new-top_page .modal-btn a.btn.SearchOther {
    width: 100%;
    text-align: center;
  }
  ._new-top_page .modal-btn a.btn.SearchOther span {
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    vertical-align: middle;
  }
  ._new-top_page .modal-btn a.btn.SearchOther img {
    margin-right: 9px;
  }
  ._new-top_page .modal-btn a.btn.SearchFromPost {
    width: 47.77%;
    background: url(/assets/smartphone/img/new_top/ic_post_2x.png) left 10px center #EA3434 no-repeat;
    background-size: 14px;
    font-size: 15px;
    font-size: 4vw;
  }
  ._new-top_page .modal-btn a.btn.Decide {
    padding: 13px 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    vertical-align: middle;
  }
  ._new-top_page .modal-btn a.btn.Decide img {
    margin-right: 10px;
  }
  ._new-top_page .modal-btn a.btn.Decide ._icon-images {
    left: 62px;
  }
  ._new-top_page .modal-btn a.btn.filter_btn span {
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    vertical-align: middle;
  }
  ._new-top_page.modal .content-inner {
    padding: 0 10px;
  }
  ._new-top_page.modal .content-inner .flex-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._new-top_page.modal .content-inner .Lcol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
  }
  ._new-top_page.modal .content-inner .Lcol .heading {
    display: inline-block;
    font-size: 11px;
    line-height: 17px;
    padding: 2px 9px;
    background: #f0f0f0;
    margin-bottom: 5px;
  }
  ._new-top_page.modal .content-inner .Lcol .address {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  ._new-top_page.modal .content-inner .Rcol-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  ._new-top_page.modal .content-inner .Rcol {
    text-align: center;
    margin-top: 5px;
    width: 60px;
    border: 1px solid #EA3030;
    border-radius: 5px;
    display: inline-block;
  }
  ._new-top_page.modal .content-inner .Rcol.active {
    border: none;
    background: #bfbfbf;
  }
  ._new-top_page.modal .content-inner .Rcol.active .btn {
    color: #fff;
  }
  ._new-top_page.modal .content-inner .Rcol .btn {
    font-size: 13px;
    line-height: 19px;
    color: #EA3434;
  }
  ._new-top_page #Pop_currentAddress .modal-btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 800px) {
  .for-sp {
    display: none;
  }
  .header-for-sp._new-top_page {
    display: none;
  }
  .content-inner.for-sp._new-top_page {
    display: none;
  }
  .food-menu.slider {
    opacity: 0;
  }
  .food-menu.slider.slick-initialized {
    opacity: 1;
  }
}

.newModal_mailAddressMarge {
  margin-bottom: 20px;
  width: 100%;
}

._new-top_page.modal .newModal_mailAddressMarge .content-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 30px;
}

.newModal_mailAddressMarge .content-inner > P {
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.newModal_mailAddressMarge .content-inner > P:last-child {
  margin-bottom: 0;
}

.newModal_mailAddressMarge .content-inner > P a {
  color: #EA3030;
}

.modal-btn.modal_mailAddressMarge .btn {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .mfp-content {
    height: 100%;
    overflow: auto;
  }
  ._new-top_page.modal .newModal_mailAddressMarge .content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .sp-order.order-slider {
    width: 100%;
    display: block;
    padding: 0;
  }
  .sp-order.order-slider .order-slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 11px 6px 10px;
  }
  .modal-btn.modal_mailAddressMarge .btn {
    text-align: center;
  }
  .modal-btn.modal_mailAddressMarge .btn span {
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    vertical-align: middle;
  }
}

.order.order-slider {
  width: 100%;
}

.order.order-slider .order-slider-inner {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 375px), (max-height: 750px) {
  ._new-top_page.modal .filter-content {
    max-height: 310px;
  }
}

._new-top_page .filter_box-wrapper {
  position: relative;
}

._new-top_page .filterConditionName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 19px;
}

._new-top_page .filterConditionName::before {
  content: '';
  position: absolute;
  top: 30px;
  display: block;
  width: 30px;
  height: 20px;
  background: url("/assets/smartphone/img/new_top/filter_block.png") no-repeat;
  background-size: cover;
  right: 5%;
}

._new-top_page .shopFilterCountPC {
  display: none;
}

._new-top_page .shopFilterCountSP {
  display: block;
  text-align: right;
  margin: 0 10px 10px 0;
  font-size: 13px;
}

@media screen and (min-width: 800px) {
  ._new-top_page .shopFilterCountPC {
    display: inline;
    font-size: 15px;
    margin-left: 30px;
    color: #333333;
  }
  
  ._new-top_page .shopFilterCountSP {
    display: none;
  }
}

/*# sourceMappingURL=new-style.css.map */