@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Noto Sans JP", serif;
}
html, body {
    scroll-padding-top: 80px;
}
img {
    max-width: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
}
ruby {
    display: block;
}
@media screen and (min-width: 768px) {
    .neru40-sp-only {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .neru40-pc-only {
        display: none;
    }
}
.neru40-button {
    width: 580px;
    margin: 25px auto;
}
@media screen and (max-width: 767px) {
    .neru40-button {
        width: 90%;
        margin: 20px auto 0;
    }
}
.neru40-button-link {
    width: 100%;
    height: 80px;
    border-radius: 10px;
    background: linear-gradient(270deg, #63c5f1 0%, #ff49b2 100%);
    display: grid;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
}
@media screen and (max-width: 767px) {
    .neru40-button-link {
        height: 60px;
    }
}
.neru40-button-link:hover {
    transition: all .5s;
    opacity: 0.7;
}
.neru40-button-link::after {
    content: "";
    background-image: url(../img/button-arrow.svg);
    width: 12px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.neru40-button-text {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .neru40-button-text {
        font-size: 16px;
    }
}
.brandSiteHeader {
    border-bottom: 5px solid #ffd500;
    background-color: #FFF;
}
.header-wrapper {
    height: 89px;
}
@media screen and (max-width: 640px) {
    .header-wrapper {
        height: 62px;
    }
}
.header {
    position: sticky;
    top: 0;
}
.formBg {
    position: fixed;
    top: 89px;
    left: 0;
    width: 100%;
    height: calc(100% - 89px);
    min-width: 1100px;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .formBg {
        display: none;
    }
}
.formBg_l, .formBg_r {
    width: calc((100% - 800px) / 2);
    height: 100%;
    display: block;
    position: absolute;
}
@media screen and (max-width: 768px) {
    .formBg_l, .formBg_r {
        display: none;
    }
}
.formBg_l {
    top: 0;
    left: 0;
    background: url(../img/form_bg_l.png) no-repeat left top/cover;
}
.formBg_r {
    top: 0;
    right: 0;
    background: url(../img/form_bg_r.png) no-repeat right bottom/cover;
}
.footer {
    position: relative;
}
.footer::before {
    content: "";
    background-image: url(../img/footer-top.webp);
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .footer::before {
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}
.footer .footerInner {
    width: 580px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .footer .footerInner {
        width: 320px;
    }
}
.footer__banner {
    display: block;
}
.footer__banner + .footer__banner {
    margin-top: 20px;
}
.f_cnt {
    margin-top: 30px;
}
.f_sns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.neru40-follow {
    position: fixed;
    width: 175px;
    right: 0;
    bottom: 8px;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .neru40-follow {
        width: 100px;
    }
}
.neru40-follow__banner {
    padding-top: 10px;
    display: block;
}
@media screen and (max-width: 1200px) {
    .neru40-follow__banner {
        display: none;
    }
}
#topButton {
    transition: all 0.5s;
}
.neru40-follow__totop {
    padding-top: 10px;
    display: block;
    opacity: 1;
}
.totop-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .neru40-follow__totop {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .neru40-follow__totop {
        display: block;
    }
}
.neru40-follow__sp-banner {
    display: none;
}
.neru40-follow-banner-container {
    display: none;
}
@media screen and (max-width: 767px) {
    .neru40-follow-banner-container {
        display: block;
    }
    .neru40-follow__sp-banner {
        display: block;
        transition: all 0.5s;
    }
    #hideBanner:checked + .neru40-follow-banner {
        opacity: 0;
    pointer-events: none; 
        transition: all 0.5s;
    }

    .neru40-follow-banner {
        position: fixed;
        bottom: 8px;
        left: 8px;
        width: 143px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .neru40-follow-banner img {
        max-width: 100%;
        height: auto;
    }

    .neru40-close-btn {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        cursor: pointer;
        background: transparent;
        transition: all 0.5s;
    }

}



@keyframes candey {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-13px);
    }
}
.wrapper {
    min-width: 1100px;
}
@media screen and (max-width: 767px) {
    .wrapper {
        min-width: auto;
    }
}
.view {
    width: 800px;
    margin-inline: auto;
    background-color: #FDE136;
}
@media screen and (max-width: 767px) {
    .view {
        width: 100%;
    }
}
.view__inner {
    width: 750px;
    margin: 0 auto;
    background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
    .view__inner {
        width: 100%;
    }
}
.neru40-wrapper {
    min-width: 1100px;
}
@media screen and (max-width: 767px) {
    .neru40-wrapper {
        min-width: auto;
    }
}
.neru40-content {
    width: 650px;
    margin: -50px auto 0;
    border-radius: 30px;
    background: #fffdef;
    border: 3px solid #dd25a1;
    padding: 50px 0 39px;
    z-index: 1;
    position: relative;
}
.neru40-content.of-majo {
    padding-bottom: 0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .neru40-content {
        width: 90%;
        margin: -35px auto 0;
        border-radius: 15px;
        padding: 35px 0 20px;
    }
    .neru40-content.of-majo {
        padding-bottom: 0;
    }
}
.neru40-content.of-type-b {
    border: 3px solid #0c73cc;
}
.neru40-fv {
    background: linear-gradient(121deg, #c1ecff 0%, #ffbee3 100%);
}
.neru40-fv__inner {
    padding: 14px 0 84px;
}
.neru40-fv__video {
    mask-image: url("../img/fv.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100%;
    width: 100%;
}
.neru40-fv__video video {
    aspect-ratio: 750 / 422;
    width: 100.5%;
}
.neru40-fv__menu {
    margin: 80px 0 32px;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu {
        margin: 40px 0 20px;
    }
}
.neru40-fv__menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 32px;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-list {
        gap: 20px 16px;
    }
}
.neru40-fv__menu-item {
    width: 315px;
    height: 90px;
    border-radius: 45px;
    background-color: #DD25A1;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-item {
        width: 160px;
        height: 60px;
    }
}
.neru40-fv__menu-item.of-wide {
    width: 420px;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-item.of-wide {
        width: 280px;
    }
}
.neru40-fv__menu-link {
    margin-top: -10px;
    width: 315px;
    height: 90px;
    border-radius: 45px;
    background-color: #ff81d6;
    display: grid;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-link {
        margin-top: -6px;
        width: 160px;
        height: 60px;
    }
}
.neru40-fv__menu-link:hover {
    margin-top: 0;
    transition: all 0.5s;
}
.neru40-fv__menu-item.of-gradation .neru40-fv__menu-link {
    background: linear-gradient(90deg, #ff81d6 0%, #65c3f0 100%);
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-item.of-gradation .neru40-fv__menu-link {
        height: 60px;
    }
}
.neru40-fv__menu-text {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-text {
        font-size: 14px;
    }
}
.neru40-fv__menu-text.of-rubi {
    line-height: 1;
    margin-top: -6px;
}
.neru40-fv__menu-rubi {
    font-size: 12px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-text.of-rubi {
        line-height: 1.1;
        margin-top: -4px;
    }
    .neru40-fv__menu-rubi {
        font-size: 7px;
        line-height: 1;
    }
}
.neru40-fv__rubi-majo {
    position: relative;
}
.neru40-fv__rubi-majo::before {
    content: "まじょ";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #fff;
    white-space: nowrap;
}
.neru40-fv__rubi-henshin {
    position: relative;
}
.neru40-fv__rubi-henshin::before {
    content: "へんしん";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: #fff;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .neru40-fv__rubi-majo::before {
        font-size: 6px;
        top: -4px;
    }
    .neru40-fv__rubi-henshin::before {
        font-size: 6px;
        top: -4px;
    }
}

.neru40-fv__menu-item.of-small-text .neru40-fv__menu-link .neru40-fv__menu-text {
    font-size: 19px;
    letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-item.of-small-text .neru40-fv__menu-link .neru40-fv__menu-text {
        font-size: 10px;
    }
}
.neru40-fv__menu-text.of-majo {
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .neru40-fv__menu-text.of-majo {
        margin-top: 4px;
    }
}
.neru40-news {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.neru40-news::before {
    content: "";
    background-image: url(../img/news-top.webp);
    position: absolute;
    top: -83px;
    left: 0;
    width: 100%;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-news::before {
        background-size: 100% auto;
        background-position: center bottom;
    }
}
.neru40-news::after {
    content: "";
    background-image: url(../img/news-bottom.webp);
    position: absolute;
    bottom: -52px;
    width: 100%;
    height: 53px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-news::after {
        background-size: 100% auto;
        background-position: center top;
    }
}
.neru40-news__inner {
    padding-bottom: 50px;
    position: relative;
}
.neru40-news__heading {
    font-weight: 500;
    font-size: 32px;
    color: #0c73cc;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .neru40-news__heading {
        font-size: 20px;
    }
}
.neru40-news__list-wrapper {
    text-align: center;
    display: block;
}
.neru40-news__list {
    display: inline-block;
    overflow-y: scroll; 
    height: 130px;
}
@media screen and (max-width: 767px) {
    .neru40-news__list {
        height: 230px;
    }
}
.neru40-news__date {
    width: 125px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .neru40-news__date {
        width: auto;
    }
}
.neru40-news__item {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    text-align: left;
    padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
    .neru40-news__item {
        font-size: 11px;
        display: grid;
        grid-template-columns: 1fr 70%;
        width: 90%;
        margin: 10px auto;
        padding: 0;
    }
}
.neru40-news__title {
    padding-left: 30px;
}
.neru40-news__title .neru40-news__underline {
    width: 60%;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .neru40-news__title {
        padding-left: 0;
    }
}

.neru40-product {
    background-color: #FFFADE;
    position: relative;
    z-index: 1;
}
.neru40-product::before {
    content: "";
    background-image: url(../img/product-top.png);
    position: absolute;
    top: -83px;
    left: 0;
    width: 100%;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-product::before {
        background-size: 100% auto;
        background-position: center bottom;
    }
}
.neru40-product::after {
    content: "";
    background-image: url(../img/product-bottom.png);
    position: absolute;
    bottom: -83px;
    width: 100%;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-product::after {
        background-size: 100% auto;
        background-position: center top;
    }
}
.neru40-product__inner {
    padding: 30px 0 0px;
    position: relative;
}
.neru40-product__heading {
    text-align: center;
    width: 470px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .neru40-product__heading {
        width: 90%;
    }
}
.swiper-wrapper.neru40-product__image-list {
    display: flex;
    justify-content: center;
    width: 600px;
    align-items: center;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .swiper-wrapper.neru40-product__image-list {
        width: 90%;
        margin: 0 auto;
    }
}
.neru40-product__image {
    height: 125px;
    cursor: pointer;
    display: flex;
}
.neru40-product__image img {
    display: block;
    height: 105px;
    padding: 5px 5px 20px;
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .neru40-product__image img {
        height: 45px;
        padding: 0 3px 0;
        width: auto;
        margin-bottom: 20px;
    }
}
.neru40-product__image.of-ramune img {
    padding: 10px 5px 25px;
}
@media screen and (max-width: 767px) {
    .neru40-product__image.of-ramune img {
        padding: 4px 3px 4px;
    }
}
.neru40-product__image.swiper-slide-thumb-active {
    position: relative;
    padding-bottom: 3px;
}
.neru40-product__image.swiper-slide-thumb-active img {
    transform-origin: center bottom;
    transform: scale(1.2);
}
.neru40-product__image.swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    height: 4px;
    width: 90%;
    background-color: #E959BA;
    border-radius: 3px;
}
.neru40-product__panel {
    position: relative;
    overflow: hidden;
}
.neru40-product-panel {
    background-image: url(../img/product-panel-back-1.webp);
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
    border-radius: 15px;
    border: solid #DD25A1 3px;
    text-align: center;
}
.neru40-product-panel.of-4 {
    background-image: url(../img/product-panel-back-4.webp);
    border: solid #F0B900 3px;
}
.neru40-product-panel.of-5 {
    background-image: url(../img/product-panel-back-5.webp);
    border: solid #E61E1E 3px;
}
.neru40-product-panel.of-6 {
    background-image: url(../img/product-panel-back-6.webp);
    border: solid #65C3F0 3px;
}
.neru40-product-panel.of-9 {
    background-image: url(../img/product-panel-back-9.webp);
    border: solid #00A73C 3px;
}
.neru40-product-panel__button {
    height: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.neru40-product-panel__button img {
    margin: 0 auto;
    width: auto;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .neru40-product-panel__button {
        height: 50px;
    }
}
.neru40-product-panel__button:hover {
    opacity: .7;
}
.neru40-product__panel {
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
    border-radius: 15px;
    text-align: center;
}
.neru40-product__panel.of-orange {
    background-image: url(../img/product-panel-back-orange.webp);
    border: solid #ED7701 3px;
}
.neru40-product__panel.of-purple {
    background-image: url(../img/product-panel-back-purple.webp);
    border: solid #985CCB 3px;
}
.neru40-product__panel.of-pink {
    background-image: url(../img/product-panel-back-1.webp);
    border: solid #DD25A1 3px;
}
.neru40-product__panel.of-blue {
    background-image: url(../img/product-panel-back-6.webp);
    border: solid #65C3F0 3px;
}
.neru40-product__panel.of-yellow {
    background-image: url(../img/product-panel-back-4.webp);
    border: solid #F0B900 3px;
}
.neru40-product__panel.of-red {
    background-image: url(../img/product-panel-back-5.webp);
    border: solid #E61E1E 3px;
}
.neru40-product__panel.of-cheese {
    background-image: url(../img/product-panel-back-cheese.webp);
    border: solid #5C2772 3px;
}
.neru40-product__panel.of-green {
    background-image: url(../img/product-panel-back-9.webp);
    border: solid #00A73C 3px;
}
.neru40-product__panel.of-indigo {
    background-image: url(../img/product-panel-back-indigo.webp);
    border: solid #0C73CC 3px;
}
.neru40-product__panel-header {
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 28px;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-header {
        height: 60px;
        line-height: 14px;
    }
}
.neru40-product__panel-header.of-chupa {
    height: 130px;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-header.of-chupa {
        height: 80px;
    }
}
.neru40-product__panel-title {
    padding: 9px 58px;
    border-radius: 35px;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-title {
        padding: 4px 26px;
        font-size: 16px;
    }
}
.neru40-product__panel-title.of-orange {
    background: #ED7701;
}
.neru40-product__panel-title.of-pink {
    background: #dd25a1;
}
.neru40-product__panel-title.of-purple {
    background: #985CCB;
}
.neru40-product__panel-title.of-yellow {
    background: #F0B900;
}
.neru40-product__panel-title.of-red {
    background: #E61E1E;
}
.neru40-product__panel-title.of-cheese {
    background: #5C2772;
}
.neru40-product__panel-title.of-blue {
    background: #65C3F0;
}
.neru40-product__panel-title.of-green {
    background: #00A73C;
}
.neru40-product__panel-title.of-indigo {
    background: #0C73CC;
}
.neru40-product__panel-text-wrapper {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-text-wrapper {
        height: 80px;
    }
}
.neru40-product__panel-text-wrapper.of-chupa {
    height: 80px;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-text-wrapper.of-chupa {
        height: 60px;
    }
}
.neru40-product__panel-text {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #dd25a1;
    width: 100%;
}
.neru40-product__panel-text small {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-text {
        font-size: 14px;
        line-height: 16px;
    }
}
.neru40-product__panel-text.of-orange {
    color: #ED7701;
}
.neru40-product__panel-text.of-yellow {
    color: #f48005;
}
.neru40-product__panel-text.of-purple {
    color: #985CCB;
}
.neru40-product__panel-text.of-red {
    color: #E61E1E;
}
.neru40-product__panel-text.of-cheese {
    color: #5C2772;
}
.neru40-product__panel-text.of-blue {
    color: #0c73cc;
}
.neru40-product__panel-text.of-green {
    color: #00A73C;
}
.neru40-product__panel-text.of-indigo {
    color: #0C73CC;
}
.neru40-product__panel-asterisk {
    text-align: right;
    width: 88%;
    margin: 0 auto;
}
.neru40-product__panel-asterisk.of-pink {
    color: #dd25a1;
}
.neru40-product__panel-asterisk.of-green {
    color: #00A73C;
}
.neru40-product__panel-asterisk.of-orange {
    color: #ED7701;
}
.neru40-product__panel-image {
    height: 380px;
    display: block;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-image {
        height: 190px;
    }
}
.neru40-product__panel-image img {
    width: auto;
    height: 100%;
    filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.3));
}
.neru40-product__panel-image.of-mini {
    height: 380px;
    padding-top: 20px;
    padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-image.of-mini {
        height: 190px;
        padding-top: 10px;
    }
}
.neru40-product__panel-image.of-new::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    right: 60px;
    bottom: 20%;
    background-image: url(../img/product-new.svg);
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-image.of-new::after {
        width: 50px;
        height: 50px;
        right: 13vw;
        bottom: 70%;
        background-size: cover;
    }
}
.neru40-product__panel-button {
    height: 40px;
    width: 400px;
    border-radius: 40px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-button {
        height: 30px;
        width: 260px;
    }
}
.neru40-product__panel-button.of-orange {
    background: #ED7701;
}
.neru40-product__panel-button.of-pink {
    background: #dd25a1;
}
.neru40-product__panel-button.of-purple {
    background: #985CCB;
}
.neru40-product__panel-button.of-yellow {
    background: #F0B900;
}
.neru40-product__panel-button.of-red {
    background: #E61E1E;
}
.neru40-product__panel-button.of-cheese {
    background: #5C2772;
}
.neru40-product__panel-button.of-blue {
    background: #65C3F0;
}
.neru40-product__panel-button.of-green {
    background: #00A73C;
}
.neru40-product__panel-button.of-indigo {
    background: #0C73CC;
}
.neru40-product__panel-button.of-wide {
    width: 460px;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-button.of-wide {
        width: 260px;
    }
}
.neru40-product__panel-button-main {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-button-main {
        font-size: 16px;
        line-height: 16px;
    }
}
.neru40-product__panel-button-sub {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-button-sub {
        font-size: 10px;
    }
}
.neru40-product__panel-button-window {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin: 15px auto 0;
}
.neru40-product__panel-button-window p {
    text-decoration: underline;
    color: #000;
    display: inline-block;
    padding-right: 24px;
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-button-window p {
        padding-right: 18px;
    }
}
.neru40-product__panel-button-window img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .neru40-product__panel-button-window img {
        width: 14px;
        height: 14px;
    }
}
.neru40-product__next {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
}
.neru40-product__next:hover {
    opacity: .7;
}
.neru40-product__prev {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    z-index: 4;
    cursor: pointer;
}
.neru40-product__prev:hover {
    opacity: .7;
}
.swiper {
    width: 600px;
    height: auto;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .swiper {
        width: 90%;
        margin: 0 auto;
    }
}
.neru40-product__swiper {
    z-index: 3;
    position: relative;
}
.neru40-product__nerune {
    margin: 0 auto;
    width: 360px;
    z-index: 3;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-product__nerune {
        width: 240px;
    }
}
.neru40-product__candy-1 {
    position: absolute;
    top: 17.419%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-product__candy-2 {
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    z-index: 1;
    animation: candey 3s infinite;
    animation-delay: 1s;
}
.neru40-majo {
    background: linear-gradient(212deg, #c1ecff 0%, #ffbee3 100%);
}
.neru40-majo__inner {
    padding: 100px 0 95px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .neru40-majo__inner {
        padding: 70px 0 95px;
    }
}
.neru40-majo__heading {
    text-align: center;
    width: 525px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-majo__heading {
        width: 80%;
    }
}
.neru40-majo__image {
    width: 580px;
    margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-majo__image {
        width: 90%;
        margin: 20px auto;
    }
}

.neru40-majo__small {
    font-size: 15px;
    width: 580px;
    margin: 10px auto 0;
    color: #0C73CC;
}
@media screen and (max-width: 767px) {
    .neru40-majo__small {
        width: 90%;
    }
}
.neru40-majo__text {
    width: 538px;
    margin: 17px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-majo__text {
        width: 85%;
    }
}
.neru40-majo__hatena {
    width: 90%;
    margin: 18px auto 25px;
}
@media screen and (max-width: 767px) {
    .neru40-majo__hatena {
        margin: 18px auto 15px;
    }
}

.neru40-majo__candy-1 {
    position: absolute;
    top: 17.99%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-majo__candy-2 {
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
    animation-delay: 1s;
}
.neru40-campaign {
    background-color: #FFFADE;
    position: relative;
    padding-bottom: 20px;
}
.neru40-campaign::before {
    content: "";
    background-image: url(../img/campaign-top.webp);
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
    height: 54px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-campaign::before {
        background-size: 100% auto;
        background-position: center bottom;
    }
}
.neru40-campaign::after {
    content: "";
    background-image: url(../img/campaign-bottom.webp);
    position: absolute;
    bottom: -83px;
    left: 0;
    width: 100%;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .neru40-campaign::after {
        background-size: 100% auto;
        background-position: center top;
    }
}
.neru40-campaign__inner {
    padding: 10px 0 34px;
    position: relative;
}
.neru40-campaign__heading {
    text-align: center;
    width: 470px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__heading {
        width: 80%;
    }
}
.neru40-campaign__sub-heading {
    text-align: center;
    padding-top: 36px;
    width: 100px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__sub-heading {
        width: 80px;
        margin: 30px auto 0;
        padding: 0;
    }
}
.neru40-campaign__image {
    width: 580px;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__image {
        width: 90%;
        margin: 20px auto;
    }
}
.neru40-campaign__text {
    width: 580px;
    margin: 18px auto 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #0c73cc;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__text {
        width: 100%;
        margin: 15px auto 0;
        font-size: 12px;
        line-height: 24px;
    }
}
.neru40-campaign__text-strong {
    color: #DD25A1;
}
.neru40-campaign_head {
    width: 115px;
    margin: 17px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign_head {
        width: 24%;
        margin: 17px auto 0;
    }
}
.neru40-campaign__step {
    width: 580px;
    margin: 24px auto 0;
    text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__step {
        width: 90%;
    }
}
.neru40-campaign__date {
    margin: 12px auto 0;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #0c73cc;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__date {
        width: 100%;
        margin: 6px auto 0;
        font-size: 13px;
    }
}
.neru40-campaign__end {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    color: #707070;
    margin-top: 35px;
    font-style: italic;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__end {
        font-size: 14px;
        margin-top: 24px;
    }
}

.neru40-campaign__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 580px;
    margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__list {
        grid-template-columns: 1fr;
        width: 90%;
        gap: 15px;
    }
}
.list-1, .list-2 {
    margin-left: 1.2em;
    text-indent: -1.2em;
}
.neru40-campaign__item {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #0c73cc;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__item {
        font-size: 12px;
        line-height: 20px;
    }
}
.neru40-campaign__item.of-right {
    display: flex;
    justify-content: flex-end;
}
.neru40-campaign__item.of-right p {
    display: inline-block;
}
.neru40-campaign__item-red {
    color: #DD25A1;
}
.neru40-campaign_more {
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign_more {
        width: 65px;
        margin: 20px auto 0;
    }
}
.neru40-campaign__banner {
    width: 580px;
    margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__banner {
        width: 90%;
        margin: 20px auto 0;
    }
}
.neru40-campaign__rule {
    width: 650px;
    margin: 43px auto;
    background-color: #FFFDEF;
    border: 3px solid #DD25A1;
    border-radius: 30px;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__rule {
        width: 90%;
        margin: 30px auto 0;
        border-radius: 15px;
    }
}
.neru40-campaign__rule-header {
    position: relative;
    text-align: center;
    list-style: none;
    padding: 45px 5% 0px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__rule-header {
        padding: 35px 5% 0px;
        font-size: 14px;
    }
    .neru40-campaign__rule-header img {
        width: auto;
        height: 18px;
    }
}
.neru40-campaign__rule-button {
    position: absolute;
    width: 50px;
    height: 5px;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #DD25A1;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__rule-button {
        height: 3px;
        width: 25px;
    }
}
.neru40-campaign__rule-button::after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #DD25A1;
    display: block;
    transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
    .neru40-campaign__rule-button::after {
        height: 3px;
        width: 25px;
    }
}
.neru40-campaign__rule-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    height: 400px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.neru40-campaign__contact .neru40-campaign__box-text {
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__contact .neru40-campaign__box-text {
        text-align: center;
    }
}
.neru40-campaign__box-text {
    width: 580px;
    margin: 0 auto;
    padding-bottom: 18px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__box-text {
        width: 90%;
        font-size: 14px;
    }
}
.neru40-campaign__box-link {
    color: #DD25A1;
    overflow-wrap: break-word;
    word-break: break-word;
}
.neru40-campaign__box-mail {
    color: #0C73CC;
}
.neru40-campaign__contact {
    width: 650px;
    margin: 43px auto 0;
    background-color: #FFFDEF;
    border: 3px solid #0C73CC;
    border-radius: 30px;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__contact {
        width: 90%;
        margin: 20px auto 0;
        border-radius: 15px;
    }
}
.neru40-campaign__contact-title {
    text-align: center;
    padding: 32px 0 24px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__contact-title {
        padding: 25px 0 18px;
    }
    .neru40-campaign__contact-title img {
        width: auto;
        height: 18px;
    }
}
.neru40-campaign__more {
    z-index: 4;
    position: relative;
    padding: 60px 5% 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more {
        padding: 24px 5% 0;
    }
}
.neru40-campaign__more-image {
    width: 100%;
    margin: 0 auto ;
    padding-bottom: 10px;
}
.neru40-campaign__more-text {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    color: #dd25a1;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-text {
        font-size: 16px;
    }
}
.neru40-campaign__button-link {
    width: 580px;
    height: 80px;
    background: linear-gradient(90deg, rgb(255, 129, 214) 0%, rgb(101, 195, 240) 100%);
    border-radius: 10px;
    display: block;
    margin: 24px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
   .neru40-campaign__button-link {
        width: 90%;
        height: 60px;
    }
}
.neru40-campaign__button-link:hover {
    opacity: .7;
    transition: opacity 0.3s ease;
}
.neru40-campaign__button-link::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 13px solid #FFFFFF;
    border-right: 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__button-link::after {
        right: 14px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 10px solid #FFFFFF;
    }
}
.neru40-campaign__button-text {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__button-text {
        font-weight: 500;
        font-size: 12px;
    }
}
.neru40-campaign__more-chain {
    width: 320px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-chain {
        width: 60%;
    }
}
.neru40-campaign__more-chain-image {
    width: 151px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-chain-image {
        width: 100px;
    }
}
.neru40-campaign__more-small {
    font-size: 15px;
    width: 100%;
    margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-small {
        font-size: 9px;
    }
}
.neru40-campaign__candy-1 {
    position: absolute;
    top: 3vw;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-campaign__candy-2 {
    position: absolute;
    top: 12vw;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
    animation-delay: 1s;
}
.neru40-campaign__candy-3 {
    position: absolute;
    bottom: -20px;
    left: 0%;
    width: 100%;
    animation: candey 3s infinite;
}
.neru40-campaign__more-set {
    display: flex;
    width: 100%;
    margin: 25px auto 0;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-set {
        margin: 12px auto 0;
    }
}
.neru40-campaign__more-set-image {
    width: 340px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-set-image  {
        width: 50%;
    }
}
.neru40-campaign__more-set-text {
    width: 290px;
}
@media screen and (max-width: 767px) {
    .neru40-campaign__more-set-text  {
        width: 50%;
        padding-left: 10px;
    }
}
.neru40-member {
    background: linear-gradient(234deg, #c1ecff 0%, #ffbee3 100%);
}
.neru40-member__inner {
    padding: 110px 0 100px;
    position: relative;
}
.neru40-member__heading {
    text-align: center;
    width: 525px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-member__heading {
        width: 80%;
    }
}
.neru40-member__image {
    width: 100%;
    margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-member__image {
        width: 100%;
        margin: 20px auto 0;
    }
}
.neru40-member__image-text {
    font-size: 12px;
    text-align: right;
    width: 90%;
    margin: 0 auto;
    color: #dd25a1;
}
@media screen and (max-width: 767px) {
    .neru40-member__image-text {
        font-size: 10px;
    }
}
.neru40-member__text {
    width: 580px;
    margin: 10px auto 0;
    width: 580px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #dd25a1;
}
@media screen and (max-width: 767px) {
    .neru40-member__text {
        width: 90%;
        margin: 10px auto 0;
        font-size: 14px;
    }
}
.neru40-member__text-2 {
    width: 580px;
    margin: 25px 30px 0;
    width: 580px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #dd25a1;
}

@media screen and (max-width: 767px) {
    .neru40-member__text-2 {
        width: 90%;
        margin: 20px 20px 0;
        font-size: 12px;
        line-height: 1.5;
    }
    .neru40-member__text-2 small {
        font-size: 11px;
    }
}
.neru40-member__text-2 li{
    margin-left: 1.1em;
    text-indent: -1.1em;
    line-height: 1.5;
    margin-top: 6px;
}
.neru40-member__text-small {
    line-height: 1.3;
    font-size: 13px;
}
.neru40-member__text-small .wavy {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: rgb(221, 37, 161);
}
@media screen and (max-width: 767px) {
    .neru40-member__text-small {
        font-size: 11px;
    }
}
.neru40-member__candy-1 {
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation-delay: 1s;
    animation: candey 3s infinite;
    animation-delay: 1s;
}
make {
    background: linear-gradient(212deg, #c1ecff 0%, #ffbee3 100%);
}
.neru40-make__inner {
    padding: 117px 0 95px;
    position: relative;
}
.neru40-make__heading {
    text-align: center;
    width: 525px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-make__heading {
        width: 80%;
    }
}
.neru40-make__image {
    width: 580px;
    margin: 28px auto 0;
}
@media screen and (max-width: 767px) {
    .neru40-make__image {
        width: 90%;
        margin: 20px auto;
    }
}
.neru40-make__text {
    font-weight: 500;
    width: 580px;
    margin: 28px auto 0;
    text-align: center;
    color: #0C73CC;
}
@media screen and (max-width: 767px) {
    .neru40-make__text {
        width: 90%;
        margin: 20px auto;
        font-size: 14px;
    }
}
.neru40-make__sub-heading {
    text-align: center;
    padding-top: 36px;
    width: 310px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .neru40-make__sub-heading {
        width: 240px;
        margin: 30px auto 0;
        padding: 0;
    }
}
.neru40-make__majo {
    display: block;
    margin: 32px 5% 0;
}
.neru40-make__candy-1 {
    position: absolute;
    top: 17.99%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-make__candy-2 {
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
    animation-delay: 1s;
}



.neru40-italic {
    font-style: italic;
}
.neru40-candy-1 {
    position: absolute;
    top: 17.99%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-candy-2 {
    position: absolute;
    top: 46%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-candy-3 {
    position: absolute;
    bottom: 30px;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
    animation-delay: 1s;
}

.neru40-container {
    width: 650px;
    margin: 0 auto 0;
    border-radius: 30px;
    background: #fffdef;
    padding: 105px 5% 50px;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-container {
        width: 90%;
        margin: 0 auto 0;
        border-radius: 15px;
        padding: 15vw 5% 20px;
    }
}

.neru40-heading {
    width: 525px;
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .neru40-heading {
        width: 80%;
        top: -11vw;
    }
}
.neru40-image.of-corner img{
    border-radius: 15px;
}






.neru40-neruneru {
    background: linear-gradient(212deg, #ffbee3 0%, #c1ecff 100%);
    padding: 60px 0 108px;
    position: relative;
}
.neru40-neruneru__candy-1 {
    position: absolute;
    top: 6.578%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-neruneru__candy-2 {
    position: absolute;
    top: 16.754%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
    animation-delay: 1s;
}
.neru40-neruneru__candy-3 {
    position: absolute;
    top: 54.692%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
    animation-delay: .5s;
}
.neru40-neruneru__candy-4 {
    position: absolute;
    top: 59.342%;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-neruneru__candy-5 {
    position: absolute;
    bottom: 10px;
    left: 0%;
    width: 100%;
    z-index: 0;
    animation: candey 3s infinite;
}
.neru40-neruneru__heading {
    text-align: center;
    z-index: 2;
    width: 400px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__heading {
        width: 80%;
    }
}
.neru40-neruneru__youtube {
    width: 580px;
    margin: 0 auto;
    padding-top: 18px;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__youtube {
        width: 90%;
    }
}
.neru40-neruneru__youtubhe-video {
    width: 580px;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__youtubhe-video {
        width: 100%;
    }
}
.neru40-neruneru__text {
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.03em;
    line-height: 42px;
    text-align: center;
    color: #0c73cc;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__text {
        font-size: 13px;
        line-height: 2.4;
    }
}
.neru40-neruneru__text-end {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #0c73cc;
    margin-top: 18px;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__text-end {
        font-size: 16px;
        margin-top: 13px;
    }
}
.neru40-neruneru__logo {
    width: 391px;
    margin: 20px auto 30px;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__logo {
        margin: 15px auto 20px;
        width: 220px;
    }
}
.neru40-neruneru__text-wrapper {
    text-align: center;
    position: relative;
}
.neru40-neruneru__button {
    transition: all .5s;
}
.neru40-neruneru__button:hover {
    opacity: .7;
    transition: all .5s;
}
.neru40-neruneru__button {
    margin: 0 auto 0;
    width: 580px;
}
@media screen and (max-width: 767px) {
    .neru40-neruneru__button {
        width: 90%;
    }
}
.neru40-neruneru__button.of-2 {
    margin-top: 8px;
}


.neru40-new-flavor {
    background: linear-gradient(212deg, #c1ecff 0%, #ffbee3 100%);
    padding: 180px 0 110px;
    position: relative;
}
.neru40-new-flavor__image {
    margin: 25px 0 40px;
    img {
        border-radius: 15px;
    }
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__image {
        margin: 10px 0 30px;
    }
}
.neru40-new-flavor__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    color: #434343;
    margin-top: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__text {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__text-margin {
        margin-top: 12px;
        display: block;
    }
}
.neru40-new-flavor__ep {
    margin-top: 85px;
}
.neru40-new-flavor__ep-num {
    text-align: center;
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1;
    font-weight: bold;
}
.neru40-new-flavor__ep-num::before {
    content: "ー";
    padding-right: 9px;
}
.neru40-new-flavor__ep-num::after {
    content: "ー";
    padding-left: 9px;
}
.neru40-new-flavor__ep-title {
    text-align: center;
    font-size: 28px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1;
    margin-top: 25px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__ep-title {
        margin: 22px auto 0;
        font-size: 23px;
        line-height: 1.3;
    }
}

.neru40-new-flavor__ep-image {
    margin: 35px auto 0;
    width: 384px;
    display: block;
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__ep-image {
        width: 280px;
    }
}
.neru40-new-flavor__ep-image.of-sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__ep-image.of-sp {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .neru40-new-flavor__ep-image.of-pc {
        display: none;
    }
}


.neru40-modal {
  visibility: hidden;
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: -100000000;

}
.neru40-modal.open {
  visibility: visible;
  z-index: 100000000;
}
.neru40-modal__inner {
  position: relative;
  max-width: 600px;
  width: fit-content;
  padding: 0 40px 0;
}
.neru40-modal__inner.of-video {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .neru40-modal__inner {
        position: relative;
        max-width: 600px;
        width: 88%;
        padding: 0 ;
    }
    .neru40-modal__inner.of-video {
        width: 88%;
    }
}

.neru40-modal__inner.of-img {
  max-width: 700px;
}
.neru40-modal__close {
  position: absolute;
  top: -4px;
  right: -40px;
  background: none;
  border: none;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  color: #FFF;
    z-index: 100000001;
}
@media screen and (max-width: 767px) {
    .neru40-modal__close {
        top: -10px;
        right: -7px;
    }
}
.neru40-modal__content {
    overflow: auto;
    max-height: 90vh;
}
@media screen and (max-width: 767px) {
    .neru40-modal__content {
        margin-top: 40px;
    }
}
.neru40-modal__content.of-video {
    overflow: visible;
    margin: 0 auto;
    max-height: 90vh;
    max-height: 90svh;
    max-height: 90dvh;
    aspect-ratio: 9 / 16;
    height: 100%;
}


.neru40-modal__content-video {
    width: fit-content;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .neru40-modal__content-video {
        height: auto;
        padding-top: 40px;
    }
}
.video-js .vjs-big-play-button {
  display: none !important;
}