﻿@charset "UTF-8";

/* ---- トピック ---- */

.block-top-topic {
  width: 870px;
  margin: 40px auto 150px;
}

.block-top-topic--header {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  border-top: none;
  margin: 0 0 34px;
  padding: 0;
}

.block-top-topic--next-page {
  text-align: center;
  margin-top: 28px;
}

.block-top-topic--next-page a {
  min-width: 200px;
}

.block-top-topic--items {
  border-top: 1px dotted #cccccc;
}

.block-top-topic--items li {
  border-bottom: 1px dotted #cccccc;
  padding: 0;
}

.block-top-topic--items li>a, .block-top-topic--items li>div {
  display: block;
  padding: 18px 10px;
}

.block-top-topic--items li dl {
  display: flex;
  align-items: flex-start;
}

.block-top-topic--items li dl dt {
  display: block;
}

.block-top-topic--items li dl dt+dd {
  display: block;
  padding: 0 10px 0 18px;
  width: 98px;
  min-width: 98px;
}

.block-top-topic--items li dl dt+dd img {
  opacity: 1.0!important;
}

.block-top-topic--items li dl dt+dd+dd {
  position: relative;
  display: block;
  padding: 0 24px 0 0;
  flex-grow: 1;
  transition: all 0.2s;
}

.block-top-topic--items li>a dt+dd+dd:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #0074c1;
  border-right: solid 1px #0074c1;
  transform: rotate(45deg);
}

.block-top-topic--items li>a:hover {
  text-decoration: none;
}

.block-top-topic--items li>a:hover dt+dd+dd {
  color: #0074c1;
}


/* ---- トピック 詳細 ---- */

.block-topic-page--article-header {}


/* ----ブランド画面---- */

.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 20px 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: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}

.block-brand-list--item-name {
  padding: 15px 35px 0;
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}


/* ----ゲストお気に入り画面---- */

.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-side-tree--items {}

.block-side-tree--items.block-side-tree--level-1>li {
  margin: 0 0 50px;
  border: none;
}

.block-side-tree--items.block-side-tree--level-1>li[data-category-code="10"] {
  display: none!important;
}

.block-side-tree--items.block-side-tree--level-1>li .block-side-tree--p-item {
  background: #0c308e;
  color: #ffffff;
  padding: 6px 8px;
  display: flex;
  align-items: center;
}

li .block-side-tree--p-item:before {
  display: none;
  content: '';
  width: 27px;
  height: 27px;
  margin: 0 5px 0 0;
}

li[data-category-code="20"] .block-side-tree--p-item:before, li[data-category-code="30"] .block-side-tree--p-item:before, li[data-genre-code="10"] .block-side-tree--p-item:before, li[data-genre-code="20"] .block-side-tree--p-item:before, li[data-genre-code="30"] .block-side-tree--p-item:before {
  display: inline-block;
}

li[data-category-code="20"] .block-side-tree--p-item:before {
  background: url(../../img/usr/common/icon_side_subject.png) center / 100% auto no-repeat;
}

li[data-category-code="30"] .block-side-tree--p-item:before {
  background: url(../../img/usr/common/icon_side_note.png) center / 100% auto no-repeat;
}

li[data-genre-code="10"] .block-side-tree--p-item:before {
  background: url(../../img/usr/common/icon_side_age.png) center / 100% auto no-repeat;
}

li[data-genre-code="20"] .block-side-tree--p-item:before {
  background: url(../../img/usr/common/icon_side_scene.png) center / 100% auto no-repeat;
}

li[data-genre-code="30"] .block-side-tree--p-item:before {
  width: 28px;
  background: url(../../img/usr/common/icon_side_series.png) center / 100% auto no-repeat;
}

.block-side-tree--items.block-side-tree--level-1>li ul li {
  border-top: none;
  border-bottom: dotted 1px #cccccc;
}

.block-side-tree--items.block-side-tree--level-1>li ul li a, .block-side-tree--items.block-side-tree--level-1>li ul li span {
  position: relative;
  display: block;
  height: auto;
  padding: 10px 15px;
  text-indent: 0;
}

.block-side-tree--items.block-side-tree--level-1>li ul li a span {
  padding: 0;
  display: inline-block;
}

.block-side-tree--items.block-side-tree--level-1>li ul li a:hover {
  background: #f2f8fc;
}

.block-side-tree--items.block-side-tree--level-1>li ul li a:after {
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #0074c1;
  border-right: solid 1px #0074c1;
  transform: rotate(45deg);
}

.block-genre-tree--items.block-side-tree--level-3 {
  display: none!important;
}


/* ----商品一覧画面 パーツ---- */

.pager {
  margin: 24px 0 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pager .pager-total {
  flex-grow: 1;
  text-align: left;
}

.pager .pager-total .pager-count {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.pager .pager-total .pager-count span {
  font-size: 25px;
}

.pagination {
  display: flex;
  align-items: stretch;
  margin: 0 0 0 7px;
}

.pagination>* {
  list-style-type: none;
  float: none;
  margin: 0 1px;
  padding: 0;
  border: none;
}

.pagination>*>a, .pagination>*>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.pagination>.pager-current {
  background: #0074c1;
  color: #ffffff;
}

.pagination>.pager-previous, .pagination>.pager-next, .pagination>.pager-first, .pagination>.pager-last {
  margin: 0;
}

.pagination>.pager-previous a, .pagination>.pager-next a, .pagination>.pager-first a, .pagination>.pager-last a {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
  white-space: nowrap;
}

.pagination>.pager-previous a:before, .pagination>.pager-next a:before, .pagination>.pager-first a:before, .pagination>.pager-first a:after, .pagination>.pager-last a:before, .pagination>.pager-last a:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #0074c1;
  border-right: solid 1px #0074c1;
  transform: rotate(45deg);
}

.pagination>.pager-last a:before {
  right: 10px;
}

.pagination>.pager-last a:after {
  right: 14px;
}

.pagination>.pager-previous a:before, .pagination>.pager-first a:before, .pagination>.pager-first a:after {
  right: 9px;
  transform: rotate(-135deg);
}

.pagination>.pager-first a:before {
  right: 7px;
}

.pagination>.pager-first a:after {
  right: 11px;
}

.block-goods-list--display-style-items {
  font-size: 14px;
}

.block-goods-list--display-style-items .active {
  color: #0074c1;
  font-weight: bold;
}

.block-goods-list--sort-order-items {
  margin: 10px 0 24px;
}

.block-goods-list--sort-order-items ul {
  display: flex;
}

.block-goods-list--sort-order-items ul li {
  flex: 1;
  margin: 0 1px;
}

.block-goods-list--sort-order-items ul li>* {
  position: relative;
  display: flex;
  width: 100%;
  padding: 8px;
  align-items: center;
  justify-content: center;
  background: #ebecdc;
  color: #0074c1;
  font-size: 15px;
  font-weight: bold;
}

.block-goods-list--sort-order-items ul li>a:hover {
  background: #e5f1f9;
  color: #0074c1;
}

.block-goods-list--sort-order-items ul li.active>* {
  background: #0074c1!important;
  color: #ffffff!important;
  text-decoration: none!important;
  cursor: default!important;
}

.block-goods-list--sort-order-items ul li.active>*:before {
  position: absolute;
  left: calc(50% - 6px);
  top: calc(100% - 1px);
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #0074c1 transparent transparent transparent;
}


/* ----商品一覧画面 (絞り込み)---- */

.block-filter {
  margin: 20px 0 80px;
  padding: 30px 30px 40px;
  background: #f2f8fc;
}

.block-filter--header {
  background: #0074c1;
  margin: 0 0 30px;
  padding: 8px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.block-filter--header:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
  content: '';
  width: 27px;
  height: 27px;
  background: url(../../img/usr/common/icon_pc_common_search.png) -27px 0 no-repeat;
}

.block-filter--form-body {
  background: #ffffff;
  margin: 0 0 30px;
  padding: 20px;
}

.block-filter--form-body>div+div {
  margin-top: 5px;
  position: relative;
}

.block-filter--form-body>div+div:before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  border-top: dotted 1px #cccccc;
  display: block;
  content: '';
}

.block-filter--form-body>div>div {
  display: flex;
  align-items: stretch;
}

.block-filter--form-body>div>div>h3 {
  display: flex;
  align-items: center;
  width: 180px;
  min-width: 180px;
  padding: 14px;
  background: #f9f9f4;
  font-size: 15px;
  font-weight: bold;
}

.block-filter--form-body>div>div>h3+div {
  display: flex!important;
  flex-flow: wrap;
  flex-grow: 1;
  padding: 14px 28px;
}

.block-filter-option-items {
  width: 33.333%;
  padding: 2px 4px 2px 0;
}


/* filter genre */

.pane-left-menu .block-filter {
  display: none;
}

.block-filter--form-body>div.block-filter--treelist>div {
  display: block;
}

.block-filter--form-body>div.block-filter--treelist>div h3 {
  display: none!important;
}

.block-filter--treelist .block-filter--treelist-inner-accordion {
  display: block!important;
  margin: 0;
  padding: 0;
}

.block-filter--treelist .block-filter--tree-1>li {
  display: flex;
  align-items: stretch;
  border: none;
}

.block-filter--treelist .block-filter--tree-1>li:nth-child(n+3) {
  margin-top: 5px;
  position: relative;
}

.block-filter--treelist .block-filter--tree-1>li:nth-child(n+3):before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  border-top: dotted 1px #cccccc;
  display: block;
  content: '';
}

.block-filter--treelist .block-filter--tree-1>li>div {
  display: flex;
  align-items: center;
  width: 180px;
  min-width: 180px;
  padding: 14px;
  background: #f9f9f4;
  font-size: 15px;
  font-weight: bold;
}

.block-filter--treelist .block-filter--tree-1>li>div .block-filter--treeitem-name {
  display: block;
  height: auto;
}

.block-filter--treelist .block-filter--tree-1>li>ul {
  display: flex;
  flex-flow: wrap;
}

.block-filter--treelist .block-filter--tree-1>li>ul .block-filter--treeitem {
  border: none;
}

.block-filter--treelist .block-filter--tree-1>li:first-child {
  display: none;
}

.block-filter--submit {
  text-align: center;
}

.block-filter--submit button {
  font-size: 18px;
  min-width: 280px;
}

