﻿@charset "UTF-8";

/* ----商品詳細画面---- */

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-src-l figure {
  text-align: center;
}

.block-goods-affix-list {
  margin-bottom: 10px;
}

.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}

.block-goods-affix-list--link:before {
  font-family: FontAwesome;
  content: "\f15c";
  margin-right: 5px;
}

.block-add-cart--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-custom-order--btn {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 18px;
  width: 280px;
}

.block-goods-store-stock--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-contact-about-goods--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-goods-favorite--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

.block-variation-add-cart {
  margin-right: 5px;
}

.block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  width: 165px;
  height: 54px;
}

.block-variation-favorite--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 54px;
  height: 54px;
}

.block-no-stock--message {
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 200px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-variation-no-stock,
.block-goods-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-no-stock--message,
.block-goods-variation-arrival-notice--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 165px;
  height: 54px;
}

.block-variation-no-stock--message {
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-goods-gallery ul {
  font-size: 0;
}

.block-goods-gallery li {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.block-goods-gallery li figure {
  width: 100px;
  height: 100px;
}

.block-goods-price {
  margin: 10px 0;
}

.block-goods-price--price {
  font-size: 24px;
  font-weight: 400;
}
.block-goods-price--price.price {
  color: #444;
  text-align: right;
}
.block-goods-price--price.price .small {
  font-size: 75%;
}

.block-goods-price--on-sales-comment {
  color: #c30;
}

.block-accessory-list {
  width: 900px;
}

.block-goods-footer-cart {
  text-align: center;
}


/* ----商品詳細画面---- */

.page-goods .block-topic-path {
  margin-top: 0;
}

.block-goods-detail-footer {
  margin: 10px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

/* メインビジュアル */
.block-goods-mv {
  position: relative;
}
.block-goods-mv--icon {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 50px;
  z-index: 1;
}

.block-goods-slider--item-img {
  position: relative;
}
.block-goods-slider--item-img a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
}

/* Arrows */
.slick-prev,
.slick-next {
  width: 16px;
  height: 30px;
  top: 372px;
  z-index: 1;
}
.slick-prev {
  left: 20px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_main_arrow_prev.png) no-repeat center left 0;
  background-size: 100%;
}
.slick-next {
  right: 20px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_main_arrow_next.png) no-repeat center right 0;
  background-size: 100%;
}
.slick-prev.slick-disabled {
  display: none !important;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  display: block;
}

/* thumbnail */

.block-goods-slider--items-nav {
  margin-top: 18px;
  padding: 0;
}
.block-goods-slider--items-nav .slick-list {
  overflow: visible !important;
}
.block-goods-slider--items-nav-item {
  padding: 1px 1px 0!important;
}
.slick-slide img {
  box-sizing: content-box;
}
.block-goods-slider--items-nav-item.slick-current {
  position: relative;
  /* padding-top: 0!important; */
}
.block-goods-slider--items-nav-item.slick-current.slick-active:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 2px solid #284167;
  border-radius: 5px;
}
.block-goods-slider--items-nav .slick-track {
  width: 600px!important;
  transform: translate3d(0px, 0px, 0px)!important;
}
.block-goods-slider--items-nav-item {
  width: 49px !important;
  margin: 0 10px 10px 0!important;
  cursor: pointer;
}
.block-goods-slider--items-nav-item:focus {
  outline: none;
}
.block-goods-slider--item-desc {
  width: 500px;
  margin-top: 10px;
  padding: 0;
}

.slick-dots {
  top: 698px;
  text-align: right;
}
.slick-dots li button {
  font-size: 14px;
  line-height: 1;
}
.slick-dots li.slick-active {
  display: inline-block;
  position: relative;
  color: #333;
  margin: 0;
}


/* zoom */
.block-goods-mv--zoom {
  position: absolute;
  top: 646px;
  left: 0;
  width: 50px;
  pointer-events: none;
}

/* bookmark */
.block-goods-detail--bookmark {
  display: block;
  width: 200px;
  height: 35px;
  padding-right: 15px;
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/goods_main_bookmark.png) no-repeat 15px center;
  background-size: 20px;
  border-radius: 5px;
  border: 1px solid #889cbb;
  box-sizing: border-box;
  font-size: 14px;
  color: #284066;
  text-align: right;
  line-height: 31px;
}
.block-goods-detail--bookmark.is-bookmarked {
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_after.png) no-repeat 15px center;
  background-size: 20px;
}
.block-goods-detail--bookmark:hover {
  text-decoration: none;
}
.goods-detail-description--bookmark {
  position: relative;
  padding: 10px 0;
}
.goods-detail-description--bookmark:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_border.gif) repeat-x 0 0;
  background-size: 4px;
}
.goods-detail-description--bookmark-ttl {
  width: 380px!important;
  vertical-align: middle;
  font-weight: 400!important;
}
.goods-detail-description--bookmark-ttl img {
  margin-right: 8px;
  margin-bottom: -2px;
}
.goods-detail-description--bookmark-txt {
  width: 200px;
  vertical-align: middle;
}


/* goods inner */
.block-goods--inner {
  /* padding: 0 3%; */
}

/* icon */
.block-goods--inner .block-icon {
  margin-bottom: 25px;
}
.block-goods--inner .block-icon span + span {
  margin-left: 5px;
  margin-bottom: 5px;
}
.block-goods--inner .block-icon span:nth-of-type(4n) {
  margin-left: 5px;
}

/* name */
.block-goods-name {
  margin-bottom: 10px;
}

.block-goods-name--catch {
  font-size: 14px;
  margin-bottom: .5em;
}

.block-goods-name h2 {
  padding: 0;
  font-size: 28px;
  text-align: left;
  color: #284066;
  margin: 0px;
}

/* price */
.block-goods-price {
  margin-top: 15px;
  color: #ff3366;
}
.block-goods-price--price-txt {
  text-align: left;
}
.block-goods-price--price-box {
  margin-top: 15px;
  text-align: right;
}
.block-goods-price--price-box div {
  display: inline-block;
}
.block-goods-price--price-default {
  color: #333;
  font-size: 16px;
}
.sale .block-goods-price--price-default span {
  text-decoration: line-through;
}
.block-goods-price--price-sale {
  font-size: 28px;
  font-weight: 400;
}
.block-goods-price--price-sale .small {
  font-size: 18px;
}
.block-goods-price--price-sale:before {
  display: inline-block;
  content: '→';
  margin: 0 1em;
  color: #333;
  font-size: 16px;
}

/* 商品コード */
.block-goods-code {
  position: relative;
  margin-top: 10px;
  padding: 8px 0 12px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_border.gif) repeat-x 0 0;
  -webkit-background-size: 4px;
  background-size: 4px;
}
.block-goods-code:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_border.gif) repeat-x 0 0;
  -webkit-background-size: 4px;
  background-size: 4px;
}
.block-goods-code dt {
  width: 60px;
  font-weight: normal;
}
.block-goods-code--point {
  margin-left: 1em;
  color: #789ace;
}

/* 商品コメント */
.block-goods-comment2,
.block-goods-comment4 {
  margin: 20px auto;
}

/* ギフトラッピング */
.block-goods-gift {
  margin-top: 20px;
  padding: 15px;
  background: #eff3f5;
}
.block-goods-gift--inner {
  display: flex;
  justify-content: space-between;
}
.block-goods-gift--ttl {
  font-weight: bold;
  color: #284066;
  vertical-align: middle;
}
.block-goods-gift--ttl:before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 22px;
  margin-right: 7px;
  margin-bottom: -.4em;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_wrapping_icon.png) no-repeat 0 0;
  background-size: contain;
}
.block-goods-gift--inner a {
  text-decoration: underline;
}
.block-goods-gift--table {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 6px 0;
  background: #fff;
  border-radius: 5px;
}
.block-goods-gift--table-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 25px;
  text-align: center;
}
.block-goods-gift--table-item:first-child {
  border-right: 1px solid #e5e5e5;
}
.block-goods-gift--table-item img {
  height: 18px;
}
.block-goods-gift--table-item.disavailable img {
  height: 15px;
}

