@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Diphylleia&display=swap");

/* Hey!Say!JUMPのみ */
.heyfont,
.heyfont2 {
    font-family: "Diphylleia", serif;
    font-weight: 600;
    font-style: normal;
}




body {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    word-wrap: break-word;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1.75rem;
}

a,
a img {
    overflow: hidden;
    color: #f144b6;
    text-decoration: none;
    border: none;
    transition: all 0.2s;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    box-sizing: border-box;
    outline: none;
}

main:after,
article:after,
section:after,
div:after,
ul:after,
li:after,
dl:after {
    content: "" "";
    display: block;
    clear: both;
}

table {
    border-collapse: collapse;
    /* テーブルのセルの境界線を重ねる */
    border-spacing: 0;
    /* セル間のスペースをなくす */
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    /* セルの幅を固定 */
}

td,
th {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    /* セル内のコンテンツの縦揃えをトップに */
}

tr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
    vertical-align: inherit;
}

/*=========== common ===========*/

html.menu_on {
    overflow: hidden;
}

html,
body {
    overflow-x: hidden;
    scrollbar-width: none;
}

body {
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-size: 3.2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    background-color: #282828;
    color: #fff;
}

body::-webkit-scrollbar {
    display: none;
}



.sp {
    display: block;
}

.pc {
    display: none;
}

