﻿main,
section,
figure,
nav {
  display: block;
  margin: 0;
  padding: 0;
}

#showroom-slide-wrap {
  width: calc(100% - 40px);
  margin: 30px auto;
  overflow: hidden;
}

#showroom-slide {
  position: relative;
  width: 800px;
  margin: 0 auto;
}

#showroom-slide .slick-list {
  overflow: visible;
}

#showroom-slide .slick-slide {
  margin: 0 15px;
}

#showroom-slide .slick-slide:focus {
  outline: none;
}

#showroom-slide .slick-arrow {
  position: absolute;
  top: 200px;
  z-index: 10;
  width: 78px;
  height: 78px;
  border: none;
  background-color: transparent;
  background-image: url(../../img/usr/common/icon_showroom_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: .3s;
}

#showroom-slide .slick-arrow.slick-prev {
  left: -38px;
  transform: rotate(-180deg);
}

#showroom-slide .slick-arrow.slick-next {
  right: -38px;
}

#showroom-slide .slick-arrow:hover {
  opacity: .8;
}

#showroom-slide .showroom-link {
  margin: 15px 0;
}

#showroom-slide .showroom-link a {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

#showroom-slide .showroom-link a:hover {
  color: #b28850;
}

#showroom-slide .showroom-link a + a {
  margin-left: 20px;
}

#showroom-slide .showroom-link a + a:before {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 5;
  content: '/';
}

#block_of_category {
  position: relative;
  padding: 40px 20px;
  border-top: none;
}

#block_of_category:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}

#block_of_category a {
  transition: .3s;
}

#block_of_category a:hover {
  opacity: .8;
}

#block_of_category .block-category-style-g--item:nth-child(2n) {
  margin: 0;
  margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 160px;
  margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item:nth-child(5n+2),
#block_of_category .block-category-style-g--item:nth-child(5n+3),
#block_of_category .block-category-style-g--item:nth-child(5n+4),
#block_of_category .block-category-style-g--item:nth-child(5n+5) {
  margin-left: calc((100% - (160px * 5)) / 4);
}

#block_of_category .block-category-style-g--item h3 {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

#block_of_category .block-category-style-g--item ul {
  display: none;
}

#block_of_category .block-category-style-g--item-name {
  order: 2;
  border: none;
}

#block_of_category .block-category-style-g--item-image {
  order: 1;
  width: 160px;
  float: none;
}

#block_of_category a {
  display: block;
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.block-goods-list--display-style-items + .block-goods-list--sort-order-items {
  margin: 10px 0 0;
}

.block-goods-list--display-style-items dt,
.block-goods-list--sort-order-items dt {
  display: block;
  position: relative;
  padding: 0;
}

.block-goods-list--display-style-items dt::after,
.block-goods-list--sort-order-items dt::after {
  content: '　';
}

.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
  display: block;
}

.block-goods-list--display-style-items dd.active,
.block-goods-list--sort-order-items dd.active {
  display: block;
  padding: 0 10px;
  font-weight: 600;
  color: #B2B2B2;
}

.block-goods-list--display-style-items dd a,
.block-goods-list--sort-order-items dd a {
  display: block;
  margin: 0 10px;
  padding: 0;
  border-bottom: 1px solid #c6c6c6;
}

.page-category .pane-right-menu {
  display: none;
}

.block-switcher {
  display: none;
}

.optimaized-h1 {
  display: none;
}

.block-goods-detail .pane-goods-header {
  display: none;
}

.block-goods-detail {
  grid-template-columns: 1fr 350px;
}

.pane-goods-left-side {
  margin: 0 98px 0 0;
}

.page-goods .pane-goods-left-side {
  padding-top: 0;
}

.page-goods .pane-goods-right-side {
  top: 0;
  height: 100%;
  padding-top: 0;
}

.page-goods .block-goods-detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.page-goods .block-goods-detail .pane-goods-header {
  width: 100%;
}

.page-goods .block-goods-detail .pane-goods-center {
  width: 100%;
}

#block_of_filter {
  margin-top: 30px;
  padding: 20px 10px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

#block_of_filter h2 {
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
}

#block_of_filter .block-filter--header {
  display: block;
  height: auto;
  padding: 5px 0;
  font-weight: 600;
  color: #000;
}

