﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');


/*////////////////////////////////////////////////////////////////////////////*/
/*スマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホスマホ*/
/*////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------base*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100% -webkit-text-size-adjust: none;
    line-height: 1.2;
    margin: 0;
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.center {
    text-align: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.red {
    color: #b90015
}

.bold500 {
    font-weight: 500;
}

span.largetext {
    font-size: 123%;
    font-weight: 500;
}

img {
    width: 100%;
    height: auto;
}

a {
    transition: 0.3s;
    color: #0071ba;
    display: inline-blocks
}

    a:hover {
        opacity: 0.6;
    }


/* アスタリスク　注釈用 */
ul.ast {
    list-style: none;
    line-height: 120%;
    margin: 10px 0 0 0;
}

    ul.ast li {
        margin: 0 0 5px 0;
        padding-left: 1em;
        text-indent: -1em;
    }

        ul.ast li:before {
            content: "\203b";
            color: #000;
        }

        ul.ast li.red:before {
            content: "\203b";
            color: #f00;
        }

ul.dot {
    list-style: none;
    line-height: 120%;
    margin: 10px 0 0 0;
}

    ul.dot li {
        margin: 0 0 5px 0;
        padding-left: 1em;
        text-indent: -1em;
    }

        ul.dot li:before {
            content: "\30FB";
            color: #000;
        }

.uline_bold {
    border-bottom: 1px solid #fff;
    font-weight: 700;
}

.uline {
    border-bottom: 1px solid #000;
}

.baken {
    text-align: left;
    color: #fff;
    font-size: 3.5vw;
    padding: 1em 0em 1em 1em;
    line-height: 1.5;
}

    .baken.bk {
        color: #000;
    }

#navi {
    width: 98%;
    margin:0 auto;
}

    #navi ul {
        align-items: center;
    }

        #navi ul li {
            flex: 1; /* デフォルトは均等 */
            text-align: center;
            margin: 0 0.5%;
            position:relative;
        }

            #navi ul li.double {
                flex: 2; /* 通常の2倍の幅にする */
            }

            #navi ul li a,
            #navi ul li .vote {
                display: flex; /* Flex化 */
                align-items: center; /* 縦方向中央 */
                justify-content: center; /* 横方向中央 */
                width: 100%;
                height: 12vw;
                text-decoration: none;
                color: #fff;
                font-size: 3.0vw;
                font-weight: bold;
                text-align: center;
                background: #000;
                box-sizing: border-box;
                border: none;
                padding: 0;
            }

            #navi ul li.multi a {
                flex-direction: column; /* 2行表示に対応（縦積み） */
                line-height: 1.2em;
            }

                #navi ul li a.vote {
                    background: #CD0012;
                }

                #navi ul li a.current {
                    background: #7E7E7E;
                }

            #navi ul li a.close {
                color: #000;
                background: #ccc;
                /*padding: 0.4em 1em;
                border-right: 2px solid #fff;*/
                pointer-events: none;
                opacity: 0.5;
            }

/*ボタンの矢印(メニュー)*/
.menu_arrow_posi01 {
    position: absolute;
    right: 13%;
    top: 38%;
}

.menu_arrow_posi02 {
    position: absolute;
    right: 17%;
    top: 30%;
}

.menu_arrow_posi03 {
    position: absolute;
    right: 7%;
    top: 38%;
}

.menu_arrow_posi04 {
    position: absolute;
    right: 17%;
    top: 38%;
}

.menu_arrow_desc {
    position: absolute;
}

    .menu_arrow_desc::before {
        content: '';
        width: 2.4vw;
        height: 2.4vw;
        border: 0px;
        border-bottom: solid 0.6vw #fff;
        border-right: solid 0.6vw #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }

.menu_arrow_side {
    position: absolute;
}

    .menu_arrow_side::before {
        content: '';
        width: 2.4vw;
        height: 2.4vw;
        border: 0px;
        border-top: solid 0.6vw #fff;
        border-right: solid 0.6vw #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }

.vote_floating_hide {
    opacity: 0;
    pointer-events: none; /* 非表示時はクリック無効化 */
    transition: opacity 0.3s ease;
}

.vote_floating_show {
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 1;
    z-index: 999;
    display: flex; /* 横並び配置 */
}

#vote_floating a,
#vote_floating .vote {
    flex: 1; /* 均等幅で並べる */
    box-sizing: border-box;
    text-decoration: none;
    background: #CD0012;
    padding: 5% 0;
    color: white;
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    border: none;
}

    /* カレンダー応募ボタン（青） */
    #vote_floating a.calendar_here {
        background: #0080CB;
    }

    /* 隣との境界に少し隙間 */
    #vote_floating a + .vote {
        border-left: 2px solid white;
    }