.block-filter--submit button:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: relative;
  top: -3px;
  content: '';
  width: 27px;
  height: 27px;
  background: url(../../img/usr/common/icon_pc_common_search.png) -54px 0 no-repeat;
}

.block-filter--submit button:hover:before {
  background-position: -27px 0;
}


/* ----商品一覧画面---- */

.block-goods--items {
  width: 870px;
  margin: 10px auto 30px;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}

.block-goods--items .block-goods--item {
  width: 210px;
  border: solid 1px #cccccc;
  margin: 0 0 10px 10px;
  padding: 14px 14px;
}

.block-goods--items>*:nth-child(4n+1) {
  margin-left: 0;
}

.block-goods--item-body {
  width: 180px;
}

.block-goods--item-image {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 10px;
  padding: 0 0 100%;
}

.block-goods--item-image figure {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-goods--item-image .block-icon {
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 10;
  display: block;
}

.block-goods--item-image .block-icon span {
  display: block;
}

.block-goods--item-image .block-icon span+span {
  margin-top: 4px;
}

.block-goods--item-image .block-icon img {
  opacity: 1!important;
}

.block-goods--item-description .block-icon>span.block-icon--comment {
  width: calc(50% - 2px);
}

.block-goods--item-description .block-icon>span.block-icon--comment>span {
  padding-left: 2px;
  padding-right: 2px;
}

.block-goods--item-description .variation-name {
  display: none;
}

.block-goods--item--goods-name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none!important;
  transition: all 0.2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block-goods--item--goods-name a:hover {
  color: #0074c1;
}

.block-goods--item--price-infos {
  margin: 10px 0 0;
}

.block-goods--item--scomment {
  text-align: right;
  font-size: 12px;
  color: #cc0000;
}

.block-goods--item--price-items {
  line-height: 1.3;
  text-align: right;
}

.block-goods--item--price-infos .price {
  font-weight: normal;
  color: inherit;
}

.block-goods--item--price-infos .price span, .block-goods--item--price-infos .block-goods--item--default-price span {
  font-size: 12px;
  font-weight: normal!important;
}

.block-goods--item--price-infos .block-goods--item--default-price {
  font-weight: normal;
}

.block-goods--item--price-infos .st__onsales .price {
  color: #cc0000;
  font-weight: bold;
}

.block-goods--item--price-infos .st__onsales .price span {}

.block-goods--item--comment {
  margin: 12px 0 0;
  padding: 10px 0 0;
  border-top: dotted 1px #cccccc;
  font-size: 12px;
  line-height: 1.4;
}


/* slide */

.goods-style__slide {
  position: relative;
}

.goods-style__slide .block-goods--frame {
  width: 810px;
  margin: 0 auto;
  overflow: hidden;
}

.goods-style__slide .block-goods--items {
  width: 840px;
  margin: 0;
}

.goods-style__slide .block-goods--items .block-goods--item {
  border: none;
  margin: 0 0 15px 0!important;
  padding: 0 30px 0 0!important;
  width: 210px;
}

.goods-style__slide .block-goods--items .slick-list {
  width: 840px;
}

.goods-style__slide .block-goods--items .block-goods--item {
  width: 210px;
}

.goods-style__slide--arrow {}

.goods-style__slide--arrow .slick-arrow {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  top: 90px;
  left: 0;
  display: block;
  width: 20px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
  white-space: nowrap;
  cursor: pointer;
}

.goods-style__slide--arrow .slick-disabled, .goods-style__slide--arrow .slick-disabled2 {
  display: none!important;
}

.goods-style__slide--arrow .slick-arrow:before {
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(-135deg);
}

.goods-style__slide--arrow .slick-next {
  left: auto;
  right: 0;
}

.goods-style__slide--arrow .slick-next:before {
  transform: rotate(45deg);
  left: -5px;
}


/* top event slide */

body.page-top .goods-style__slide .block-goods--frame {
  width: 1100px;
}

body.page-top .goods-style__slide .block-goods--items {
  width: 1150px;
}

body.page-top .goods-style__slide .block-goods--items .block-goods--item {
  margin: 0 0 15px 0!important;
  padding: 0 50px 0 0!important;
  width: 230px;
}

body.page-top .goods-style__slide .block-goods--items .slick-list {
  width: 1150px;
}

body.page-top .goods-style__slide .block-goods--items .block-goods--item {
  width: 230px;
}


/* block-ranking-r */

.block-ranking-r--rank {
  width: 48px;
  height: 38px;
  margin: 0 auto 12px;
  padding: 12px 0 0;
  display: block;
  text-align: center;
  vertical-align: top;
  color: #333333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  background: url(../../img/usr/common/icon_rank_0.png) left top no-repeat;
}

.block-ranking-r--rank-1 {
  padding-top: 16px;
  background: url(../../img/usr/common/icon_rank_1.png) left top no-repeat;
}

.block-ranking-r--rank-2 {
  padding-top: 16px;
  background: url(../../img/usr/common/icon_rank_2.png) left top no-repeat;
}

.block-ranking-r--rank-3 {
  padding-top: 16px;
  background: url(../../img/usr/common/icon_rank_3.png) left top no-repeat;
}

.block-ranking-r+.goods-style__slide--arrow .slick-arrow {
  top: calc(90px + 38px);
}


/* thumbnail-h */

.block-thumbnail-h {
  margin: 0;
}

.block-thumbnail-h .block-goods--items {
  margin: 0 auto;
  width: 1150px;
}

.block-thumbnail-h .block-goods--items .block-goods--item {
  width: 230px;
  border: none;
  margin: 0!important;
  padding: 0 50px 0 0!important;
}

.block-thumbnail-h .block-goods--items>.block-goods--item:nth-child(5) {
  padding-right: 0!important;
  width: 180px!important;
}

.block-thumbnail-h .block-goods--items>.block-goods--item:nth-child(n+6) {
  display: none;
}


/* 詳細一覧 */

.block-goods-list-d li+li {
  margin-top: 60px;
}

.block-goods-list-d--item-body {
  width: 870px;
}

.block-goods-list-d--item-description {
  padding-right: 0;
}

.block-goods-list-d--goods-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.block-goods-list-d--goods-name a {
  text-decoration: none;
}

.block-goods-list-d--goods-name a:hover {
  text-decoration: underline;
}

.block-goods-list-d .block-icon {
  margin: 0 0 8px;
  align-items: center;
}

.block-goods-list-d--comment {
  font-size: 16px;
}

.block-goods-list-d--goods-comment {}

.block-goods-list-d--item-details {
  margin-top: 28px;
}

.block-goods-list-d--item-details-left {
  flex-basis: auto;
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.4;
}

.block-goods-list-d--price-infos, .block-goods-list-d--stock-items {
  width: 100%;
}

.block-goods-list-d--price-title, .block-goods-list-d--price, .block-goods-list-d--stock-items {
  font-size: 16px;
}

.block-goods-list-d .default-price, .block-goods-list-d .net-price {
  font-size: 12px;
  font-weight: normal;
}

.block-goods-list-d .block-goods-list-d--add-cart {
  flex-basis: 220px;
}


/* 一括購入 */

.block-bulk-purchase-b--table .block-bulk-purchase-b--default-price {
  font-weight: normal;
  font-size: 10px;
}

.block-bulk-purchase-b--table a {
  text-decoration: none;
}

.block-bulk-purchase-b--table a:hover {
  text-decoration: underline;
}

.block-bulk-purchase-b--goods-name a {
  color: #0074c1;
}

.block-bulk-purchase-b--table tr th:nth-child(1) {
  width: 22%;
}

.block-bulk-purchase-b--table tr th:nth-child(2) {
  width: 12%;
}

.block-bulk-purchase-b--table tr th:nth-child(3) {}

.block-bulk-purchase-b--table tr th:nth-child(4) {
  width: 18%;
}

.block-bulk-purchase-b--table tr th:nth-child(5) {
  width: 5%;
}

.block-bulk-purchase-b--table .block-icon {
  margin: 8px 0 0;
  align-items: center;
}


/* 最近見た商品 */

.block-recent-item {
  margin: 80px auto 20px;
  width: 100%;
  position: relative;
}

.block-recent-item--header, .block-cart-recent-item--header {
  font-size: 20px;
  text-align: center;
  border-top: none;
  margin: 0 0 52px;
  padding: 0;
}

#itemHistoryDetail {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.block-recent-item--items, .block-cart-recent-item--body {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.block-cart-recent-item--items {
  width: auto;
}

.block-recent-item--keep-history {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.block-recent-item--keep-history a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #0074c1;
  background: #ffffff;
  color: #0074c1;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  padding: 6px 12px;
  min-width: 140px;
  border-radius: 35px;
  text-align: center;
  transition: all 0.2s
}

.block-recent-item--keep-history a:hover {
  background-color: #0074c1;
  color: #ffffff;
}

#historyCaution>span {
  padding: 30px;
  text-align: center;
}


/* ----カテゴリ---- */

.block-category-list--header-img {
  margin: 0 0 18px;
}

.block-category-list--comment {
  margin: 0 0 18px;
}

.block-category-list--sub {
  margin: 0 0 34px;
  padding: 25px 30px;
  background: #e5f1f9;
}

.block-category-style-p {
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.block-category-style-p .block-category-style-p--item {
  width: 260px;
  flex-basis: auto;
  margin: 0 0 0 15px;
}

.block-category-style-p .block-category-style-p--item:nth-child(3n+1) {
  margin-left: 0;
}

.block-category-style-p .block-category-style-p--item:nth-child(n+4) {
  margin-top: 15px;
}

.block-category-style-p .block-category-style-p--item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background: #ffffff;
  border: solid 2px #cccccc;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  padding: 8px 30px 8px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.2s;
}

.block-category-style-p .block-category-style-p--item__haveimg a {
  padding-top: 0;
  padding-bottom: 0;
}

.block-category-style-p .block-category-style-p--item a:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(45deg);
}

.block-category-style-p .block-category-style-p--item a:hover img {
  opacity: 1;
}

.block-category-style-p .block-category-style-p--item a:hover {
  border-color: #0074c1;
  text-decoration: none;
}

.block-goodslist--fs-middle {
  border-top: dotted 1px #cccccc;
  margin: 0 0 80px;
  padding: 24px 0 0;
}

