﻿@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  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 i {
  margin-right: 10px;
}

.block-globalnav--item-list > li {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

.block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
}

.block-globalnav--item-list > li > a {
  text-decoration: none;
}

.block-globalnav--item-list > li > a:hover {
  color: #6fb4c3;
}

.block-globalnav--item-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}

.block-globalnav--item-list > li:last-child > a:before {
  border-right: 1px solid #666;
}

.block-globalnav--item-list > li > a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px;
}

.block-globalnav--item-list > li > a.active {
  -webkit-transition: color 0.2s linear 0;
  transition: color 0.2s linear 0;
  color: #6fb4c3;
  text-decoration: none;
}

.block-globalnav--item-list > li > a.active .fa-chevron-down {
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  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;
  -webkit-transform: rotate(45deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
}

.block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----フッター(全パターン共通)---- */


/*.block-footernav--sns-list li a.instagram{background-image: url(../../img/usr/ico_instagram.svg);}.block-footernav--sns-list li a.facebook{background-image: url(../../img/usr/ico_facebook.svg);}.block-footernav--sns-list li a.twitter{background-image: url(../../img/usr/ico_twitter.svg);}.block-footernav--sns-list li a.youtube{background-image: url(../../img/usr/ico_youtube.svg);}*/

.block-footernav--sns-list li a.instagram {
  background-image: url(../../img/usr/ico_instagram.png);
}
.block-footernav--sns-list li a.facebook {
  background-image: url(../../img/usr/ico_facebook.png);
}
.block-footernav--sns-list li a.twitter {
  background-image: url(../../img/usr/ico_twitter.png);
}
.block-footernav--sns-list li a.youtube {
  background-image: url(../../img/usr/ico_youtube.png);
}

/* ----フッター---- */

footer .container {
  position: relative;
}

/* ----フッター(パターン3)---- */

.footer-pt3 {
  padding: 40px 0;
}
.footer-pt3 .block-footernav {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
}
.footer-pt3 .block-footernav--info + .block-footernav {
  border-top: 1px #fff dashed;
}
.footer-pt3 .block-footernav ul {}
.footer-pt3 .block-footernav li {
  padding: 0 1em;
  display: inline-block;
}
.footer-pt3 .block-footernav li:first-child {
  padding-left: 0;
}
.footer-pt3 .block-footernav li:last-child {
  padding-right: 0;
}
.footer-pt3 .block-footernav li a {
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.footer-pt3 .block-footernav li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
.footer-pt3 .block-footernav li:last-child a:before {
  display: none;
}
.footer-pt3 .block-footernav li a:hover {
  opacity: 0.6;
}
.footer-pt3 .block-footernav--sns-list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #fff dashed;
  text-align: center;
}
.footer-pt3 .block-footernav--sns-list li {
  display: inline-block;
  padding: 0;
}
.footer-pt3 .block-footernav--sns-list li a {
  display: block;
  padding: 0 0 0 30px;
  margin-right: 50px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-pt3 .block-footernav--sns-list li a:hover {
  opacity: 0.6;
}
.footer-pt3 .block-footernav--sns-list li:last-child a {
  margin-right: 0;
}
.footer-pt3 .block-footernav--sns-list li a.instagram {
  background-image: url(../../img/usr/ico_instagram.png);
}
.footer-pt3 .block-footernav--sns-list li a.facebook {
  background-image: url(../../img/usr/ico_facebook.png);
}
.footer-pt3 .block-footernav--sns-list li a.twitter {
  background-image: url(../../img/usr/ico_twitter.png);
}
.footer-pt3 .block-footernav--sns-list li a.youtube {
  background-image: url(../../img/usr/ico_youtube.png);
}
.footer-pt3 .block-footernav--info {
  display: table;
  table-layout: fixed;
  width: 100%;
  width: calc(100% + 60px);
  width: -moz-calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  margin: 0 -30px 40px -30px;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block {
  display: table-cell;
  padding: 10px 30px;
  position: relative;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block:last-child:after {
  display: none;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div {
  margin-bottom: 24px;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div:last-child {
  margin-bottom: 0;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dl {}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt a {
  display: inline-block;
  color: #fff;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt a:hover {
  opacity: .7;
  color: #fff;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt a.m-corporate-site {
  text-decoration: none;
  padding-right: 26px;
  background: transparent url(../../img/usr/common/icon_site.png) no-repeat right center / 12px 11px;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd {}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd p {
  line-height: 190%;
  color: #fff;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd strong {
  font-size: 1.28em;
  font-weight: bold;
  padding: 0 0.3em;
  display: inline;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a.m-contact {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #A07103;
  font-weight: bold;
  margin: 15px 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a.m-contact:hover {
  color: #fff;
  background: #A07103;
}

/* ----ページトップに戻る---- */

.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;
  -webkit-transform: rotate(-45deg);
  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 li {
  display: inline-block;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}

.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
  font-size: 22px;
}

.block-switcher .fa-desktop {
  font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-brand-list--item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 390px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.block-goods-sns {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
  order: 10;
}

.page-goods .block-icon {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
  order: 20;
}

.block-goods-comment {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
  order: 30;
}

.block-goods-name {
  -webkit-box-ordinal-group: 41;
      -ms-flex-order: 40;
  order: 40;
}

.block-goods-price {
  -webkit-box-ordinal-group: 51;
      -ms-flex-order: 50;
  order: 50;
}

.block-goods-code {
  -webkit-box-ordinal-group: 61;
      -ms-flex-order: 60;
  order: 60;
}

.block-goods-item-code {
  -webkit-box-ordinal-group: 71;
      -ms-flex-order: 70;
  order: 70;
}

.block-goods-item-code2 {
  -webkit-box-ordinal-group: 81;
      -ms-flex-order: 80;
  order: 80;
}

.block-goods-item-code3 {
  -webkit-box-ordinal-group: 91;
      -ms-flex-order: 90;
  order: 90;
}

.block-goods-release-dt {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
  order: 100;
}

.block-goods-sales-start-dt {
  order: 101;
}

.block-goods-sales-end-dt {
  order: 102;
}


.block-goods-class1 {
  -webkit-box-ordinal-group: 111;
      -ms-flex-order: 110;
  order: 110;
}

.block-goods-class2 {
  -webkit-box-ordinal-group: 121;
      -ms-flex-order: 120;
  order: 120;
}

.block-goods-attr1 {
  -webkit-box-ordinal-group: 131;
      -ms-flex-order: 130;
  order: 130;
}

.block-goods-attr2 {
  -webkit-box-ordinal-group: 141;
      -ms-flex-order: 140;
  order: 140;
}

.block-goods-attr3 {
  -webkit-box-ordinal-group: 151;
      -ms-flex-order: 150;
  order: 150;
}

.block-goods-size {
  -webkit-box-ordinal-group: 161;
      -ms-flex-order: 160;
  order: 160;
}

.block-goods-color {
  -webkit-box-ordinal-group: 171;
      -ms-flex-order: 170;
  order: 170;
}

.block-goods-point {
  -webkit-box-ordinal-group: 181;
      -ms-flex-order: 180;
  order: 180;
}

.block-goods-postage {
  -webkit-box-ordinal-group: 191;
      -ms-flex-order: 190;
  order: 190;
}

.block-goods-stock {
  -webkit-box-ordinal-group: 201;
      -ms-flex-order: 200;
  order: 200;
}

.block-goods-spec {
  -webkit-box-ordinal-group: 211;
      -ms-flex-order: 210;
  order: 210;
}

.block-goods-sales-detail-append {
  -webkit-box-ordinal-group: 221;
      -ms-flex-order: 220;
  order: 220;
}

.block-variation {
  -webkit-box-ordinal-group: 231;
      -ms-flex-order: 230;
  order: 230;
}

.block-custom-order {
  -webkit-box-ordinal-group: 241;
      -ms-flex-order: 240;
  order: 240;
}

.block-add-cart {
  -webkit-box-ordinal-group: 251;
      -ms-flex-order: 250;
  order: 250;
}

.block-no-stock {
  -webkit-box-ordinal-group: 261;
      -ms-flex-order: 260;
          order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  -webkit-box-ordinal-group: 271;
      -ms-flex-order: 270;
  order: 270;
}

.block-goods-store-stock {
  -webkit-box-ordinal-group: 281;
      -ms-flex-order: 280;
  order: 280;
}

.block-goods-set {
  -webkit-box-ordinal-group: 291;
      -ms-flex-order: 290;
  order: 290;
}

.block-accessory-list {
  -webkit-box-ordinal-group: 301;
      -ms-flex-order: 300;
  order: 300;
}

.block-variation-back-order {
  -webkit-box-ordinal-group: 311;
      -ms-flex-order: 310;
  order: 310;
}

.block-contact-about-goods {
  -webkit-box-ordinal-group: 321;
      -ms-flex-order: 320;
  order: 320;
}

.block-goods-favorite {
  -webkit-box-ordinal-group: 331;
      -ms-flex-order: 330;
  order: 330;
}

.block-goods-link {
  -webkit-box-ordinal-group: 341;
      -ms-flex-order: 340;
  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-regular-purcharse-detail--goods-img img,
.block-regular-purcharse-cancellation--goods-img img,
.block-regular-purcharse-cycle-info-update--goods-img img{
  max-width: 240px;
}


/* ----page-login ログイン画面---- */
.block-login h2{
  padding:0 0 10px;
}
.block-login--social-frame{
  padding-left: 60px;
}

.block-login--first-time{
  padding-top:40px;
}


/* ----会員規約画面---- */
.block-member-terms{
  padding-top:40px;
}


/* ----会員登録---- */
.block-quick-member-info,
.block-quick-member-info-confirmation{
  padding-top:40px;
}





.block-cart--contents {
  width: 880px;
}

.block-order-estimate--content {
  width: 860px;
}

.block-order-method--contents {
  width: 840px;
}




.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li {
  width: 383px;
  max-width: 383px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: none;
}