﻿@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;
}

.fadein {
    transition: 1s;
}

.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;
    font-size: 90%;
    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: center;
    color: #fff;
    padding: 0 1em 1em 1em;
}

@media screen and (max-width: 1279px) {
    .baken {
        font-size:1.3vw;
    }
}

    .baken.bk {
        color: #000;
    }


/* 導入ページ　////////////////////////////////////////////////////////////////////////////////  */
#intro {
}

    #intro header {
    }

        #intro header .inner {
            width: 77%;
            padding: 0;
            margin: 0 auto;
        }

        #intro header #logo {
            position: absolute;
            top: 1.25em;
            right: 2em;
            width: 130px;
        }

        #intro header .headerbg {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

        #intro header h1 {
            width: 90%;
            margin: 4.5% auto 0 auto;
        }

        #intro header .text {
            width: 52%;
            margin: 0 auto 0 auto;
        }

    #intro #main {
        padding: 2em 0;
        background: url("https://d15zf9t4yqeypw.cloudfront.net/pc/images/intro/bg_main.png?20251029") 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: 40%;
            margin: 0 2% 1em 2%;
            background: #fff;
            box-shadow: 7px 7px 3px rgba(0,63,19,0.6);
        }

        #intro #main .notice {
            text-align: left;
            color: #fff;
            font-size: 111%;
            margin: 0 auto 1em auto;
            width: 84%;
        }

            #intro #main .notice ul.ast li:before {
                color: #fff;
            }



        #intro #main .item a {
            background: #C80000;
            display: block;
            width: 60%;
            margin: 0 auto 1em auto;
            padding: 0.25em;
            text-align: center;
            text-decoration: none;
            color: #fff;
            font-size: 188%;
            font-weight: 500;
        }

            #intro #main .item a span {
                font-size: 65%;
                position: relative;
                top: -0.075em;
            }

@media screen and (max-width: 1050px) {
    #intro #main .item a {
        width: 87%;
    }
}

@media screen and (max-width: 740px) {
    #intro #main .item a {
        font-size: 122%;
    }
}

/* ランディングページ　////////////////////////////////////////////////////////////////////////////////  */
#landing {
    max-width:1280px;
    margin:0 auto;
}

.top_body_bg {
    background: #FFE6C5;
}

    #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: center;
        margin: 0 0 1em 0;
        font-size: 12px;
        line-height: 140%;
        position: relative;
    }

    #landing p.notice2 {
        text-align: center;
        color: #000;
        margin: 0 auto;
        font-size: 100%;
        line-height: 140%;
        position: relative;
        padding: 3% 0;
        font-weight:bold;
    }

#landing p.notice3 {
    text-align: center;
    color: #000;
    margin: 1em 0 4em 0;
    font-size: 100%;
    line-height: 150%;
    position: relative;
}

#landing header {
    position: relative;
    display: block;
}

    #landing header h1 {
        position: absolute;
        top: 54%;
        left: 6%;
        width: 35.6%;
        z-index: 0;
    }

    #landing header #header_kikan {
        position: absolute;
        width: 32.5%;
        bottom: 8%;
        right: 4.5%;
    }

    #landing header #keyvisual {
        width: 100%;
        z-index: -1;
    }

    #landing header #header_upper {
        position: absolute;
        top: 0;
        width: 94%;
        margin: 2% 3%;
    }

        #landing header #header_upper .logo {
            flex-basis: 100px
        }

        #landing header #header_upper .heaedersns {
            z-index: 1;
        }

            #landing header #header_upper .heaedersns li {
                display: inline-block;
                margin: 0 0.25em;
            }

                #landing header #header_upper .heaedersns li img {
                    width: 40px;
                    height: auto;
                }

#landing .chukan {
    position: absolute;
    width: 18%;
    bottom: 0%;
    left: 4%;
    z-index: 1;
}

#landing .ataru {
    position: absolute;
    width: 20.9%;
    bottom: 1%;
    right: 3%;
    z-index: 1;
}

#landing .header_text {
    position: absolute;
    width: 50%;
    bottom: 1.5%;
    left: 25%;
    z-index: 1;
}

#landing .header_text_calendar {
    width: 100%;
    padding: 1.5% 0;
    background: #3A68AB;
    text-align: center;
}

    #landing .header_text_calendar img {
        width: 83%;
    }

#landing .inner{
    max-width:1280px;
    margin:0 auto;
}


