﻿@charset "UTF-8";
.wrapper_ {
  background-image: url(../../../../img/usr/brand/ivorish/bg_wallpaper_cream.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
}

.shoplist .wrapper_ .container_ .contents_ .mainframe_  .forcms_block {
    padding-top: 0px;
}

.shoplist .wrapper_ {
    background: none;
}

/*************************************
    headline
*************************************/
body.typeB .mainframe_ #headline.forcms_block{
    background: none;
}

#indexHead {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 100px);
}
#indexHead #indexHeadContents {
    height: 90%;
    max-width: 970px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
#indexHead #indexHeadContents .logoWrap {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 1.25em;
}
#indexMaskImg {
    position: absolute;
    overflow: hidden;
    top: 15vh;
    left: 0;
    right: 0;
    margin: auto;
    width: 432px;
    height: 556px;
    -webkit-mask-image: url(../../../../img/usr/brand/ivorish/toastSilhouette_black.svg);
    mask-image: url(../../../../img/usr/brand/ivorish/toastSilhouette_black.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
#indexMaskImg img {
    width: auto;
    max-width: none !important;
    height: 100%;
}
@media screen and (max-width: 767px) {
    div.wrapper_{
        padding-top: 10px;
        padding-top: 0;
    }

    body.typeB .wrapper_ #headline.forcms_block{
        background: none;
    }

    #indexHead{
        height: calc(100vh - 100px);
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #indexHead #indexHeadContents {
        height: auto;
        display: block;
        width: 100%;
        margin: 3% 0 0;
    }
    #indexHead #indexHeadContents .logoWrap {
        position: static;
        width: 84%;
        margin: auto;
        padding: 0;
    }
    #indexMaskImg {
        position: static;
        overflow: hidden;
        margin: 0 auto;
        width: 78vw;
        height: 101vw;
    }
}

/*************************************
    story
*************************************/
body.typeB .mainframe_ #about.forcms_block{
    padding: 100px 10% 0;
    background: #000;
    color: #FFF;
    margin-top: 100px;
    margin-top: 0;
}
#about .block-brand-top-common-title{
    font-family: "Anton";
    font-weight: normal;
    letter-spacing: .05em;
    font-size: 5em;
    text-align: left;
    margin: 0 0 60px;
}
#about .block-brand-top-products03--item-img{
    width: 420px;
}

#about .block-brand-top-products03--inner{
    width: 100%;
}

@media screen and (max-width: 767px) {
    #about .block-brand-top-products03--item-img {
        width: 100%;
    }
    body.typeB .wrapper_ #about.forcms_block{
        background: #000;
        color: #FFF;
        padding-top: 20px;
    }
    #about .block-brand-top-common-title{
        margin: 0 0 20px;
        width: 5em;
        line-height: 1.2;
        font-size: 4em;
        text-align: left;
    }
}

.shoplist .wrapper_ .forcms_block {
    padding-top: 0px;
}