/* 導入ページ　////////////////////////////////////////////////////////////////////////////////  */
#first {
}

#intro header {
    position: relative;
}

    #intro header .inner {
        padding: 12% 0 0 0;
        margin: 0 auto;
    }

    #intro header #logo {
        position: absolute;
        top: 0.25em;
        right: 0.25em;
        width: 75px;
    }

    #intro header .headerbg {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    #intro header h1 {
        width: 95%;
        margin: 0 auto 1% auto;
    }

    #intro header .text {
        width: 85%;
        margin: 0 auto 0 auto;
    }

#intro #main {
    padding: 1em 0;
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/intro/bg_main.png") no-repeat center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

    #intro #main .flex {
        justify-content: center;
    }

    #intro #main .item {
        flex-basis: 90%;
        margin: 0 2% 1em 2%;
        background: #fff;
        box-shadow: 7px 7px 3px rgba(0,63,19,0.6);
    }

        #intro #main .item a {
            background: #C80000;
            display: block;
            width: 86%;
            margin: 0.25em auto 0.5em auto;
            padding: 0.25em;
            text-align: center;
            text-decoration: none;
            color: #fff;
            font-size: 133%;
            font-weight: 500;
        }

            #intro #main .item a span {
                font-size: 70%;
                position: relative;
                top: -0.075em;
            }

    #intro #main .notice {
        text-align: center;
        color: #fff;
        margin: 0 auto;
        width: 90%;
        text-align: left;
        margin: 0 1em 1em 1em;
    }

        #intro #main .notice ul.ast li:before {
            color: #fff;
        }

    #intro #main .uline_bold {
        border-bottom: 1px solid #fff;
        font-weight: 700;
        line-height: 166% !important;
    }

/* ランディングページ　////////////////////////////////////////////////////////////////////////////////  */
#landing {
}

    #landing h2 {
        margin: auto;
    }

    #landing h3 {
        text-align: center;
        color: #fff;
        font-size: 200%;
        font-weight: 500;
        margin: 0 0 0.25em 0;
    }


    #landing p.notice {
        text-align: left;
        color: #000;
        margin: 0 auto;
        font-size: 2.2vw;
        line-height: 140%;
        position: relative;
        z-index: 1;
    }

    #landing ul.notice2{
        text-align: left;
        margin: 0 auto;
        font-size: 2.4vw;
        line-height: 140%;
        position: relative;
        z-index: 1;
        color: white;
        padding-top: 33%;
        width: 94%;
        text-indent: -1em; /* 1行目を左に出す（※マークが左端に来る） */
        padding-left: 1em; /* 2行目以降を1字下げる */
    }

    #landing p.notice3 {
        text-align: left;
        color: #000;
        margin: 1em 1.5em 2em 1.5em;
        font-size: 70%;
        line-height: 150%;
        position: relative;
        z-index: 1
    }

    #landing header {
        position: relative;
    }

        #landing header h1 {
            position: absolute;
            width: 96%;
            top: 8%;
            right: 2%;
        }

        #landing header #header_kikan {
            position: absolute;
            width: 88%;
            top: 85%;
            left: 0;
            right: 0;
            margin: auto;
        }

        #landing header #keyvisual {
            position: relative;
            width: 100%;
            z-index: -1;
        }

.kv_back {
    position: absolute;
    top: 0;
}

.kv_uma {
    position: relative;
    top: 0%;
}

.kv_uma_name {
    position: absolute;
    opacity: 0;
    animation: delay .5s linear 2s 1 normal forwards;
    top: 33%;
    width: 20%;
    right: 2%;
}



