@charset "UTF-8";

/* ---- HEADER ---- */
#header {
  background: #FFF;
  z-index: 15;
  border-bottom: 2px solid #204B9F;
}
.block-header-top {
  background: #F7F7F7;
}
.block-header-top .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0;
}
.block-header-top .container {
  padding: 5px 0;
}
.block-header-top .container .top-text {
  margin: 0 auto 0 0;
}
.block-header-top--links {
  display: flex;
  justify-content: flex-end;
}
.block-header-top--links li {
  position: relative;
  padding: 0 20px;
}
.block-header-top--links li:last-child {
  padding-right: 0;
}
.block-header-top--links li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #555;
}
.block-header-top--links li a {
  color: #555;
  font-size: 13px;
  letter-spacing: .5px;
}
.block-header-main {
  position: relative;
}
.block-header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 0;
}
.block-header-logo {
  width: 190px;
  margin: 0 0 14px;
  padding: 0;
  line-height: 0;
}
.block-header-logo .block-header-logo--link {
    display: block;
}
.block-header-grobalnavi {
  display: flex;
}
.block-header-grobalnavi-item--btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  border: 1px solid #BCBCBC;
  margin: 0 4px 14px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 8px;
  cursor: pointer;
  transition: .3s ease;
}
.block-header-grobalnavi-item--btn:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: translateY(-2px) rotate(45deg);
  margin: 0 0 0 12px;
  transition: .3s ease;
}
.block-header-grobalnavi-item--btn:hover {
  border-color: #204B9F;
  background: #204B9F;
  color: #FFF;
}
.block-header-grobalnavi-item--btn:hover:after {
  border-color: #FFF;
  transform: translateY(0) rotate(225deg);
}
.block-header-grobalnavi-item--contents {
  display: none;
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  background: #F7F7F7;
  border-top: 2px solid #204B9F;
  border-bottom: 2px solid #204B9F;
  padding: 25px 0 30px;
  z-index: 13;
}
.block-header-grobalnavi-item:hover .block-header-grobalnavi-item--contents {
  display: block;
}
.block-header-grobalnavi-item--contents-inner {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
#item .block-header-grobalnavi-item--box {
  display: flex;
  justify-content: space-between;
}
.block-header-grobalnavi-item--box#book {
  width: 460px;
  border-right: 1px solid #BCBCBC;
  padding: 0 24px 0 0;
}
.block-header-grobalnavi-item--box#magazine {
  width: 410px;
  border-right: 1px solid #BCBCBC;
  padding: 0 28px;
}
.block-header-grobalnavi-item--box#factory {
  width: 330px;
  padding: 0 0 0 28px;
}
.block-header-grobalnavi-item--products {
  width: 225px;
}
.block-header-grobalnavi-item--products-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 225px;
  height: 150px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .5px;
  margin: 0 0 10px;
}
a.block-header-grobalnavi-item--products-ttl:hover {
  opacity: .8;
  text-decoration: none;
}
.block-header-grobalnavi-item--box#book .block-header-grobalnavi-item--products-ttl {
  background: url(../../img/usr/common/img_header_book.jpg);
}
.block-header-grobalnavi-item--box#magazine .block-header-grobalnavi-item--products-ttl {
  background: url(../../img/usr/common/img_header_magazine.jpg);
}
.block-header-grobalnavi-item--box#factory .block-header-grobalnavi-item--products-ttl {
  background: url(../../img/usr/common/img_header_factory.jpg);
}
.block-header-grobalnavi-item--products-ttl span {
  font-size: 10px;
  font-weight: normal;
}
.block-header-grobalnavi-item--products-text {
  font-size: 13px;
}
.block-header-grobalnavi-item--products-btn {
  position: relative;
  display: block;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 37px;
  padding: 7px 0;
  margin: 12px 0 0;
  background: #FFF;
}
.block-header-grobalnavi-item--products-btn:hover {
  text-decoration: none;
}
.block-header-grobalnavi-item--products-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 8px);
  border: 1px solid #111;
  border-right: 0;
  transition: .3s ease;
}
.block-header-grobalnavi-item--products-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 8px);
  border: 1px solid #111;
  border-left: 0;
  transition: .3s ease;
}
.block-header-grobalnavi-item--products-btn:hover:before {
  left: 8px;
}
.block-header-grobalnavi-item--products-btn:hover:after {
  right: 8px;
}
.block-header-grobalnavi-item--box#book ul {
  width: 80px;
  margin: 0 0 0 20px;
}
.block-header-grobalnavi-item--box#book ul:last-child {
  width: 96px;
  margin: 0;
}
.block-header-grobalnavi-item--box li:not(:last-child) {
  margin: 0 0 3px;
}
.block-header-grobalnavi-item--box li a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.25;
}
.block-header-grobalnavi-item#award .block-header-grobalnavi-item--products-ttl {
  background: url(../../img/usr/common/img_header_award00.jpg);
}
.block-header-grobalnavi-item#bookclub .block-header-grobalnavi-item--products-ttl {
  background: url(../../img/usr/common/img_header_bookclub00.jpg);
}
.block-header-grobalnavi-item#company .block-header-grobalnavi-item--products-ttl {
  background: url(../../img/usr/common/img_header_company00.jpg);
}
.block-header-grobalnavi-item--products-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #BCBCBC;
  margin: 0 0 0 40px;
  flex: 1;
}
.block-header-grobalnavi-item--products-contents li {
  margin: 0 20px;
}
.block-header-grobalnavi-item#company .block-header-grobalnavi-item--products-contents li {
  margin: 0 10px;
}
.block-header-grobalnavi-item--products-contents-headline {
  font-weight: bold;
  margin: 0 0 5px;
}
.block-header-grobalnavi-item--products-contents li figure {
  line-height: 0;
  margin: 0 0 10px;
}
.block-header-grobalnavi-item--products-contents li > a {
  position: relative;
  font-size: 12px;
  padding: 0 10px 0 0;
}
.block-header-grobalnavi-item--products-contents li > a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
}
.block-headernav {
  display: flex;
  margin: 0 0 14px;
}
.block-headernav li {
  margin: 0 0 0 24px;
  text-align: center;
}
.block-headernav li a {
  position: relative;
  display: block;
  min-width: 30px;
  font-size: 10px;
  padding: 28px 0 0;
}
.block-headernav li.block-headernav--guide a {
  background: url(../../img/usr/common/icon_header_guide.png) no-repeat center top 1px;
}
.block-headernav li.block-headernav--login a {
  background: url(../../img/usr/common/icon_header_login.png) no-repeat center top;
}
.block-headernav li.block-headernav--mypage a {
  background: url(../../img/usr/common/icon_header_mypage.png) no-repeat center top;
}
.block-headernav li.block-headernav--bookmark a {
  background: url(../../img/usr/common/icon_header_bookmark.png) no-repeat center top 4px;
}
.block-headernav li.block-headernav--bookshelf a {
  background: url(../../img/usr/common/icon_header_bookshelf.png) no-repeat center top 2px;
}
.block-headernav li.block-headernav--cart a {
  background: url(../../img/usr/common/icon_header_cart.png) no-repeat center top 6px;
}
.block-headernav li a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-headernav--cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #9200ED;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 0 0;
}
.block-headernav--cart-count:empty {
  display: none;
}
.block-header-news {
  background: #204B9F;
  text-align: center;
}
.block-header-news a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 0;
}
.block-global-search {
  padding: 12px 0;
}
.block-global-search form {
  position: relative;
  display: flex;
}
.block-global-search--category {
  position: relative;
}
.block-global-search--category-selected {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 45px;
  border-radius: 2px 0 0 2px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background: #111;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}
.block-global-search--category-selected:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6px;
  margin: 0 0 0 8px;
  background: url(../../img/usr/common/icon_select.png) no-repeat center / 100%;
}
.block-global-search--category-selected.open:after {
  transform: rotate(180deg);
}
.block-global-search--category-list {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 10px 0;
  filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.08));
  z-index: 12;
}
.block-global-search--category-list:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 7px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #DEDEDE transparent;
}
.block-global-search--category-list:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 4px;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFF transparent;
}
.block-global-search--category-list label {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  padding: 7px 20px;
  cursor: pointer;
}
.block-global-search--category-list li input {
  display: none;
}
input.block-global-search--keyword {
  border: 1px solid #DEDEDE;
  border-left: 0;
  background: #F7F7F7;
  width: 1108px;
  padding: 11px 60px 8px 20px;
  border-radius: 0 2px 2px 0;
}
input.block-global-search--submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  width: 60px;
  padding: 13px 20px;
}
input.block-global-search--submit2 {
  position: absolute;
  top: 0;
  right: 550px;
  border: 0;
  background: none;
  width: 60px;
  padding: 13px 20px;
}
.block-header-search-tag {
  margin: 12px 0 0;
}
.block-header-search-tag ul {
  display: flex;
  margin: 0 -4px;
}
.block-header-search-tag li {
  margin: 0 4px;
}
.block-header-search-tag li a {
  display: block;
  background: #F2F4F8;
  border-radius: 25px;
  font-size: 12px;
  padding: 2px 8px;
}
.block-header-search-tag li a:before {
  content: '#';
  display: inline-block;
  color: #009B9B;
  font-weight: bold;
  margin: 0 2px 0 0;
}
.block-header-search-tag li a:hover {
  text-decoration: none;
  opacity: .8;
}