/* セット商品 */
.block-goods-set {
  margin-top: 30px;
  padding: 20px 19px;
  border: 1px solid #889cbb;
}
.block-goods-set--ttl {
  font-weight: bold;
  color: #284066;
}
.block-goods-set--items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.block-goods-set--item {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.block-goods-set--item:nth-of-type(4n) {
  margin-right: 0;
}
.block-goods-set--item-img {
  margin-bottom: 5px;
}
.block-goods-set--item-name {
  margin-bottom: 10px;
}



/*cartモーダル*/
.block-variation--modal-element-box {
  margin-top: 30px;
  margin-bottom: 40px;
}
#valiation_box_wrap h2 {
	padding: 10px;
  text-align: center;
}
.block-variation--modal-element-nekopos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #e3ebf7;
  color: #284066;
  text-decoration: underline;
}
.block-variation--modal-element-nekopos:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/icon_nekopos.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.block-variation--modal-element-select-ttl {
  display: flex;
  align-items: center;
  margin: 20px 0 15px;
  padding: 0;
  color: #284066;
  font-size: 14px;
  font-weight: bold;
}
.block-variation--modal-element-select-ttl:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/icon_checkbox_checked.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
#valiation_box {
  margin-top: 20px;
}
.block-variation--modal-element-list {
  border-bottom: 1px solid #284066;
}
.block-variation--modal-element-frame {
  padding: 10px 0;
  border-top: 1px solid #284066;
}
.block-variation--modal-element-line {
  overflow: hidden;
}
.block-variation--modal-element {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
}
.block-variation--modal-element-img {
  width: 76px;
  box-sizing: border-box;
}
.block-variation--modal-element-img figcaption {
  margin-top: 5px;
  font-size: 12px;
}
.block-variation--modal-element-detail {
  width: 485px;
  box-sizing: border-box;
}
.block-variation--modal-element-detail li:hover,
.block-variation--modal-element-detail a:hover {
  opacity: .7;
}
.block-variation--modal-element-detail ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  border-bottom: 1px dotted #284066;
}
.block-variation--modal-element-detail ul:last-of-type {
  border-bottom: none;
}
.block-variation--modal-element-cartbox a.block-variation-add-cart--btn {
  letter-spacing: 2px;
  display: block;
  width: 220px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  background: #ff7185 url(../../img/usr/common/cart_w.png) no-repeat top 10px left 35px / 18px;
  border-radius: 5px;
  padding: 0 0 0 60px;
  text-decoration: none;
}
.block-variation--modal-element-cartbox a.block-variation-add-cart--btn:hover {
  text-decoration: none;
}
.block-variation--modal-element-cartbox__restock {
  display: block;
  width: 220px;
  height: 40px;
  background: #284066 url(https://www.bleubleuet.jp/img/sys/icon/btn_restock.png) no-repeat center;
  background-size: 171px;
  font-size: 0;
  color: transparent;
  border-radius: 5px;
}
.block-variation--modal-element-cartbox__nostock {
  display: block;
  width: 220px;
  height: 40px;
  background: #cfcfd5 url(https://www.bleubleuet.jp/img/sys/icon/btn_nostock.png) no-repeat center;
  background-size: 128px;
  font-size: 0;
  color: transparent;
  border-radius: 5px;
}
.block-variation--modal-element-cartbox__reseber {
  display: block;
  width: 220px;
  height: 40px;
  background:url(../../img/sys/icon/btn_reserve.jpg) no-repeat center;
  background-size: 220px;
  font-size: 0;
  color: transparent;
  border-radius: 5px;
}
.block-variation--modal-element-detail a {
  display: block;
  width: 100%;
  height: 100%;
}

.block-variation--modal-element-restock {
  position: relative;
  margin-top: 18px;
}
.block-variation--modal-element-restock-ttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  /* color: #284066; */
}
.block-variation--modal-element-restock-ttl:before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 12px;
  margin-right: 7px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/icon_restock.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}



/* tab switch */
#goodsdetail_tablist {
  position: relative;
  margin-top: 10px;
}
#tab_header ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#tab_header ul:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #789ace;
}
#tab_header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  margin: 0 5px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_detail_tab_off.png) no-repeat center;
  background-size: 100% 45px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
#tab_header ul li.active {
  background: url(https://www.bleubleuet.jp/img/sys/icon/goods_detail_tab_on.png) no-repeat center;
  background-size: 100% 45px;
  color: #284066;
}

#tab_contents {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.block-goods-tab--contents-box {
  padding: 30px 0 90px;
}
.block-goods-tab--contents-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 5em 4em #fff;
  box-shadow: 0 0 5em 4em #fff;
}
.block-goods-tab--contents-btn.close:after {
  display: none;
}
.block-goods-tab--contents-btn .block-btn-more--viewAll {
  width: 100%;
  margin: 0;
  margin-top: -1px;
  font-size: 0;
  color: transparent;
  background: #fff url(https://www.bleubleuet.jp/img/usr/common/btn_bg_viewall.png) center no-repeat;
  background-size: contain;
}
.block-goods-tab--contents-btn .block-btn-more--viewAll:hover {
  opacity: 1;
}
.block-goods-tab--contents-btn .block-btn-more--viewAll:after {
  right: 130px;
}
.block-goods-tab--contents-btn.close {
  box-shadow: none;
}
.block-goods-tab--contents-btn.close .block-btn-more--viewAll {
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/goods_detail_btn_close.png) center no-repeat;
  background-size: contain;
  box-shadow: none;
}
.block-goods-tab--contents-btn.close .block-btn-more--viewAll:after {
  display: none;
}

.block-goods-tab--contents-box .block-collection--items-list {
  margin-top: 0;
}
.block-goods-tab--contents-box .block-collection--item-box {
  border: none!important;
}
.block-goods-tab--contents-box .block-collection--item-box + .block-collection--item-box {
  border-top: 1px dotted #231f20!important;
}

.block-goods-comment {
  margin-bottom: 20px;
  padding: 0 10px;
}

#tab_contents .block-top-collection--items-list {
  margin-top: 0;
}
#tab_contents .block-top-collection--items-list .block-top-collection--item-box:first-of-type a {
  border-top: none;
}
#tab_contents .block-top-collection--items-list .block-top-collection--item-box:last-of-type {
  border-bottom: none;
}

.table.block-goods-comment-table {
  width: 100%;
}
.table.block-goods-comment-table,
.block-goods-comment-table td,
.block-goods-comment-table th {
  border: 1px solid #889cbb;
}

.block-goods-comment-table th {
  min-width: 140px;
  background: none;
}

.block-goods-comment-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-comment-link-item {
  width: 33.3%;
}

.block-goods-comment-link-item a {
  display: block;
  margin-top: 20px;
  padding: .3em .5em;
  border-left: 1px solid #ccc;
  text-align: center;
}

.block-goods-comment-link-item:first-of-type a {
  border-left: none;
}

.page-goods #cboxWrapper,
.page-goods #colorbox {
  overflow: visible;
}


.block-goods-bottom {
  margin-top: 30px;
}
.block-goods-bottom--header {
  margin-bottom: 10px;
  padding-top: 25px;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 400;
}


.block-goods-shop--info {
  margin: 60px 0 30px;
}
.block-goods-shop--info .block-category-style-g--item-container {
  background: #f3f2ed;
}

