﻿@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body {
  position: relative;
}
#top-slider-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
#top-slider-text > span {
  display: block;
  line-height: 130%;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.5em;
  padding: 5px 0;
}
#top-slider-text > span.top-slider-text--1 {}
#top-slider-text > span.top-slider-text--2 {
  letter-spacing: 0.65em;
}
#top-slider-text > span.top-slider-text--3 {
  letter-spacing: 1.5em;
}
#top-slider-text > h1 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px #fff double;
  letter-spacing: 0.22em;
}
.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;
}
#top-slider {
  opacity: 0;
}

#top-slider .sp-arrow {
  width: 15px;
  height: 50px;
}

#top-slider .sp-horizontal .sp-arrows {
  margin-top: -25px;
}

#top-slider .sp-fade-arrows {
  opacity: 1 !important;
}

#top-slider .sp-buttons {
  padding-top: 20px;
}

#top-slider .sp-button {
  width: 30px;
  height: 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 7px 5px;
  border: none;
  background-color: #e8e8e8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top-slider .sp-button.sp-selected-button {
  background-color: #000;
}

#top-slider.multiple-slider .sp-slide .sp-image-container img {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: transform 1s ease !important;
  -moz-transition: transform 1s ease !important;
  transition: transform 1s ease !important;
}

#top-slider.multiple-slider .sp-slide.sp-selected .sp-image-container img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

#top-slider.single-mv {
  width: 100%;
  height: 580px;
}

#top-slider.single-mv .sp-slides, #top-slider.single-mv .sp-slide {
  position: static;
  height: 580px;
}

#top-slider.single-mv .sp-image {
  position: static;
  display: block;
  height: 580px;
  margin: 0 auto;
}
.block-top-body--body {
    width: 100%;
    height: 580px;
    margin-top: 30px;
    margin-bottom: 100px;
}
.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);
}

/*.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;}*/

/* ----ヘッダー(パターン3)---- */

.header-pt3 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 146px;
  background-color: #ffffff;
  z-index: 100;
}
.header-pt3.fixedheader #header {
  height: 90px !important;
}
.header-pt3 .pane-header.active#header {
  height: 100px;
}
.header-pt3#customer-header #header {
  position: static;
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
}
.header-pt3#customer-header #header.active {
  height: 70px;
}
.header-pt3 #header .container {
  display: flex;
  height: 90px;
  position: relative;
  z-index: 1002;
}
.header-pt3 #header > .container{
  z-index: 1005;
}
.header-pt3 #header .pane-globalnav .container {
  height: 56px;
}
.header-pt3.fixedheader #header .container {
  height: 90px !important;
}
.header-pt3 #header.active .container {
  height: 50px !important;
}
.header-pt3#customer-header #header .container {
  height: 70px !important;
}
.header-pt3 .block-header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 100%;
  font-size: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1004;
  display: flex;
  align-items: center;
}
.header-pt3 .pane-header.active .block-header-logo {
  width: 220px;
}
.header-pt3#customer-header .pane-header.active .block-header-logo {
  width: 300px;
  margin-left: -150px;
}
.header-pt3 .block-header-logo a {
  display: block;
}
.header-pt3 .block-header-logo--img{
  width: 100%;
}
.header-pt3 .block-headernav {
  width: 100%;
  text-align: right;
  z-index: 1003;
}
.header-pt3 .block-headernav--item-list {
  /* display: inline-block;
  padding-left: 40px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-pt3 .block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.header-pt3 .block-headernav--item-list li.block-headernav--login {
  padding-right: 40px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--login:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #444;
  transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--entry {
  padding-right: 60px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search {
  padding-right: 20px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search > span {
  display: block;
  /* padding: 15px; */
}
.header-pt3 .block-headernav--item-list li.block-headernav--search > span:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 89px;
  width: 100%;
  height: 80px;
  z-index: 1001;
  border-top: 1px #ccc solid;
  background: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt3 .active .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
  top: 60px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 0 100px 0 200px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before,
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 8px;
  width: 40px;
  height: 2px;
  background: #000;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header-pt3 .block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  transform: scale(-1, 1);
}
.header-pt3 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
  /* line-height: 40px; */
}
.header-pt3 .block-headernav--item-list li a:hover {}
.header-pt3 .block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  top: -2px;
  left: -10px;
  z-index: 2;
}
.header-pt3 .block-headernav--item-list li span.text {
  font-size: 8px!important;
  padding: 0!important;
  display: block!important;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.header-pt3 .block-headernav--item-list li.block-headernav--heart {
  padding-right: 20px;
}


/* ----ヘッダー検索(パターン3)---- */

.header-pt3 .block-headernav--search-inner form {
  margin-top: 12px;
  padding: 0 0 0 80px;
  position: relative;
}
.header-pt3 input.block-global-search--keyword:hover,
.header-pt3 input.block-global-search--keyword {
  border: none;
  width: 100%;
  background-color: transparent;
  line-height: 56px;
  height: 56px;
  padding: 0;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt3 button.block-global-search--submit {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  width: 60px;
  height: 100%;
  padding: 0;
}
.header-pt3 button.block-global-search--submit:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background-color: #ccc;
}
.header-pt3 .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;
  }
}