.block-goodslist--fs-middle--text {
  margin: 0 0 24px;
}

.block-goodslist--fs-middle--text a {
  color: #0074c1;
  font-weight: bold;
}

.block-goodslist--fs-middle--text__author {
  margin: 8px 0 0;
  text-align: right;
  font-weight: bold;
}

.block-goodslist--fs-middle--nav {
  margin: 0;
  padding: 20px 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  border: solid 10px #ebecdc;
}

.block-goodslist--fs-middle--nav>p {
  width: 100%;
  border-top: dotted 1px #cccccc;
  padding: 18px 0 0;
  text-align: center;
}

.block-goodslist--fs-middle--nav>dl {
  width: 375px;
  margin: 0 0 24px;
}

.block-goodslist--fs-middle--nav>dl dt {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 8px 34px;
  border-bottom: solid 1px #0c308e;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #0c308e;
}

.block-goodslist--fs-middle--nav>dl dt:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 27px;
  height: 27px;
  background: url(../../img/usr/common/icon_pc_common_search.png) left no-repeat;
}

.block-goodslist--fs-middle--nav>dl dd ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.block-goodslist--fs-middle--nav>dl dd ul li {
  width: 48%;
  margin: 15px 0 0 0;
}

.block-goodslist--fs-middle--nav>dl dd ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
  transition: all 0.2s;
}

.block-goodslist--fs-middle--nav>dl dd ul li a:hover {
  color: #0074c1;
  text-decoration: none;
}

.block-goodslist--fs-middle--nav>dl dd ul li a:after {
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #0074c1;
  border-right: solid 1px #0074c1;
  transform: rotate(45deg);
}

.block-category-list--topic {
  margin: 40px auto 90px;
}

.block-category-list--topic:empty {
  display: none;
}


/* ----ジャンル---- */

.block-genre-page--header-img {
  margin: 0 0 18px;
}

.block-genre-page--comment {
  margin: 0 0 18px;
}

.block-genre-page--genrelist {}

.block-genre-style {
  margin: 0 0 34px;
  padding: 25px 30px;
  background: #e5f1f9;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.block-genre-style:empty {
  display: none;
}

.block-genre-style .block-genre-style--item {
  width: 260px;
  flex-basis: auto;
  margin: 0 0 0 15px;
}

.block-genre-style .block-genre-style--item:nth-child(3n+1) {
  margin-left: 0;
}

.block-genre-style .block-genre-style--item:nth-child(n+4) {
  margin-top: 15px;
}

.block-genre-style .block-genre-style--item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background: #ffffff;
  border: solid 2px #cccccc;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  padding: 8px 30px 8px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.2s;
}

.block-genre-style .block-genre-style--item__haveimg a {
  padding-top: 0;
  padding-bottom: 0;
}

.block-genre-style .block-genre-style--item a:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(45deg);
}

.block-genre-style .block-genre-style--item a:hover img {
  opacity: 1;
}

.block-genre-style .block-genre-style--item a:hover {
  border-color: #0074c1;
  text-decoration: none;
}


/* ----検索---- */

.block-search-goods--condition {
  margin: 40px 0 20px;
  padding: 30px 30px 40px;
  background: #f2f8fc;
}

.action .btn.block-search-goods--search-btn {
  min-width: 280px;
  font-size: 18px;
}

.action .btn.block-search-goods--search-btn:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: relative;
  top: -3px;
  content: '';
  width: 27px;
  height: 27px;
  background: url(../../img/usr/common/icon_pc_common_search.png) -27px 0 no-repeat;
}

.action .btn.block-search-goods--search-btn:hover:before {
  background-position: -54px 0;
}


/* ----イベント---- */

.block-top-event--block {
  margin: 0 0 48px;
}

.block-top-event--block+.block-top-event--block {
  margin-top: 70px;
}

body.page-top .block-top-event--block+.block-top-event--block {
  margin-top: 140px;
}

.block-top-event--header {
  margin: 0 0 34px;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  border: none;
  background: #0c308e;
  color: #ffffff;
}

.block-top-event--header:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  content: '';
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  background: url(../../img/usr/common/icon_list_recommend.png) left center no-repeat;
}

.block-top-event--image {
  margin: 0 0 40px;
}

.block-top-event--more {
  margin: 30px 0 0;
  text-align: center;
}

.block-top-event--more a.common-btn01 {
  min-width: 300px;
  font-size: 18px;
  padding: 13px;
}


/* ----商品詳細画面---- */

body.page-goodspreview .pane-footer, body.page-goods .pane-footer {
  margin-top: 90px;
}

body.page-goodspreview .pane-main>.pane-topic-path:last-child, body.page-goods .pane-main>.pane-topic-path:last-child {
  background: none;
  color: inherit;
}

body.page-goodspreview .pane-main>.pane-topic-path .block-topic-path, body.page-goods .pane-main>.pane-topic-path .block-topic-path {
  padding-bottom: 24px;
}

body.page-goodspreview .pane-main>.pane-topic-path .block-topic-path:empty, body.page-goods .pane-main>.pane-topic-path .block-topic-path:empty {
  display: none;
}

.pane-goods-header {
  margin: 0;
}

.block-goods-detail {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}


/* detail body */

.block-goods-detail-body {
  width: 870px;
}

.block-goods-detail-main {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}

.block-goods-detail-main--v {
  width: 250px;
}

.block-goods-detail-main--image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 calc(100% - 2px);
  margin: 0 0 10px;
  border: solid 1px #cccccc;
}

.block-goods-detail-main--image figure {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-detail-main--image figure img {
  max-width: 218px;
  max-height: 218px;
}

.block-goods-detail-main--v .block-icon {
  display: block;
  position: absolute;
  z-index: 10;
  left: 8px;
  top: 8px;
}

.block-goods-detail-main--v .block-icon img {
  max-width: 56px;
}

.block-goods-detail-main--link-btns>ul {
  margin: 0 0 14px;
}

.block-goods-detail-main--link-btns>ul li {
  margin-bottom: 5px;
}

.block-goods-detail-main--link-btns>ul li .btn {
  width: 100%;
  min-width: 0;
}

.block-goods-detail-main--link-btns>ul li .btn:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin: 0 4px 0 0;
  position: relative;
  top: -2px;
}

.block-goods-detail-main--link-btns>ul li.block-goods-detail-main--link-btn__read .btn:before {
  width: 24px;
  height: 24px;
  background: url(../../img/usr/detail/icon_detail_read.png) left center no-repeat;
}

.block-goods-detail-main--link-btns>ul li.block-goods-detail-main--link-btn__e .btn:before {
  width: 27px;
  height: 24px;
  background: url(../../img/usr/detail/icon_detail_read_e.png) left center no-repeat;
}

.block-goods-detail-main--link-btns>ul li .btn:hover:before {
  background-position: right center;
}

.block-goods-detail-main--link-btns>p {
  text-align: center;
}

.block-goods-detail-main--link-btns>p a:after {
  position: relative;
  top: -3px;
  display: inline-block;
  content: '';
  margin: 0 0 0 7px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-left: solid 2px #0074c1;
  border-bottom: solid 2px #0074c1;
  transform: rotate(-45deg);
}

.block-goods-detail-main--detail {
  width: 590px;
  border-top: solid 2px #0c308e;
}

.block-goods-detail-main--detail-head {
  margin: 1px 0 25px;
  padding: 10px 0 15px;
  border-top: solid 2px #0c308e;
  border-bottom: solid 2px #0c308e;
}

.block-goods-detail-main--detail-head h2 {
  margin: 0 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #0c308e;
}

.block-goods-detail-main--detail-head .block-icon {
  margin: 5px 0 0;
}

.block-goods-detail-main--detail-head .block-icon>span.block-icon--comment>span {
  min-width: 7.5em;
}

.block-goods-detail-main--detail-middle {
  margin: 0 0 32px;
}

.block-goods-detail-main--detail-middle .block-goods-comment {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

.block-goods-detail-main--detail-bottom {
  border-top: dotted 1px #cccccc;
  padding: 18px 0 0;
  font-size: 13px;
  line-height: 1.4;
}

.block-goods-detail-main--detail-bottom ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.block-goods-detail-main--detail-bottom ul li:last-child a {
  color: #0074c1;
  font-weight: bold;
}

.block-goods-detail--movie {
  margin: 0 0 50px;
  padding: 40px 0;
  background: #f5f5ed;
}

.block-goods-detail--movie>div {
  width: 370px;
  margin: 0 auto;
}

.block-goods-detail--movie>div>div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.block-goods-detail--movie>div>div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.block-goods-set {
  margin: 0 0 80px;
}

.block-goods-set--header {
  color: #0c308e;
  border-top: solid 1px #0c308e;
  border-bottom: solid 1px #0c308e;
  background: none;
}

.block-goods-set--item-list {
  position: relative;
}

.block-goods-set--item-list-body {
  width: 822px;
  margin: 0 auto;
  overflow: hidden;
}

.block-goods-set--item-list ul {
  width: calc(100% + 18px);
  display: flex;
  flex-flow: wrap;
}

.block-goods-set--item-list ul li {
  width: 168px!important;
  margin: 0;
  padding: 0 18px 0 0;
}

.block-goods-set--item-list ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 6px;
}

.block-goods-set--item-list ul li a {
  font-weight: bold;
}

.block-goods-set--item-list ul li a:hover {
  color: #0074c1;
}

.block-goods-set--item-list .block-goods-set--arrow .slick-arrow {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  top: 55px;
  right: 0;
  display: block;
  width: 20px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
  white-space: nowrap;
  cursor: pointer;
}

.block-goods-set--item-list .block-goods-set--arrow .slick-prev {
  right: auto;
  left: 0;
}

.block-goods-set--item-list .block-goods-set--arrow .slick-arrow:before {
  position: absolute;
  top: 4px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(45deg);
  left: -5px;
}

.block-goods-set--item-list .block-goods-set--arrow .slick-prev:before {
  transform: rotate(-135deg);
  left: 5px;
}

.block-goods-set--item-list .block-goods-set--arrow .slick-arrow.slick-disabled, .block-goods-set--item-list .block-goods-set--arrow .slick-arrow.slick-disabled2 {
  display: none!important;
}

.block-goods-detail-main--readbooks {
  margin: 0 0 100px;
  padding: 30px;
  background: #f2f8fc;
}