.sec {
    padding: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.sec-in {
    padding: 0 1.5rem;
}


.about,
.news,
.cast,
.movie_info,
.artist,
.sns {
    padding-right: 1rem;
    padding-left: 1rem;
}

.inview {
    opacity: 0;
    transform: translateY(20px);
    transition: .4s;
}

.inview.in {
    opacity: 1;
    transform: translateY(0);
}

.h2tit {
    display: flex;
    justify-content: center;
}

.h2tit h2 {
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
}

.h3tit {
    display: flex;
    justify-content: center;
}

.h3tit h3 {
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
    border-bottom: #fff solid 2px;
}

.btncont {
    display: flex;
    justify-content: center;
    width: 85%;
}

.btncont a {
    text-align: center;
    font-size: 0.94em;
    border-radius: 3em;
    width: 100%;
    /* max-width: 520px; */
    margin: 0 auto;
    padding: 0.2em 3em;
}



/*=========== loading ===========*/

.loading {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}




/*=========== header ===========*/

.header {}

.gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 2rem;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.gnavi_in {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gnavi_wrap {
    width: 70%;
}

.gnavi_wrap li {
    margin-top:2rem;
    padding: 1%;
}

.gnavi_wrap li:first-child {
    margin-top: 0;
}

.gnavi_wrap a {
    color: #000;
    font-size: 23px;
}

.headsns {
    margin-top: 3rem;
}

.headsns ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headsns ul li {
    width: 8%;
    margin: 0 1rem;
}

.headsns ul li:last-child {
    margin-right: 0;
    width: 10%;
}

.headsns .sp_none {
    display: none;
}


.fix_menu {
    position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    z-index: 102;
    padding: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix_menu::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: #ffdf4c;
    border-radius: 50%;
    z-index: -1;
}

.menu-trigger {
    font-size: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: inherit;
}

.menu-trigger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: .3s;
    transform-origin: right;
    transform: scaleY(0.5) translateY(1px);
}

.menu-trigger span:nth-child(1) {
    top: 5px;
    width: 70%;
}

.menu-trigger span:nth-child(2) {
    top: calc(50% - 2px);
    opacity: 1;
}

.menu-trigger span:nth-child(3) {
    bottom: 7px;
    width: 85%;
}

.menu-trigger.active span {
    background-color: #fff;
    width: 100%;
    left: 40%;
    transform-origin: center;
}

.menu-trigger.active span:nth-child(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-child(1) {
    transform: rotate(-45deg) scaleY(0.5) translateY(-6px) translateX(-12px);
    -webkit-transform: rotate(-45deg) scaleY(0.5) translateY(-6px) translateX(-12px);
    -ms-transform: rotate(-45deg) scaleY(0.5) translateY(-6px) translateX(-12px);
}

.menu-trigger.active span:nth-child(3) {
    transform: rotate(45deg) scaleY(0.5) translateY(5px) translateX(-12px);
    -webkit-transform: rotate(45deg) scaleY(0.5) translateY(5px) translateX(-12px);
    -ms-transform: rotate(45deg) scaleY(0.5) translateY(5px) translateX(-12px);
}

/*=========== kv ===========*/
.top_kv_cont {
    width: 100%;
    margin: 0 auto;
    z-index: 0 !important;
}

/*=========== teaser ===========*/


.bnrtxt {
    font-size: 0.6em;
    text-align: center;
    margin-top: 1em;
}

.slider li a .bnrtxt {
    color: #fff;
}

.slider .slick-slide {
    position: relative;
    transform-origin: center;
    opacity: .8;
    transition: opacity .5s, transform .5s;
    cursor: pointer;
}

.slider .slick-slide::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4em;
    height: 4em;
    pointer-events: none;
}

.slider .slick-center {
    opacity: 1;
    transform: scale(1);
}

.dots-wrap {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 40px;
    height: 4px;
    margin: 0 5px;
    background: #fff;
    background-color: #e5e5e5;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #ffd200;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*=========== about ===========*/
.about {}

/* .title {
    max-width: 350px;
} */

.exptxt {
    margin: 0 auto 1.7rem;
    text-align: center;
    font-size: 1.16em;
    letter-spacing: 0.7px;
}

.marker {
    background: linear-gradient(transparent 75%, #f0d12b 75%);
}


/*=========== news ===========*/
.news {
    background-image: url(../images/bg_news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.news_list_wrapper {
    margin: 1.7rem 0;
}

.news_list_wrapper .news_list li {
    margin-bottom: 1em;
    background-color: #f1d2ea;
    cursor: pointer;
    padding: 1em;
}

.news_list_wrapper .news_list li:last-child {
    margin-bottom: 3em;
}

.news_list_wrapper .news_list .display {
    position: relative;
    padding-right: 2rem;
}

.news_list_wrapper .news_list .display::before {
    position: absolute;
    content: '';
    width: 1em;
    height: 2px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000;
    font-size: 1.2em;
}

.news_list_wrapper .news_list .display::after {
    position: absolute;
    content: '';
    width: 1em;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(90deg);
    font-size: 1.2em;
    transition: .3s;
}

.news_list_wrapper .news_list .display.on::after {
    transform: rotate(0deg);
    height: 1px;
}

.news_list_wrapper .news_list .hide {
    display: none;
}

.news_list_wrapper .news_date,
.news_list_wrapper a {
    color: #000;
}

.news_list_wrapper a {
    padding: 1em;
    display: block;
}

.news_list_wrapper .news_date {
    display: block;
    font-size: clamp(0.5rem, 0.25rem + 1.25vw, 1rem);
    /* 320:min8px 960: max16px*/
    font-weight: bold;
}

.news_list_wrapper h2 {
    color: #000;
}

.news_list_wrapper .news_list li p {
    font-size: 0.62em;
    color: #000;
    margin: 1rem 0;
}

.news_list_wrapper .hide img {
    margin: 1rem 0;
}

/* 全文表示用のクラス */
.news_list li.open h2 {
    margin-bottom: 1rem;
}

.news_list li.open img {
    display: block;
    margin-bottom: 1rem;
}

.news_list li.open .news_text {
    display: block;
}

.news_list li.active p {
    height: auto;
}


.viewmore {
    position: relative;
    border: 2px solid #f0d12b;
    border-radius: 3em;
    margin: 0 auto 2em;
}

.viewmore a::after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow_yellow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 7.7%;
    aspect-ratio: 18 / 7;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    transition: right 0.3s ease;
}

.viewmore a {
    color: #ffffff;
    padding: 0.2em 1em;
}

.viewmore a:hover::after {
    right: 0.5em;
}

/* news一覧 */
.pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    gap: 0.5em;
    align-items: center;
}

.pagination li {
    position: relative;
    display: inline-block;
}

.pagination a {
    padding: 0.5em 0.8em;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 2;
    transition: color 0.3s;
}

.pagination a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #ffd200;
    border-radius: 50%;
    padding: 0.3em 0.3em;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    z-index: 1;
}

.pagination a:hover::before {
    width: 1.6em;
    height: 1.6em;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
}

.pagination .active a {
    background: #ffd200;
    border-radius: 50%;
    padding: 0.5em 1em;
    color: #000000;
    pointer-events: none;
}

.pagination .arrow a {
    display: flex;
    padding: 0.7em 0.8em;
}

.pagination .arrow.prev a {
    padding-right: 0.6em;
}

.pagination .arrow.next a {
    padding-left: 0.6em;
}

.pagination .arrow img {
    max-width: 1em;
    max-height: 1em;
    width: auto;
    height: auto;
}


/*=========== cast ===========*/
.g-name {
    text-align: center;
    font-size: 2.16em;
    font-weight: 600;
}

.g-name span {
    font-size: 0.5em;
    font-weight: 500;
    display: block;
}

.member_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 1rem auto;
}

.member_list li {
    text-align: center;
    color: #fff;
    font-size: 1.33em;
    width: calc(100% / 3);
}

.cast-x {
    width: 1.5em;
    margin: 1rem auto;
}

.castlist {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 2rem auto 0;
}

.castbox {
    width: calc(100% / 3 - 0.8rem);
    margin: 0 1.2rem 1.2rem 0;
    padding-bottom: 1rem;
}

.castbox:nth-child(3n) {
    margin-right: 0;
}

.castimg {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.cast_name {
    text-align: center;
    font-size: 1.16em;
}



/*=========== movie_info ===========*/
.videoimg {
    width: 30%;
    max-width: 230px;
    margin: 1rem auto;
}

.movie_info .notion {
    color: #e50914;
    text-align: center;
    font-size: 1em;
    margin-bottom: 0.5em;
}

.movie_info .movie_btn {
    position: relative;
    border-radius: 3em;
    margin: 0 auto 2em;
}



.dmm {
    border: 2px solid #000000;
}

.dmm a {
    color: #000000;
}

.dmm a:hover {
    color: #fff;
    background-color: #000000;
}




/*=========== sns ===========*/
.sns {
    background-image: url(../images/bg_sns.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* .sns_contents {
    margin: 1.7rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sns_contents .instagram {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 3rem;
} */

.sns_contents .instagram iframe {
    max-width: initial !important;
    min-width: initial !important;
}

.sns_contents .tiktok {
    width: 100%;
    margin: 0 auto;
}


/*=========== modal ===========*/

.remodal {
    padding-top: 80px;
    padding: 60px 0;
    background: none;
    max-width: 900px;
    overflow: hidden;
}

.movie_yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.remodal .close_btn {
    border: none;
    background: none;
    outline: none;
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.remodal .close_btn:before {
    content: "\f404";
    font-family: "ionicons";
    display: block;
    font-size: 5em;
    line-height: 1;
    color: #fff;
}

.remodal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

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


/*=========== footer ===========*/

.footer {
    background-color: #fff;
    position: relative;
    padding: 3rem 1rem 0;
}

.topbtncont {
    transition: .3s;
    transform: translateY(20px);
    opacity: 0;
    max-width: 100px;
    width: 20%;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 100;
    pointer-events: none;
}

.topbtncont.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}

.topbtncont.active.btom {
    position: absolute;
    bottom: 70%;
    transition: .6s;
}

.topbtn {
    display: block;
}

.share {
    color: #000;
    font-weight: bold;
    text-align: center;
}

.snslist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3rem;
}

.snslist li {
    width: 2.1rem;
    margin-right: 2.5rem;
}

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


.footer_logoarea {
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fooerlogo {
    width: 14%;
    max-width: 80px;
    margin: 0 auto;
}

.copy {
    padding: 1.5rem 0 1.5rem;
    text-align: center;
    font-size: 10px;
    color: #000;
}

#modaltitle {
    font-size: 0.875rem;
}

/*===========--------------------------------------
                PC
--------------------------------------===========*/


@media all and (min-width: 480px) and (max-width: 768px) {}

@media (min-width: 960px) {

    /*=========== common ===========*/
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    body {
        font-size: 16px;
    }



    #modaltitle {
        font-size: 1.8rem;
    }

    /*=========== header ===========*/
    .gnavi {
        position: relative;
        background-color: #ffdf4c;
        display: block;
        height: 50px;
    }

    .gnavi_wrap a {
        color: #040403;
    }

    .gnavi_in {
        flex-direction: row;
        justify-content: center;
    }

    .gnavi_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .headsns {
        position: absolute;
        margin: 0;
        width: 10%;
        right: 1.5rem;
    }


    .headsns ul {
        justify-content: flex-end;
    }

    .headsns ul li {
        width: 15%;
        min-width: 15px;
        margin-right: 0.5rem;
        /* margin: 0 0.5rem; */
    }

    .headsns ul li:nth-of-type(5) {
        width: 20%;
    }

    .headsns ul li:last-child {
        margin-right: 0;
        width: 20%;
    }

    .headsns .sp_none {
        display: block;
    }

    .headsns .pc_none {
        display: none;
    }

    .gnavi_wrap li {
        margin-top: 0;
        margin-right: 3.5%;
    }

    .gnavi_wrap li:last-child {
        margin-right: 0;
    }

    /*=========== contents ===========*/
    .sec {
        padding: 4rem 0;
    }

    .sec-in {
        padding: 0 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btncont {
        width: 40%;
        max-width: 360px;
    }

    .btncont a {
        font-size: 1.125em;
    }

    .teaser {
        padding: 3rem 0;
    }

    .slider .slick-slide::after {
        width: 9em;
        height: 9em;
    }

    .linecont {
        padding: 4rem 0;
    }

    .h2tit h2 {
        line-height: 1.2;
        font-size: 28px;
    }

    .h3tit h3 {
        font-size: 40px;
    }

    .exptxt {
        margin: 4rem auto ;
        font-size: 22px;
        letter-spacing: 0.2px;
        line-height: 1.9;
    }


    .videoimg {
        margin: 4rem auto 2rem;
    }

    .infinitecont {
        margin: 7rem auto 0;
    }

    /*=========== kv ===========*/


    /*=========== about ===========*/
    .br_sp {
        display: none;
    }


    /*=========== news ===========*/
    .news_list_wrapper {
        margin: 1.7rem auto;
        width: 70%;
    }

    .news_list_wrapper .news_list li {
        padding: 1em;
        margin: 0 auto 1em;
    }

    .news_list_wrapper .news_list li::after {
        top: 1.6em;
        right: 0.6em;
        font-size: 27px;
    }

    .news_list_wrapper time {
        padding-right: 1rem;
        font-size: 1em;
    }

    .news_list_wrapper .news_list li p {
        width: 97%;
        font-size: 1.13em;
    }

    .news_list_wrapper .news_date {
        font-size: 16px;
    }

    .news_list_wrapper h2 {
        color: #000;
        font-size: 1.3em;
    }

    .pagination a:hover {
        font-size: 1.3em;
    }

    .viewmore {
        max-width: 280px;
    }

    /* news詳細 */

    .news_detail_wrapper {
        max-width: 960px;
        margin: 0 auto 3em;
        padding: 3em;
    }

    .news_detail_wrapper .h2tit {
        margin: 1rem auto 1.5rem;
    }

    .news_detail_wrapper h2 {
        font-size: 24px;
    }

    .news_detail_wrapper p {
        font-size: 18px;
    }


    /*=========== cast ===========*/





    /*=========== sns ===========*/
    .sns_contents {
        flex-direction: row;
        width: 70%;
        column-gap: 2rem;
        margin: 1.7rem auto 0;
    }

    /*=========== footer ===========*/
    .sec.footer {
        padding-bottom: 1rem;
        flex-direction: row;
        width: 70%;
    }

    .footer_menu ul {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .footer_menu ul li {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    .footer_menu ul li:last-child {
        margin-right: 0;
    }


    .footer_logoarea {
        margin-top: 3rem;
    }

    .copy {
        padding-top: 2rem;
    }

}

.display.no-before-after::before,
.display.no-before-after::after {
    content: none !important;
    display: none !important;
    cursor: default !important;
}


@media screen and (min-width: 1200px) {}