@charset "UTF-8";

/* --- COMMON --- */
body:not(.page-top) .wrapper {
    padding-top: 110px;
}
img {
  aspect-ratio: attr(width) / attr(height);
  height: auto;
}
.block-section-title {
  padding: 32px 0 24px;
  text-align: center;
}
.block-section-title h2 {
  font-size: 24px;
  font-family: serif;
  letter-spacing: 1.5px;
  background: transparent;
  padding: 0;
  margin: 0 0 5px;
}
.block-section-title--sub {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.block-section-title--sub::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #551937;
}
.block-section-title--sub span {
  position: relative;
  background: #FFF;
  border: 1px solid #F0EFEC;
  border-radius: 20px;
  color: #AA0046;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 4px 24px;
  z-index: 1;
}

/* ---- HEADER ---- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 14px;
  z-index: 11;
  transition: .5s ease;
}
#header_menu {
  position: relative;
  width: 48px;
  height: 48px;
}
#header_menu span {
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
#header_menu::before,
#header_menu::after,
#header_menu span::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background: #320523;
}
#header_menu::before {
  top: 18px;
}
#header_menu::after {
  top: 25px;
}
#header_menu span::before {
  top: 32px;
}
#header .block-header-logo {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  padding: 0;
  font-size: 0;
}
#header .block-header-customer {
  display: flex;
  align-items: center;
}
#header .block-header-customer--item {
  width: 32px;
  margin: 0 8px 0 0;
  text-align: center;
}
#header .block-header-customer--mypage img {
  width: 28px;
}
#header .block-header-customer--cart img {
  width: 24px;
}
#header .block-header-customer--cart a {
  position: relative;
}
#header .block-headernav--cart-count {
  position: absolute;
  top: -14px;
  right: -12px;
  width: 21px;
  height: 21px;
  background: #AA0046;
  color: #FFF;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
}
#header .block-header--left{
  display: flex;
  align-items: center;
}
#header .block-header--search{
  margin: 0 0 0 10px;
}
#header .block-header--search > a{
  display: block;
}

#header .block-header--search > a img{
  width: 26px;
  height: auto;
}

/* GLOBALNAVI */
.pane-globalnav {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: .5s ease;
}
.block-globalnav--item-list {
  display: flex;
  justify-content: center;
}
.block-globalnav--item-list li {
  width: 115px;
  margin: 0 2px;
}
.block-globalnav--item-list li a,
.block-globalnav--item-list li.block-globalnav--item-item,
.block-globalnav--item-list li.block-globalnav--item-reservation,
.block-globalnav--item-list li.block-globalnav--item-store {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  text-align: center;
  background: #FFF;
  padding: 3px 10px;
}
.block-globalnav--item-list li a {
  height: 100%;
}
.block-globalnav--item-list li span {
  color: #551937;
  font-size: 11px;
  line-height: 1.36;
  padding: 3px 0 3px 30px;
}
.block-globalnav--item-list li.block-globalnav--item-item a span,
.block-globalnav--item-list li.block-globalnav--item-item span {
  background: url(../../img/usr/sb/common/icon_cake.png) no-repeat left center / 23px;
}
.block-globalnav--item-list li.block-globalnav--item-reservation a span,
.block-globalnav--item-list li.block-globalnav--item-reservation span {
  background: url(../../img/usr/sb/common/icon_web.png) no-repeat left center / 19px;
}
.block-globalnav--item-list li.block-globalnav--item-store span {
  background: #FFF url(../../img/usr/sb/common/icon_store.png) no-repeat left center / 24px
}
/* ヘッダーナビ 店舗一覧 / WEB予約・店舗受取（モーダル）  */
.block-globalnav-store-modal,.block-globalnav-store_vue-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}
.block-globalnav-store-modal--bg,.block-globalnav-store_vue-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.block-globalnav-store-modal--contents,.block-globalnav-store_vue-modal--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 92%;
  max-height: 70%;
  padding: 0 15px 24px;
  overflow-y: auto;
}
.block-globalnav-store-modal--close,.block-globalnav-store_vue-modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.block-globalnav-store-modal--close:before,
.block-globalnav-store-modal--close:after,
.block-globalnav-store_vue-modal--close:before,
.block-globalnav-store_vue-modal--close:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 20px;
  background: #222;
  transform: rotate(45deg);
}
.block-globalnav-store-modal--close:after,
.block-globalnav-store_vue-modal--close:after {
  transform: rotate(-45deg);
}
.block-globalnav-store-modal--title,
.block-globalnav-store_vue-modal--title {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  padding: 20px 0 16px;
}
.block-globalnav-store-modal--box,
.block-globalnav-store_vue-modal--box {
  border-radius: 12px;
  border: 1px solid #F0EFEC;
  box-shadow: 0px 3px 12px rgb(37 28 41 / 12%);
  margin: 0 0 12px;
  padding: 12px;
  overflow: hidden;
}
.block-globalnav-store-modal--box:last-child,
.block-globalnav-store_vue-modal--box:last-child {
  margin: 0;
}
.block-globalnav-store-modal--box > a {
  display: flex;
  justify-content: space-between;
}
.block-globalnav-store-modal--box-img {
  width: 48%;
}
.block-globalnav-store-modal--box-text {
  width: 48%;
}
.block-globalnav-store-modal--box-title {
  font-weight: bold;
  margin: 0 0 4px;
}
.block-globalnav-store-modal--box.overseas .block-globalnav-store-modal--box-title {
  text-align: center;
  margin: 4px 0;
}
.block-globalnav-store-modal--box-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.block-globalnav-store-modal--box.overseas ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-globalnav-store-modal--box.overseas li {
  width: 48%;
  text-align: center;
}
.block-globalnav-store-modal--box.overseas li a {
  display: inline-block;
  color: #AA0046;
  padding: 8px 0;
}

