@charset "utf-8";
/* CSS Document */
* { box-sizing:border-box; }
html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow:hidden;
  font-family: adobe-caslon-pro, "Hiragino Kaku Gothic ProN","メイリオ", serif;
  font-style: normal;
  font-weight: 400;
}
/*LODAER*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 2;
}
#loader .bokeh {
    font-size: 100px;
    width: 1em;
    height: 1em;
    position: relative;
    margin:0 auto;
    border-radius: 50%;
    list-style: none;
}
#loader .bokeh li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
}
#loader .bokeh li:empty{
  display: inline !important;
}
#loader .bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #bfbfbf;
    -webkit-transform-origin: 50% 250%;
    transform-origin: 50% 250%;
    -webkit-animation: 
        rota 1.13s linear infinite;
    animation: 
        rota 1.13s linear infinite;
}
#loader .bokeh li:nth-child(2) {
    top: 50%; 
    right: 0;
    margin: -.1em 0 0 0;
    background: #d4d4d4;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation: 
        rota 1.86s linear infinite;
    animation: 
        rota 1.86s linear infinite;
}
#loader .bokeh li:nth-child(3) {
    left: 50%; 
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #e9e9e9;
    -webkit-transform-origin: 50% -150%;
    transform-origin: 50% -150%;
    -webkit-animation: 
        rota 1.45s linear infinite;
    animation: 
        rota 1.45s linear infinite;
}
#loader .bokeh li:nth-child(4) {
    top: 50%; 
    left: 0;
    margin: -.1em 0 0 0;
    background: #f4f4f4;
    -webkit-transform-origin: 250% 50%;
    transform-origin: 250% 50%;
    -webkit-animation: 
        rota 1.72s linear infinite;
    animation: 
        rota 1.72s linear infinite;
}
@-webkit-keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}
@keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}
/*/LOADER*/
.l-header{
  display:none;
}
.l-container {
  width:100%;
  height:100%;
}
.l-footer{
  display:none;
}
.top__main__wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: 0s;
  transition: 0s;
}
.top__main__wrapper.active{
  border:30px solid #fff;
  -webkit-transition: .2s;
  transition: .2s;
}
.top__notice{
  text-align: center;
  font-size: 14px;
  position: absolute;
  margin: -25px 0 0 0;
  width: 100%;
}
.top__notice li{
  display: inline-block;
  margin: 0 5px;
}
.top__notice li:first-child{
  font-weight: bold;
}
.top__notice li a{
  color: #000;
  text-decoration: underline;
}
.top__notice li a:hover{
  text-decoration: none;
}
.top__main__inner{
  width: 100%;
  height: 100%;
  position:relative;
}
.top__main__logo{
  width:289px;
  height:0;
  margin:-140px 0 0 -144.5px;
  padding:87px 0 0 0;
  overflow:hidden;
  background: url(/res/p/img/storetop/logo.png) no-repeat 0 0;
  display:block;
  position:absolute;
  top:50%;
  left:50%;
}
.top__main__txt{
  position:absolute;
  top:50%;
  left:50%;
  color: #fff;
  text-align: center;
  z-index: 10000;
}
.top__main__txt span{
  text-align: justify;
  line-height: 1;
  margin: 0 0 14px 0;
  white-space: nowrap;
}
.top__main__txt span a{
  color: #fff;
  letter-spacing: 1px;
}
.top__main__txt span a:hover{
  color: #fff;
  opacity: 1;
}

.top__main__txt .top__main__txt-store{
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.top__main__txt .top__main__txt-gender{
  font-size: 20px;
  text-align: center;
}

.top__main__txt span{
  display: block;
}

.top__gender__menu{
  width:350px;
  margin:10px 0 0 -175px;
  position:absolute;
  top:50%;
  left:50%;
}
.top__gender__menu li{
  float:left;
}
.top__gender__menu li:nth-child(2){
  float:right;
}
.top__gender__menu a{
  font-weight:600;
  font-size:30px;
}
.top__gender__menu li hr{
  margin:0;
  border: 0;
  border-bottom: 1px solid #fff;
}
.top__sale{
  width:350px;
  margin:100px 0 0 -175px;
  position:absolute;
  top:50%;
  left:50%;
  text-align: center;
  border: 4px solid #fff;
}
.top__sale a{
  display: block;
  font-size: 40px;
  font-weight:600;
}
.top__sale a:hover{
  opacity: .6;
}
.top__main__menu--men,
.top__main__menu--women{
  width:50%;
  height: 100%;
}
.top__main__menu--men{
  float: left;
  background: url(/blog/uploads/uploads/top_mens.jpg?date=170627) no-repeat center center;
  background-size: cover;
}
.top__main__menu--women{
  float: right;
  background: url(/blog/uploads/uploads/top_womens.jpg) no-repeat center center;
  background-size: cover;
}
/*.top__main__menu--men:hover{
  background: url(/res/p/img/storetop/top_mens_on.jpg) no-repeat center center;
  background-size: cover;
}
.top__main__menu--women:hover{
  background: url(/res/p/img/storetop/top_womens_on.jpg) no-repeat center center;
  background-size: cover;
}*/
.top__main__menu--men a,
.top__main__menu--women a{
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.top__main__menu--men a:hover,
.top__main__menu--women a:hover{
  text-decoration: underline;
}
.top__main__menu--men a span,
.top__main__menu--women a span{
  display: table-cell;
  font-size: 36px;
  vertical-align: middle;
  letter-spacing: 1px;
}


/*.top__main__menu--men ul li:first-child,.top__main__menu--women ul li:first-child{
  border-bottom:1px solid #fff;
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
}
.top__main__menu--men ul li:first-child:after{
  content: "";
  background: url(/res/p/img/storetop/cart_icon.png) no-repeat center right;
  padding:0 24px 0 0;
}
.top__main__menu--women ul li:first-child:before{
  content: "";
  background: url(/res/p/img/storetop/cart_icon.png) no-repeat center left;
  padding:0 24px 0 0;
}*/
.copyright{
  width:100%;
  position:absolute;
  bottom:25px;
  text-align:center;
  color:#fff;
  font-size:10px;
  font-weight:400;
}