#block_of_filter #frmFilterList h3 {
  position: relative;
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  cursor: pointer;
  transition: .3s;
}

#block_of_filter #frmFilterList h3:before,
#block_of_filter #frmFilterList h3:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 10px;
  width: 15px;
  height: 1px;
  background: #999;
  content: '';
}

#block_of_filter #frmFilterList h3:after {
  transform: rotate(0deg);
  transition: .3s;
}

#block_of_filter #frmFilterList h3:hover {
  color: #b28850;
}

#block_of_filter #frmFilterList h3:hover:before,
#block_of_filter #frmFilterList h3:hover:after {
  background: #b28850;
}

#block_of_filter #frmFilterList h3.inactive:after {
  transform: rotate(90deg);
}

#block_of_filter .block-filter--imagelist-inner-accordion,
#block_of_filter .block-filter--list-inner-accordion,
#block_of_filter .block-filter--treelist-inner-accordion {
  display: block;
  margin-bottom: 20px;
  padding: 10px 0 0 10px;
  font-size: 12px;
}

#block_of_filter .block-filter-option-items {
  padding: 5px 0;
}

#block_of_filter .block-filter--treeitem-dir i {
  transform: rotate(-90deg);
}

#block_of_filter .block-filter--treeitem-dir__close i {
  transform: rotate(90deg);
}

#block_of_filter .block-filter--treeitem-name {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-size: 12px;
}

#block_of_filter .block-filter--treeitem-selected {
  color: #b28850;
}

.block-category-list--goods .block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.block-category-list--goods .block-ranking-r--items li {
  width: 190px;
}

.block-category-list--goods .block-ranking-r--items li:nth-child(5n+2),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+3),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+4),
.block-category-list--goods .block-ranking-r--items li:nth-child(5n+5) {
  margin-left: 12px;
}

.block-category-list--goods .block-ranking-r--items li figure {
  width: 190px;
  height: 190px;
}

.block-check-list-a--form .block-check-list-a--items {
  margin-top: 30px;
}

.page_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.page_contents .anchor_ {
  padding: 20px 0;
}

.page_contents .anchor_ h3 {
  font-weight: 600;
}

.page_contents .anchor_ > * {
  margin-bottom: 10px;
}

.page-login .pane-order-contents {
  margin-top: 40px;
}

.page-contact .pane-contents {
  margin-top: 40px;
}

.pane-order-contents {
  border: none;
}

.page-contactthanks .pane-contents {
  margin-top: 40px;
}

.block-cart-recent-item--body .block-goods-list-c ul {
  display: flex;
  flex-wrap: wrap;
}

.block-cart-recent-item--body .block-goods-list-c ul li {
  width: 180px;
}

.block-cart-recent-item--body .block-goods-list-c ul li:not(:nth-child(6n)) {
  margin-right: 24px;
}

.block-cart-recent-item--body .block-goods-list-c ul li:not(:nth-child(-n+6)) {
  margin-top: 24px;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item {
  align-self: stretch;
  width: calc((100% - 5px) / 2);
  margin: 0 0 5px 0;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item:nth-child(2n) {
  margin-left: 5px;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: unset;
}

.page-goods .pane-goods-right-side .block-variation.block-size .block-variation--item dt span {
  display: block;
  width: 100%;
  height: auto;
}

.page-goods .block-variation--name.block-color--name,
.page-goods .block-variation--name.block-size--name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}

.block-variation--item {
  margin-bottom: 5px;
}

.block-variation.block-size .block-variation--item-list {
  display: flex;
  flex-wrap: wrap;
}

.block-size-with-cart--item,
.block-variation-add-cart {
  align-items: center;
}

.block-size-with-cart--item .btn-primary,
.block-variation-add-cart .btn-primary {
  margin-top: 0;
}

.block-color-size-with-cart--color-line,
.block-color-size-with-cart--size-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.block-size-with-cart--item .block-size-with-cart--item-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
  max-width: 140px;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.3;
}

.block-color-size-with-cart--color-line .block-variation-favorite--btn,
.block-color-size-with-cart--size-line .block-variation-favorite--btn {
  width: 39px;
}

