#wrap h2.pag_tit { font-size: 30px; }

/* product_list */
#product_list{display:grid;grid-template-columns: repeat(3, 1fr);gap: 50px;margin-bottom: 100px;}
#product_list li:hover img { transform: scale(1.1); }
#content_wrap #product_list li {margin: 0;}
#product_list li img { aspect-ratio: 1/1 }
#product_list li span { font-family: "Cormorant Garamond",serif; font-size: 15px; }
#product_list li .h3 { font-size: 20px; height: auto; }
#product_list li:hover .h3{color:var(--primary)}
#product_list li article {color: #818181;font-size: 15px;height: auto;-webkit-line-clamp: 2;font-weight: 300;margin-top: 10px;}
#product_list li .info_box {padding: 20px 20px 0;position: relative;margin: 0;}
#product_list li .info_box svg {right: 30px;width: 15px;height: 15px;fill: var(--black);top: 58px;}
#product_list li:hover .info_box svg { animation: arrow-move-right-data-v-1d069175 1s .2s; }

/* productdetail */
#productdetail {margin: 0 0 200px;}
#productdetail:after{content:'';position: absolute;left: 0;width: 100vw;height: 550px;background-image: url(/images/44/p-after.jpg);z-index: -1;top: 5.5%;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;}

/* imglist */
#imglist .clip { -webkit-clip-path: url(#clip_product_detail); clip-path: url(#clip_product_detail); }

/* productinfo */
#productinfo .cate { padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#productinfo .title {margin: 10px 0 20px;font-size: 30px;letter-spacing: 1px;font-weight: 500;}
#productinfo *{color:white;}
#productinfo .txt {margin-bottom: 15px;font-family: "Cormorant Garamond", serif;font-size: 20px;letter-spacing: 0.005em;text-align: left;line-height: 1.2;margin-top: 120px;}
#productinfo .txt label { margin-right: 15px; width: 50px; }
#productinfo .price font { font-weight: 600; font-size: 25px; }
#productinfo article {margin-bottom: 80px;padding-bottom: 15px;font-size: 17px;text-align: justify;}
#productinfo .sell_box >* { line-height: 100%; font-size: 17px; vertical-align: baseline; }
#productinfo .sell_box span { margin: 0 3px 0 15px; }
#productinfo .sell_box b { font-size: 36px; }
#productinfo .shopbox p{display: flex;align-items: center;gap: 10px;font-size: 15px;opacity: .8;}
#productinfo .shopbox p span{animation: arrowMove 1.2s ease-in-out infinite;font-weight: 700;}
@keyframes arrowMove{0%{transform:translateY(0);}50%{transform:translateY(6px);}100%{transform:translateY(0);}}

/* orderfunction */
#orderfunction a[data-action="plusBtn"] { margin: 0 2px; width: 35px; height: 35px; background: rgba(var(--secondary-rgb), .3); border-radius: 5px; line-height: 30px; font-weight: 600; font-size: 28px; }
#orderfunction a.limit[data-action="plusBtn"] { line-height: 27px; font-size: 33px; }
#orderfunction input { margin: 0 5px; width: 30px; border-width: 0 0 1px; }
#orderfunction .addcar { float: right; }

/* productTabs */
#productTabs{margin-bottom:5vw}
#productTabs .tabs { margin-bottom: 30px; background: rgba(var(--black-rgb), .08); }
#productTabs .tabs li a { padding: 15px 30px; }
#productTabs .tabs li a:before { position: absolute; width: 0; height: 3px; background: var(--primary); display: block; bottom: 0; left: 0; content: ""; }
#productTabs .tabs li.active a:before { width: 100%; }

@media screen and (max-width: 1680px){
    #productdetail:after{top:6.5%}
}
@media screen and (max-width: 980px){
	#product_list{grid-template-columns: repeat(2, 1fr);}
	#productinfo { margin-top: 5vw; }
    #imglist .clip svg{aspect-ratio: 5/3;}
    #productinfo .txt{margin-top: 30px;}
    #productdetail:after{top:10%}
}
@media screen and (min-width: 761px){
}
@media screen and (max-width: 640px){
    #productdetail{margin-bottom: 150px;}
    #productinfo article{margin-bottom: 40px;}
    #productdetail:after{top: 6.5%;}
	#product_list{grid-template-columns: 1fr;}
}