﻿@charset "UTF-8";

.header-pt1 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background-color: #ffffff;
  z-index: 100;
}

.header-pt1 .pane-header.active#header {
  height: 100px;
}

.header-pt1#customer-header #header {
  position: static;
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
}

.header-pt1#customer-header #header.active {
  height: 70px;
}

.header-pt1 #header .container {
  display: flex;
}

.header-pt1 #header.active .container {
  height: 55px;
}

.header-pt1#customer-header #header.active .container {
  height: 70px;
}

.header-pt1 .block-header-logo {
  width: 300px;
  font-size: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}

.header-pt1 .pane-header.active .block-header-logo {
  width: 250px;
}

.header-pt1#customer-header #header.active .block-header-logo {
  width: 300px !important;
}

.header-pt1 .block-header-logo a {
  display: block;
  padding: 10px 0;
}

.header-pt1 .block-header-logo--img {
  width: 100%;
}

.header-pt1 .block-headernav {
  width: 100%;
  text-align: right;
}

.header-pt1 .block-headernav--item-list {
  display: inline-block;
  padding-left: 40px;
}

.header-pt1 .block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}

.header-pt1 .block-headernav--item-list li.block-headernav--login {
  padding-right: 60px;
}

.header-pt1 .block-headernav--item-list li.block-headernav--login:after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #444;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}

.header-pt1 .block-headernav--item-list li.block-headernav--entry {
  padding-right: 40px;
}

.header-pt1 .block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  transform: scale(-1, 1);
}

.header-pt1 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}

.header-pt1 .block-headernav--item-list li a:hover {}

.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;
}

.header-pt1 .block-global-search {
  display: inline-block;
}

.header-pt1 .block-global-search--keyword {
  width: 250px;
}

.header-pt1 .block-global-search form {
  border: 1px #ccc solid;
  padding: 0 7px 0 58px;
  position: relative;
}

.header-pt1 input.block-global-search--keyword:hover,
.header-pt1 input.block-global-search--keyword {
  border: none;
  background-color: transparent;
  height: 43px;
  line-height: 35px;
  padding: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}

.header-pt1 .pane-header.active input.block-global-search--keyword:hover,
.header-pt1 .pane-header.active input.block-global-search--keyword {
  height: 35px;
  line-height: 27px;
}

.header-pt1#customer-header .pane-header input.block-global-search--keyword:hover,
.header-pt1#customer-header .pane-header input.block-global-search--keyword {
  height: 43px;
  line-height: 35px;
}

.header-pt1 button.block-global-search--submit {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  width: 45px;
  height: 100%;
  padding: 0;
}

.header-pt1 button.block-global-search--submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #ccc;
}

.header-pt1 .block-global-search--searchdetail {
  margin-left: 15px;
}

@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)---- */

.header-pt1 .block-globalnav {
  width: 100%;
}

.header-pt1 .block-globalnav--item-list {
  display: table;
  width: 100%;
}

.header-pt1 .block-globalnav--item-list i {
  margin-right: 10px;
}

.header-pt1 .block-globalnav--item-list>li {
  display: table-cell;
  width: 20%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.header-pt1 .block-globalnav--item-list>li>a {
  position: relative;
  display: block;
  padding: 16px 0 26px 0;
  text-decoration: none;
}

.header-pt1 .pane-header.active .block-globalnav--item-list>li>a {
  padding-bottom: 18px;
}
.header-pt1 .block-globalnav--item-list>li.js-animation-hover:hover>div {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

.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;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 40px 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}

.header-pt1 .pane-header.active .block-globalnav-menu {
  top: 50px;
}

.header-pt1 .block-globalnav-menu * {
  color: #fff;
}

.header-pt1 .block-globalnav-menu>div {
  width: 1200px;
  margin: auto;
}

.header-pt1 .block-globalnav-menu {
  display: none;
}

.header-pt1 .block-globalnav-menu .inner {
  display: flex;
}

.header-pt1 .block-globalnav-menu-main {
  width: 240px;
  padding: 0 10px;
}

.header-pt1 .block-globalnav-menu-main h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

.header-pt1 .block-globalnav-menu-main figure {
  margin-bottom: 15px;
}

.header-pt1 .block-globalnav-menu-main figure a {
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.header-pt1 .block-globalnav-menu-main figure a:hover {
  opacity: 0.8;
}

.header-pt1 .block-globalnav-menu-main figure a img {
  display: block;
  width: 100%;
}

.header-pt1 .block-globalnav-menu-main figure figcaption {
  font-size: 13px;
  line-height: 180%;
}

.header-pt1 .block-globalnav-menu-list {
  width: 480px;
  padding: 0 10px 0 70px;
}

.header-pt1 .block-globalnav-menu-list h2 {
  margin: 0 0 17px 0;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px #ffffff solid;
}

.header-pt1 .block-globalnav-menu-main>ul,
.header-pt1 .block-globalnav-menu-list>ul {}

.header-pt1 .block-globalnav-menu-main>ul li,
.header-pt1 .block-globalnav-menu-list>ul li {
  margin: 15px 0;
}

.header-pt1 .block-globalnav-menu-main>ul li a,
.header-pt1 .block-globalnav-menu-list>ul li a {
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header-pt1 .block-globalnav-menu-main>ul li a:hover,
.header-pt1 .block-globalnav-menu-list>ul li a:hover {
  text-decoration: underline;
}

.header-pt1 .block-globalnav-menu-main>ul li a:before,
.header-pt1 .block-globalnav-menu-list>ul li a:before {
  content: "";
  display: block;
  top: 50%;
  left: 3px;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: -3px 0 0 0;
}

.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;
}


.block-page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  background: #333;
}

.block-page-top a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 15px auto;
}

.block-page-top a:before,
.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 -8px;
  border-top: 1px #fff solid;
  border-left: 1px #fff 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;
}

.block-page-top a:hover:after {
  margin-top: -9px;
}

/* ----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: 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-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: 250;
}

.block-add-cart {
  order: 260;
}

.block-no-stock {
  order: 270;
}

.block-contact-about-goods {
  order: 280;
}

.block-arrival-notice {
  order: 290;
}

.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 10px 0;
  padding-right: 1em;
}

.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item {
  margin-bottom: 14px;
  font-size: 12px;
}

.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 {
  margin-bottom: 60px;
  width: 100%;
}

.block-goods-set .block-goods-set--item-list th {
  text-align: center;
}

.block-goods-set .block-goods-set--item-list td.block-goods-set--item-name a {
  font-weight: bold;
}

.block-goods-set .block-goods-set--item-list td.block-goods-set--item-qty {
  text-align: center;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 30px 0;
}

.block-goods-comment5 {
  margin: 0 0 30px 0;
}

.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;
}