@charset "UTF-8";

/* ==========================================================================
   Base Styles
   ========================================================================== */
#contents_block {
    -webkit-text-size-adjust: 100%;
}

/* ==========================================================================
   Main Visual
   ========================================================================== */
#contents_block .products {
    width: 100%;
    padding-bottom: 1px;
}

#contents_block .products .h1_title {
    width: 100%;
    height: 100px;
    background: #d00017 url(../img/20_img_products_title.png) no-repeat center top;
    text-indent: -9999px;
    background-size: 2000px;
}

#contents_block .products .torokeru {
    width: 400px;
    margin: 25px auto 0px auto;
}

#contents_block .products .torokeru img {
    width: 100%;
    height: auto;
}

#contents_block .products .copy01 {
    width: 715px;
    margin: 15px auto 40px;
    padding-top: 20px;
    border-top: solid #ded3d1 1px;
}

#contents_block .products .copy01 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {
    #contents_block .products .h1_title {
        height: 60px;
        background-size: 1200px;
    }

    #contents_block .products .torokeru {
        width: 70%;
        margin: 1em auto 0px auto;
    }

    #contents_block .products .copy01 {
        width: 70%;
        margin: 1.0em auto 1em auto;
        padding: 1.0em 0 0;
    }
}

/* ==========================================================================
   Product Detail - Common
   ========================================================================== */
#contents_block .proBox h2 {
    margin-top: 0px;
}

#contents_block .proBox h2 img {
    width: auto;
    height: 60px;
}

#contents_block .proBox .propic {
    width: 740px;
    height: auto;
    margin-top: 30px;
}

#contents_block .proBox .box01 {
    width: 980px;
    margin: 30px auto 0;
}

#contents_block .proBox .box01 .title {
    margin: 0 auto 0 auto;
    width: auto;
    height: 50px;
}

#contents_block .proBox .box01 .title img {
    width: auto;
    height: 100%;
}

#contents_block .proBox .box01 .note {
    font-size: 1.0em;
    line-height: 160%;
    display: block;
    color: #FFF;
    margin: 20px auto 0;
}

#contents_block .proBox .day {
    width: 340px;
    font-size: 1em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #f00;
    margin: 20px auto 20px;
    padding: 5px;
    border-radius: 100px;
    text-align: center;
}

#contents_block .proBox .day img {
    width: auto;
    height: 20px;
    margin-right: 8px;
}

@media screen and (max-width: 640px) {
    #contents_block .proBox {
        position: static;
    }

    #contents_block .proBox h2 {
        width: auto;
        height: 8vw;
        position: static;
        margin: 0;
    }

    #contents_block .proBox h2 img {
        width: auto;
        height: 100%;
    }

    #contents_block .proBox .propic {
        margin: 0;
        padding: 0;
        width: 90%;
        height: auto;
        position: static;
        margin-top: 13vw;
    }

    #contents_block .proBox .box01 {
        width: 100%;
        margin: 0px auto 0;
    }

    #contents_block .proBox .box01 .title {
        margin: 3vw auto 0 auto;
        width: auto;
        height: 7vw;
    }

    #contents_block .proBox .box01 .title img {
        width: auto;
        height: 100%;
    }

    #contents_block .proBox .box01 .note {
        width: 88%;
        font-size: 0.8em;
        line-height: 160%;
        display: block;
        color: #FFF;
        margin: 0 auto 0 auto;
        text-align: justify;
        position: static;
        margin-top: 3vw;
        text-justify: inter-ideograph;
    }

    #contents_block .proBox .box01 .shizuru {
        margin-top: 3vw;
        width: 100% !important;
        height: auto;
    }

    #contents_block .proBox .day {
        width: 75%;
        font-size: 0.8em;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #f00;
        margin: 4vw auto 4vw;
        padding: 5px;
        border-radius: 100px;
        text-align: center;
    }

    #contents_block .proBox .day img {
        width: auto;
        height: 5vw;
        margin-right: 8px;
    }
}