/* HEADER GLOBALNAVI FIXED */
#header.hide {
  top: -80px;
}
.pane-globalnav.hide {
  top: -80px !important;
}
#header.fixed {
  background: #FFF;
  border-bottom: 1px solid #EFEFEF;
}
.pane-globalnav.fixed {
  top: 62px;
  background: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
}
.fixed .block-globalnav--item-list li {
  width: auto;
  background: 0;
}
.fixed .block-globalnav--item-list li.block-globalnav--item-store {
  padding-left: 16px;
}
.block-globalnav--item-list li.block-globalnav--item-item span,
.block-globalnav--item-list li.block-globalnav--item-reservation span,
.fixed .block-globalnav--item-list li a {
  position: relative;
  border-radius: 0;
  padding: 8px 16px 8px 30px;
}
.page-top .block-globalnav--item-list li.block-globalnav--item-item span,
.page-top .block-globalnav--item-list li.block-globalnav--item-reservation span {
  padding: 8px 0 8px 30px;
}
.page-top .fixed .block-globalnav--item-list li.block-globalnav--item-item span,
.page-top .fixed .block-globalnav--item-list li.block-globalnav--item-reservation span {
  padding: 8px 16px 8px 30px;
}
.fixed .block-globalnav--item-list li a {
  background: transparent;
  padding: 14px 16px;
}
.fixed .block-globalnav--item-list li.block-globalnav--item-item span::after,
.fixed .block-globalnav--item-list li.block-globalnav--item-reservation span::after,
.fixed .block-globalnav--item-list li:not(:last-child) a::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 24px;
  background: #D3D3D3;
}
.fixed .block-globalnav--item-list li.block-globalnav--item-item span::after,
.fixed .block-globalnav--item-list li.block-globalnav--item-reservation span::after {
  top: 50%;
  transform: translateY(-50%);
}

.fixed .block-globalnav--item-list li.block-globalnav--item-store span {
  background-color: transparent;
}