/* fixed */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 12;
}
.fixed.hide {
  display: none;
}
#header.fixed .block-header-top,
#header.fixed .block-header-news {
  display: none;
}
#header.fixed.only-search .block-header-main {
  display: none;
}
#header.fixed.only-category .block-header-top,
#header.fixed.only-category .block-header-main {
  display: none;
}

/* ---- CATEGORY HEADER ---- */
.block-category-header {
  background: #204B9F;
  z-index: 13;
}
.block-category-header:empty { display: none; }
.block-category-header#others {
  background: #FFF;
  margin-top: -2px;
  border-top: 2px solid #F7F7F7;
  border-bottom: 2px solid #204B9F;
}
.block-category-header > .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.block-category-header--category-name {
  color: #FFF;
  font-size: 18px;
}
.block-category-header#book-ebook .block-category-header--category-name {
  padding: 0 0 0 46px;
  background: url(../../img/usr/common/icon_book_ebook.png) no-repeat left top 6px;
}
.block-category-header#magazine .block-category-header--category-name {
  padding: 0 0 0 32px;
  background: url(../../img/usr/common/icon_magazine.png) no-repeat left top 6px;
}
.block-category-header#comic .block-category-header--category-name {
  padding: 0 0 0 30px;
  background: url(../../img/usr/common/icon_comic.png) no-repeat left top 6px;
}

