@charset "UTF-8";

header {
    top: -80px;
    /*
    -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    */
}
header.open {
    /*
    -webkit-transform: translateY(80px) translateZ(10px);
    -ms-transform: translateY(80px) translateZ(10px);
    transform: translateY(80px) translateZ(10px);
    */
}

footer { padding-top: 72px; }
footer .pageTop { top: 72px; }

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    header {
        top: -50px;
    }
    header.open {
        -webkit-transform: translateY(50px) translateZ(10px);
        -ms-transform: translateY(50px) translateZ(10px);
        transform: translateY(50px) translateZ(10px);
    }
    footer { padding-top: 36px; }
    footer .pageTop { top: 36px; }
}

/* -----------------------------------
        main visual
    ----------------------------------- */
#mainVisual {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
#mainVisual h1 {
    background: url(../img/top/logo_butter.png);
    width: 152px;
    height: 178px;
    text-indent: -9999px;
    position: absolute;
    top: 77px;
    right: 61px;
}
#mainVisual .arrow {
    background: url(../img/top/mv_arrow.png) #fff no-repeat center 16px;
    background-size: 18px auto;
    border-radius: 19px;
    width: 38px;
    height: 38px;
    position: absolute;
    left: calc((100% - 38px) / 2);
    bottom: 18px;
    margin-bottom: 18px;
}
#mainVisual .image {
    background: url(../img/top/mv_photo.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #mainVisual h1 {
        background: url(../img/top/logo_butter_sp.png) no-repeat;
        background-size: 89px auto;
        width: 89px;
        height: 105px;
        top: 25px;
        right: 16px;
    }
    #mainVisual .arrow {
        background: url(../img/top/mv_arrow.png) #fff no-repeat center 13px;
        background-size: 12px auto;
        border-radius: 14px;
        width: 28px;
        height: 28px;
        position: absolute;
        left: calc((100% - 28px) / 2);
        bottom: 9px;
        margin-bottom: 9px;
    }
}

/* -----------------------------------
        main contents
    ----------------------------------- */
#mainContents {
    padding-top: 100%;
    position: relative;
    z-index: 90;
}

/* ------------------------------------------
        main text - Butter Pancake
    ------------------------------------------ */
#mainText {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#mainText .inner {
    background-color: rgba(93,50,0,0.25);
    max-width: 1160px;
    height: 472px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#mainText .inner:before,
#mainText .inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #fff;
}
#mainText .inner:before { right: 1160px; }
#mainText .inner:after { left: 1160px; }
#mainText .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-indent: -99999px;

    background-image: url(../img/top/illust_butter.png),
                      url(../img/top/illust_souffle.png),
                      url(../img/top/illust_strawberry.png),
                      url(../img/top/mv_butterpancake.png);

    background-repeat: no-repeat;

    background-position: calc(50% - 382px) 284px,
                         calc(50% + 334px) 37px,
                         calc(50% - 465px) 88px,
                         center top;

    background-size: 253px 166px,
                     334px 234px,
                     99px 111px,
                     auto 475px;
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #mainText .inner {
        height: 348px;
    }
    #mainText .inner:before {
        top: 0px;
        height: 10px;
    }
    #mainText .inner:after {
        top: 246px;
        height: 102px;
    }
    #mainText .inner:before { right: 0; }
    #mainText .inner:after { left: 0; }
    #mainText .text {
        background-image: url(../img/top/illust_butter.png),
                          url(../img/top/illust_souffle.png),
                          url(../img/top/illust_strawberry.png),
                          url(../img/top/mv_butterpancake.png);

        background-repeat: no-repeat;

        background-position: calc(50% + 82px) 29px,
                             calc(50% - 56px) 200px,
                             calc(50% + 92px) 242px,
                             calc(50% + 4px) 10px;

        background-size: 100px auto,
                         182px auto,
                         50px auto,
                         auto 236px;
    }
}

/* -----------------------------------
        information
    ----------------------------------- */
#information {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}
#information .inner {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:1279px){
    #information .inner {
        max-width: 100%;
        margin: 0 60px;
    }
}

#information h2 {
    background: url(../img/top/info_title.png) no-repeat center top;
    width: 219px;
    height: 30px;
    margin: 0 auto 34px;
    text-indent: -9999px;
    overflow: hidden;
}
#information .infoList {
    margin: 0 auto 28px;
    min-height: 182px;
}
#information .infoList ul {
    overflow: hidden;
}
#information .infoList ul li {
    width: 24.13%;
    height: auto;
    margin-right: 1.15%;
    float: left;
}
#information .infoList ul li:last-child {
    margin-right: 0;
}