.block-icon-image {
  width: 100%;
  padding-top: 0;
  background-position: center;
  background-size: 22px;
}

.block-color-size-with-cart--color-line .block-variation-add-cart--btn,
.block-color-size-with-cart--size-line .block-variation-add-cart--btn {
  width: 165px;
}

.page-contentspages #page-agree {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-contentspages #page-agree > p {
  font-weight: 600;
  font-size: 18px;
}

.page-contentspages #page-agree li {
  margin-bottom: 30px;
}

.block-pickup-list-w--item-body {
  margin-bottom: 30px;
}

.block-check-list-a--form .block-check-list-a--net-price {
  text-align: right;
}

.block-user-review--evaluation-message {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

#confirm_ + .block-user-review--message {
  margin-top: 20px;
}

.block-user-review {
  padding-top: 30px;
}

.block-user-review-completed {
  padding-top: 30px;
}

.block-user-review-completed--message-header {
  padding: 10px 0 20px;
  font-size: 18px;
}

.block-quick-order {
  padding-top: 30px;
}

.block-order-gift-select--delivery-dest-header {
  padding-top: 10px;
}

.block-shipping-address-registration--message {
  padding: 10px 0 20px;
}

.block-inquiry-history-detail {
  width: 900px;
  margin: 0 auto;
}

.block-inquiry-history-detail--update-dt {
  font-size: 14px;
}

.block-goods-release-dt {
  display: none !important;
}


select[disabled='disabled'] {
  background-color: #ffffff !important;
}

.block-order-estimate--return-agree,
.block-order-gift-confirmation--return-agree .btn {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #f00;
  text-decoration: underline;
}

.block-cart--continue-shopping {
  color: transparent;
  font-size: 0;
}

.block-cart--continue-shopping-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  margin: 0 auto;
  border: none;
  background-color: #2F2F2F;
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
}

.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li,
.block-mypage--linesync-info-items li {
  border-radius: 4px;
  overflow: hidden;
}

.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt,
.block-mypage--linesync-info-items li dt {
  background-color: #e8e8df;
}

.block-mypage--update-address-book,
.block-cart--goods-list-item-calc-btn,
.block-order-estimate h3 a,
.block-order-method--dest-change-btn,
.block-order-method--dest-change-btn,
.block-order-method--dest-add-btn,
.block-order-method--coupon-available-btn,
.block-order-gift-dest--address-change-btn,
.block-order-gift-dest--address-change-btn,
.block-order-gift-dest--address-new-btn,
.block-order-gift-dest--address-copy-btn,
.block-order-gift-select--delivery-dest-add-btn,
.block-order-gift-select--delivery-dest-delete-btn,
.block-order-gift-select--delivery-dest-goods-noshi-btn,
.block-order-gift-select--delivery-dest-goods-add-btn,
.block-order-gift-select--delivery-dest-total-price-calc-btn,
.block-order-gift-select--coupon-available-btn {
  border: none;
  background-color: #2F2F2F;
  color: #ffffff;
}

.block-cart--procedure,
.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-logi,
.block-order-estimate--pay-input,
.block-order-estimate--procedure,
.block-order-estimate--total,
.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation,
.block-order-method--procedure,
.block-order-method--side-contents,
.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info,
.block-order-gift-dest--address-item,
.block-order-gift-dest--method-sender-info-edit,
.block-order-gift-select--sender-info,
.block-order-gift-select--delivery-dest-content,
.block-order-gift-select--delivery-date,
.block-order-gift-select--payment-content,
.block-order-gift-select--point-use-select,
.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-wrapper,
.block-order-gift-confirmation--order-item-wrapper,
.block-order-gift-confirmation--order,
.block-order-gift-confirmation--destination-address-wrapper,
.block-order-gift-confirmation--other-wrapper,
.block-order-gift-confirmation--novelty,
.block-order-gift-confirmation--order-comment,
.block-order-gift-confirmation--payment-method-wrapper {
  background-color: transparent;
}

