@media only screen and (max-width:640px){
  /* bannerlist_content */
.bannerlist {
    justify-content: center;
}
.bannerlist_content {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0px;
}
.bannerlist_content .banner_content {
    width: calc(50vw - 26px);
    height: calc(68vw - 26px);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 5px 26.4px 3.6px rgba(0, 0, 0, 0.1);
    margin-right: 0px;
    margin-bottom: 20px;
    transition: 0.3s;
}
.bannerlist_content .banner_content:hover {
    box-shadow: 0px 5px 26.4px 3.6px rgba(0, 0, 0, 0.1), 0px 20px 40px 0px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}
.banner_content.new::before {
    width: 7.2vw;
    height: 7.2vw;
    top: 4px;
}
.banner_content a {
    position: relative;
    transition: 0.3s;
}
/* .banner_content a:hover::before {
    content: "";
    width: 306px;
    max-height: 400px;
    border-radius: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    transition: 0.3s;
} */
.banner_content .banner_img {
    width: calc(50vw - 26px);
    height: calc(50vw - 26px);
    border-radius: 12px 12px 0px 0px;
}
.banner_content .banner_txt {
    width: calc(44.66vw - 26px);
    height: 18vw;
    justify-content: space-between;
    padding: 0 2.67vw;
}
/* @media only screen and (max-width:1060px){
    .banner_content .banner_txt {
        width: calc(100% - 5.6vw);
        padding: 0 2.8vw;
    }
} */
.banner_content .banner_txt h2 {
    font-size: 3.2vw;
    font-weight: bold;
    position: relative;
    margin-top: 2.5vw;
    line-height: 1.3;
    margin-right: 10px;
}
.banner_content .banner_txt h2.longtxt {
    font-size: 3vw;
}
.banner_content .banner_txt h2.longtxt_sp {
    font-size: 3vw;
}
.banner_content .banner_txt h2.longlongtxt_sp {
    font-size: 2.6vw;
}
/* @media only screen and (max-width:1060px){
    .banner_content .banner_txt h2 {
        font-size: 2.07vw;
    }
} */
.banner_content .banner_txt h2 span {
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    color: #ff4d3d;
    position: absolute;
    left: 1px;
    top: -4vw;
}
/* @media only screen and (max-width:1060px){
    .banner_content .banner_txt h2 span {
        font-size: 1.32vw;
    }
} */
.banner_content .banner_txt .arrow_round {
    width: 5.7vw;
    min-width: 5.7vw;
    height: 5.7vw;
    background: #ff4d3d;
    border-radius: 100%;
    justify-content: center;
}
.banner_content .banner_txt .arrow_round img {
    width: 1.2vw;
    height: 2vw;
    transition: 0.3s;
}
.banner_content:hover .banner_txt .arrow_round img {
    margin-right: -4px;
    transition: 0.3s;
}
}
