.mv-new .mv-new__slider {
    margin-bottom: 0;
  visibility: hidden;
}
.mv-new__slider.slick-initialized {
  visibility: visible;
}
.mv-new .mv-new__slider .item {
    margin: 0 0.7vw;
}
@media (max-width: 767px) {
    .mv-new .mv-new__slider .item {
        margin: 0;
    }
}
.mv-new .mv-new__slider .slick-arrow {
    width: 5vw;
    height: 5vw;
    z-index: 2;
    transform: translateY(-50%);
}
.mv-new .mv-new__slider .slick-arrow::before {
    content: none;
}
.mv-new .mv-new__slider .slick-arrow img {
    width: 100%;
    height: 100%;
    display: block;
}
.mv-new .mv-new__slider .slick-prev {
    left: 8.5vw;
}
.mv-new .mv-new__slider .slick-prev img {
    transform: scale(-1, 1);
}
.mv-new .mv-new__slider .slick-next {
    right: 8.5vw;
}
.mv-new .mv-new__slider .slick-dots {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mv-new .mv-new__slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 7px;
}
.mv-new .mv-new__slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #f0a3ad;
    border-radius: 50%;
    opacity: 1;
}
.mv-new .mv-new__slider .slick-dots li button::before {
    content: none;
}
.mv-new .mv-new__slider .slick-dots li.slick-active button {
    background: #e8334a;
}

.new {
    padding: 40px 0 20px;
    position: relative;
}
@media (max-width: 767px) {
    .new {
        padding: 30px 0 0;
    }
}
.new__shape {
    position: absolute;
    right: calc(50% + 431px);
    top: -50px;
    width: 100%;
    height: 189px;
    z-index: -1;
}
@media (max-width: 767px) {
    .new__shape {
        display: none;
    }
}

@media (max-width: 767px) {
    .new__shape {
        height: 46px;
        right: calc(50% + 61px);
    }
}

.new__shape::after,
.new__shape::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 94px) 100%, 0 100%);
}

@media (max-width: 767px) {
    .new__shape::after,
    .new__shape::before {
        clip-path: polygon(0 0, 100% 0, calc(100% - 26px) 100%, 0 100%);
    }
}

.new__shape::before {
    top: 0;
    right: 0;
    background-color: #b5b5b5;
}

.new__shape::after {
    top: 1px;
    right: 2px;
    background-color: white;
    height: calc(100% - 2px);
}
.new__inner {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e7344a;
}
.new__ttl {
    background: #e7344a;
    width: 12.5%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .new__ttl {
        width: 100%;
        height: 38px;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px;
    }
}
.new__ttl .en {
    font-size: 16px;
    color: #fff;
    font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
}
@media (max-width: 767px) {
    .new__ttl .en {
        font-size: 14px;
        margin-right: 8px;
        transform: translateY(2px);
        display: inline-block;
    }
}
.new__ttl .ja {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
@media (max-width: 767px) {
    .new__ttl .ja {
        font-size: 15px;
    }
}
.new__list {
    width: 87.5%;
    padding: 15px 30px;
}
@media (max-width: 767px) {
    .new__list {
        width: 100%;
        padding: 5px 20px;
    }
}
.new__list li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #a5a5a5;
    padding: 20px 0;
}
@media (max-width: 767px) {
    .new__list li {
        padding: 15px 0;
    }
}
.new__list li:last-child {
    border-bottom: none;
}
.new__list li .date {
    font-size: 14px;
    color: #e7344a;
    font-weight: 700;
    line-height: calc(22 / 14);
    width: 15%;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .new__list li .date {
        font-size: 12px;
        width: 100%;
        margin-bottom: 8px;
    }
}
.new__list li .ttl {
    font-size: 14px;
    font-weight: 700;
    line-height: calc(22 / 14);
    width: 85%;
}
@media (max-width: 767px) {
    .new__list li .ttl {
        width: 100%;
    }
}

.product__bnr {
    display: block;
    max-width: 712px;
    margin: 50px auto;
}
@media (max-width: 767px) {
    .product__bnr {
        margin: 30px auto 40px;
    }
}

.product__shape {
    display: none;
}