/* MENU */
.block-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  z-index: 100;
  overflow-y: scroll;
  transition: .3s ease;
}
.block-menu.show {
  left: 0;
}
.block-menu--close {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: #A8A8A8;
  border-radius: 50%;
  border: 1px solid #B5B5B5;
  filter: drop-shadow(0px 4px 12px rgba(140, 85, 165, 0.12));
  transition: .5s ease;
  z-index: -1;
  opacity: 0;
}
.block-menu--close:before,
.block-menu--close:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.block-menu--close:after {
  transform: rotate(-45deg);
}
.show .block-menu--close {
  opacity: 1;
  z-index: 1;
}
.block-menu--head {
  padding: 0 0 16px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
  background: #FFF;
}
.block-menu--head ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px 10px;
}
.block-menu--head li {
  width: 72px;
  margin: 0 4px;
}
.block-menu--head li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 72px;
  padding: 48px 0 0;
  font-size: 11px;
}
.block-menu--head li.block-menu--head-customer a {
  background: url(../../img/usr/sb/common/icon_mypage.png) no-repeat center top 15px / 28px;
}
.block-menu--head li.block-menu--head-cart a {
  background: url(../../img/usr/sb/common/icon_cart.png) no-repeat center top 17px / 25px;
}
.block-menu--head li.block-menu--head-bookmark a {
  background: url(../../img/usr/sb/common/icon_bookmark.png) no-repeat center top 21px / 20px;
}
.block-menu--head li.block-menu--head-store a {
  background: url(../../img/usr/sb/common/icon_store02.png) no-repeat center top 20px / 35px;
}
.block-menu--cart-count {
  position: absolute;
  top: 8px;
  right: 13px;
  width: 21px;
  height: 21px;
  background: #AA0046;
  color: #FFF;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
#block_of_searchbox form {
  border: 1px solid #F0EFEC;
  border-radius: 2px;
  background: #F5F5F5;
  padding: 8px 0;
  margin: 0 20px;
}
#block_of_searchbox .input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#block_of_searchbox .input-group > span {
  display: block;
  width: calc(100% - 48px);
}
#block_of_searchbox .input-group > span.input-group-btn {
  width: 48px;
  border-left: 1px solid #DEDEDE;
}
#block_of_searchbox .block-menu-search--keyword {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 0 0 16px;
}
#block_of_searchbox .block-menu-search--search-submit {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
}
#block_of_searchbox .block-icon-image--search-white {
  background: url(../../img/usr/sb/common/icon_search.png) no-repeat center top 4px / 18px;
}
.block-menu-home-btn {
  padding: 20px 40px;
}
.block-menu-home-btn a {
  display: block;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
  padding: 13px 0;
  box-shadow: 0px 1px 12px rgba(159, 130, 172, 0.06);
}
.block-menu-home-btn a span {
  font-size: 13px;
  padding: 0 0 0 30px;
  background: url(../../img/usr/sb/common/icon_home.png) no-repeat center left / 22px;
}
.block-menu-os-btn {
  padding: 0 40px 0;
}
.block-menu-os-btn a {
  display: block;
  background: #5a2d14;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  padding: 13px 0;
}

