﻿@charset "UTF-8";
/* ==================================================
COMMON
================================================== */
#mainArea {
    top: 60px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    opacity: 1;
    z-index: 0;
    display: block;
}
#mainArea.mainhide {
    display: none;
}

a.blkLink figure img {
    opacity: 1;
    -webkit-transition: all .8s;
    transition: all .8s;
}

div.topConts {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    width: 100%;
    z-index: 10;
}

.contsBlk:not(:last-of-type) {
    margin: 0 auto 100px;
}

.scrollArrow{
    bottom: auto;
    top: -100px;
}
@media screen and (min-width: 961px) {
    div.topConts {
        padding: 5vw 0 0;
    }
    .contsBlk:not(:last-of-type) {
        margin: 0 auto 120px;
    }
}
@media screen and (min-width: 1281px) {
    #mainArea {
        top: 60px;
    }
}
/* ==================================================
TOP
================================================== */
.mainSlide{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.mainSlide .swiper-slide{
    position: relative;
}
.mainSlide .mainTxtBlk{
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mainSlide figcaption{
    margin: 10px 0 0;
}
.mainSlide figcaption .VolDate{
    margin: 0 0 6px;
    line-height: 1;
}
.mainSlide p,.mainSlide h2{
    text-align: center;
}
.mainSlide .mainTxtBlk .cutchTtl{
    margin: 0 auto 16px;
}

.mainSlide .mainTxtBlk .cutchTtl .svg-wrapper{
    position: relative;
}

.mainSlide .mainTxtBlk .cutchTtl .svg-wrapper svg{
    fill: #fff;
    width: 120px;
    margin: 0 auto 10px;
    display: inline-block;
    height: 30px;
}


.mainSlide .mainTxtBlk .cutchTtl h2{
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 5px;
}

@media screen and (max-width:640px) {
    .mainSlide .mainTxtBlk.whBg .cutchTtl{
        background: rgba(255,255,255,.5);
        padding: 1rem 0 1rem;
        margin: 0 1em 1rem;
    }
}

@media screen and (min-width:641px) {

    .mainSlide .mainTxtBlk .cutchTtl .svg-wrapper{
        position: relative;
        margin: 0 auto 13px 0;
    }

    .mainSlide .mainTxtBlk .cutchTtl .svg-wrapper svg{
        fill: #fff;
        width: 120px;
        display: inline-block;
        height: 30px;
    }


    .mainSlide .mainTxtBlk{
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 8%;
        right: auto;
        margin: 0;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    .mainSlide .mainTxtBlk .cutchTtl{
        margin: 0 auto 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .mainSlide .mainTxtBlk .BtnCenter{
        margin: 0;
    }
    .mainSlide p, .mainSlide h2{
        text-align: left;
    }

}

@media screen and (min-width:961px) {

}

/*swiper*/
.mainSlide .swiper-button-next,.mainSlide .swiper-button-prev{
    background: rgba(0,0,0,0.6);
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    width: 40px;
    height: 40px;
}
.mainSlide .swiper-button-next{
    right: 0;
}
.mainSlide .swiper-button-prev{
    left: 0;
}
.mainSlide .swiper-button-next::after,.mainSlide .swiper-button-prev::after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}
.mainSlide .swiper-button-next::after{
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mainSlide .swiper-button-prev::after{
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.mainSlide .swiper-pagination-bullet{
    background: #666666;
    opacity: 1;
}
.mainSlide .swiper-pagination-bullet-active{
    background: #dddddd;
}

@media screen and (min-width:961px) {
    .mainSlide .swiper-button-next,.mainSlide .swiper-button-prev{
        opacity: 0;
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;
    }
    .mainSlide .swiper-button-next:hover,.mainSlide .swiper-button-prev:hover{
        background: rgba(0,0,0,1.0);
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;

    }
    .swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev{
        opacity: 1;
        -webkit-transition: .2s all ease-in;
        transition: .2s all ease-in;
    }
}

/* ==================================================
BRAND
================================================== */

.brandArea{
    position: relative;
    width: 90%;
    max-width: 1000px;
}
.brandArea .txtBlk{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.brandArea .txtBlk h2+p{
    margin: 0 auto 10px;
}
@media screen and (min-width:641px) {
}

/* ==================================================
COLLECTION
================================================== */

.collectionArea{
    position: relative;
    width: 100%;
}
.collectionArea .txtBlk{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.collectionArea .txtBlk h2+p{
    margin: 0 auto 10px;
}

/* ==================================================
NEWS
================================================== */

.newsArea .cntTtl{
    margin: 0 auto 40px;
}
div.newsArea{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 0px;
}

div.newsArea ul.newsList {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
}
div.newsArea ul.newsList li{
    margin: 0 0 40px;
    text-align: left;
    width: calc(100% / 2.2);
}

div.newsArea ul.newsList li:nth-of-type(n+5){
    display: none;
}

div.newsArea ul.newsList li a{
    width: 100%;
}
.VolDate{
    margin: 5px 0 0;
}
div.newsArea ul.newsList li figcaption{
    margin: 14px 0 0;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
div.newsArea ul.newsList li figcaption .date{
    margin: 0 0 10px;
}
.newsTag{
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    line-height: 1;
    margin: 0 auto 10px;
    display: inline-block;
}
.newsArea ul.newsList li.new::after{
    content: none;
}
.newsArea ul.newsList li.new .date{
    position: relative;
    padding: 0 0 0 4.2rem;
}
.newsArea ul.newsList li.new .date::after{
    content: "NEW";
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: .25rem .6em;
    font-size: 1.0rem;
    background: #6E0023;
}


@media screen and (min-width: 641px) {
    div.newsArea ul.newsList {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    div.newsArea ul.newsList li{
        margin: 0 0 60px;
        padding: 0 1.2%;
        width: calc(100% / 2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}




/* ==================================================
feature
================================================== */

.featureArea{
    position: relative;
}
.featureArea .cntTtl{
    margin: 0 auto 40px;
}

.featureArea .featureCnt{
    width: 90%;
    margin: 20px auto 0;
}
.featureArea .featureCnt li{
    margin: 0 0 40px;
}
.featureArea .featureCnt li:nth-of-type(n+5){
    display: none;
}
.featureArea .featureCnt .VolDate{
    margin: 0 auto 10px;
    line-height: 1;
}
.featureArea .featureCnt figcaption{
    margin: 16px auto 0;
    text-align: left;
}
.featureArea .featureCnt figcaption p{
    line-height: 1;
}
.featureArea .featureCnt figcaption p.featTxt{
    line-height: 1.5;
}
.featureArea .featureCnt figcaption p.featTag:nth-child(2n){
    line-height: 1.1;
}
.featureArea .featureCnt figcaption p.featTag{
    margin: 0 auto 12px;
}
.featureArea .featureCnt li.new::after{
    content: none;
}
.featureArea .featureCnt li.new .date{
    position: relative;
    padding: 0 0 0 4.2rem;
}
.featureArea .featureCnt li.new .date::after{
    content: "NEW";
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: .4rem .6em;
    font-size: 1.0rem;
    background: #6E0023;
}

@media screen and (min-width: 641px) {
    .featureArea .featureCnt{
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 100px);
        max-width: 1200px;
    }

    .featureArea .featureCnt li{
        width: calc(50% - 25px);
    }
    .featureArea .featureCnt li a{
        width: 100%;
        display: block;
        text-decoration: none;
    }
}



/* ==================================================
STORES
================================================== */

.storeArea{
    position: relative;
    width: 100%;
    height: 420px;
    background: #333333;
}


.storeArea .txtBlk{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.storeArea .txtBlk h2+p{
    margin: 0 auto 10px;
}