/* 商品詳細レビュー */
.page-goods #revico-review-staff-zone [data-review-count="0"] .revico-comment-header,
.page-goods #revico-review-staff-zone [data-review-count="1"] .revico-comment-header,
.page-goods #revico-review-staff-zone [data-review-count="0"] .revico-comment-footer,
.page-goods #revico-review-staff-zone [data-review-count="1"]  .revico-comment-footer,
.page-goods #revico-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--paging-buttons,
.page-goods #revico-review-staff-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--paging-buttons {
    display: none
}
.page-goods #revico-review-zone .revico-multicomment-top .revico-comment-footer,
.page-goods #revico-review-staff-zone .revico-multicomment-top .revico-comment-footer {
  margin: 0 auto;
  padding: 0;
}
.page-goods #revico-review-zone .revico-multicomment-top {
  padding-bottom: 20px;
  width: 100%;
}
.page-goods .pane-contents .revico-star-graph.revico-widget {
  padding: 40px 0 0;
}
.page-goods .pane-contents .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper {
  justify-content: center;
  flex-direction: row-reverse;
  padding: 30px 0;
}
.page-goods .pane-contents #revico-review-zone .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper {
  padding: 0 0 40px;
}
.page-goods .pane-contents .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-filter,
.page-goods .pane-contents .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort,
.page-goods .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--filter,
.page-goods .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--sort {
  background-color: black;
  border-radius: .3em;
  width: 170px;
}
.page-goods .pane-contents .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-filter {
  margin: 0 0 0 10px;
}
.page-goods .pane-contents .revico-multicomment-top .revico-comment-main {
  display: flex;
  flex-wrap: wrap;
}
.page-goods .pane-contents .revico-multicomment-top .revico-comment-main > *:not(.revico-review-comment-row-wrapper) {
  width: 100%;
}
.page-goods .pane-contents .revico-multicomment-top .revico-review-comment-row-wrapper {
  width: calc(50% - 16px);
  flex-direction: column;
  margin: 0 auto 20px;
}
.page-goods .pane-contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
  width: auto;
}
.page-goods .pane-contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  max-height: none;
}
.page-goods .revico-multicomment-top .revico-review-comment-detail--staff-recommend {
  overflow: auto;
}
.page-goods .revico-multicomment-top .revico-review-comment-detail--staff-recommend::-webkit-scrollbar {
  height: 6px;
  background-color: transparent; 
}
.page-goods .revico-multicomment-top .revico-review-comment-detail--staff-recommend::-webkit-scrollbar-thumb {
  background: #204B9F;
  border-radius: 10em;
}
.revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton {
	filter: invert(100%) brightness(160%);
	border-radius: 4px;
	margin: 20px 0px 20px -25px;
	padding: 9px 0px 7px;
	width: 170px;
}
/* タブ内 */
.block-goods-item-detail--contents .block-goods-review {
    width: 100%!important;
    margin: 0!important;
    flex-wrap: wrap;
    flex-direction: column;
    color: black;
}
.block-goods-item-detail--contents .block-goods-review .revico-star .revico-star-block-wrapper {
    margin-right: 29px;
}
.block-goods-item-detail--contents .block-goods-review .revico-star .revico-star-graph-wrapper {
    width: 100%;
}
.page-goods .pane-contents .block-goods-item-detail--contents .block-goods-review .revico-multicomment-top .revico-comment-main {
    display: block;
}
.page-goods .pane-contents .block-goods-item-detail--contents .block-goods-review  .revico-multicomment-top .revico-review-comment-row-wrapper {
    width: auto;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition {
  flex-wrap: wrap;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  flex-wrap: wrap;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action {
  flex-wrap: wrap;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  box-sizing: border-box;
  width: auto;
  padding: 20px 30px;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image {
  width: 100%;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image {
  width: 100%;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-box .revico-picture-slide-img-wrapper {
  width: 70px;
  height: auto;
  aspect-ratio: 1;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-box {
  overflow: auto;
  width: 100%;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-box .revico-picture-slide-img-wrapper img {
  max-width: 100%;
}
/* .block-goods-item-detail--contents .revico-star-graph.revico-widget[data-review-count="0"],
.block-goods-item-detail--contents .revico-multicomment-top[data-review-count="0"],
.block-goods-item-detail--contents div#revico-review-staff-zone:has([data-review-count="0"]) {
    display: block;
} */
.block-goods-item-detail--contents .revico-multicomment-top[data-review-count="0"] {
    width: 100%!important;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action-sns {
  margin-right: 0;
}
.block-goods-item-detail--contents .revico-multicomment-top .revico-comment-header .revico-comment-header-wrapper .revico-comment-sort-select {
  top: 36px;
  left: 45px;
  width: 169px;
}

#book-ebook + .pane-contents .revico-star .starability-result,
#book-ebook + .pane-contents .revico-multicomment-top .revico-starability-result {
  background-image: url(../../img/usr/review_star_blue.png)!important;
}
#book-ebook + .pane-contents .revico-star .revico-star-graph-wrapper .revico-star-graph-list--row-link span {
  color: #204B9F;
}
#book-ebook + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button {
  color: black;
  position: relative;
  display: block;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  width: 320px;
  margin: 0 auto;
  padding: 10px 0;
  height: 44px;
  background: #FFF;
}
#book-ebook + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span {
  position: static;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#book-ebook + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button:before {
content: '';
position: absolute;
top: 0;
left: 4px;
bottom: 0;
margin: auto;
width: 4px;
height: calc(100% - 8px);
border: 1px solid #111;
border-right: 0;
transition: .3s ease;
}
#book-ebook + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button:after {
content: '';
position: absolute;
top: 0;
right: 4px;
bottom: 0;
margin: auto;
width: 4px;
height: calc(100% - 8px);
border: 1px solid #111;
border-left: 0;
transition: .3s ease;
}
#book-ebook + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button:hover:before {
left: 8px;
}
#book-ebook + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button:hover:after {
right: 8px;
}
#factory + .pane-contents .revico-multicomment-top .revico-review-comment-detail--staff-recommend::-webkit-scrollbar-thumb {
  background: #000000;
}
#factory + .pane-contents .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
  border: 0;
}
#factory + .pane-contents #revico-review-staff-zone {
  margin: 0;
  padding: 80px 0;
}
#factory + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button {
  color: black;
  position: relative;
  display: block;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  width: 320px;
  margin: 0 auto;
  padding: 10px 0;
  height: 44px;
  background: transparent;
}
#factory + .pane-contents .revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button span {
  position: static;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block-category-header-search {
  margin: 0 0 0 auto;
}
.block-category-header-search:hover {
  padding: 0 0 0 500px;
}
.block-category-header#others .block-category-header-search:hover {
  padding: 0;
}
.block-category-header-search--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.block-category-header-menu--btn {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 17px 0 0;
  cursor: pointer;
}
.block-category-header-menu--btn:before,
.block-category-header-menu--btn:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 12px;
  width: 11px;
  height: 2px;
  background: #FFF;
  transform: rotate(50deg);
  transition: .3s ease;
}
.block-category-header-menu--btn:after {
  left: auto;
  right: 12px;
  transform: rotate(-50deg);
}
.block-category-header-menu--btn.open:before {
  transform: rotate(-50deg);
}
.block-category-header-menu--btn.open:after {
  transform: rotate(50deg);
}
.block-category-header-menu--btn span {
  display: inline-block;
  color: #FFF;
  font-size: 10px;
  letter-spacing: 1.4px;
  transform: scale(.65) translateX(4px);
}
.block-category-header-menu--btn.open span {
  letter-spacing: 1px;
  transform: scale(.65) translateX(3px);
}
.block-category-header-menu--lists {
  display: none;
  position: absolute;
  top: 43px;
  right: 0;
  width: 385px;
  padding: 16px;
  background: rgba(31, 39, 56, .7);
  z-index: 12;
}
.block-category-header-menu--lists-contents {
  background: #EEE;
}
.block-category-header-menu--lists-title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 11px 16px;
  background: #F7F7F7;
}
.block-category-header-menu--items {
  padding: 16px 20px;
}
.block-category-header-menu--item:not(:last-child) {
  margin: 0 0 6px;
}
.block-category-header-menu--item > a {
  font-size: 12px;
}
.block-category-header-menu--item a:hover {
  opacity: .8;
  text-decoration: none;
}
.block-category-header-menu--item-head {
  position: relative;
  font-size: 12px;
  padding: 4px 0;
  cursor: pointer;
}
.block-category-header-menu--item-head:before,
.block-category-header-menu--item-head:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #111;
}
.block-category-header-menu--item-head:after {
  transform: rotate(90deg);
  transition: .3s ease;
}
.block-category-header-menu--item-head.open:after {
  transform: rotate(180deg);
}
.block-category-header-menu--item-lists {
  display: none;
  padding: 0 20px;
  margin: 0 0 12px;
}
.block-category-header-menu--item-lists li:not(:last-child) {
  margin: 0 0 6px;
}
.block-category-header-menu--item-lists a {
  color: #888;
  font-size: 12px;
}
.block-category-header .block-global-search {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100vw;
  background: rgba(31, 39, 56, .7);
  z-index: 12;
}
@media only screen and (min-width: 1201px) {
  .block-category-header .block-global-search {
    left: calc((100vw - 100%) / 2 * -1);
  }
}
.block-category-header .block-category-header-search:hover .block-global-search {
  display: block;
}
.block-category-header .block-global-search .container {
  display: block;
  padding: 0;
}
.block-category-header#others .block-global-search {
  display: block;
  position: static;
  width: auto;
  background: none;
}

/* ---- CATEGORY HEADER FACTORY ---- */
#header.factory {
  border: 0;
}
.block-category-header#factory {
  background: #000;
  color: #FFF;
}
.block-category-header#factory .block-category-header--category-name {
  display: flex;
  align-items: center;
  padding: 0;
}
.block-category-header#factory .block-category-header--category-name img {
  margin: 0 8px 0 0;
}
.block-category-header#factory .block-header-search-tag li a:before {
  color: #F00;
}
.block-category-header#factory .block-category-header-menu--items {
  padding: 0;
  background: #FFF;
}
.block-category-header#factory .block-category-header-menu--item {
  border-bottom: 1px solid #EEE;
  margin: 0;
}
.block-category-header#factory .block-category-header-menu--item a {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 6px 8px;
}
.block-category-header#factory .block-category-header-menu--item figure {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