#navi {
    width: 100%;
    margin: 0 auto;
    padding-top: 12px;
}

    #navi ul {
        align-items: center;
        justify-content: space-between;
    }

        #navi ul li {
            width: 19.5%;
            position: relative;
        }

            #navi ul li a {
                display: block;
                text-decoration: none;
                color: #fff;
                font-size: 1.5vw;
                font-weight: bold;
                padding: 1em;
                text-align: center;
                background: #000000;
            }

                #navi ul li a.current {
                    background: #7E7E7E;
                }

                #navi ul li a.vote {
                    background: #E40012;
                    padding: 0.4em 1em;
                }

                #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: 12.5%;
    top: 40%;
}

.menu_arrow_posi02 {
    position: absolute;
    right: 17%;
    top: 33%;
}

.menu_arrow_posi03 {
    position: absolute;
    right: 12.5%;
    top: 40%;
}

.menu_arrow_posi04 {
    position: absolute;
    right: 17%;
    top: 38%;
}

@media screen and (max-width: 1000px) {
    .menu_arrow_posi01 {
        right: 14.5%;
        top: 35%;
    }

    .menu_arrow_posi02 {
        right: 19%;
        top: 28%;
    }

    .menu_arrow_posi03 {
        right: 14.5%;
        top: 35%;
    }
}

.menu_arrow_desc {
    position: absolute;
}

    .menu_arrow_desc::before {
        content: '';
        width: 15px;
        height: 15px;
        border: 0px;
        border-bottom: solid 2px #fff;
        border-right: solid 2px #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: 15px;
        height: 15px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }

@media screen and (max-width: 1000px) {
    .menu_arrow_desc::before {
        content: '';
        width: 1.4vw;
        height: 1.4vw;
        border: 0px;
        border-bottom: solid 0.3vw #fff;
        border-right: solid 0.3vw #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }

    .menu_arrow_side::before {
        content: '';
        width: 1.4vw;
        height: 1.4vw;
        border: 0px;
        border-top: solid 0.3vw #fff;
        border-right: solid 0.3vw #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }
}

@media screen and (max-width: 999px) {
    #landing header #header_upper {
        width: 98%;
        margin: 1%;
    }

    #navi {
        bottom: 0%;
    }

        #navi ul li a {
            font-size: 1.5vw;
        }
}

@media screen and (max-width: 768px) {
    #landing header #header_upper .heaedersns li {
        display: block;
        margin: 0 0 0.5em 0;
    }
}

@media screen and (max-width: 560px) {
    #navi ul li a {
        line-height: 2;
    }

        #navi ul li a.vote {
            line-height: 1;
            padding: 1em;
        }

        #navi ul li a.close {
            line-height: 1;
            padding: 1em;
        }
}

#webvotimng {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/pc/images/landing/bg_webvoting.png?20251029") no-repeat top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

    #webvotimng h2 {
        width: 46.1%;
        margin: 0 auto;
        padding: 5% 0 3% 0;
    }

    #webvotimng .webvoting_content {
        width: 82.8%;
        margin: 0 auto;
    }

    #webvotimng .webvoting_detailhere {
        width: 36.1%;
        margin: 0 auto;
        padding: 3% 0 5% 0;
    }

    #webvotimng .howto_image {
        display: none;
    }

#countdown {
    text-align: center;
    margin:3em 0;
}

    #countdown #countdown_wrap {
    }

    #countdown #countdown_txt {
    }

        #countdown #countdown_txt p {
            margin: 0 0 0.75em 0;
            font-size: 30px;
            font-weight: 700;
        }

    #countdown #countdown_date {
    }

        #countdown #countdown_date span {
            font-size: 600%;
            font-weight: 700;
        }

        #countdown #countdown_date small {
            font-size: 310%;
            margin: 0 0.5em;
        }

.bg_top {
    background: url("https://d15zf9t4yqeypw.cloudfront.net/pc/images/landing/bg_top.png?20251029") no-repeat top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

#chance1 {
}

    #chance1 .c1_upper_text {
        width: 88.3%;
        padding: 6% 0 0 0;
        margin: 0 auto;
    }

    #chance1 h2 {
        width: 78.3%;
        margin: 0 auto;
        padding-top: 5%;
    }

    #chance1 h3 {
        width: 78.5%;
        margin: 0 auto;
        padding-top: 3%;
    }

.c1_a_photo {
    width: 78.1%;
    margin: 0 auto;
    padding-top: 2%;
}

