@charset "UTF-8";

.top-mv {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100vh);
    background-color: #000
}

.top-mv_scroll {
    position: absolute;
    bottom: 160px;
    right: 60px;
    z-index: 10
}

.top-mv_scrollTxt {
    font-weight: 500;
    font-size: 13px;
    color: #fff
}

.top-mv_scrollLine {
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: -160px;
    left: 50%;
    width: 1px;
    height: 155px
}

.top-mv_scrollLine:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.top-mv_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh
}

.top-mv_imgCnt {
    height: 100%;
    background-image: url(../img/home_mv_jp.jpg);
    background-size: cover;
    background-position: center
}

.top-mv_imgCnt--en {
    background-image: url(../img/home_mv_global.jpg)
}

.top-mv_scroll {
    opacity: 0
}

.top-mv_scroll {
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.top-mv_scrollLine:after {
    position: absolute;
    left: 0;
    opacity: 0
}

.top-mv.is-show .top-mv_scroll {
    opacity: 1
}

.top-mv.is-show .top-mv_scrollLine:after {
    animation: scrollWhileAnime 2.7s ease-out .7s infinite;
    -webkit-animation: scrollWhileAnime 2.7s ease-out .7s infinite
}

.top-contents {
    position: relative;
    padding-top: 32px;
    background: #081031;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #000), to(#081031));
    background: -webkit-linear-gradient(#000 0, #000 70%, #081031 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #000), to(#081031));
    background: linear-gradient(#000 0, #000 70%, #081031 100%)
}

.top-message {
    position: relative
}

.top-message_wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 93px 0 118px 0;
    z-index: 1
}

.top-message_txtBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.top-message_ttl {
    width: 78%;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    font-family: "Calisto MT", serif;
    line-height: 55px;
    margin-top: 7px;
    margin-bottom: 58px;
    color: #b0935e;
    letter-spacing: 5px
}

.top-message_detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 78%
}

.top-message_detailTxt {
    text-align: center;
    color: #191919;
    font-family: "Noto Serif JP", serif;
    line-height: 50px;
    font-size: 17px
}

.top-message_bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.top-message_bgImg {
    position: relative;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.top-message_detail,
.top-message_linkItem,
.top-message_ttl {
    opacity: 0
}

.top-message.is-show .top-message_ttl {
    -webkit-animation: fadeSlideAnime 1.4s ease-out .5s forwards;
    animation: fadeSlideAnime 1.4s ease-out .5s forwards
}

.top-message.is-show .top-message_detail {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1s forwards
}

.top-brands {
    position: relative;
    padding-top: 60px;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1a1a1a));
    background: -webkit-linear-gradient(top, #000 0, #1a1a1a 100%);
    background: linear-gradient(180deg, #000 0, #1a1a1a 100%)
}

.top-brands_wrap {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 20px;
    z-index: 1
}

.top-brands_ttl {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 5px
}

.top-brands_ttlImg {
    margin: auto;
    max-width: 575px;
    padding: 0 20px
}

.top-brands_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.top-brands_list {
    width: 33%;
    margin-bottom: 66px
}

.top-brands_list2 {
    width: 100%;
    margin-bottom: 66px
}

.top-brands_list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin-bottom: 90px
}

.top-brands_list2 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin-bottom: 90px
}

