@charset "UTF-8";
/* *****************************
 * reset
 **************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* *****************************
 * base
 **************************** */
html{
  overflow-y: scroll;
}
html, body {
  height: 100%;
}

body {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  font-family: 'Hind','Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

* html body {
  /* for IE6 */
  font-size: 100%;
}

*:first-child + html body {
  /* for IE7 */
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

#container {
  width: 100%;
}

/* *****************************
 * common
 **************************** */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 999;
  background: #FFF;
}
header h1 {
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: #FFF;
}
header h1 a {
  display: inline-block;
  background: url("../images/logo.png") no-repeat center;
  height: 20px;
  width: 116px;
  text-indent: -9999px;
}
header #navWrap{
  width: 100%;
  height: 20px;
  background: #FFF;
}
header nav {
  width: 554px;
  margin: 0 auto;
  background: #FFF;
  overflow: hidden;
}
header nav #menu {
  width: 554px;
  margin: 0 auto;
}
header nav #menu li {
  float: left;
}
header nav #menu li a{
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  height: 20px;
  line-height: 20px;
}
header nav #menu li a:hover {
  opacity: 0.5 !important;
}

header nav #menu #nav01{
  width: 79px;
}
header nav #menu #nav02{
  width: 91px;
}
header nav #menu #nav03{
  width: 116px;
}
header nav #menu #nav04{
  width: 178px;
}
header nav #menu #nav05{
  width: 90px;
}
header nav #menu .on {
  /*border-bottom: 1px solid #000;*/
  opacity: 0.5 !important;
}
header nav #menu .off {
  opacity: 1 !important;
}
header .lowerNavWrap {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 26px 0 26px;
  background: #FFF;
  z-index: 9999;
  text-align: center;
}
header .lowerNavWrap .lowerNav {
  /*margin: 0 auto;*/
}
header .lowerNavWrap .lowerNav li {
  display: inline-block;
  padding: 0 12px;
}
header .lowerNavWrap .lowerNav li:last-child {
  border-right: 0px;
}
header .lowerNavWrap .lowerNav li a {
  color: #000;
  font-size: 13px;
}
header .lowerNavWrap .lowerNav li a:hover {
  opacity: 0.5 !important;
}

/* *****************************
 * top
 **************************** */
.top {
  padding: 150px 0 0;
}
.top section article h2 {
  text-align: center;
}
.top .anchorPoint {
  display: block;
}
.top #sec1 {
  min-width: 1020px;
  margin: 0;
  clear: both;
}
.top #sec1 article {
  width: 100%;
  height: 100%;
  min-width: 1020px;
  margin: 0 auto;
}
.top #sec2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  clear: both;
}
.top #sec2 article {
/*  max-width: 1360px;*/
  max-width: 100%;
  min-width: 1020px;
  margin: 0 auto;
}
.top #sec2 article h2 {
  margin: 0 0 34px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing:1px;
}
.top #sec2 article ul {
  clear: both;
/*  max-width: 1360px;*/
  max-width: 100%;
  min-width: 1020px;
  overflow: hidden;
  margin: 0 auto;
}
.top #sec2 article ul:last-child {
  margin: 0 auto;
}
.top #sec2 article ul li {
  float: left;
  font-size: 0;
  margin: 0;
  padding: 0;