.kv_title {
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    animation: delay .5s linear 1s 1 normal forwards;
    width: 97%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.kv_hana {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    animation: delay .5s linear 2s 1 normal forwards;
}

.kv_text {
    position: absolute;
    opacity: 0;
    animation: delay .5s linear 2s 1 normal forwards;
    width: 8%;
    top: 10%;
    right: 19%;
}

#landing header #header_upper {
    position: absolute;
    top: 0;
    width: 94%;
    margin: 1.5% 3%;
}

    #landing header #header_upper .logo {
        flex-basis: 75px
    }

    #landing header #header_upper .heaedersns li {
        display: inline-block;
        margin: 0 0.15em;
    }

        #landing header #header_upper .heaedersns li img {
            width: 30px;
            height: auto;
        }


#landing #header_sub {
    position: absolute;
    bottom: 1%;
}

    #landing #header_sub .chukan {
        position: absolute;
        width: 29.6%;
        top: -150%;
        left: 0%;
        z-index: 1;
        opacity: 0;
        animation: delay .5s linear 3s 1 normal forwards;
    }

    #landing #header_sub .header_text {
        position: absolute;
        left: 23%;
        bottom: 112%;
        width: 58.5%;
        z-index: 1;
        opacity: 0;
        animation: delay .5s linear 2s 1 normal forwards;
    }

    #landing #header_sub .header_text_calendar {
        width: 91.2%;
        margin:1% auto 2% auto;
    }




#webvotimng {
    padding: 0 0 5% 0;
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/webvoting_bg.png") no-repeat top center;
    background-size: 100% 100%;
}

    #webvotimng h2 {
        width: 83.5%;
        margin: 5% auto 3% auto;
        padding: 0;
    }

    #webvotimng .webvoting_content {
        width: 94%;
        margin: 0 auto;
    }

    #webvotimng .webvoting_detailhere {
        width: 57%;
        margin: 5% auto 0 auto;
    }

    #webvotimng .howto_image {
        display: none;
    }

#countdown {
    text-align: center;
    margin: 3% auto;
}

    #countdown #countdown_wrap {
    }

    #countdown #countdown_txt {
    }

        #countdown #countdown_txt p {
            margin: 0 0 0.75em 0;
            font-size: 5vw;
            font-weight: 700;
        }

    #countdown #countdown_date {
    }

        #countdown #countdown_date span {
            font-size: 10vw;
            font-weight: 700;
        }

        #countdown #countdown_date small {
            font-size: 7vw;
            margin: 0 0.25em;
        }

.bg_div {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/bg_top.png") no-repeat top center;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -ms-background-size: 100%;
    background-size: 100%;
    /*padding-bottom: 25%;*/
    background-color: #B5E5D3;
}

#chance1_a {
    position: relative;
}

.top_bg_1 {
    background: black;
    padding-bottom: 7%;
}

.c1_a_bg_photo {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/bg_top_1.png?20251028");
    background-repeat: no-repeat;
    background-size: 100%;
}

.c1_border {
    width: 25%;
    position: absolute;
    left: 2%;
    bottom: -3%;
}

#chance1_a .c1_upper_text {
    width: 85.9%;
    padding: 7% 0 4% 0;
    margin: 0 auto;
    position: relative;
}

#chance1_a h2 {
    width: 90.1%;
    margin: 0 auto;
    padding: 8% 0 0 0;
}

#chance1_a h3 {
    width: 82.5%;
    margin: 0 auto 7% auto;
}

#chance1_a p.notice {
    width: 94%;
    color: white;
}

    #chance1_a p.notice .indent {
        display: inline-block;
        text-indent: 1em; /* ← 1文字分の字下げ */
    }

.slider_menu {
    padding-top: 2.5%;
    margin: 0 auto;
    width: 94%;
    text-align: center;
}