.c1_a_notice {
    width: 78.1%;
    margin: 2% auto 0 auto;
}

    .c1_a_notice .td1 {
        width: 55%;
        font-size: 17px;
        vertical-align: top;
        line-height: 30px;
        font-weight:bold;
    }

    .c1_a_notice .td2 {
        font-size: 11.5px;
        line-height: 17px;
        font-weight:bold;
    }

#chance1 .under_line {
    width: 78%;
    margin: 4% auto;
    border-bottom: 3px solid #000;
}

#chance1 h3.c1_b_title {
    width: 24.7%;
    margin: 0 auto;
    padding-top: 0%;
}

#chance1 .c1_b_shohin{
    position:relative;
    padding-bottom:45%;
    /*min-height:650px;*/
}

#chance1 .c1_b_name {
    position: absolute;
    width: 35.5%;
    left: 18%;
    top: 6%;
}

#chance1 .c1_b_notice {
    position: absolute;
    left: 18%;
    top: 39%;
    font-size: 12px;
    line-height: 17px;
    font-weight:bold;
}

#chance1 .c1_b_photo {
    position: absolute;
    width: 38.1%;
    right: 8%;
}

@media screen and (max-width: 1279px) {

    .c1_a_notice .td1 {
        font-size: 1.3vw;
        line-height: 2.3vw;
    }

    .c1_a_notice .td2 {
        font-size: 1vw;
        line-height: 1.3vw;
    }

    #chance1 .c1_b_notice {
        font-size: 1vw;
        line-height: 1.3vw;
    }

}

@media screen and (max-width: 740px) {

    .c1_a_notice .td2 {
        line-height: 2vw;
    }

    .c1_a_notice .td2 {
        line-height: 2vw;
    }

    #chance1 .c1_b_notice {
        line-height: 2vw;
        top:26%;
    }

    #chance1 .c1_b_photo {
        width: 30%;
    }

    #chance1 .c1_b_name {
        width: 20%;
    }
}

@media screen and (max-width: 630px) {

    #chance1 .c1_b_notice {
        left: 6%;
    }

    #chance1 .c1_b_name {
        left: 6%;
    }


}


#chance2 {
}

    #chance2 h2 {
        width: 78.3%;
        margin: 0 auto;
        padding-top: 7%;
    }

    #chance2 h3 {
        width: 60.3%;
        margin: 0 auto;
        padding-top: 3%;
    }

    #chance2 .c2_prize {
        width: 64.5%;
        margin: 0 auto;
        padding-top: 2%;
    }

    #chance2 p.notice {
        padding-top: 5%;
        text-align: left;
        width: 64.5%;
        margin: 0 auto;
        font-weight:bold;
    }

#chance3 {
}



    #chance3 h2 {
        width: 78.3%;
        margin: 0 auto;
        padding-top: 20%;
    }



    #chance3 h3 {
        width: 42.3%;
        margin: 0 auto;
        padding-top: 4%;
    }

    #chance3 .c3_quo {
        width: 35.1%;
        margin: 0 auto;
        padding-top: 2%;
    }

    #chance3 p.notice {
        padding-top: 2%;
        padding-left: 41%;
        text-align: left;
        font-weight:bold;
    }

#chance4 {
}

    #chance4 h2 {
        width: 78.3%;
        margin: 0 auto;
        padding-top: 14%;
    }

    #chance4 h3 {
        width: 57.5%;
        margin: 0 auto;
        padding-top: 3%;
    }

    #chance4 .c4_p_fullgate_photo {
        width: 57.5%;
        margin: 0 auto;
        padding-top: 3%;
    }

    #chance4 p.notice {
        padding-top: 2%;
        text-align: left;
        width: 36.2%;
        margin: 0 auto;
        font-weight:bold;
    }

    #chance4 .voting_here {
        margin: 0 auto;
        width: 63.7%;
        padding-top: 4%;
    }

        /*#chance4 .voting_here a {
            width: 52%;
            margin: 0 auto;
            font-size: 2vw;
            text-align: center;
            padding: 1em 0;
            display: block;
            text-decoration: none;
            color: #fff;
            font-weight: 500;
            border: 4px solid #fff;
            box-shadow: 4px 4px 4px #055d8b;
            background: -moz-linear-gradient(top, #ffeb3a 25%, #ffeb3a 25%, #ff843a 100%);
            background: -webkit-linear-gradient(top, #ffeb3a 25%,#ffeb3a 25%,#ff843a 100%);
            background: linear-gradient(to bottom, #4484F5 25%,#4484F5 25%,#91B1F5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeb3a', endColorstr='#ff843a',GradientType=0 );
        }*/

        #chance4 .voting_here a.close {
            border-radius: 35px;
            margin: 0 auto;
            font-size: 28px;
            text-align: center;
            padding: 3% 0;
            display: block;
            text-decoration: none;
            color: #000;
            font-weight: 500;
            box-shadow: 4px 4px 4px #000;
            background: #ccc;
            pointer-events: none;
            opacity: 0.5;
        }

    #chance4 .arimakinen {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        padding: 2% 0 10% 0;
    }

    #chance4 .arimakinen.close {
        padding: 9% 0 12% 0;
    }

