@charset "utf-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.15;
    font-feature-settings: "palt";
}

img.w100 {
    max-width: 100%;
    height: auto
}

.sp {
    display: none
}

.pc {
    display: block
}

.wrap {
    max-width: 1200px;
    margin: auto;
    width: 95%
}

.hover:hover {
    filter: opacity(70%)
}

.hover_R:hover {
    filter: opacity(90%)
}

ul.right {
    display: flex;
    justify-content: space-between;
    list-style: none
}

ul.right li.i1 {
    width: 147px;
    margin-right: 24px
}

ul.right li.i2 {
    width: 126px
}

h2.accent {
    padding-top: 62px
}

h2.animate__animated,
h3.animate__animated,
.animate__animated {
    animation-duration: 2s;
    opacity: 0;
}

/* slider */
.slidewrap {
    background-color: #009FE8;
    width: 100%;
    padding: 54px 0;
}

.s_container {
    max-width: 1144px;
    width: 90%;
    margin: auto;
    position: relative;
    padding: 0 27px;
}

.s_container .swiper {
    /*スライダーの幅と高さを調整*/
    max-width: 1144px;
    width: 100%;
    margin: auto;
    height: 750px;
    border-radius: 40px;
    border: 1px solid #000;
    background-color: #FFF;
}

.s_container .swiper-slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.s_container .swiper-slide img {
    margin: auto;
}

.s_container .swiper-button-next,
.s_container .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #000;
    background-color: #FFF;
}

.s_container .swiper-button-next:after,
.s_container .swiper-button-prev:after {
    color: #000;
    font-size: 24px;
}

.s_container .swiper-button-prev {
    left: 0;
}

.s_container .swiper-button-next {
    right: 0;
}

.s_container .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #FFF;
    border: 1px solid #000;
    opacity: 1;
}

.s_container .swiper-pagination-bullet-active {
    background: #00AFEC;
    width: 10px;
    height: 10px;
    border: none;
}

.s_container .swiper-horizontal>.swiper-pagination-bullets,
.s_container .swiper-pagination-bullets.swiper-pagination-horizontal,
.s_container .swiper-pagination-custom,
.s_container .swiper-pagination-fraction {
    bottom: 17px;
}




/* slider */


.catch {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 17px 0;
}

.catch h3 {
    max-width: 848px;
    width: 95%;
    margin: auto
}

#about {
    padding: 60px 0 80px;
    margin: auto auto 72px;
    background-color: #00AFEC;
}

.about-wrap {
    max-width: 1144px;
    width: 90%;
    margin: auto;
}

.about-wrap h2 img {
    margin: auto;
}

.about-wrap h2 {
    margin-bottom: 80px;
}

.about-wrap .w_box {
    padding: 60px 0;
    background-color: #FFF;
    border-radius: 40px;
    border: 1px solid #000;
    margin-bottom: 40px;
}

.about-wrap .w_box .box_inner {
    max-width: 939px;
    width: 100%;
    margin: auto;
    position: relative;
}

.about-wrap .w_box h3 {
    background-color: #00AFEC;
    width: 90%;
    text-align: center;
    margin: auto auto 37px;
    border-radius: 50px;
    padding: 6px 0;
}

.about-wrap .flexwrap {
    align-items: center;
    justify-content: space-between;
    max-width: 846px;
    margin: auto auto 30px;
}

.about-wrap img.neko {
    position: absolute;
    left: 0;
    bottom: -60px;
}

.about-wrap img.nae {
    position: absolute;
    right: 0;
    bottom: -60px;
}

.about-wrap p {
    text-align: center;
}

.about-wrap p img {
    margin: auto;
}

.caution {
    text-align: center;
    margin-bottom: 19px;
}

.caution li {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}


.about-wrap .smalltext {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    max-width: 636px;
    margin: auto;
    text-align: left;
}


/* infomation */
.info {
    max-width: 1200px;
    width: 90%;
    margin: auto auto 139px;
    border-radius: 40px;
    background-color: #ECEFF1;
    border: 1px solid #000000;
    padding-bottom: 50px;
}

