@charset "utf-8";

:root {
    --primary-color: #4c72af;
    --secondary-color: #e9ecef;
    --text-color: #000000;
    /* --sec1-color: #30a2d5; */
    --sec2-color: #ffffff;
    /* --sec3-color: #aaf6ff; */
    /* --sec4-color: #aaf6ff; */
    --sec5-color: #fff;
    --sec6-color: #ffffff;
    --sec7-color: #ffffff;
    --sec8-color: #fff;
    --sec9-color: #ffffff;
    --sec10-color: #fff;
    --sec1-bg-color: #d0e5f8;
    --sec2-bg-color: #e0ffee;
    --sec3-bg-color: #fffacc;
    --sec4-bg-color: #dbffdb;
    --sec5-bg-color: #ffe6e5;
    --sec6-bg-color: #f3e4fa;
    --sec7-bg-color: #f6fde9;
    --sec8-bg-color: #f1dddc;
    --hamburger-text-color: #000000;
    --hamburger-bg-color: #ffffff;
    --hamburger-menu-bg-color: #e5cbef;
    --hamburger-span-color: #bb9cc8;
    --hamburger-span-color2: #bb9cc8;
}

/*------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------*/

/* メニューのスタイル */
.menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: var(--hamburger-menu-bg-color);
    opacity: 0.95;
    color: #fff;
    transition: right 0.3s ease;
    /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
    text-align: center;
    font-weight: 600;
}

/* メニューが開いているとき */
.menu.open {
    right: 0;
}

/* ボタンのスタイル */
.hamburger {
    position: fixed;
    display: flex;
    flex-direction: column;
    /* ←縦方向に配置 */
    align-items: center;
    justify-content: center;
    right: 10px;
    margin: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    background-color: var(--hamburger-bg-color);
    border-radius: 50%;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 30px;
    background-color: var(--hamburger-span-color);
    margin: 3px 0;
    transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: var(--hamburger-span-color2);
}

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

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background-color: var(--hamburger-span-color2);
}

/* メニューリストのスタイル */
.menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
}

.menu li {
    padding: 17px 0;
    /* border-bottom: 1px solid #fff; */
}

.menu li a {
    color: var(--hamburger-text-color);
    text-decoration: none;
    display: block;
}

.nav_wrapper {
    display: none;
}

.logo {
    display: none;
}

.top_h1 {
    display: none;
}

.logo_pc {
    display: none;
}

.sns_area2 {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.sns_area2 img {
    width: 25px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*------------------------------------------------------
エントリーボタン
------------------------------------------------------*/

.ent {
    width: 120px;
    height: auto;
    position: fixed;
    top: 70%;
    right: 20px;
    z-index: 10000;
}

.ent img {
    display: block;
    border-radius: 50%;
    /* 画像を丸くする */
    box-shadow: 3px 3px 5px gray;
}

.ent {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

/*------------------------------------------------------
背景設定
------------------------------------------------------*/

body {
    background-color: #aaf6ff;
    background-image: url(../img/bg01.png);
    background-size: 120% auto;   /* 横100%に伸ばす */
    background-repeat: repeat-y;  /* 縦にリピート */
    background-attachment: fixed;
    color: #333333;
    background-attachment: fixed;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    transition: .7s;
    scroll-behavior: smooth;
}


/*------------------------------------------------------
コンテンツ
------------------------------------------------------*/

.article {
    margin: 0 auto;
    padding: 0;
    max-width: none;
    width: 100%;

    .section {
        padding: 30px;
    }
}

.cent {
    text-align: center;
}

/*------------------------------------------------------
1
------------------------------------------------------*/

.top_sp_h1 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.logo_sp img{
    width: 50%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    font-size: 0.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.logo_sp p{
    text-align: center;
    font-style: italic;
    font-size: 0.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#sec01 {
    background-color: var(--sec1-color);
    background-image: url(../img/about_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    color: var(--text-color);
}

#sec01 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.about_h2 {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 20px;
}

.about_p {
    padding-top: 20px;
    line-height: 4.8;
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
}

/*------------------------------------------------------
2
------------------------------------------------------*/

#sec02 {
    background-color: var(--sec2-color);
    color: var(--text-color);
}

.h2_class {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
}

#sec02 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
}

#sec02 .yajirushi img {
    width: 45%;
    max-width: 200px;
    margin: 0 auto;
    padding-bottom: 20px;
}


/*------------------------------------------------------
3
------------------------------------------------------*/

#sec03 {
    background-color: var(--sec3-color);
    color: var(--text-color);
    height: auto;
}

