@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=M+PLUS+Rounded+1c:wght@500&family=Noto+Sans+JP&display=swap');

html{
    font-size: 62.5%;
}

body{
    /* background-image: url(../images/bg_2026.jpg); */
    background-image: url(../images/bg_2026_40.jpg);
    /* background-blend-mode: lighten; */
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

:root{
    --bg-color: rgba(2, 14, 52, 1);
    --brown: rgba( 34, 24, 21, 1 );
    --gold: rgba(192, 173, 99, 1);
    --white: rgba(255, 255, 255, 1);
    --text-color: rgba( 0, 0, 0, 0.8 );
    --text-color: rgba(255, 255, 255, 1);
    --title-size: clamp( 2rem, 2vw, 3rem );
    --text-size: clamp( 1.6rem, 3vw, 2rem );
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/* 共通設定 --------------------- */
h1, h2, h3, h4, h5{
    font-size: var(--title-size);
    line-height: 1em;
    margin-bottom: 10px;
}

ul, ol, dl, p{
    list-style-type: none;
    font-size: var(--text-size);
    color: var(--text-color);
}

ul li,
ol li,
p{
    line-height: 1.4;
}

a{
    /* display: block; */
    color: var(--text-color);
    text-decoration: none;
    transition: all .5s;
}

img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    --touch-callout: none;
    user-select: none;
    pointer-events: none;
}

.section h1{
    display: block;
    text-align: center;
    margin: 0 auto 50px;
}

.section h1 img{
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* #header ---------------------- */
#header{
    margin-bottom: 50px;
    padding: 20px 20px;
}

#header h1{
    color: #fff;
}

#header h1 img{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.head-images-wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30em 0;
}

.wrapper{
    margin: 0 auto;
}

.wrapper p{
    display: block;
    font-weight: bold;
    text-align: center;
}

.section{
    margin: 0 auto 20em;
}

.contest-resurut-btn{
    display: block;
    text-align: center;
    margin: 0 auto 50px;
}

.contest-resurut-btn a{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contest-resurut-btn a img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.content{
    width: clamp( 350px, 95%, 1000px );
    margin: 0 auto;
}

/*
.content dl{
    display: flex;
}

.content dl dt{
    margin-bottom: 30px;
}

.content dl dt img{
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.content dl dd{
    font-size: var(--text-size);
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 80px;
}

.content dl dd span{
    display: block;
    font-size: 90%;
    text-align: center;
}
*/
/* #period：応募期間 ------------------ */
.ymd{
    font-weight: bold;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}

.ymd-list{
    display: flex;
    flex-flow: column wrap;
    font-size: 2rem;
    font-weight: bold;
    color: rgb(229, 255, 0);
    color: rgb(255, 255, 255);
    color: #333;
    margin-bottom: 30px;
}

.ymd-list li{
    text-align: center;
    margin-bottom: 20px;
}

.triangre{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 15px solid rgb(229, 255, 0);
    border-top: 15px solid #fff;
    border-top: 15px solid #333;
    border-bottom: 0;
    margin: 0 auto;
}

#period{
    /* margin-bottom: 80px; */
}

#period ol{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contest-info{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.contest-info a img{
    display: block;
    width: 100%;
    max-width: 350px;
    border: 2px solid #a7a7a7;
    border-radius: 10px;
    margin: 0 auto;
}

/* #terms：応募条件 --------------------- */
#terms .content ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* align-items: flex-end; */
    align-items: flex-start;
    margin: 0 auto;
}

#terms .content ul li{
    font-weight: bold;
    color: #333;
    width: clamp( 300px, 100% / 3, 1000px );
    text-align: center;
    margin: 0 auto 50px;
}

#terms .content ul li:nth-child(3),
#terms .content ul li:last-child{
    margin-bottom: 0;
}

#terms .content ul li img{
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
}

/* #examination：審査結果発表 ----------------- */
#examination ol{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 50px;
}

#examination ol li{
    font-size: var(--text-size);
    width: clamp( 300px, 100% / 3, 1000px );
    text-align: center;
    margin: 0 auto 50px;
}

#examination ol li:last-child{
    margin-bottom: 0;
}

#examination ol li img{
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto 20px;
}

#pagetop{
    background-color: #777;
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 50px;
    padding: 10px 0px;
}

.arrow-top{
    display: block;
    width: 18px;
    height: 18px;
    border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    transform: rotate(45deg);
    margin: 10px auto 0;
}

/* 以前の受賞作品はこちら ------------------- */
#index_ContestResultHistory{
    margin-bottom: 8em;
}

.custom-btn{
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 173, 99)), to(#fea));
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    font-style: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    width: 250px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: inset 0px 0px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #ba6;
    margin: 0 auto 10px;
    padding: 15px 0px;
}