/* ---- FOOTER ---- */
footer {
  margin: 100px 0 0;
}
.block-footer-pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  line-height: 0;
  z-index: 13;
}
.block-footer-pagetop a:hover {
  opacity: .8;
}
.block-footer-sns {
  padding: 60px 0;
  background: url(../../img/usr/common/bg_footer_sns.jpg) no-repeat center / cover;
  background-attachment: fixed;
}
.block-footer-sns .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 782px;
  padding: 40px 60px;
  background: rgba(15, 25, 46, .6);
}
.block-footer-sns--col-l {
  width: 310px;
  text-align: center;
}
.block-footer-sns--title {
  line-height: 0;
  margin: 0 0 15px;
}
.block-footer-sns--text {
  color: #FFF;
  font-size: 12px;
  margin: 0 0 30px;
}
.block-footer-sns--link {
  display: flex;
  align-items: center;
}
.block-footer-sns--link li {
  width: 40px;
  margin: 0 2px;
}
.block-footer-sns--link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 0;
}
.block-footer-sns--link li a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #FFF;
  border-radius: 50%;
  filter: blur(8px);
  transition: .3s ease;
}
.block-footer-sns--link li a:hover:after {
  width: 12px;
  height: 12px;
}
.block-footer-sns--timeline {
  width: 310px;
  height: 428px;
  overflow: hidden;
}
.block-footer-bnr {
  padding: 40px 80px;
  background: #111;
}
.block-footer-bnr ul {
  display: flex;
  justify-content: center;
}
.block-footer-bnr li {
  margin: 0 15px;
}
.block-footer-bnr li a {
  display: block;
  line-height: 0;
}
.block-footer-bnr li a:hover {
  opacity: .8;
}
.block-footer-main {
  padding: 60px 0 20px;
  background: #1F2738;
}
.block-footer-contents {
  display: flex;
  flex-wrap: wrap;
}
.block-footer-contents--sec {
  width: 176px;
  margin: 0 80px 20px 0;
}
.block-footer-contents--sec:nth-child(5n) {
  margin-right: 0;
}
.block-footer-contents--sec-head {
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(112, 112, 112, .3);
}
.block-footer-contents--sec-head a {
  position: relative;
  display: block;
  color: #FFF;
}
.block-footer-contents--sec-head a:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: rotate(-45deg);
}
.block-footer-contents--sec-head a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-footer-contents--sec li:not(:last-child) {
  margin: 0 0 7px;
}
.block-footer-contents--sec li a {
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  white-space: nowrap;
}
.block-footer-contents--sec li a:hover {
  text-decoration: none;
  font-weight: bold;
}
.block-footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(112, 112, 112, .3);
  border-bottom: 1px solid rgba(112, 112, 112, .3);
  margin: 40px 0 60px;
  padding: 14px 0;
}
.block-footer-link01 {
  display: flex;
}
.block-footer-link01 li:not(:last-child) {
  position: relative;
  padding: 0 25px 0 0;
  margin: 0 25px 0 0;
}
.block-footer-link01 li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .6);
}
.block-footer-link01 li a {
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
}
.block-footer-link02 {
  display: flex;
  align-items: center;
}
.block-footer-link02 li {
  width: 40px;
  text-align: center;
  margin: 0 0 0 4px;
}
.block-footer-link02 li a {
  display: block;
  opacity: .6;
  line-height: 1;
}
.block-footer-link02 li a:hover {
  opacity: 1;
}
.block-footer-logo {
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}
.block-footer-logo img {
  width: 228px;
}
.block-footer-copy {
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
}

/* ----カテゴリ画面---- */

.block-category-style-p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: #eee;
}

.page-top .block-category-style-p {
  width: 1060px;
  padding: 0 0 50px;
  background: none;
}

.block-category-style-p .block-category-style-p--item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex-basis: 200px;
  margin: 0 20px 20px 0;
}

.page-top .block-category-style-p .block-category-style-p--item {
  width: 250px;
  flex-basis: 250px;
  margin: 0 20px 40px 0;
}

