@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,600,700,900&display=swap');
@font-face {
    font-family: uniqlo;
    src: url(fonts/UniqloRegular.woff) format("woff"),
        url(fonts/UniqloRegular.ttf) format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: uniqlo-b;
    src: url(fonts/UniqloBold.woff) format("woff"),
        url(fonts/UniqloBold.ttf) format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: SourceHanSansTW;
    src: url(fonts/SourceHanSansTW-Regular.otf);
}
.uniqlo{
    font-family: uniqlo;
}
.uniqlo-b{
    font-family: uniqlo-b;
}
body{
    font-family: 'Noto Sans TC';
    overflow-x: hidden;
    margin: 0;
}
img{
    max-width: 100%;
    display: block;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
.Sns_Inner{
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.Sns_Icon+.Sns_Icon {
    margin-left: 31px;
}

.wrapper{
    width: 600px;
    margin: auto;
}
.line1{
    width: 100%;
    height: 6px;
    background-color: #000;
    margin-top: 30px;
}
.line2{
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: 9px;
}
.date{
    max-width: 85%;
    margin: 30px auto 0;
}
h1{
    margin: 15px 0 30px;
    font-size: 45px;
    color: #b3967e;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 4px #b3967e;
    padding-bottom: 20px;
}
h2{
    font-size: 24px;
    text-align: left;
    color: #3e3a39;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 20px 0;
    position: relative;
}
h2 img{
    position: absolute;
    right: 10px;
    bottom: -20px;
    width: 150px;
}
p.discription{
    font-size: 19.5px;
    /* font-weight: 300; */
    color: #3e3a39;
    text-align: left;
    line-height: 1.5;
}
p.uniqlo{
    color: #3e3a39;
}
.btn_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 60px;
}
.btn{
    width: 285px;
}
.btn img{
    width: 100%;
}
.item_area{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.item{
    width: 285px;
    margin-bottom: 60px;
}
.tips{
    font-size: 18px;
    line-height: 1.67;
}
.vote{
    color: #fff;
    background-image: url(img/vote.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0;
    margin: 60px 0;
}
.step img{
    width: 450px;
    margin: 0 auto 24px;
}
.endbtn{
    display: block;
    width: 285px;
    margin: 60px auto;
}
.endbtn img{
    width: 100%;
}

.guide_area{
    font-size: 15px;
    line-height: 1.7;
}
.guide_title{
    font-size: 18px;
    font-weight: 600;
}
.guide_area p{
    margin-top: 0;
    margin-bottom: 20px;
}
.tovote{
    position: fixed;
    top: 45%;
    right: 0;
}

@media screen and (max-width: 640px) {
    .wrapper{
        width: 93vw;
        margin: auto;
    }
    .line1{
        width: 100%;
        height: 3px;
        background-color: #000;
        margin-top: 5vw;
    }
    .line2{
        width: 100%;
        height: 1px;
        background-color: #000;
        margin-top: 3px;
    }
    .date{
        max-width: 85%;
        margin: 5vw auto 0;
    }
    h1{
        margin: 1vw 0 6vw;
        font-size: 7.2vw;
        color: #b3967e;
        font-weight: bold;
        text-align: center;
        border-bottom: solid 0.8vw #b3967e;
        padding-bottom: 2vw;
    }
    h2{
        font-size: 3.7vw;
        text-align: left;
        color: #3e3a39;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: 0.2vw;
        margin: 4vw 0;
        position: relative;
    }
    h2 img{
        position: absolute;
        right: 2vw;
        bottom: -3vw;
        width: 23vw;
    }
    p.discription{
        font-size: 3vw;
        color: #3e3a39;
        text-align: left;
        line-height: 1.5;
    }
    p.uniqlo{
        font-size: 2.5vw;
        color: #3e3a39;
        text-align: left;
        line-height: 1.5;
    }
    .btn_area{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5vw 0 10vw;
    }
    .btn{
        width: 44vw;
    }
    .btn img{
        width: 100%;
    }
    .item_area{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .item{
        width: 44.5vw;
        margin-bottom: 9vw;
    }
    .tips{
        font-size: 2.8vw;
        line-height: 1.67;
    }
    .vote{
        color: #fff;
        background-image: url(img/vote.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        text-align: center;
        font-size: 3.4vw;
        font-weight: bold;
        line-height: 1.4;
        padding: 2vw 0;
        margin: 6vw 0;
    }
    .step img{
        width: 70vw;
        margin: 0 auto 2vw;
    }
    .endbtn{
        display: block;
        width: 44vw;
        margin: 7vw auto;
    }
    .endbtn img{
        width: 100%;
    }

    .guide_area{
        font-size: 2.3vw;
        line-height: 1.7;
    }
    .guide_title{
        font-size: 2.8vw;
        font-weight: 600;
    }
    .guide_area p{
        margin-top: 0;
        margin-bottom: 4vw;
    }
    
    .tovote{
        width: 8.6vw;
        position: fixed;
        top: 45%;
        right: 0;
    }
}