#information .infoList ul li img {
    width: 100%;
    height: auto;
}
#information .infoList ul li .date {
    color: #c19910;
    font-size: 14px;
    margin: 13px 0 8px;
}
#information .infoList ul li .text {
    color: #595757;
    font-size: 14px;
    line-height: 1.57em;
}
#information .infoList ul li .text a {
    color: #595757;
    text-decoration: none;
}
#information .infoList ul li .text a:link {
    color: #595757;
    text-decoration: none;
}
#information .infoList ul li .text a:hover {
    color: #595757;
    text-decoration: underline;
}
#information .more {
    background: url(../img/top/btn_more.png) no-repeat center top;
    width: 120px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 0 auto;
}
#information .more a {
    width: 100%;
    height: 100%;
    display: block;
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #information .inner {
        margin: 0;
    }
    #information h2 {
        background: url(../img/top/info_title_sp.png) no-repeat center top;
        background-size: 168px auto;
        width: 168px;
        height: 22px;
        margin: 0 auto 22px;
        text-indent: -9999px;
        overflow: hidden;
    }
    #information .infoList {
        margin: 0 15px 10px;
    }
    #information .infoList ul {
        overflow: hidden
    }
    #information .infoList ul li {
        width: calc((100% - 10px) / 2);
        height: auto;
        margin-right: 10px;
        margin-bottom: 22px;
    }
    #information .infoList ul li:nth-child(even){
        margin-right: 0;
    }
    #information .infoList ul li .date {
        font-size: 12px;
        margin: 7px 0 5px;
    }
    #information .infoList ul li .text {
        font-size: 12px;
        line-height: 1.5em;
    }
    #information .more {
        background: url(../img/top/btn_more_sp.png) no-repeat center top;
        background-size: 190px 47px;
        width: 190px;
        height: 47px;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0 auto;
    }
}

/* -----------------------------------
        concept
    ----------------------------------- */
#concept {
    background: #fff;
    width: 100%;
    height: 770px;
    position: relative;
}
#concept .bg {
    background: url(../img/top/concept_photo.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#concept .inner {
    max-width: 1160px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
#concept .textWrap {
    background: rgba(255,255,255,0.7) url(../img/top/concept_lemon.png) no-repeat center 30px;
    width: 410px;
    height: 486px;
    text-align: center;
    padding: 115px 0 0 0;
    position: absolute;
    top: calc((100% - 486px)/2);
    right: 30px;
}
#concept .textWrap > h3 {
    color: #5f412b;
    font-size: 26px;
    font-feature-settings : "palt";
    line-height: 1.615em;
    margin-bottom: 5px;
}
#concept .textWrap > div {
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.92em;
    letter-spacing: 0.04em;
}
#concept .textWrap > div p {
    font-feature-settings : "palt";
}
#concept .textWrap > div p:first-of-type {
    margin-bottom: 15px;
}
#concept .textWrap > div p:nth-of-type(2) {
    background: url(../img/top/concept_lemon.png) no-repeat 126px 2px;
    background-size: 44px auto;
    text-indent: 5em;
    padding: 5px 0 0;
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #concept {
        height: 750px;
    }
    #concept .bg {
        background-size: cover;
        height: 315px;
        top: 178px;
    }
    #concept .textWrap {
        width: 100%;
        height: 100%;
        background: none;
        padding: 0 0 38px;
        top: 0;
        left: 0;
        text-align: center;
    }
    #concept .textWrap > h3 {
        background: url(../img/top/concept_lemon_sp.png) no-repeat center 34px;
        background-size: 83px auto;
        font-size: 21px;
        margin-bottom: 0;
        padding: 100px 0 0;
    }
    #concept .textWrap > div {
        font-size: 12px;
        line-height: 1.8em;
        margin-top: 340px;
    }
    #concept .textWrap > div p:first-of-type {
        margin-bottom: 12px;
    }
    #concept .textWrap > div p:nth-of-type(2) {
        background: url(../img/top/concept_lemon.png) no-repeat;
        background-position: calc(50% - 47px) 1px;
        background-size: 41px auto;
        text-indent: 5em;
        padding: 8px 0 0;
    }
}

@media screen and (orientation: landscape) and (max-width:750px) {
    #concept .bg {
        background-size: cover;
        height: 315px;
    }
}

/* -----------------------------------
        menu
    ----------------------------------- */