@media screen and (max-width: 1000px) {




    #landing p.notice {
        font-size: 1vw;
    }

    #landing p.notice2 {
        font-size: 1.7vw;
    }

    #chance4 .arimakinen {
        font-size: 4vw;
    }
}

@media screen and (max-width: 700px) {

    #chance2 h2 {
        padding-top: 10%;
    }

    #chance3 h2 {
        padding-top: 30%;
    }

    #chance4 h2 {
        padding-top: 20%;
    }
}

@media screen and (max-width: 600px) {

    #chance2 h2 {
        padding-top: 25%;
    }

    #chance3 h2 {
        padding-top: 45%;
    }

    #chance4 h2 {
        padding-top: 30%;
    }
}

/*@media screen and (max-width: 640px) {
    #chance3 h2 {
        padding-top: 30%;
    }
}

@media screen and (max-width: 550px) {
    #chance2 h2 {
        padding-top: 10%;
    }
}*/

#bottom {
    position: relative;
}

.bottom_bg1 {
    background: #D4DEED;
    padding-bottom:5%;
}

.calendar_box {
    border: 1px solid #A5BBD9;
    width: 78.3%;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    background: #fff;
}

#bottom h2 {
    width: 100%;
}

#bottom .sarani_subcopy {
    text-align: center;
    font-size: 144%;
    margin: 0 0 1em 0;
    line-height: 155%;
}

#bottom .sarani_calendar_photo {
    width: 92%;
    margin: 0 auto;
    padding-top: 4%;
}

#bottom .prenotice {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1279px) {

    #bottom .prenotice {
        font-size: 1.2vw;
    }
}

.calendar_box ul li {
    color: #3A68AB;
    font-weight:bold;
}

.calendar_box ul.ast li::before {
    color: #3A68AB;
}

#bottom .prenotice .uline_bold {
    border-bottom: 1px solid #000;
}

#bottom .oubo_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0;
}

    #bottom .oubo_wrap a {
        flex-basis: 45.4%;
        margin: 0 auto;
    }

    #bottom .oubo_wrap.close a {
        flex-basis: 45.4%;
        margin: 0 auto 5% auto;
        text-align: center;
        font-size: 24px;
        text-decoration: none;
        box-shadow: 3px 3px 3px rgba(4,84,126,0.7);
        padding: 0.75em 0;
        border-radius: 35px;
        color: #000;
        background: #ccc;
        opacity: 0.5;
        pointer-events: none;
        box-shadow: 3px 3px 3px #000;
    }

    /*#bottom .oubo_wrap a {
        flex-basis: 46%;
        margin: 0 auto 1em auto;
        text-align: center;
        font-size: 144%;
        text-decoration: none;
        box-shadow: 4px 4px 4px rgba(4,84,126,0.7);
        padding: 1em 0;
    }

        #bottom .oubo_wrap a.calendar_here {
            color: #fff;
            background: #FF5D06;
            background: -moz-linear-gradient(top, #FF5D06 25%, #FFA51C 100%);
            background: -webkit-linear-gradient(top, #FF5D06 25%,#FFA51C 100%);
            background: linear-gradient(to bottom, #FF5D06 25%,#FFA51C 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5D06', endColorstr='#FFA51C',GradientType=0 );
        }

        #bottom .oubo_wrap a.voting_here {
            color: #fff;
            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 );
        }

        #bottom .oubo_wrap a.calendar_here_close {
            color: #000;
            background: #ccc;
            box-shadow: 4px 4px 4px #000;
            pointer-events: none;
            opacity: 0.5;
        }

        #bottom .oubo_wrap a.voting_here_close {
            color: #000;
            background: #ccc;
            box-shadow: 4px 4px 4px #000;
            pointer-events: none;
            opacity: 0.5;
        }*/