.block-menu-category--title,
.block-menu-link--title,
.block-menu-store-list--title,
.block-menu-feature--title {
  font-size: 14px;
  font-weight: bold;
  padding: 28px 20px 10px;
  background: #F0F0F0;
}
.block-menu-category--item-parent {
  position: relative;
  background: #FFF;
  padding: 15px 20px;
  border-bottom: 1px solid #F0EFEC;
}
.block-menu-category--item-parent::before {
  content: '';
  position: absolute;
  top: 19px;
  right: 21px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #AA0046;
  border-bottom: 2px solid #AA0046;
  z-index: 1;
  transform: rotate(45deg);
  transition: .3s ease;
}
.block-menu-category--item-parent.open::before {
  top: 21px;
  transform: rotate(225deg);
}
.block-menu-category--item-parent::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: #F5F5F5;
  border-radius: 50%;
  opacity: 0;
  transition: .3s ease;
}
.block-menu-category--item-parent.open::after {
  opacity: 1;
}
.block-menu-category--item ul {
  display: none;
  background: #F5F5F5;
}
.block-menu-category--item li {
  border-bottom: 1px solid #E8E8E8;
}
.block-menu-category--item li a {
  display: block;
  padding: 15px 20px;
}
.block-menu-link--list li {
  background: #FFF;
  border-bottom: 1px solid #F0EFEC;
}
.block-menu-link--list li a {
  display: block;
  padding: 15px 20px;
}
.block-menu-store-list--inner {
  background: #FFF;
  padding: 20px 0 20px 20px;
  overflow-x: scroll;
}
.block-menu-store-list ul {
  display: inline-block;
  white-space: nowrap;
}
.block-menu-store-list--item {
  display: inline-block;
  width: 290px;
  margin: 0 16px 0 0;
  border-radius: 12px;
  box-shadow: 0px 3px 12px rgba(37, 28, 41, 0.12);
  vertical-align: top;
  overflow: hidden;
}
.block-menu-store-list--item:last-child {
  margin: 0 20px 0 0;
  padding: 20px;
  min-height: 259px;
}
.block-menu-store-list--item-text {
  white-space: normal;
  padding: 16px 16px 20px;
}
.block-menu-store-list--item-name {
  font-size: 14px;
  margin: 0 0 8px;
}
.block-menu-store-list--item-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-menu-store-list--item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 12px;
}
.block-menu-store-list ul.block-menu-store-list--item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-menu-store-list--item-list li {
  width: 49%;
  margin: 0 0 8px;
}
.block-menu-store-list--item-list li a {
  color: #AA0046;
}
.block-menu-feature--list {
  background: #FFF;
  padding: 12px 20px 20px;
}
.block-menu-feature--btn {
  background: #FFF;
  padding: 0 0 25px;
}
.block-menu-feature--item {
  padding: 8px 0;
  border-bottom: 1px solid #DEDEDE;
}
.block-menu-feature--item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.block-menu-feature--item-text {
  width: calc(49% - 16px);
  padding: 2px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.block-menu-feature--item-img {
  width: 51%;
}

/* FOOTER */
.pane-footer {
  padding: 32px 0 0;
  background: #F0F0F0;
}
.block-footer-guide {
  padding: 32px 20px 40px;
  background: #F5F5F5;
}
body:not(.page-category):not(.page-genre):not(.page-event):not(.page-goods) .block-footer-guide {
  display: none;
}
.block-footer-guide--title {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: serif;
  padding: 24px 0 6px;
  margin: 0 0 24px;
  background: url(../../img/usr/sb/common/icon_guide.png) no-repeat center top / 22px;
}
.block-footer-guide--title::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #121212;
}
.block-footer-guide--item:not(:last-child) {
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.block-footer-guide--item-head {
  color: #AA0046;
  margin: 0 0 4px;
  font-size: 13px;
}
.block-footer-guide--item-text {
  font-size: 11px;
}
.block-footer-guide--item-text a {
  text-decoration: underline;
}
.block-footer-nav {
  background: #5A2D14;
  color: #FFF;
  padding: 40px 20px;
}
.block-footer-head {
  text-align: center;
  margin: 0 0 40px;
}
.block-footer-head--logo {
  margin: 0 0 32px;
}
.block-footer-head--logo img {
  width: 65px;
}
.block-footer-head--logo02 {
  margin: 0 0 32px;
}
.block-footer-head--logo02 img {
  width: 127px;
}
.block-footer-head--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 32px;
}
.block-footer-head--sns li {
  margin: 0 20px;
}
.block-footer-head--sns li.twitter img,
.block-footer-head--sns li.insta img {
  width: 18px;
}
.block-footer-head--sns li.fb img {
  width: 10px;
}
.block-footer-head--btn a {
  display: block;
  width: 160px;
  margin: 0 auto;
  background: #F8F2EB;
  border-radius: 24px;
  color: #4d2217;
  font-size: 11px;
  font-weight: bold;
  padding: 9px 0;
  text-decoration: none;
}
.block-footer-link {
  margin: 0 0 32px;
}
.block-footer-link--item:not(:last-child) {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #FFF;
}
.block-footer-link--item-title {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.block-footer-link--item-title::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
  transition: .3s ease;
}
.block-footer-link--item-title.open::after {
  top: 8px;
  transform: rotate(225deg);
}
.block-footer-link--item ul {
  display: none;
  margin: 16px 0 0;
}
.block-footer-link--item li:not(:last-child) {
  margin: 0 0 12px;
}
.block-footer-link--item a {
  color: #FFF;
  font-size: 12px;
}
.block-footer-copy {
  font-size: 10px;
  text-align: center;
}

/* HEADER/FOOTER ajax */
#ajax-header-wrap,
#ajax-footer-wrap {
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 13px;
    line-height: 1.38;
    color: #222;
    background-color: #fff;
    font-feature-settings: 'palt';
    letter-spacing: .4px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
#ajax-footer-wrap #block_of_searchbox .block-menu-search--keyword::placeholder {
    color:#000;
    opacity: 0.7;
}
#ajax-header-wrap *,
#ajax-footer-wrap * {
    box-sizing: border-box;
}
#ajax-header-wrap img,
#ajax-footer-wrap img {
    max-width: 100%;
    font-size: 13px;
    vertical-align: bottom;
}

/* COMMON */
.block-btn-more {
  display: block;
  width: 210px;
  border: 1px solid #8D075C;
  border-radius: 30px;
  text-align: center;
  background: #FFF;
  color: #AA0046;
  font-size: 12px;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  margin: 0 auto;
  padding: 11px 0;
}

