@charset "UTF-8";
.lead-text{margin-bottom:20px;padding:10px;font-size:clamp(12px,2.5vw,14px)}.product-list{display:flex;gap:20px;justify-content:space-around;position:relative}@media screen and (max-width: 768px){.product-list{gap:10px;padding:10px;justify-content:center}}@media screen and (max-width: 480px){.product-list{padding:0}}.product-card{width:50%;position:relative;display:flex;justify-content:center}.product-card:hover{opacity:1}.form-submit-btn:hover{opacity:1}.product-card::before{content:"";width:80px;height:80px;display:block;position:absolute}@media screen and (max-width: 480px){.product-card::before{width:154px;height:27px}}.product-card__title{margin-top:0;font-size:clamp(16px,4vw,22px);font-weight:bold}.product-card__description{margin:10px 0;font-size:clamp(14px,3vw,16px)}@media screen and (max-width: 768px){.product-card__description{text-align:left}}.product-card__size{font-weight:bold;color:#555;font-size:clamp(12px,2.5vw,14px)}.product-list .cup::before{background-image:url("../../images/cup_icon.png");background-size:cover;left:-30px;top:-30px}@media screen and (max-width: 480px){.product-list .cup::before{background-image:url("../../images/cup_icon_sp.png");left:calc(50% - 50px);width:100px;height:15px;top:-20px}}.product-list .sharpener::before{background-image:url("../../images/free_icon.png");background-size:cover;top:-30px;right:-30px}@media screen and (max-width: 480px){.product-list .sharpener::before{background-image:url("../../images/free_icon_sp.png");right:calc(50% - 50px);width:100px;height:15px;top:-20px}}.product-card__image{width:100%;height:auto;display:block}