.bottom_bg2 {
    background: #fff;
}

.banner_memorial {
    width: 50.3%;
    margin: 0 auto;
    position: relative;
    padding-top: 5%;
}

#bottom .bnr_column {
    width: 56%;
    margin: 0 auto 5em auto;
}

.bottom_link {
    display: flex;
    justify-content: center; /* 全体を中央寄せ */
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
    gap: 2%; /* 中央の隙間を調整。例: 1%〜3%で調整可 */
    /*max-width: 1000px;*/
}

    .bottom_link a {
        flex-basis: 31%; /* 各ボタンの幅は維持 */
        background: #000;
        color: #fff;
        padding: 0.75em 0;
        text-decoration: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 111%;
        font-weight: 500;
    }

@media screen and (max-width: 1279px) {

    #chance4 .voting_here a.close {
        font-size: 2.5vw;
    }

    .bottom_link a {
        font-size: 1.3vw;
    }

    #bottom .oubo_wrap.close a {
        font-size: 2.0vw;
    }
}

        .bottom_link a.vote {
            color: #fff;
            background: #E40012;
            background: -moz-linear-gradient(top, #E40012 25%, #E40012 25%, #E40012 100%);
            background: -webkit-linear-gradient(top, #E40012 25%,#E40012 25%,#E40012 100%);
            background: linear-gradient(to bottom, #E40012 25%,#E40012 25%,#E40012 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E40012', endColorstr='#E40012',GradientType=0 );
        }

        .bottom_link a.close {
            color: #000;
            background: #ccc;
            pointer-events: none;
            opacity: 0.5;
        }

#bottom .keiba_more {
    text-align: center;
    font-size: 166%;
    margin: 0 0 0.75em 0;
}

@media screen and (max-width: 999px) {

    #bottom .keiba_more {
        font-size: 3vw;
    }
}

#bottom .bottom_bnr {
    width: 78%;
    margin: 0 auto 4em auto;
}

    #bottom .bottom_bnr a {
        flex-basis: 46%
    }


#bottom #kiyaku {
    width: 56%;
    margin: 0 auto 3em auto;
}

    #bottom #kiyaku dt {
        border: 1px solid #000;
        padding: 0.75em 0.5em;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        position: relative;
    }

@media screen and (max-width: 1279px) {

    #bottom #kiyaku dt {
        font-size: 1.5vw;
    }
}

        #bottom #kiyaku dt span.mk {
            font-size: 80%;
            font-weight: bold;
        }

        #bottom #kiyaku dt span.underline {
            border-bottom: 1px solid #000;
            font-weight: bold;
        }

@media screen and (max-width: 600px) {

    #bottom #kiyaku {
        width: 66%;
    }

        #bottom #kiyaku dt {
            /*padding: 0.75em 0.5em;
        text-align: left;*/
        }
}

#bottom #kiyaku dt:hover {
    cursor: pointer;
}

#bottom #kiyaku dt .control {
    position: absolute;
    right: 1em;
    top: 0.75em;
}

    #bottom #kiyaku dt .control span.arrow:after {
        content: "▼";
        margin: 0 0 0 0.5em;
        background: #000;
        color: #fff;
        padding: 0 0.25em;
    }

#bottom #kiyaku dd {
    padding: 1em;
    background: #fff;
    display: none;
}

#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.25em;
}

#kiyaku {
    font-size: 85%;
}

    #kiyaku h2 {
        width: 100%;
        text-align: center;
        font-weight: 700;
        margin: 0 auto;
        font-size: 122%;
    }

    #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 0;
        font-size: 100%;
    }


    #kiyaku p {
        margin: 0 0 1em 0;
    }

        #kiyaku p.fix {
            margin: 1em 0 0 0;
            text-align: right;
            l
        }






/* ファン投票の概要　////////////////////////////////////////////////////////////////////////////////  */

#about {

}

    #about #main {

    }

        #about #main .inner {
            width: 74.2%;
            /*max-width: 1000px;*/
            margin: 0 auto;
        }

.bg_about_bottom {
    position: relative;
    padding: 0;
    background: #EEE3BF;
}

.about_photo {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .about_photo img {
        width: 100%;
        height: auto;
        display: block;
    }

.overlay_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


#about #main .text_wrap {
    margin: 0 auto;
    padding-bottom: 5%;
}

#about #main h1 {
    width: 100%;
    padding-top: 5%;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.3);
}

