@charset "UTF-8";

        .idol{
            padding:0;
            margin-bottom: 40px;
            background-color: #fff;
        }

        .idol-container {
            background-color: #FE7F9C; 
            padding: 40px 20px;
        }

        @media screen and (max-width: 767px) {
        .idol-container {
            padding: 40px 10px;
            margin-bottom: 40px;
        }
    }


        /* セクション */

        .idol-container section {
        background: #fff;
        border-radius: 0 30px 0;
        box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1);
        border: 6px solid #fff;
        padding: 60px 40px;
        margin-bottom: 40px;
        }


        @media screen and (max-width: 767px) {
        .idol-container section {
            padding: 40px 10px;
        }
    }




    /* アンケート */

    .anketitle{
            font-size:0.8em;
        }

        .anke p{
            text-align: center;
            padding-bottom: 10px;
        }

        .anke-box{
        text-align: center;
        }

        .anke-box p{
        font-size:1.4em;
        }

        .marker{
            background: linear-gradient(transparent 50%, #5ec2b2 50%);
             background-repeat: no-repeat;
            background-position: left bottom;
            background-size: 100% 50%;
            font-weight: bold;
        }


    .time{
        color:#f65400;
        text-align: center;
        margin-top: 20px;
        font-size:16px;
    }


    /* アーティスト名エリアの文字を右寄せ & 太字にする */
    .anke-result-artist {
        margin-left: auto;
        text-align: right !important;
    }

    .anke-result-artist a {
        font-weight: bold !important;
    }


    /* キャンペーン紹介 */
 /*       .campaign-item {
            display: flex;
            gap: 30px;
            align-items: center;
            justify-content: space-evenly;
        }
        .campaign-thumb {
            width: 300px;
            object-fit: cover;
            box-shadow: 0 10 0px #ffb84d56;
        }

        .campaign-detail h3 {
            color: #333;
            margin-top: 0;
        }

        @media screen and (max-width: 767px) {
            .campaign-item {
                flex-direction: column;
                text-align: center;
            }
            .campaign-thumb {
                width: 100%;
                height: auto;
            }
        }*/


        /* --- 楽曲紹介セクション：1列レイアウト --- */
/*        .song-grid {
            display: flex;
            flex-direction: column; 
            gap: 15px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .song-card a{
            display: flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.05);
            padding: 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
            border-left: 3px solid transparent;
        }

        .song-card:hover {
            background: rgba(255, 255, 255, 0.1);
            border-left-color: #f65400;
            transform: translateX(8px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }*/

   

        /* 楽曲テキスト情報 */
        .song-info {
            /* flex-grow: 1; */
            overflow-wrap: anywhere; 
            word-break: normal;
        }

        .song-rank {
            display: block;
            font-size: 1.1em;
            color: #f65400;
            opacity: 0.8;
            line-height: 1.4;
            font-weight: bold;
        }

        .song-title {
            display: block;
            font-size: 1.3em;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
            line-height: 1.4; /* 複数行になった時のために行間を調整 */
        }


/*        @media screen and (max-width: 767px) {
        .song-card a{
            display: block;
            padding: 30px 15px;
            box-shadow: 2px 2px 7px 1px #33333336;
        }

        .song-card :hover {
            background: rgba(255, 255, 255, 0.1);
            border-left-color: #f65400;
            transform: translateX(2px);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
        }

        .jacket-wrapper {
            height: auto;
            margin-right: 0; 
        }

        .song-info {
            margin-top:15px;
        }

        }*/