﻿.pick-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 71px;
    min-height: 100vh;
}
.pick-all-box{
    width: 100%;
    display:         flex;
    display: -webkit-flex;
    flex-direction: row;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    box-sizing: border-box;
}
.pick-sort-box {
    width: 360px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #1da539;
    box-sizing: border-box;
    padding: 70px 40px;
}
.pick-sort-title {
    font-size: 16px;
    color: #fff;
    letter-spacing: .06em;
    line-height: 24px;
    margin: 20px 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all .3s linear;
}
.pick-sort-name-box{
    margin-bottom: 25px;
}
.pick-sort-name {
    display: block;
    font-size: 22px;
    color: #fff;
    letter-spacing: .06em;
    line-height: 30px;
    margin-bottom: 15px;
    background-color: rgba( 0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 5px 10px;
    cursor: pointer;
    transition: all .3s linear;
}
.pick-sort-menu-box{
    display:         flex;
    display: -webkit-flex;
    flex-direction:column;
}
.pick-sort-menu-list{
    box-sizing: border-box;
    padding-left: 25px;
    margin-bottom: 5px;
}
.pick-sort-menu-list:last-child{
    margin-bottom: 0;
}
.pick-sort-menu{
    font-size: 16px;
    color: #fff;
    letter-spacing: .06em;
    position: relative;
    transition: all .3s linear;
}

.pick-right-box{
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
    min-height: 100vh;
    padding: 30px 0;
    box-sizing: border-box;
}




.pick-info-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.pick-title-box h2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #1da539;
}
.pick-info-all-box{
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.pick-info {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #1da539;
    border-radius: 10px;
    overflow: hidden;
    background-color: #dcf1e082;
    transition: all .3s linear;
}
.pick-info:nth-child(3n) {
    margin-right: 0;
}
.pick-info:nth-child(n + 4) {
    margin-top: 50px;
}
.pick-info-img {
    width: 100%;
    height: calc((300 / 320) * 300px);
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
}
.pick-info-style-box {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    /* background-color: #dcf1e082; */
    box-sizing: border-box;
    /* border-top: 2px solid #1da539; */
}
.pick-info-style {
    margin-top: 7px;
}
.pick-info-style:first-child {
    margin-top: 0;
}
.pick-info-style>span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .06em;
    color: #1da539;
    display: inline-block;
    vertical-align: top;
}
.pick-info-style>p {
    font-size: 18px;
    width: calc(100% - 58px);
    letter-spacing: .06em;
    display: inline-block;
    vertical-align: top;
    color: #555;
}



