.slider_menu_lists {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.slider_menu_list {
    width: 33.3%;
    vertical-align: bottom;
    text-align: center;
}

    .slider_menu_list a {
        pointer-events: none;
        display: block;
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        display: block;
    }

        .slider_menu_list a span {
            font-size: 3vw;
        }

        .slider_menu_list a.tab_on {
            display: none;
        }

    .slider_menu_list.isActive a.tab_on {
        display: block;
    }

    .slider_menu_list.isActive a.tab_off {
        display: none;
    }

#slider_menu_0.slider_menu_list a {
    /*background: #E50032;*/
}

#slider_menu_1.slider_menu_list a {
    /*background: #00A08B;*/
}

#slider_menu_2.slider_menu_list a {
    /*background: #0076FE;*/
}

#chance1_a .prize_wrap {
    width: 94%;
    margin: 0 auto;
    z-index: 0;
}

#chance1_a .prize_item_wrap {
    justify-content: center;
    padding: 0.5em;
}

#chance1_a .prize_wrap .item {
    flex-basis: 96.1%;
}

    #chance1_a .prize_wrap .item a {
        display: block;
    }

#chance1_a .under_line {
    width: 94%;
    margin: 4% auto;
    border-bottom: 1px solid #000;
}

#chance1_a .bg0 {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/chance1/a0_bg.png");
    background-size: 100% 100%;
}

#chance1_a .bg1 {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/chance1/a1_bg.png");
    background-size: 100% 100%;
}

#chance1_a .bg2 {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/chance1/a2_bg.png");
    background-size: 100% 100%;
}

.top_bg_2 {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/landing/bg_top_2.png");
    background-size: 100%;
    background-repeat:no-repeat;
}

#chance1_b {
    position: relative;
}

    #chance1_b h3 {
        width: 85.5%;
        margin: 0 auto;
        padding: 5% 0 2% 0;
    }

#chance1_b .c1_b_photo {
    width: 94.2%;
    margin: 0 auto;
}

#chance1_b p.notice {
    width: 94%;
}

#chance2 {
    position: relative;
    /*margin-top: -18%;*/
    padding-top:31%;
}

.c2_border {
    width: 44.8%;
    position: absolute;
    right: 0;
    bottom: -20%;
}

#chance2 h2 {
    width: 90.1%;
    margin: 0 auto;
}

    #chance2 h2 img {
        padding-bottom: 2%;
    }

#chance2 h3 {
    width: 91.5%;
    margin: 0 auto;
}

#chance2 .c2_prize {
    margin: 0 auto 3% auto;
    width: 91.5%;
}

#chance2 p.notice {
    width:92%;
    text-align: left;
    padding-top: 2%;
    color:white;
}

#chance3 {
    position: relative;
    padding-top:12%;
}
.c3_content_margin{
    /*margin-top:-79%;*/
}

.c3_border {
    width: 30.5%;
    position: absolute;
    left: 1%;
    bottom: -8%;
}

#chance3 h2 {
    width: 90.1%;
    margin: 0 auto;
}

    #chance3 h2 img {
        /*margin-top: -2.5%;*/
    }

#chance3 h3 {
    width: 70.27%;
    margin: 0 auto;
    padding-top: 4%;
}

#chance3 .c3_quo {
    width: 65.4%;
    margin: 4% auto 2% auto;
}

#chance3 p.notice {
    /*padding-left: 30%;*/
    width: 63%;
}

#chance_2025 {
    position: relative;
    padding-top: 22%;
}

    #chance_2025 h2 {
        width: 90.1%;
        margin: 0 auto;
    }

    #chance_2025 h3 {
        width: 51.5%;
        margin: 0 auto;
        padding-top: 5%;
    }

    #chance_2025 .prize_image {
        width: 90.94%;
        margin: 3% auto;
    }

    #chance_2025 p.notice {
        color: white;
        width: 91%;
        text-shadow: 2px 2px 3px rgba(0, 40, 120, 0.9), /* メインの濃い影（右下方向） */
        1px 1px 0 rgba(0, 80, 200, 0.6); /* 光の反射を表現（やや明るい青） */
    }

#chance4 {
    position: relative;
    padding-top: 8%;
}

.c4_border {
    width: 61%;
    position: absolute;
    right: 0;
    bottom: 0;
}

#chance4 h2 {
    width: 90.1%;
    margin: 0 auto;
}

