@charset "UTF-8";
/* =========================================================
body
========================================================= */
html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: 1rem;
  background: #D5EBF5;
  -webkit-overflow-scrolling: touch;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: #3b5998;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 20px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 16px;
  }
}

.phd__sns li .phd__sns__item__link-x {
  background: #000;
}

.phd__sns li .phd__sns__item__link-x svg {
  fill: #fff;
  height: 18px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-x svg {
    height: 13px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: #00b900;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 20px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 14px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.phd__in {
  height: 55px;
  margin: 0 auto;
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
}
.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}
.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}
.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phd__sns li {
  margin-right: 8px;
}
.phd__sns li:last-child {
  margin-right: 0;
}
.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}

.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}

.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  padding: 45px 0 58px;
  background: #000;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
.pft__logo {
  text-align: center;
}
.pft__logo__txt {
  display: inline-block;
  font-size: 1.9rem;
  margin-right: 8px;
  color: #000;
}
@media screen and (min-width: 769px) {
  .pft__logo__txt {
    font-size: 18px;
    margin-right: 10px;
  }
}
.pft__logo__img {
  fill: #fff;
  width: 132px;
  height: 39px;
  vertical-align: bottom;
  margin-bottom: -2px;
  overflow: hidden; /* IE11 */
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    position: absolute;
    left: auto;
    right: 3%;
    top: -4px;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #000;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  margin-top: 30px;
  text-align: center;
  line-height: 0;
}
.pft__copyright svg {
  height: 11px;
  fill: #fff;
  overflow: hidden;
}

