@charset "UTF-8";
/* =========================================================
body
========================================================= */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import "//fonts.googleapis.com/css?family=Lato";
html {
  font-size: 62.5%;
}

body {
  min-width: 1160px;
  color: #111;
  font-family: 'Noto Sans Japanese','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 24px;
  letter-spacing: 0.03em;
  background: #fff;
  word-wrap: break-word;
}

.img-full {
  width: 100%;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #111;
}
a .link-txt {
  display: inline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 1px transparent;
}
a .link-txt_type02 {
  display: inline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 1px #111;
}
a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover .link-txt {
  border-bottom: solid 1px #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover .link-txt_type02 {
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* =========================================================
layout
========================================================= */
/*
header
*/
.main-header {
  width: 100%;
  height: 215px;
  background: #fff;
  position: relative;
  z-index: 10;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
  -ms-overflow-x: auto;
  overflow-x: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-header .header-in {
  width: 1160px;
  height: 170px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .main-logo {
  width: 266px;
  height: 59px;
  position: absolute;
  top: 54px;
  left: 50%;
  margin-left: -133px;
  -webkit-transform: translated3d(0, 0, 0) scale(1, 1);
  -moz-transform: translated3d(0, 0, 0) scale(1, 1);
  -ms-transform: translated3d(0, 0, 0) scale(1, 1);
  -o-transform: translated3d(0, 0, 0) scale(1, 1);
  transform: translated3d(0, 0, 0) scale(1, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.main-header .sns-list {
  position: absolute;
  top: 73px;
  right: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .sns-list li {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.main-header .sns-list li:last-child {
  margin-right: 0;
}

.main-header.scroll {
  height: 153px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header.scroll .header-in {
  height: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header.scroll .main-logo {
  width: 226px;
  height: 50px;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -113px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-header.scroll .sns-list {
  top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.globalnav {
  width: 100%;
}
.globalnav .gnav-list {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.globalnav .gnav-item {
  margin: 0 50px 0 0;
  display: inline-block;
}
.globalnav .gnav-item:last-child {
  margin-right: 0;
}
.globalnav .gnav-item a {
  padding: 0 0 7px;
  position: relative;
  font-size: 1.6rem;
  line-height: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.globalnav .gnav-item a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.globalnav .gnav-item a:hover {
  text-decoration: none;
}
.globalnav .gnav-item a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.globalnav .gnav-item .ico-cart {
  width: calc(16px * 1.18);
  height: 18px;
  margin: 0 8px 0 0;
  display: inline-block;
  transform: translateY(2px);
}

body.crnt-news .globalnav .gnav-item.item01 a:after,
body.crnt-items .globalnav .gnav-item.item02 a:after,
body.crnt-catalog .globalnav .gnav-item.item03 a:after,
body.crnt-concept .globalnav .gnav-item.item04 a:after,
body.crnt-history .globalnav .gnav-item.item05 a:after,
body.crnt-blog .globalnav .gnav-item.item06 a:after,
body.crnt-shoplist .globalnav .gnav-item.item07 a:after,
body.crnt-members .globalnav .gnav-item.item08 a:after,
body.crnt-onlinestore .globalnav .gnav-item.item09 a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
footer
*/
.main-footer {
  padding: 0 0 30px;
}
.main-footer .brand-area .brand-list {
  min-width: 1160px;
  height: 280px;
}
.main-footer .brand-area .brand-list:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.main-footer .brand-area .brand-bnr {
  width: 33.33%;
  height: 280px;
  border-right: 1px solid #fff;
  float: left;
}
.main-footer .brand-area .brand-bnr:last-child {
  border-right: none;
}
.main-footer .brand-area .brand-bnr.bnr01 {
  background: url(../images/common/bnr_footer_mensbigi.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-footer .brand-area .brand-bnr.bnr01 a {
  /* 該当サイトにはaタグは『rgba(0, 0, 0, 0)』かつ『pointer-events: none』に */
  background: transparent;
  pointer-events: none;
}
.main-footer .brand-area .brand-bnr.bnr02 {
  background: url(../images/common/bnr_footer_unionstation.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-footer .brand-area .brand-bnr.bnr03 {
  background: url(../images/common/bnr_footer_rattletrap.jpg) top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-footer .brand-area .brand-bnr a {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .brand-area .brand-bnr a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-footer .brand-area .brand-bnr a:hover {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .brand-area .brand-bnr a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-footer .copyright {
  text-align: center;
  font-family: 'Lato','Noto Sans','ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
  font-size: 0.9rem;
  line-height: 9px;
  color: #9f9f9f;
}

.online-store {
  margin: 70px 0 60px;
}
.online-store .online-store-list {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.online-store .online-store {
  margin: 0 60px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.online-store .online-store:last-child {
  margin-right: 0;
}

.footer-gnav {
  margin: 0 0 140px;
}
.footer-gnav .footer-gnav-list {
  width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.footer-gnav .footer-gnav-item {
  display: inline-block;
  margin: 0 30px 0 0;
}
.footer-gnav .footer-gnav-item:last-child {
  margin-right: 0;
}
.footer-gnav .footer-gnav-item a {
  font-size: 1.2rem;
  line-height: 12px;
  color: #9f9f9f;
}
.footer-gnav .footer-gnav-item a:hover .link-txt {
  border-bottom: 1px solid #9f9f9f;
}

.pagetop {
  width: 40px;
  height: 27px;
  overflow: hidden;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 5;
}
.pagetop .arrow {
  width: 31px;
  height: 30px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  -webkit-transform: rotate(-51deg) skewX(-11deg) translate(-2px, 8px);
  -moz-transform: rotate(-51deg) skewX(-11deg) translate(-2px, 8px);
  -ms-transform: rotate(-51deg) skewX(-11deg) translate(-2px, 8px);
  -o-transform: rotate(-51deg) skewX(-11deg) translate(-2px, 8px);
  transform: rotate(-51deg) skewX(-11deg) translate(-2px, 8px);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagetop:hover .arrow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*
common-parts
*/
.main-contents {
  border-top: 1px solid #9f9f9f;
}

.home .main-contents {
  border-top: none;
}

.cmn-btn {
  padding: 23px 0;
  border: 2px solid #111;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 0px;
  color: #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cmn-btn:hover {
  background: #111;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-ttl {
  width: 1160px;
  margin: 0 auto;
  padding: 48px 0;
  border-bottom: 1px solid #9f9f9f;
  font-size: 3rem;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}

.breadcrumb {
  width: 1160px;
  margin: 5px auto 0;
}
.breadcrumb li {
  margin: 0 6px 0 0;
  padding: 0 10px 0 0;
  display: inline-block;
  background: url(../images/common/ico_arrow01.png) no-repeat right 4px;
  font-size: 1.1rem;
  line-height: 11px;
}
.breadcrumb li a {
  color: #9f9f9f;
}
.breadcrumb li a:hover .link-txt {
  border-bottom: 1px solid #9f9f9f;
}
.breadcrumb li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
.breadcrumb li:last-child a {
  color: #111;
  pointer-events: none;
}


.ico-cart {
  background: url(../images/common/ico_cart.svg) no-repeat center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.btn-onlinestore a {
  position: relative;
}
.btn-onlinestore a:hover {
  background: #fff;
  opacity: .7;
}
.btn-onlinestore img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-onlinestore a:hover img {
  opacity: 1;
}