/* ==========================================================================
   Product Detail - Individual
   ========================================================================== */

/* Choco Coffee */
#contents_block .products #choco {
    background: url(../img/23_3_pic_pro_choco_bg.jpg) no-repeat center top #682218;
    width: 100%;
    height: 750px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block .products #choco .box01 .title {
    height: 82px;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #choco {
        background-size: 1900px;
        height: 720px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #choco {
        background: url(../img/24_10_pic_pro_choco_bg_sp.jpg) no-repeat center top #682218;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 10vw;
        background-size: 100% auto;
    }

    #contents_block .products #choco .note {
        color: #FFF;
        text-align: left;
    }

    #contents_block .products #choco .box01 .title {
        width: 70%;
        height: auto;
    }

    #contents_block .products #choco .box01 .title img {
        width: 100%;
        height: auto;
    }
}

/* White Sour */
#contents_block .products #whitesour {
    background: url(../img/26_4_pic_pro_whitesour_bg.jpg) no-repeat center top #126fb5;
    width: 100%;
    height: 780px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block .products #whitesour .box01 .title {
    height: 82px;
}

#contents_block .products #whitesour .box01 p .note {
    font-size: 18px;
    display: block;
    color: #fff;
    margin: 20px auto 0;
}

#contents_block .products #whitesour .box01 p .note2 {
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 10px auto 0;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #whitesour {
        background-size: 1900px;
        height: 710px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #whitesour {
        background: url(../img/24_10_pic_pro_whitesour_bg_sp.jpg) no-repeat center top #126fb5;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 10vw;
        background-size: 100% auto;
    }

    #contents_block .products #whitesour .note {
        color: #FFF;
    }

    #contents_block .products #whitesour .box01 .title {
        width: 60%;
        height: auto;
    }

    #contents_block .products #whitesour .box01 .title img {
        width: 100%;
        height: auto;
    }
}

/* Muscat */
#contents_block .products #muscat {
    background: url(../img/26_4_pic_pro_muscat_bg.jpg) no-repeat center top #57b044;
    width: 100%;
    height: 740px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block .products #muscat .box01 .note {
    display: block;
    color: #000;
    margin: 20px auto 0;
}

#contents_block .products #muscat .box01 .note2 {
    font-size: 12px;
    color: #000;
    margin: 0px auto 0;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #muscat {
        background-size: 1900px;
        height: 710px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #muscat {
        background: url(../img/26_4_pic_pro_muscat_bg_sp.jpg) no-repeat center top #51b631;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 10vw;
        background-size: 100% auto;
    }

    #contents_block .products #muscat .note {
        text-align: left;
    }

    #contents_block .products #muscat .propic {
        top: 10%;
    }

    #contents_block .products #muscat .box01 .note2 {
        width: 100%;
        font-size: 0.9em;
        line-height: 140%;
        display: block;
        color: #000;
        margin: 1.3em 0 0;
        box-sizing: border-box;
    }
}

/* Lemon */
#contents_block .products #lemon {
    background: url(../img/25_6_pic_pro_lemon_bg.jpg) no-repeat center top #fde636;
    width: 100%;
    height: 780px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block .products #lemon .box01 .title {
    height: 82px;
}

#contents_block .products #lemon .box01 .title img {
    width: auto;
    height: 100%;
}

#contents_block .products #lemon .box01 .note {
    display: block;
    color: #333;
    margin: 20px auto 0;
}

#contents_block .products #lemon .box01 .note2 {
    font-size: 12px;
    color: #333;
    margin: 0px auto 0;
    line-height: 160%;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #lemon {
        background-size: 1900px;
        height: 730px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #lemon {
        background: url(../img/26_6_pic_pro_lemon_bg_sp.jpg) no-repeat center top #f3e976;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 2em;
        background-size: 100% auto;
    }

    #contents_block .products #lemon .box01 .title {
        width: 70%;
        height: auto;
    }

    #contents_block .products #lemon .box01 .title img {
        width: 100%;
        height: auto;
    }

    #contents_block .products #lemon .propic {
        top: 12%;
    }

    #contents_block .products #lemon .box01 .note2 {
        width: 100%;
        font-size: 0.9em;
        line-height: 140%;
        display: block;
        color: #000;
        margin: 1.3em 0 0;
        box-sizing: border-box;
    }
}