.c4_content_margin{
    /*margin-top:-62%;*/
}

#chance4 h3 {
    width: 68%;
    margin: 3% auto 0 auto;
}

#chance4 .c4_p_fullgate_photo {
    width: 47.47%;
    margin: 0 auto 2% auto;
}

#chance4 p.notice {
    width: 68%;
    color: #2B5D92;
}

#chance4 .voting_here {
    margin: 7% auto 0 auto;
    width:93.4%;
}

    #chance4 .voting_here a {
        /*width: 90%;
        margin: 0 auto;*/
        /*font-size: 100%;
        font-weight: bold;
        text-align: center;
        padding: 0.75em 0;
        display: block;
        text-decoration: none;
        color: #fff;
        border: 2px solid #fff;*/
        /*border-image: linear-gradient(to left, #fff 0%, #7164FE 100%);*/
        /*border-image-slice: 1;
        box-shadow: 3px 3px 3px gray;
        background: -moz-linear-gradient(left, #7164FE 25%, #4400CF 100%);
        background: -webkit-linear-gradient(left, #7164FE 25%,#4400CF 100%);
        background: linear-gradient(to right, #00c4ff, #0079ff);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7164FE', endColorstr='#4400CF',GradientType=1 );*/
    }

        #chance4 .voting_here a.close {
            width: 100%;
            margin: 17% auto;
            font-size: 6vw;
            text-align: center;
            padding: 2% 0;
            display: block;
            text-decoration: none;
            color: #fff;
            font-weight: 500;
            /*border-radius: 10px;*/
            /*border: 4px solid #fff;*/
            box-shadow: 4px 4px 4px #000;
            background: #ccc;
            pointer-events: none;
            opacity: 0.5;
        }

#chance4 .arimakinen {
    position: relative;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2vw;
    padding: 6% 0 10% 0;
    line-height: 1.7;
    color:white;
}

    #chance4 .arimakinen span {
        background-color: #fff;
        color: deeppink;
        font-weight: bold;
        font-size: 4.25vw;
        padding: 0.1% 1.5%;
    }

.kotoshiha_fukidashi {
    position: absolute;
    width: 19.7%;
    left: 6%;
    top: 28%;
}



#bottom {
    position: relative;
    padding: 0;
}

.bottom_bg1 {
    background: #D2FFFF;
    padding: 5% 0;
    margin-bottom: 7%;
}


.calendar_box {
    /*border: 2px solid #5643C9;*/
    border-top: none;
    width: 94%;
    margin: 0 auto;
    background: #FFF;
    position: relative;
}

#bottom h2 {
    width: 100%;
}

#bottom .sarani_subcopy {
    text-align: center;
    font-size: 85%;
    margin: 0 0 1em 0;
    line-height: 144%;
    font-weight: 500;
}

#bottom .sarani_calendar_photo {
    position: relative;
    width: 82.84%;
    margin: 0 auto;
    padding-top: 5%;
}

#bottom .sarani_ataru {
    position: absolute;
    width: 42%;
    bottom: -15%;
    right: -20%;
}

#bottom .oubo_wrap {
    width: 75%;
    margin: 0 auto;
    padding-bottom:5%;
}

    #bottom .oubo_wrap a {
        flex-basis: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 4vw;
        text-decoration: none;
        /*box-shadow: 3px 3px 3px rgba(4,84,126,0.7);*/
        padding: 1.5% 0;
    }

    #bottom .oubo_wrap.close a {
        margin: 0 auto 5% auto;
        text-align: center;
        text-decoration: none;
        box-shadow: 3px 3px 3px rgba(4, 84, 126, 0.7);
        color: #000;
        background: #ccc;
        opacity: 0.5;
        pointer-events: none;
        box-shadow: 3px 3px 3px #000;
        padding: 5% 0;
    }

.bottom_bg2 {
    background: #FFF;
}

#bottom .bnr_column {
    width: 100%;
    margin: 0 auto 2em auto;
}

