@charset "UTF-8";

#top-contents {
  overflow: hidden;
  position: relative;
}

/* --------------------
  Top slider
-------------------- */
#top-slider {
  padding-top: 3vw;
  background: #FFF;
  position: relative;

  min-height: 76vw;
}
#top-slider .splide__slide {
  width: 76vw;
  padding: 0 1.5%;
}
#top-slider .splide__controller {
  position: absolute;
  bottom: .5em;
  right: calc(12vw + 1.5% + .5em);
  z-index: 5;
}
#top-slider .splide__arrow {
  width: 2em;
  height: 1.8em;
}
#top-slider .splide__arrow--prev {
  margin-right: 0;
}
@media (min-width: 576px) {
  #top-slider {
    min-height: 440px;
  }
  #top-slider .splide__slide {
    width: 440px;
    padding: 0 10px;
  }
  #top-slider .splide__controller {
    font-size: .923em;
    right: calc((100vw - 440px)/2 + 10px + .75em);
  }
}
@media (min-width: 768px) {
  #top-slider {
    padding-top: 20px;
    min-height: 540px;
  }
  #top-slider .splide__slide {
    width: 540px;
    padding: 0 10px;
  }
  #top-slider .splide__controller {
    right: calc((100vw - 540px)/2 + 10px + .75em);
  }
}
@media (min-width: 992px) {
  #top-slider .splide__controller {
    right: auto;
    left: calc((100vw - 250px - 540px)/2 + 10px + 1.5em);
  }
}
@media (min-width: 1200px) {
  #top-slider {
    padding-top: 25px;
    min-height: 545px;
  }
  #top-slider .splide__controller {
    left: calc((100vw - 300px - 540px)/2 + 10px + 1.5em);
  }
}
@media (min-width: 1366px) {
  #top-slider .splide__controller {
    left: calc((100vw - 22vw - 540px)/2 + 10px + 1.5em);
  }
}

/* --------------------
  close
-------------------- */
#top-slider .close {
  font-size: .769em;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  padding: .25em .75em;
  background: #FFF;
  border: 1px solid var(--color3);
  border-radius: .25em;
  position: absolute;
  bottom: .5em;
  left: calc(13.5vw + .5em);
}
#top-slider .close span.ttl {
  margin-right: .5em;
}
@media (min-width: 576px) {
  #top-slider .close {
    font-size: .923em;
    left: calc((100vw - 440px)/2 + 10px + .5em);
  }
}
@media (min-width: 768px) {
  #top-slider .close {
    left: calc((100vw - 540px)/2 + 10px + .5em);
  }
}
@media (min-width: 992px) {
  #top-slider .close {
    display: none;
  }
}

/* --------------------
  Top Info
-------------------- */
#top-info {
  font-size: .923em;
}
#top-info ul {
  list-style-type: none;
}
#top-info ul li a {
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
  padding: .75em 25px .75em 0;
  line-height: 1.5;
  position: relative;
}
#top-info ul li a::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.21%22%20height%3D%229.88%22%20viewBox%3D%220%200%2012.21%209.88%22%3E%3Cpolygon%20points%3D%227.27%209.88%206.56%209.17%2010.79%204.94%206.56%20.71%207.27%200%2012.21%204.94%207.27%209.88%22%2F%3E%3Crect%20y%3D%224.44%22%20width%3D%2211.5%22%20height%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - .5em);
  right: 0;
}
#top-info ul li a .inner {
  width: 100%;
  
}
#top-info ul li .cat {
  font-size: .917em;
  padding-right: 1em;
  margin: .25em 0;
}
#top-info ul li time {
  display: block;
  padding-right: 1em;
  margin: .35em 0 .15em;
  font-family: var(--font1);
}
#top-info ul li .ttl {
  display: block;
  width: 100%;
  margin: .25em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 576px) {
  #top-info {
    font-size: .923em;
  }
}
@media (min-width: 768px) {
  #top-info ul li a {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  #top-info {
    font-size: .8em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #top-info .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: inherit;
    display: flex;
    justify-content: flex-end;
  }
  #top-info .topinfo-slider {
    max-width: 40em;
  }
  #top-info ul li a {
    padding: 1em 45px 1em 20px;
    border-radius: 1em 0 0 0;
  }
  #top-info ul li a .ttl {
    flex-basis: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #top-info ul li a::before {
    right: 20px;
  }
}