#sec03 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.watanabe img {
    padding-bottom: 30px;
}

.watanabe p {
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 2.5;
    padding-bottom: 40px;
}

/*------------------------------------------------------
4
------------------------------------------------------*/

#sec04 {
    background-color: var(--sec4-color);
    color: var(--text-color);
}

#sec04 p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 3;
    font-weight: bold;
}

#sec04 .talent {
    text-align: center;
    background-color: #fff;
    margin: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
}

#sec04 h3 {
    text-align: center;
    font-size: 1rem;
    padding-bottom: 5px;
    display: inline-block;
    font-style: italic;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

.talent-grid {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.talent-item img {
    width: 100%;
    display: block;
}

#sec04 .talent-item p {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    font-style: italic;
}

.talent-item .small {
    font-size: 8px;
    font-weight: normal;
}

/* Little Glee Monster → 横2列にする */
.talent-item.wide {
    grid-column: span 2;
}


/*------------------------------------------------------
5
------------------------------------------------------*/

#sec05 {
    background-color: var(--sec5-color);
    color: var(--text-color);
    margin-bottom: 30px;
}

#sec05 p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

/*------------------------------------------------------
6
------------------------------------------------------*/

#sec06 {
    background-color: var(--sec6-color);
    color: var(--text-color);
    margin-bottom: 30px;
}

#sec06 p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

/*------------------------------------------------------
7
------------------------------------------------------*/

#sec07 {
    background-color: var(--sec7-color);
    color: var(--text-color);
    margin-bottom: 30px;
}

#sec07 p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
}

#sec07 h4 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    font-weight: 600;
    background-color: #ea68a2;
}

#sec07 .flow2 {
    background-color: #0068b7;
}

#sec07 img {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 10%;
}

.button{
    margin-top: 20px;
    margin-bottom: 20px;
}

.button a {
    background: #fff100;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}
.button a:hover {
    background: #f4e700;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}

/*------------------------------------------------------
8
------------------------------------------------------*/

#sec08 {
    background-color: var(--sec8-color);
    color: var(--text-color);
    margin-bottom: 30px;
}

#sec08 h4 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000000;
    font-weight: 600;
    background-color: #aaf6ff;
}

#sec08 p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
}

/* JSON日程ブロックを sec08 と同じ見た目に調整 */
#schedule h3 {
    font-size: 16px;
    padding: 20px 0;
    color: #000;
    font-weight: 600;
    background-color: #aaf6ff;
    margin: 0;
    /* sec08 h4 と統一 */
    text-align: center;
    /* h4 と同じ配置 */
}

/* 日程（li → p の見た目に合わせる） */
#schedule ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

#schedule li {
    font-size: 13px;
    line-height: 2;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

/* 各エリアごとの margin 調整（sec08風） */
#schedule .area-block {
    margin-bottom: 30px;
}


/*------------------------------------------------------
9.footer
------------------------------------------------------*/

#sec09 {
    background-color: var(--sec9-color);
    color: var(--text-color);
    margin-bottom: 30px;
}

#sec10 {
    background-color: var(--sec10-color);
    color: var(--text-color);
}

#sec10 p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 2.5;
    font-weight: 600;
}

/*  個人情報の取り扱いについて */

.kojin {
    text-align: center;
}

.on_a {
    text-decoration: none;
    display: inline-block;
    background-color: #a0a0a0;
    color: #fff;
    padding: 20px 30px;
    font-size: 0.8rem;
}

/*  footer */

.ft {
    color: #000;
    margin-top: 30px;
}

.fot01>a>img {
    width: 30%;
    min-width: 220px;
    max-width: 300px;
    margin: 0 auto;
}

#sec10 .copy {
    margin-top: 20px;
}

#sec10 .copy>p {
    color: #000000;
    font-size: 0.5rem;
}

/*  スティッキーfooter */

.sticky-footer {
    position: fixed;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 0px;
    padding: 0px;
    padding-bottom: 65px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.footer_btn_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 10px 10px;
    min-width: 360px;
    border-radius: 10px;
}

.btn_wrap,
.btn_wrap2 {
    width: 290px;
    height: auto;
    position: relative;
    margin: auto;
}

.btn_balloon,
.btn_balloon2 {
    display: none;
}