.bottom_link {
    width: 66%;
    margin: 0 auto;
    padding:0 0 8% 0;
}

    .bottom_link a {
        flex-basis: 100%;
        margin: 0 auto 0.5em auto;
        background: #000000;
        color: #fff;
        padding: 1.25em 0;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.5vw;
        font-weight: bold;
    }

        .bottom_link a.vote {
            color: #fff;
            /*border: 1px solid #4483F5;*/
            background: #CD0012;
            /*background: -moz-linear-gradient(top, #4483F5 25%, #4483F5 25%, #91B1F5 100%);
            background: -webkit-linear-gradient(top, #4483F5 25%,#4483F5 25%,#91B1F5 100%);
            background: linear-gradient(to bottom, #4483F5 25%,#4483F5 25%,#91B1F5 100%);*/
            /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4483F5', endColorstr='#91B1F5',GradientType=0 );*/
        }

        .bottom_link a.close {
            color: #fff;
            border: 1px solid #4483F5;
            background: #4483F5;
            background: -moz-linear-gradient(top, #4483F5 25%, #4483F5 25%, #91B1F5 100%);
            background: -webkit-linear-gradient(top, #4483F5 25%,#4483F5 25%,#91B1F5 100%);
            background: linear-gradient(to bottom, #4483F5 25%,#4483F5 25%,#91B1F5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4483F5', endColorstr='#91B1F5',GradientType=0 );
            opacity: 0.5;
            pointer-events: none;
        }


#bottom .keiba_more {
    text-align: center;
    font-size: 3.7vw;
    font-weight: bold;
    margin: 0 0 0.75em 0;
}

#bottom .bottom_bnr {
    width: 90%;
    margin: 0 auto;
}

    #bottom .bottom_bnr a {
        flex-basis: 100%;
        margin: 0 0 0.5em 0;
    }

    #bottom .bottom_bnr :last-child {
        margin: 0;
    }

#bottom .bottom_bnr_note {
    width: 85%;
    margin: 0 auto 5% auto;
    font-size: 2.2vw;
    font-weight: bold;
    text-align: right;
}

#bottom #kiyaku {
    width: 85%;
    margin: 3% auto 4% auto;
}

    #bottom #kiyaku dt {
        border: 1px solid #000;
        padding: 2.5% 0% 2.5% 8%;
        text-align: left;
        font-size: 2.6vw;
        font-weight: 500;
        position: relative;
    }

@media screen and (max-width: 360px) {

    #bottom #kiyaku dt {
        padding: 2.5% 0 2.5% 15%;
        text-align: left;
    }
}

/*@media screen and (max-width: 340px) {

    #bottom #kiyaku dt {
        padding: 2.5% 0 2.5% 10%;
    }
}

@media screen and (max-width: 320px) {

    #bottom #kiyaku dt {
        padding: 2.5% 0 2.5% 5%;
    }
}*/

#bottom #kiyaku dt .underline {
    border-bottom: 1px solid #000;
    font-weight: bold;
}

#bottom #kiyaku dt:hover {
    cursor: pointer;
}

#bottom #kiyaku dt .control {
    position: absolute;
    right: 1%;
    top: 31%;
}

    #bottom #kiyaku dt .control span.arrow:after {
        content: "▼";
        margin: 0 0 0 0.5em;
        background: #000;
        color: #fff;
        padding: 0 0.5em;
    }

#bottom #kiyaku dd {
    padding: 1em 0;
    background: #fff;
    display: none;
    font-size: 80%;
}

#bottom #kiyaku dt.active + dd {
    display: block;
    height: 30em;
    overflow: scroll;
}

#bottom #kiyaku dt.active span.control_disp {
    display: none;
}

#bottom #kiyaku dt.active span.arrow:after {
    content: "▲";
    margin: 0 0 0 0.5em;
    background: #000;
    color: #fff;
    padding: 0 0.5em;
}

#bottom .prenotice {
    width: 83%;
    margin: 0 auto 3em auto;
    font-size: 2.4vw;
    color: #2A2469;
}

    #bottom .prenotice .uline_bold {
        border-bottom: 1px solid #000;
        line-height: 1.4;
    }