/* ----ブランド画面---- */
.block-brand-list--item-img img {
  width: 100%;
  height: auto;
}
.block-brand-list--item-name {
  padding: 10px;
  text-decoration: underline;
}
.block-brand-list--item-comment {
  padding: 0 10px 10px 10px;
}
.block-brand-detail--image img {
  width: 100%;
  height: auto;
}
.block-brand-detail--description {
  margin: 0 10px 10px 10px;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize-title {
  font-weight: bold;
  font-size: 16px;
}
.block-guest-favorite-synchronize-description {
  font-size: 14px;
}
.block-guest-favorite-synchronize-link {
  text-align: center;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ポイント特典一覧 */
.block-point--about-system {
  padding: 0 20px;
  margin: 0 0 20px;
  text-align: center;
}
.block-point--about-system a {
  color: #AA0046;
  font-weight: bold;
}
.block-point--current-point {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin: 24px 0;
}
.block-point--current-point dt {
  position: relative;
  padding: 0 8px 0 0;
  margin: 0 12px 0 0;
}
.block-point--current-point dt::after {
  content: ':';
  position: absolute;
  top: -1px;
  right: 0;
}
.block-point--current-point dd span {
  font-size: 18px;
  padding: 2px 6px 2px 27px;
  background: url(../../img/usr/common/icon_point02.png) no-repeat left center / 22px;
}
.block-point--back-btn {
  order: 45;
  background: #FFF;
  padding: 24px 20px;
  width: 100%;
}
.block-point--back-btn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  border-radius: 30px;
  background: #F0F0F0;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  color: #AA0046;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 18px 0 17px;
}

/* アプリ会員証発行 */
body.page-page-app-members-issue .wrapper {
  background: #F0F0F0;
}
.block-app-members {
  margin: 12px 0 0;
}
.block-app-members h1 {
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0 0 24px;
}
.block-app-members-panel {
  background: #FFF;
  padding: 32px 20px;
  margin: 0 0 20px;
}
.block-app-members-panel.block-app-members-panel-new {
  margin: 0;
  padding-bottom: 12px;
}
.block-app-members-panel h2 {
  font-size: 14px;
  background: transparent;
  padding: 0;
  margin: 0 0 12px;
}
.block-app-members-panel--text {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-app-members-panel--img {
  text-align: center;
  margin: 0 0 16px;
}
.block-app-members-panel-existing .block-app-members-panel--img img {
  width: 349px;
}
.block-app-members-panel-new .block-app-members-panel--img img {
  width: 160px;
}
.block-app-members-panel--form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.block-app-members-panel--form-label {
  font-size: 12px;
}
.block-app-members-panel--form-input input {
  width: calc(100% - 65px);
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  background: #F7F7F7;
  padding: 14px 10px;
}
.block-app-members-panel--form-submit,
.block-app-members-modal--submit,
.block-app-members-completed--app-btn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 17px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #e21469;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  border-radius: 30px;
}

.block-app-members-none-panel--form-submit,
.block-app-members-none-modal--submit,
.block-app-members-none-completed--app-btn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 17px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #e21469;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  border-radius: 30px;
}

.block-app-members-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}
.block-app-members-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.block-app-members-modal--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 12px;
  padding: 48px 24px;
  width: 87%;
}
.block-app-members-modal--close {
  position: absolute;
  top: -18px;
  right: -18px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #808080;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 12%);
}
.block-app-members-modal--close::before,
.block-app-members-modal--close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
}
.block-app-members-modal--close::after {
  transform: rotate(-45deg);
}
.block-app-members-modal--title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
.block-app-members-modal--text {
  font-size: 12px;
  line-height: 1.67;
  margin: 0 0 16px;
}
.block-app-members-modal--caution {
  color: #AA0046;
  font-size: 11px;
  line-height: 1.45;
  background: #FCEAEF;
  margin: 0 0 32px;
  padding: 12px 16px;
}
.block-app-members-modal--submit {
  padding: 0;
}
.block-app-members-modal--submit input {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 17px 0;
}
.block-app-members--back-btn {
  background: #FFF;
  padding: 0 20px 32px;
}
.block-app-members--back-btn a,
.block-app-members-completed--back-btn a {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 18px 0 16px;
  border-radius: 30px;
  text-align: center;
  color: #AA0046;
  font-size: 14px;
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
}