/* Mango */
#contents_block .products #mango {
    background: url(../img/26_5_pic_pro_mango_bg.jpg) no-repeat center top #ff7500;
    width: 100%;
    height: 790px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block .products #mango .box01 .title {
    height: 82px;
}

#contents_block .products #mango .box01 .note {
    display: block;
    color: #000;
    margin: 20px auto 0;
}

#contents_block .products #mango .box01 .note2 {
    font-size: 12px;
    color: #000;
    margin: 0px auto 0;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #mango {
        background-size: 1900px;
        background-color: #ff9306;
        height: 790px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #mango {
        background: url(../img/26_5_pic_pro_mango_bg_sp.jpg) no-repeat center top #ff7601;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 10vw;
        background-size: 100% auto;
    }

    #contents_block .products #mango .box01 .title {
        width: 60%;
        height: auto;
    }

    #contents_block .products #mango .box01 .title img {
        width: 100%;
        height: auto;
    }

    #contents_block .products #mango .note {
        text-align: left;
    }

    #contents_block .products #mango .propic {
        top: 10%;
    }

    #contents_block .products #mango .box01 .note2 {
        width: 100%;
        font-size: 0.9em;
        line-height: 140%;
        display: block;
        color: #000;
        margin: 1.3em 0 0;
        box-sizing: border-box;
    }
}

/* Kurobudou */
#contents_block .products #kurobudou {
    background: url(../img/24_10_pic_pro_kurobudou_bg.jpg) no-repeat center top #441c81;
    width: 100%;
    height: 750px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block .products #kurobudou .box01 .note {
    line-height: 160%;
    display: block;
    color: #fff;
    margin: 20px auto 0;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #kurobudou {
        background-size: 1900px;
        height: 710px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #kurobudou {
        background: url(../img/24_10_pic_pro_kurobudou_bg_sp.jpg) no-repeat center top #4e2787;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 10vw;
        background-size: 100% auto;
    }

    #contents_block .products #kurobudou .propic {
        top: 10%;
    }

    #contents_block .products #kurobudou .box01 .note {
        color: #FFF;
        text-align: left;
    }
}

/* Tea Latte */
#contents_block .products #tea-latte {
    background: url(../img/26_5_pic_pro_tea-latte_bg.jpg) no-repeat center top #5e2258;
    width: 100%;
    height: 710px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
}

#contents_block #tea-latte .propic {
    width: 770px;
    height: auto;
    margin-top: 30px;
}

#contents_block .products #tea-latte .box01 .note {
    display: block;
    color: #fff;
    margin: 20px auto 0;
}

#contents_block .products #tea-latte .box01 .note2 {
    font-size: 12px;
    color: #fff;
    margin: 0px auto 0;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #tea-latte {
        background-size: 1900px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #tea-latte {
        background: url(../img/25_11_pic_pro_tea-latte_bg_sp.jpg) no-repeat center top #5e2258;
        width: 100%;
        height: auto;
        padding-top: 0;
        background-size: 100% auto;
        padding-bottom: 10vw;
    }

    #contents_block #tea-latte .propic {
        width: 93%;
        margin-top: 11vw;
    }

    #contents_block .products #tea-latte .propic {
        top: 12%;
    }

    #contents_block .products #tea-latte .box01 .note {
        width: 50vw;
        margin-left: 20px;
        padding-bottom: 8vw;
    }
}

/* Otona Matcha */
#contents_block .products #otonamatcha {
    background: url(../img/24_8_pic_pro_otonamatcha_bg.jpg) no-repeat center top #1b2800;
    width: 100%;
    height: 710px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-size: 2000px;
    border-top: 20px solid #E0636D;
    border-left: 0px;
    border-right: 0px;
    border-image: linear-gradient(to right, #1b2800 0%, #899d00 50%, #1b2800 100%);
    border-image-slice: 1;
}

