@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;
}
.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;}*/


/* ----ヘッダー(パターン1)---- */

.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 {
  padding-right: 120px;
  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;
}

/* ----ヘッダー(パターン2)---- */

.header-pt2 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 100;
}
.header-pt2 #header.active:after {
  content: "";
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  z-index: 99;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
h1.optimaized-h1.container {
  position: fixed;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  top: 0;
  z-index: 9999;
}
h1.optimaized-h1.container + div#header-wrapper header {
  top: 12px;
  height: 113px;
}
h1.optimaized-h1.container + div#header-wrapper header:after {
  top: 84px;
}
h1.optimaized-h1.container + #header-wrapper.header-pt2 {
  height: 84px;
}
.header-pt2#customer-header #header {
  position: static;
  height: 70px;
  border-bottom: 1px #e4e4e4 solid;
}
.header-pt2 #header > .container {
  display: table;
  width: 1180px;
}
.header-pt2 .block-header-logo {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  font-size: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt2 .block-header-logo a {
  display: block;
  padding: 10px 0;
}
.header-pt2 .block-header-logo--img{
  width: 100%;
}
.header-pt2 .block-headernav {
  width: 100%;
  text-align: right;
}
.header-pt2 .block-headernav--item-list {
  display: inline-block;
  padding-left: 40px;
}
.header-pt2 .block-headernav--item-list li {
  position: relative;
  display: inline-block;
  text-align: center;
}
.header-pt2 .block-headernav--item-list li.block-headernav--login {
  padding-right: 60px;
}
.header-pt2 .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-pt2 .block-headernav--item-list li.block-headernav--entry {
  padding-right: 40px;
}
.header-pt2 .block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  transform: scale(-1, 1);
}
.header-pt2 .block-headernav--item-list li a {
  display: block;
  text-decoration: none;
  line-height: 40px;
}
.header-pt2 .block-headernav--item-list li a:hover {}
.header-pt2 .block-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  border-radius: 10px;
  top: 50%;
  margin-top: -23px;
  left: -5px;
  z-index: 2;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user {
  padding-right: 40px;
  position: relative;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span {
  display: block;
  line-height: 40px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span:hover {
  cursor: pointer;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user span i {
  display: inline;
  font-size: 12px;
  padding-left: 10px;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul {
  display: none;
  position: absolute;
  top: 37px;
  right: 40px;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt2 .block-headernav--item-list li.block-headernav--user ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt2 .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;
}

/* ----ヘッダー(パターン3)---- */

.header-pt3 #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  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 .pane-globalnav .container {
  height: 58px;
}
.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%;
  width: 300px;
  height: 100%;
  margin-left: -150px;
  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: 250px;
  margin-left: -125px;
}
.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;
}
.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: 25px;
  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: 20px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--search {
  padding-right: 25px;
}
.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: -8px;
  left: -15px;
  z-index: 2;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user {
  margin-right: 10px;
  padding-right: 40px;
  position: relative;
}
.header-pt3#customer-header .block-headernav--item-list li.block-headernav--user {
  margin-right: 30px;
}
.header-pt3 .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-pt3 .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-pt3 .block-headernav--item-list li.block-headernav--user span {
  display: block;
  line-height: 40px;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user span:hover {
  cursor: pointer;
}
.header-pt3 .block-headernav--item-list li.block-headernav--user span i {
  display: inline;
  font-size: 12px;
  padding-left: 10px;
}
.header-pt3 .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-pt3 .block-headernav--item-list li.block-headernav--user ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt3 .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-pt3 .block-headernav--item-list li.block-headernav--user:hover ul {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

/* ----ヘッダー検索(パターン1)---- */

.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;
}

/* ----ヘッダー検索(パターン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;
  }
}

/* ----グローバルナビ(パターン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 14px 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 > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt1 .block-globalnav--item-list > li > a:hover:after {
  left: 10%;
  width: 80%;
}
.header-pt1 .block-globalnav--item-list > li > a:before {}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  opacity: 0;
  border-color: transparent transparent #000000 transparent;
}
.header-pt1 .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-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.js-animation-hover > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  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-pt1 .active .block-globalnav--item-list > li.js-animation-hover a:after {
  margin-top: -8px;
}
.header-pt1 .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  margin-top: -9px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt1 .active .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  margin-top: -6px;
}
.header-pt1 .block-globalnav--item-list > li:last-child > a:before {}
.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;
}

/* ----グローバルナビ(パターン2)---- */

.header-pt2 .pane-globalnav .container {
  width: auto;
}
.header-pt2 .block-globalnav {
  width: 100%;
}
.header-pt2 .block-globalnav--item-list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.header-pt2 .block-globalnav--item-list .block-globalnav--cart i {
  font-size: 22px;
  transform: scale(-1, 1);
}
.header-pt2 .block-globalnav--item-list > li {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
}
.header-pt2 .block-globalnav--item-list > li:hover {}
.header-pt2 .block-globalnav--item-list > li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  z-index: 100;
  opacity: 0;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover:after {
  opacity: 1;
}
.header-pt2 .block-globalnav--item-list > li:first-child {
  padding-left: 0;
}
.header-pt2 .block-globalnav--item-list > li:last-child {
  padding-right: 0;
}
.header-pt2 .block-globalnav--item-list > li > a,
.header-pt2 .block-globalnav--item-list > li > span {
  position: relative;
  padding: 0 10px;
  display: block;
  line-height: 70px;
  text-decoration: none;
}
.header-pt2 .block-globalnav--item-list > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  z-index: 102;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt2 .block-globalnav--item-list > li > a:hover:after {
  left: -25%;
  width: 150%;
}
.header-pt2 .block-globalnav--item-list > li > a:before {}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > a,
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > span {
  padding-right: 25px;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover {
  cursor: default;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > a:after,
.header-pt2 .block-globalnav--item-list > li.js-animation-hover > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -6px;
  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-pt2 .block-globalnav--item-list > li.js-animation-hover:hover a:after,
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover span:after {
  margin-top: -3px;
  transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.header-pt2 .block-globalnav--item-list > li:last-child > a:before {}
.header-pt2 .block-globalnav--item-list > li > a.active {
  transition: color 0.2s linear 0;
  text-decoration: none;
}
.header-pt2 .block-globalnav--item-list > li.js-animation-hover:hover > div {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login {
  position: relative;
  padding-left: 10px;
  z-index: 100;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login > a,
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div {
  color: #ffffff;
  padding: 0 20px;
  width: 5em;
  z-index: 101;
  line-height: 70px;
  height: 70px;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div:hover {
  cursor: pointer;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div i {
  font-size: 22px;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul {
  display: none;
  position: absolute;
  top: 69px;
  right: 0;
  background-color: #ffffff;
  z-index: 101;
  border-bottom: 1px #ccc solid;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login div:hover ul {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul li {
  position: static;
  display: block;
  width: 10em;
}
.header-pt2 .block-globalnav--item-list > li.block-globalnav--login ul li a {
  display: block;
  border: 1px #ccc solid;
  font-size: 13px;
  padding: 6px 10px;
  border-bottom: none;
  line-height: 40px;
  text-decoration: none;
}
.header-pt2 .block-globalnav-menu {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  top: 70px;
  left: 0;
  padding: 20px 0 10px 0;
  text-align: left;
  z-index: 10;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease
}
.header-pt2 .block-globalnav-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -6px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.header-pt2 .block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}
.header-pt2 .block-globalnav-menu {
  display: none;
}
.header-pt2 .block-globalnav-menu-main {}
.header-pt2 .block-globalnav-menu-main h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 40px;
}
.header-pt2 .block-globalnav-menu-main h2 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
  letter-spacing: 0em;
}
.header-pt2 .block-globalnav-menu-main ul {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 40px;
}
.header-pt2 .block-globalnav-menu-main ul li {
  padding: 0 10px;
}
.header-pt2 .block-globalnav-menu-main ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.header-pt2 .block-globalnav-menu-main ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header-pt2 .block-globalnav-menu-main ul li a img {
  display: block;
  height: 130px;
  margin: 0 auto 10px auto;
}
.header-pt2 .block-globalnav-menu-main ul li a div {
  margin-top: 5px;
  text-align: center;
}
.header-pt2 .block-globalnav-menu-sub {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 50px 10px;
}
.header-pt2 .block-globalnav-menu-sub h2 {
  width: 250px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.header-pt2 .block-globalnav-menu-sub > ul {
  display: table;
  table-layout: fixed;
  width: 930px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li {
  display: table-cell;
  padding-left: 50px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li h3 {
  font-size: 18px;
  font-weight: bold;
}
.header-pt2 .block-globalnav-menu-sub > ul > li h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
  padding-bottom: 15px;
  border-bottom: 1px #dcdcdc solid;
  margin-bottom: 20px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li {}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a {
  display: inline-block;
  padding: 10px 0 10px 20px;
  text-decoration: none;
  position: relative;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #000;
  width: 6px;
  height: 1px;
}
.header-pt2 .block-globalnav-menu-sub > ul > li ul li a:hover {
  text-decoration: underline;
}
.header-pt2 .block-globalnav-menu--freespace * {
  font-size: 14px;
}
.header-pt2 .block-globalnav-menu--freespace h3 {
  margin-top: 0;
}
.header-pt2 .block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}
.header-pt2 .block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}
.header-pt2 .block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----グローバルナビ(パターン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: 20%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.header-pt3 .block-globalnav--item-list > li > a {
  position: relative;
  display: block;
  padding: 16px 0 26px 0;
  text-decoration: none;
}
.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: 2px;
  z-index: 10;
  -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 > a:before {}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  width: 0;
  height: 0;
  z-index: 10;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  opacity: 0;
  border-color: transparent transparent #000000 transparent;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover a {}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  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:after {
  margin-top: -8px;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover:hover a:after {
  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:after {
  margin-top: -6px;
}
.header-pt3 .block-globalnav--item-list > li.js-animation-hover .block-globalnav-menu a:after {
  display: none;
}
.header-pt3 .block-globalnav--item-list > li:last-child > a:before {}
.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(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-pt3 .pane-header.active .block-globalnav-menu {
  top: 50px;
}
.header-pt3 .block-globalnav-menu * {
  color: #fff;
}
.header-pt3 .block-globalnav-menu > div {
  width: 1200px;
  margin: auto;
}
.header-pt3 .block-globalnav-menu {
  display: none;
}
.header-pt3 .block-globalnav-menu .inner {
  display: flex;
}
.header-pt3 .block-globalnav-menu-main {
  width: 240px;
  padding: 0 10px;
}
.header-pt3 .block-globalnav-menu-main h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.header-pt3 .block-globalnav-menu-main figure {
  margin-bottom: 15px;
}
.header-pt3 .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-pt3 .block-globalnav-menu-main figure a:hover {
  opacity: 0.8;
}
.header-pt3 .block-globalnav-menu-main figure a img {
  display: block;
  width: 100%;
}
.header-pt3 .block-globalnav-menu-main figure figcaption {
  font-size: 13px;
  line-height: 180%;
}
.header-pt3 .block-globalnav-menu-list {
  width: 480px;
  padding: 0 10px 0 70px;
}
.header-pt3 .block-globalnav-menu-list h2 {
  margin: 0 0 17px 0;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px #ffffff solid;
}
.header-pt3 .block-globalnav-menu-main > ul,
.header-pt3 .block-globalnav-menu-list > ul {}
.header-pt3 .block-globalnav-menu-main > ul li,
.header-pt3 .block-globalnav-menu-list > ul li {
  margin: 15px 0;
}
.header-pt3 .block-globalnav-menu-main > ul li a,
.header-pt3 .block-globalnav-menu-list > ul li a {
  padding-left: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header-pt3 .block-globalnav-menu-main > ul li a:hover,
.header-pt3 .block-globalnav-menu-list > ul li a:hover {
  text-decoration: underline;
}
.header-pt3 .block-globalnav-menu-main > ul li a:before,
.header-pt3 .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-pt3 .block-globalnav-menu--freespace * {
  font-size: 14px;
}
.header-pt3 .block-globalnav-menu--freespace h3 {
  margin-top: 0;
}
.header-pt3 .block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}
.header-pt3 .block-globalnav-menu--freespace ul {
  display: flex;
  align-items: center;
}
.header-pt3 .block-globalnav-menu--freespace ul li img {
  vertical-align: middle;
}

/* ----フッター(全パターン共通)---- */


/*.block-footernav--sns-list li a.instagram{background-image: url(../../img/usr/ico_instagram.svg);}.block-footernav--sns-list li a.facebook{background-image: url(../../img/usr/ico_facebook.svg);}.block-footernav--sns-list li a.twitter{background-image: url(../../img/usr/ico_twitter.svg);}.block-footernav--sns-list li a.youtube{background-image: url(../../img/usr/ico_youtube.svg);}*/

.block-footernav--sns-list li a.instagram {
  background-image: url(../../img/usr/ico_instagram.png);
}
.block-footernav--sns-list li a.facebook {
  background-image: url(../../img/usr/ico_facebook.png);
}
.block-footernav--sns-list li a.twitter {
  background-image: url(../../img/usr/ico_twitter.png);
}
.block-footernav--sns-list li a.youtube {
  background-image: url(../../img/usr/ico_youtube.png);
}

/* ----フッター(パターン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-top: 50px;
  border-top: 1px #ffffff dotted;
}
.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;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.footer-pt3 .block-footernav li 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-pt3 .block-footernav li a:hover {
  opacity: 0.6;
}
.footer-pt3 .block-footernav--sns-list {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #ffffff dotted;
  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.svg);
}
.footer-pt3 .block-footernav--sns-list li a.facebook {
  background-image: url(../../img/usr/ico_facebook.svg);
}
.footer-pt3 .block-footernav--sns-list li a.twitter {
  background-image: url(../../img/usr/ico_twitter.svg);
}
.footer-pt3 .block-footernav--sns-list li a.youtube {
  background-image: url(../../img/usr/ico_youtube.svg);
}
.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: #ffffff;
}
.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: 40px;
}
.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: 25px;
  margin-bottom: 10px;
  position: relative;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dt:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 0;
}
.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.4em;
  font-weight: bold;
  padding: 0 0.3em;
  display: inline;
}
.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a {
  display: inline-block;
  max-width: 250px;
  padding: 12px 20px;
  margin: 15px 0;
  background: #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  -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:hover {
  opacity: 0.8;
}

/* ----ページトップに戻る---- */

.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;
}