.block-goods-detail-main--readbooks h3 {
  margin: 0 0 2px;
  padding: 8px 0;
  text-align: center;
  background: #0074c1;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #ffffff;
}

.block-goods-detail-main--readbooks h3:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  margin: 0 6px 0 0;
  position: relative;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url(../../img/usr/detail/icon_detail_read.png) right center no-repeat;
}

.block-goods-detail-main--readbooks-body {
  display: flex;
  flex-flow: wrap;
}

.block-goods-detail-main--readbooks-item {
  margin: 28px 0 0 30px;
  width: 180px;
}

.block-goods-detail-main--readbooks-item:nth-child(4n+1) {
  margin-left: 0;
}

.block-goods-detail-main--readbooks-item a {
  position: relative;
  display: block;
}

.block-goods-detail-main--readbooks-item a:before {
  display: block;
  content: '拡大';
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  border-radius: 25px;
  padding: 5px 10px 5px 24px;
  font-size: 12px;
  line-height: 1.1;
  color: #ffffff;
  background: #0074c1 url(../../img/usr/detail/icon_detail_zoom.png) 7px center no-repeat;
}

.block-goods-detail-main--readbooks-item figure {
  width: 180px;
  height: 180px;
  background: #ffffff;
  padding: 15px;
}

.block-goods-detail-main--readbooks-item p {
  margin: 8px 0 0;
  text-align: center;
}


/* info */

#goods-info {
  margin: 60px 0 90px;
}

#goods-info h3 {
  margin: 0 0 30px;
  background: #0c308e;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 5px;
}

#goods-info dl.goods-detail-description {
  position: relative;
  display: flex;
  align-items: stretch;
}

#goods-info dl.goods-detail-description dt {
  width: calc(30px + 7.4em);
  min-width: calc(30px + 7.4em);
  padding: 18px 15px;
  background: #f9f9f4;
  font-weight: normal;
}

#goods-info dl.goods-detail-description dd {
  padding: 18px 15px;
}

#goods-info dl.goods-detail-description:before {
  position: absolute;
  left: 0;
  top: -1px;
  border-top: dotted 1px #cccccc;
  width: 100%;
  height: 0;
  display: block;
  content: '';
}

#goods-info dl.goods-detail-description:first-of-type {
  border-top: solid 1px #cccccc
}

#goods-info dl.goods-detail-description:last-of-type {
  border-bottom: solid 1px #cccccc
}

#goods-info dl.goods-detail-description.block-goods-d-price {
  line-height: 1.6;
}

#goods-info dl.goods-detail-description.block-goods-d-price .price {
  color: inherit;
}

#goods-info dl.goods-detail-description.block-goods-d-price .price span, #goods-info dl.goods-detail-description.block-goods-d-price .default-price span {
  font-size: 12px;
  font-weight: normal!important;
}

#goods-info dl.goods-detail-description.block-goods-d-price .price.st__onsales {
  font-weight: bold;
  color: #cc0000;
}

#goods-info dl.goods-detail-description.block-goods-d-price .block-goods-price--on-sales-comment {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

#goods-info dl.goods-detail-description.block-goods-d-price .default-price {
  font-weight: normal;
}


/* userreview */

.block-goods-user-review h2 {
  margin: 0 0 18px;
}

.block-goods-user-review--form {
  margin: 24px 0 0;
}


/* accessory */

.block-accessory-list {
  margin: 80px 0 120px;
}

.block-accessory-list--name {
  margin: 0 0 30px;
  border-bottom: solid 1px #0c308e;
  color: #0c308e;
  font-size: 20px;
  color: #0c308e;
  text-align: center;
}

.block-accessory-list--name:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
  width: 22px;
  height: 22px;
  background: url(../../img/usr/detail/icon_detail_accessory.png) right center no-repeat;
}

.block-accessory-list--list {
  margin: 0 0 30px;
}

.block-accessory-list .block-goods--frame {
  width: 100%;
  max-width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}

.block-accessory-list .block-goods--items {
  width: calc(100% + 30px);
  margin: 0 0 0;
}

.block-accessory-list .goods-style__slide .block-goods--items .block-goods--item {
  margin: 0!important;
  width: 210px;
  padding: 0 30px 0 0!important;
  border: none;
}

.block-accessory-list .block-goods--item .block-goods--item--comment {
  display: none!important;
}


/* accessory slide */

.block-accessory-list .goods-style__slide .block-goods--items.slick-slider {
  width: 1020px;
  margin: 0;
}

.block-accessory-list .goods-style__slide .block-goods--items.slick-slider .slick-list {
  width: 1050px;
}


/* 2column */

.pane-left-menu~.pane-main .block-accessory-list .goods-style__slide .block-goods--frame {
  width: 870px;
  margin: 0;
}

.pane-left-menu~.pane-main .block-accessory-list .goods-style__slide .block-goods--frame .block-goods--items {
  width: calc(100% + 30px);
}

.pane-left-menu~.pane-main .block-accessory-list .goods-style__slide .block-goods--frame .block-goods--item {
  width: 180px!important;
  padding: 0 30px 0 0!important;
}

.pane-left-menu~.pane-main .block-accessory-list .goods-style__slide .block-goods--items .slick-list {
  width: 900px;
}

.pane-left-menu~.pane-main .block-accessory-list .goods-style__slide .block-goods--frame .block-goods--item .block-goods--item-body {
  width: 150px;
}

.pane-left-menu~.pane-main .block-accessory-list--items.goods-style__slide .goods-style__slide--arrow .slick-arrow {
  width: 24px;
  height: 48px;
  background: rgba(153, 153, 153, 0.9);
  top: 50px;
}

.pane-left-menu~.pane-main .block-accessory-list--items.goods-style__slide .goods-style__slide--arrow .slick-arrow:before {
  width: 15px;
  height: 15px;
  top: 15px;
}

.pane-left-menu~.pane-main .block-accessory-list--items.goods-style__slide .goods-style__slide--arrow .slick-prev:before {
  left: 8px;
}

.pane-left-menu~.pane-main .block-accessory-list--items.goods-style__slide .goods-style__slide--arrow .slick-next:before {
  left: 0;
}

.block-gd-nav--form .block-accessory-list {
  margin: 14px 0;
}

.block-gd-nav--form .block-accessory-list .block-goods--frame, .block-gd-nav--form .block-accessory-list .block-goods--items {
  width: 100%!important;
}

.block-gd-nav--form .block-accessory-list .block-goods--items .block-goods--item {
  margin: 0 auto!important;
  padding: 0!important;
}


/* rules comment2 */

.block-rules-comment2 {}

.block-gd-rulescmnt2 {
  margin: 120px 0;
  padding: 50px 30px 54px;
  border: solid 10px #ebecdc;
  background: #ffffff;
}

.block-gd-rulescmnt2>dl+dl {
  margin-top: 48px;
}

.block-gd-rulescmnt2>dl>dt {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 6px 70px;
  border-bottom: solid 1px #0c308e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.block-gd-rulescmnt2>dl>dt span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0c308e;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.block-gd-rulescmnt2__p1 dd {
  display: flex;
  align-items: flex-start;
}

.block-gd-rulescmnt2__p1 dd div {
  background: #eeeeee;
  padding: 12px 15px;
}

.block-gd-rulescmnt2__p1 dd div span {
  display: block;
  padding: 4px 4px;
  border: solid 1px #0c308e;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #0c308e;
  white-space: nowrap;
}

.block-gd-rulescmnt2__p1 dd p {
  margin: 0 0 0 18px;
  padding: 2px 0;
}

.block-gd-rulescmnt2__p3 dd>ul {
  color: #666666;
  font-size: 13px;
}

.block-gd-rulescmnt2__p3 dd>ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.block-gd-rulescmnt2__p3 dd>table {
  margin: 20px 0 30px;
  width: 100%;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  font-size: 13px;
}

.block-gd-rulescmnt2__p3 dd>table th {
  vertical-align: top;
  border-top: dotted 1px #cccccc;
  background: #f9f9f4;
  padding: 12px 14px;
  width: calc(13em + 28px);
}

.block-gd-rulescmnt2__p3 dd>table td {
  border-top: dotted 1px #cccccc;
  padding: 12px 14px;
  width: calc(7em + 28px);
  text-align: center;
}

.block-gd-rulescmnt2__p3 dd>table td+td {
  border-left: dotted 1px #cccccc;
  width: auto;
  text-align: left;
}

.block-gd-rulescmnt2__p3 dd>table td span {
  font-weight: bold;
  color: #cd0a50;
}


/* detail nav */

.block-goods-detail-nav {
  width: 270px;
}

.block-gd-nav--sample, .block-gd-nav--sample__contact {
  margin: 0 0 20px;
  position: relative;
  border: solid 2px #91c3e4;
  background: #f2f8fc;
  padding: 20px 16px;
  font-size: 13px;
}

.block-gd-nav--sample:before, .block-gd-nav--sample__contact:before {
  display: block;
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border: solid 1px #91c3e4;
}

.block-gd-nav--sample .btn-secondary, .block-gd-nav--sample__contact .btn-primary2 {
  margin: 12px 0 0;
  min-width: 0;
  width: 100%;
}

.block-gd-nav--sample .btn-secondary:before, .block-gd-nav--sample__contact .btn-primary2:before, .block-goods-footer-cart .btn.block-contact-about-goods--btn:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 4px 0 0;
  width: 24px;
  height: 20px;
  background: url(../../img/usr/detail/icon_detail_mail.png) right center no-repeat;
}

.block-gd-nav--sample__contact .btn-primary2:hover:before, .block-goods-footer-cart .btn.block-contact-about-goods--btn:hover:before {
  background-position: left center;
}

.block-gd-nav--sample .btn-secondary {
  color: #ffffff;
  background: #0074c1;
}

.block-gd-nav--sample .btn-secondary:before {
  background-position: left center;
}

.block-gd-nav--sample .btn-secondary:hover {
  background: #0b318f;
  border-color: #0b318f;
}

.block-gd-nav--form {
  margin: 0 0 48px;
  padding: 18px 15px 35px;
  border: solid 5px #cccccc;
  line-height: 1.4;
}

.block-gd-nav--form .btn {
  width: 100%;
  min-width: 0;
}

.block-gd-nav--form .block-gd-nav--price {
  margin: 0;
}