/* pages */
.pick-pages-info-list-box {
    width: 950px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.pick-pages-info-list {
    width: 100%;
    display: block;
    padding: 30px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}
.pick-pages-info-list-left-box {
    width: 415px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.pick-pages-info-list-left-big {
    width: 100%;
    height: 400px;
    display: block;
    background-color: #fff;
}
.pick-pages-info-list-left-small-box {
    width: 100%;
    margin-top: 30px;
}
.pick-pages-info-list-left-small {
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    margin-right: 20px;
    background-image: url(../img/front/p1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pick-pages-info-list-right-box{
    display: inline-block;
    width: calc(100% - 445px);
    margin-left: 30px;
}
.pick-pages-info-list-right-title{
    width: 100%;
    font-size: 24px;
    color: #333;
    display: block;
    min-height: 65px;
}
.pick-pages-info-list-right-sort-box{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.pick-pages-info-list-right-sort-top{
    width: 100%;
    display: block;
    font-size: 16px;
}
.pick-pages-info-list-right-sort-bottom{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #888;
}
.pick-pages-info-list-right-ingredient-box{
    display: block;
    width: 100%;
    min-height: 115px;
    margin-bottom: 20px;
}
.pick-pages-info-list-right-ingredient-top{
    width: 100%;
    display: block;
    font-size: 16px;
}
.pick-pages-info-list-right-ingredient-bottom{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #888;
}
.pick-pages-info-list-right-taste-box,
.pick-pages-info-list-right-weight-box{
    width: 200px;
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.pick-pages-info-list-right-taste-title,
.pick-pages-info-list-right-weight-title,
.pick-pages-info-list-right-quantity-title{
    font-size: 14px;
    color: #1da539;
    line-height: 2;
}
.pick-pages-info-list-right-taste,
.pick-pages-info-list-right-weight{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #555555;
    font-size: 16px;
    font-family: "微軟正黑體";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}
.pick-pages-info-list-right-taste-box:before,
.pick-pages-info-list-right-weight-box:before{
    content: 'normal';
    font-size: 0;
    width: 30px;
    display: block;
    border-left: 1px solid #ccc;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.pick-pages-info-list-right-taste-box:after,
.pick-pages-info-list-right-weight-box:after{
    content: 'none';
    font-size: 0;
    width: 0px;
    height: 0px;
    border-right: 4.5px solid transparent;
    border-top: 9px solid #555555;
    border-left: 4.5px solid transparent;
    display: block;
    position: absolute;
    bottom: 9px;
    right: 11px;
    pointer-events: none;
}

.pick-pages-info-list-right-price-box{
    display: block;
    width: 100%;
}
.pick-pages-info-list-right-price-box{
    text-align: right;
}
.pick-pages-info-list-right-price-original{
    display: inline-block;
    font-size: 18px;
    font-family: "anton";
    color: #888;
    text-decoration: line-through;
    margin-right: 20px;
}
.pick-pages-info-list-right-price-special{
    display: inline-block;
    font-size: 28px;
    font-family: "anton";
    color: #1da539;
}
.pick-pages-info-list-right-joinbuycar-box{
    display: block;
    width: 100%;
    position: relative;
}
.pick-pages-info-list-right-joinbuycar{
    display: block;
    width: 220px;
    max-width: 100%;
    height: 30px;
    background-color: #1da539;
    border-radius: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: auto;
    margin-top: 10px;
    transition: all .2s linear;
}
.pick-pages-info-list-right-joinbuycar i{
    margin-right: 20px;
}


.pick-pages-introduction-box{
    width: 100%;
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 30px;
}
.pick-pages-introduction-tag-box{
    width: 100%;
    display: block;
}
.pick-pages-introduction-tag{
    width: calc((100% - 31px) / 4);
    font-size: 16px;
    line-height: 42px;
    color: #000;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border: 2px solid #1da539;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer;
    /* display: none; */
    display: inline-block;
}
.pick-pages-introduction-tag.active{
    background-color: #1da539;
    color: #fff;
}
.pick-pages-introduction-tag:last-child{
    margin-right: 0;
}
.pick-pages-introduction-info-box{
    width: 100%;
    display: block;
    margin-top: 30px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
}
.pick-pages-introduction-info{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    display: none;
}
.pick-pages-speial-info-box{
    width: 100%;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
}
.pick-pages-speial-info{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}
.pick-pages-introduction-info.active{
    display: block;
}
.pick-sort-rwd{
    display: none;
}
.pick-pages-info-buycar-title{
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    display: block;
    margin-top: 30px;
    text-align: right;
}
.pick-pages-info-buycar-title .buycar-fixed-list-bth{
    background-color: #ddd;
    color: #000;
}




@media only screen and (max-width: 1400px){
    .pick-info-box{
        width: 800px;
    }
    .pick-info{
        width: 250px;
        margin-right: 25px;
    }
    .pick-info-img {
        width: 100%;
        height: calc((300 / 320) * 250px);
    }
    .pick-pages-info-list-box{
        width: 940px;
    }
    
}
@media only screen and (max-width: 1300px){
    .pick-pages-info-list-box{
        width: 840px;
    }
    
}
@media only screen and (max-width: 1200px){
    .pick-sort-box{
        width: 320px;
        padding: 50px 20px;
    }
    .pick-right-box {
        width: calc(100% - 320px);
    }
    .pick-info-box{
        width: 680px;
    }
    .pick-info{
        width: 220px;
        margin-right: 10px;
    }
    .pick-info:nth-child(n + 4){
        margin-top: 10px;
    }
    .pick-info-img {
        width: 100%;
        height: calc((300 / 320) * 220px);
        padding: 10px;
    }
    .pick-info-style-box{
        padding: 10px;
    }
    .pick-info-style>span{
        font-size: 16px;
    }
    .pick-info-style>p{
        width: calc(100% - 51px);
        font-size: 16px;
    }

    
    .pick-pages-info-list-box{
        width: 680px;
    }
    .pick-pages-info-list{
        padding: 20px;
    }
    .pick-pages-info-list-left-box{
        width: 300px;
    }
    .pick-pages-info-list-left-big{
        height: calc((400 / 415) * 300px);
    }
    .pick-pages-info-list-left-small{
        width: 65px;
        height: 65px;
        margin-right: 15px;
    }
    .pick-pages-info-list-right-box {
        width: calc(100% - 330px);
    }
    
    .pick-pages-introduction-box{
        padding: 20px;
    }
}
@media only screen and (max-width: 1000px){
    .pick-sort-box{
        position: fixed;
        top: 0;
        z-index: 1001;
        overflow: auto;
        max-height: 100vh;
        opacity: 0;
        pointer-events: none;
        transition: all .3s linear;
    }
    .pick-sort-box.openSelect{
        opacity: 1;
        pointer-events: all;
    }
    .pick-sort-rwd{
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        pointer-events: none;
    }
    .pick-sort-rwd-btn{
        position: fixed;
        bottom: 10vh;
        right: 20px;
        z-index: 1001;
        width: 50px;
        height: 50px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.03em;
        border-radius: 5px;
        background-color: #1da539;
        box-shadow: 0 0 5px rgba( 0, 0, 0, 0.6);
        color: #fff;
        box-sizing: border-box;
        padding: 5px 5px;
        pointer-events: all;
        transition: all .3s linear;
    }
    .pick-sort-rwd-btn>p{
        font-weight: 700;
    }
    .pick-sort-rwd-btn>p:nth-child(2){
        display: none;
    }
    .pick-sort-rwd.active .pick-sort-rwd-btn>p:nth-child(1){
        display: none;
    }
    .pick-sort-rwd.active .pick-sort-rwd-btn{
        padding: 15px 5px;
        background-color: #ddd;
        color: #000;
    }
    .pick-sort-rwd.active .pick-sort-rwd-btn>p:nth-child(2){
        display: block;
    }
    .pick-sort-rwd-mask{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: rgba( 0, 0, 0, 0.6);
        opacity: 0;
        pointer-events: none;
        transition: all .3s linear;
    }
    .pick-sort-rwd.active .pick-sort-rwd-mask{
        opacity: 1;
        pointer-events: all;
    }

    .pick-right-box{
        width: 100%;
        display: block;
        min-height: initial;
        padding: 0;
    }
    .pick-info-box{
        width: 750px;
        padding: 30px 0;
        box-sizing: border-box;
    }

    .pick-info{
        width: 240px;
        margin-right: 15px;
    }
    .pick-info:nth-child(n + 4){
        margin-top: 15px;
    }
    .pick-info-img {
        width: 100%;
        height: calc((300 / 320) * 240px);
        padding: 10px;
    }

    .pick-pages-info-list-box{
        width: 750px;
        padding: 30px 0;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 768px){
    .pick-box{
        padding-top: 60px;
    }
    .pick-info-box{
        width: 95%;
        padding: 30px 0;
        box-sizing: border-box;
    }
    .pick-info{
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }
    .pick-info:nth-child(n + 4){
        margin-top: 15px;
    }
    .pick-info-img {
        width: 100%;
        height: calc((300 / 320) * ((95vw - 30px) / 3));
        padding: 10px;
    }

    
    .pick-pages-info-list-box{
        width: 95%;
    }
    .pick-pages-info-list-left-box{
        width: 300px;
    }
    .pick-pages-info-list-right-box {
        width: calc(100% - 320px);
        margin-left: 20px;
    }
    .pick-pages-info-list-right-title{
        font-size: 20px;
        line-height: 1.4;
        min-height: initial;
        margin-bottom: 10px;
    }
    .pick-pages-info-list-right-sort-box{
        margin-bottom: 10px;
    }
    .pick-pages-info-list-right-sort-top,
    .pick-pages-info-list-right-sort-bottom,
    .pick-pages-info-list-right-ingredient-top,
    .pick-pages-info-list-right-ingredient-bottom{
        font-size: 14px;
    }
    .pick-pages-info-list-right-price-original{
        font-size: 16px;
        margin-right: 10px;
    }
    .pick-pages-info-list-right-price-special{
        font-size: 22px;
    }
    .pick-pages-info-buycar-title{
        margin-top: 20px;
    }
    .pick-pages-info-list-right-joinbuycar{
        width: 180px;
    }
}
@media only screen and (max-width: 550px){
    .pick-info-box{
        padding: 20px 0;
        padding-bottom: 80px;
    }
    .pick-info:nth-child(n){
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
    }
    .pick-info:nth-child(2n){
        margin-right: 0;
    }
    .pick-info:nth-child(n + 3){
        margin-top: 10px;
    }
    .pick-info-img {
        width: 100%;
        height: calc((300 / 320) * ((95vw - 10px) / 2));
        padding: 10px;
    }
    .pick-title-box h2{
        font-size: 18px;
    }
    .pick-info-all-box{
        margin-top: 20px;
    }
    .pick-info-style>span{
        font-size: 14px;
    }
    .pick-info-style>p{
        width: 100%;
        display: block;
        font-size: 14px;
    }

    .pick-pages-info-list-box{
        padding: 20px 0;
        padding-bottom: 80px;
    }
    .pick-pages-info-list{
        padding: 10px;
    }
    .pick-pages-info-list-left-box{
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    .pick-pages-info-list-left-big{
        height: calc((400 / 415) * (95vw - 20px));
    }
    .pick-pages-info-list-right-box{
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .pick-pages-info-list-right-ingredient-box{
        min-height: 0;
        margin-bottom: 20px;
    }

    .pick-pages-introduction-box{
        padding: 10px;
        margin-top: 20px;
    }
    .pick-pages-introduction-tag{
        font-size: 12px;
        line-height: 36px;
        width: calc((100% - 16px) / 4);
        margin-right: 5px;
    }
    .pick-pages-introduction-info-box{
        padding: 10px;
        margin-top: 10px;
    }

    .pick-sort-rwd-btn{
        bottom: 20px;
        right: 10px;
    }
    .pick-sort-box{
        width: 250px;
        padding: 20px 10px;
    }
    .pick-sort-name{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .pick-sort-menu-list{
        padding-left: 15px;
    }
    .pick-sort-menu{
        font-size: 14px;
    }
}


@media only screen and (min-width: 1001px){
    .pick-sort-name-box.active .pick-sort-name,
    .pick-sort-name:hover{
        background-color: rgba( 0, 0, 0, 0.6);
        color: #fff;
    }
    .pick-sort-menu::after,
    .pick-sort-title:after{
        content: '';
        width: 0%;
        height: 1px;
        background-color: #fff;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: all .3s linear;
    }
    .pick-sort-menu-list.active .pick-sort-menu,
    .pick-sort-menu:hover{
        color: #fff;
    }
    .pick-sort-menu-list.active .pick-sort-menu::after,
    .pick-sort-menu:hover::after{
        width: 100%;
    }
    .pick-sort-title.active,
    .pick-sort-title:hover{
        color: #fff;
    }
    .pick-sort-title.active::after,
    .pick-sort-title:hover::after{
        width: 100%;
    }

    .pick-pages-info-list-right-joinbuycar:hover{
        background-color: #0d501b;
        
    }
}
