@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base／固定
========================================*/
body {
    font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}


/*===== FontSize 早見表(必要なもののみ残す) 　※ 16pxは1remで記載 ※ =====*/
html {
    --12px:calc(12 / 16 * 1rem);
    --13px:calc(13 / 16 * 1rem);
    --14px:calc(14 / 16 * 1rem);
    --15px:calc(15 / 16 * 1rem);
    --18px:calc(18 / 16 * 1rem);
    --20px:calc(20 / 16 * 1rem);
    --24px:calc(24 / 16 * 1rem);
    --30px:calc(30 / 16 * 1rem);
}


/* topへ戻る */
footer #totop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
footer #totop a {display:block;}
footer #totop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}



/*========================================
 カスタム用 ／PC&SP
========================================*/

/*===== class名でfontを使用する場合／下記の記述でfontを設定 =====*/
.Font13 {font-size:var(--13px);}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
}

img {
    max-width:100%;
    width: auto;
}
section {
    margin: 5rem auto;
    max-width: 1080px;
}
main {
    font-size: 1rem;
    line-height: 1.6;
}
.sp {display: none;}

/*title*/
.hdrTtl {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    margin-bottom: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.hdrTtl::before,
.hdrTtl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #212529;
}
.hdrTtl::before {
    left: 0;
}
.hdrTtl::after {
    right: 0;
}
.kisekaeTtl::before, 
.kisekaeTtl::after {
    background-color: #fff;
}
.linkTtl {
    margin-bottom: 2rem;
}
/*btn*/
.btn {
    position: relative;
    display: inline-block;
    padding: 1rem 3rem 1rem 2rem;
    text-decoration: none;
    background: #d3ff1a;
    color: #0a1021;
    border: 1px solid;
    border-radius: 99px;
    font-size: var(--20px);
    line-height: 1.2;
    transition: all .3s;
}
.btn::before {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 900;
	top: 48%;
	right: 1rem;
	transform: translatey(-50%);
}
.btn:hover {
    background: #0a1021;
    color: #fff;
}
.linkBtn .btn {
    min-width: 300px;
	background:#233edb;
	color:#fff;
 }
.linkBtn .btn:hover {
	background:#d3ff1a;
	color:#0a1021;
}

/*header*/
#header {
    background: url(../images/bg.jpg) top center / cover no-repeat fixed;
    text-align:center;
}
.headerKv {margin: 0;}

.headerKv img {
    width:auto;
}
.headerText {
    padding: .2em;
    background:#0a1021;
    color: #fff;
    line-height:2;
    font-size: var(--24px);
    font-weight: bold;
    letter-spacing: 2px;
}

/*modal*/
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    overflow: auto;
    background-color: rgba(0,0,0,0.4); 
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.5s, visibility 0.5s; 
}
.modal-content {
    display: block;
    height: 100%;
    width: auto;
}
#close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


/*result*/
#result {
    text-align: center;
    max-width: 1200px;
}
.resultList {
    display: flex;
    padding: 0;
    margin:2rem auto 10%;
    list-style: none;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.big .resultItem {
    width: calc((100% - 4rem) / 3);
}
.ex .resultItem {
    margin: 0;
    width: calc((100% - 6rem) / 4);
}
.resultItem img {
    cursor: pointer;
    box-shadow: 1px 1px 4px #ccc;
}

.big .resultItem img {
    padding: 5px;
    border: 10px solid;
    border-image: linear-gradient(to right bottom, #fcbf00, #e9ab10) 1 / 8px;
}

.resultName {
    position: relative;
    margin: 2rem auto 4rem;
    width: 40%;
    z-index: -1;
}
.resultName:before,
.resultName:after {
    position: absolute;
    z-index: 0;
    bottom: -0.5em;
    display: block;
    content: '';
    border: 1em solid #2337ab;
}
.resultName:before {
    left: -1em;
    border-left-width: 0.5em;
    border-left-color: transparent;
}
.resultName:after {
    right: -1em;
    border-right-width: 0.5em;
    border-right-color: transparent;
}
.resultName span {
    position: relative;
    z-index: 1;
    display: block;
    padding: .8rem 2rem;
    color: #fff;
    background: #233edb;
}
.resultName span:before,
.resultName span:after {
    position: absolute;
    bottom: -0.5em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    content: '';
    border-style: solid;
    border-color: #45a2e8 transparent transparent transparent;
}
.resultName span:before {
    left: 0;
    border-width: 0.5em 0 0 0.5em;
}
.resultName span:after {
    right: 0;
    border-width: 0.5em 0.5em 0 0;
}
.resultTtl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    color: #333333;
    font-size: 2.5rem;
    font-weight:bold;
    letter-spacing: 6px;
}
.resultTtl::before,
.resultTtl::after {
    width: 4px;
    height: 40px;
    background-color: #233edb;
    content: '';
    border-radius:99px;
}
.resultTtl::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.resultTtl::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.resultTxt {
    font-size: 1.2rem;
}

/*vote*/
#vote {
    text-align: center;
}
.voteList {
    display: flex;
    padding: 0;
    margin:2rem auto;
    list-style: none;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.voteItem {
    width: calc((90% - 2rem) / 2);
    margin-bottom: 5%;
    text-align: center;
    font-size: var(--18px);
}
.voteItem img {
    cursor: pointer;
}
.Name {
    padding-top: 1em;
    font-weight: bold;
}
input#submit {
    padding: .5rem 1rem;
    width: 50%;
    background-color: #0a1021;
    color: #fff;
    border-radius: 99px;
    transition: all .3s;
}
input#submit:hover {
    opacity: 0.7;
}