/* アプリ会員証発行 完了 */
.block-app-members-completed {
  background: #FFF;
  padding: 32px 20px;
}
.block-app-members-completed--title {
  color: #AA0046;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 54px 0 0;
  margin: 0 0 16px;
  background: url(../../img/usr/common/img_check02.png) no-repeat center top / 38px;
}
.block-app-members-completed--text {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-app-members-completed--app-btn {
  margin: 0 0 16px;
}

/* 会員ID照会 */
.block-ask-uid,
.block-ask-uid-completed,
.block-view-uid {
  margin: 10px 20px 30px;
}
.block-ask-uid input[name="mail"] {
  width: 100%;
}
.block-view-uid--login-btn {
  display: block;
  padding: 8px 0;
  margin: 16px 0 0;
}
.block-view-uid--massage {
  margin: 20px 0px 0px;
}

/* 会員登録 */
.block-member-info--form form {
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.page-entry .entry-step:not(.active) {
 display: none;
}
.page-entry .block-member-info h1 + .alert + .block-member-info--form .entry-step {
  display: block;
}
.page-entry #entry-step01 {
  order: 10;
}
.page-entry #entry-step02 {
  order: 20;
}
.page-entry #entry-step03 {
  order: 30;
}
.page-entry #entry-step04 {
  order: 40;
}
.page-entry #entry-step05 {
  order: 50;
}
.page-entry #entry-step06 {
  order: 60;
}
.page-entry #entry-step01 .block-member-info--card-info {
  margin-top: 28px;
}
.page-entry #entry-step01 #table_customer_cashipocard {
  margin: 12px 0 0;
}
.page-entry #entry-step01 .block-member-info--about-cashipo {
  margin: 20px 0 0;
}
.page-entry #entry-step01 .block-member-info--about-cashipo-note,
.page-entry #entry-step01 #table_customer_cashipocard_hidden {
  margin: 12px 0 0;
}
.page-entry #entry-step01 .block-member-info--about-cashipo-note li:not(:last-child) {
  margin: 0 0 8px;
}
.page-entry #entry-step01 .block-member-info--about-cashipo-note a {
  position: relative;
  padding: 0 10px 0 0;
  text-decoration: underline;
}
.page-entry #entry-step01 .block-member-info--about-cashipo-note a:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(-45deg);
}
.block-member-info--btns {
  margin: 20px 0 0;
}
.block-member-info--btn-next,
.block-member-info--forward,
.block-member-info-confirmation--forward {
  position: relative;
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(#aa0046 0%, #b70054 100%);
  border: 1px solid #E21469;
  border-radius: 30px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  color: #FFF;
  font-size: 13px;
  text-align: center;
  margin: 0 0 8px;
}
.block-member-info--btn-prev {
  display: none;
  color: #AA0046;
  border: solid 1px #8D075C;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  padding: 10px 0;
}
.page-entry .legend.telsearchdisp {
  display: none !important;
}
.page-entry .entry-step .form-group {
  margin: 5px 0 10px;
}
.page-entry .entry-step .form-label {
  float: left;
  margin: 0 5px 0 0;
}
.page-entry .entry-step .form-label label {
  font-weight: bold;
}
.page-entry .entry-step .form-control {
  clear: both;
}
.page-entry .entry-step .form-group .required {
  display: inline-block;
  margin: 0 0 5px;
}
.page-entry .block-member-info--items-member-info .block-member-info--comp,
.page-entry .block-member-info--items-member-info .block-member-info--dept {
  display: none;
}
.page-entry .block-member-info--message-option-info,
.page-entry .block-member-info--message-password,
.page-entry .block-member-info--job1,
.page-entry .block-member-info--custappend3,
.page-entry .block-member-info--items-mailnews,
.page-entry .block-member-info-confirmation--job1 {
  display: none;
}
.page-entry .block-member-info--items-member-info,
.page-entry .block-member-info--items-option-info {
  display: none;
}
.page-entry .checktype_custcashipocard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-entry #cashipo_no {
  width: calc(100% - 25px);
}
.page-entry #table_customer_telsearch {
  margin: 12px 0 0;
}
.page-entry #entry-step04 .checktype_custappend {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.page-entry .block-member-info--message-promotion {
  padding: 0;
}
.page-entry #entry-step02 #telsearch_description {
  margin: 8px 0 0;
}
.page-entry #entry-step02 .block-member-info--telsearch .form-label {
  margin: 0 5px 4px 0;
}
.page-entry #entry-step02 #telsearch_inputform > .form-label {
  float: none;
}
.page-entry #entry-step02 #telsearch_inputform > .form-label .control-label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
  border-bottom: 2px solid #444;
}
.page-entry .block-member-info--items-family-info .form-label {
  margin: 0 0 4px;
}
.page-entry #entry-step05 .legend {
  margin-bottom: 0;
}
.page-entry .action-buttons.telsearchdisp {
  text-align: center;
}
.page-entry #telsearchexec {
  margin: 0;
  width: 100px;
}
.page-entry #telsearchexec.nonactive {
  border: 0;
}
.page-entry h1 + .alert + .block-member-info--form + .block-member-info-customer-search + .block-member-info--btns-error + .block-member-info--btns {
  display: none;
}
.page-entry .block-member-info-confirmation .block-member-info--btns {
  display: none;
}
.page-entry .modal-dialog {
  top: 0 !important;
  bottom: 0;
  margin: auto;
  max-height: 70%;
}
.page-entry .modal-content {
  overflow-x: auto;
}
.block-member-terms--head {
  position: relative;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 20px 0 4px;
}
.block-member-terms--head:before,
.block-member-terms--head:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #121212;
}
.block-member-terms--head:after {
  transform: rotate(90deg);
}
.block-member-terms--head.open:after {
  transform: rotate(180deg);
}
.page-entry .block-member-terms--body {
  display: none;
  padding: 8px;
  border: 1px solid #DEDEDE;
  background-color: #F7F7F7;
  max-height: 100px;
  overflow-x: auto;
  font-size: 12px;
}
.block-member-info--uid-text,
.block-member-info--pwd-text,
.block-member-info--card-info-text,
.block-member-info--items-customer-card-text,
.block-member-info--tel-text,
.block-member-info--zip-text,
.block-member-info--addr-text,
.block-member-info--addr2-text,
.block-member-info--addr3-text {
  margin: 0 0 8px;
}
.block-member-info-confirmation--items-member-info-text {
  margin: 8px 0 0;
}
.block-member-info--items-family-info {
  margin-top: 4px;
}