/* =========================================================
layout
========================================================= */
/* =========================================================
header
========================================================= */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  -webkit-animation: fadeIn 0.8s linear forwards;
          animation: fadeIn 0.8s linear forwards;
}
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .header__title img {
    width: 100%;
    max-width: 100%;
  }
}
/* =========================================================
ヘッダー下バナー
========================================================= */
.top-bnr-block {
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0 0;
}
.top-bnr-block .bnr {
  margin: 0 auto 5px;
}
.top-bnr-block .bnr:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .top-bnr-block {
    max-width: 1024px;
    padding: 60px 0 0;
  }
  .top-bnr-block .bnr {
    margin: 0 auto 20px;
  }
}
/* =========================================================
Main
========================================================= */
@media screen and (min-width: 769px) {
  .main-contents {
    padding: 0 20px;
  }
}
/* =========================================================
Local navi
========================================================= */
.localnav {
  max-width: 1024px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .localnav {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .localnav {
    margin-top: 37px;
  }
}
.localnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .localnav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.localnav-item {
  width: 18.75%;
  margin: 20px 1.56% 0 0;
  background: #97BEC6;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .localnav-item {
    width: 48.64%;
    margin: 16px 0 0;
  }
  .localnav-item:first-child {
    margin-top: 0;
  }
}
.localnav-item.current button, .localnav-item:hover button {
  background-color: #AF9DC0;
  color: #ffffff;
}
.localnav-item:last-child {
  margin-right: 0;
}
.localnav-item a,
.localnav-item button {
  width: 100%;
  height: 80px;
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .localnav-item a,
  .localnav-item button {
    font-size: 20px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .localnav .listnum5 .localnav-item:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .localnav .listnum4 .localnav-item {
    width: 23.83%;
  }
}
@media screen and (min-width: 769px) {
  .localnav .listnum3 .localnav-item {
    width: 32.29%;
  }
}
@media screen and (max-width: 768px) {
  .localnav .listnum3 .localnav-item:first-child {
    width: 100%;
  }
}

/* =========================================================
New&Renew items
========================================================= */
[v-cloak] {
  display: none;
}

.newrenew-block {
  max-width: 1024px;
  margin: 120px auto 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .newrenew-block {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-block {
    margin: 65px auto 0;
  }
}
.newrenew-block .read-ttl {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 40px;
  position: relative;
  color: #1A1311;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .newrenew-block .read-ttl {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
}
.newrenew-block .read-ttl::after {
  z-index: -1;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0px;
  background: #1A1311;
}
.newrenew-block .read-ttl span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
}
.newrenew-block .list-block {
  margin: 0 auto 20px;
  display: none;
}
.newrenew-block .list-block#all-list-block {
  display: block;
}
.newrenew-block .list-block:last-child {
  margin-bottom: 0;
}
.newrenew-block .ttl {
  margin: 0 auto 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .item-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .item-list {
    margin-bottom: 30px;
  }
}
.item-list .item {
  width: 47.16%;
  margin: 0 2.2% 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item-list .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .item-list .item {
    margin-bottom: 20px;
    width: 48.9%;
    padding: 20px 10px;
  }
}
.item-list .front-cont {
  height: 100%;
  background: #fff;
  border: 1px solid;
  border-color: #1A1311;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont {
    padding: 0 0 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
}
.item-list .front-cont .img-wrap {
  position: relative;
}
.item-list .front-cont {
  /*    .badge-l {
    width: 95px;
    // width: 115px;
    padding: 16px 10px 10px;
    background: #AF9DC0;
    position: absolute;
    color: #fff;
    top: -20px;
    left: -10px;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "Times New Roman", Times, "serif";
    @media screen and (max-width: 768px) {
      text-align: center;
      // width: 60px;
      width: 53px;
      height: 75px;
      padding: 11px 0 0 0;
    }
    &::after{
      content: " ";
      position: absolute;
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #AF9DC0 transparent transparent transparent;
      @media screen and (min-width: 769px) {
        // border-width: 30px 115px 0 0;
        border-width: 30px 95px 0 0;
      }
      @media screen and (max-width: 768px) {
        // border-width: 15px 60px 0 0;
        border-width: 15px 53px 0 0;
        top: 100%;
        left: 0;
      }
    }
    .date {
      font-size: 26px;
      text-align: center;
      letter-spacing: -0.01em;
      @media screen and (max-width: 768px) {
        font-size: 18px;
      }
      br{
        @media screen and (max-width: 768px) {
          display: none;
        }
      }
      b{
        display: block;
        // font-weight: 400;
        font-size: 20px;
        margin-top: 12px;
        @media screen and (max-width: 768px) {
          display: block;
          font-size: 12px;
          margin-top: 5px;
        }
      }
    }
    .new-renew {
      margin: 12px 0 0;
      padding: 17px 0 0;
      border-top: 1px solid #fff;
      font-size: 20px;
      text-align: center;
      @media screen and (max-width: 768px) {
        // font-size: 12px;
        font-size: 10px;
        margin: 6px auto 10px;
        padding: 5px 0 0;
        width: 40px;
      }
    }
  }*/
}
.item-list .front-cont .badge-r {
  width: 115px;
  height: 115px;
  background: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.item-list .front-cont .detail {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .detail {
    padding: 10px;
  }
}
.item-list .front-cont .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.item-list .front-cont .logo-wrap .new-renew,
.item-list .front-cont .logo-wrap .date {
  color: #53473E;
  font-size: 22px;
  font-family: "Times New Roman", Times, "serif";
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .logo-wrap .new-renew,
  .item-list .front-cont .logo-wrap .date {
    font-size: 12px;
  }
}
.item-list .front-cont .logo-wrap .date {
  margin-bottom: 0;
}
.item-list .front-cont .logo-wrap .date b {
  margin-left: 5px;
}
.item-list .front-cont .logo {
  width: 70%;
  max-width: 205px;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .logo {
    max-width: 64px;
    margin: 0 8px 0 0;
  }
}
.item-list .front-cont .shop {
  margin: 15px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .shop {
    font-size: 13px;
    margin-top: 6px;
  }
}
.item-list .front-cont .floor,
.item-list .front-cont .ctg {
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .floor,
  .item-list .front-cont .ctg {
    font-size: 13px;
    margin-top: 6px;
  }
}
.item-list .front-cont .ctg {
  opacity: 0.5;
}
.item-list .front-cont .catch {
  width: 100%;
  text-align: left;
}
.item-list .front-cont .catch.catchfirst {
  position: relative;
}
.item-list .front-cont .catch.catchfirst .sido-ico {
  background: #50ADE5;
  border-radius: 30px 0 0 30px;
  max-width: 200px;
  position: absolute;
  top: -55px;
  right: -31px;
  z-index: 10;
  text-align: center;
}
.item-list .front-cont .catch.catchfirst .sido-ico br {
  display: none;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .catch.catchfirst .sido-ico {
    top: -25px;
    max-width: 100px;
    right: -11px;
  }
  .item-list .front-cont .catch.catchfirst .sido-ico br {
    display: block;
  }
}
.item-list .front-cont .catch.catchfirst .sido-ico span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  height: 50px;
  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: 200px;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .catch.catchfirst .sido-ico span {
    font-size: 11px;
    line-height: 18px;
    height: 30px;
    width: 100px;
  }
}
.item-list .front-cont .more {
  width: 100%;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .more {
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 88%;
  }
}
.item-list .front-cont .more button {
  width: 100%;
  height: 40px;
  background: #2C3B45;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Times New Roman", Times, "serif";
}
@media screen and (max-width: 768px) {
  .item-list .front-cont .more button {
    font-size: 12px;
    height: 24px;
  }
}
.item-list .front-cont .more button:hover {
  opacity: 0.7;
}