/*link*/
#link {
    text-align: center;
    font-size: var(--20px);
    line-height: 1.6;
}
.linkBtn {
    margin: 1rem auto 2rem;
    text-align: center;
}
.txtPoint {
    background: linear-gradient(transparent 70%, #d3ff1a 70%);
    font-weight: bold;
}
.linkTxt {
    font-size: var(--24px);
}

/*about*/
#about {
    padding: 3em 5em;
    background: #fff;
    border: 10px solid #ededed;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
}
.aboutList {
	margin:2rem auto;
	text-align: left;
}
.aboutList dt {
	display: inline-block;
	background: linear-gradient(transparent 70%, #d3ff1a 70%);
	padding:0 .5em;
	margin-bottom: 1em;
	font-size: var(--18px);
	font-weight: bold;
}
.aboutList dd {
    margin-bottom:2em;  
}
.aboutList dd:last-child {
	margin-bottom:0;
}

.awardList dt {
	display: inline-block;
	background: linear-gradient(transparent 70%, #d3ff1a 70%);
	padding:0 1em;
	margin-bottom: 1em;
	font-size: var(--24px);
	font-weight: bold;
}
.awardList dd {
margin-bottom:2em;
    text-align: left;
}
.awardList dd:last-child {
	margin-bottom:0;
}
.awardList dd span {
	font-weight:bold;
	font-size:var(--20px);
	display: block;
	text-align: center;
}

/*schedule*/
#schedule {
    text-align: center;
}
.scheduleList {
    margin:1rem auto;
    width: 50%;
    font-size: var(--18px);
}
.scheduleList dt {
    margin-bottom:.8rem;
    background:#0a1021;
    color:#fff;
    line-height:2;
}
.scheduleList .now {
    background:#d3ff1a;
    color:#262626;
}
.scheduleList .old {
    background:#eee;
    color:#262626;
}
.scheduleList dd {
    margin-bottom: 2rem;
}

/*kisekae*/
#kisekae {
    max-width: 100%;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
    background: #233edb;
    color: #fff;
    text-align: center;
}
.kisekaeBtn {
    margin: 2rem auto 4rem;
}

.infoWrap, .profWrap {
    max-width: 1080px;
}
.infoWrap {
    display:flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    gap: 1em;
    font-size: var(--18px);
}
.infoImg {
    margin: 0;
    order: 1;
}
.infoTxt {
    margin: 0;
    width: 50%;
    letter-spacing: 2px;
    text-align: left;
}
.infoTxt span {
    font-size: var(--24px);
    font-weight: bold;
    color: #d3ff1a;
}
.infoTxt p:last-child {
    margin-bottom:0;
}
.infoPoint {
    margin: 1rem auto;
    font-size: var(--20px);
    font-weight: bold;
}

/*prof*/
.profWrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 2em;
    grid-column-gap: 2rem;
    grid-template-areas:
        "profImg profName"
        "profImg profTxt";
    margin:2rem auto;
    text-align:left;
}
.profImg {
    grid-area: profImg;
    max-width: 250px;
}
.profName {
    grid-area: profName;
    margin: 0;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px dashed;
}
.profTxt {
    grid-area: profTxt;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
}
.profBtn {
    position: relative;
    padding: .2em 2em 0.2em 1em;
    text-decoration: none;
    background: #d3ff1a;
    color: #262626;
    border: 1px solid;
    border-radius: 99px;
    transition: all .3s;
}
.profBtn::before {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: 900;
	top: 48%;
	right: .5em;
	transform: translatey(-50%);
}
.profBtn:hover {
    background: #0a1021;
    color: #fff;
}