/* 会員登録（認証コード送信時）*/
.block-onetimepassword-send-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
}
.block-onetimepassword-send-modal--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.block-onetimepassword-send-modal--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  width: 90%;
  padding: 20px;
}
.block-onetimepassword-send-modal--text {
  margin: 0 0 12px;
}

/*画像追加*/
.block-onetimepassword-send-modal--text .modal-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-onetimepassword-send-modal--text .modal-content .title{
  font-size: 18px;
}
.block-onetimepassword-send-modal--text .modal-content .img{
  text-align: center;
}
.block-onetimepassword-send-modal--text .modal-content .img img{
  width: 50%;
  height: auto;
  margin-left: 45px;
}

.block-onetimepassword-send-modal--text .modal-content .text{
  margin: 20px 0;
}

.block-onetimepassword-send-modal--close {
  color: #AA0046;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8D075C;
  background: transparent;
  padding: 8px 0;
  margin: 0 auto;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  border-radius: 30px;
  text-align: center;
  transition: .3s ease;
  cursor: pointer;
}

.block-customer--help {
  margin: 32px 0 0;
}

.block-goods-user-review--description a {
  display: block;
  margin-top: 10px;
}

.block-goods-user-review--need-login-message {
  margin: 20px auto 8px;
}

.block-goods-user-review--need-login-message a {
  display: unset;
  margin-top: auto;
}

.block-user-review--item-header {
  margin: 0 0 10px;
  font-family: unset;
}

.block-user-review--message {
  margin-bottom: 30px;
}

.block-user-review--message a {
  display: block;
  margin-top: 10px;
  color: #007aff;
}
/*冷蔵アイコン一時的に非表示*/
.block-icon .block-icon--auto-new,
.block-icon .block-icon--auto-freeze>img[src="/img/sys/frozen.png"] {
  display: none;
}
/*商品詳細_冷蔵アイコン枠一時的に非表示*/
.page-goods .block-icon .block-icon--auto-freeze {
  display: none;
}

.block-genre-page--event {
  padding: 30px 0 0;
  background: #f8f2eb;
}

.block-genre-page--event .ranking-title {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: none;
  padding: 0;
  margin: 0 0 0 15px;
}

.block-genre-page--event .block-ranking-r {
  margin: auto;
  padding: 5px 15px 5px;
  background: #f8f2eb;
}