/*------------------------------------------------------
タブレットスタイル
------------------------------------------------------*/

@media screen and (min-width:840px) {
    .article {
        margin: 0 auto;
        max-width: 320px;
        position: relative;
    }

    .nav_wrapper {
        display: none;
    }

    .logo {
        display: none;
    }

    .btn_balloon {
        width: 280px;
        height: 30px;
        padding-left: 0.1em;
        border-radius: 20px;
        border: solid 2px #FE7CA9;
        background-color: #fff;
        font-size: 90%;
        font-family: "Noto Sans Japanese";
        font-weight: 700;
        line-height: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 55px;
        left: 50%;
        transform: translate(-50%, 0%);
        pointer-events: none;
        transition: 0.2s;
        color: #FE7CA9;
        z-index: 2;
    }

    .btn_balloon::before,
    .btn_balloon::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 100%);
    }

    .btn_balloon::before {
        bottom: 1px;
        border-width: 8px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        z-index: 2;
    }

    .btn_balloon::after {
        bottom: 0;
        border-width: 11px 8px 0 8px;
        border-color: #FE7CA9 transparent transparent transparent;
        z-index: 1;
    }

    .btn_balloon2 {
        width: 280px;
        height: 30px;
        padding-left: 0.1em;
        border-radius: 20px;
        border: solid 2px #3AB2EA;
        background-color: #fff;
        font-size: 90%;
        font-family: "Noto Sans Japanese";
        font-weight: 700;
        line-height: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 55px;
        left: 50%;
        transform: translate(-50%, 0%);
        pointer-events: none;
        transition: 0.2s;
        color: #3AB2EA;
        z-index: 2;
    }

    .btn_balloon2::before,
    .btn_balloon2::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 100%);
    }

    .btn_balloon2::before {
        bottom: 1px;
        border-width: 8px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        z-index: 2;
    }

    .btn_balloon2::after {
        bottom: 0;
        border-width: 11px 8px 0 8px;
        border-color: #3AB2EA transparent transparent transparent;
        z-index: 1;
    }

    .footer_btn_flex {
        gap: 20px;
    }

    .ent {
        width: 180px;
    }
}

/*------------------------------------------------------
PCスタイル
------------------------------------------------------*/

@media screen and (min-width:1000px) {
    .article {
        margin: 0;
        max-width: 400px;
        right: calc((100% - 320px) / 4);
        position: absolute;
    }

    .sticky-footer {
        display: none;
    }

    #sec08 {
        padding-bottom: 20px;
    }

    /* // ナビ
// --------------------------------------------- */

    .nav_wrapper {
        display: block;
        position: fixed;
        z-index: 5;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);

        .nav_list {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: calc((100% - 320px) / 13);
            z-index: 5;

            li {
                list-style: none;

                a {
                    text-decoration: none;
                    display: inline-block;
                    padding: 20px 20px;
                    font-weight: 700;
                    color: #fff;
                }
            }
        }
    }

    .current {
        /* background-color: #fa8072 !important; */

        a {
            /*
            color: #000000 !important;
            */
            text-decoration: underline !important;
            /* opacity: 0.9;
        text-decoration: underline; */
        }
    }

    .logo {
        display: block;
        position: fixed;
        top: 400px;
        left: 50px;
        width: 250px;
        height: auto;
        z-index: 10;
    }

    .top_h1 {
        display: block;
        position: fixed;
        top: 100px;
        left: 7%;
        width: 40%;
        height: auto;
        z-index: 10;
    }

    .logo_pc {
        display: block;
        position: fixed;
        top: 500px;
        left: 155px;
        width: 20%;
        height: auto;
        z-index: 10;
    }

    .logo_pc p{
        font-size: 12px;
        top: 470px;
        left: 159px;
        width: 30%;
        height: auto;
        z-index: 10;
    }

    .top_sp_h1 {
        display: none;
    }

    .logo_sp {
        display: none;
    }

/*------------------------------------------------------
pcエントリーボタン
------------------------------------------------------*/

    .ent {
        width: 13%;
        height: auto;
        position: fixed;
        top: 70%;
        right: 20px;
        z-index: 10000;
    }

    .ent img {
        width: 100%;
        height: auto;
        display: block;
    }

    .menu li {
        padding: 12px 0;
        /* border-bottom: 1px solid #fff; */
    }
}

#sec08 h4 {
    background: #aaf6ff;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

#sec08 p {
    text-align: center;
    line-height: 2;
}