/* --------------------
  Hours
-------------------- */
#hours {
  background: var(--color4);
  color: #FFF;
  font-size: .846em;
  line-height: 1.75;
  overflow: hidden;
}
#hours .container {
  display: flex;
  align-items: center;
}
#hours .hours-ttl {
  padding-right: 20px;
}
#hours .hours-list {
  margin: .65em 0;
  padding-left: 1em;
  border-left: 1px solid rgba(255,255,255,.28);
}
#hours .hours-list li span.note {
  margin-left: .75em;
}
#hours .hours-list li {
  padding: .1em 0;
  background-position: .5em center;
  background-size: 1.25em;
}
#hours .hours-list li.shopping {
    background-image: url(../common/img/icon/shop-w.svg);
}
#hours .hours-list li.gourmet {
    background-image: url(../common/img/icon/gourmet-w.svg);
}
#hours .hours-list li .ttl {
  flex: 1 0 10.5em;
}
@media (min-width: 576px) {
  #hours {
    font-size: .923em;
  }
}
@media (min-width: 992px) {
  #hours {
    display: none;
  }
}

/* --------------------
  Search
-------------------- */
#search {
  position: relative;
  z-index: 2;
}
#search .search-tags {
  background: #F4F0EC url(img/search_bg_sp.svg) no-repeat center center / 37em;
  padding: 1.25em 0;
  position: relative;
}
#search .tag-list {
  margin-top: 1em;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #search .search-access {
    display: none;
  }
}
@media (min-width: 576px) {
  #search .search-tags {
    padding: 2.5em 0;
  }
  #search .search-tags {
    background-image: url(img/search_bg.svg);
    background-size: 100em;
    padding: 1.25em 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  #search .search-tags {
    background-size: 74em;
  }
  #search .search-access {
    background: var(--l-gray);
  }
  #search .search-access ul {
    list-style-type: none;
    display: flex;
  }
  #search .search-access ul li {
    flex: 0 0 50%;
  }
  #search .search-access ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5em 20px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 1.438rem;
  }
  #search .search-access ul li:nth-of-type(even) a {
    border-left: 1px solid var(--border1);
  }
  #search .search-access ul li a .ttlBox {
    display: block;
    padding-left: 2.75em;
    font-size: .75em;
    line-height: 1.25;
    color: var(--gray);
  }
  #search .search-access ul li a .ttlBox span {
    display: block;
    font-size: 1.167em;
    font-family: var(--font1);
    color: var(--black);
  }
  #search .search-access ul li a .more-btn {
    width: auto;
    border-bottom: 0;
  }
  #search .search-access ul li a .more-btn::before {
    right: 0;
  }
  #search .search-access ul li.floor a {
    background-image: url(../common/img/icon/floor.svg);
  }
  #search .search-access ul li.access a {
    background-image: url(../common/img/icon/access.svg);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #search .search-access ul li a .more-btn {
    font-size: .929em;
  }
}



#search .people {
  position: absolute;
}
#search .people_1 {
  width: 3.5em;
  top: 2em;
  right: calc(50% + 9em);
}
#search .people_2 {
  width: 6em;
  bottom: -2.75em;
  right: 2%;
}
@media (min-width: 768px) {
  #search .people_1 {
    width: 3em;
    top: 3em;
    right: calc(50% + 15em);
  }
  #search .people_2 {
    width: 4.5em;
    bottom: -1.25em;
    right: calc(50% + 18em);
  }
  #search .people_3 {
    width: 2em;
    top: 1.5em;
    left: calc(50% + 12em);
  }
  #search .people_4 {
    width: 4.25em;
    top: 4em;
    left: calc(50% + 21em);
  }
  #search .people_5 {
    width: 2.75em;
    bottom: -1.5em;
    left: calc(50% + 7.5em);
  }
}



/* --------------------
  Limited
-------------------- */
#limited {
  background: #E3E8E8;
}
#limited .card .card-footer {
  border-top-color: rgba(255,255,255,.6);
}
@media (min-width: 768px) {
  .limited-store #lobby + #dsm {
    border-left-color: rgba(255,255,255,.6);
  }
}

/* --------------------
  Pickup
-------------------- */
#pickup .row {
  margin-right: -30px;
  margin-left: -30px;
}
#pickup .row > div {
  padding-right: 30px;
  padding-left: 30px;
}
#pickup .row .card {
  padding-bottom: 2.5em;
}


/* --------------------
  Shop News
-------------------- */
@media (min-width: 768px) {
  #shop-news .cards > div:nth-of-type(4) {
    display: none;
  }
}

/* --------------------
  New shop
-------------------- */
#newshop {
  position: relative;
}
#newshop .card {
  padding-top: 1.25rem;
}
#newshop .card .round-badge {
  transform: translateY(0);
}
#newshop .splide__controller {
  position: absolute;
  top: -7.5em;
  right: 0;
}
#newshop .buttons {
  padding-top: 1.25rem;
}
#newshop .buttons .btn {
  width: 22em;
}

@media (max-width: 575px) {
  #newshop .splide__controller .splide__counter {
    margin-right: 0;
  }
  #newshop .splide__controller .splide__arrows {
    display: none;
  }
}

@media (min-width: 576px) {
  #newshop .splide__controller {
    top: -8em;
  }
}



/* --------------------
  About
-------------------- */
#about .inner {
  width: 70vw;
  margin: 0 auto;
  position: relative;
}
#about .copy {
  width: 15em;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
}
#about .buttons {
  text-align: center;
}
#about .buttons .more-btn {
  margin-top: .75em;
  background-color: #FFF;
}

@media (max-width: 575px) {
  #about .inner {
    margin-top: 10em;
  }
  #about .copy {
    top: -8em;
    right: 0;
    left: 0;
  }
}
@media (min-width: 576px) {
  #about .inner {
    width: 40.5em;
    margin-bottom: 8em;
  }
  #about .copy {
    width: 20.5em;
    top: 3.25em;
    left: 0;
  }
  #about .buttons {
    position: absolute;
    top: 60%;
    left: 0;
  }
}


#about .clipBase {
  position: relative;
  z-index: -1;
}
#about .clipObj {
  background: #F4EFEA;
  backface-visibility: hidden;
  clip-path: inset(50% 50% 50% round 50% 50% 5px 5px);
  will-change: clip-path;
  position: fixed;
  top: 50%;
  left: 0;
  overflow: hidden;
  transform: translate3d(0,-50%,0);
  transition: clip-path .6s ease-out;
}
#about .clipObj.stop {
  position: absolute;
  top: 0;
  transform: translate3d(0,0,0);
}
#about .clipObj,
#about .clipImg {
  width: 70vw;
  height: 80vw;
}
#about .clipImg {
  display: block;
  margin: 0 auto;
  position: relative;
  clip-path: inset(0 0 0 round 50% 50% 5px 5px);
  overflow: hidden;
}
#about .clipImg-img {
  width: 100%;
  height: 100%;
  background: url(img/about_img_202411.jpg) no-repeat center center / cover;
  opacity: 0;
  transform: scale(1.2);
  transition: transform .6s, opacity .6s;
}
#about .active .clipImg-img {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 576px) {
  #about .clipObj,
  #about .clipImg {
    width: calc(40.5em*0.7);
    height: 32.625em;
  }
}
@media (min-width: 992px) {
  #about .clipObj {
    left: calc((100vw - 250px)*0.5);
  }
}
@media (min-width: 1200px) {
  #about .clipObj {
    left: calc((100vw - 300px)*0.5);
  }
}
@media (min-width: 1366px) {
  #about .clipObj {
    left: calc(78vw*0.5);
  }
}