.block-genre-page--event .block-ranking-r--items li {
  position: relative;
  width: calc((100% - 8px) / 3);
  margin: 0 4px 20px 0;
  padding: 12px 3px;
  background: #f8f2eb;
}

.block-genre-page--event .block-ranking-r--items li:nth-child(2n) {
  padding: 12px 3px;
}

.block-genre-page--event .block-ranking-r--items li:nth-child(3n) {
  margin-right: 0;
}

.block-genre-page--event .block-ranking-r--items li:nth-child(n+4) {
  display: none;
}

.block-genre-page--event .block-ranking-r--items li .block-ranking-r--description {
  padding: 8px;
  font-size: 12px;
}

.block-genre-page--event .block-ranking-r--items li .net-price {
  font-size: 12px;
}

/* 会員情報変更
.page-customer .form-group.block-member-info--custappend4,
.page-customer .form-group.block-member-info--custappend4{
  display: none;
}
  */

.address_limit_error {
  color: #a94442;
  font-weight: bold;
}

/* 商品詳細 オプション,カートボタンアイコン調整 */
.page-goods .block-goods-sales-detail-append {
  margin: 0 0 20px;
}
.page-goods .block-add-cart:not(.block-add-cart-point) .cart-btn-icon{
  display: none;
}
.page-goods .block-add-cart:not(.block-add-cart-point) .block-add-cart--btn {
  background: url(../../img/usr/sb/common/icon_cart_w.png) , linear-gradient(#aa0046 0%, #b70054 100%);
  background-repeat: no-repeat , repeat;
  background-position: calc(50% - 55px) 15px, center center;
  background-size: 21px auto , auto;
}

/* ヘッダーナビ 商品・通販（モーダル）  */
.block-globalnav-item-modal--btn {
    position: absolute;
    width: 100%;
    padding: 30px 40px 20px;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.5);
}
.hide .block-globalnav-item-modal--btn:not([style="display: none;"]) {
    display: none !important;
}
.block-globalnav-item-modal--btn-category a {
    display: block;
    background: #FFF;
    border-radius: 30px;
	color: #5a2d14;
	font-weight: 600;
    text-align: center;
    padding: 13px 0;
	border: 1px solid #5a2d14;
    box-shadow: 0px 1px 12px rgba(159, 130, 172, 0.06);
}
.block-globalnav-item-modal--btn-os a {
    display: block;
    background: #5a2d14;
    border-radius: 30px;
	color: #FFF;
	font-weight: 600;
    text-align: center;
	margin: 20px auto 0;
    padding: 13px 0;
	border: 1px solid #5a2d14;
    box-shadow: 0px 1px 12px rgba(159, 130, 172, 0.06);
}
.block-globalnav-item-modal--btn-close span {
	position: relative;
    display: block;
	width: 35%;
    background: #000;
    border-radius: 30px;
	color: #FFF;
	font-weight: 600;
    text-align: center;
	margin: 30px auto 0;
    padding: 13px 0 13px 20px;
}

.block-globalnav-item-modal--btn-close span:before, .block-globalnav-item-modal--btn-close span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
}
.block-globalnav-item-modal--btn-close span:after {
    transform: rotate(-45deg);
}

.page-top .pane-globalnav:not(.fixed) .block-globalnav-item-modal--btn {
    padding: 90px 40px 20px;
    top: -8px;
    z-index: 3;
}
.page-top .pane-globalnav:not(.fixed) .block-globalnav--item-list,
.page-top .pane-globalnav:not(.fixed) .block-globalnav--store_vue-list {
    z-index: 6;
    position: relative;
}

/* ヘッダーナビ WEB予約・店舗受取（モーダル）  */
.block-globalnav-store_vue-list {
	margin-bottom: 20px;
}
.block-globalnav-store_vue-list p {
	width: 100%;
	margin: 0 auto 10px;
}
/* ページャー  */
.pager {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 10px 20px;
}
/* ゲスト注文 個人情報同意案内の上下余白 */
.block-login--guest-order-message {
  margin-bottom: 20px;
}

.block-login--member-info-terms {
  margin-top: 20px;
  margin-bottom: 15px;
}

.block-login--member-info-terms .form-label {
  margin-bottom: 12px;
}

/* クレジットカード番号欄（type="number"）の入力不可時背景グレー化
   sb版はcard_numがtype="number"のため、sb_base_form.cssのdisabledルール対象外となる問題の修正 */
.block-order-estimate--pay-input input[type="number"][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}