.block-goods-price--on-sales-comment {
  color: #cc0000;
  font-weight: normal;
  text-align: right;
  font-size: 12px;
}

.block-gd-nav--form .block-gd-nav--price dl {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  font-weight: bold;
}

.block-gd-nav--form .block-gd-nav--price dl dd {
  flex-grow: 1;
  text-align: right;
  font-size: 25px;
  color: #0b318f;
}

.block-gd-nav--form .block-gd-nav--price dl dd:first-letter {
  font-size: 20px;
  font-weight: normal;
}

.block-gd-nav--form .block-gd-nav--price dl dd span {
  font-size: 13px;
}

.block-gd-nav--form .block-gd-nav--price dl.st__onsales dd {
  color: #cc0000;
}

.block-gd-nav--form .block-gd-nav--price .default-price {
  font-weight: normal;
  text-align: right;
}

.block-gd-nav--cmnt2 {
  margin: 8px 0 0;
  font-size: 13px;
}

.block-gd-nav--price-icon {
  margin-top: -8px;
  margin-bottom: 8px;
  text-align: right;
}

.block-gd-nav--price-icon span {
  display: inline-block;
  background: #0b318f;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px 3px;
}

.block-gd-nav--variation {
  margin: 20px 0 20px;
  padding: 12px 0 0;
  border-top: dotted 1px #cccccc;
}

.block-gd-nav--variation>p {
  color: #cd0a50;
  font-weight: bold;
}

.block-gd-nav--variation select {
  margin: 10px 0 0;
  padding: 6px 22px 6px 8px;
  width: 100%;
}

.block-gd-nav--qty {
  margin: 20px 0 24px;
  padding: 12px 0 0;
  border-top: dotted 1px #cccccc;
}

.block-gd-nav--qty>dl:first-of-type {
  margin: 0 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.block-gd-nav--qty>dl:first-of-type dt {
  font-weight: bold;
}

.block-gd-nav--qty>dl:first-of-type dd input {
  margin: 0 5px 0 10px;
  width: 3.5em;
  text-align: center;
  vertical-align: bottom;
  font-size: 20px;
}

.block-gd-nav--qty>dl+dl {
  margin: 3px 0 0;
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}

.block-gd-nav--qty>dl+dl dt {
  margin-right: 1.0em;
  white-space: nowrap;
}

.block-gd-nav--btn {
  margin: 0 -15px;
  padding: 25px 15px 18px;
  background: #ffffcd;
}

.block-gd-nav--btn>dl {
  margin: 8px 0 0;
  display: flex;
  font-size: 15px;
  font-weight: bold;
}

.block-add-cart, .block-no-stock, .block-goods-favorite {
  margin: 0 0 10px;
}

.block-add-cart--btn, .block-goods-favorite--btn {
  padding-left: 0;
  padding-right: 0;
}

.block-add-cart--btn:before, .block-goods-favorite--btn:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
}

.block-add-cart--btn:before {
  top: -2px;
  width: 25px;
  height: 23px;
  background: url(../../img/usr/detail/icon_detail_cart.png) right center no-repeat;
}

.block-goods-favorite--btn {
  color: inherit!important;
}

.block-goods-favorite--btn:before {
  top: -2px;
  width: 21px;
  height: 20px;
  background: url(../../img/usr/detail/icon_detail_favorite.png) right center no-repeat;
}

.block-no-stock--message {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid 2px #ebccd1;
  background: #f2dede;
  color: #a94442;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  padding: 8px 40px;
  border-radius: 45px;
  text-align: center;
  white-space: nowrap;
}

.block-gd-nav--contact {
  padding: 18px 0 0;
}

.block-rules-comment {
  font-size: 13px;
  margin: 0 0 12px;
}

.block-gd-nav--contact .block-contact-about-goods--btn:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 4px 0 0;
  width: 24px;
  height: 20px;
  background: url(../../img/usr/detail/icon_detail_mail.png) right center no-repeat;
}

.block-gd-nav--contact .block-contact-about-goods--btn:hover:before {
  background-position: left center;
}


/* tmplt middle */

.block-gd-nav--snav dl {
  margin: 0 0 50px;
}

.block-gd-nav--snav dl dt {
  padding: 9px 0 9px 40px;
  background: #0c308e;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
}

.block-gd-nav--snav dl.block-gd-nav--snav__age dt {
  background: #0c308e url(../../img/usr/detail/icon_detail_age.png) 8px center no-repeat;
}

.block-gd-nav--snav dl.block-gd-nav--snav__scene dt {
  background: #0c308e url(../../img/usr/detail/icon_detail_scene.png) 8px center no-repeat;
}

.block-gd-nav--snav ul li {
  border-bottom: dotted 1px #cccccc;
}

.block-gd-nav--snav ul li a {
  position: relative;
  display: block;
  padding: 10px 18px 10px 24px;
}

.block-gd-nav--snav ul li a:after {
  content: '';
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0074c1;
  border-right: solid 1px #0074c1;
  transform: rotate(45deg);
}


/* detail fixed cart */

.block-goods-footer-cart {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 98;
  text-align: left;
}

.block-goods-footer-cart-body {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 410px;
  padding: 18px 18px 0;
  background: #f2f2f2;
  border: solid 1px #dddddd;
  box-shadow: 0px 3px 10px -6px #020202;
}

.block-goods-footer-cart .container {
  width: 100%;
}

.block-goods-footer-cart .container>dl dt {
  margin: 0 0 0.3rem;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}

.block-goods-footer-cart .container>dl dd.block-goods-footer-cart--on-sales-comment {
  display: block;
  align-items: baseline;
  color: #cc0000;
}

.block-goods-footer-cart .container>dl dd:not(.block-goods-footer-cart--on-sales-comment) {
  display: flex;
  align-items: baseline;
}

.block-goods-footer-cart .container>dl dd p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #0c308e;
}

.block-goods-footer-cart .container>dl dd.st__onsales p {
  color: #cc0000;
}

.block-goods-footer-cart .container>dl dd p span {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 13px;
  vertical-align: baseline;
}

.block-goods-footer-cart .container>dl dd>p:first-letter {
  font-size: 15px;
}

.block-goods-footer-cart .container>dl dd .default-price {
  font-weight: normal;
  font-size: 13px;
  margin-left: 0.7em;
}

.block-goods-footer-cart--btns {
  padding: 12px 0;
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.block-goods-footer-cart--btns .btn {
  font-size: 14px;
}

.block-goods-footer-cart .btn.block-contact-about-goods--btn {
  width: 170px;
  min-width: 170px;
}

.block-goods-footer-cart--btns .block-no-stock, .block-goods-footer-cart--btns .block-add-cart {
  margin: 0;
}

.block-goods-footer-cart--btns button {
  margin-left: 10px;
  width: auto;
  min-width: 190px;
  padding-left: 10px;
  padding-right: 10px;
}

.block-goods-footer-cart--btns button.block-add-cart--btn__sample {
  margin: 0;
  background: #0074c1;
  color: #ffffff;
  width: 170px;
  min-width: 170px;
}

.block-goods-footer-cart--btns button.block-add-cart--btn__sample:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 4px 0 0;
  width: 24px;
  height: 20px;
  background: url(../../img/usr/detail/icon_detail_mail.png) left center no-repeat;
}

.block-goods-footer-cart--btns button.block-add-cart--btn__sample:hover {
  background: #0b318f;
  border-color: #0b318f;
}


/* ----トップページ---- */


/* top page layout */

body.page-top .pane-contents>.container, body.page-top .pane-contents>.container .pane-left-menu, body.page-top .pane-contents>.container .pane-main {
  display: block;
  width: 100%;
  min-width: 1200px;
  margin: 0;
}

body.page-top .pane-contents>.container {}

body.page-top .block-top-container {
  width: 1200px;
  margin: 0 auto;
}

body.page-top .pane-contents>.container .pane-right-menu {
  margin-top: 0;
}


/* mv */

.block-top-body--mainvisual {
  position: relative;
  overflow: hidden;
  min-width: 1200px;
  background: url(../../img/usr/top/mv_bg.jpg) center repeat;
}

.block-top-body--mainvisual-body {
  padding: 50px 0 90px;
}

.block-top-body--mainvisual-body ul {
  width: 930px;
  margin: 0 auto;
}

.block-top-body--mainvisual-body>ul li+li {
  display: none;
}

.block-top-body--mainvisual-body li {
  padding: 0 25px;
}

.block-top-body--mainvisual-body li a {
  display: block;
  background: #ffffff;
  margin: 0;
  padding: 5px;
  /* box-shadow */
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.19);
}


/* mv slide */

.block-top-body--mainvisual-body .slick-slider .slick-list {
  overflow: visible!important;
}

.block-top-body--mainvisual-ctrl {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #ffffff;
}

.block-top-body--mainvisual-ctrl>p {
  margin: 0 15px;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}

.block-top-body--mainvisual-ctrl .slick-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #333333;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
  cursor: pointer;
}

.block-top-body--mainvisual-ctrl .slick-arrow:before {
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
}

.block-top-body--mainvisual-ctrl .mv-slick-prev.slick-arrow:before {
  right: 8px;
  transform: rotate(-135deg);
}


/* banners */

.block-top-body--mainvisual-banners {
  background: #e5f1f9;
  padding: 30px 0;
}

.block-top-body--mainvisual-banners ul {
  display: flex;
  justify-content: center;
}

.block-top-body--mainvisual-banners ul li {
  margin: 0 5px 0;
}

.block-top-body--mainvisual-banners ul li:last-child {
  margin-left: 5px;/* 35px */
}


/* search */

.block-top-body--searcharea {
  margin: 0 0 40px;
  padding: 40px 0;
  background: url(../../img/usr/top/search_bg.png) center repeat;
}

.block-top-body--searcharea-body {
  width: 920px;
  margin: 0 auto;
}

.block-top-body--searcharea-body>form {
  background: #ffffff;
  border: solid 2px #cccccc;
  height: 50px;
  border-radius: 50px;
  display: flex;
  padding: 0 25px 0 30px;
}

.block-top-body--searcharea-body>form input[type="text"] {
  flex-grow: 1;
  max-width: none;
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  padding-left: 0;
}

.block-top-body--searcharea-body>form button {
  display: block;
  border: none;
  background-color: transparent;
  width: 38px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
  background: url(../../img/usr/top/search_btn.png) center no-repeat;
  cursor: pointer;
}