.newrenew-modal .modal-wrap {
  width: calc(100vw - 80px);
  max-width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-wrap {
    width: calc(100vw - 40px);
    top: inherit;
    left: inherit;
    margin: 0 auto;
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
    overflow-y: initial;
    background: #fff;
    padding-top: 0;
    border: 1px solid;
    border-color: #1A1311;
  }
}
.newrenew-modal .modal-cont {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .modal-cont {
    max-height: calc(100vh - 330px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 30px 50px;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    overflow-y: auto;
    border: 1px solid;
    border-color: #999;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-cont {
    padding: 20px 20px 30px;
    position: relative;
  }
}
.newrenew-modal .img-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .img-wrap {
    width: 49.89%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.newrenew-modal .img-slider {
  position: relative;
}
.newrenew-modal .img-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newrenew-modal .img-slider .slick-arrow:hover {
  opacity: 0.6;
}
.newrenew-modal .img-slider .slick-arrow.prev {
  left: 50%;
  margin-left: -33%;
  bottom: -43px;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .img-slider .slick-arrow.prev {
    left: 36px;
    margin-left: 0;
  }
}
.newrenew-modal .img-slider .slick-arrow.next {
  right: 50%;
  margin-right: -33%;
  bottom: -43px;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .img-slider .slick-arrow.next {
    right: 36px;
    margin-right: 0;
  }
}
.newrenew-modal .img-slider .slick-arrow button {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #AF9DC0;
  border-radius: 100%;
}
.newrenew-modal .img-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #AF9DC0;
  border-left: 1px solid #AF9DC0;
  position: absolute;
  top: 12px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.newrenew-modal .img-slider .slick-arrow button.slick-next {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.newrenew-modal .img-slider .slick-dots {
  bottom: -38px;
}
.newrenew-modal .img-slider .slick-dots li {
  margin: 0 4px;
}
.newrenew-modal .img-slider .slick-dots li button:before {
  background-color: #DBDBDB;
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .img-slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
}
.newrenew-modal .img-slider .slick-dots li.slick-active button:before {
  background-color: #4E555F;
}
.newrenew-modal .detail {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .newrenew-modal .detail {
    padding: 0 !important;
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .detail {
    margin: 30px auto 0;
    padding: 0 !important;
    width: 100%;
  }
}
.newrenew-modal .catchfirst {
  background-color: #50ADE5;
  border-radius: 30px 0 0 30px;
  max-width: 200px;
  position: absolute;
  top: -25px;
  right: -1px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .catchfirst {
    border-radius: 0 30px 30px 0;
    top: -17px;
    max-width: 150px;
    left: -1px;
  }
}
.newrenew-modal .catchfirst span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  height: 50px;
  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: 200px;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .catchfirst span {
    font-size: 16px;
    line-height: 18px;
    height: 32px;
    width: 150px;
  }
}
.newrenew-modal {
  /*  .side-wrap{
    background: #AF9DC0;
    text-align: left;
    position: absolute;
    top: -60px;
    left: -10px;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    // padding: 17px 20px 0 37px;
    padding: 21px 20px 0 37px;
    height: 80px;
    min-width: 230px;
    z-index: 100;
    font-family: "Times New Roman", Times, "serif";
    @media screen and (max-width: 768px) {
      height: auto;
      padding: 9px 10px 0;
      top: -30px;
      min-width: 0;
      width: 70px;
    }
    &::after{
      content: " ";
      position: absolute;
      top: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 80px 20px 0 0;
      border-color: #AF9DC0 transparent transparent transparent;
      @media screen and (max-width: 768px) {
        border-width: 20px 70px 0 0;
        top: 100%;
        left: 0;
      }
    }
  }
  .date {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    @media screen and (max-width: 768px) {
      font-size: 24px;
      line-height: 28px;
      display: block;
      text-align: center;
    }
    b{
      font-size: 22px;
      padding-left: 3px;
      display: inline-block;
      @media screen and (max-width: 768px) {
        font-size: 16px;
        display: block;
        padding-left: 0;
      }
    }
  }
  .new-renew {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    line-height: 40px;
    margin-left: 6px;
    @media screen and (max-width: 768px) {
      border-top: 1px solid #fff;
      font-size: 16px;
      line-height: 20px;
      padding-top: 3px;
      margin: 1px auto 0;
      text-align: center;
      width: 100%;
    }
  }*/
}
.newrenew-modal .first {
  margin: 0.8em auto 0;
  text-align: center;
  font-size: 15px;
}
.newrenew-modal .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newrenew-modal .logo-wrap .logo {
  width: 50%;
  max-width: 205px;
  margin: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .logo-wrap .logo {
    max-width: 130px;
    margin: 0 15px 0 0;
  }
}
.newrenew-modal .logo-wrap .date,
.newrenew-modal .logo-wrap .new-renew {
  color: #53473E;
  font-family: "Times New Roman", Times, "serif";
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .logo-wrap .date,
  .newrenew-modal .logo-wrap .new-renew {
    font-size: 18px;
  }
}
.newrenew-modal .logo-wrap .date {
  margin: 0;
}
.newrenew-modal .logo-wrap .date b {
  margin-left: 5px;
}
.newrenew-modal .shop {
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .shop {
    font-size: 15px;
  }
}
.newrenew-modal .floor,
.newrenew-modal .ctg {
  font-weight: 600;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 140%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .floor,
  .newrenew-modal .ctg {
    margin-top: 12px;
    font-size: 12px;
  }
}
.newrenew-modal .modal-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.newrenew-modal .modal-arrow:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow {
    width: 35px;
    height: 35px;
  }
}
.newrenew-modal .modal-arrow button {
  display: block;
  background: #2C3B45;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow button {
    width: 35px;
    height: 35px;
  }
}
.newrenew-modal .modal-arrow button::after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: -7px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow button::after {
    width: 7px;
    height: 7px;
  }
}
.newrenew-modal .modal-arrow.prev {
  position: absolute;
  top: 50%;
  left: calc(50% - 550px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.newrenew-modal .modal-arrow.prev button::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 0px;
  right: -7px;
}
@media screen and (max-width: 1180px) {
  .newrenew-modal .modal-arrow.prev {
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow.prev {
    -webkit-transform: initial !important;
            transform: initial !important;
    top: initial !important;
    bottom: 3px;
    left: 20px;
    position: absolute;
  }
}
.newrenew-modal .modal-arrow.next {
  position: absolute;
  top: 50%;
  left: calc(50% + 550px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 1180px) {
  .newrenew-modal .modal-arrow.next {
    right: 10px;
    left: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-arrow.next {
    -webkit-transform: initial !important;
            transform: initial !important;
    top: initial !important;
    bottom: 3px;
    right: 20px;
    position: absolute;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .modal-control-area {
    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;
    margin-top: 20px;
    height: 40px;
    position: relative;
  }
}
.newrenew-modal .catch {
  background: #F1F4F0;
  width: 100%;
  padding: 25px 25px 25px 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #000;
}
.newrenew-modal .catch.catchfirstshow {
  padding-right: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .catch.catchfirstshow {
    padding: 45px 20px 20px;
  }
}
.newrenew-modal .catch.catchfirstshow .sido-ico {
  max-width: 110px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
  text-align: center;
  font-family: "Times New Roman", Times, "serif";
}
@media screen and (max-width: 768px) {
  .newrenew-modal .catch.catchfirstshow .sido-ico {
    max-width: 80px;
    right: -10px;
  }
}
.newrenew-modal .catch.catchfirstshow .sido-ico span {
  color: #1A1311;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 95%;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .newrenew-modal .catch.catchfirstshow .sido-ico span {
    font-size: 16px;
    line-height: 18px;
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  .newrenew-modal .catch {
    padding: 45px 10px 10px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .modal-arrow-close {
    text-align: center;
  }
  .modal-arrow-close .js-modalclose {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 18px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: "Times New Roman", Times, "serif";
  }
  .modal-arrow-close .js-modalclose:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .modal-arrow-close {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    text-align: center;
    bottom: 5%;
    font-family: "Times New Roman", Times, "serif";
  }
  .modal-arrow-close .js-modalclose {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .modal-arrow-close .js-modalclose:hover {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
/* =========================================================
modal
========================================================= */
.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 50;
  display: none;
  background: rgba(213, 235, 245, 0.95);
}
@media screen and (max-width: 768px) {
  .modal-block {
    padding: 110px 0 220px;
    overflow: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(213, 235, 245, 0.95);
  }
}
.modal-bg {
  width: 100vw;
  height: 150vh;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .modal-bg {
    background: none;
  }
}
.modal-close {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -90px;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal-close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .modal-close {
    width: 35px;
    height: 35px;
    top: -63px;
  }
}
.modal-close:before {
  background: url("../images/close.png") no-repeat 0 0;
  background-size: contain;
  content: "";
  height: 50px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .modal-close:before {
    width: 35px;
    height: 35px;
  }
}

ul.item-list-pickup > li {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup > li {
    margin-bottom: 55px;
  }
}
ul.item-list-pickup .front-wrap {
  width: 100%;
  position: relative;
  border: 1px solid;
  border-color: #999;
}
ul.item-list-pickup .front-cont {
  background: #fff;
  overflow-y: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup .front-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: initial;
            box-sizing: initial;
  }
}
ul.item-list-pickup .front-cont .img-wrap {
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .front-cont .img-wrap {
    min-height: initial;
  }
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup .front-cont .img-wrap {
    width: 49.65%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
ul.item-list-pickup .front-cont .detail .new-renew,
ul.item-list-pickup .front-cont .detail .date {
  color: #53473E;
  font-size: 18px;
  font-family: "Times New Roman", Times, "serif";
  font-weight: 500;
}
ul.item-list-pickup .front-cont .detail .date b {
  margin-left: 5px;
}
ul.item-list-pickup .front-cont .detail .logo-wrap {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.item-list-pickup .front-cont .detail .logo {
  margin: 0 15px 0 0;
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup .front-cont .detail {
    margin-left: 40px;
    padding: 60px 0 0;
    position: relative;
    width: calc(49% - 40px);
  }
  ul.item-list-pickup .front-cont .detail .logo {
    margin: 0 25px 0 0;
  }
  ul.item-list-pickup .front-cont .detail .logo-wrap {
    margin-bottom: 30px;
  }
  ul.item-list-pickup .front-cont .detail .new-renew {
    font-size: 22px;
    margin-bottom: 5px;
  }
  ul.item-list-pickup .front-cont .detail .date {
    font-size: 22px;
  }
}
ul.item-list-pickup .front-cont {
  /*.side-wrap{
    background: #AF9DC0;
    text-align: left;
    position: absolute;
    top: -20px;
    left: -10px;
    color: #fff;
    font-weight: 500;
    box-sizing: border-box;
    // padding: 19px 20px 0 35px;
    padding: 21px 20px 0 35px;
    height: 80px;
    min-width: 230px;
    font-family: "Times New Roman", Times, "serif";
    @media screen and (max-width: 768px) {
      height: auto;
      padding: 9px 5px 4px 5px;
      top: -28px;
      min-width: 70px;
      text-align: center;
      box-sizing: border-box;
      z-index: 10;
    }
    &::after{
      content: " ";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #AF9DC0 transparent transparent transparent;
      @media screen and (min-width: 769px) {
        border-width: 80px 20px 0 0;
        top: 0;
        left: 100%;
      }
      @media screen and (max-width: 768px) {
        // border-width: 20px 70px 0 0;
        border-width: 20px 73px 0 0;
        top: 100%;
        left: 0;
      }
    }
  }
  .date {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    @media screen and (max-width: 768px) {
      display: block;
      font-size: 24px;
      line-height: 28px;
    }
    b{
      font-size: 22px;
      padding-left: 3px;
      display: inline-block;
      @media screen and (max-width: 768px) {
        font-size: 16px;
        display: block;
        padding-left: 0;
      }
    }
  }
  .new-renew {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    line-height: 40px;
    margin-left: 6px;
    @media screen and (max-width: 768px) {
      border-top: 1px solid #fff;
      font-size: 16px;
      line-height: 28px;
      padding-top: 0;
      margin: 1px auto 0;
      text-align: center;
      width: 45px;
    }
  }*/
}
ul.item-list-pickup .front-cont .img-slider {
  position: relative;
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow:hover {
  opacity: 0.6;
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow.prev {
  left: 50%;
  margin-left: -33%;
  bottom: -43px;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .front-cont .img-slider .slick-arrow.prev {
    left: 36px;
    margin-left: 0;
  }
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow.next {
  right: 50%;
  margin-right: -33%;
  bottom: -43px;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .front-cont .img-slider .slick-arrow.next {
    right: 36px;
    margin-right: 0;
  }
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow button {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #AF9DC0;
  border-radius: 100%;
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow button:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #AF9DC0;
  border-left: 1px solid #AF9DC0;
  position: absolute;
  top: 12px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul.item-list-pickup .front-cont .img-slider .slick-arrow button.slick-next {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
ul.item-list-pickup .front-cont .img-slider .slick-dots {
  bottom: -38px;
}
ul.item-list-pickup .front-cont .img-slider .slick-dots li {
  margin: 0 4px;
}
ul.item-list-pickup .front-cont .img-slider .slick-dots li button:before {
  background-color: #DBDBDB;
  border-radius: 50%;
  content: "";
  height: 15px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .front-cont .img-slider .slick-dots li button:before {
    height: 10px;
    width: 10px;
  }
}
ul.item-list-pickup .front-cont .img-slider .slick-dots li.slick-active button:before {
  background-color: #4E555F;
}
ul.item-list-pickup .detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.item-list-pickup .catch {
  width: 100%;
}
ul.item-list-pickup .catch.catchfirst {
  position: relative;
}
ul.item-list-pickup .catch.catchfirst .sido-ico {
  background: #50ADE5;
  border-radius: 30px 0 0 30px;
  max-width: 200px;
  position: absolute;
  top: -25px;
  right: -1px;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .catch.catchfirst .sido-ico {
    max-width: 150px;
    right: -1px;
    top: -15px;
  }
}
ul.item-list-pickup .catch.catchfirst .sido-ico span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  height: 50px;
  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: 200px;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .catch.catchfirst .sido-ico span {
    height: 32px;
    font-size: 14px;
    line-height: 18px;
    width: 150px;
  }
}
ul.item-list-pickup .first {
  margin: 0.8em auto 0;
  text-align: center;
  font-size: 15px;
}
ul.item-list-pickup .logo {
  width: 70%;
  max-width: 205px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .logo {
    max-width: 130px;
  }
}
ul.item-list-pickup .shop {
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .shop {
    font-size: 15px;
    line-height: 140%;
  }
}
ul.item-list-pickup .floor {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .floor {
    font-size: 13px;
  }
}
ul.item-list-pickup .ctg {
  margin: 10px auto 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .ctg {
    font-size: 13px;
  }
}
ul.item-list-pickup .more {
  margin: 0;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .more {
    max-width: 100%;
    margin: 25px auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup .more {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
ul.item-list-pickup .more button {
  width: 100%;
  height: 50px;
  background: #2C3B45;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Times New Roman", Times, "serif";
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .more button {
    font-size: 16px;
    height: 40px;
  }
}
ul.item-list-pickup .more button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  ul.item-list-pickup .modal-wrap {
    padding-top: 0;
  }
}
ul.item-list-pickup .modal-wrap .catch {
  padding: 45px 10px 10px;
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup .modal-wrap .catch {
    padding: 25px 25px 25px 280px;
  }
  ul.item-list-pickup .modal-wrap .catch.catchfirstshow {
    padding: 25px 80px 25px 280px;
  }
}
@media screen and (min-width: 769px) {
  ul.item-list-pickup .modal-wrap .img-wrap {
    padding-top: 0;
  }
}

.item-list-all .item:first-child .modal-arrow.prev button {
  display: none !important;
}

#ladies-list-block .item-list-pickup.js-tabarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#ladies-list-block .item-list-pickup.js-tabarea > li {
  width: 100%;
}
#ladies-list-block .item-list-pickup.js-tabarea > li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#ladies-list-block .item-list-pickup.js-tabarea > li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#ladies-list-block .item-list-pickup.js-tabarea > li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .item-list-pickup .newrenew-modal .side-wrap {
    min-width: 85px;
  }
  .item-list-pickup .newrenew-modal .side-wrap::after {
    border-width: 20px 85px 0 0;
  }
}
.link-list {
  width: 100%;
  margin: 48px auto 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;
}
@media screen and (max-width: 768px) {
  .link-list {
    margin: 40px auto 0;
    width: 90%;
  }
}

.link-item {
  height: 30px;
  margin: 0 15px;
}
.link-item.shop {
  margin: 0 15px;
}
.link-item a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.link-item a:hover {
  opacity: 0.7;
}
.link-item a img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .link-item a {
    height: 30px;
  }
}

.ctg {
  opacity: 0.5;
}

.introduction {
  margin: 17px auto 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.open-event {
  margin: 20px auto 0;
}
.open-event .ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  color: #AE7D5B;
}
.open-event .txt {
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 25px;
}

.item-list-all .miniwrap {
  border-bottom: none;
}

.miniwrap,
.modal-cont .miniwrap {
  border-bottom: 1px solid #DCDCDC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 25px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .miniwrap,
  .modal-cont .miniwrap {
    border-top: none;
    margin-top: 10px;
    padding: 0 0 25px;
  }
}

/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFF100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #56C800;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */