@charset "UTF-8";

/* ヘッダ（ＰＣ） ファーストビュー用 */

/*--- /css/usr/block.css ---*/
img {
  max-width: 100%;
}
.swiper-container {
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 56px;
}
.swiper-button-prev {
  left: -28px;
}
.swiper-button-next {
  right: -28px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button-prev::after {
  background: url(../../img/usr/common/arrow_prev02.png) no-repeat center / 100%;
}
.swiper-button-next::after {
  background: url(../../img/usr/common/arrow_next02.png) no-repeat center / 100%;
}
.swiper-button-disabled {
  display: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 985px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  height: 67px;
  background: #FFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
  z-index: 11;
  transition: .5s ease;
}
#header.hide {
  top: -80px;
}
.block-header-logo {
  width: 80px;
  margin: 0 40px 0 0;
  padding: 4px 0 0;
}
.block-headernav--item-list {
  display: flex;
}
.block-headernav--item-list li:not(:last-child) {
  margin: 0 20px 0 0;
}
.block-headernav--item-list li a {
  font-size: 12px;
}
.block-header-logo-center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 120px;
  height: 45px;
  transition: .5s ease;
}
#header.hide .block-header-logo-center {
  height: 0;
}
.block-headernav-customer {
  display: flex;
  align-items: center;
}
.block-headernav-customer--onlineshop {
  margin: 10px 10px 10px 0 !important;
}
.block-headernav-customer--onlineshop a {
  font-size: 12px;
  border-radius: 100px;
  display: block;
  width: 150px;
  padding: 9px;
  box-sizing: border-box;
  background: #5a2d14;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}
.block-headernav-customer--onlineshop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.block-headernav-customer--search {
  margin: 0 10px 0 0;
}
.block-headernav-customer--search form {
  position: relative;
  width: 220px;
  height: 36px;
  border: 1px solid #F0EFEC;
  border-radius: 20px;
}
.block-global-search--submit {
  position: absolute;
  top: 0;
  right: 5px;
  width: 36px;
  height: 36px;
  background: url(../../img/usr/common/icon_search.png) no-repeat center top 6px / 21px;
  border: 0;
  cursor: pointer;
}
.block-headernav-customer .block-global-search--keyword {
  background: #fff;
  border: 0;
  height: 100%;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 12px;
  transition: .5s ease;
}
.block-headernav-customer--item a {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
}
.block-headernav-customer--mypage {
  margin: 0 22px 0 0;
}
.block-headernav-customer--mypage a {
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/icon_mypage.png) no-repeat center / 100%;
}
.block-headernav-customer--mypage a:hover {
  background-image: url(../../img/usr/common/icon_mypage_on.png);
}
.block-headernav-customer--bookmark {
  margin: 0 20px 0 0;
  padding: 1px 0 0;
}
.block-headernav-customer--bookmark a {
  width: 21px;
  height: 19px;
  background: url(../../img/usr/common/icon_bookmark.png) no-repeat center / 100%;
}
.block-headernav-customer--bookmark a:hover {
  background-image: url(../../img/usr/common/icon_bookmark_on.png);
}
.block-headernav-customer--cart a {
  position: relative;
  width: 25px;
  height: 24px;
  background: url(../../img/usr/common/icon_cart.png) no-repeat center / 100%;
}
.block-headernav-customer--cart a:hover {
  background-image: url(../../img/usr/common/icon_cart_on.png);
}
.block-headernav--cart-count {
  position: absolute;
  top: -6px;
  right: -13px;
  text-indent : 0;
  width: 21px;
  height: 21px;
  background: #AA0046;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
}
.pane-globalnav {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: .5s ease;
}
body:not(.page-top) .pane-globalnav {
  background: #F5F5F5;
}
.pane-globalnav.hide .block-globalnav {
  top: -70px;
}
.block-globalnav {
  position: fixed;
  top: 67px;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 14px 0 0;
}
.block-globalnav.show {
  background: transparent;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06));
  backdrop-filter: blur(26.483800888061523px);
  -webkit-backdrop-filter: blur(26.48380088061523px);
  background-color: rgba(255, 255, 255, 0.9);
  height: 870px;
}
.block-globalnav--head {
  position: fixed;
  top: 66px;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 14px 0;
  background: #F5F5F5;
  min-width: 645px;
  z-index: 1;
  transition: top .5s ease;
}
.fixed .block-globalnav--head {
  width: 650px;
}
.page-top .block-globalnav--head {
  background: transparent;
}
.block-globalnav--item-head {
  margin: 0 4px;
  background: #fff;
  padding: 10px 24px;
  text-align: center;
  border-radius: 30px;
  color: #551937;
  font-weight: bold;
  border: 1px solid #FFF;
  cursor: pointer;
  transition: .3s ease;
}
.block-globalnav--item-head:nth-child(2) {
  /*padding: 0;*/
	padding: 10px 24px !important;
}
.page-top .block-globalnav--item-head.active,
.page-top .block-globalnav--item-head:hover {
  color: #FFF;
  background: #551937;
  border-color: #551937;
}
body:not(.page-top) .pane-globalnav:not(.fixed) .block-globalnav--item-head:hover {
  border: 1px solid #551937;
}
.block-globalnav--item-head.active:hover {
  opacity: .8;
}
.block-globalnav--item-head a {
  color: #551937;
}
.page-top .block-globalnav--item-head:hover a {
  color: #FFF;
}
.block-globalnav--item-head a:hover {
  text-decoration: none;
}
.block-globalnav--item-head:nth-child(1) span {
  padding: 4px 0 4px 31px;
  background: url(../../img/usr/common/icon_gnav_cake.png) no-repeat left center / 23px;
}
.block-globalnav--item-head:nth-child(2) a {
  display: block;
  padding: 10px 24px;
}
.block-globalnav--item-head:nth-child(2) span {
  padding: 4px 0 4px 22px;
  background: url(../../img/usr/common/icon_gnav_web.png) no-repeat left center / 18px;
}
.block-globalnav--item-head:nth-child(3) span {
  padding: 4px 0 4px 29px;
  background: url(../../img/usr/common/icon_gnav_store.png) no-repeat left center / 24px;
}
.block-globalnav--item-head:nth-child(4) span {
  padding: 4px 0 4px 25px;
  background: url(../../img/usr/common/icon_gnav_features.png) no-repeat left center / 19px;
}
.block-globalnav--item {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  padding: 28px 0 0;
  height: 750px;
}
.block-globalnav-category-list {
  display: flex;
  flex-direction: column;
  height: calc(100% - 115px);
  column-count: 6;
  width: 80vw;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 8px;
  letter-spacing:1.5px;
}
.block-globalnav-category {
  width: 204px;
  margin: 0 0 10px;
}
.block-globalnav-category#gnav-cat-wine {
  margin: 0 0 40px;
}

.block-globalnav-category--title a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #F0EBDE;
	background-image: linear-gradient(-90deg, #EDE6D3 50%, transparent 50%);
	background-size: 14px 14px;
  color: #551937;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 0 10px;
}
@media screen and (min-width: 768px) {
  .block-globalnav-category--title a {
    position: relative;
    display: block;
    text-align: center;
    background-color: #F0EBDE;
    background-image: linear-gradient(-90deg, #EDE6D3 50%, transparent 50%);
    background-size: 14px 14px;
    color: #551937;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 11px 0 10px;
}
}
.block-globalnav-category--title a:hover {
  color: #AA0046;
  text-decoration: none;
}
.block-globalnav-category--title a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #551937;
  border-bottom: 2px solid #551937;
  transform: rotate(-45deg);
  transition: .3s ease;
}
.block-globalnav-category--title a:hover::after {
  border-color: #AA0046;
}
.block-globalnav-category--title img {
  position: absolute;
  width: 60px;
}
#gnav-cat-cake .block-globalnav-category--title img {
  top: -16px;
  left: -12px;
}
#gnav-cat-chilled .block-globalnav-category--title img {
  top: -14px;
  left: -15px;
}
#gnav-cat-japanese .block-globalnav-category--title img {
  top: -16px;
  left: -6px;
}
#gnav-cat-western .block-globalnav-category--title img {
  top: -12px;
  left: -7px;
}
#gnav-cat-freshly-baked .block-globalnav-category--title img {
  top: -12px;
  left: -14px;
}
#gnav-cat-chocolate .block-globalnav-category--title img {
  top: -13px;
  left: -5px;
}
#gnav-cat-icecream .block-globalnav-category--title img {
  top: -12px;
  left: -8px;
}
#gnav-cat-frozen-food .block-globalnav-category--title img {
  top: -10px;
  left: -3px;
  width: 55px;
}
#gnav-cat-bread .block-globalnav-category--title img {
  top: -10px;
  left: -4px;
}
#gnav-cat-drink .block-globalnav-category--title img {
  top: -12px;
  left: -1px;
  width: 56px;
}
#gnav-cat-wine .block-globalnav-category--title img {
  top: -13px;
  left: 2px;
  width: 58px;
}
#gnav-cat-others .block-globalnav-category--title img {
  top: -10px;
  left: -4px;
}
.block-globalnav-category--items {
  background: #FFF;
  border: 1px solid #F0EBDE;
  border-top: 0;
  padding: 8px;
}
.block-globalnav-category--items li {
  padding: 4px 0;
  border-bottom: 1px solid #F0EBDE;
}
.block-globalnav-category--items li:first-child {
  padding-top: 0;
}
.block-globalnav-category--items li:last-child {
  border: 0;
  padding-bottom: 0;
}
.block-globalnav-category--items li a {
  display: block;
  text-decoration: none;
  line-height: 1.43;
  padding: 7px 8px;
  border-radius: 4px;
  letter-spacing: 1px;
}
.block-globalnav-category--items li a:hover {
  color: #AA0046;
  background: #F7F7F7;
}
.block-globalnav--item-close {
  width: 160px;
  margin: 24px auto 0;
  text-align: center;
  background: #121212;
  border-radius: 30px;
  padding: 13px 0;
  cursor: pointer;
}
.block-globalnav--item-close span {
  position: relative;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  padding: 0 0 0 20px;
}
.block-globalnav--item-close span::before,
.block-globalnav--item-close span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #FFF;
  border-radius: 5px;
  transform: rotate(45deg);
}
.block-globalnav--item-close span::after {
  transform: rotate(-45deg);
}
.block-globalnav-search-purpose {
  width: 80vw;
  margin: 0 auto 36px;
}
.block-globalnav-search-purpose--title {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  letter-spacing: 1px;
  margin: 0 0 8px;
}
.block-globalnav-search-purpose ul {
  display: flex;
}
.block-globalnav-search-purpose li:not(:last-child) {
  margin: 0 15px 0 0;
}
.block-globalnav-search-purpose li a {
  color: #AA0046;
}
.block-globalnav-search-purpose li a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-globalnav-store-list {
  width: 1200px;
  margin: 0 auto;
}
.block-globalnav-store-list--brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border-radius: 4px;
  margin: 0 0 8px;
  padding: 24px 32px;
  box-shadow: 3px 3px 6px rgba(37, 28, 41, 0.06);
}
.block-globalnav-store-list--brand:last-child {
  margin: 0;
}
.block-globalnav-store-list--brand-img {
  width: 220px;
  margin: 0 28px 0 0;
}
.block-globalnav-store-list--brand-text {
  width: 440px;
  margin-right: auto;
}
.block-globalnav-store-list--brand-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px;
}
.block-globalnav-store-list--brand-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 325px;
  height: 116px;
}
.block-globalnav-store-list--brand-list li {
  margin: 4px 0;
}
.block-globalnav-store-list--brand-list a {
  color: #AA0046;
}
.block-globalnav-feature-list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.block-globalnav-feature-list--item {
  width: 390px;
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 3px 3px 6px rgba(37, 28, 41, 0.06);
}
.block-globalnav-feature-list--item a {
  text-decoration: none;
}
.block-globalnav-feature-list--item-img {
  line-height: 0;
}
.block-globalnav-feature-list--item-tag {
  display: flex;
}
.block-globalnav-feature-list--item-tag li {
  margin: 0 6px 6px 0;
  padding: 5px 8px 4px;
  border-radius: 2px;
  color: #FFF;
  font-size: 11px;
}
.block-globalnav-feature-list--item-tag li.blue {
  background: #83B7D8;
}
.block-globalnav-feature-list--item-tag li.pink {
  background: #E397AC;
}
.block-globalnav-feature-list--item-text {
  padding: 12px 16px 20px;
}
.block-globalnav-feature-list--item-text p {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block-globalnav-feature-list .swiper-pagination {
  position: static;
  margin: 20px 0 0;
}
.block-globalnav-feature-list--kodawari {
  margin: 28px 0 0;
}
.block-globalnav-feature-list--kodawari-title {
  font-size: 24px;
  font-family: serif;
  margin: 0 0 12px;
}
.block-globalnav-feature-list--kodawari-link {
  display: flex;
}
.block-globalnav-feature-list--kodawari-link li:not(:last-child) {
  margin: 0 48px 0 0;
}
.block-globalnav-feature-list--kodawari-link a {
  color: #AA0046;
}
.block-globalnav-feature-list .swiper-button-prev,
.block-globalnav-feature-list .swiper-button-next {
  top: calc(50% - 73px);
}
.block-globalnav-feature-list .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #DEDEDE;
  margin: 0 8px;
  transition: .3s ease;
}
.block-globalnav-feature-list .swiper-pagination-bullet-active {
  background: #AA0046;
}

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* header icon */
@media screen and (max-width : 1400px){
	#gnav-cat-chilled .block-globalnav-category--title img {
	  left: -17px;
	}
	#gnav-cat-freshly-baked .block-globalnav-category--title img {
	  left: -20px;
	}
	#gnav-cat-chocolate .block-globalnav-category--title img {
	  left: -15px;
	}
	#gnav-cat-frozen-food .block-globalnav-category--title img {
	  left: -13px;
	}
	#gnav-cat-drink .block-globalnav-category--title img {
	  left: -11px;
	}
	#gnav-cat-wine .block-globalnav-category--title img {
	  left: -12px;
	}
	#gnav-cat-others .block-globalnav-category--title img {
	  left: -4px;
	}
	#gnav-cat-fruits .block-globalnav-category--title img {
	  top: -5px;
	  left: -20px;
	  width: 70px;
	}

}

/* 目的から探す */
.block-globalnav-search-purpose ul {
    margin-top: 15px;
}
.block-globalnav-search-purpose li a {
    color: #AA0046;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #AA0046;
    padding: 8px 10px;
	white-space: nowrap;
}
#gnav-item .block-globalnav--item-close {
    margin-top: -10px;
}