.info h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 50px auto 40px;
}

.info-list {
    display: flex;
    margin: auto 124px;
}

.info-list .list-item {
    width: 220px;
    margin-right: 24px;
}

.info-list .list-item img {
    margin-bottom: 16px;
}

.info-list .list-item p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-align: left;
}

.info-list .list-item a {
    text-decoration: none;
}

.info-list .list-item:last-child {
    margin-right: 0;
}

/* infomation */



/* sns */
.sns {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 80px;
}

.sns .flexwrap h2 {
    margin-right: 35px;
}

.flexwrap,
.snslist {
    display: flex;
}

.sns .flexwrap {
    position: relative;
    padding: 60px 0;
    max-width: 1440px;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
}


.snslist .list-item {
    margin-right: 16px;
}

.snslist .list-item:last-child {
    margin-right: 0;
}

.sns img.neko {
    position: absolute;
    max-width: 170px;
    height: auto;
    width: 13%;
    top: -59px;
    left: 110px;
}

.sns img.people {
    position: absolute;
    max-width: 271px;
    height: auto;
    right: 70px;
    bottom: 0;
}


/* sns */

.cmp__footer .footer__section .swiper-button-prev:after {
    background-image: url("../../../common/img/arrow_slider_left.png");
}

.cmp__footer .footer__section .swiper-button-next:after {
    background-image: url("../../../common/img/arrow_slider_right.png");
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    width: 70px;
    height: 70px;
    right: 30%;
    top: -7%;
    color: #c7000b;
    background-color: #fff;
    border-radius: 50%;
    text-shadow: none;
    font-size: 70px;
    line-height: 70px;
    filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.25));
    position: absolute
}

.lity-iframe-container {
    padding-top: 53.25%
}

.ytube {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.ytube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ytube a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}


@media screen and (min-width:920px) and (max-width:1080px) {
    .wrap {
        max-width: 94%
    }

    .container h1 {
        margin-right: 86px;
        width: 60px;
        height: auto;
    }

    ul.right {
        justify-content: right
    }

    ul.right li.i1 {
        margin-right: 10px
    }

    h2.accent {
        padding-top: 45px
    }

    .catch h3 {
        width: 100%;
        margin: auto;
        text-align: center
    }

    .catch h3 img {
        width: 95%;
        height: auto;
    }

    #about ul.feature {
        width: 100%;
        margin-bottom: 20px
    }

    #about ul.feature li::before {
        top: 82px;
        bottom: auto;
        left: 21px;
        width: 148px;
        height: 154px;
        background-size: contain
    }

    #about ul.feature li::after {
        right: 25px;
        top: 0;
        bottom: auto;
        width: 139px;
        height: 281px;
        background-size: contain
    }



    #about ul.feature li {
        padding-top: 297px;
        padding-bottom: 0
    }

    #about ul.feature li img {
        width: 100%;
        height: auto
    }

    dl.caution {
        max-width: initial;
        width: 100%
    }

    dl.caution dt::before {
        left: 22%
    }

    dl.caution dd {
        padding: 30px 15px
    }

    /* 諸注意事項 */
    .zerokara {
        padding-bottom: 0
    }

    .zerokara h2 {
        padding-top: 68px;
        margin-bottom: 0;
        width: 90%
    }

    .zerokara h2::before {
        top: 42px
    }

    .lity-close,
    .lity-close:active,
    .lity-close:focus,
    .lity-close:hover,
    .lity-close:visited {
        top: -9%;
        right: 5%
    }

    .lity-iframe-container {
        padding-top: 128.25%
    }
}