#about #main .about_text {
    font-size: 1.6vw;
    text-align: center;
    line-height: 1.65;
    padding-top: 2%;
    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: 2vw;
            font-weight: 700;
            margin: 1em 0 0.5em 0;
        }

            #about #main .text_wrap h2.upper_line {
                border-top: 2px solid #A06200;
                padding: 1em 0 0 0;
            }

        #about #main .text_wrap h3 {
            color: #A06200;
            font-size: 122%;
            font-weight: 700;
            margin: 0 0 0.25em 0;
        }

        #about #main .text_wrap p {
            font-size: 1.4vw;
            font-weight: 500;
            line-height: 155%;
        }


#about #main #most {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
    /*max-width: 1000px;*/
}

    #about #main #most h2 {
        color: #000;
        font-size: 2vw;
        font-weight: 700;
        padding-bottom: 3%;
        text-align: center;
    }

    #about #main #most .flex div {
        flex-basis: 10.5%;
        text-align: center;
    }

        #about #main #most .flex div .photo {
            margin: 0 0 0.5em 0;
        }

        #about #main #most .flex div .name {
            font-weight: 700;
            font-size: 1.1vw;
            margin-bottom:5%;
        }

            #about #main #most .flex div .name span {
                font-size: 0.8vw;
                display: block;
                margin: 0 0 0.25em 0;
            }

    #about #navi {
        position: relative;
        padding-top: 2%;
    }

    #about ul.ast {
        list-style: none;
        font-size: 90%;
        line-height: 120%;
        margin: 10px 0 0 0;
    }

        #about ul.ast li {
            padding-left: 1em;
            text-indent: -1em;
            font-size: 1.2vw;
            margin: 0 0 0.5vw 0;
            line-height: 120%;
        }

            #about ul.ast li:before {
                content: "\203b";
                color: #000;
            }

            #about ul.ast li.red:before {
                content: "\203b";
                color: #f00;
            }





/* コラム　////////////////////////////////////////////////////////////////////////////////  */


#column {
}

    #column #navi {
        position: relative;
        padding-top: 2%;
    }

    #column .content {
        width: 100%;
    }

        #column .content.column1 {
            margin: -6% auto -3% auto;
        }

        #column .content.column2 {
            padding: 6% 0 9% 0;
        }

    #column .bottom_link {
        padding:0 0 5% 0;
    }

    #column .column2_bg {
        background: url("https://d15zf9t4yqeypw.cloudfront.net/pc/images/column/column_bg.png?20251111") no-repeat;
        background-size: 100% 100%;
    }

/* --- プロフィール --- */
.column_prof {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 7%;
}

.prof_img {
    width: 18.8%;
    margin-right: 2rem;
}

    .prof_img img {
        width: 100%;
    }

.prof_content {
    flex: 1;
    padding-right:6%;
}

.prof_name {
    margin-bottom: 1rem;
}

.prof_title {
    display: block;
    font-size: 1.6vw;
    margin-bottom: 0.25rem;
}

.prof_person {
    font-size: 3vw;
    letter-spacing: 0.1rem;
}

.prof_txt {
    font-size: 1.2vw;
    line-height: 1.3;
}


/* --- 見出し画像 --- */
.column_tt {
    width: 78.6%;
    padding: 3% 0 3% 6%;
}

/* --- コラム本文＋画像ブロック --- */
.column_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.column_txt {
    flex: 1;
    font-size: 1.371vw;
    line-height: 1.8;
    margin-right: 2rem;
    text-align: justify;
}

.column1 .column_txt {
    padding-right: 6%;
}

.column2 .column_txt{
    padding-left:6%;
}

.column_imgs {
    display: flex;
    flex-direction: column;
    width: 43.75%;
}

.column_img {
    margin-bottom: 5%;
}

    .column_img img {
        width: 100%;
    }

/* --- 左画像・右テキストにする reverse --- */
.column_block.reverse {
    flex-direction: row-reverse;
}

    .column_block.reverse .column_txt {
        margin-left: 2rem;
        margin-right: 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(-200%, 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: .2s;
    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;
    background: #fff;
    text-align: center;
    font-size: 122%;
}

#footerlogo {
    width: 138px;
    margin: 0 auto 0.5em auto;
}

#copyright {
    font-size: 80%;
}


#totop {
    z-index: 100;
    position: fixed;
    bottom: 0em;
    right: 1em;
}

    #totop a {
        width: 40px;
        display: block;
    }