.block-top-body--searcharea-body>dl {
  margin: 25px 0 0;
  display: flex;
}

.block-top-body--searcharea-body>dl dt {
  margin: 0;
  padding: 0 10px 0 32px;
  font-size: 18px;
  font-weight: bold;
  color: #0074c1;
  white-space: nowrap;
}

.block-top-body--searcharea-body>dl dd ul {
  margin: -10px 0 0;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
}

.block-top-body--searcharea-body>dl dd ul li {
  margin: 5px 0 0 5px;
}

.block-top-body--searcharea-body>dl dd ul li a {
  display: block;
  margin: 0;
  padding: 8px 14px;
  color: #ffffff;
  font-weight: bold;
  background: #0074c1;
  border-radius: 5px;
  transition: background 0.2s;
}

.block-top-body--searcharea-body>dl dd ul li a:hover {
  background: #0b318f;
}


/* search archives */

.block-top-body--archives {
  margin: 0;
  padding: 72px 0 100px;
  background: #f2f8fc;
}

.block-top-body--archives .block-top-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.block-top-body--archives h2 {
  margin: 0 0 38px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #0074c1;
}

.block-top-body--archives h2:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 25px;
  height: 25px;
  background: url(../../img/usr/top/icon_search.png) left center no-repeat;
}

.block-top-body--archives h3 {
  margin: 0 0 24px;
  padding: 10px;
  width: 100%;
  text-align: center;
  background: #0074c1;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.block-top-body--archives h3+ul {
  margin: 0 0 60px;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.block-top-body--archives h3+ul li {}

.block-top-body--archives h3+ul li+li {
  margin-left: 10px;
}

.block-top-body--archives h3+ul li a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  height: 100%;
  width: 232px;
  font-size: 15px;
  line-height: 1.2;
  background: #ffffff;
  border: solid 2px #cccccc;
  border-radius: 5px;
  text-decoration: none!important;
  transition: all 0.2s;
}

.block-top-body--archives h3+ul li a:before {
  margin: 0 0 8px;
  display: block;
  content: '';
  width: 100%;
  height: 47px;
  background: center no-repeat;
}

.block-top-body--archives h3+ul li a span {
  display: block;
  width: 100%;
  font-weight: bold;
}

.block-top-body--archives h3+ul li a span:first-child {
  font-size: 18px;
}

.block-top-body--archives h3+ul li.block-top-archives__nationallanguage a:before {
  background-image: url(../../img/usr/common/header_icon_g_nl.png);
}

.block-top-body--archives h3+ul li.block-top-archives__nationallanguage a span:first-child {
  color: #2284c0;
}

.block-top-body--archives h3+ul li.block-top-archives__nationallanguage a:hover {
  border-color: #2284c0;
}

.block-top-body--archives h3+ul li.block-top-archives__math a:before {
  background-image: url(../../img/usr/common/header_icon_g_math.png);
}

.block-top-body--archives h3+ul li.block-top-archives__math a span:first-child {
  color: #12843d;
}

.block-top-body--archives h3+ul li.block-top-archives__math a:hover {
  border-color: #12843d;
}

.block-top-body--archives h3+ul li.block-top-archives__english a:before {
  background-image: url(../../img/usr/common/header_icon_g_english.png);
}

.block-top-body--archives h3+ul li.block-top-archives__english a span:first-child {
  color: #da5172;
}

.block-top-body--archives h3+ul li.block-top-archives__english a:hover {
  border-color: #da5172;
}

.block-top-body--archives h3+ul li.block-top-archives__science a:before {
  background-image: url(../../img/usr/common/header_icon_g_science.png);
}

.block-top-body--archives h3+ul li.block-top-archives__science a span:first-child {
  color: #adbf26;
}

.block-top-body--archives h3+ul li.block-top-archives__science a:hover {
  border-color: #adbf26;
}

.block-top-body--archives h3+ul li.block-top-archives__society a:before {
  background-image: url(../../img/usr/common/header_icon_g_society.png);
}

.block-top-body--archives h3+ul li.block-top-archives__society a span:first-child {
  color: #8a589a;
}

.block-top-body--archives h3+ul li.block-top-archives__society a:hover {
  border-color: #8a589a;
}

.block-top-body--archives h4 {
  margin: 0 0 24px;
  padding: 8px;
  text-align: center;
  background: #cce3f3;
  color: #0074c1;
  font-size: 20px;
  font-weight: bold;
}

.block-top-body--archives--item-frame {
  background: #ffffff;
  padding: 40px 50px 0;
  border-bottom: solid 1px #ffffff;
}

.block-top-body--archives--item {
  width: 100%;
  margin: 0 0 50px;
  text-align: center;
}

.block-top-body--archives--item>ul {
  margin: 0 0 30px;
  width: 1100px;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.block-top-body--archives--item>ul li {
  width: 212px;
  margin: 0 0 10px 10px;
}

.block-top-body--archives--item>ul li:nth-child(5n+1) {
  margin-left: 0;
}

.block-top-body--archives--item>ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background: #ffffff;
  border: solid 2px #cccccc;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  padding: 8px 30px 8px 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.2s;
}

.block-top-body--archives--item>ul li a:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(45deg);
}

.block-top-body--archives--item>ul li a:hover img {
  opacity: 1;
}

.block-top-body--archives--item>ul li a:hover {
  border-color: #0074c1;
  text-decoration: none;
}

.block-top-body--archives--item>ul.block-top-body--archives__imglist li a {
  padding: 0;
  justify-content: center;
  text-align: center;
}

.block-top-body--archives--item>ul.block-top-body--archives__imglist li a:after {
  display: none;
}


/* youtube channel */

.block-top-body--channel {
  margin: 0 0 0;
  padding: 72px 0 84px;
  background: #ffffff;
  text-align: center;
}

.block-top-body--channel .block-top-container h2 {
  margin: 0 0 0;
  font-size: 25px;
  font-weight: bold;
}

.block-top-body--channel .block-top-container h2:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 46px;
  height: 26px;
  background: url(../../img/usr/common/icon_youtube.png) left center no-repeat;
}

.block-top-body--channel .block-top-container .block-top-body--channel-body {
  margin: 45px auto 30px;
  border: solid 5px #ebecdc;
  padding: 20px;
  width: 870px;
  height: 515px;
}

.block-top-body--channel-body--yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.block-top-body--channel-body--yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* download contents */

.block-top-body--dl-contents {
  margin: 40px auto 98px;
  padding: 72px 0 100px;
  background: url(../../img/usr/top/search_bg.png) center repeat;
}

.block-top-body--dl-contents h2 {
  margin: 0 0 32px;
  font-size: 25px;
  font-weight: bold;
  color: #0074c1;
  text-align: center;
}

.block-top-body--dl-contents h2:before {
  content: '';
  margin: -2px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background: url(../../img/usr/top/icon_download.png) center no-repeat;
}

.block-top-body--dl-contents h2 span {
  vertical-align: middle;
}

.block-top-body--dl-contents ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.block-top-body--dl-contents ul li {
  width: 150px;
  margin: 0 0 0 25px;
}

.block-top-body--dl-contents ul li:first-child {
  margin-left: 0;
}

.block-top-body--dl-contents ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #ffffff;
  border: solid 5px #e5f1f9;
  text-decoration: none!important;
  transition: border-color 0.2s;
}

.block-top-body--dl-contents ul li a:before {
  display: block;
  content: '';
  margin: 0 0 8px;
  width: 100%;
  height: 47px;
  background: center top no-repeat;
}

.block-top-body--dl-contents ul li a span {
  display: inline-block;
  font-weight: bold;
}