#menu {
    background-color: #fff;
    width: 100%;
    height: 1200px;
    position: relative;
    overflow: hidden;
}
#menu .inner {
    height: 100%;
    max-width: 1160px;
    position: relative;
    margin: 0 auto;
}
#menu .inner h2 {
    background: url(../img/top/menu_title.png) no-repeat center top;
    width: 206px;
    height: 102px;
    position: absolute;
    top: 87px;
    left: calc(50% - 103px);
    text-indent: -9999px;
    overflow: hidden;

}
#menu .inner .more {
    background: url(../img/top/menu_more.png) no-repeat center top;
    width: 219px;
    height: 116px;
    position: absolute;
    top: 547px;
    left: calc(50% + 8px);
    text-indent: -9999px;
    overflow: hidden;
}
#menu .inner .more a {
    width: 100%;
    height: 100%;
    display: block;
}
#menu .inner .photo {
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
}
#menu .inner .img01 {
    background-image: url(../img/top/menu_img01.png);
    width: 580px;
    height: 580px;
    top: 154px;
    left: calc(50% - 570px);
    z-index: 5;
}
#menu .inner .img02 {
    background-image: url(../img/top/menu_img02.png);
    width: 260px;
    height: 260px;
    top: 209px;
    left: calc(50% + 29px);
}
#menu .inner .img03 {
    background-image: url(../img/top/menu_img03.png);
    width: 260px;
    height: 260px;
    top: 399px;
    left: calc(50% + 250px);
}
#menu .inner .img04 {
    background-image: url(../img/top/menu_img04.png);
    width: 397px;
    height: 397px;
    top: 664px;
    left: calc(50% - 312px);
}
#menu .inner .img05 {
    background-image: url(../img/top/menu_img05.png);
    width: 260px;
    height: 260px;
    top: 705px;
    left: calc(50% + 127px);
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #menu {
        height: 538px;
    }
    #menu .inner h2 {
        background: url(../img/top/menu_title_sp.png) no-repeat center top;
        background-size: 145px 72px;
        width: 145px;
        height: 72px;
        top: 0;
        left: calc(50% - 72px);

    }
    #menu .inner .more {
        background: url(../img/top/menu_more_sp.png) no-repeat center top;
        background-size: 153px 80px;
        width: 153px;
        height: 80px;
        top: 406px;
        left: calc(50% - 76px);
    }
    #menu .inner .img01 {
        background-size: 290px 290px;
        width: 290px;
        height: 290px;
        top: 85px;
        left: calc(50% - 145px);
    }
    #menu .inner .img03 {
        background-size: 130px 130px;
        width: 130px;
        height: 130px;
        top: 276px;
        left: calc(50% + 45px);
        z-index: 5;
    }
    #menu .inner .img02,
    #menu .inner .img04,
    #menu .inner .img05 {
        display: none;
    }
}

/* -----------------------------------
        shop list
    ----------------------------------- */
#shoplist {
    background-color: #fff;
    width: 100%;
    position: relative;
}
#shoplist .inner {
    height: 100%;
    max-width: 1160px;
    position: relative;
    margin: 0 auto;
}
@media screen and (max-width:1279px){
    #shoplist .inner {
        max-width: 100%;
        margin: 0 60px;
    }
}
#shoplist .inner h2 {
    background: url(../img/top/shoplist_title.png) no-repeat center top;
    width: 220px;
    height: 90px;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 110px);
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
}
#shoplist .inner h2 a {
    width: 100%;
    height: 100%;
    display: block;
}
#shoplist .photo {
    margin: 0 auto;
}
#shoplist .photo ul {
    overflow: hidden;
}
#shoplist .photo ul li {
    width: 25%;
    float: left;
}
#shoplist .photo ul li img {
    width: 100%;
    height: auto;
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #shoplist .inner {
        margin: 0 15px;
    }
    #shoplist .inner h2 {
        background-size: 110px 45px;
        width: 110px;
        height: 45px;
        top: calc(50% - 22px);
        left: calc(50% - 55px);
    }
    #shoplist .photo ul li {
        width: 50%;
    }
    #shoplist .photo ul li:first-child,
    #shoplist .photo ul li:last-child {
        display: none;
    }
}

/* -----------------------------------
        other Brand
    ----------------------------------- */
#other {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding-top: 58px;
}
#other .inner {
    height: 100%;
    max-width: 1160px;
    position: relative;
    margin: 0 auto;
}
#other .inner h3 {
    background: url(../img/top/other_title.png) no-repeat center top;
    width: 107px;
    height: 15px;
    text-indent: -9999px;
    margin: 0 auto 12px;
}
#other .inner ul {
    width: 220px;
    overflow: hidden;
    margin: 0 auto;
}
#other .inner ul li {
    width: 220px;
    height: 80px;
    border: #dcdcdc 2px solid;
    text-align: center;
    float: left;
}
#other .inner ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
#other .inner ul li.bd {
    margin-right: 12px;
}
#other .inner ul li.bd img {
    width: 101px;
    height: auto;
    margin-top: 17px;
}
#other .inner ul li.madu {

}
#other .inner ul li.madu img {
    width: 139px;
    height: auto;
    margin-top: 24px;
}

/* ------ for smart phone ------ */
@media screen and (max-width:750px){
    #other {
        padding-top: 30px;
    }
    #other .inner h3 {
        background: url(../img/top/other_title_sp.png) no-repeat center top;
        background-size: 69px auto;
        width: 69px;
        height: auto;
        margin: 0 auto 8px;
    }
    #other .inner ul {
        width: 290px;
    }
    #other .inner ul li {
        width: calc((100% - 7px) / 2);
        height: 51px;
    }
    #other .inner ul li.bd {
        margin-right: 7px;
    }
    #other .inner ul li.bd img {
        width: 65px;
        height: auto;
        margin-top: 9px;
    }
    #other .inner ul li.madu {

    }
    #other .inner ul li.madu img {
        width: 90px;
        height: auto;
        margin-top: 15px;
    }
}