/* ----グローバルナビ(パターン3)---- */

.header-pt3 .pane-globalnav > .container {
  width: 100%;
}
.header-pt3 .block-globalnav {
  width: 1180px;
  margin: 0 auto;
}
.header-pt3 .block-globalnav--item-list {
  display: table;
  width: 100%;
}
.header-pt3 .block-globalnav--item-list i {
  margin-right: 10px;
}
.header-pt3 .block-globalnav--item-list > li {
  display: table-cell;
  /* width: 9%; */
  width: calc(100% / 6);
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.header-pt3 .block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  padding: 19px 0 26px 0;
  text-decoration: none;
  font-weight: bold;
}
.header-pt3 .pane-header.active .block-globalnav--item-list > li > a {
  padding-bottom: 18px;
}
.header-pt3 .block-globalnav--item-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 5px;
  z-index: 10;
  background-color: #86521C;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt3 .block-globalnav--item-list > li > a:hover:after {
  left: 10%;
  width: 80%;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover a:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 55%;
  bottom: auto;
  left: auto;
  margin-top: -12px;
  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-pt3 .active .block-globalnav--item-list > li.js-animation-hover a:before {
  margin-top: -8px;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover a:before {
  margin-top: -9px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt3 .active .block-globalnav--item-list > li.js-animation-hover:hover a:before {
  margin-top: -6px;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover .block-globalnav-menu a:before {
  display: none;
}
.header-pt3 .block-globalnav--item-list > li > a.active {
  transition: color 0.2s linear 0;
  text-decoration: none;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover > a:before {
  display: block;
  opacity: 0.7;
  animation-duration: 0.5s;
  animation-name: fade-in70;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover > div {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt3 .block-globalnav-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  /* 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-pt3 .pane-header.active .block-globalnav-menu {
  top: 50px;
}
.header-pt3 .block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}
.header-pt3 .block-globalnav-menu {
  display: none;
}
.header-pt3 .block-globalnav-menu-category ul {
  display: flex;
  flex-wrap: wrap;
}
.header-pt3 .block-globalnav-menu-category ul >li {
  width: calc(25% - 40px * 3 / 4);
  margin-bottom: 40px;
}
.header-pt3 .block-globalnav-menu-category ul >li:not(:nth-child(4n)){
  margin-right: 40px;
}
.header-pt3 .block-globalnav-menu-category ul >li >a {
  display: block;
  text-decoration: none;
}
.header-pt3 .block-globalnav-menu-category ul >li >a >.picture {
  display: block;
  margin-bottom: 20px;
}
.header-pt3 .block-globalnav-menu-category ul >li >a >.text {
  font-size: 16px;
}
.header-pt3 .block-globalnav-menu.m-type .inner {
  display: flex;
  flex-wrap: wrap;
}
.header-pt3 .block-globalnav-menu-list {
  width: calc(33.33% - 40px * 2 / 3);
  margin-bottom: 40px;
}
.header-pt3 .block-globalnav-menu-list:not(:nth-child(3n)){
  margin-right: 40px;
}
.header-pt3 .block-globalnav-menu-list >h2 {
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  font-size: 22px;
  line-height: 1;
  border-bottom: 1px #D0D0D0 solid;
}

.header-pt3 .block-globalnav-menu-list > h2 >a {
  text-decoration: none;
}

.header-pt3 .block-globalnav-menu-list >ul {
  display: flex;
  flex-wrap: wrap;
}
.header-pt3 .block-globalnav-menu-list > ul >li {
  width: calc(50% - 26px * 1 / 2);
  margin-bottom: 12px;
}
.header-pt3 .block-globalnav-menu-list > ul >li:nth-child(odd){
  margin-right: 26px;
}
.header-pt3 .block-globalnav-menu-list > ul >li >a {
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}
.header-pt3 .block-globalnav-menu-list > ul >li >a::after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border: 2px solid transparent;
  border-left-color: #86521C;
  border-bottom-color: #86521C;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(-135deg);
}
.header-pt3 .block-globalnav-menu-list > ul >li >a:hover {
  text-decoration: underline;
}

/* ----フッター(全パターン共通)---- */


/*.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);
}

/* ----フッター(パターン1)---- */

.footer-pt1 #pane-footer-link {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.footer-pt1 #pane-footer-link .container {
  overflow: hidden;
  width: 1000px;
}
.footer-pt1 #pane-footer-link .container .inner {
  margin-left: -10px;
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}
.footer-pt1 #pane-footer-link .container .inner div {
  display: table-cell;
  padding: 0 10px;
}
.footer-pt1 #pane-footer-link .container .inner div a {
  width: 100%;
  height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #bdbdbd solid;
  padding: 0 22px;
  position: relative;
  text-decoration: none;
}
.footer-pt1 #pane-footer-link .container .inner div a:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: #444 1px solid;
  border-right: #444 1px 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;
}
.footer-pt1 #pane-footer-link .container .inner div a:hover:before {
  right: 6px;
}
.footer-pt1 #pane-footer-link .container .inner div a:hover {
  text-decoration: none;
}
.footer-pt1 footer .container {
  position: relative;
}
.footer-pt1 .block-footernav {
  margin-bottom: 30px;
  text-align: center;
}
.footer-pt1 .block-footernav li {
  padding: 0 1em;
  display: inline-block;
}
.footer-pt1 .block-footernav li a {
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}
.footer-pt1 .block-footernav li a:hover {
  opacity: 0.6;
}
.footer-pt1 .block-footernav--sns-list {
  margin-top: 30px;
}
.footer-pt1 .block-footernav--sns-list li {
  display: inline-block;
  padding: 0;
}
.footer-pt1 .block-footernav--sns-list li a {
  display: block;
  width: 40px;
  padding: 0 10px;
  height: 30px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
}