.block-top-body--dl-contents ul li a span:after {
  display: inline-block;
  content: '';
  position: relative;
  top: -2px;
  margin: 0 0 0 3px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(45deg);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__nationallanguage a:before {
  background-image: url(../../img/usr/common/header_icon_g_nl.png);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__nationallanguage a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__nationallanguage a span:after {
  border-color: #0074c1;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__math a:before {
  background-image: url(../../img/usr/common/header_icon_g_math.png);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__math a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__math a span:after {
  border-color: #12843d;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__english a:before {
  background-image: url(../../img/usr/common/header_icon_g_english.png);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__english a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__english a span:after {
  border-color: #da5172;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__science a:before {
  background-image: url(../../img/usr/common/header_icon_g_science.png);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__science a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__science a span:after {
  border-color: #b3c437;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__society a:before {
  background-image: url(../../img/usr/common/header_icon_g_society.png);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__society a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__society a span:after {
  border-color: #8c5b9c;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__all a:before {
  background-image: url(../../img/usr/common/header_icon_item.png);
  background-position: center 5px;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__all a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__all a span:after {
  border-color: #0b3183;
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__note a:before {
  background-image: url(../../img/usr/common/header_icon_g_note.png);
}

.block-top-body--dl-contents ul li.block-top-dl-contents-item__note a:hover, .block-top-body--dl-contents ul li.block-top-dl-contents-item__note a span:after {
  border-color: #269ed3;
}


/* banner */

.block-top-body--banner {
  margin: 100px auto 114px;
  text-align: center;
}


/* social media account */

.block-top-body--account {
  margin: 40px 0 60px;
  padding: 60px 0 80px;
  min-width: 1200px;
  background: #f2f8fc;
}

.block-top-body--account .block-top-container>p {
  font-size: 20px;
  font-weight: bold;
  color: #0074c1;
  text-align: center;
}

.block-top-body--account .block-top-container>ul {
  text-align: center;
  font-size: 13px;
  color: #666666;
}

.block-top-body--account--frame {
  width: 870px;
  margin: 42px auto 32px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.block-top-body--account--item {
  width: 415px;
  background: #ffffff;
  border: solid 5px #e5f1f9;
  padding: 25px 25px 30px;
  display: flex;
  flex-flow: column;
}

.block-top-body--account--item>div {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

.block-top-body--account--item>div p {
  margin: 0 10px 0 0;
}

.block-top-body--account--item>div img {
  max-width: none;
}

.block-top-body--account--item>div dl {
  font-size: 15px;
  line-height: 1.4;
}

.block-top-body--account--item>div dl dt {
  margin: 0 0 5px;
  font-weight: bold;
}

.block-top-body--account--item>ul {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: dotted 1px #cccccc;
  display: flex;
  justify-content: center;
}

.block-top-body--account--item>ul li+li {
  margin-left: 15px;
}

.block-top-body--account--item>ul li a {
  display: block;
  border: solid 2px #cccccc;
  border-radius: 44px;
  padding: 8px 25px;
}


/* event */

.block-top-event {
  max-width: 1200px;
  margin: 100px auto 140px;
}


/*--- 会員登録確認 ---*/

.block-member-info-confirmation--form .fieldset {
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
}

.block-member-info-confirmation--form .fieldset.block-member-info-confirmation--items-member-info {
  margin-top: 15px;
}

.block-member-info-confirmation--form .fieldset:not(.block-member-info-confirmation--items-member-info):before {
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  border-top: dotted 1px #cccccc;
  display: block;
  content: '';
}


/*--- マイページ ---*/

.block-mypage--customer-status {
  background: #0c308e;
}

.block-mypage--customer-status .block-mypage--sign:only-child {
  border-right: none;
}

.block-mypage h2[class^="block-mypage--"] {
  color: #0c308e;
  margin: 0 0 14px;
  padding: 0;
  background: none;
}


/*--- カート ---*/

.block-cart--goods-item--image {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 200px;
  height: 200px;
}

.block-cart--goods-list-image {
  float: none;
  margin: 0;
  background: none;
  width: 200px;
  height: 200px;
}

.block-cart--goods-item--image .block-icon {
  position: absolute;
  left: 4px;
  top: 4px;
}

.block-cart--goods-list-item-calc .block-cart--goods-list-item-calc-btn {
  min-width: 0;
  margin: 0 0 8px;
  padding: 4px;
  font-size: 12px;
  font-weight: normal;
  border-width: 1px;
}

.block-cart--goods-list-item-calc .block-cart--goods-list-item-delete {
  font-size: 12px;
}

.block-cart--side-contents .btn, .block-order-method--side-contents .btn, .block-order-estimate--side-contents .btn {
  min-width: 0;
}

.block-cart--wrapper .block-goods--items {}

.block-cart .block-icon {
  margin: 0;
}

.block-order-method--hostotherinfo-use-date-content>p:not(.form-error) {
  margin: 0.4rem 0;
  padding-left: 1em;
  text-indent: -1em;
}

.block-order-method--hostotherinfo-use-date-content>p a {
  text-decoration: underline;
}

.block-order-method--hostotherinfo-use-date-content>p a:hover {
  text-decoration: none;
}


/*--- 購入フロー ---*/

.block-order-method--goods-item-image {
  position: relative;
}

.block-order-method--goods-item-image figure {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-order-method--goods-item-image .block-icon {
  position: absolute;
  left: 4px;
  top: 4px;
}

.block-order-estimate h3 a.btn {
  min-width: 0;
  padding: 4px 0
}

.block-order-estimate--goods-item-image {
  position: relative;
}

.block-order-estimate--goods-item-image figure {
  width: 200px;
  height: 200px;
}

.block-order-estimate--goods-item-image .block-icon {
  position: absolute;
  left: 5px;
  top: 5px;
}

.block-purchase-history--search-item .btn {
  display: block;
  margin: 0 auto 40px;
  min-width: 240px;
}


/* ---- ページカテゴリ ---- */

body.page-pagecategory .pane-main {}

.block-genre-page--genrelist {}

.block-pagecategory-subcategory-list {
  margin: 0 0 34px;
  padding: 25px 30px;
  background: #e5f1f9;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.block-pagecategory-subcategory-list:empty {
  display: none;
}

.block-pagecategory-subcategory--item {
  width: 260px;
  flex-basis: auto;
  margin: 0 0 0 15px;
}

.block-pagecategory-subcategory--item:nth-child(3n+1) {
  margin-left: 0;
}

.block-pagecategory-subcategory--item:nth-child(n+4) {
  margin-top: 15px;
}

.block-pagecategory-subcategory--item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  background: #ffffff;
  border: solid 2px #cccccc;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  padding: 8px 30px 8px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transition: all 0.2s;
}

.block-pagecategory-subcategory--item__haveimg a {
  padding-top: 0;
  padding-bottom: 0;
}

.block-pagecategory-subcategory--item a:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(45deg);
}

.block-pagecategory-subcategory--item a:hover img {
  opacity: 1;
}

.block-pagecategory-subcategory--item a:hover {
  border-color: #0074c1;
  text-decoration: none;
}

.block-pagecategory-page-list--frame {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: 195px;
  margin: 0 0 0 30px;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-child(4n+1) {
  margin-left: 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-child(n+5) {
  margin-top: 50px;
}

.block-pagecategory-page-list--page-image {
  margin: 0 0 14px;
  position: relative;
  width: 195px;
  height: 195px;
  border: solid 1px #cccccc;
  padding: 9px;
}

.block-pagecategory-page-list--page-image figure {
  position: relative;
  z-index: 3;
  width: 175px;
  height: 175px;
}

.block-pagecategory-page-list--auto-new {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 5;
  width: 45px;
}

.block-pagecategory-page-list--auto-new img {
  opacity: 1!important
}

.block-pagecategory-page-list--page-caption {
  padding: 0 4px;
}

.block-pagecategory-page-list--page-caption {
  font-weight: bold;
  line-height: 1.4;
}

.block-pagecategory-page-list--page-caption .block-pagecategory-page-list--date {
  margin: 0 0 4px;
  font-weight: normal;
  color: #666666;
}


/* ---- ページ ---- */

body.page-page .pane-topic-path ul+ul, body.page-page .pane-main .block-topic-path ul:first-child {
  display: none!important;
}

.block-page-block {
  font-size: 15px;
}

.block-page-block--frame {
  margin: 0;
}

.block-page-block--frame:after {
  display: table;
  content: '';
  clear: both;
}

.block-page-block .page-block--text__s {
  font-size: 12px;
}

.block-page-block .page-block--text__m {
  font-size: 20px;
}

.block-page-block .page-block--text__l {
  font-size: 30px;
}

.block-page-block .page-block--margin__s {
  display: block;
  clear: both;
  height: 20px;
}

.block-page-block .page-block--margin__m {
  display: block;
  clear: both;
  height: 50px;
}

.block-page-block .page-block--margin__l {
  display: block;
  clear: both;
  height: 80px;
}

.block-page-block h1 {
  margin: 0 0 40px;
}

.block-page-block h2 {
  margin: 0 0 34px;
  padding: 10px 15px;
  background: #0c308e;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

.block-page-block h3 {
  margin: 0 0 30px;
  padding: 0 0 6px;
  border-bottom: solid 1px #0c308e;
  color: #0c308e;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}

.block-page-block p {
  margin: 0 0 30px;
}

.block-page-block dl {
  margin: 0 0 30px;
}

.block-page-block dl dt {
  margin: 0 0 8px;
  font-weight: bold;
}

.block-page-block ul {
  margin: 0 0 30px;
}

.block-page-block ul li {
  position: relative;
  padding: 0 0 0 40px;
}

.block-page-block ul li:before {
  position: absolute;
  left: 18px;
  top: 0.6em;
  content: '';
  background: #0c308e;
  width: 4px;
  height: 4px;
}

.block-page-block ol {
  margin: 0 0 30px;
  counter-reset: ol-item;
}

.block-page-block ol li {
  position: relative;
  padding: 0 0 0 40px;
}

.block-page-block ol li:before {
  position: absolute;
  left: 10px;
  top: 0;
  counter-increment: ol-item;
  content: '('counter(ol-item)')';
}

.block-page-block a {
  color: #0074c1;
}

.page-block--linkarea {
  text-align: right;
}

a.page-block--link__pdf {
  margin: 14px 0;
  position: relative;
  display: inline-block;
  color: inherit;
}

a.page-block--link__pdf:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  content: '';
  margin: 0 6px 0 0;
  width: 24px;
  height: 30px;
  background: url(../../img/usr/common/icon_pdf.png) center no-repeat;
}

a.page-block--link__arrow {
  position: relative;
  display: inline-block;
  color: inherit;
  padding-right: 12px;
}

a.page-block--link__arrow:after {
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px #0074c1;
  border-right: solid 1px #0074c1;
  transform: rotate(45deg);
}


/* テキスト2カラム */

.block-page-block--contents-body-text-2column {
  float: left;
  width: 48%;
}

.block-page-block--contents-body-text-2column+.block-page-block--contents-body-text-2column {
  float: right;
  width: 48%;
}


/* 画像1カラム */

.block-page-block--contents-body-img-1column, .block-page-block--contents-body-imgtext-1column {
  text-align: center;
}

.block-page-block--contents-body-imgtext-1column img {
  margin: 0 0 30px;
}

.block-page-block--contents-body-imgtext-1column-text {
  text-align: left;
}


/* 画像1カラム 左右画像 */

.page-block--1column-image-author .block-page-block--contents-body-imgtext-1column, .page-block--1column-image-left .block-page-block--contents-body-imgtext-1column {
  display: flex;
  align-items: flex-start;
}

.page-block--1column-image-author .block-page-block--contents-body-imgtext-1column img, .page-block--1column-image-left .block-page-block--contents-body-imgtext-1column img {
  margin: 0 30px 0 0;
}

.page-block--1column-image-right .block-page-block--contents-body-imgtext-1column {
  display: flex;
  flex-flow: row-reverse;
  align-items: flex-start;
}

.page-block--1column-image-right .block-page-block--contents-body-imgtext-1column img {
  margin: 0 0 0 30px;
}

.page-block--1column-image-right .block-page-block--contents-body-imgtext-1column .block-page-block--contents-body-imgtext-1column-text {
  flex-grow: 1;
}

.page-block--1column-image-left .block-page-block--contents-body-imgtext-1column img, .page-block--1column-image-right .block-page-block--contents-body-imgtext-1column img {
  max-width: 270px;
}

.page-block--1column-image-author .block-page-block--contents-body-imgtext-1column img {
  max-width: 125px;
}


/* 画像2カラム */

.block-page-block--contents-body-img-2column {
  float: left;
  width: 48%;
}

.block-page-block--contents-body-img-2column+.block-page-block--contents-body-img-2column {
  float: right;
}


/* 商品リスト */

.block-page-block--contents-goodslist {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.block-page-block--contents-goodslist a {
  color: inherit;
  text-decoration: none;
}

.block-page-block--contents-goodslist dl {
  margin: 0 0 30px 18px;
  width: 204px;
}

.block-page-block--contents-goodslist dl:nth-child(4n+1) {
  margin-left: 0;
}

.block-page-block--contents-goodslist dl figure {
  width: 204px;
  height: 204px;
  border: solid 1px #cccccc;
}

.block-page-block--contents-goodslist dl .block-page-block--goods-info {
  font-weight: bold;
  margin: 10px 8px 0;
}

.block-page-block--contents-goodslist dl .block-page-block--goods-name {
  text-decoration: none;
}

.block-page-block--contents-goodslist dl .block-page-block--goods-name a:hover {
  text-decoration: underline;
}

.block-page-block--contents-goodslist dl .block-page-block--goods-comment {
  margin: 10px 8px 0;
  padding: 8px 0 0;
  border-top: dotted 1px #cccccc;
  font-size: 12px;
}

.block-page-block--contents-goodslist dl .block-page-block--goods-comment:empty {
  display: none;
}


/* 会話形式 */

.page-block--talk-comment__left, .page-block--talk-comment__right {
  margin: 30px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-block--talk-comment__left:first-child, .page-block--talk-comment__right:first-child {
  margin-top: 0;
}

.page-block--talk-comment__left>dl, .page-block--talk-comment__right>dl {
  position: relative;
  width: 100px;
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.page-block--talk-comment__left>dl:before {
  position: absolute;
  right: -42px;
  top: 38px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 22px 13px 0;
  border-color: transparent #f2f8fc transparent transparent;
}

.page-block--talk-comment__left>dl dt, .page-block--talk-comment__right>dl dt {
  position: relative;
  margin: 0;
  padding: 5px;
}

.page-block--talk-comment__left>dl dt span, .page-block--talk-comment__right>dl dt span {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}

.page-block--talk-comment__left>dl dt:before, .page-block--talk-comment__right>dl dt:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  border: solid 2px #cce3f3;
  border-radius: 100%;
}

.page-block--talk-comment__left>dl dd, .page-block--talk-comment__right>dl dd {
  margin: 5px 0 0;
  font-size: 12px;
  text-align: center;
}

.page-block--talk-comment__left>div.page-block--talk-comment--text, .page-block--talk-comment__right>div.page-block--talk-comment--text {
  margin: 0;
  width: calc(100% - 140px);
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.page-block--talk-comment__left>div.page-block--talk-comment--text>div, .page-block--talk-comment__right>div.page-block--talk-comment--text>div {
  min-height: 100px;
  padding: 22px 30px;
  background: #f2f8fc;
  border-radius: 8px;
}

.page-block--talk-comment__left>div.page-block--talk-comment--text>div>*:last-child, .page-block--talk-comment__right>div.page-block--talk-comment--text>div>*:last-child {
  margin-bottom: 0;
}

.page-block--talk-comment__right {
  flex-flow: row-reverse;
}

.page-block--talk-comment__right>dl dt:before {
  border-color: #ebecdc;
}

.page-block--talk-comment__right>div.page-block--talk-comment--text>div {
  background: #f9f9f4;
}

.page-block--talk-comment__right>dl:before {
  position: absolute;
  left: -42px;
  top: 38px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 22px;
  border-color: transparent transparent transparent #f9f9f4;
}


/* アラート */

.block-page-block .page-block--alert__l {
  position: relative;
  margin-bottom: 24px;
  padding-left: 45px;
  background: #c00;
}

.block-page-block .page-block--alert__l:before {
  display: block;
  content: '';
  position: absolute;
  left: 14px;
  top: 13px;
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/header_icon_attention.png) left 0 no-repeat;
}

.page-block--alert-box__m {
  margin: 0 0 40px;
  padding: 25px 40px 34px;
  background: #f9f9f4;
}

.page-block--alert-box__m>*:last-child {
  margin-bottom: 0;
}

.block-page-block .page-block--alert__m {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 32px;
  border: none;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #cc0000;
}

.page-block--alert__m:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/header_icon_attention.png) left 0 no-repeat;
}

.page-block--alert-box__s {
  margin: 0 0 40px;
  padding: 25px 40px 34px;
  border: solid 1px #cccccc;
}

.page-block--alert-box__s>*:last-child {
  margin-bottom: 0;
}

.block-page-block .page-block--alert__s {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  border: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #333333;
}

.page-block--alert__s:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background: url(../../img/usr/common/header_icon_attention.png) left 0 no-repeat;
}


/* アコーディオン */

.block-page-block dl.page-block--accordion {
  margin: 0;
  padding-bottom: 30px;
}

.page-block--accordion dt {
  position: relative;
  padding: 12px 15px;
  background: #ebecdc;
  color: #0074c1;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  transition: all 0.3s;
}

.page-block--accordion dt.st__close {
  background: #0074c1;
  color: #ffffff;
}

.page-block--accordion dt:before, .page-block--accordion dt:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background: #0074c1;
  transition: all 0.3s;
}

.page-block--accordion dt:after {
  opacity: 0;
  transform: rotate(180deg);
}

.page-block--accordion dt.st__close:before, .page-block--accordion dt.st__close:after {
  background: #ffffff;
}

.page-block--accordion dt.st__close:after {
  opacity: 1;
  transform: rotate(90deg);
}

.page-block--accordion.st__accordion-init dt:before, .page-block--accordion.st__accordion-init dt:after {
  content: '';
}

.page-block--accordion.st__accordion-init dt {
  cursor: pointer;
}

.page-block--accordion dd {
  padding: 25px 40px 0;
}


/* ステップ */

.page-block--step+.page-block--step {
  margin-top: 50px;
}

.block-page-block .page-block--step>h3 {
  border: none;
  color: inherit;
  margin: 0 0 18px;
}

.block-page-block .page-block--step>h3 span {
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #0c308e;
  vertical-align: middle;
  border-radius: 100%;
}

.page-block--step--frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page-block--step--frame__right {
  flex-flow: row-reverse;
}

.page-block--step--frame+.page-block--step--frame {
  margin-top: 15px;
}

.page-block--step--frame>figure {
  max-width: 270px;
}

.page-block--step--frame>div {
  margin: 15px 0 30px;
  width: 570px;
}


/* slider */

.block-page-block .page-block--slider--container {
  position: relative;
}

.block-page-block .page-block--slider--container ul {
  width: 790px;
  margin: 0 auto;
}

.block-page-block .page-block--slider--container ul li {
  width: 790px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.block-page-block .page-block--slider--container ul li:before {
  display: none;
}

.block-page-block .page-block--slider--container ul:not(.slick-initialized) li+li {
  display: none;
}

.block-page-block--contents-body-imgtext-slider-1column-text {
  width: 790px;
  margin: 30px 0 0;
  text-align: left;
}

.page-block--slider--arrow .slick-arrow {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  position: absolute;
  top: 120px;
  left: 0;
  display: block;
  width: 20px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
  white-space: nowrap;
  cursor: pointer;
}

.page-block--slider--arrow .slick-disabled, .page-block--slider--arrow .slick-disabled2 {
  display: none!important;
}

.page-block--slider--arrow .slick-arrow:before {
  position: absolute;
  left: 5px;
  top: 4px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #0074c1;
  border-right: solid 2px #0074c1;
  transform: rotate(-135deg);
}

.page-block--slider--arrow .slick-next {
  left: auto;
  right: 0;
}

.page-block--slider--arrow .slick-next:before {
  transform: rotate(45deg);
  left: -5px;
}


/* 目次 */

.page-block--index {
  margin: 0;
  padding: 18px 30px 30px;
  background: #ffffff;
  border: solid 10px #ebecdc;
}

.page-block--index a {
  color: inherit;
}

.page-block--index ul {
  margin: 0;
}

.page-block--index ul li {
  padding: 12px 0 12px 18px;
  border-bottom: dotted 1px #cccccc;
}

.page-block--index ul li:before {
  width: 8px;
  height: 8px;
  border-right: solid 1px #0f7cc5;
  border-bottom: solid 1px #0f7cc5;
  background: none;
  transform: rotate(45deg);
  left: 2px;
  top: calc(50% - 7px);
}


/* 要約 */

.page-block--summary {
  margin: 0;
  padding: 25px 0 0;
  border-top: solid 1px #0c308e;
}

.page-block--summary dt {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 18px;
  color: #0c308e;
}


/* 利用者の声 */

.page-block--voice {
  margin: 0;
  padding: 40px;
  background: url(../../img/usr/top/search_bg.png) center repeat;
  border: solid 10px #e5f1f9;
}

.page-block--voice--item {
  margin: 20px 0 0;
  padding: 28px 28px 30px;
  border-radius: 5px;
  background: #ffffff;
  border: solid 1px #e5f1f9;
}

.page-block--voice--item:first-child {
  margin-top: 0;
}

.page-block--voice--item .page-block--voice--item-title {
  margin: 0 0 18px;
  padding: 5px 14px;
  background: #cce3f3;
  color: #0074c1;
  font-size: 20px;
  font-weight: bold;
}

.page-block--voice--item dl {
  margin-bottom: 0;
}


/* あとがき */

.page-block--aside {
  margin: 20px 0;
  padding: 28px 38px;
  background: #f9f9f4;
}

.page-block--aside dl {
  margin-bottom: 0;
}


/* 奥付 */

.page-block--imprint {
  margin: 20px 0 0;
  text-align: right;
}


/* SNS */

.block-page-snsarea {
  margin: 80px 0 0;
  background: #f2f8fc;
  padding: 15px 20px;
}

.block-page-snsarea ul {
  display: flex;
  align-items: flex-start;
  font-size: 10px;
  line-height: 1.2;
}

.block-page-snsarea ul li {
  margin: 0 10px 0 0;
}

.block-cart--container .order-side-area-fixed, .block-order-method--container .order-side-area-fixed, .block-order-estimate--container .order-side-area-fixed {
  top: 120px;
}


/* アンケート */

.block-questionnaire--item {
  margin: 0 0 40px;
}

.block-questionnaire--item .legend {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: left;
}

.block-questionnaire--item input[type="text"], .block-questionnaire--item textarea {
  max-width: 100%;
}

.block-questionnaire--box-content label {
  display: inline-block;
}