h2.block-order-method--spec-title {
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.block-order-method--spec-content h3 {
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.block-order-estimate--dest-address-list {
  display: flex;
  flex-wrap: wrap;
}

.block-order-estimate--dest-address-item {
  display: flex;
  flex-direction: column
}

.block-order-estimate--dest-address-change {
  margin-top: 6px;
  order: 30;
}

.block-order-estimate--dest-address-item-container {
  order: 10;
}

.block-order-estimate--dest-address-item-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 20;
}

.block-order-estimate--dest-address-change-dest-btn {
  width: 100%;
}

/* ----ツールチップ---- */

.balloontip {
  width: 229px;
  min-width: 20px;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #2F2F2F;
  background: #2F2F2F;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 20px;
  color: rgb(255, 255, 255);
  opacity: 1;
  z-index: 32767;
}

.balloontip-view-btn {
  margin-top: 8px;
}

.balloontip-view-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 39px;
  background-color: #ffffff;
}

.balloontip-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 8px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjQ4NSIgaGVpZ2h0PSI4LjQ4NSI+PGcgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiPjxwYXRoIGQ9Im0uMzU0LjM1MyA3Ljc3OCA3Ljc3OE0uMzU0IDguMTMxIDguMTMyLjM1MyIvPjwvZz48L3N2Zz4=');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

/*一覧条件絞り込み*/

.block-goods-list--nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20px
}

.block-goods-list--filter {
  margin-left: auto;
}

.block-goods-list--filter-btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 240px;
  height: 50px;
  background-color: #2F2F2F;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: .02em;
  cursor: pointer;
  transition: opacity .2s;
}

.block-goods-list--filter-btn > span:hover {
  opacity: .6;
}

.block-goods-list--filter-btn > span::before,
.block-goods-list--filter-btn > span::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
}

.block-goods-list--filter-btn > span::before {
  top: 25px;
  right: 20px;
  width: 11px;
  height: 1px;
}

.block-goods-list--filter-btn > span::after {
  top: 20px;
  right: 25px;
  width: 1px;
  height: 11px;
  transition: trasform .15s;
}

.block-goods-list--filter-btn > span.is-open::after {
  transform: rotate(90deg);
}

#block_of_filter.block-filter-goods {
  margin-top: -16px;
  margin-top: 0;
  padding: 0;
  border: none;
}

#block_of_filter.block-filter-goods .block-filter--form {
  display: none;
  position: relative;
  padding: 40px;
  border: 1px solid #2F2F2F;
  border-radius: 0;
  background-color: #ffffff;
}

#block_of_filter.block-filter-goods div[id^="div_filter"] + div[id^="div_filter"] {
  margin-top: 20px;
}

.block-filter-goods .block-filter--list-inner,
.block-filter-goods .block-filter--select-inner,
.block-filter-goods .block-filter--imagelist-inner {
  display: flex;
}

#block_of_filter.block-filter-goods #frmFilterList h3 {
  display: flex;
  align-items: center;
  width: 142px;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .03em;
  cursor: default;
}

#block_of_filter.block-filter-goods #frmFilterList h3:before,
#block_of_filter.block-filter-goods #frmFilterList h3:after {
  content: none;
}

#block_of_filter #frmFilterList h3:hover {
  color: #000000;
}

#block_of_filter.block-filter-goods .block-filter--list-inner-accordion,
#block_of_filter.block-filter-goods .block-filter--imagelist-inner-accordion {
  width: calc(100% - 142px);
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#block_of_filter.block-filter-goods .block-filter-option-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 30px;
  margin-right: -20px;
  padding: 0;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox'] {
  display: none;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox'] + label {
  display: block;
  position: relative;
  margin-right: 20px;
  padding-left: 28px;
  font-size: 1.4rem;
  letter-spacing: .03em;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox'] + label::before,
#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox'] + label::after {
  content: '';
  display: block;
  position: absolute;
  transition: .15s;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox'] + label::before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #C6C6C6;
  background-color: #F8F8F8;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox']:checked + label::before {
  border-color: #2F2F2F;
  background-color: #2F2F2F;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox'] + label::after {
  top: 50%;
  left: 4px;
  width: 10px;
  height: 9px;
  margin-top: -4px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4xODgiIGhlaWdodD0iOC43MDYiPjxwYXRoIGQ9Im0uNzY4IDMuOTMyIDIuNzEzIDMuMjU2TDkuNDUuNjc3IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

