@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body {
  position: relative;
}
.block-top-body--body {
  width: 100%;
  height: 581px;
  margin-bottom: 100px;
  border-bottom: 1px #f5f5f5 solid;
}
.block-top-body--body .slick-slider {
}
.block-top-body--body .top-slider-image {
  display: none;
}
.block-top-body--body .top-slider-image a,
.block-top-body--body .top-slider-image span {
  display: block;
  height: 580px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.block-top-body--body .top-slider-image a img,
.block-top-body--body .top-slider-image span img {
  opacity: 0;
}
.block-top-body--body .slick-arrow {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  border: none;
  z-index: 2;
}
.block-top-body--body .slick-arrow:hover {
  cursor: pointer;
}
.block-top-body--body .slick-arrow.slick-next {
  margin-left: 550px;
}
.block-top-body--body .slick-arrow.slick-prev {
  margin-left: 478px;
}
.block-top-body--body .slick-arrow.slick-next:after,
.block-top-body--body .slick-arrow.slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
}
.block-top-body--body .slick-arrow.slick-next:after {
  margin: -6px 0 0 -10px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-top-body--body .slick-arrow.slick-prev:after {
  margin: -7px 0 0 -4px;
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.block-top-body--body .slick-dots {
  position: absolute;
  bottom: -30px;
  display: flex;
  width: 100%;
  height: 12px;
  justify-content: center;
}
.block-top-body--body .slick-dots li {
  margin: 0 7px;
}
.block-top-body--body .slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background: #cccccc;
  padding: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-top-body--body .slick-dots li.slick-active button {
  background: #000;
}
.block-top-body--body .slick-dots li button:hover {
  cursor: pointer;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free-2 {
  width: 1180px;
  margin: 0 auto;
}
.block-top-free2--header {}
.block-top-free2--body {
  margin: 0 0 50px 0;
  overflow: hidden;
}
.block-top-free2--items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.block-top-free2--items li {
  width: calc(100% / 4);
  padding: 0 8px;
  margin-bottom: 32px;
}
.block-top-free2--items li:nth-child(3n) {}
.block-top-free2--items li a {
  display: block;
  position: relative;
}
.block-top-free2--items li a img {
  display: block;
}
.block-top-free2--items li a span {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 17px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-top-free2--items li a:hover span {
  background: rgba(0, 0, 0, 0);
}

/* ----ヘッダー(パターン1)---- */
.header-pt1 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
}
.header-pt1 .block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  top: -8px;
  left: -15px;
  z-index: 2;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user {
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 2px #444 solid;
  border-bottom: 2px #444 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:hover:before {
  margin-top: -3px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span {
  display: block;
  line-height: 40px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span:hover {
  cursor: pointer;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user span i {
  display: inline;
  font-size: 12px;
  padding-left: 10px;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user ul li a {
  display: block;
  border: 1px #ccc solid;
  font-size: 13px;
  padding: 6px 10px;
  border-bottom: none;
}
.header-pt1 .block-headernav--item-list li.block-headernav--user:hover ul {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

/* ----ヘッダー(パターン2)---- */
/* ----ヘッダー検索(パターン1)---- */

.header-pt1 .block-global-search {
  display: inline-block;
}
.header-pt1 .block-global-search--keyword {
  width: 100%;
}
.header-pt1 input.block-global-search--keyword:hover,
.header-pt1 input.block-global-search--keyword {
  border: none;
  background-color: transparent;
  height: 70px;
  line-height: 35px;
  padding: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
/* ----ヘッダー検索(パターン3)---- */
/* ----グローバルナビ(全パターン共通)---- */

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in70 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.7;
  }
}

/* ----グローバルナビ(パターン1)---- */

.block-globalnav {
  width: 100%;
}
.block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  padding: 0 0 30px;
  text-decoration: none;
}
.block-globalnav--item-list > li.js-animation-hover:hover > div {
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
}
.header-pt1 .block-globalnav--item-list > li > a.active {
  transition: color 0.2s linear 0;
  text-decoration: none;
}
.header-pt1 .block-globalnav-menu {
  position: absolute;
  width: 100%;
  top: 83px;
  left: 0;
  text-align: left;
  z-index: 10;
}
.header-pt1 .block-globalnav-menu .inner {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.header-pt1 .block-globalnav-menu--freespace * {
  font-size: 14px;
}
.header-pt1 .block-globalnav-menu--freespace h3 {
  margin-top: 0;
}
.header-pt1 .block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}
.header-pt1 .block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}
.header-pt1 .block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----グローバルナビ(パターン2)---- */

/* ----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;
}

/* ----ブランド画面---- */

.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;
  width: 1200px;
  margin: 0 auto;
}
.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-decoration: none;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.block-brand-list--item-btn:hover {
  opacity: 0.7;
}
.block-brand-detail {
  width: 800px;
  margin: 0 auto 80px auto;
}
.block-brand-detail--header {
  text-align: center;
}
.block-brand-detail--image {
  margin-top: 40px;
}
.block-brand-detail--image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----商品詳細画面---- */


/*CSSによる商品詳細画面の項目の並び順変更用*/

.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}
.page-goods .block-icon {
  order: 20;
}
.block-goods-name {
  order: 30;
  margin: 20px 0 0 0;
}
.block-goods-name h1 {
  margin: 0;
}
.block-goods-price {
  order: 40;
  margin: 10px 0 15px 0;
}
.block-goods-comment {
  order: 50;
  margin: 10px 0;
}
form .block-goods-comment1 {
  order: 55;
  margin: 10px 0;
}
.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-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: 210;
  margin-bottom: 0;
}
.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-rules-comment {
  order: 215;
  margin: 10px 0;
}
.block-goods-sales-detail-append {
  order: 220;
}
.block-variation {
  order: 230;
  margin-top: 15px;
  padding: 3px 0 5px 0;
}
.block-variation > select {
  margin-top: 0;
  padding: 10px 0;
}
.block-variation > .block-variation {
  border-top: none;
  border-bottom: none;
}
.block-custom-order {
  order: 240;
}
.block-goods-set {
  order: 350;
}
.block-add-cart {
  order: 260;
}
.block-no-stock {
  order: 265;
}
.block-contact-about-goods {
  order: 280;
}
.block-arrival-notice {
  order: 265;
}
.block-goods-store-stock {
  order: 300;
}
.block-accessory-list {
  order: 310;
  margin-top: 100px;
}
.block-variation-back-order {
  order: 320;
}
.block-goods-favorite {
  order: 275;
}
.block-goods-link {
  order: 340;
}
.block-goods-sns {
  order: 350;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.block-goods-sns li {
  padding-right: 10px;
}
.block-goods-sns li:last-child {
  padding-right: 0;
}
.pane-goods-right-side .block-variation .block-variation {
  margin: 30px 0 20px 0;
}
.pane-goods-right-side .block-variation .block-variation h2 {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding-right: 1em;
}
.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item {
  font-size: 14px;
  margin: 8px 0 0;
}
.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item span {
  font-weight: normal;
  color: #888;
}
.pane-goods-right-side .block-custom-order {
  margin-bottom: 30px;
}
.block-goods-detail select {
  min-width: 400px;
}
@media all and (-ms-high-contrast: none) {
  .block-goods-detail-j--goods {
    flex-basis: calc((100% - 165px) / 5);
  }
}
.block-goods-set {
  margin-top: 20px;
}
.block-goods-set .legend {
  margin: 20px 0;
  font-size: 20px;
}
.block-goods-set .block-goods-set--header {
  border-bottom: none;
  margin: 10px 0 5px 0;
  font-size: 18px;
}
.block-goods-set .block-goods-set--item-list {
  width: 100%;
}
.block-goods-set .block-goods-set--item-list td.block-goods-set--item-qty {
  text-align: center;
}
.pane-goods-center .block-top-event--header {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.block-accessory-list--name {
  text-align: center;
  line-height: 140%;
  padding-bottom: 35px;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: 0.1em;
}
.block-accessory-list--name:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  height: 2px;
  background-color: #444;
}
.pane-goods-right-side .block-accessory-list--name {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list--name:after {
  display: none;
}
.pane-goods-right-side .form-group {
  position: relative;
}
.pane-goods-right-side .form-group .constraint {
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
}
.pane-goods-right-side .block-accessory-list {
  margin-top: 40px;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
  margin-bottom: 0;
}
.pane-goods-right-side .block-accessory-list--name:after {}
.block-goods-user-review {
  width: 1000px;
  margin: 0 auto 40px auto;
  padding: 30px 0;
}
.block-goods-footer-cart .block-variation {
  display: block;
  margin-bottom: 30px;
}
.block-goods-footer-cart .block-add-cart {
  margin: 30px auto 30px auto;
}
.block-switcher-container {
    float: left;
    padding: 0 0 10px 10px;
    width: 50%;
}
.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
    background-size: 10px auto;
}
.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* ----カート画面---- */
.block-cart--store-delivery {
  order: 3;
}

.block-cart--store-delivery-order-btn-store-delivery {
  font-size: 17px;
}

/* ----支払方法選択画面 --*/
.block-order-method--store-delivery-store-search-btn {
  padding: 9px;
  margin: 0 0 2px 0;
  height: 40px;
}

.block-order-estimate--novelty-list li{
  width: 100%;
}