@charset "UTF-8";
.title_area{
    margin-bottom: 38px;
}
.title_area .en{
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
}
.title_area .en:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 1px;
    margin: auto;
    background: #C5C5C5;
}
.title_area h2{
    font-size: 3.2rem;
    text-align: center;
}
.product_new_sec01,
.product_new_sec02,
.product_new_sec03{
    margin-bottom: 90px;
}
.product_new .flex,
.product_new .flex a{
    display: flex;
}
.product_new_sec02 .flex{
    gap: 50px;
}
.product_new figure{
    margin-bottom: 30px;
}
.product_new_sec02 .flex figure{
    /* max-width: 565px; */
}
.product_new .catch{
    margin-bottom: 36px;
    font-size: 1.8rem;
    color: #79551A;
    font-weight: bold;
}
.product_new .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}
.product_new .product_new_sec02 .info{
    gap: 50px;
}
.product_new dt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: .05em;
}
.product_new dt .en,
.product_new dt.en{
    font-size: 2.8rem;
    letter-spacing: .1em;
}
.product_new .product_new_sec01 .info dt,
.product_new .product_new_sec03 .info dt{
    width: 320px;
}
.product_new_sec02 .info dt{
    width: 170px;
    justify-content: flex-start;
	margin: auto; /* 追記20260423 */
}
.product_new .info dd{
    font-size: 1.4rem;
    line-height: 1.75;
}
.product_new .product_new_sec01 .info dd{
    width: calc(100% - 320px);
}
.product_new .product_new_sec03 .info dd{
    width: calc(100% - 350px);
}
.product_new .product_new_sec02 .info dd{
    /* width: calc(100% - 170px - 56px); */
	width: calc(100% - 320px);
}
.product_new .more{
    text-align: right;
}
.product_new .more a{
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 1.4rem;
}
.product_new .more a img{
    width: 15px;
    height: auto;
    margin-right: 8px;
}
.sp{
    display: none;
}

@media screen and (max-width: 767px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .title_area{
        margin-bottom: 45px;
    }
    .title_area .en{
        padding-bottom: 6.25vw;
        margin-bottom: 6.25vw;
        font-size: 4.16vw;
    }
    .title_area .en:after{
        width: 16.66vw;
    }
    .title_area h2{
        font-size: 5vw;
        line-height: 1.66;
    }
    .product_new_sec01,
    .product_new_sec02,
    .product_new_sec03{
        margin-bottom: 18.75vw;
    }
    .product_new .wrap{
        width: 100%;
    }
    .product_new .flex,
    .product_new .flex a{
        flex-wrap: wrap;
        margin-bottom: 10.41vw;
    }
    .product_new_sec02 .flex{
        gap: 14.58vw;
        margin-bottom: 0;
    }
    .product_new figure{
        margin-bottom: 0;
    }
    .product_new_sec02 .flex figure{
        width: 100%;
        /* margin-bottom: 10.41vw; */
    }
    .product_new .figure_bottom{
        width: 86%;
        margin: auto;
    }
    .product_new .catch{
        margin-bottom: 6.25vw;
        font-size: 5vw;
        line-height: 1.66;
    }
    .product_new .info{
        flex-wrap: wrap;
        gap: 7.29vw;
        margin-bottom: 6.25vw;
    }
    .product_new .product_new_sec02 .info{
        gap: 6.25vw;
    }
    .product_new dt{
        justify-content: flex-start;
        gap: 3.125vw;
        font-size: 6.45vw;
    }
    .product_new dt .en,
    .product_new dt.en{
        font-size: 7.91vw;
    }
    .product_new .product_new_sec01 .info dt,
    .product_new .product_new_sec03 .info dt{
        width: 100%;
    }
    .product_new .product_new_sec02 .info dt img{
        width: 45.83vw;
    }
    .product_new_sec02 .info dt{
        width: 100%;
    }
    .product_new .info dd{
        font-size: 3.75vw;
        line-height: 2;
    }
    .product_new .product_new_sec01 .info dd,
    .product_new .product_new_sec03 .info dd{
        width: 100%;
    }
    .product_new .product_new_sec02 .info dd{
        width: 100%;
    }
    .product_new .more a{
        font-size: 4.16vw;
    }
    .product_new .more a img{
        width: 4.16vw;
        margin-right: 2.08vw;
    }
}