#block_of_filter.block-filter-goods .block-filter-option-items input[type='checkbox']:checked + label::after {
  opacity: 1;
}

.block-filter-goods .block-filter--list-inner-accordion {}

.block-filter-goods .block-filter--select-inner-accordion select {
  min-width: 270px;
  max-width: 100%;
  height: 30px;
  padding: 0 24px 0 6px;
  border: 1px solid #C6C6C6;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjYiPjxwYXRoIGQ9Ik00IDYgMCAwaDhaIiBmaWxsPSIjMmYyZjJmIi8+PC9zdmc+');
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  -webkit-appearance: none;
  appearance: none;
}

#block_of_filter.block-filter-goods .block-filter--imagelist-inner-accordion {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0 0;
}

#block_of_filter.block-filter-goods .block-filter--image {
  margin: 10px 10px 0 0;
}

#block_of_filter.block-filter-goods .block-filter--image-check,
#block_of_filter.block-filter-goods .block-filter--image-checkoff {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
}

#block_of_filter.block-filter-goods .block-filter--image-check img,
#block_of_filter.block-filter-goods .block-filter--image-checkoff img {
  display: block;
  width: 100%;
  height: 100%;
}

#block_of_filter.block-filter-goods .block-filter--image-check img.block-filter-checkmark {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  transform: translate(0, 0);
}

/*店舗在庫確認*/

.modal-overlay {
  opacity: .3;
}

.modal-dialog.modal-store_goods_stock {
  width: 640px;
}

.modal-store_goods_stock .modal-content {
  background-color: #ffffff;
}

.modal-store_goods_stock .modal-header {
  padding: 0;
  background-color: #ffffff;
}

.modal-store_goods_stock .modal-close {
  position: absolute;
  top: 59px;
  right: 59px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi4wNjEiIGhlaWdodD0iMTYuMDYxIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIxLjUiPjxwYXRoIGQ9Im0uNTMuNTMgMTUgMTVNLjUzIDE1LjUzbDE1LTE1Ii8+PC9nPjwvc3ZnPg==');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  float: none;
}

.modal-store_goods_stock .modal-body {
  padding: 60px 60px 0;
}

.modal-store_goods_stock .goods-info-block {
  display: flex;
}

.modal-store_goods_stock .goods-info-block--image-area {
  width: 170px;
}

.modal-store_goods_stock .goods-info-block--detail {
  width: calc(100% - 170px);
  padding-left: 25px;
}

.modal-store_goods_stock .goods-info-blcok--name {
  width: 290px;
  font-size: 1.8rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.444;
  letter-spacing: .02em;
}

.modal-store_goods_stock .goods-info-blcok--price--items {
  margin-top: 6px;
}

.modal-store_goods_stock .goods-info-blcok--price--items .block-goods-price--price {
  font-size: 1.4rem;
}

.modal-store_goods_stock .store-goods-stock-search-area {
  margin-top: 28px;
}

.modal-store_goods_stock .store-goods-stock-search-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
}

.modal-store_goods_stock .store-goods-stock-search-ttl:not(:first-child) {
  margin-top: 20px;
}