.block-goods-shop--info .block-category-style-g--item {
  border: 1px solid #fff;
}
.expand-tree-open.block-category-style-g--expand-icon i:before,
.expand-tree-open + .block-category-style-g--expand-icon i:before {
  content: "\f068";
}
.block-goods-shop--info .block-category-style-g--items-0,
.block-goods-shop--info .block-category-style-g--items-1,
.block-goods-shop--info .block-category-style-g--items-2 {
  border-top: 1px solid #fff;
}

.block-goods-shop--info .block-category-style-g--items-1 .block-category-style-g--item-container {
  background: #fff;
}

.block-category-style-g--item.block-shoplist--item__no-child {
  background: #f3f2ed url(https://www.bleubleuet.jp/img/sys/icon/icon_arrow_blue.png) right 12px center no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
}
.block-goods-shop--info .block-category-style-g--item.block-shoplist--item__no-child .block-category-style-g--item-container {
  background: none;
}


.block-shoplist--nav-side h2 {
  border-top: none;
  text-align: center;
  border-bottom: 1px solid #284066;
}


/* ----商品詳細画面 - ショップガイド---- */

.block-goods-shop--guide {
  padding: 15px 3.3% 25px;
}
.block-goods-shop--guide li {
  list-style: none!important;
  margin: 0!important;
}
.block-goods-shop--guide-item {
  display: block;
  width: 95%;
  margin: 20px auto;
  padding: 13px 4.2% 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #889cbb;
}
.block-goods-shop--guide-item-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.block-goods-shop--guide-item-heading-ttl {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #284066;
}
.block-goods-shop--guide-item-heading-ttl.payment img {
  width: 24px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-heading-ttl.shipping img {
  width: 36px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-heading-ttl.delivery img {
  width: 36px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-heading-ttl.size img {
  width: 26.5px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-heading-ttl.gift img {
  width: 22px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-heading-ttl.point img {
  width: 24px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-heading-ttl.return img {
  width: 34px;
  margin-right: 1em;
}
.block-goods-shop--guide-item-btn {
  width: 100px;
  height: 36px;
}
.block-goods-shop--guide-item-content {
  padding-top: 12px;
}
.block-goods-shop--guide-item-content figure {
  width: 85%;
  margin: 10px auto 20px;
}

.block-goods-shop--guide-item-content-2col {
  display: flex;
  flex-wrap: wrap;
}
.block-goods-shop--guide-item-content-box {
  width: 50%;
  margin-bottom: 15px;
}
.block-goods-shop--guide-item-content-box:nth-of-type(odd) {
  padding-right: 1em;
}
.block-goods-shop--guide-item-content-box.large {
  width: 100%;
  padding-right: 0;
}
.block-goods-shop--guide-item-content-ttl {
  /* font-size: 12px; */
  font-weight: bold;
}
.block-goods-shop--guide-item-content-txt {
  margin-top: 5px;
}
.block-goods-shop--guide-item-content-txt p {
  font-size: 16px;
}

.block-goods-shop--guide-item-content-caution,
p.block-goods-shop--guide-item-content-caution {
  padding-left: 1em;
  text-indent: -1em;
  /* font-size: 12px; */
}
.block-goods-shop--guide-item-content-caution span {
  color: #cc0033;
}

/* --------------- */

.block-goods-detail .block-topic-path {
  margin-top: 10px;
}


.block-src-l {
  text-align: center;
  margin-bottom: 10px;
}

.block-src-c {
  margin-bottom: 10px;
}

.block-goods-gallery {
  margin: -10px -10px 0 -10px;
}

.block-goods-gallery ul {
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-gallery li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}



.block-variation--btn-fixed-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(40,64,102,0.9);
  z-index: 1;
}
.block-variation--btn-fixed-box ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.block-variation--btn-fixed-cart {
  display: block;
  width: 62.6vw;
  height: 12vw;
  font-size: 0;
  color: transparent;
  background: #ff7185 url(https://www.bleubleuet.jp/img/sys/icon/btn_cart.png) center no-repeat;
  -webkit-background-size: auto 19px;
  background-size: auto 19px;
  border-radius: 5px;
}
.block-variation--btn-fixed-bookmark {
  display: block;
  width: 29.3vw;
  height: 12vw;
  font-size: 0;
  color: transparent;
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/btn_cart_bookmark.png) center no-repeat;
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
  border-radius: 5px;
}
.block-variation--btn-fixed-bookmark.is-bookmarked {
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/btn_cart_bookmark_active.png) center no-repeat;
  -webkit-background-size: auto 16px;
  background-size: auto 16px;
}
.block-variation--btn-fixed-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.block-goods-bottom {
  margin-top: 30px;
}
.block-goods-bottom--header {
  color: #284066;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 55px;
  /* font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; */
  font-weight: 400;
}

.page-goods .block-collection-sns--items {
  margin-bottom: 0px;
}


/* 注文明細拡張 */
.block-goods-sales-detail-append--item input[type="text"],
.block-goods-sales-detail-append--item textarea {
  width: 100%;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
  margin-top: 10px;
}

.block-variation-arrival-notice {
  margin-right: 5px;
}

.block-variation-arrival-notice--btn {
  margin-top: 10px;
  padding: 6px 0;
  font-size: 16px;
  width: 280px;
}

/* バリエーション切り替えボタン */
.block-variation--item-list {
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item dt {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.active dt {
  border: 2px solid #3fbf0d;
}

.block-color--item dt {
  width: 54;
  height: 54px;
}

.block-color--item-term img {
  max-width: 40px
  max-height: 40px;
}

.block-color--item-term figure {
  width: 50px;
  height: 50px;
}

.block-size--item dt {
  width: 54px;
  min-height: 54px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-line {
  padding: 5px 0;
  width: 100%;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--size-item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 96px;
  height: 50px;
  padding: 2px;
}

.block-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-size-with-cart--color-item-term img {
  max-width: 40px;
  max-height: 40px;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review h2 {
  font-size: 14px;
  padding: 0px 10px 15px;
  color: #284066;
  font-weight: bold;
}

.block-goods-user-review--score dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--score dd {
  display: inline-block;
  vertical-align: top;
  height: 21px;
}

.block-goods-user-review--score dd img {
  height: 21px;
}

.block-goods-user-review--count dt {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--count dd {
  display: inline-block;
}

.block-goods-user-review--need-login-message a {
  text-decoration: underline;
}

.block-goods-user-review--write-review-link {
  text-decoration: underline;
}

.block-goods-user-review--description {
  margin: 10px 0;
}

.block-goods-user-review--item {
  margin-top: 15px;
}

.block-goods-user-review--item-title {
  font-weight: bold;
  font-size: 16px;
}

.block-goods-user-review--item-score dt {
  margin: 0 0 5px 0;
  height: 14px;
}

.block-goods-user-review--item-score dt img {
  height: 14px;
}

.block-goods-user-review--item-size dt,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-color dd,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-overestimate dd {
  display: inline-block;
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  background: #f0f0f0 none repeat scroll 0 0;
  clear: both;
  margin: 0 0 10px;
  padding: 5px;
}

.block-goods-user-review--pager-now {
  color: #c00;
}

.block-goods-user-review--item-comment {
  margin: 5px 0;
}

.block-goods-user-review--write-review-btn {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding: 6px 0;
  width: 160px;
}

/* ----ユーザーレビュー画面---- */

.block-user-review--score .form-label,
.block-user-review--score .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
  vertical-align: top;
  padding-top: 8px;
}

.block-user-review--evaluation-score img {
  height: 21px;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
  display: inline-block;
}

.block-user-review--review-comment {
  margin: 10px 0;
}

/* ----トップページイベント表示---- */

.block-top-event {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  width: 1232px;
  margin: 0 auto;
  margin-top: 40px;
}

.block-top-event--header {
  font-size: 28px;
  text-align: center;
  padding: 60px 0 40px;
}

.block-section-item--header {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 0 40px;
  text-align: center;
}

.block-section-item--header img {
  width: auto;
  height: 50px;
}

/* ----新商品---- */

.block-newarrival-header {
  padding: 30px 0 20px;
}

.block-new-arrival-header {
  display: block;
  position: relative;
  width: 195px;
  margin: 0 auto;
}

.block-new-arrival-header:before {
  display: block;
  content: '';
  position: absolute;
  top: -12px;
  left: -97px;
  width: 97px;
  height: 64px;
  background: url(https://www.bleubleuet.jp/img/usr/common/newarrival_ttl_catch.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

span.block-newarrival-item--date {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}


/* ----コンテンツ ボーダー---- */

.block-slash-line {
  position: relative;
}

.block-slash-line:before {
  display: block;
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../../img/usr/common/pc/line_slash_large.gif) 0 0 repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
}

/*トップ*/
.page-top .block-slash-line:before{
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	background: none;
}
.page-top .block-news{
	margin-top: 60px;
}
#block_of_free2 #top-banner{
	margin-top: 60px;
}
.page-top .block-pickup-content--item.size_none{
	margin-top: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	
  background-image: url(../../img/usr/common/pc/line_slash_large.gif), url(../../img/usr/common/pc/line_slash_large.gif);
  background-position: left top,left bottom;
  background-repeat: repeat-x,repeat-x;
}
.page-top .block-pickup-content--item.size_none + .block-pickup-content--item.size_none{
	background: none;
	margin-top: 0;
	padding-top: 0;
}
.page-top .block-ranking-r,
.page-top .block-collection{
	margin-top: 60px;
	padding-top: 60px;
  background: url(../../img/usr/common/pc/line_slash_large.gif) left top repeat-x;
}
.page-top .block-pickup-content--item + .block-pickup-content--item.size_none{
	margin-top: 60px;
}
/* ----店舗在庫画面---- */

.block-store-stock--goods-detail dt {
  float: left;
  font-weight: bold;
  width: 100px;
  padding: 3px;
}

.block-store-stock--goods-detail dd {
  margin-left: 120px;
  padding: 3px;
}

.block-store-stock--message {
  color: #a94442;
  margin: 10px 0;
}

.block-store-stock--list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon {
  display: flex;
  flex-wrap: wrap;
}

.block-icon span {
  width: 65px;
  height: 17px;
  margin-bottom: 2px;
  z-index: 1;
}

.block-icon span:nth-of-type(4n) {
  margin-left: 0;
}

.block-icon span + span {
  margin-left: 2px;
}

.block-icon--new {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 45px;
  z-index: 1;
}

.block-news--item-image .block-icon--new {
  top: 0;
  left: 10px;
}

a:hover .block-icon--new {
  opacity: 1;
}

.block-thumbnail-t--items .block-icon--new {
  left: 3px;
}

.block-top-collection--items .block-icon--new {
  top: -8px;
  left: -8px;
}

/* sale */
.block-icon--sale {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 45px;
  z-index: 1;
}

.block-thumbnail-t--items .block-icon--sale {
  left: 3px;
}


/* ----商品一覧画面----*/

.block-category-list {
  margin-top: 30px;
}
/* タイトル */
.block-category-list--header {
  margin: 60px 0;
  font-size: 30px;
  font-weight: 400;
  color: #284066;
  text-align: center;
}
.block-category-list .block-thumbnail-t--items li {
  margin-right: 40px;
}
.block-category-list .block-thumbnail-t--items li:nth-of-type(4n) {
  margin-right: 0;
}
.block-category-list .block-thumbnail-t--items li:nth-of-type(5n) {
  margin-right: 40px;
}
.block-category-list .block-thumbnail-t--items li:nth-of-type(20n) {
  margin-right: 0;
}

.block-search-goods .block-thumbnail-t--items li {
  margin-right: 40px;
}
.block-search-goods .block-thumbnail-t--items li:nth-of-type(4n) {
  margin-right: 0;
}
.block-search-goods .block-thumbnail-t--items li:nth-of-type(5n) {
  margin-right: 40px;
}
.block-search-goods .block-thumbnail-t--items li:nth-of-type(20n) {
  margin-right: 0;
}

/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items {
  /* margin-top: 5px; */
  /* margin-bottom: 5px; */
  /* font-size: 12px; */
}

.block-goods-list--display-style-items .active {
  color: #c00;
}

.block-goods-list--display-style-items dt {
  display: inline-block;
  font-weight: bold;
}

.block-goods-list--display-style-items dd {
  display: inline-block;
  margin-right: 5px;
}

.block-goods-list--sort-order-items {
  /* margin-top: 5px;
  margin-bottom: 5px; */
  padding: 15px 10px;
  /* font-size: 12px; */
  border: 1px dotted #284066;
  border-right: none;
  border-left: none;
}

.block-goods-list--sort-order-items a:hover,
.block-goods-list--sort-order-items .active {
  color: #789ace;
  text-decoration: none;
}

.block-goods-list--sort-order-items dt {
  display: inline-block;
  min-width: 120px;
  font-weight: bold;
  border-right: 1px solid #696969;
  text-align: left;
  line-height: 1;
}

.block-goods-list--sort-order-items dt:before {
  display: inline;
  content: url(https://www.bleubleuet.jp/img/usr/common/pc/goodslist_sort.png);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.block-goods-list--sort-order-items dd {
  display: inline-block;
  min-width: 140px;
  /* margin-right: 5px; */
  border-right: 1px solid #696969;
  text-align: center;
  line-height: 1;
}


/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #eff3f5;
}

.block-sort--header-btn {
  display: table-cell;
  width: 50%;
  height: 50px;
  text-indent: -9999px;
  border-bottom: 1px solid #889cbb;
}

.block-sort--header-btn:nth-of-type(1) {
  background: url(https://www.bleubleuet.jp/img/usr/common/goodslist_sort_01.png) center no-repeat;
  -webkit-background-size: 124px;
  background-size: 124px;
  border-right: 1px solid #889cbb;
}

.block-sort--header-btn:nth-of-type(2) {
  background: url(https://www.bleubleuet.jp/img/usr/common/goodslist_sort_02.png) center no-repeat;
  -webkit-background-size: 82px;
  background-size: 82px;
}

.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-sort--element {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  /* bottom: 0; */
  left: 0;
  padding: 30px 3.3% 30vh;
  overflow: scroll;
  z-index: 100;
}

.block-sort--element-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(40,64,102,0.9);
}

.block-sort--element-box {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.block-sort--element-box h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #284066;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border-top: none;
}

.block-sort--element-body {
  margin-top: 20px;
}

.block-sort--element-head {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
  color: #284066;
  border-bottom: 1px solid #284066;
}

.block-sort--element-item {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #284066;
}

.block-sort--element-check-input {
  position: absolute;
  width: 20px!important;
  height: 20px!important;
  opacity: 0;
}

.block-sort--element-check-text {
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}

.block-sort--element-check-input~.block-sort--element-check-text:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 13px;
  background: #fff;
  border: 1px solid #ccc;
}

.block-sort--element-check-input:checked~.block-sort--element-check-text:before {
  background: url(https://www.bleubleuet.jp/img/sys/icon/icon_checkbox_checked.png) center no-repeat;
  -webkit-background-size: 19px;
  background-size: 19px;
}

/* カラー */
.block-sort--element-list-checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0;
}

.block-sort--element-list-checkbox .block-sort--element-item {
  margin: 0 4.5px 10px;
  padding: 0;
  border-bottom: none;
}

.block-sort--element-list-checkbox .block-sort--element-check-input {
  width: 40px!important;
  height: 40px!important;
  margin-right: 0;
}

.block-sort--element-list-checkbox .block-sort--element-check-text {
  display: block;
}

.block-sort--element-list-checkbox .block-sort--element-check-input~.block-sort--element-check-text {
  width: 40px;
  height: 40px;
  margin-right: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
}

/* .block-sort--element-list-checkbox .block-sort--element-check-input#color_black~.block-sort--element-check-text {
  background: #000;
}

.block-sort--element-list-checkbox .block-sort--element-check-input#color_blue~.block-sort--element-check-text {
  background: #00479d;
}

.block-sort--element-list-checkbox .block-sort--element-check-input#color_green~.block-sort--element-check-text {
  background: #009944;
}

.block-sort--element-list-checkbox .block-sort--element-check-input#color_red~.block-sort--element-check-text {
  background: #e60012;
}

.block-sort--element-list-checkbox .block-sort--element-check-input#color_orange~.block-sort--element-check-text {
  background: #f39800;
}

.block-sort--element-list-checkbox .block-sort--element-check-input#color_white~.block-sort--element-check-text {
  background: #fff;
  border: 1px solid #ccc;
} */

.block-sort--element-list-checkbox .block-sort--element-check-input~.block-sort--element-check-text:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
}

.block-sort--element-list-checkbox .block-sort--element-check-input:checked~.block-sort--element-check-text:before {
  background: url(https://www.bleubleuet.jp/img/sys/icon/icon_checkbox_checked.png) center no-repeat;
  -webkit-background-size: 19px;
  background-size: 19px;
}

/* 共通 */
.block-sort--element-btn-enter {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 20px;
  /* margin-top: 10px; */
  background: #284066 url(https://www.bleubleuet.jp/img/sys/btn_goodslist_sort.png) center no-repeat;
  background-size: 93.5px;
  border-radius: 5px;
  font-size: 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  display: none;
}
.block-sort--element-btn-enter.fixed{

}
.block-sort--element-btn-enter.static{
	position:relative!important;
	display:block;
	margin: 20px 0 0 0!important;
}

/* 並び順 */
.block-sort--element-list-align .block-sort--element-item {
  background: url(https://www.bleubleuet.jp/img/sys/icon/icon_arrow_blue.png) right 12px center no-repeat;
  background-size: 6px;
}

/* ページャ */
.block-goods-list-naviframe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #333;
}

.block-goods-list-naviframe + .block-thumbnail-t {
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #284066;
}

.block-goods-list-naviframe .block-collection--pagenate {
  /* width: 450px; */
  margin: 0;
}


.page-category .block-recent-item {
  margin-top: 100px;
}


/* ----商品一覧画面：一覧：block-goods-list-l---- */

.block-goods-list-l--table {
  width: 100%;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border-collapse: collapse;
}

.block-goods-list-l--table td,
.block-goods-list-l--table th {
  padding: 10px;
}

.block-goods-list-l--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
  border: 1px solid #444;
}

.block-goods-list-l--add-cart {
  text-align: center;
}

.block-goods-list-l--stock {
  text-align: center;
}

.block-goods-list-l--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-goods-list-l--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin-bottom: 5px;
}

.block-goods-list-l .price {
  font-weight: bold;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-goods-list-l--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：一括購入：block-goods-list-l---- */

.block-bulk-purchase-b--table {
  width: 100%;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border-collapse: collapse;
}

.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  padding: 10px;
}

.block-bulk-purchase-b--table th {
  font-weight: bold;
  white-space: nowrap;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
  border: 1px solid #444;
}

.block-bulk-purchase-b--stock {
  text-align: center;
}

.block-bulk-purchase-b--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-bulk-purchase-b--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

.block-bulk-purchase-b .price {
  font-weight: bold;
}

.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  text-align: right;
}

.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
  font-size: 12px;
}

.block-bulk-purchase-b--scomment {
  font-size: 12px;
  color: #cc3302;
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */

.block-goods-list-d li {
  margin-bottom: 20px;
}

.block-goods-list-d--image {
  width: 200px;
}

.block-goods-list-d--item-body {
  display: flex;
  width: 900px;
}

.block-goods-list-d--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-list-d--item-description {
  width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-goods-list-d--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-goods-list-d--item-details {
  display: flex;
  margin-top: 10px;
}

.block-goods-list-d--item-details-left {
  flex-basis: 360px;
}

.block-goods-list-d--add-cart {
  flex-basis: 300px;
  text-align: center;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.block-goods-list-d--price-infos {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--price-title {
  display: inline-block;
}

.block-goods-list-d--price {
  display: inline-block;
}

.block-goods-list-d--stock-items {
  width: 330px;
  text-align: right;
}

.block-goods-list-d--stock-title {
  display: inline-block;
}

.block-goods-list-d--stock {
  display: inline-block;
}

.block-goods-list-d .price {
  font-weight: bold;
}

.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-list-d--scomment {
  color: #cc3302;
}

.block-goods-list-d--goods-comment {
  margin-top: 10px;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */

.block-check-list-a li {
  margin-bottom: 20px;
}

.block-check-list-a--image {
  width: 142px;
}

.block-check-list-a--item-body {
  display: flex;
  width: 900px;
}

.block-check-list-a--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-check-list-a--item-description {
  width: 758px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-check-list-a--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-check-list-a--price-infos {
  text-align: right;
}

.block-check-list-a--price-title {
  display: inline-block;
}

.block-check-list-a--price {
  display: inline-block;
}

.block-check-list-a--stock-items {
  text-align: right;
}

.block-check-list-a--stock-title {
  display: inline-block;
}

.block-check-list-a--stock {
  display: inline-block;
}

.block-check-list-a .price {
  font-weight: bold;
}

.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
  text-align: right;
}

.block-check-list-a--scomment {
  color: #cc3302;
}

.block-check-list-a--goods-comment {
  margin-top: 10px;
}

.block-check-list-a--select-item {
  text-align: right;
}

.block-check-list-a--add-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

.block-check-list-a--add-cart .block-list-add-cart-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 16px;
  width: 220px;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-p--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-p--image {
  width: 142px;
}

.block-pickup-list-p--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-p--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-p--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
}

.block-pickup-list-p--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.block-pickup-list-p .price {
  font-weight: bold;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-p--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */

.block-pickup-list-w li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.block-pickup-list-w--item-body {
  display: flex;
  width: 450px;
}

.block-pickup-list-w--image {
  width: 142px;
}

.block-pickup-list-w--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-pickup-list-w--item-description {
  width: 308px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-pickup-list-w--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-pickup-list-w--add-cart .block-list-add-cart-btn {
  display: block;
  padding: 8px 0;
  border-bottom-width: 2px;
  width: 160px;
}

.block-pickup-list-w--add-cart .block-list-custom-order-btn {
  display: block;
  padding: 8px 0;
  width: 160px;
  margin-bottom: 5px;
}

.block-pickup-list-w .price {
  font-weight: bold;
}

.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
  text-align: right;
}

.block-pickup-list-w--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t--items {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

.block-thumbnail-t--items li {
  position: relative;
  width: 200px;
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
  font-size: 14px;
  box-sizing: border-box;
}
.block-thumbnail-t--items li:nth-of-type(5n) {
  margin-right: 0;
}

.block-thumbnail-t--goods-bookmark {
  position: absolute;
  top: 5px;
  right: 5px;
}

.block-thumbnail-t--goods-bookmark-icon {
  display: block;
  width: 20px;
  height: 18px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_before.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  font-size: 0;
}

.block-thumbnail-t--goods-bookmark-icon.is-bookmarked {
  background: url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_after.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.block-thumbnail-t--goods-bookmark i {
  font-size: 22px;
  color: #eee;
}

.block-thumbnail-t--items li a {
  text-decoration: none;
}

.block-animation-bookmark--balloon {
  position: absolute;
  top: -37px;
  right: -3px;
  width: 90px;
  height: 30px;
  /* height: 20px; */
  background: url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_balloon.png) center no-repeat;
  font-size: 0;
  color: transparent;
  -webkit-background-size: contain;
  background-size: contain;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  height: 268px;
  margin-bottom: 10px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  border: 1px solid #ebedf1;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
  padding: 0 0 26px;
}

.block-thumbnail-t--goods-name {
  margin-top: 8px;
  color: #333;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price-items {
  display: flex;
  align-items: center;
  margin-top: .5em;
}

.block-thumbnail-t--price {
  color: #333;
}

.block-thumbnail-t--price-sale {
  margin-left: .5em;
  color: #cc3366;
}

.block-thumbnail-t--price-tax {
  font-size: 85%;
}


/* ----商品一覧画面：ランキング：block-ranking-r---- */

/* .block-ranking-r li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-ranking-r--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-ranking-r--goods:first-of-type {
  margin-left: 0;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-ranking-r--goods a {
  text-decoration: underline;
}

.block-ranking-r--goods-description {
  margin-top: 20px;
}

.block-ranking-r--goods .price {
  font-weight: bold;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-ranking-r--scomment {
  color: #cc3302;
} */

/* ランキングアイコン */
/* .block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
} */

.block-ranking-r {
  width: 1200px;
  margin: 0 auto;
  /* padding-bottom: 10px; */
}

.block-ranking-r--header {}

.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
}

.block-ranking-r--items li {
  width: 200px;
  margin: 0 50px 40px 0;
}

.block-ranking-r--items li:nth-of-type(5n) {
  margin-right: 0;
}

.block-ranking-r--item-icon {
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.block-ranking-r--rank-1 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_01.png) bottom center no-repeat;
  background-size: auto 23px;
}

.block-ranking-r--rank-2 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_02.png) bottom center no-repeat;
  background-size: auto 23px;
}

.block-ranking-r--rank-3 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_03.png) bottom center no-repeat;
  background-size: auto 23px;
}

.block-ranking-r--rank-4 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_04.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-5 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_05.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-6 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_06.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-7 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_07.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-8 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_08.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-9 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_09.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-10 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_10.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-11 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_11.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-12 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_12.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-13 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_13.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-14 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_14.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-15 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_15.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-16 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_16.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-17 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_17.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-18 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_18.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-19 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_19.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-20 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_20.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-21 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_21.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-22 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_22.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-23 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_23.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-24 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_24.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-25 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_25.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-26 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_26.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-27 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_27.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-28 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_28.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-29 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_29.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-30 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_30.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-31 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_31.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-32 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_32.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-33 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_33.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-34 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_34.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-35 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_35.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-36 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_36.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-37 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_37.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-38 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_38.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-39 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_39.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-40 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_40.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-41 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_41.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-42 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_42.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-43 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_43.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-44 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_44.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-45 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_45.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-46 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_46.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-47 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_47.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-48 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_48.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-49 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_49.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--rank-50 {
  background: url(https://www.bleubleuet.jp/img/sys/icon/ranking_icon_50.png) bottom center no-repeat;
  -webkit-background-size: auto 18px;
  background-size: auto 18px;
}

.block-ranking-r--items li a {
  display: block;
  text-decoration: none;
}

.block-ranking-r--goods-image {
  width: 100%;
  /* margin-bottom: 5px; */
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 100%;
}

.block-ranking-r--goods-description {
  padding-top: 10px;
  word-wrap: break-word;
}

.block-ranking-r--goods-name {
  font-weight: bold;
}

.block-ranking-r--comment {
  /* font-size: 12px; */
}

.block-ranking-r--price {
  font-size: 18px;
  font-weight: bold;
}

.block-ranking-r .block-thumbnail-t--price-infos {
  padding-bottom: 20px;
}


/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--rank {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}



/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0;
}

.block-thumbnail-h--goods {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 175px;
  margin-right: 25px;
  box-sizing: border-box;
}

.block-thumbnail-h--goods:nth-of-type(6n) {
  margin-right: 0;
}

.block-thumbnail-h--goods .block-icon span,
.block-thumbnail-h--goods .block-icon span img {
  width: 55px;
  height: 15px;
}

.block-thumbnail-h--goods-bookmark {
  position: absolute;
  top: 5px;
  right: 5px;
}

.block-thumbnail-h--goods-bookmark-icon {
  display: block;
  width: 20px;
  height: 18px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_before.png) center no-repeat;
  background-size: contain;
  font-size: 0;
}

.block-goods-detail--bookmark.is-bookmarked,
.block-goods-detail--bookmark.is-bookmarked:focus {
  opacity: 1;
  text-decoration: none;
}

.block-thumbnail-h--goods-bookmark-icon.is-bookmarked {
  background: url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_after.png) center no-repeat;
  background-size: contain;
}

.block-animation-bookmark--balloon {
  position: absolute;
  top: -37px;
  right: -3px;
  width: 90px;
  height: 30px;
  background: url(https://www.bleubleuet.jp/img/sys/icon/bookmark_icon_balloon.png) center no-repeat;
  font-size: 0;
  color: transparent;
  background-size: contain;
}

.pane-goods-right-side .block-animation-bookmark--balloon {
  top: -25px;
  right: 160px;
}

.block-thumbnail-h--goods-image {
  width: 100%;
  height: 234px;
  margin-bottom: 10px;
}

.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  border: 1px solid #ebedf1;
}

.block-thumbnail-h--goods-description {
  word-wrap: break-word;
  padding: 0 0 26px;
  font-size: 14px;
}

.block-thumbnail-h--goods-name {
  margin-top: 8px;
  color: #333;
}

.block-thumbnail-h--comment {
  font-size: 12px;
}

.block-thumbnail-h--price-items {
  display: flex;
  align-items: center;
  margin-top: .5em;
}

.block-thumbnail-h--price {
  color: #333;
}

.block-thumbnail-h--price-sale {
  margin-left: .5em;
  color: #cc3366;
}

.block-thumbnail-h--price-tax {
  font-size: 85%;
}


/* ----商品一覧画面：リスト：block-list-s---- */

.block-list-s li:first-child {
  border-top: 1px solid #444;
}

.block-list-s li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-list-s div {
  display: inline;
}

.block-list-s--goods-name,
.block-list-s--price-items div {
  padding-right: 1em;
}

.block-list-s--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-list-s .price {
  font-weight: bold;
}

.block-list-s--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-cart-i--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-cart-i--goods:first-of-type {
  margin-left: 0;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart-i--goods a {
  text-decoration: underline;
}

.block-cart-i--goods-description {
  margin-top: 20px;
}

.block-cart-i--goods .price {
  font-weight: bold;
}

.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-cart-i--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-goods-detail-j--goods {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-detail-j--goods:first-of-type {
  margin-left: 0;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-goods-detail-j--goods a {
  text-decoration: underline;
}

.block-goods-detail-j--goods-description {
  margin-top: 20px;
}

.block-goods-detail-j--goods .price {
  font-weight: bold;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
  text-align: right;
}

.block-goods-detail-j--scomment {
  color: #cc3302;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */

.block-goods-name-n li:first-child {
  border-top: 1px solid #444;
}

.block-goods-name-n li {
  display: block;
  border-bottom: 1px solid #444;
  margin: 0;
  padding: 5px 0;
}

.block-goods-name-n dt {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 1em;
}
.block-goods-name-n dd {
  display: inline-block;
  vertical-align: top;
}

.block-goods-name-n a {
  color: #000;
  text-decoration: underline;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-x--item-body {
  flex-basis: 200px;
  margin-left: 33px;
}

.block-goods-list-x--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-x--image figure {
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-goods-list-c--item-body {
  flex-basis: 180px;
  margin-left: 24px;
}

.block-goods-list-c--item-body:first-of-type {
  margin-left: 0;
}

.block-goods-list-c--image figure {
  background: #f5f5f5;
  width: 180px;
  height: 180px;
}

/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */

.block-category-style-p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-p--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-p--item:nth-child(2n) {
  margin: 0 0 0 20px;
}

.block-category-style-p--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
  clear: both;
}

.block-category-style-p--item-image {
  width: 143px;
  float: left;
}

.block-category-style-p--item-comment {
  width: 275px;
  float: right;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */

/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */

.block-category-style-g {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-g--item:nth-child(2n) {
  /* margin: 0 0 0 20px; */
}
.block-shoplist--nav-side .block-category-style-g--item:nth-child(2n) {
  margin: 0;
}

.block-category-style-g--item {
  flex-basis: 440px;
  overflow: hidden;
}

.block-category-style-g--item-name {
  font-size: 16px;
  border-bottom: #444 dashed 1px;
  padding-bottom: 10px;
}

.block-category-style-g--item-image {
  width: 143px;
  float: left;
}

.block-category-style-g--item-comment {
  width: 275px;
  float: right;
}

.block-category-style-g--item ul {
  clear: both;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.block-goods-shop--info .block-category-style-g--item ul,
.block-shoplist--nav-side .block-category-style-g--item ul {
  margin: 0;
}

.block-category-style-g--item ul li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--item-name {
  display: inline;
}

.block-category-style-l--splitter {
  margin: 0 5px;
}

/* ----カテゴリー画面：サムネイル：block-category-style-t---- */

.block-category-style-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}

.block-category-style-t--item {
  flex-basis: 210px;
  overflow: hidden;
  margin: 0 0 0 20px;
}

.block-category-style-t--item:nth-child(4n+1) {
  margin: 0;
}

/* ----カテゴリーツリー---- */

.block-category-tree--item__open,
.block-category-tree--item {
  border-top: #eee 1px solid;
}

.block-category-tree--item__open a,
.block-category-tree--item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 43px;
}

.block-category-tree--level-2 > li {
  text-indent: 10px;
}

.block-category-tree--level-3 > li {
  text-indent: 20px;
}

.block-category-tree--level-4 > li {
  text-indent: 30px;
}

.block-category-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----ジャンルツリー---- */

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: #eee 1px solid;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a {
  display: flex;
  align-items: center;
  height: 43px;
}

.block-genre-tree--level2 > li {
  text-indent: 10px;
}

.block-genre-tree--level3 > li {
  text-indent: 20px;
}

.block-genre-tree--level4 > li {
  text-indent: 30px;
}

.block-genre-tree--image {
  width: 43px;
  height: 43px;
  margin-right: 9px;
}

/* ----絞り込み検索---- */

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--tree-1 > li:first-child {
  border-top: none;
}

.block-filter--tree-2 > li {
  padding-left: 10px;
}

.block-filter--tree-3 > li {
  padding-left: 20px;
}

.block-filter--tree-4 > li {
  padding-left: 30px;
}

.block-filter--treeitem-container {
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  padding-right: 9px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-dir i {
  transform: rotate(90deg);
}

.block-filter--treeitem-dir__close i {
  transform: rotate(0);
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.block-filter--image {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 5px;
}

.block-filter--image-check {
  position: relative;
  display: block;
}

.block-filter--image-check i {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
}

.block-filter--image-check:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: none;
}

/* ----クイックビュー---- */

.block-quickview {
  display: none;
  position: absolute;
  z-index: 10000;
  overflow: visible;
  width: auto;
  max-width: 324px;
  height: auto;
  padding: 10px;
  border: 1px solid;
  background-color: #fff;
}

.block-quickview-line {
  overflow: hidden;
  width: 100%;
}

.block-quickview-item {
  display: inline-block;
  width: 142px;
}

/* ----カテゴリーツリー---- */

.block-category-tree {
  border-bottom: 1px solid #eee;
}

.block-category-tree--header {
  padding-top: 15px;
  background: #f3f2ed;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #284066;
}

.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  color: #333;
  border-top: 1px solid #9eacc2;
}

.block-category-style-g--item {
  border-bottom: 1px solid #9eacc2;
  min-height: 43px;
  background-color: #fff;
}
.block-shoplist--nav-side .block-category-style-g--item {
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/icon_arrow_blue.png) right 12px center no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
}

.block-special-style-g .block-category-style-g--item {
  background: #fff url(https://www.bleubleuet.jp/img/sys/icon/icon_arrow_blue.png) right 12px center no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
}

.block-category-style-g--items-1 .block-category-style-g--item {
  background: #f3f2ed url(https://www.bleubleuet.jp/img/sys/icon/icon_arrow_blue.png) right 12px center no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
  border-bottom: 1px dashed #9eacc2;
}

.block-category-style-g--items-1 .block-category-style-g--item:last-of-type {
  border-bottom: none;
}
.block-shoplist--nav-side .block-category-style-g--items-1 .block-category-style-g--item:last-of-type {
  border-bottom: none;
  margin-left: 0;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
  height: 43px;
}

.block-category-style-g--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #284066;
  vertical-align: middle;
  cursor: pointer;
}

.block-category-style-g--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
}

.block-category-style-g--body:hover {
  text-decoration: none;
}

.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}

.block-category-style-g--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 0.5em;
  /* text-decoration: underline; */
}

.block-category-style-g--body__haveimg .block-category-style-g--name {
  padding-left: 1em;
}

.block-category-style-g--comment {
  display: none;
}

.block-category-style-g--items-1 > li {
  padding-left: 10px;
}

.block-category-style-g--items-2 > li {
  padding-left: 20px;
}

.block-category-style-g--items-3 > li {
  padding-left: 30px;
}

.block-category-style-g--items-2 {
  margin-left: -10px;
}

.block-category-style-g--items-3 {
  margin-left: -20px;
}


.block-header--modalbtn {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: url(https://www.bleubleuet.jp/img/usr/common/blue_bg.gif);
  text-align: center;
}



/* shopstock */
.block-goods-detail--shopstock {
  display: block;
  width: 200px;
  height: 35px;
  padding-right: calc(15px + 0.5em);
  background: #fff url("../../img/sys/icon/goods_main_shopstock.png") no-repeat 15px center;
  background-size: 20px;
  border-radius: 5px;
  border: 1px solid #889cbb;
  box-sizing: border-box;
  font-size: 14px;
  color: #284066;
  text-align: right;
  line-height: 31px;
}
.block-goods-detail--shopstock:hover {
  text-decoration: none;
}
.goods-detail-description--shopstock {
  position: relative;
  padding: 20px 0 10px;
	margin-bottom: -30px;
}
.goods-detail-description--shopstock:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.goods-detail-description--shopstock-ttl {
  width: 380px!important;
  vertical-align: middle;
  font-weight: 400!important;
}
.goods-detail-description--shopstock-ttl img {
  margin-right: 8px;
  margin-bottom: -2px;
}
.goods-detail-description--shopstock-txt {
  width: 200px;
  vertical-align: middle;
}

#shopstock_box_outer {
	height: 100vw;
	
}
#shopstock_box_outer #cboxClose {
  top: 44px;
	left: 800px;
	right: 0;
	margin: 0 auto;
}
#shopstock_box_wrap{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  overflow: hidden;
  transform: scale(1,0.5);
  -webkit-transform: scale(1,0.5);
}
#shopstock_box_wrap .bg_{
	position: fixed;
	top: 0;
  bottom: 0;
	left: 0;
  right: 0;
	background: rgba(40,64,102,0.9);
	overflow: hidden;
}
#shopstock_box_outer{
  position: relative;
  top: 250px;
  visibility: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#shopstock_box_wrap.show_{
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}
#shopstock_box_wrap.show_{
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 1000001;
  overflow: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#shopstock_box_wrap.show_.auto_h_{
  height: auto;
}
#shopstock_box_wrap.show_ #shopstock_box_outer{
   visibility: visible;
  top: 0;
  opacity: 1;
  z-index: 1000002;
  -webkit-transition: 1.3s;
  transition: 1.3s;
	padding-top: 60px;
}
#shopstock_box_inner{
  overflow: auto;
  width: 820px;
  height: 90%;
  max-height: calc(100vh - 120px);
  margin: 0 auto;
}
#shopstock_box_inner .block-variation--modal-element-box{
	margin-top: 0;
	margin-bottom: 0;
}
#shopstock_box_wrap h2 {
	padding: 10px;
  text-align: center;
}