/*  width: 340px;*/
  width: 25%;
  position: relative;
  cursor: pointer;
}
.top #sec2 article ul li a img{
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}
.top #sec2 article ul li:last-child {
  margin: 0;
}
.top #sec2 article ul li a{
  display: block;
  margin: 0;
  padding: 0;
}
.top #sec2 article ul li .coloryen {
  width: 100%;
  height: 35px;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 35px;
  z-index: 2;
}
.top #sec2 article ul li .coloryen .yen{
  color: #000;
  position: absolute;
  right: 20px;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 1px;
  height: 35px;
}
.top #sec2 article ul li .coloryen .yen span{
  text-decoration: line-through;
  color: #999999;
}
.top #sec2 article ul li .coloryen .color{
  color: #000;
  position: absolute;
  left: 20px;
  height: 35px;
}
.top #sec2 article ul li .coloryen .color ul li{
  border-radius: 50%;
  height: 11px;
  width: 11px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  box-sizing: border-box;
}
.top #sec2 article ul li .coloryen .color ul li.red{
  background-color: #C63645;
}
.top #sec2 article ul li .coloryen .color ul li.bk{
  background-color: #000;
}
.top #sec2 article ul li .coloryen .color ul li.w{
  background-color: #fff;
  border: solid 1px #ccc;
}
.top #sec2 article ul li .coloryen .color ul li.gr1{
  background-color: #EEE5E0;
}
.top #sec2 article ul li .coloryen .color ul li.gr2{
  background-color: #ccc;
}
.top #sec2 article ul li .coloryen .color ul li.bordeaux{
  background-color: #864452;
}
.top #sec2 article ul li .coloryen .color ul li.ye1{
  background-color: #FFCA6A;
}
.top #sec2 article ul li .coloryen .color ul li.burgundy{
  background-color: #7D4649;
}
.top #sec2 article ul li .coloryen .color ul li.beige{
  background-color: #E6D9CA;
}
.top #sec2 article ul li .coloryen .color ul li.kh1{
  background-color: #7E8B6D;
}
.top #sec2 article ul li .coloryen .color ul li.nv1{
  background-color: #042C7D;
}
.top #sec2 article ul li .coloryen .color ul li.blu1{
  background-color: #A3AFD5;
}
.top #sec2 article ul li .coloryen .color ul li.blu2{
  background-color: #414680;
}
.top #sec2 article ul li .coloryen .color ul li.grn1{
  background-color: #4C6754;
}
.top #sec2 article ul li .coloryen .color ul li.camel{
  background-color: #D3B99E;
}
.top #sec2 article ul li .coloryen .color ul li.pirple1{
  background-color: #7A4DFF;
}
.top #sec2 article ul li .coloryen .color ul li.bkw{
  background-color: #fff;
  border: solid 3px #555;
}
.top #sec2 article ul li .coloryen .color ul li.orange{
  background-color: #FF9326;
}
.top #sec2 article ul li .detail {
  width: 100%;
  height: 35px;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.top #sec2 article ul li .detail a{
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
  display: block;
}
.btn{
  display: none;
}


/* *****************************
 * footer
 **************************** */
footer{
  width: 100%;
  background-color: #F0F0F0;
}
footer ul{
  width: 670px;
  overflow: hidden;
  margin: 0 auto 55px auto;
  padding-top: 60px;
}
footer ul li{
  display: inline-block;
  margin-right: 32px;
}
footer ul li:nth-child(6){
  margin-right: 22px;
}
footer ul li:last-child{
  margin-right: 0;
}
footer ul li a{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
footer ul li a img{
  vertical-align: middle;
}
footer ul li a:hover{
  opacity: 0.5 !important;
}

footer .credits {
  text-align: center;
  padding: 0 0 40px;
}
footer .credits a{
  color: #666666;
}

.btn2019fw1,
.seasonbtn1,
.othersbtn1{
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  height: 78px;
  text-align: center;
  width: 100%;
  position: relative;
  line-height: 78px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn2019fw1 .btn2019fw2,
.seasonbtn1 .seasonbtn2,
.othersbtn1 .othersbtn2{
  width: 78px;
  height: 78px;
  position: absolute;
  line-height: 78px;
  font-weight: bold;
  border-right: solid 1px #ccc;
  border-left: solid 1px #ccc;
  right: 0;
  top: 0;
  color: #999;
  box-sizing: border-box;
}
.btn2019fw1:hover,
.seasonbtn1:hover,
.othersbtn1:hover{
  opacity: 0.8 !important;
}


.soldout{
  width: 66px;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  background-color:#FF0000;
  position: absolute;
  z-index: 2;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.8px;
  left:4px; top:4px;
}