/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    width: 100%;
    height: auto;
}
*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
.clearfix:after {
    content: " ";
    display: block;;
    visibility: hidden;
    clear: both;
}

#wrap{
    display: flex;
    justify-content: center;
    padding: 30px;
}
#wrap .menu, .car{
    width: 24px;
    height: 24px;
    fill: #3F5D45;
}
#wrap .logo{
    width: 114px;
    height: 18px;
    margin: 0 24%;
}
#wrap .logo img{
    display: block;
}
#banner{
    width: 100%;
    height: auto;
}
#banner img{
    display: block;
    width: 100%;
    height: 100%;
}

#center-main{
    display: flex;
    justify-content: center;
}
#center-main .btn-main{
    position: relative;
    width: 125px;
    height: 180px;
}
#center-main .btn-main img{
    width: 100%;
    height: 100%;
    filter: blur(3px);
}
#center-main .btn-main .btn-main-panel{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:#3F5D45;
    opacity: .8;
}
#center-main .btn-main:nth-child(1) .btn-main-panel,
#center-main .btn-main .btn-main-panel:hover{
    background-color: #FFE180;
}
#center-main .btn-main:nth-child(1) p{
    color: #3F5D45;
}
#center-main .btn-main p{
    position: absolute;
    top: 25%;
    right: 45%;
    color: #FFFFFF;
    font: Semibold 20px/24px PingFang TC;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
    font-weight: bold;
}
#center-main a{
    text-decoration: none;
}
#show-svg .title-svg:nth-child(1){
    display: block;
    width: 196px;
    height: 60px;
    background: url('../img/sm-橫式-為什麼選擇了做甜點.svg')no-repeat;
    margin: 30px auto;
}
#show-svg .title-svg:nth-child(2){
    display: block;
    width: 196px;
    height: 60px;
    background: url('../img/sm-橫式-為什麼一定要吃甜點.svg')no-repeat;
    margin: 30px auto;
}
#show-svg .title-svg:nth-child(3){
    display: block;
    width: 196px;
    height: 60px;
    background: url('../img/sm-橫式-想吃甜點是不需要理由的.svg')no-repeat;
    margin: 30px auto;
}
#show-svg .img-svg1{
    background: url('../img/reason2.jpg')no-repeat;
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
}
#show-svg .img-svg2{
    background: url('../img/reason1.jpg')no-repeat;
    display: block;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
}
#show-svg .content{
    padding: 30px;
    background-color: #EAF0ED;
    color: #8DA291;
    text-align: left;
    font: Light 16px/32px PingFang TC;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 2;
}
/* #product-list */
#subscribe-email{
    background-color: #3F5D45;
    padding-bottom: 30px;
}
#subscribe-email .row{
    display: flex;
    justify-content: center;
    padding: 34px 0;
}
#subscribe-email .row .subscribe-email-logo{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/logo-light.svg')no-repeat;
    background-size: cover;
    fill: white;
}
#subscribe-email .row p{
    padding-top: 10px;
    padding-left: 20px;
    font: Regular 24px/29px Helvetica Neue;
    font-size: 1.3rem;
    color: white;
}
#subscribe-email .subscribe-email-form{
    position: relative;
    width: 315px;
    height: 56px;
    margin: 0 auto;
}
#subscribe-email .subscribe-email-form input{
    width: 100%;
    height: 100%;
    padding-left: 60px;
    padding-right: 70px;
    font-size: 1.2rem;
    color: #3F5D45;
}
#subscribe-email .subscribe-email-form .email-icon{
    position: absolute;
    bottom: 0;
    left: 10px;
    fill: #3F5D45;
    width: 50px;
    height: 50px;
}
#subscribe-email .subscribe-email-form .email-icon use{
    display: block;
    width: 100%;
    height: 100%;
}
#subscribe-email .subscribe-email-form button{
    position: absolute;
    top:0;
    right: 0;
    display: block;
    width: 64px;
    height: 56px;
    background-color: #FFE180;
    padding: 0;
    margin: 0;
}
#subscribe-email .subscribe-email-form button:hover{
    cursor: pointer;
}
#subscribe-email .subscribe-email-form button .email-arrow-right{
    display: block;
    width: 25px;
    height: 25px;
    fill: #3F5D45;
    margin: 0 auto;
}
#product-list{
    margin-bottom: 30px;
}
#product-list .product{
    width: 300px;
    margin: 0 10px;
    border: 2px solid #EAF0ED;
    position: relative;
}
#product-list .product span{
    position: absolute;
    top: -2px;
    left: 20px;
    writing-mode: vertical-lr;
    padding: 10px;
    letter-spacing: 5px;
    color: white;
    background-color: #3F5D45;
}
#product-list .product .row{
    border-bottom: 2px solid #EAF0ED;
    color: #3F5D45;
}
#product-list .product .row .choice-name{
    float: left;
    padding: 13px 33px;
    border-right: 2px solid #EAF0ED;
    font: Semibold 24px/20px PingFang TC;
    font-size: 1.35rem;
    font-weight: 300;
}
#product-list .product .row .choice-price{
    float: right;
    padding: 13px 0;
    padding-right: 20px;
    font: Semibold 24px/20px PingFang TC;
    font-size: 1.3rem;
    font-weight: 350;
}
#product-list .product a{
    display: flex;
    justify-content: center;
    padding: 16px 0;
    background-color: #EAF0ED;
    color: #3F5D45;
    font: Semibold 24px/20px PingFang TC;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
}
#footer{
    padding: 0 30px;
    padding-top: 38px;
    background-color: #EAF0ED;
}
#footer .footer-logo{
    background: url('../img/logotype.svg') no-repeat;
    width: 171px;
    height: 21px;
}
#footer .footer-content{
    margin-top: 40px;
    line-height: 1.5;
    color: #3F5D45;
}
#footer .footer-icon{
    display: flex;
    justify-content: left;
    margin-top: 37px;
}
#footer .footer-icon .icon-line{
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/ic-line@.svg') no-repeat;
    margin-right: 10px;
}
#footer .footer-icon .icon-fb{
    display: block;
    width: 32px;
    height: 32px;
    background: url('../img/ic-facebook.svg') no-repeat;
}
#footer p{
    padding-top: 23px;
    padding-bottom: 30px;
    color: #3F5D45;
}