@media screen and (max-width:920px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }

    .wrap {
        max-width: 94%
    }

    .container h1 {
        margin-right: 86px;
        width: 60px;
        height: auto;
    }

    ul.right {
        justify-content: right
    }

    ul.right li.i1 {
        margin-right: 10px;
        max-width: 147px;
        width: 50%;
    }

    ul.right li.i2 {
        max-width: 126px;
        width: 50%;
    }

    h2.accent {
        padding-top: 45px
    }

    /* swiper */
    .s_container .swiper {
        height: 142.4vw;
        border-radius: 16px;
    }

    .slidewrap {
        padding: 20px 0;
    }

    .s_container .swiper-button-next,
    .s_container .swiper-button-prev {
        width: 7.467vw;
        height: 7.467vw;
    }

    .s_container .swiper-button-next:after,
    .s_container .swiper-button-prev:after {
        font-size: 2.667vw;
    }

    .s_container .swiper-slide img {
        max-width: 83.733vw;
        height: auto;
        width: 93%;
        margin-top: 30px;
    }

    .s_container .swiper-button-prev {
        left: 19px;
    }

    .s_container .swiper-button-next {
        right: 19px;
    }

    .s_container {
        padding: 0 15px;
    }

    .s_container .swiper-horizontal>.swiper-pagination-bullets,
    .s_container .swiper-pagination-bullets.swiper-pagination-horizontal,
    .s_container .swiper-pagination-custom,
    .s_container .swiper-pagination-fraction {
        bottom: 24px;
    }

    /* swiper */

    .catch {
        padding: 23px 0;
    }

    .catch h3 {
        width: 100%;
        margin: auto;
        text-align: center
    }

    .catch h3 img {
        width: 95%;
        height: auto;
        margin: auto;
    }

    .about-wrap {
        max-width: 94.933vw;
        width: 100%;
    }

    .about-wrap .w_box {
        padding: 32px 0 40px;
        border-radius: 16px;
    }

    .about-wrap .w_box h3 {
        width: 90%;
        margin-bottom: 24px;
    }

    .about-wrap .w_box h3 img {
        width: 51.2vw;
        height: auto;
    }

    .about-wrap .flexwrap {
        padding: 0;
        margin-bottom: 16px;
        flex-direction: column;
    }

    .about-wrap .flexwrap img {
        margin-bottom: 16px;
    }

    .about-wrap .flexwrap img:first-child {
        max-width: 80vw;
    }

    .about-wrap .flexwrap img:last-child {
        margin-bottom: 0;
        max-width: 51.2vw;
    }

    .about-wrap p img {
        max-width: 60.267vw;
    }

    .about-wrap img.neko {
        width: 17.333vw;
        height: 21.867vw;
        bottom: -40px;
        top: auto;
    }

    .about-wrap img.nae {
        width: 17.067vw;
        height: 22.4vw;
        bottom: -40px;
        top: auto;
    }

    .about-wrap .smalltext {
        max-width: 92vw;
        width: 100%;
    }

    .caution {
        margin-bottom: 34px;
    }

    .caution li {
        margin-bottom: 12px;
    }

    .caution li:last-child {
        margin-bottom: 0;
    }





    #about ul.feature {
        width: 100%;
        margin-bottom: 20px;
        max-width: 84.267vw;
    }

    #about ul.feature li::before {
        top: 32.533vw;
        bottom: auto;
        left: 1.6vw;
        width: 39.467vw;
        height: 41.067vw;
        background-size: contain
    }

    #about ul.feature li::after {
        right: 2.933vw;
        bottom: auto;
        width: 37.067vw;
        height: 74.933vw;
        top: 10.667vw;
        background-size: contain;
    }

    #about {
        margin-bottom: 81px
    }

    #about ul.feature li {
        padding-top: 89.867vw;
        padding-bottom: 0
    }

    #about ul.feature li img {
        width: 100%;
        height: auto
    }


    /* INFO */
    .info {
        margin-bottom: 75px;
    }

    .info-list {
        margin: auto 15px;
        flex-wrap: wrap;
    }

    .info-list .list-item {
        width: 47%;
        margin-right: 15px;
        text-align: center;
        margin-bottom: 24px;
    }

    .info-list .list-item:nth-child(2n) {
        margin-right: 0;
    }

    .info-list .list-item:nth-child(n + 3) {
        margin-bottom: 0;
    }

    .info-list .list-item img {
        margin-bottom: 10px;
    }

    /* INFO */
    /* SNS */
    .sns .flexwrap {
        flex-direction: column;
        padding: 40px 0 128px;
        max-width: 632px;
    }

    .sns .flexwrap h2 {
        margin-left: 69px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .sns img.neko {
        width: 24.267vw;
        height: 29.333vw;
        left: -7%;
        top: -25px;
    }

    .sns img.people {
        right: 0;
        left: 0;
        margin: auto;
    }

    .snslist .list-item {
        margin-right: 8px;
    }

    /* SNS */
    /* movie */
    .movie_block {
        width: 90%;
        margin: auto;
    }

    /* movie */

    /* キャンペーン */
    .camp {
        padding: 12vw 0 8vw;
        overflow-x: hidden;
        background-image: url(https://www.karaokemanekineko.jp/campaign/mafu/img/idea_bg_sp.png);
        background-size: 53.067vw 85.867vw;
    }


    .camp h2::before,
    .camp h2::after {
        width: 18.667vw;
        height: 18.667vw;
        background-size: contain;
        top: 0;
        bottom: 0;
        left: -1.067vw;
        margin: auto;
    }

    .camp h2::after {
        width: 29.333vw;
        height: 24.533vw;
        left: auto;
        right: -4.733vw;
        top: 16.267vw;
    }

    .camp h2 {
        padding-left: 17.067vw;
        margin-bottom: 10.667vw;
        width: auto;
    }

    .camp h2 img {
        width: 100%;
        height: auto;
    }

    .i_list {
        padding-top: 11.2vw;
        margin-bottom: 4.267vw;
    }

    .i_list .list__item:nth-child(6) {
        margin-bottom: 0;
    }

    .i_list .list__item {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 2.133vw 3.733vw;
        margin-bottom: 2.667vw;
    }

    .i_list .list__item p {
        font-style: normal;
        font-weight: 900;
        font-size: 3.733vw;
        line-height: 5.867vw;
        margin-bottom: 2.133vw;
    }

    .list__item.fs22 p {
        font-size: 5.867vw;
        line-height: 8.533vw;
    }

    .i_list .list__item p.small {
        font-size: 3.2vw;
        line-height: 7.467vw;
        margin-bottom: 0;
    }

    .i_list::before {
        background-image: url(https://www.karaokemanekineko.jp/campaign/mafu/img/idea_ribon_sp.png);
        background-repeat: no-repeat;
        width: 96vw;
        height: 13.467vw;
        top: 0;
        left: -1.6vw;
        right: auto;
        background-size: contain;
    }

    .i_bottomlist .list__item p {
        font-size: 3.2vw;
        line-height: 5.333vw;
    }

    .i_bottomlist .list__item p:last-child {
        margin-top: 2.133vw;
    }

    .i_bottomlist .list__item:first-child p:last-child {
        margin-top: 0;
    }

    .i_bottomlist .list__item {
        padding: 4vw 0 3.2vw 0;
        max-width: 84vw;
        margin: auto;
    }

    /* キャンペーン */

    /* SPECIAL MOVIE */
    .movie h2 {
        width: 72%;
        text-align: center;
    }

    .movie {
        margin-bottom: 67px
    }

    /* SPECIAL MOVIE */
    .zerokara {
        padding-bottom: 0;
        margin-bottom: 9.6vw;
    }

    .zerokara h2::after {
        margin-top: 10.667vw;
    }

    .zerokara h2::before {
        top: 10.667vw;
    }

    .zerokara h2 {
        width: auto;
        margin-bottom: 0;
        padding-top: 18.133vw;
    }

    .zerokara h2 img {
        width: 80%;
        margin: auto;

    }

    .lity-close,
    .lity-close:active,
    .lity-close:focus,
    .lity-close:hover,
    .lity-close:visited {
        top: -9%;
        right: 5%
    }

    .lity-iframe-container {
        padding-top: 128.25%
    }
}