/*完了画面*/
.completed {
    width: 90%;
    margin: 2rem auto;
    text-align: center;
    font-size: 1rem;
}
.completed a {
    display:inline-block;
    padding:1rem;
    text-decoration:none;
    color:#fff;
    border-radius:5px;
    background:#233edb;
}

.note {
    font-size: var(--14px);
}

/* スマホ */
@media screen and (max-width: 767px) {
    .sp {display: block;}
    .pc {display: none;}
    
    section {
        margin:  2rem auto 4rem;
    }
    
    .hdrTtl {
        margin-bottom: 1.2em;
        font-size: var(--18px);
        padding: 0 1.2em;
    }
    .hdrTtl span {
        display: block;
    }
    .linkTtl {
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.6;
    }
    .hdrTtl::before, .hdrTtl::after {
        width: .8em;
    }
    
    /*header*/
    .headerText {
        padding: .5rem;
        font-size: 1rem;
        line-height: 1.4;
    }

    /*result*/
    .resultList.big {
        margin-bottom: 20%;
        padding: 0;
        display: block;
    }
    .big .resultItem {
        margin-bottom: 10%;
        width: 70%;
    }
    .resultList.ex {
        gap:1rem;
    }
    .ex .resultItem {
        width: calc((100% - 4rem) / 2);
    }
    .resultName {
        margin-bottom: 3rem;
        width: 70%;
        font-size: 1.2rem;
    }
    .resultName span {
        padding: .6rem 2rem;
    }
    .resultTtl {
        margin: 10% auto;
        font-size:2rem;
    }
    .resultTtl::before,
    .resultTtl::after {
        height:30px;
    }
    .resultTxt {
        font-size: 1rem;
    }
    /*vote*/
    .voteList {
        width: 90%;
        gap: 1rem;
    }
    .voteItem {
        margin: 0 auto 2rem;
        width: calc((100% - 1rem) / 2);
        font-size: 1rem;
    }
    input#submit {
        width: 90%;
        padding: .5rem 1rem ;
    }
    .modal-content {
        width: 80%;
        height: auto;
    }
    /*link*/
    #link {
        margin: 2rem auto;
        width: 90%;
        font-size: 1rem;
    }
    .linkBtn .btn {
        width: 80%;
        font-size: 1rem;
    }


    /*bout*/
    #about {
        padding: 1.5em 1em;
        width: 90%;
        font-size: var(--14px);
    }
    .aboutList {
        margin:0 auto 3rem
    }
    .aboutList dt {
        font-size: 1rem;
    }
    
    /*schedule*/
    .scheduleList {
        width: 80%;
        font-size: var(--15px);
    }
    .scheduleList dd {
        margin-bottom: 1rem;
    }

    /*kisekae*/
    #kisekae {
        padding: 0;
    }
    .kisekaeInner {
        padding: 2rem 0 0;
        width: 90%;
    }
    .infoWrap, .profWrap {
        width: 100%;
    }
    .infoWrap {
        display: block;
        margin: 0 auto;
    }
    .infoImg {
        margin: 0 auto 2rem;
        width: 90%;
    }
    .infoTxt {
        margin: 2rem auto;
        width: 100%;
        font-size: var(--15px);
    }
    .infoTxt span {
        font-size: 1rem;
        font-weight: bold;
    }
    .infoTxt p:last-child {
        margin-bottom: 1rem;
    }
    .infoPoint {
        font-size: 1rem;
    }
    .kisekaeBtn .btn {
        width: 90%;
        font-size: 1rem;
    }
    .profWrap {
        grid-column-gap: 1rem;
        grid-template-areas:
            "profName profName"
            "profImg profTxt";
        margin: 4rem auto 2rem;
        font-size: var(--14px);
    }
    .profName {
        font-size: 1rem;
        text-align: center;
    }
    .profImg {
        padding-top: 1rem;
    }

    .copyright {
        padding: 1em 0;
        margin: 0;
        font-size: var(--14px);
    }
    
    .note {
        width: 90%;
    }
    #about .note {
        width:100%;
    }
}