#kiyaku {
    font-size: 85%;
}

    #kiyaku h2 {
        width: 100%;
        text-align: center;
        font-weight: 700;
        margin: 0 auto;
        font-size: 122%;
        margin: 0 0 1em 0;
    }

    #kiyaku h3 {
        font-weight: 700;
        margin: 2em 0 0.5em 0;
        color: #000;
        text-align: left;
        font-size: 111%;
    }

    #kiyaku h4 {
        font-weight: 700;
        margin: 2em 0 0.5em 0;
        font-size: 111%;
    }

    #kiyaku h5 {
        font-weight: 700;
        margin: 0 0 0.25em 1em;
        font-size: 100%;
    }


    #kiyaku p {
        margin: 0 0 1em 1em;
    }

    #kiyaku p.indent0 {
        margin: 0 0 1em 0em;
    }

        #kiyaku p.indent2 {
            margin: 0 0 1em 2em;
        }

        #kiyaku p.fix {
            margin: 1em 0 0 0;
            text-align: right;
            
        }

    #kiyaku ul li {
        padding-left: 2em;
    }

    #kiyaku ol li {
        padding-left: 1em;
    }

    #kiyaku strong {
        font-weight: 500;
    }



/* ファン投票の概要　////////////////////////////////////////////////////////////////////////////////  */
    #about #navi ul {
        padding:0 !important;
    }

.fan_top_pdding {
    padding-top: 5%;
    background: #FFECF5;
}

.head_bg {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/about/bg_about.png") no-repeat top center;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    -ms-background-size: 100%;
    background-size: 100%;
    padding-bottom: 60%;
    padding-top: 1%;
}

#about #main {
    position: relative;
    padding: 0;
}

    #about #main .inner {
        margin: 0 auto;
    }

        #about #main .inner .text_wrap {
            margin: 0 auto;
            padding: 1% 0 5% 0;
            background: #fff;
        }

    #about #main h1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 9vw;
        font-weight: bold;
        color: #ffffff;
        padding: 6% 0 4% 0;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.3);
    }

    #about #main .about_text {
        padding: 2%;
        font-weight: bold;
        font-size: 3.5vw;
        text-align: center;
        line-height: 175%;
        margin: 0;
        color: #ffffff;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.3);
    }

    #about #main .text_wrap h2 {
        color: #A06200;
        font-size: 4.5vw;
        font-weight: 700;
        padding: 3% 0% 1% 4%;
    }

        #about #main .text_wrap h2.upper_line {
            border-top: 2px solid #939393;
            padding: 3% 0% 1% 0%;
            width: 92%;
            margin: 0 auto;
        }

    #about #main .text_wrap h3 {
        color: #A06200;
        font-size: 4vw;
        font-weight: 700;
        padding: 0 0 1% 4%;
    }

    #about #main .text_wrap p {
        font-size: 3.3vw;
        font-weight: 700;
        line-height: 155%;
        width: 92%;
        margin: 0 auto;
    }

        #about #main .text_wrap p a {
            color: blue;
        }

    #about #main .flow {
        width: 92%;
        margin: 0 auto;
    }

    #about #main ul {
        padding-left: 4%;
        padding-bottom: 3%;
    }

    #about #main .bg_bottom {
        background: #EEE3BF;
    }

    #about #main #most {
        padding: 0 2% 5% 2%;
    }

        #about #main #most h2 {
            color: #000;
            font-size: 6vw;
            font-weight: 700;
            padding: 1em 0;
            text-align: center;
        }

        #about #main #most .flex div {
            flex-basis: 32%;
            color: #000;
            text-decoration: none;
            text-align: center;
            /*margin: 0 0 1em 0;*/
        }

            #about #main #most .flex div .photo {
                margin: 0 0 0.5em 0;
            }

            #about #main #most .flex div .name {
                font-weight: 700;
                font-size: 3.5vw;
                margin-bottom:5%;
            }

                #about #main #most .flex div .name span {
                    font-size: 2.7vw;
                    display: block;
                    margin: 0 0 0.25em 0;
                }

#about .bottom_link {
    padding: 5% 0;
}




/* コラム　////////////////////////////////////////////////////////////////////////////////  */