.modal-store_goods_stock .store-goods-stock-search-color-condition,
.modal-store_goods_stock .store-goods-stock-search-size-condition {
  display: flex;
  align-items: center;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name1,
.modal-store_goods_stock .store-goods-stock-search-variation-name2 {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px 0 0;
  overflow: hidden;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name1 input[type='radio'],
.modal-store_goods_stock .store-goods-stock-search-variation-name2 input[type='radio'] {
  display: none;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name1 label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 39px;
  margin: 5px 5px 0 0;
  border: 2px solid #D0D0D0;
  font-size: 1.3rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
  cursor: pointer;
  transition: border-color .15s, background-color .2s;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name1 label:hover {
  background-color: #C6C6C6;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name1 input[type='radio']:checked + label {
  border-color: #2F2F2F;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name2 label {
  display: block;
  position: relative;
  width: 61px;
  height: 41px;
  margin: 5px 5px 0 0;
  cursor: pointer;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name2 label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #2F2F2F;
  opacity: 0;
  transition: opacity .15s;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name2 input[type='radio']:checked + label::after {
  opacity: 1;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name2 label img {
  display: block;
  transition: opacity .2s;
}

.modal-store_goods_stock .store-goods-stock-search-variation-name2 label:hover img {
  opacity: .7;
}

.modal-store_goods_stock .display-store-goods-stock-search {
  margin-top: 20px;
}

.modal-store_goods_stock .block-display-store-goods-stock-search--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #2F2F2F;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background-color .2s;
}

.modal-store_goods_stock .block-display-store-goods-stock-search--btn:hover {
  background-color: #C6C6C6;
}

.modal-store_goods_stock .modal-body-table {
  margin-top: 30px;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-header {
  font-size: 1.6rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .02em;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body {
  margin-top: 14px;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body ul {
  border-top: 1px solid #2F2F2F;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 10px;
  border-bottom: 1px solid #C6C6C6;
  font-size: 1.4rem;
  letter-spacing: .02em;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body li a {
  display: block;
  width: auto;
  padding: 0;
  color: #000000;
  font-size: 1.4rem;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body li a:hover {
  color: #C6C6C6;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body li span {
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.modal-store_goods_stock .modal-footer {
  padding: 20px 60px 60px;
  text-align: left;
}

.modal-store_goods_stock .store-list-page-annotation {
  font-size: 1.4rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 1.571;
  letter-spacing: .03em;
}

.modal-store_goods_stock .store-list-page-link-area {
  margin-top: 10px;
  text-align: right;
}

.modal-store_goods_stock .store-list-page-link-area a {
  font-size: 1.4rem;
  font-family: 'A1ゴシック M', 'A1ゴシック R', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: .03em;
}

.modal-store_goods_stock .store-list-page-link-area a:hover {
  text-decoration: none;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body li a {
  width: 25%;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body li span {
  text-align: right;
  overflow-wrap: break-word;
  width: 25%;
}

.modal-store_goods_stock .store-goods-stock-info-search-result-body .stock-msg-content {
  text-align: right;
}

/* ---- のし・ラッピング設定 ---- */

.block-order-gift-noshi h1 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding: 15px 0 0 0;
}

.block-order-gift-noshi h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-noshi h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.block-order-gift-noshi--sender {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-wrapper {
  background: transparent;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-noshi--purpose-select li,
.block-order-gift-noshi--nameprint-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-wrapper li {
  display: block;
  vertical-align: top;
  margin: 0 0 10px 0;
}

.block-order-gift-noshi--noshi-select li:last-child,
.block-order-gift-noshi--purpose-select li:last-child,
.block-order-gift-noshi--nameprint-wrapper li:last-child,
.block-order-gift-noshi--covertype-select li:last-child,
.block-order-gift-noshi--wrap-select li:last-child,
.block-order-gift-noshi--bag-wrapper li:last-child {
  margin: 0;
}

.block-order-gift-noshi--paper-select,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-select {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.block-order-gift-noshi--paper-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-wrapper li {
  width: 150px;
  margin: 20px 20px 0 0;
}

.block-order-gift-noshi--paper-select figure,
.block-order-gift-noshi--covertype-item figure, 
.block-order-gift-noshi--wrap-select figure,
.block-order-gift-noshi--bag-wrapper figure{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.block-order-gift-noshi--paper-select figure img,
.block-order-gift-noshi--covertype-item figure img,
.block-order-gift-noshi--wrap-select figure img,
.block-order-gift-noshi--bag-wrapper li figure img{
  display: block;
  flex-shrink: 0;
}

.block-order-gift-noshi--paper-item-price,
.block-order-gift-noshi--bag-item-price,
.block-order-gift-noshi--wrap-item-price {
  display: block;
}

.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--wrap-message,
.block-order-gift-noshi--bag-message {
  background: #f8f8f8;
  border: solid 1px #dcdcdc;
  margin: 10px 0 10px 0;
  padding: 20px 20px 20px 20px;
  width: 60%;
}

.block-order-gift-noshi--setting-message {
  text-align: center;
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-input {
  margin: 0;
}

.block-order-gift-noshi--setting-all-btn {
  margin: 0 0 20px 0;
}

.block-order-gift-noshi--nameprint-select {
  display: none;
}
