.c-under-color {
    color: #f46490; 
}
.c-under-title01 {
    margin-bottom: 40px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .c-under-title01 {
        margin-bottom: 6.66666667vw;
        font-size: 6.66666667vw;
    }
}
.c-under-title01::after {
    display: block;
    width: 170px;
    height: 3px;
    margin: 20px auto 0;
    background: linear-gradient(to right, transparent, #f46490 25%, #f46490 75%, transparent);
    content: "";
}
@media screen and (max-width:767px) {
    .c-under-title01::after {
      margin-top: 2.66666667vw;
      width: 21.33333333vw;
      height: 2px;
    }
}
.c-under-title01 > span {
    background: linear-gradient(to top, #ee3a80, #ff7db0);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.c-under-title01--large {
    font-size: 1.2em;
}
.c-under-title02 {
    margin-bottom: 10px;
    font-size: 38px;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .c-under-title02 {
        margin-bottom: 2.66666667vw;
        font-size: 6.93333333vw;
    }
}

.under-mv {
    background: #feeff4;
}

.under-mv__content {
    position: relative;
    /* max-width: 1400px; */
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
}
.under-mv__ttl {
    color: #f46490;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 40px;
    line-height: 1.36;
    filter: drop-shadow(5px 5px 5px #feeff4) drop-shadow(-5px -5px 5px #feeff4) drop-shadow(-5px 5px 5px #feeff4) drop-shadow(5px -5px 4px #feeff4);
}
@media screen and (max-width: 767px) {
    .under-mv__ttl {
        font-size: 5.73333333vw;
    }
}

.under-mv__ttl--large {
    font-size: 1.25em;
}
.under-mv__ttl-note {
    color: #0a185a;
    font-size: 0.675em;
}
.under-mv__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 79px;
    z-index: 1;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .under-mv__box {
        left: 20px;
    }
}
.under-mv__bg {
    width: fit-content;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .under-mv__bg {
        width: 61.33333333vw;
    }
}
.under-lead {
    padding: 80px 0 78px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .under-lead {
        padding: 10.6666666667vw 0 10.66666666667vw;
    }
}

.under-lead__title {
    /* margin: 0 auto 34px; */
    margin-bottom: 34px;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
}
.under-lead__title--large {
    font-size: 1.2em;
}

@media screen and (max-width: 767px) {
    .under-lead__title {
        margin-bottom: 4vw;
        font-size: 4.8vw;
    }
}

.under-lead__caption {
    line-height: 1.8;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .under-lead__caption {
        font-size: 3.733333333333vw;
    }
}

.under-lead__caption strong {
    font-weight: 700;
    color: #08185a;
}

.under-body {
    padding: 82px 0 80px;
    background: #feeff4;
}

@media screen and (max-width: 767px) {
    .under-body {
        padding: 10.6666666667vw 0 10.66666666667vw;
    }
}

.under-body__block {
    padding: 76px 0 80px;
    box-shadow: 10px 10px 22px rgba(184,69,114,.18);
    box-sizing: border-box;
    background: #FFF;
}

@media screen and (max-width: 767px) {
    .under-body__block {
        padding: 10.2666666666667vw 0 8vw;
    }
}

.under-body__block + .under-body__block {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    .under-body__block + .under-body__block {
        margin-top: 10.6666666667vw;
    }
}

.under-body__block_box + .under-body__block_box {
    margin-top: 59px;
}

.under-body__block_title {
    margin: 0 auto 70px;
}

@media screen and (max-width: 767px) {
    .under-body__block_title {
        margin-bottom: 8vw;
    }
}

.under-body__block_subtitle {
    margin: 0 auto 30px;
}

.under-body__block_content {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .under-body__block_content {
        padding: 0 10.6666666667vw;
        box-sizing: border-box;
    }
}

.under-body__block_caption {
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .under-body__block_caption {
        font-size: 3.7333333333333vw;
    }
}

.under-body__block_caption strong {
    background: linear-gradient(to top, #fef28a 12px, rgba(255,255,255,0) 12px);
    font-size: calc(18px * 1.2);
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .under-body__block_caption strong {
        font-size: 1.2em;
    }
}

.under-body__block_att {
    margin: 30px 0 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .under-body__block_att {
        margin-top: 5.3333333333vw;
        font-size: 3.2vw;
    }
}

.under-body__block_image {
    margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
    .under-body__block_image {
        margin-top: 5.3333333333333vw;
    }
}

.under-body__block_btn {
    margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
    .under-body__block_btn {
        margin-top: 7.7333333333333vw;
    }
}

.under-body__note {
    margin: 122px auto 0;
}

@media screen and (max-width: 767px) {
    .under-body__note {
        margin-top: 14.666666666667vw;
    }
}

.under-body__btn-01 {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .under-body__btn-01 {
        width: 78.66666666667vw;
    }
}

.under-note {
    max-width: 870px;
    width: 100%;
    padding: 10px 0 60px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #feeff4;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .under-note {
        width: calc(100% - calc(2.66666666667vw * 2));
        margin-left: 2.666666666667vw;
        margin-right: 2.666666666667vw;
        padding: 5.33333333333333vw 0 5.6vw;
    }
}

.under-note::before {
    content: "";
    width: 100%;
    height: 84px;
    background: url(../img/mukumi/note-top.png) 50% 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -42px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .under-note::before {
        height: 8.53333333333333vw;
        background-image: url(../img/mukumi/note-top-sp.png);
        top: -4vw;
    }
}

.under-note__title {
    margin: 0 auto 29px;
}

@media screen and (max-width: 767px) {
    .under-note__title {
        margin-bottom: 5.3333333333333vw;
    }
}

.under-note__caption {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .under-note__caption {
        max-width: 100%;
        width: auto;
        margin: 0 5.33333333333vw;
        font-size: 3.73333333333333vw;
    }
}

.under-note__image {
    margin: 39px auto 0;
}

@media screen and (max-width: 767px) {
    .under-note__image {
        margin-top: 5.6vw;
    }
}

.under-outher {
    padding: 122px 0 80px;
}

@media screen and (max-width: 767px) {
    .under-outher {
        padding: 14.66666666666667vw 0 13.3333333333333vw;
    }
}

.under-outher__note {
    margin: 0 auto;
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .under-outher__note {
        padding-top: 5.33333333333333vw;
    }
}

.under-outher__note_title {
    max-width: 246px;
    width: 100%;
    margin: 44px auto 16px;
}

@media screen and (max-width: 767px) {
    .under-outher__note_title {
        max-width: 45.3333333333vw;
        margin: 6.666666666667vw auto 3.8666666666667vw;
    }
}

.under-outher__note_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 35px;
    margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
    .under-outher__note_wrap {
        flex-direction: column;
        row-gap: 5.466666666667vw;
        margin-bottom: 7.06666666666667vw;
    }
}

.under-outher__note_image {
    width: 170px;
}

@media screen and (max-width: 767px) {
    .under-outher__note_image {
        width: 46.66666666666667vw;
    }
}

.under-outher__note_name {
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .under-outher__note_name {
        text-align: center;
        font-size: 3.733333333333vw;
    }
}

.under-outher__note_caption {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .under-outher__note_caption {
        max-width: 100%;
        width: auto;
        margin: 0 5.33333333333333vw;
        font-size: 3.733333333333333vw;
    }
}

.under-outher__note_caption strong {
    background: linear-gradient(to top, #fef28a 0.75em, rgba(255,255,255,0) 0.75em);
}

.under-banner {
    margin: 79px auto 0;
}

.under-banner__nomargin {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .under-banner {
        margin-top: 13.2vw;
    }
}

.under-banner__title {
    /* margin: 0 auto 26px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 27px;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .under-banner__title {
        /* margin-bottom: 2.666666666667vw; */
        margin-bottom: 2.66666667vw;
        font-size: 4.26666667vw;
    }
}
.under-banner__title::before,
.under-banner__title::after {
    display: flex;
    width: 3px;
    height: 1.4em;
    background: currentColor;
    content: "";
}
@media screen and (max-width: 767px) {
    .under-banner__title::before,
    .under-banner__title::after {
        width: 2px;
    }
}
.under-banner__title::before {
    margin-right: .5em;
    transform: rotate(-30deg);
}

.under-banner__title::after {
    margin-left: .5em;
    transform: rotate(30deg);
}
.under-banner__title--large {
    font-size: 1.2em;
}

.under-banner__link {
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.under-banner__link + .under-banner__link {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .under-banner__link {
        width: 89.3333333333333vw;
    }

    .under-banner__link + .under-banner__link {
        margin-top: 5.33333333333333vw;
    }
}