.top-brands_logoCnt {
    height: 48vw;
    max-height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.top-brands_logo {
    display: block;
    width: 25vw;
    max-width: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.top-brands_list a:hover .top-brands_logo {
    opacity: .5
}

.top-brands_list a:hover .top-brands_reflection {
    opacity: .5
}

.top-brands_list a:hover .top-brands__name {
    opacity: .5
}

.top-brands_list2 a:hover .top-brands_logo {
    opacity: .5
}

.top-brands_list2 a:hover .top-brands_reflection {
    opacity: .5
}

.top-brands_list2 a:hover .top-brands__name {
    opacity: .5
}

.top-brands__name {
    font-size: 15px;
    font-family: "Calisto MT", serif;
    letter-spacing: 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.top-brands_bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 95.3%;
    height: 100%;
    z-index: 0;
    background-color: #243166
}

.top-brands_limitedlink {
    transition: 0.5s;
} 

.top-brands_limitedlink:hover {
    opacity: 0.5;
}

.top-brands_limitedbnr {
    margin: 0px 0px 20px 0px;
}


.top-brands_limitedtxt {
    text-align: center;
    color: white;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    letter-spacing: 3px;
}

.top-links {
    position: relative;
    background: #000
}

.top-links_wrap {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 100px 30px;
    z-index: 1
}

.top-links_btns {
    max-width: 400px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-links_btn {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    letter-spacing: 1px;
    cursor: pointer
}

.top-links_btn--active {
    background: #fff;
    color: #000;
    font-weight: 700;
    cursor: default
}

.top-links_Cnt {
    width: 100%;
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
    font-weight: 200;
    letter-spacing: 1px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.top-links_Cnt:hover {
    opacity: .5
}

.top-links_links {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-links_links--active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-links_link {
    width: calc(25% - 22.5px);
    margin-bottom: 22px
}

.top-links_imgCnt {
    margin-bottom: 16px
}

.top-links_category {
    color: #b0935e;
    margin-bottom: 5px
}

.top-pickup {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px
}

.top-pickup_ttl {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    font-family: "Calisto MT", serif;
    color: #b0935e;
    letter-spacing: 5px;
    padding: 0 20px 60px;
    line-height: 40px
}

.top-pickup_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 90px 140px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-pickup_link {
    width: calc(50% - 15px);
    height: 25.2vw;
    min-height: 160px;
    max-height: 356px
}

.top-pickup_linkImg {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.top-pickup_linkImg:hover {
    opacity: .5
}

.top-pickup_linkImg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid #fff;
    z-index: 2
}

.top-pickup_linkImg--story:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .45;
    background-image: url(../img/message_bnr_hattori.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.top-pickup_linkImg--history:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .45;
    background-image: url(../img/message_bnr_history.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.top-pickup_link a:hover .top-message_linkImg:before {
    opacity: .4
}

.top-pickup_txtCnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 2;
    position: relative
}

.top-pickup_linkItemTtl {
    text-align: center;
    font-size: 28px;
    font-family: "Calisto MT", serif;
    letter-spacing: 5px
}

.top-pickup_linkItemSubTtl {
    position: absolute;
    top: calc(50% + 30px);
    left: 0;
    right: 0;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 14px
}

.top-brands_list,
.top-brands_list2,
.top-brands_ttl,
.top-links_btns,
.top-links_link,
.top-pickup_link,
.top-pickup_ttl {
    opacity: 0
}

.top-brands_bg {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1.4s cubic-bezier(.65, 0, .35, 1);
    transition: 1.4s cubic-bezier(.65, 0, .35, 1)
}

.top-brands.is-show .top-brands_bg {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.top-brands.is-show .top-brands_ttl {
    -webkit-animation: fadeSlideAnime 1.4s ease-out .5s forwards;
    animation: fadeSlideAnime 1.4s ease-out .5s forwards
}

.top-brands.is-show .top-brands_list:nth-child(1) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1s forwards
}

.top-brands.is-show .top-brands_list:nth-child(2) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1.2s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1.2s forwards
}

.top-brands.is-show .top-brands_list:nth-child(3) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1.4s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1.4s forwards
}

.top-brands.is-show .top-brands_list2 {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1s forwards
}

.top-links.is-show .top-links_btns {
    -webkit-animation: fadeSlideAnime 1.4s ease-out .5s forwards;
    animation: fadeSlideAnime 1.4s ease-out .5s forwards
}

.top-links.is-show .top-links_link:nth-child(1) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1s forwards
}

.top-links.is-show .top-links_link:nth-child(2) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1.2s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1.2s forwards
}

.top-links.is-show .top-links_link:nth-child(3) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1.4s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1.4s forwards
}

.top-links.is-show .top-links_link:nth-child(4) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1.6s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1.6s forwards
}