#column {
    position: relative;
}

    #column #navi {
        position: absolute;
        top: 0.2%; 
        left: 50%; 
        transform: translateX(-50%); 
        width: 98%;
        margin: 0 auto;
        z-index: 10;
    }

    #column .content {
        margin: 0 auto;
        width: 85.5%;
    }

        #column .content.column2 {
            padding: 14% 0;
            margin-bottom: 2%;
        }

    #column .column2_bg {
        background: url("https://d15zf9t4yqeypw.cloudfront.net/sp/images/column/column_bg.png?20251111") no-repeat;
        background-size: 100% 100%;
    }

    #column .column_prof {
        display: flex;
        flex-direction: column; /* 全体を縦に並べる */
        margin: 0 auto;
    }

    #column .prof_top {
        display: flex;
        align-items: flex-end; /* 画像と名前を縦中央揃え */
        margin-bottom: 0.5rem; /* 下のテキストとの間隔（gapの代わり） */
    }

    #column .prof_img {
        margin-right: 0.5rem; /* 画像と名前の間隔（gapの代わり） */
        width: 26.7%;
    }

        #column .prof_img img {
            height: auto;
            display: block;
            width: 100%;
        }

    #column .prof_name {
        font-size: 8vw;
    }

    #column .prof_name span {
        font-size: 4.2vw;
    }

    #column .prof_txt {
        font-size: 3.0vw;
        text-align: justify;
    }



    #column .column_tt {
        margin: 5% 0;
    }

    #column .column_txt {
        font-size: 3.65vw;
        text-align: justify;
    }

    #column .column_img {
        margin: 5% 0;
    }


    @keyframes delay {
        0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delay {
    animation-name: delay;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes delay_long {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delay_long {
    animation-name: delay_long;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}


/*KVロゴ*/
.kvlogo {
    opacity: 0;
    transform: translate(-75%, 20%);
    transition: 1s;
    animation-name: kvlogos;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

    .kvlogo.is-show {
        transform: translate(0, 0);
        opacity: 1;
    }

/*KV期間*/

.kvkikan {
    opacity: 0;
    transform: translate(-100%, 0);
    transition: 2s;
    animation-name: kvlogos;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

    .kvkikan.is-show {
        transform: translate(0, 0);
        opacity: 1;
    }





/*メニュー要素の出現アニメ*/
.fadein {
    opacity: 0;
    transition: 1s;
    transform: scale(0.75, 0.75)
}

    .fadein.is-show {
        opacity: 1;
        transform: scale(1, 1);
    }



/*右から*/
.fadein_right {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 2s;
}

    .fadein_right.is-show {
        transform: translate(0, 0);
        opacity: 1;
    }


/*下から*/
.fadein_up {
    opacity: 0;
    transform: translate(0, 10%);
    transition: 1s;
}

    .fadein_up.is-show {
        transform: translate(0, 0);
        opacity: 1;
    }
/*上から*/
.fadein_down {
    opacity: 0;
    transform: translate(0, -80%);
    transition: 1.5s;
}

    .fadein_down.is-show {
        transform: translate(0, 0);
        opacity: 1;
    }








/*まる数字のスタイル*/
ol.num {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0 0 0.5em 0;
}

    ol.num li {
        font-size: 111%;
        line-height: 1.5;
        padding-left: 1.25em;
        position: relative;
    }

        ol.num li:before {
            content: counter(my-counter);
            counter-increment: my-counter;
            border: 1px solid #000;
            border-radius: 50%;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 17px;
            width: 17px;
            font-size: 70%;
            font-weight: 500;
            line-height: 1;
            position: absolute;
            top: 0.45em;
            left: 0;
        }


/* footer
================================================== */
footer {
    padding: 1.25em 0 5em 1.25em;
    /*padding: 5% 0 18% 5%;*/
    background: #fff;
    text-align: center;
    font-size: 90%;
}

#footerlogo {
    width: 138px;
    margin: 0 auto 0.5em auto;
}

#copyright {
    font-size: 3vw;
}


#totop {
    z-index: 100;
    position: fixed;
    bottom: 7em;
    /*bottom: 110px;*/
    /*bottom: 11%;*/
    right: 1em;
}

    #totop a {
        width: 40px;
        display: block;
    }
