﻿@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--body {
  margin-top: 40px;
  width: 900px;
  height: 390px;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items > li {
  width: 535px;
  height: auto;
}

.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

/* ----ヘッダー---- */

.block-header-logo {
  width: 300px;
  font-size: 0;
}

.block-headernav {
  width: 440px;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;;
  text-align: center;
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  z-index: 1;
}

.block-headernav--item-list li a {
  display: block;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}

.block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: -5px;
  right: -2px;
  z-index: 2;
}

/* ----ヘッダー検索---- */

.block-global-search {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-global-search--keyword {
  width: 280px;
}

.block-global-search form {
  background-color: #eee;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
  background-color: transparent;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
  text-decoration: none;
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list > div {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.block-globalnav--item-list > div > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
}

.block-globalnav--item-list > div > a {
  text-decoration: none;
}

.block-globalnav--item-list > div:hover > .block-globalnav--item-link {
  opacity: 0.7;
}

.block-globalnav--item-list > div > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}

.block-globalnav--item-list > div:last-child > a:before {
  border-right: 1px solid #666;
}

.block-globalnav--item-list > div > a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px;
}

.block-globalnav--item-list > div > a.active {
  transition: color 0.2s linear 0;
  color: #6fb4c3;
  text-decoration: none;
}

.block-globalnav--item-list > div > a.active .fa-chevron-down {
  color: #fff;
  transform: rotate(180deg);
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-small {
  padding-right: 30px;
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-double-small {
  position: relative;
  left: 50px;
  width: 30px;
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

.block-globalnav-menu * {
  color: #fff;
}

.block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
  display: flex;
  align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
  width: 20%;
  font-size: 14px;
  margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.block-globalnav-menu--freespace * {
  font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
  margin-top: 0;
}

.block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}

.block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----フッター---- */

footer .container {
  position: relative;
}

.block-footernav {
  margin-bottom: 20px;
  text-align: center;
}

.block-footernav li {
  padding: 0 1em;
  display: inline-block;
}

.block-footernav li a {
  color: #444;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.block-switcher-container {
  float: left;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}
.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
  background-size: 10px auto;
}

/* ----Copyright---- */

.block-copyright {
  font-size: 10px;
  text-align: center;
  color: #444;
}

/* ----ブランド画面---- */

.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;
}

/* ----商品詳細画面---- */

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-name {
  order: 40;
}

.block-goods-price {
  order: 50;
}