#contents_block .products #otonamatcha h2 {
    width: auto;
    height: 65px;
}

#contents_block .products #otonamatcha h2 img {
    width: auto;
    height: 65px;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #otonamatcha {
        background-size: 1820px;
        height: 700px;
    }

    #contents_block .products #otonamatcha h2 img {
        width: 540px;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #otonamatcha {
        background: url(../img/24_8_pic_pro_otonamatcha_bg_sp.jpg) no-repeat center top #1b2800;
        width: 100%;
        height: auto;
        padding-top: 0;
        background-size: 100% auto;
    }

    #contents_block .products #otonamatcha h2 {
        width: 100%;
        height: auto;
    }

    #contents_block .products #otonamatcha h2 img {
        width: 90%;
        height: auto;
    }

    #contents_block .products #otonamatcha .note {
        color: #FFF;
        text-align: left;
        min-height: 40vw;
        width: 60%;
        float: left;
        margin-left: 4vw;
    }

    #contents_block .products #otonamatcha .box01 {
        width: 100%;
    }

    #contents_block .products #otonamatcha .box01 .shizuru {
        width: 90% !important;
        margin: 0 auto 20px;
    }
}

/* Multi Pack */
#contents_block .products #multi {
    background: url(../img/21_5_pic_pro_multi_bg.jpg) no-repeat center top #074e96;
    width: 100%;
    height: 790px;
    padding-top: 1px;
    padding-bottom: 20px;
    background-size: 2000px;
}

#contents_block .products #multi .propic {
    width: 610px;
    height: auto;
    margin-top: 30px;
}

#contents_block .products #multi .box01 p .note2 {
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    margin: 0px auto 0;
}

@media screen and (max-width: 1080px) {
    #contents_block .products #multi {
        background-size: 1900px;
    }
}

@media screen and (max-width: 640px) {
    #contents_block .products #multi {
        background: url(../img/21_5_pic_pro_multi_bg_sp.jpg) no-repeat center top #074e96;
        width: 100%;
        height: auto;
        padding-top: 5vw;
        padding-bottom: 15vw;
        background-size: 100% auto;
    }

    #contents_block .products #multi .propic {
        width: 80%;
    }

    #contents_block .products #multi .shizuru {
        width: 90% !important;
        height: auto;
        margin: 8vw auto 0;
    }
}

/* ==========================================================================
   Sub Sections / Banners
   ========================================================================== */

/* About Text */
#contents_block .aboutText {
    width: 510px;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.0em;
    text-align: left;
    color: #333;
    margin: 1em auto 1.5em auto;
    padding: 1.5em 3em;
    line-height: 170%;
    border: solid #f00 2px;
    box-sizing: border-box;
}

#contents_block .aboutText .title {
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    #contents_block .aboutText {
        width: 90%;
        white-space: normal;
        font-size: 0.8em;
        margin: 1em auto 1em auto;
        padding: 1.5em 1.5em;
    }

    #contents_block .aboutText .note {
        text-align: left;
    }
}

/* UnText */
#contents_block .unText01 {
    font-size: 0.8em;
    text-align: center;
    color: #666;
    margin: 3em auto 0.5em auto;
    padding: 0;
    line-height: 170%;
}

@media screen and (max-width: 640px) {
    #contents_block .unText01 {
        font-size: 0.6em;
        text-align: center;
        margin: 3em auto 0.5em auto;
    }
}

/* Corporate Banner */
#contents_block .bnrCorpproduct {
    width: 510px;
    margin: 0 auto 0 auto;
}

#contents_block .bnrCorpproduct img {
    width: 100%;
    height: auto;
}

#contents_block .bnrCorpproduct a img:hover {
    opacity: 0.60;
}

@media screen and (max-width: 640px) {
    #contents_block .bnrCorpproduct {
        width: 90%;
        margin-top: 1em;
    }
}