/* block_goods */
/* shopstock */
.block-goods-detail--shopstock {
  display: block;
  width: 200px;
  height: 35px;
  padding-right: calc(15.5px);
  background: #fff url("../../img/sys/icon/goods_main_shopstock.png") no-repeat 20px center;
  background-size: 20px;
  border-radius: 5px;
  border: 1px solid #889cbb;
  box-sizing: border-box;
  font-size: 14px;
  color: #284066;
  text-align: right;
  line-height: 31px;
}
.block-goods-detail--shopstock:hover {
  text-decoration: none;
}
.goods-detail-description--shopstock {
  position: relative;
  padding: 20px 0 10px;
  margin-bottom: -30px;
}
.goods-detail-description--shopstock:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.goods-detail-description--shopstock-ttl {
  width: 380px!important;
  vertical-align: middle;
  font-weight: 400!important;
}
.goods-detail-description--shopstock-ttl img {
  margin-right: 8px;
  margin-bottom: -2px;
}
.goods-detail-description--shopstock-txt {
  width: 200px;
  vertical-align: middle;
}
/* bbuser */
/* --------------------------------------------------------------------
	店舗在庫を確認する
--------------------------------------------------------------------- */
#shop_stock_frame {
  max-width: 800px;
  margin: 0 auto;
}
#shop_stock_inner {
  padding: 20px;
  background: #ffffff;
}
#shop_stock_inner .top-comment-line {
  padding: 10px;
}
#shop_stock_inner h1 {
  margin: 20px 0;
  text-align: center;
}
#shop_stock_inner h2 {
  padding: 0 10px;
  margin: 0;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  text-align: left;
  border-top: #9eacc2 1px solid;
  background: #ffffff;
  position: relative;
}
#shop_stock_inner h2.has-sub {
  padding: 7px 10px 0 10px;
  line-height: 1.2;
}
#shop_stock_inner h2.has-sub span {
  font-size: 10px;
  display: block;
}
#shop_stock_inner h2::after {
  content: '＋';
  font-size: 16px;
  line-height: 1.0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