/* ----フッター(パターン2)---- */

.footer-pt2 #pane-footer-link {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f3f3f3;
}
.footer-pt2 #pane-footer-link .container {
  overflow: hidden;
  width: 1000px;
}
.footer-pt2 #pane-footer-link .container .inner {
  margin-left: -10px;
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
}
.footer-pt2 #pane-footer-link .container .inner div {
  display: table-cell;
  padding: 0 10px;
}
.footer-pt2 #pane-footer-link .container .inner div a {
  width: 100%;
  height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #bdbdbd solid;
  padding: 0 22px;
  position: relative;
  text-decoration: none;
}
.footer-pt2 #pane-footer-link .container .inner div a:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: #444 1px solid;
  border-right: #444 1px 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;
}
.footer-pt2 #pane-footer-link .container .inner div a:hover:before {
  right: 6px;
}
.footer-pt2 #pane-footer-link .container .inner div a:hover {
  text-decoration: none;
}
.footer-pt2 footer .container {
  position: relative;
}
.footer-pt2 .block-footernav {
  margin-bottom: 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.footer-pt2 .block-footernav > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
.footer-pt2 .block-footernav > div h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.footer-pt2 .block-footernav > div > div {
  margin: 7px 0;
}
.footer-pt2 .block-footernav > div a {
  color: #ffffff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}
.footer-pt2 .block-footernav div a:hover {
  opacity: 0.6;
}
.footer-pt2 .block-footernav > div > div a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.footer-pt2 .block-footernav > div > div a:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.footer-pt2 .block-footernav--sns-list {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.footer-pt2 .block-footernav--sns-list li {
  display: inline-block;
  padding: 0;
}
.footer-pt2 .block-footernav--sns-list li a {
  display: block;
  width: 40px;
  padding: 0 10px;
  height: 30px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
}

/* ----フッター(パターン3)---- */

.footer-pt3 .block-footernav {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0;
  border-top: 1px #73471E solid;
}
.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: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #73471E solid;
  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 60px -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: #73471E;
}
.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;
}
.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%;
}
.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: 48px;
  font-size: 16px;
  color: #86521C;
  font-weight: bold;
  margin: 15px 0;
  background: #fff;
  border: 2px solid #fff;
  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: #86521C;
}