.block-goods-code {
  order: 60;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-sales-start-dt {
  order: 101;
}

.block-goods-sales-end-dt {
  order: 102;
}


.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.block-custom-order {
  order: 240;
}

.block-add-cart {
  order: 250;
}

.block-no-stock {
  order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  order: 270;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-favorite {
  order: 330;
}

.block-goods-link {
  order: 340;
}

/* ----ゲストお気に入り画面---- */
.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-cart-recent-item--header {
    margin: 0px auto 30px auto;
    font-size: 24px;
    font-weight: normal;
    border-top: none;
    border-bottom: solid 1px #d6d6d6;
    width: 300px;
}

body:not(.page-top) .block-recent-item--body{
  min-width: 1000px;
}


/* ----商品一覧ページ調整---- */

/* 共通 */
.block-category-tree{
  display: none;
}
.btn-primary{
  background: #000;
  font-weight: 200;
  border:none;
}
.btn-default {
  font-size: 13px;
  color: #333;
  border: 2px solid #e5e5e5;
  background-color: #e5e5e5;
}
.btn-danger {
  border: 2px solid #000;
  transition: all 0.3s ease;
  background: #ffffff;
  font-size: 13px;
  padding: 8px 20px;
  position: relative;
  color: #444;
}
.page-event .pane-right-menu{
  width: 100%;
}
.page-category .block-icon,
.page-event .block-icon,
.page-genre .block-icon{
  position: static;
}
body:not(.page-top) .block-recent-item--items{
  width:100%;
}
body:not(.page-top) .block-icon--auto-new img{
  margin: 0;
}
body:not(.page-top) .block-ranking-r li{
  justify-content: flex-start;
  position: relative;
}
.page-category .block-icon--auto-new,
.page-event .block-icon--auto-new,
.page-genre .block-icon--auto-new{
  position: absolute;
  top: 0;
  left: 0;
}


/* ランキング */

.block-ranking-r{
  display: flex;
  flex-wrap: wrap;
  padding-top:60px;
  position: relative;
}
.block-ranking-r--items{
  width:100%;
}
.page-event .block-ranking-r--goods{
  position: relative;
  margin:0 0 45px 50px;
}

.block-ranking-r--goods:nth-of-type(5n+1){
  margin-left: 0;
}
.page-event .block-ranking-r--goods-image figure{
    width: auto;
    height: auto;
}


/* 一覧 & 一括購入 */
.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th,
.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th{
  border: 1px solid #d6d6d6;
}
.block-goods-list-l--table td,
.block-goods-list-l--table th,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th{
  position: relative;
  padding:15px 20px;
}
.block-bulk-purchase-b--scomment,
.block-goods-list-l--scomment{
  text-align: right;
}
.block-bulk-purchase-b--add-cart{
  text-align: center;
  padding-top: 30px;
}


/* 詳細一覧 */
.block-goods-list-d--item-body{
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 auto 20px;
  position: relative;
}
.block-goods-list-d--item-description{
  font-weight: 100;
}
.block-goods-list-d--goods-name a{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}


/* ピックアップ(1列) & ピックアップ(クイックビューあり)*/
.block-pickup-list-w--item-body,
.block-pickup-list-p--item-body{
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 20px;
  width: calc(50% - 20px);
}
.block-pickup-list-w li,
.block-pickup-list-p li {
  justify-content: space-between;
  position: relative;
}
.block-pickup-list-w--item-description,
.block-pickup-list-p--item-description{
  padding-right:0;
  width: calc(100% - 150px);
  font-weight: 100;
}
.block-pickup-list-w--goods-name a,
.block-pickup-list-p--goods-name a{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}


/* サムネイル */
.block-thumbnail-t--goods {
    flex-basis: 200px;
    margin-left: 33px;
    font-weight: 100;
}
.block-thumbnail-t--goods a{
  font-weight: 600;
  margin-bottom: 5px;
}


/* リスト & 商品名*/
.block-list-s--items{
  padding: 40px 0;
}
.block-goods-name-n li,
.block-list-s li{
  border-bottom: 1px solid #d6d6d6;
  padding:15px 0 15px 30px;
  font-weight: 100;
  position: relative;
}
.block-goods-name-n li:first-child,
.block-list-s li:first-child{
  border-top: 1px solid #d6d6d6;
}
.block-list-s--goods-name a{
  font-weight: 600;
}


/* 買い物かご & 商品詳細 */
.block-cart-i--goods,
.block-goods-detail-j--goods{
  flex-basis: 200px;
  margin:0 0 45px 50px;
  font-weight: 100;
}
.block-cart-i--goods a,
.block-goods-detail-j--goods a{
  font-weight: 600;
}


/* チェックリスト */
.block-check-list-a{
  margin-bottom: 80px;
}
.block-check-list-a--form{
  padding-top: 40px;
}
.block-check-list-a--item-body{
  width: 900px;
  margin: 0 auto;
  font-weight: 100;
}
.block-check-list-a--goods-name a{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt{
  text-align: right;
}




/* ----会員登録ページ調整---- */
.block-login--member-info-value-label{
  width: 70px;
}



/* ----注文系ページ調整---- */
header#header.pane-header.is-cart{
  position: static;
}

/* 注文右カラム追従 */
.block-order-estimate--procedure-container,
.block-order-method--procedure-container,
.block-cart--procedure-container{
  background: none;
}



/* 購入確認ページ */
.block-order-estimate h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  min-height: 33px;
}

.block-order-estimate h3 a {
  margin: -2px 0 5px;
}

.block-order-estimate p {
  font-size: 12px;
}
.block-order-estimate--confirmation-list:first-child {
  padding-right: 20px;
}
.block-order-estimate--confirmation-list li {
  min-height: 150px;
}
.block-order-estimate--dest-name, .block-order-estimate--host-name {
  padding-bottom: 5px;
}
.block-order-estimate address {
  line-height: 1.8;
}
.block-order-estimate--procedure-container {
  background: none;
}
.block-order-estimate--commit-btn {
  font-weight: normal;
}
.block-order-estimate--total {
  text-align: center;
  padding: 16px 8px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.block-order-estimate--total-price {
  font-size: 28px;
  color: #111;
  display: block;
  text-align: center;
}
.block-order-estimate--goods-item-comment {
  margin-top: 10px;
  line-height: 1.8;
}
.block-order-estimate--amt {
  font-size: 16px;
}
.block-order-estimate dd.block-order-estimate--point-add-message {
  color: #111;
}
.block-order-estimate--sales-append-list th{
  background: #666;
}
.block-order-estimate--dest-address-register-btn{
  border:none;
  background: none;
}