@import url("vol27_dohi.css");
@import url("vol27_shimizu.css");
@import url("vol27_hasegawa.css");
@import url("vol27_onta.css");
#stylebook-slider-wrap .stylebook-slider {
    background-color: #a5a9aa;
}

/******************************************************************************

* TOP

*******************************************************************************/

body.home {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    body.home::before {
        content: "";
        display: block;
        position: fixed;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
      /*  background-image: url("/upload/2017winter/top/tomydear_bg_01.jpg");*/
        background-position: center bottom;
        background-size: cover;
    }
   /* body.home.day::before {
        background-image: url("/upload/2017winter/top/tomydear_bg_01.jpg");
    }
    body.home.night::before {
        background-image: url("/upload/2017winter/top/tomydear_bg_02.jpg");
    }*/
}

/*
body.day {
    background-image: url("/upload/2017winter/top/tomydear_bg_01.jpg");
}

body.night {
    background-image: url("/upload/2017winter/top/tomydear_bg_02.jpg");
}
*/

.home #main {
    /*background-color: transparent;*/
    padding-top: 0;
}

#stylebook-slider-wrap {
    overflow: hidden;
}

/*@media (max-width: 767px) {
    #stylebook-slider-wrap {
        border: solid 5px #FFF;
    }
}*/


/*#sec-people,
#sec-fashion,
#sec-things,
#sec-stylebook,
#sec-bottom-info {
    background-color: #FFF;
}*/

#sec-gift {
    display: block;
    background-color: #FFF;
    position: relative;
    border-top: solid 1px #EEE;
}

.gift-slide__link {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.gift-slide__link:hover {
    background-color: #eee;
}

.sec-gift_header {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec-gift_heading {
    margin-bottom: 20px;
    display: inline-block;
}

@media (max-width: 767px) {
    .sec-gift_heading {
        max-width: 200px;
        margin-bottom: 10px;
    }
}

.sec-gift_catch {
    color: #A99675;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sec-gift_catch {
        font-size: 10px;
    }
}

.gift-slide {
    overflow: hidden;
}

.gift-slide li {
    width: 200px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gift-slide__img {
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

.gift-slide__img img {
    width: 100%;
    height: auto;
}

#instacal {
    /*display: none;*/
}

#chrismas-count {
    display: none;
    background-color: #FFF;
    padding: 45px 25px 40px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

a.chrismas-count__link {
    color: #A99675;
}

a.chrismas-count__link:hover {
    color: #A99675;
    text-decoration: none;
}

.chrismas-count__start {
    display: block;
}

.is-end .chrismas-count__start {
    display: none;
}

.chrismas-count__heading {
    font-size: 1.6rem;
    font-size: 16px;
    font-family: "ITC Century W01 Bold";
    line-height: 1;
}

.chrismas-count__heading span {
    font-family: "ITC Century W01 Light Italic";
}

.chrismas-count__date {
    font-size: 12.0rem;
    font-size: 120px;
    font-family: "ITC Century W01 Bold";
    line-height: 1;
    letter-spacing: -0.05em;
}

@media (max-width: 767px) {
    .chrismas-count__date {
        font-size: 10em;
    }
}

.chrismas-count__text {
    font-size: 3.6rem;
    font-size: 36px;
    font-family: "ITC Century W01 Bold";
    line-height: 1;
    margin-top: -10px;
}

@media (max-width: 767px) {
    .chrismas-count__text {
        font-size: 3em;
        margin-top: -8px;
    }
}

.chrismas-count__end {
    display: none;
}

.is-end .chrismas-count__end {
    display: block;
}

.chrismas-count__start-text {
    font-size: 5rem;
    font-size: 50px;
    font-family: "ITC Century W01 Bold";
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 31px 0;
}

#popular {
    background-color: #FFF;
    padding: 0 25px 25px;
}

@media (max-width: 767px) {
    #popular {
        padding: 0 10px 10px;
    }
}

/*
#pickup {
    display: none;
}
*/

#brandlist {
    display: none;
}

/*#pickup h2 {
    border-top: none;
}*/

/******************************************************************************

* RESPONSIVE

*******************************************************************************/