/* ----ページトップに戻る---- */

.block-page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 0;
  height: 50px;
  width: 50px;
  background: #d2b48c;
}
.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: calc(50% + 4px);
  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;
}

/* ----商品詳細画面---- */


/*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;
}
/* ----商品詳細画面---- */


/*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;
}

/* ----商品詳細画面---- */

/*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;
}

.page-goods .block-icon {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}

.block-goods-name {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
  margin: 20px 0 0 0;
}

.block-goods-name h1 {
  margin: 0;
}

.block-goods-price {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
  margin: 10px 0 15px 0;
}

.block-goods-comment {
  -webkit-box-ordinal-group: 51;
  -ms-flex-order: 50;
  order: 50;
  margin: 10px 0;
}

form .block-goods-comment1 {
  -webkit-box-ordinal-group: 56;
  -ms-flex-order: 55;
  order: 55;
  margin: 10px 0;
}

.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-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: 125;
}

.block-goods-spec {
  -webkit-box-ordinal-group: 211;
  -ms-flex-order: 210;
  order: 210;
}

.block-rules-comment {
  -webkit-box-ordinal-group: 216;
  -ms-flex-order: 215;
  order: 215;
  margin: 10px 0;
}

.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;
  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 {
  -webkit-box-ordinal-group: 241;
  -ms-flex-order: 240;
  order: 240;

}

.block-goods-set {
  -webkit-box-ordinal-group: 251;
  -ms-flex-order: 250;
  order: 250;
}

.block-add-cart {
  -webkit-box-ordinal-group: 261;
  -ms-flex-order: 260;
  order: 260;
}

.block-no-stock {
  -webkit-box-ordinal-group: 271;
  -ms-flex-order: 270;
  order: 270;
}

.block-contact-about-goods {
  -webkit-box-ordinal-group: 281;
  -ms-flex-order: 280;
  order: 280;
}

.block-arrival-notice {
  -webkit-box-ordinal-group: 291;
  -ms-flex-order: 290;
  order: 290;
}

.block-goods-store-stock {
  -webkit-box-ordinal-group: 301;
  -ms-flex-order: 300;
  order: 300;
}

.block-accessory-list {
  -webkit-box-ordinal-group: 311;
  -ms-flex-order: 310;
  order: 310;
  margin-top: 100px;
}

.block-variation-back-order {
  -webkit-box-ordinal-group: 321;
  -ms-flex-order: 320;
  order: 320;
}

.block-goods-favorite {
  -webkit-box-ordinal-group: 276;
  -ms-flex-order: 275;
  order: 275;
}

.block-goods-link {
  -webkit-box-ordinal-group: 341;
  -ms-flex-order: 340;
  order: 340;
}

.block-goods-sns {
  -webkit-box-ordinal-group: 351;
  -ms-flex-order: 350;
  order: 350;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
}

.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-pagecategory-page-list--page {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

.block-pagecategory-page-list--page:not(:nth-child(4n)) {
  margin-right: 20px;
}


.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: none;
}