.block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  float: none;
  width: auto;
  font-size: 13px;
  order: 30;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  display: none;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image {
  width: 100%;
  margin: 0 0 16px;
  float: none;
  order: 10;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image img {
  width: 100%;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  order: 20;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
  content: "＞ ";
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
  display: none;
}

.block-category-list--header-img {
  margin: 0 0 30px;
  padding: 0;
}

.block-category-list--comment {
  margin: 0 0 36px;
  line-height: 1.7;
}

.page-top.top-layout1 .block-top-category,
.page-top.top-layout2 .block-top-category {
  background: none;
}

.page-top.top-layout1 .block-category-style-p,
.page-top.top-layout2 .block-category-style-p {
  width: 890px;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item,
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item {
  width: 200px;
  flex-basis: 200px;
  margin: 0 30px 20px 0;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.page-top.top-layout1 .block-top-campaign,
.page-top.top-layout2 .block-top-campaign {
  background: none;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list {
  width: 900px;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list > li,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list > li {
  width: 280px;
  margin: 0 30px 40px 0;
}

.page-top.top-layout1 .block-top-event .block-ranking-r .block-ranking-r--items,
.page-top.top-layout2 .block-top-event .block-ranking-r .block-ranking-r--items {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items dl {
  width: 190px;
  flex-basis: 190px;
  margin-right: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items.swiper div dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items.swiper div dl {
  margin-right: 0;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-event .block-thumbnail-t,
.page-top.top-layout2 .block-top-event .block-thumbnail-t {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl,
.page-top.top-layout2 .block-thumbnail-t dl {
  width: 190px;
  flex-basis: 190px;
  margin: 0;
  padding-right: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure,
.page-top.top-layout2 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-topic,
.page-top.top-layout2 .block-top-topic {
  background: none;
}

.page-top .block-ranking-r {
  position: relative;
}
.page-top .block-ranking-r .block-ranking-r--items > div {
  flex-wrap: nowrap;
}

/* ----商品詳細画面---- */
.page-goods {
  background-image: repeating-linear-gradient(90deg, #F7F7F7, #F7F7F7 1px, transparent 1px, transparent 18px), repeating-linear-gradient(0deg, #F7F7F7, #F7F7F7 1px, #fff 1px, #fff 18px);
}
.block-accessory-list {
  padding: 80px 0 32px;
}
.block-accessory-list--name {
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 0 40px;
}
.block-accessory-list--name span {
  display: inline-block;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 28px;
  background: url(../../img/usr/common/img_brackets_t.png) no-repeat left top, url(../../img/usr/common/img_brackets_b.png) no-repeat right bottom;
}
.block-accessory-list .block-thumbnail-t--goods {
  width: 240px;
  padding: 16px 20px;
  border-top: 1px solid #BCBCBC;
}
.block-accessory-list .block-thumbnail-t--goods:last-child:not(:nth-child(5n+1)) {
  border-left: 0;
}
.block-accessory-list .block-thumbnail-t--goods:nth-last-child(-n+5):not(:nth-child(-n+5)) {
  border-top: 0;
}
.block-accessory-list .block-thumbnail-t--goods:nth-child(4n+1) {
  border-left: 0;
}
.block-accessory-list .block-thumbnail-t--goods:nth-child(5n+1) {
  border-left: 1px solid #BCBCBC;
}
.block-accessory-list .block-thumbnail-t--goods-image figure {
  width: 200px;
  height: 200px;
  padding: 16px;
}
.block-accessory-list .block-thumbnail-t--member-price-text,
.block-accessory-list .block-thumbnail-t--member-price {
  display: none;
}
.block-goods-detail .revico-star .revico-star-graph-wrapper {
    flex-direction: unset!important;
    justify-content: center;
}
.revico-comment-outer-head[data-review-count="0"],.revico-star-graph.revico-widget[data-review-count="0"],div#revico-review-staff-zone:has([data-review-count="0"]) {
    display: none;
}

.page-goods #lightbox {
  position: fixed;
  width: 1200px;
  height: 80%;
  margin: auto;
  background: #FFF;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.page-goods #lightbox .lb-outerContainer {
  max-height: 100%;
  height: 100% !important;
}
.page-goods #lightbox .lb-container {
  max-height: 100%;
  height: 100% !important;
  padding: 62px 20px 20px;
}
.page-goods #lightbox .lb-image {
  width: auto !important;
  height: auto !important;
  max-height: 100%;
}
.page-goods #lightbox .lb-dataContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  background: #111;
  border-radius: 0;
  padding: 0;
}
.page-goods #lightbox .lb-details {
  display: none;
}
.page-goods #lightbox .lb-data .lb-close {
  position: relative;
  background: none;
  width: 42px;
  height: 42px;
  opacity: 1;
}
.page-goods #lightbox .lb-data .lb-close:before,
.page-goods #lightbox .lb-data .lb-close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.page-goods #lightbox .lb-data .lb-close:after {
  transform: rotate(-45deg);
}

/* ----ジャンル画面---- */
.page-genre {
  background-image: repeating-linear-gradient(90deg, #F7F7F7, #F7F7F7 1px, transparent 1px, transparent 18px), repeating-linear-gradient(0deg, #F7F7F7, #F7F7F7 1px, #fff 1px, #fff 18px);
}
.block-genre-page--header {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 28px 0;
  z-index: 1;
}
.block-genre-page--header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: -1;
}
.block-genre-page--title {
  padding: 0;
  line-height: 1;
}
.block-genre-page--header .pager-total {
  padding: 0;
  margin: 0 0 0 8px;
  color: #888;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.block-genre-page--header .pager-count {
  position: relative;
  font-size: 13px;
  padding: 0 1px 0 10px;
}
.block-genre-page--header .pager-count:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 1px;
  height: 15px;
  background: #888;
  transform: rotate(20deg);
}
.block-genre-page--event {
  position: relative;
  padding: 40px 0 44px;
  background: #1F2738;
  z-index: 1;
}
.block-genre-page--event:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F2738;
  z-index: -1;
}
@media only screen and (min-width: 1201px) {
  .block-genre-page--header:after,
  .block-genre-page--event:after {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.block-genre-page .block-top-event--header {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  text-align: left;
  padding: 0 0 0 28px;
  margin: 0 0 16px;
  background: url(../../img/usr/common/icon_ranking.png) no-repeat left center;
}

.block-genre-page .block-top-event--header img + span {
  display: none;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  border: 0;
  padding: 0;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: auto;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  margin: 16px auto 0;
  padding: 15px 10px;
  border: 1px solid #111;
  background: #fff;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----トピック画面---- */

.page-topicdetaillist .block-topic--items {
  margin: 0 0 36px;
}

.block-topic--items li {
  padding: 12px 0;
  border: 0;
}

.block-topic--items dt {
  margin-right: 30px;
}

.block-topic--items dd + dd {
  margin-left: 8px;
}

/* ----クイックオーダー---- */

.block-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.block-quick-order--default-price {
  font-weight: normal;
}

/* ----購入フロー---- */

.block-cart--goods-list-item-price-info {
  width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-estimate--total-price::after {
  display: none;
}

h2.block-order-estimate--confirmation-title {
  border: 0;
  margin: 0 0 12px;
}

.block-order-estimate--uid input[type="text"] {
  max-width: 100%;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-gift-select--delivery-dest-add-btn {
  vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
  width: 37.3%;
}

.block-order-gift-select--coupon-available-btn {
  vertical-align: top;
}

.block-order-gift-dest--cart-back a {
  color: #d53100;
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  padding: 0;
  border: 0;
}

.block-order-complete--message {
  margin: 0 0 30px;
}

.block-order-complete--message p {
  text-align: center;
}

.block-order-complete--orderid th {
  display: block;
  width: 100%;
  padding: 12px 0 0;
  text-align: center;
  background: none;
}

.block-order-complete--orderid td {
  display: block;
  width: 100%;
  padding: 0 0 12px;
  font-weight: bold;
  text-align: center;
  background: none;
}

.block-order-complete--orderid th,
.block-order-complete--orderid td {
  border: 0;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-complete--orderid td a:hover {
  text-decoration: none;
}

.block-order-complete--home .block-order-complete--home-btn {
}

.block-order-regular-add-confirm h2 {
  border: 0;
}

.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
  text-align: center;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 30px;
  border: 0;
}

.block-order-regular-add-complete--regular-sales th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
  border: 0;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}

.block-order-regular-add-complete--regular-sales .block-order-regular-add-complete--home-btn {
}

/* ----マイページ---- */

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 24px;
  padding: 12px 8px;
  font-size: 24px;
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 16px 0;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

.page-menu .modal-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.page-menu .block-accessory-list {
  width: 1200px;
  margin: 0 auto;
}

/* ----商品一覧---- */

.block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
  display: flex;
  margin: 0;
  font-size: 14px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items + dl.block-goods-list--sort-order-items {
  margin-left: 40px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dt {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 4px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items > dd {
  display: block;
  margin: 0;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li {
  margin-right: 20px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a {
  position: relative;
  display: block;
  padding-left: 21px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active {
  position: relative;
  padding-left: 21px;
  color: #081f2c;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active::after,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li.active::after {
  position: absolute;
  top: calc(50% - 4.5px);
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #444;
  z-index: 2;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list > li a::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 0;
}

.block-goodschange-list .block-thumbnail-t dl,
.block-goodschange-list .block-thumbnail-t dl:nth-of-type(4n),
.block-goodsadd-list .block-thumbnail-t dl,
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.block-goodschange-list .block-thumbnail-t dl:nth-of-type(5n),
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl,
.block-cart .block-accessory-list--list .block-thumbnail-t dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n),
.block-cart .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-pickup-list-w--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image {
  position: static;
  width: 200px;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
  display: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
  text-decoration: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price {
  color: #d53115;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment + .block-pickup-list-w--price-items .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
  display: none;
}

.block-goods-list-d--item-body {
  width: 100%;
}

.block-goods-list-d--image figure {
  background: none;
}

.block-goods-list-d--item-description {
  width: calc(100% - 200px);
  padding: 0 0 0 20px;
}

.block-goods-list-d--item-description .block-icon {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  color: #081f2c;
  text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
  margin: 0 0 12px;
  font-size: 11px;
  color: #808080;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details {
  width: 100%;
  margin: 12px 0 0;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  width: auto;
  margin-right: auto;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: #081f2c;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price {
  color: #d53115;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment ~ .price + .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-infos .default-price {
  text-align: left;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--stock-items {
  width: auto;
  padding: 2px 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #081f2c;
}

.block-goods-list-d--add-cart {
  width: 200px;
  flex-basis: 200px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment + .block-goods-list-l--price-items .price {
  color: #d53115;
}

.block-goods-list-l--price-infos {
  white-space: nowrap;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price {
  color: #d53115;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment + .block-list-s--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price {
  color: #d53115;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment + .block-bulk-purchase-b--price-items .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #d53115;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price {
  color: #d53115;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment + .price ~ .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

/* ----クイックビュー---- */
.block-quickview {
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  min-width: 920px;
  max-width: none;
  height: auto;
  padding: 28px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.block-quickview-line + .block-quickview-line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

.block-quickview-item {
  display: flex;
  width: 100%;
}

.block-quickview-item .block-quickview--image {
  display: block;
  width: 420px;
  margin-right: 40px;
}

.block-quickview-item .block-quickview--image figure img {
  width: 100%;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
  width: 420px;
  height: 420px;
}

.block-quickview-item .block-quickview--description {
  width: calc(100% - 460px);
}

.block-quickview-item .block-quickview--description .block-quickview--name {
  margin: 0 0 12px;
  padding: 0 0 17px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.333;
  color: #111;
  background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos {
  margin: 0 0 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
  text-align: left;
  font-size: 24px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
  font-size: 24px;
  font-weight: 500;
  color: #081f2c;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
  font-size: 18px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment + .block-quickview--price-items .block-quickview--price {
  color: #d53115;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
  font-size: 14px;
  font-weight: normal;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
  width: 6.0em;
  margin-right: 1.0em;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--image {
  position: relative;
}

.block-quickview--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn_l.png)  center/50% no-repeat;
}

.block-quickview--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_l.png)  center/50% no-repeat;
}

/* ----ページ機能---- */

.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
}

/* アイコン */
.block-icon {
  display: flex;
  flex-wrap: wrap;
}

.block-icon span {
  display: inline-block;
  margin: 0 4px 4px 0;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 6px 0;
  color: #009B9B;
  background: #E9F4F4;
}

.block-icon span:last-child {
  margin-right: 0;
}

.block-icon span.topic,
.block-icon span.normal,
.block-icon span.pre-sale {
  color: #009B9B;
  background: #E9F4F4;
}

.block-icon span.e-book,
.block-icon span.hardcover,
.block-icon span.type,
.block-icon span.goods {
  color: #204B9F;
  background: #ECF0FA;
}

.block-icon span.size,
.block-icon span.factory {
  color: #FFF;
  background: rgba(255, 255, 255, .2);
  font-weight: normal;
}

.block-icon span[class^="block-icon--auto-"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #9200ED;
  border-radius: 50%;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;
}

.block-ranking-r .block-icon span[class^="block-icon--auto-"] + span[class^="block-icon--auto-"] {
  top: 97px !important;
}

.block-goods-top .block-icon span[class^="block-icon--auto-"] + span[class^="block-icon--auto-"] {
  top: 95px !important;
}

.block-check-list-a .block-icon span[class^="block-icon--auto-"] {
  width: 40px;
  height: 40px;
  font-size: 10px;
  left: 3px;
}

.factory .block-icon span[class^="block-icon--auto-"] {
  background: #FFF;
  border-radius: 30px;
  width: auto;
  height: auto;
  color: #F00;
  font-size: 13px;
  border: 1px solid #111;
  font-family: YuMincho, 'Yu Mincho', serif;
  padding: 4px 13px 2px 15px;
  left: 28px;
}

.factory .block-icon span[class^="block-icon--auto-"]:before,
.factory .block-icon span[class^="block-icon--auto-"]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #111;
}

.factory .block-icon span[class^="block-icon--auto-"]:after {
  left: auto;
  right: 7px;
  transform: rotate(180deg);
}

.block-goods-first-limited-order {
  margin: 12px 0px;
}

.block-goods-price .block-goods-price--on-sales-comment {
  font-size: 12px;
  font-weight: bold;
  color: #d53115;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price {
  color: #d53115;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price + .block-goods-price--default-price {
  font-size: 14px;
  font-weight: normal;
  color: #111;
}

.block-goods-price--net::after {
  font-size: 11px;
  content: "（税抜）";
}

.block-goods-price--regular-repeat-price::after {
  font-size: 11px;
  content: "（税込）";
}

.block-goods-price--regular-repeat-net::after {
  font-size: 11px;
  content: "（税抜）";
}

.block-goods-term--sales-term {
  padding: 6px 0;
  font-size: 14px;
  color: #F00;
}

.block-variation-add-cart {
  width: 100%;
  margin-right: 8px;
}

.block-variation-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  font-size: 17px;
}

.block-variation-add-cart--btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 14px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
  width: 100%;
  margin-right: 8px;
}

.block-variation-no-stock .block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border: 0;
  padding: 4px 10px;
  font-size: 17px;
  color: #808080;
  background: #f5f5f5;
}

.block-variation-favorite {
  flex-shrink: 0;
}

.block-variation-favorite--btn .block-icon-image,
.block-variation-favorite-registed--btn .block-icon-image {
  display: none;
}

.block-goods-set {
  margin: 0 0 15px;
}

.block-arrival-notice--btn,
.block-outside-sales-period--message {
  width: 100%;
  margin: 12px 0 10px;
  padding: 12px 0;
  border: 0;
  color: #333;
  font-weight: bold;
  background: #FFF;
  border: 1px solid #000;
}

.block-no-stock .block-no-stock--message {
  width: 100%;
  margin: 12px 0 10px;
  padding: 12px 0;
  border: 0;
  color: #999;
  font-weight: bold;
  background: #F5F5F5;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border: 0;
  color: #fff;
  background: #73c3d6;
}

.block-custom-order--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border-radius: 0;
  font-size: 16px;
}

.block-goods-link--btn {
  display: inline;
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #081f2c;
  background: none;
}

.block-goods-store-stock--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid #d53100;
  border-radius: 0;
  font-size: 16px;
  color: #d53100;
  background: #fff;
}

.pane-goods-right-side .block-accessory-list {
  padding: 0;
  margin: 30px 0 15px;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--name {
  padding: 24px 0 0;
  margin: 0 0 16px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl {
  width: 150px;
  margin: 0 15px 15px 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(3n) {
  margin-right: 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 150px;
  height: 150px;
}

.pane-goods-center dl.block-goods-comment1,
.pane-goods-center dl.block-goods-comment2,
.pane-goods-center dl.block-goods-comment3,
.pane-goods-center dl.block-goods-comment4,
.pane-goods-center dl.block-goods-comment5 {
  margin: 0 0 24px;
}

.pane-goods-center dl[class^="block-goods-comment"] dt {
  display: none;
  margin: 0 0 22px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

.pane-goods-center dl[class^="block-goods-comment"]:first-of-type dt {
  display: block;
}

.pane-goods-center dl[class^="block-goods-comment"] dt h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
}

.block-goods-comment--title {
  margin: 0 0 16px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 1px solid #dedede;
}


.block-goods-comment--table-frame {
  width: 100%;
  margin: 0 0 15px;
}

.block-goods-comment--table-frame .block-goods-comment--table {
  border-collapse: collapse;
}

.block-goods-comment--table-frame .block-goods-comment--table th,
.block-goods-comment--table-frame .block-goods-comment--table td {
  padding: 12px 15px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}

.block-goods-comment--table-frame .block-goods-comment--table tr.title th {
  background: #eee;
}

.block-goods-comment--table-frame .block-goods-comment--table tr th:first-of-type,
.block-goods-comment--table-frame .block-goods-comment--table tr.title th:first-of-type {
  text-align: left;
  font-weight: bold;
}

.block-goods-comment--table-frame .block-goods-comment--table td {
  white-space: nowrap;
}

.block-goods-uservoice .block-goods-uservoice--title {
  margin: 0 0 22px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

.block-goods-instagram .block-goods-instagram--title {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-goods-instagram .block-goods-instagram--title img {
  display: block;
  margin: 0 auto 8px;
}

.block-goods-instagram .block-goods-instagram--title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.size-hidden {
  box-sizing: content-box;
}

.block-goods-size--box .c-item-detail-expand-items__size-info--margin,
.block-goods-size--box .js-unisize-bunner,
.block-goods-size--box .js-unisize-bunner > div {
  margin: 12px 0;
}

.c-item-detail-expand-items__size-info--margin {
  display: flex;
  flex-wrap: wrap;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size {
  font-size: 13px;
  text-align: center;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size:first-child,
.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items-auto + .c-item-detail-expand-items__size {
  border-left: 1px solid #fff;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size.c-item-detail-expand-items__size-info--header {
  border-top: 0;
  background-color: #f2f2f2;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size.c-item-detail-expand-items__size-list.c-item-detail-expand-items__size-info--header {
  border-top: 1px solid #ddd;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items-auto {
  width: 100%;
  min-height: 0;
}

/* ----ゲストお気に入り画面---- */
.page-guestbookmark .block-icon span[class^="block-icon--auto-"] {
  position: absolute;
  top: 4px;
  left: 46px;
}

.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-lightningrecommend ul.block-thumbnail-t,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-top-lightningrecommend ul.block-thumbnail-t li,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-top-lightningrecommend ul.block-thumbnail-t li dl,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items li dl {
  margin: 0 32px 0 0;
  padding: 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl {
  margin: 0 50px 20px 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-list-l--bookmark {
  position: relative;
}

.block-bulk-purchase-b--goods-bookmark {
  position: relative;
}

.block-goods-list-s--bookmark {
  position: relative;
}

.block-goods-name-n--goods-bookmark {
  position: relative;
}

/*---- 本棚 ---- */
#header.customer .block-global-search {
  display: none;
}
.block-customer-header {
  background: #FFF;
  filter: drop-shadow(0px 1px 20px rgba(68, 68, 68, 0.1));
}
@media only screen and (min-width: 1201px) {
  .block-customer-header {
    width: 100vw;
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
}
.block-customer-header--text {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 6px 0 6px 27px;
  background: url(../../img/usr/common/icon_header_mypage.png) no-repeat left center / 15px;
}
.page-bookshelf .wrapper {
  background: url(../../img/usr/common/bg_bookshelf.jpg);
}
.block-bookshelf-title {
  padding: 30px 0;
}
.block-bookshelf-title h1 {
  padding: 0;
}
.block-bookshelf-title--text {
  font-size: 13px;
  margin: 12px 0 0;
}
.block-bookshelf-list-header {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}
.block-bookshelf-search form {
  position: relative;
  width: 790px;
  background: #F7F7F7;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
}
input.block-bookshelf-search--keyword {
  border: 0;
  width: 100%;
  padding: 11px 45px 11px 20px;
  background: transparent;
}
.block-bookshelf-search--submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  padding: 13px 15px;
}
.block-bookshelf-display-style {
  display: flex;
  align-items: center;
  margin: 0 20px 0 auto;
}
.block-bookshelf-display-style dt {
  font-size: 12px;
  font-weight: bold;
  margin: 0 12px 0 0;
}
.block-bookshelf-display-style dd:not(:last-child) {
  margin: 0 4px 0 0;
}
.block-bookshelf-display-style dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 0;
  border-radius: 2px;
  background: #BCBCBC;
}
.block-bookshelf-display-style dd a.active {
  background: #111;
  pointer-events: none;
}
.block-bookshelf-sort {
  position: relative;
}
.block-bookshelf-sort--current {
  width: 202px;
  border-radius: 2px;
  padding: 6px 12px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  background: #111 url(../../img/usr/common/icon_sort.png) no-repeat right 12px center;
}
.block-bookshelf-sort--list {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding: 10px 0;
  width: 100%;
  filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.08));
  z-index: 2;
}
.block-bookshelf-sort--list:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 7px;
  border-style: solid;
  border-width: 0 7px 8px 7px;
  border-color: transparent transparent #DEDEDE transparent;
}
.block-bookshelf-sort--list:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 4px;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #FFF transparent;
}
.block-bookshelf-sort--list a {
  display: inline-block;
  font-size: 12px;
  padding: 7px 20px;
}
.block-bookshelf-grid-items {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #DEDEDE;
}
.block-bookshelf-grid-item {
  position: relative;
  width: 200px;
  background: linear-gradient(#ededed 0%, #f7f7f7 100%);
  margin: 0 0 16px;
  overflow: hidden;
  padding: 20px 28px;
  z-index: 1;
}
.block-bookshelf-grid-item:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background: linear-gradient(#ededed 0%, #fcfcfc 100%);
  z-index: -1;
}
.block-bookshelf-grid-item--label {
  position: absolute;
  top: 13px;
  left: -22px;
  width: 90px;
  background: #9200ED;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 0;
  transform: rotate(-45deg);
  z-index: 2;
}
.block-bookshelf-grid-item a {
  display: block;
}
.block-bookshelf-grid-item.inactive a {
  position: relative;
}
.block-bookshelf-grid-item.inactive a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .75);
  z-index: 1;
}
.block-bookshelf-grid-item figure {
  filter: drop-shadow(4px 1px 8px rgba(51, 51, 51, 0.3));
}
.block-bookshelf-grid-item img {
  transition: .3s ease;
}
.block-bookshelf-grid-item a:hover img {
  transform: scale(1.06);
}
.block-bookshelf-line-items {
  display: flex;
  flex-wrap: wrap;
}
.block-bookshelf-line-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 20px;
  border: 1px solid #EDEDED;
  overflow: hidden;
}
.block-bookshelf-line-item:nth-child(even) {
  border-left: 0;
}
.block-bookshelf-line-item:not(:nth-last-child(n+2)) {
  border-top: 0;
}
.block-bookshelf-line-item--label {
  position: absolute;
  top: 13px;
  left: -22px;
  width: 90px;
  background: #9200ED;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 0;
  transform: rotate(-45deg);
  z-index: 2;
}
.block-bookshelf-line-item a:hover,
.block-bookshelf-line-item a:focus {
  text-decoration: none;
}

.block-bookshelf-line-item.inactive a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .3);
  z-index: 1;
}
.block-bookshelf-line-item figure {
  width: 210px;
  height: 210px;
  filter: drop-shadow(4px 1px 8px rgba(51, 51, 51, 0.3));
}
.block-bookshelf-line-item figure img {
  transition: .3s ease;
}
.block-bookshelf-line-item a:hover img {
  transform: scale(1.06);
}
.block-bookshelf-line-item--info {
  width: 330px;
}
.block-bookshelf-line-item--info a:hover {
  text-decoration: none;
}
.block-bookshelf-line-item--date {
  display: flex;
  margin: 0 0 8px;
}
.block-bookshelf-line-item--name {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}
.block-bookshelf-line-item--name a:hover {
  opacity: .8;
}
.block-bookshelf-line-item--author {
  display: flex;
  flex-wrap: wrap;
  color: #555;
}

/*---- お問い合わせ ---- */
.block-inquiry--items textarea {
  display: block;
  width: 100%;
  margin: 4px 0;
}
.block-inquiry--confirmation-inquiry-body .form-control {
  vertical-align: middle;
  word-break: break-all;
}

/*---- ログイン ---- */
.block-login--input-items {
  border-bottom: 1px solid #DEDEDE;
}
.block-login-caution {
  font-weight: bold;
  text-align: center;
  background: #F7F7F7;
  margin: 0 0 25px;
  padding: 12px 0 10px;
}
.block-login-caution a {
  text-decoration: underline;
}
.block-login-caution a:hover {
  text-decoration: none;
}

/*---- イベント ---- */
.page-event {
  background-image: repeating-linear-gradient(90deg, #F7F7F7, #F7F7F7 1px, transparent 1px, transparent 18px), repeating-linear-gradient(0deg, #F7F7F7, #F7F7F7 1px, #fff 1px, #fff 18px);
}
.pane-left-menu {
  display: none;
}
.block-goods-list--items-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 20px;
}

/*---- 会員登録 ---- */
.block-member-info .fieldset .form-control,
.block-member-info .fieldset .constraint {
  vertical-align: middle;
}
.block-member-info--pwd {
  border-bottom: 1px solid #DEDEDE;
}
.block-member-info--items-member-info .customer_rank_select {
  padding: 20px 20px 0;
  overflow: hidden;
}
.block-member-info--items-member-info .customer_rank_select input,
.block-member-info--items-member-info .customer_rank_select span {
  float: left;
  clear: both;
}
.block-member-info--items-member-info .customer_rank_select label {
  float: left;
}
.block-member-info--form .fieldset .form-label {
  vertical-align: middle;
}
.block-member-info--form .block-member-info--message + .block-member-info--items-member-info .block-member-info--name .constraint {
  vertical-align: top;
  padding-top: 23px;
}
.block-member-info--form .block-member-info--message + .block-member-info--items-member-info .block-member-info--item-message {
  color: #FF5072;
  font-weight: bold;
  padding: 0 0 20px 20px;
}
.block-member-info--form .block-member-info--message + .block-member-info--items-member-info .block-member-info--item-message a {
  color: #FF5072;
  text-decoration: underline;
}
.block-member-info--form .block-member-info--message + .block-member-info--items-member-info .block-member-info--item-message a:hover {
  text-decoration: none;
}
.block-login--display-password {
  transform: translateY(7px);
}
.block-member-info--use-spoofing-protection label[for="agree_checkbox"] {
  transform: translateY(3px);
}
.block-member-info--use-spoofing-protection input#agree_checkbox + span {
  transform: translateY(2px);
}

/*---- 退会 ---- */
.block-withdrawal--pwd {
  border-bottom: 1px solid #DEDEDE;
}

/*---- 会員情報変更 ---- */
.block-member-info--update-mail a,
.block-member-info--message-password a {
  text-decoration: underline;
}
.block-member-info--update-mail a:hover,
.block-member-info--message-password a:hover {
  text-decoration: none;
}

/*---- アドレス帳新規登録 ---- */
.block-shipping-address--dept,
.block-shipping-address-confirmation--dept {
  border-bottom: 1px solid #DEDEDE;
}

/*---- 購入履歴一覧 ---- */
.block-purchase-history--search-frame input,
.block-purchase-history--search-frame select {
  background-color: #FFF;
}
.block-purchase-history--search-item {
  display: flex;
  align-items: center;
}
.btn.block-purchase-history--search-btn {
  font-weight: bold;
}

/*---- 購入履歴詳細 ---- */
.btn.block-purchase-history-detail--add-goods {
  color: #FFF;
  background: #204B9F;
  border: 0;
}
.btn.block-purchase-history-detail--cancel {
  background: #F0F0F0;
  border: 0;
}

/*---- パスワード変更 ---- */
.block-member-password--update-items {
  border-bottom: 1px solid #DEDEDE;
}
.block-member-password--login-link a {
  text-decoration: underline;
}
.block-member-password--login-link a:hover {
  text-decoration: none;
}

/*---- お気に入り ---- */
.block-favorite--checkbox {
  padding-right: 20px;
}
.page-bookmark .block-icon span[class^="block-icon--auto-"] {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 10px;
  width: 30px;
  height: 30px;
  letter-spacing: 0;
}
.block-favorite--comment {
  flex-basis: 540px;
}
.btn.block-favorite--add-to-cart {
  padding: 11px 24px 10px;
}

/*---- お問い合わせ履歴詳細 ---- */
.block-inquiry-history-detail--customer-name {
  margin: 0 0 20px;
}
.block-inquiry-history-detail--contact-name {
  font-size: 16px;
}
.block-inquiry-history-detail--update-dt {
  font-size: 16px;
}
.block-inquiry-history-detail--item dd {
  word-break: break-all;
}

/*---- メールアドレス変更 ---- */
.block-mail-address--update-items .form-label {
  width: 27%;
}
.block-mail-address--login-link a {
  text-decoration: underline;
}
.block-mail-address--login-link a:hover {
  text-decoration: none;
}

/*---- パスワード再設定 ---- */
.block-update-new-password--items {
  border-bottom: 1px solid #DEDEDE;
}
.block-reset-new-password--completed-message a {
  text-decoration: underline;
}
.block-reset-new-password--completed-message a:hover {
  text-decoration: none;
}

/*---- 商品一覧 まとめ買い ---- */
.block-goods-detail-j .block-thumbnail-t--goods {
  width: 100%;
  margin: 0 0 40px;
}
.block-goods-detail-j .block-thumbnail-t--goods-description {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.block-goods-detail-j .block-thumbnail-t--goods-description > a {
  display: flex;
}
.block-goods-detail-j .block-thumbnail-t--goods-description a figure {
  width: 120px;
  margin: 0 4px;
}
.block-goods-detail-j .block-thumbnail-t--goods-inner {
  width: 480px;
}
.block-goods-detail-j .block-thumbnail-t--goods-name {
  margin: 0 0 12px;
}
.block-goods-detail-j .block-thumbnail-t--goods-name a {
  font-size: 18px;
}
.block-goods-detail-j .block-thumbnail-t--goods-status-message {
  color: #888;
  margin: 0 0 4px;
}
.block-goods-detail-j .block-thumbnail-t--goods-discount-message {
  margin: 0 0 4px;
}
.block-goods-detail-j .block-thumbnail-t--price-items {
  align-items: flex-end;
}
.block-goods-detail-j .block-thumbnail-t--price {
  order: 1;
}
.block-goods-detail-j .block-thumbnail-t--default-price {
  order: 2;
}
.block-goods-detail-j .block-thumbnail-t--goods-description .block-list-add-cart-btn {
  order: 3;
  padding: 12px 0 11px;
  margin: 4px 0 0;
}

/*---- エラー画面 ---- */
.block-readererror {
  width: 1200px;
  margin: 0 auto;
}
.block-readererror--btn {
  display: flex;
  justify-content: center;
}
.block-readererror--btn a {
  position: relative;
  display: block;
  border: 1px solid #000;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  width: 280px;
  margin: 0 10px;
  padding: 10px 0;
  height: 44px;
  background: #FFF;
}
.block-readererror--btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 8px);
  border: 1px solid #111;
  border-right: 0;
  transition: .3s ease;
}
.block-readererror--btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 8px);
  border: 1px solid #111;
  border-left: 0;
  transition: .3s ease;
}
.block-readererror--btn a:hover:before {
  left: 8px;
}
.block-readererror--btn a:hover:after {
  right: 8px;
}

/*---- 文学賞応募フォーム ---- */
.block-literaryaward--item input[type="checkbox"] {
  transform: translateY(3px);
  margin-bottom: 0;
}

/*---- カート画面 ---- */
.block-cart--container .order-side-area-fixed {
  left: calc(50% + 300px);
}
.block-goods-point .goods-point-point{
  font-weight: bold;
  font-size: 14px;
}