.top-pickup.is-show .top-pickup_ttl {
    -webkit-animation: fadeSlideAnime 1.4s ease-out .5s forwards;
    animation: fadeSlideAnime 1.4s ease-out .5s forwards
}

.top-pickup.is-show .top-pickup_link:nth-child(1) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1s forwards
}

.top-pickup.is-show .top-pickup_link:nth-child(2) {
    -webkit-animation: fadeSlideAnime 1.4s ease-out 1.2s forwards;
    animation: fadeSlideAnime 1.4s ease-out 1.2s forwards
}

/* 投稿数2つの時適用 */
@media screen and (min-width:1280px) {
    .top-press_box {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .top-press_2columnmargin {
        margin-right: 30px
    }
}

@media screen and (max-width:1279px) {
    .top-mv_scroll {
        bottom: 62px
    }

    .top-mv_scrollLine {
        bottom: -60px;
        height: 56px
    }

    .top-mv_img {
        margin: 0 auto;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .top-mv_imgCnt {
        background-image: url(../img/home_mv_jp_sp.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        height: 100%;
        max-height: 110vw;
        width: 100%
    }

    .top-mv_imgCnt--en {
        background-image: url(../img/home_mv_global_sp.jpg)
    }

    .top-message_wrap {
        padding: 48px 50px 50px 50px
    }

    .top-message_ttl {
        font-size: 24px;
        line-height: 36px;
        margin-top: 5px;
        margin-bottom: 35px
    }

    .top-message_detailTxt {
        line-height: 41px;
        font-size: 14px
    }

    .top-brands_wrap {
        padding: 25px 0 10px
    }

    .top-brands_ttlImg {
        padding: 0 60px;
        max-width: 100%
    }

    .top-brands_lists {
        margin-top: 30px
    }

    .top-links_wrap {
        padding: 50px 20px
    }

    .top-links_links {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .top-links_link {
        width: calc(50% - 45px)
    }

    .top-pickup {
        padding-top: 50px
    }

    .top-pickup_ttl {
        font-size: 24px;
        padding: 0 20px 30px
    }

    .top-pickup_links {
        padding: 0 50px 70px
    }

    .top-pickup_linkItemTtl {
        font-size: 18px
    }

    .top-pickup_linkItemSubTtl {
        font-size: 12px;
        top: calc(50% + 20px)
    }
}

@media screen and (max-width:767px) {
    .top-mv_scroll {
        right: inherit;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 11%
    }

    .top-mv_scrollTxt {
        font-size: 11px
    }

    .top-contents {
        padding-top: 20px
    }

    .top-message_wrap {
        padding: 48px 20px 50px 20px
    }

    .top-message_txtBox {
        display: block
    }

    .top-message_ttl {
        width: 100%
    }

    .top-message_detail {
        width: 100%;
        margin-top: 32px;
        padding-right: 0
    }

    .top-message_bgImg {
        background-attachment: scroll;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover
    }

    .top-brands {
        padding-top: 30px
    }

    .top-brands_ttl {
        padding: 0 20px;
        font-size: 20px;
        line-height: 30px
    }

    .top-brands__name {
        font-size: 11px;
        letter-spacing: 3px
    }

    .top-links_wrap {
        padding: 50px 10px
    }

    .top-links_btns {
        padding: 0 10px
    }

    .top-links_btn {
        font-size: 12px
    }

    .top-links_link {
        width: calc(50% - 22.5px)
    }

    .top-pickup_ttl {
        width: 100%
    }

    .top-pickup_links {
        padding: 0 10px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-pickup_link {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px
    }
}