@charset "UTF-8";
#topCollection{
    display:inline-block;
    margin:0px 0 0;
    width:1000px;
    text-align:left;
    vertical-align:top;
    font-size:0;
}
#topCollection dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#topCollection dl:last-of-type{
    margin: 40px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#topCollection dl dt {
    display:inline-block;
    margin:0px 20px 0 0;
    width:740px;
    vertical-align:bottom;
    }

#topCollection dl dt a img{
    width:100%;
    height:auto;
    }
#topCollection dl dd.tcTitle h2{
    padding:0 0 20px 0;
    font-family: "Times New Roman", Times, serif;
    font-size:24px;
    color:#000000;
    line-height:1em;
    letter-spacing:3px;
    }
#topCollection dl dd.tcTitle h2:after{
    content: "";
    display: block;
    margin: 30px auto 0px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 40px
    }
#topCollection dl dd.tcTitle p.year{
    font-family:'Montserrat';
    font-size:12px;
    font-size:1.2rem;
    color:#656565;
    line-height:1em;
    padding:20px 0 0;
    }
#topCollection dl dd.tcTitle p.season{
    font-family: "Times New Roman", Times, serif;
    font-size:24px;
    font-size:2.4rem;
    color:#656565;
    line-height:1em;
    }
#instagram{
    display:inline-block;
    margin:60px 100px 0 0;
    width:300px;
    text-align:center;
    vertical-align:top;
}

#instagram h2{
    width:124px;
    margin:30px auto 10px;
}

#instagram h2 img{
    width:100%;
    height:auto;
}

#instagram ul{
    width:320px;
    height: 320px;
    text-align:left;
    margin:0 0 0 -20px;
    font-size:0;
}

#instagram ul  li{
    display:inline-block;
    margin: 0 0 20px 20px;
    width: 140px;
}

#instagram ul  li img{
    width: 100%;
}

#topNews{
    display:inline-block;
    margin:60px 0 0 0;
    width:600px;
    text-align:center;
    vertical-align:top;
}

#topNews h2{
    font-family: "Times New Roman", Times, serif;
    font-size:36px;
    font-size:3.6rem;
    text-align:left;
    color:#000000;
}

#topNews ul{
    width:618px;
    margin:0 0 0 -18px;
    font-size:0;
}

#topNews ul li{
    width:188px;
    padding:1px 0;
    margin:0 0 0 18px;
    background:#4C4C4C;
    display:inline-block;
    vertical-align:top;
}

#topNews ul li h3{
    width:186px;
    padding:15px 0 10px 0;
    margin:0 1px;
    text-align:center;
    background:#EFEFEB;
}

#topNews ul li h3 span.under{
    padding:0 0 3px 0;
    border-bottom:#656565 1px solid;
    font-size:10px;
    font-size:1rem;
    color:#656565;
}

#topNews ul li a{
    text-decoration:none;
}

#topNews ul li dl{
    width:186px;
    margin:0 1px;
    text-align:center;
    background:#EFEFEB;
}

#topNews ul li dl dt{
    width:148px;
    margin:0 auto;
}

#topNews ul li dl dt img{
    width:100%;
    height:auto;
}

#topNews ul li dl dd.newsDate{
    width:148px;
    margin:10px auto 0;
    font-family:'Montserrat';
    font-size:10px;
    font-size:1rem;
    text-align:left;
}

#topNews ul li dl dd.newsTitle{
    width:148px;
    margin:10px auto 0;
    text-align:left;
    color:#191919;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:12px;
    font-size:1.2rem;
    line-height:1.2em;
    padding:0 0 20px;
}

#topNews div.moreBtn{
    margin:20px auto 0;
}

#slider {
    width: 100%;
    height: 640px;
    text-align: left;
    position: relative;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

#slider ul,
#slider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

#slider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
#prev,
#next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

#prev {
    background: #fff url(../img/prev.jpg) no-repeat right center;
    top: 50%;
    left: 0;
}
#next {
    background: #fff url(../img/next.jpg) no-repeat left center;
    top: 50%;
    right: 0;
}

.pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #333;
    border-radius: 5px;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
    ClearFixElements
======================================= */
#slider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#slider ul {
    display: inline-block;
    overflow: hidden;
}


/* =======================================
Lookbook Blk
======================================= */
#lookbookList h2{
    font-family: "Times New Roman", Times, serif;
    font-size:36px;
    font-size:3.6rem;
    text-align:center;
    color:#000000;
    margin: 80px auto 20px;
}

#lookbookList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

#lookbookList li {
    width: 100%;
    margin: 0 auto 80px;
}

#lookbookList figure{
    position: relative;
    background: #000000;

}
#lookbookList figcaption{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    transform: translate(0,-25%);
}
#lookbookList figure img{
    opacity: 0.6;
    display: block;
    transition: .6s;
    width: 100%;
}
#lookbookList li a:hover img{
    transform: scale(1.08);
    transition: .6s;
    overflow: hidden;
}

#lookbookList figcaption h3 {
    padding: 0 0 20px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 2.4rem;
    line-height: 1em;
    letter-spacing: 3px;
}
#lookbookList figcaption p {
    padding: 0 0 20px 0;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
}

@media screen and ( min-width:1024px) {
    #lookbookList li{
        overflow: hidden;
        width: 47%;
    }

    #lookbookList figcaption h2 {
        font-size: 24px;
    }
    #lookbookList figcaption p {

        line-height: 1.5;
    }

}