#shop_stock_inner h2.open::after {
  content: '－';
  font-size: 16px;
  line-height: 1.0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
#shop_stock_inner .size-frame {
  display: none;
}
#shop_stock_inner .size-frame ul li {
  text-align: center;
}
#shop_stock_inner .table-frame {
  padding: 10px;
  overflow: hidden;
}
#shop_stock_inner .table-frame-inner01 {
  width: 50%;
  border-bottom: #e5e5e5 1px solid;
  border-left: #e5e5e5 1px solid;
  float: left;
}
#shop_stock_inner .table-frame-inner02 {
  width: 50%;
  border-bottom: #e5e5e5 1px solid;
  border-left: #e5e5e5 1px solid;
  border-right: #e5e5e5 1px solid;
  float: right;
}
#shop_stock_inner .table-frame dl {
  width: 100%;
  border-top: #e5e5e5 1px solid;
  display: flex;
}
#shop_stock_inner .table-frame dl.head dt,
#shop_stock_inner .table-frame dl.head dd {
  font-weight: bold;
  color: #284066;
  background: #eff3f5;
}
#shop_stock_inner .table-frame dl dt {
  padding: 7px 5px;
  border-right: #e5e5e5 1px solid;
  flex-basis: 40%;
  font-size: 12px;
  text-align: center;
}
#shop_stock_inner .table-frame dl dd {
  padding: 7px 5px;
  flex-basis: 60%;
  font-size: 12px;
  text-align: center;
}
#shop_stock_inner #sec15 {
  border-bottom: #9eacc2 1px solid;
}
#shop_stock_inner .close-btn {
  padding: 15px 0;
  text-align: center;
}
#shop_stock_inner .close-btn a {
  padding: 10px;
  text-align: center;
  display: block;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.shop_stock_frame * {
  box-sizing: border-box;
}
.shop_stock_frame *::before,
.shop_stock_frame *::after {
  box-sizing: border-box;
}
.shop_stock_frame {
  width: 800px;
  margin: 0 auto;
}
.shop_stock_frame #shop_stock_inner {
  width: 800px;
  margin: 0 auto;
  padding: 20px 40px;
  background: #ffffff;
}
.shop_stock_frame #shop_stock_inner h1 {
  color: #284066;
  font-size: 24px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item {
  position: relative;
  min-height: 270px;
  margin-bottom: 30px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .item_img {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 40px;
  width: 200px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .item_detail {
  padding-left: 240px;
  width: 100%;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .shop_stock_selectform {
  padding-left: 240px;
  width: 100%;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .shop_stock_selectform label {
  position: relative;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .shop_stock_selectform label select {
  position: relative;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .shop_stock_selectform label select::-ms-expand {
  display: none;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .shop_stock_selectform label::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #9eacc2;
  border-right: 1px solid #9eacc2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .item_name {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .item_number {
  font-size: 14px;
  margin-bottom: 1em;
}
.shop_stock_frame #shop_stock_inner .shop_stock_item .shop_stock_submit {
  font-size: 14px;
  color: #fff;
  background-color: #284066;
  border-radius: 5px;
  width: 300px;
  text-align: center;
  margin: 15px auto;
  height: 40px;
  line-height: 40px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_caption {
  font-size: 12px;
  margin-bottom: 30px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_caption ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result {
  border-bottom: 1px solid #9eacc2;
  margin-bottom: 30px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .stockstate_example {
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .stockstate_example ul {
  display: flex;
  justify-content: flex-end;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .stockstate_example ul li + li {
  margin-left: 1em;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .shop_detail ul {
  border-top: 1px solid #9eacc2;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .shop_detail li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 30px 10px;
  border-bottom: 1px dotted #9eacc2;
  font-size: 14px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .shop_detail li:last-child {
  border: none;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .shop_detail li div {
  margin-bottom: 10px;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_name {
  width: 100%;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_tel {
  width: 25%;
  padding-left: 30px;
  padding-right: 20px;
  background: url("../../img/usr/common/goods/icon_tel.png") center left no-repeat;
  white-space: nowrap;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_shopinfo {
  width: 25%;
  padding-left: 30px;
  padding-right: 20px;
  background: url("../../img/usr/common/goods/icon_shop.png") center left no-repeat;
  white-space: nowrap;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_shopitemlist {
  padding-left: 30px;
  padding-right: 20px;
  background: url("../../img/usr/common/goods/icon_tri.png") center left no-repeat;
  white-space: nowrap;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_shopitemlist a {
  color: #333;
  text-decoration: none;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_stockstate {
  border-left: 1px solid #9eacc2;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_stockstate.stete1 {
  background: url("../../img/usr/common/goods/mrk_stetaus1.png") center right no-repeat;
}
.shop_stock_frame #shop_stock_inner .shop_stock_result .result_stockstate.stete2 {
  background: url("../../img/usr/common/goods/mrk_stetaus2.png") center right no-repeat;
}
.result_stockstate {
    margin-left: 240px;
}