.custom-btn:active{
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.custom-btn p{
    background-image: linear-gradient(
        70deg,
        rgb(211, 209, 209, 0.3)  45%, 
        #000 50%,
        rgb(211, 209, 209, 0.3) 55% 
    );
    background-image: linear-gradient(
        70deg,
        #000 45%, 
        #fff 50%,
        #000 55% 
    );
    background-image: linear-gradient(
        70deg,
        #fff 45%, 
        #888606 50%,
        #fff 55% 
    );
    background-size: 500% 100%;
    background-clip: text;
    font-size: 2rem;
    text-align: center;
    font-family: arno-pro, serif;
    font-weight: 400;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 3.5s infinite;
}

@keyframes shine{
    0%{
        background-position: 100% 50%;
    }

    100%{
        background-position: 0% 50%;
    }
}

.pass-title{
    font-size: 2rem;
    font-weight: bold;
    width: 220px;
    /* width: 0; */
    text-align: center;
    border-bottom: 2px solid rgba( 236, 191, 77, 1 );
    border-bottom: 2px solid rgb(47, 200, 190);
    /* border: 2px solid rgb(47, 200, 190); */
    /* border-bottom: 4px dotted rgb(47, 200, 190); */
    /* border-radius: 50px; */
    margin: 0 auto 0px;
    padding: 5px 10px;
    cursor: pointer;
}

.pass-title::after{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2.5px solid rgba( 0, 0, 0, 1 );
    border-bottom: 2.5px solid rgba( 0, 0, 0, 1 );
    vertical-align: middle;
    margin-left: 13px;
    margin-bottom: 3px;
    transform: rotate(45deg);
}

.custom-btn p{
    background-image: linear-gradient(
        70deg,
        rgb(211, 209, 209, 0.3)  45%, 
        #383838 50%,
        rgb(211, 209, 209, 0.3) 55% 
    );
    background-image: linear-gradient(
        70deg,
        #383838 45%, 
        #fff 50%,
        #383838 55% 
    );
    background-image: linear-gradient(
        70deg,
        #383838 45%, 
        #888606 50%,
        #383838 55% 
    );
    background-size: 500% 100%;
    background-clip: text;
    font-size: 2rem;
    text-align: center;
    font-family: arno-pro, serif;
    font-weight: 400;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 3.5s infinite;
}

.pass-label input{
    display: none;
}

.pass-wrap{
    display: block;
    width: clamp( 200px, 100%, 300px );
    /* width: 250px; */
    overflow: hidden;
    height: 0;
    margin: 0 auto 50px;
    padding: 0px 10px;
    transition: all .3s;
}

#pass:checked ~ .pass-title{
    background-color: rgba(47, 200, 190);
    color: #fff;
    border-bottom: 0px;
    /* border-radius: 50px; */
    /* transform: rotate(-135deg); */
    margin-bottom: 0;
}

#pass:checked ~ .pass-title::after{
    /* border-bottom: red 2px dotted; */
    border-color: #fff;
    transform: rotate(-135deg);
    margin-bottom: 0;
}

#pass:checked ~ .pass-wrap{
    height: auto;
    padding: 10px 10px;
}

.pass-wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.pass-wrap ul li{
    width: 45%;
    width: 100%;
    margin-bottom: 10px;
}

.pass-wrap ul li a{
    display: block;
    font-size: 2rem;
    font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
    font-weight: bold;
    color: #fff;
    color: #333;
    text-align: center;
    padding: 5px 5px;
    transition: all .5s;
}

.pass-wrap ul li a:hover{
    text-decoration: underline;
}

/* #footer ------------------- */
#footer{
    font-family: 'Hiragino Mincho Pro','游明朝','Yu Mincho',YuMincho,serif;
	width: 100%;
}

.foot-wrap{
    width: clamp( 350px, 95%, 1000px );
    margin: 0 auto 0px;
    padding: 5em 15px;
}

.foot-wrap h1{
    font-size: 2rem;
    color: var(--white);
    color: #333;
}

.foot-wrap ul li,
.foot-wrap ul li a{
    color: #333;
}

.foot-wrap ul li br{
    display: none;
}

.foot-wrap ul li:nth-child(1),
.foot-wrap ul li:nth-child(2){
    font-weight: bold;
}

#footer .copy{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 10px 10px;
}

/* タブレットたて --------------- */
@media screen and (max-width: 1024px){
}

/* スマホよこ ------------------ */
@media screen and (max-width: 896px){

    .section{
        margin: 0 auto 12em;
    }

    /* #pagetop ---------------- */
    #pagetop{
        right: 3%;
        bottom: 3%;
    }

    .foot-wrap{
        padding: 1em 1em;
    }

    .foot-wrap ul li br{
        display: block;
    }
}

/* スマホたて ------------------ */
@media screen and (max-width: 480px){

    /* #footer --------------------- */
    .foot-wrap ul li{
        font-size: 93%;
        margin-bottom: 5px;
    }

    .foot-wrap ul li a{
        text-decoration: underline;
    }
}