@charset "UTF-8";

/*.見出し調整 */
@media screen and (max-width: 700px){
#top_ttl+section .inner_item_txt p:nth-last-of-type(1) span{
    font-size: clamp(28px,8vw, 36px)!important;
}
}
/*.プレゼント */
@media screen and (max-width: 700px){
#present+div.composite_box01.block_images_10 .inner_item {
    width: 100% !important;
}
}
@media screen and (max-width: 600px){
#present+div.composite_box01.block_images_10 .inner_item_txt>p{
width: 96%;
}
#present+div.composite_box01.block_images_10 .inner_item_txt>p span:last-child{
font-size: max(22px, 3vw)!important;
}
}