@media screen and (min-width: 768px){
    #wrap{
        display: none;
    }
    #wrap-lp{
        display: block;
        width: 940px;
        margin: 0 auto;
        padding: 30px 0;
    }
    #wrap-lp .logo{
        float: left;
        display: flex;
        justify-content: center;
    }
    #wrap-lp .logo img:nth-child(1){
        display: block;
        width: 40px;
        height: 40px;
        padding-right: 10px;
    }
    #wrap-lp .logo img:nth-child(2){
        display: block;
        width: 171px;
        height: 27px;
        margin-top: 10px;
    }
    #wrap-lp .nav{
        float: right;
        margin-top: 10px;
    }
    #wrap-lp .nav a{
        padding-left: 60px;
        color: #3F5D45;
        font-size: 1.3rem;
        text-decoration: none;
    }
    #wrap-lp .nav a .car{
        width: 24px;
        height: 24px;
    }
    #banner{
        width: 940px;
        height: 496px;
        margin: 0 auto;
    }
    #center-main .btn-main{
        width: 260px;
        height: 256px;
        font-size: 1.4rem;
    }
    #show-svg .row{
        display: flex;
        justify-content: center;
        height: 420px;
        background: #EAF0ED;
        margin-top: 80px;
        margin-bottom: 105px;
    }
    #show-svg .row:nth-child(1) .title-svg{
        display: block;
        width: 89px;
        height: 307px;
        background: url('../img/lg-為什麼選擇了做甜點.svg')no-repeat;
        order: 3;
        margin: 0;
        margin-top: -20px;
    }
    #show-svg .row:nth-child(2){
        display: flex;
        justify-content: center;
    }
    #show-svg .row:nth-child(2) .title-svg{
        display: block;
        width: 89px;
        height: 307px;
        background: url('../img/lg-為什麼一定要吃甜點.svg')no-repeat;
        order: 2;
        margin: 0;
        margin-top: -20px;
        margin-right: 42px;
    }
    #show-svg .row:nth-child(3){
        display: block;
        background-color: #FFFFFF;
        margin: 0;
    }
    #show-svg .row:nth-child(3) .title-svg{
        display: block;
        width: 89px;
        height: 328px;
        margin: 0 auto;
        background: url('../img/sm-想吃甜點是不需要理由的.svg')no-repeat;
        order: 3;
    }
    #show-svg .img-svg1,
    #show-svg .img-svg2,
    #show-svg .img-svg3{
        display: block;
        width: 460px;
        height: 460px;
        margin-top: -20px;
        order: 1;
        z-index: 1;
    }
    #show-svg .img-svg2{
        order: 3;
    }
    #show-svg .content{
        width: 371px;
        height: 420px;
        padding: 0;
        padding-left: 55px;
        padding-right: 60px;
        padding-top: 70px;
        padding-bottom: 70px;
        writing-mode: vertical-lr;
        order: 2;
    }
    #show-svg .row:nth-child(2) .content{
        order: 1;
    }
    #product-list{
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }
    #subscribe-email{
        display: flex;
        justify-content: center;
        padding: 0;
        padding: 38px 122px;
    }
    #subscribe-email .row{
        padding: 0;
    }
    #subscribe-email .subscribe-email-form{
        margin: 0;
        margin-left: 124px;
    }
    #footer{
        padding-bottom: 30px;
    }
    #footer .container{
        width: 940px;
        margin: 0 auto;
        padding-left: 122px;
        position: relative;
    }
    #footer .footer-logo{
        display: block;
        width: 171px;
        height: 27px;
    }
    #footer .footer-content{
        margin: 0;
        margin-top: 100px;
    }
    #footer img{
        display: block;
        width: 59px;
        height: 219px;
        position: absolute;
        top: 0;
        right: 122px;
    }
    #footer p{
        position: absolute;
        bottom: -35px;
        right: 122px;
    }
}
@media screen and (max-width: 768px){
    #wrap-lp{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #banner{
        width: 100%;
    }
    #footer .container{
        width: 100%;
    }
}

@media screen and (max-width: 576px){
    #wrap-lp{
        display: none;
    }
    #footer img{
        display: none;
    }
    #product-list .product{
        display: none;
        width: 315px;
        margin: 0 auto;
    }
    #product-list .product.open{
        display: block;
    }  
}