﻿/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
ul li img {
    width: 100%;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face
{
    font-family: 刻明朝;
    src: url('https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff2')
        format("woff2");
}

/*
v1.0 | 20190911
*/

/********* base *********/
html{font-size: 62.5%; /* sets the base font to 10px for easier math */}

body{
    background: #000422;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #000;
    font-size: 1.8rem;
    font-size: 18px;/*ie*/
    line-height: 1.8;
    letter-spacing: 0.1em;}

a{text-decoration: none;
    color: #0277bd;}

.cont-wrap{
    margin: 0 auto;
    width: 1200px;
    display: block;}

.tac{text-align: center;}
.sp{display: none;}

@media screen and (max-width: 768px){
    img{
        width: 100%;
        vertical-align: bottom;}
    .sp{
        display: block;
        position: relative;}
    .pc{display: none!important;}

    .cont-wrap{
        width: 100%;}

}

/********* header *********/
header{
    background: url(../img/main-bg.jpg)no-repeat top center;
    background-size: 100%;
    position: relative;
    min-width: 1200px;
}

header > div.mv-pc{
    width: 55%;
    display: block;
    text-align: center;
    margin: auto;
    padding: 30% 0 0;
}
header > div.mv-pc img{width: 100%;}

.txt{
    margin-top: 42px;
    text-align: center;
}

#news{
    margin: 48px auto 110px;
    text-align: center;}
.news-inner{
    margin-top: 15px;
    border: solid 1px #9e7a0c;
    width: 97%;
    height: 120px;
    padding: 1em;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.news-inner::-webkit-scrollbar {
    display: none;
}
.news-inner dt {
    color: #fff;
    font-weight: bold;
    text-align: left;}
.news-inner dd p {
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.4;}
.news-inner dd p a{
    color: #fff;
    text-decoration: underline;    }
.news-inner dd p a:hover{opacity: 0.8;}

#area{
    margin: 48px auto 110px;
    text-align: center;}
.area-inner{
    position: relative;
}
#area .area-inner .pc map img{width: 100%;}
@media screen and (min-width: 1399px){
    #area.cont-wrap{width: 1400px;}
}

#area .period{
    position: absolute;
    top: 0;
    left: 0;
    width: 852px;
    padding-bottom: 5px;
    background: #000422;
    border: 1px solid #9E7A0C;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
    color: #fff;
    text-align: left;

}
#area .period h2{
    font-size: 4rem;
    text-align: center;
    line-height: 1;
    margin-top: 1.5%;
}
#area .period dl{
    padding: 1% 0 0 11%;
    display: flex;
    flex-wrap: wrap;}
#area .period dt{
    width: 19%;
    font-size: 2.6rem;
    color: #49CFF2;
    line-height: 1.4;}
#area .period dd{
    width: 80%;
    font-size: 2.6rem;
    line-height: 1.4;}
#area .period dd:last-child{
    letter-spacing: -0.10em;}

#area .period p{
    padding-left: 11%;
    font-size: 1.6rem;}

#area map{
    display: block;
    margin-top: 33px;}

#area ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 7% auto 0;
    flex-wrap: wrap;
}
#area ul li{
    width: 33%;
    margin-bottom: 2%;
}
#area ul li span {
    display: inline-block;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
    color: #fff;
    font-size: 2rem;
    margin-bottom: 4%;
    position: relative;
    line-height: 1.2;
    padding-top: 6px;
}
#area ul li span.ttl{
    min-height: 50px;}

#area ul li span::before{
    content: "";
    background: url(../img/list-icon.png)no-repeat top center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    left: -35px;
}

#light{
    min-width: 1200px;
    background: url(../img/light-bg.jpg)no-repeat top center;
    text-align: center;
    padding: 224px 0 200px;}

#light > div > div{
    padding: 3.1% 0;
    background: url(../img/light-txt.png)no-repeat top center;
    color: #fff;}


#p-contest{
    min-width: 1200px;}

#p-contest .contest-block{
    width: 1200px;
    margin: 47px auto 0;
    padding: 27px 0 32px;
    background: url(../img/p-contest-bg.jpg)no-repeat top center;
    background-size: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#p-contest h1{
    font-family: "刻明朝";
    padding-bottom: 10px;
    font-size: 4.2rem;
    line-height: 1.2;
    margin: 0 auto;
    color: #fff;
}

#p-contest .l-logo img{vertical-align: bottom;}
#p-contest .p-txt p{
    font-family: "刻明朝";
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #fff;
}


/*#p-contest .p-con-date img {
width: 100%;
vertical-align: bottom;
}
#p-contest .p-con-date{
margin-left:  17%;
position: relative;}

.p-con-date .details{
display: none;
opacity: 0;}

.p-con-date:hover .details{
display: block;
background: #fff;
margin: 0.5em;
position: absolute;
border: 5px solid #fff;
top: -84%;
left: -50%;
width: 650px;
animation: popup 1s forwards;
}

@keyframes popup {
100% {
opacity:1;
}
}*/

.movie{text-align: center;}

.movie iframe{width: 100%;
    height: 660px;}

#contest{
    min-width: 1200px;}

#contest h1{
    font-family: "刻明朝";
    background: url(../img/contest-h1.png)no-repeat left top;
    /*padding-left: 100px;*/
    font-size: 4.2rem;
    line-height: 1.3;
    width: 520px;
    margin: 0 auto;
    color: #fff;
}

#contest .contest-block{
    width: 1200px;
    margin: 43px auto 32px;
    padding: 35px 0 51px;
    background: url(../img/contest-bg.jpg)no-repeat top center;
    background-size: 100%;
    text-align: center;
}

#contest .contest-block ul{
    width: 1085px;
    margin: 16px auto 32px;
    display: flex;
    justify-content: space-between;
}

#contest .btn a,
#p-contest .btn a{
    width: 400px;
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
    font-size: 2.0rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
}
#contest .btn a:hover,
#p-contest .btn a:hover{
    opacity: 0.8;
}

#naked {
    min-width: 1200px;
    margin: 120px auto 0;
    color: #fff;
}

#naked .naked-block{
    width: 1158px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#naked .naked-block .n-logo{width: 256px;
    margin-right: 30px;}

#naked .naked-block .n-logo img{width: 100%;}
.naked-wrap {
    width: 870px;}


#naked .ttl{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    font-size: 1.6rem;
    align-items: flex-end;
}
#naked .ttl h1{
    font-size: 2.4rem;}
#naked .ttl a{color: #fff;}
#naked .txt{
    display: flex;
    font-size: 1.6rem;
    text-align: left;}
#naked .txt div span{
    display: block;
    font-size: 1.4rem;}

#about{
    min-width: 1200px;
    font-size: 1.8rem;
    font-family: "ヒラギノ明朝 ProN";}
#about dl{
    width: 994px;
    margin: 120px auto;
    border: 3px solid #49CFF2;
    text-align: center;
    padding: 26px 0 5px;}
#about dt{
    color: #48CEF2;}
#about dd{
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5;}

footer{
    padding: 10px 0;
    background: #000;
    min-width: 1200px;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN";
}
.mv-sp{display: none;}

.tf1{font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
    font-size: 3.9rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.tf2{
    font-family: "刻明朝";
    font-size:2.2rem;
    color: #fff;
    text-align: center;
}
.tf3{font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "游明朝", YuMincho,  "メイリオ", Meiryo, serif;
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: -0.10em;}
.tf4{
    margin-top: 1%;
    font-family: "刻明朝";
    font-size: 4.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
@media screen and (max-width: 768px){
    header{
        min-width:auto;
        height: auto;}
    header > div{
        padding: 25% 0 0;}
    .txt{
        margin-top: 5%;
        text-align: center;}

    #news{
        margin: 10% 0 12%;
        text-align: center;}
    .news-inner{
        margin: 5% auto;
        width: 92%;
        height: 120px;
        padding: 1em;
        font-size: 3.1vw;}

    #area{
        margin: 10% 0 12%;
        text-align: center;}

    #area .period p{
        margin-top: 1%;
        font-size: 2.5vw;
        padding:0 0 0 3%;
        text-align: center;
        letter-spacing: 0;}
    #area map{margin-top: 0;}

    #area ul{
        display: block;
        width: 100%;
        margin: 6.5% auto 0;
        justify-content: space-around;}
    #area ul li{
        width: 80%;
        margin: 0 auto 5%;}
    #area ul li span.ttl{
        min-height: auto;
    }

    #light{
        min-width: 92%;
        background: url(../img/light-bg-sp.jpg)no-repeat top center;
        background-size: 100%;
        padding: 35% 4% 33%;}
    #light >div >div{
        background: url(../img/light-txt-sp.png)no-repeat top center;
        background-size: 100% 100%; margin-top: 11%;}

    #p-contest{
        min-width: 100%;
        padding-top: 0;}
    #p-contest h1{
        padding-bottom: 2.6%;
        font-size: 6.4vw;
        width: 100%;
    }
    #p-contest .contest-block{
        width: 100%;
        margin: 1% auto 0;
        padding: 4.5% 0 5%;
        background: url(../img/p-contest-bg-sp.jpg)no-repeat top center;
        background-size: 100%;
        display: block;}

    #p-contest .l-logo img{
        width: 100%;
    }
    #p-contest .l-logo {
        width: 90%;
        margin: 0 auto;
        background: #fff;
        margin-top: 4%;
        margin-bottom: 4%;}

    #p-contest .p-txt p {
        font-size: 4.2vw;
        margin-bottom: 2%;
    }
    /* #p-contest .p-con-date {
    width: 93%;
    margin: 0 auto 3%;
}*/

    .movie iframe{
        height: 300px;
    }
    #contest{
        min-width: 100%;
        padding-top: 0;}
    #contest h1{
        width: 77%;
        padding-left: 3%;
        background-size: 19%;
        font-size: 6.4vw;
    }
    #contest .contest-block{
        width: 100%;
        margin: 8% auto 0;
        padding: 7% 0 3%;
        background: url(../img/contest-bg-sp.jpg)no-repeat top center;
        background-size: 100%;}

    #contest .contest-block ul{
        width: 85%;
        margin: 1% auto 2%;
        flex-wrap: wrap;}
    #contest .contest-block ul li{
        width: 48%;
        margin-bottom: 5%;}

    #naked{
        min-width: 100%;
        margin: 10% auto 0;
    }
    #naked .naked-block {
        width: 100%;
        margin: 0 auto;
        display: block;}
    #naked .naked-block .n-logo{
        margin: 0 auto; }
    .naked-wrap{width: 100%;}
    #naked .ttl{
        display: block;
        margin: 5% 0;
        text-align: center;}
    #naked .ttl h1{
        font-size:5.3vw;
        letter-spacing: 0em;}
    #naked .txt {
        display: block;
        padding: 0 4%;
        text-align: left;
    }

    #about{
        min-width: 100%;
        font-size: 3.6vw;}
    #about dl{
        width: 100%;
        margin: 9% auto;
        box-sizing: border-box;
        padding: 4% 0 1%;}
    #about dd{margin-bottom: 4%;}

    footer{
        min-width: 100%;
        padding: 1% 0;}
    .leaflet-touch .leaflet-bar a{
        color: #9E7A0B;
        margin-bottom: 1%;
        opacity: 0.9;
    }
    .leaflet-bar a:first-child,
    .leaflet-bar a:last-child{
        border-radius: 50%;
        border: 1px solid #9E7A0B;
    }
    .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{border: none;}
    address {font-size: 3.2vw;}
    .tf1{
        font-size: 5.1vw;
        padding: 0px 3%;
        line-height: 1.7;
    }
    .tf2{
        font-size: 3.1vw;
        padding: 0 3%;
        letter-spacing: 0.15em;}
    #area .period{
        position: relative;
        width: 100%;
        border: none;
        margin-top: 5%;
    }
    #area .period h2{
        font-size: 5.4vw;
        padding: 0 4% 2%;
        letter-spacing: 0;
    }
    #area .period dl{
        padding: 0 0 0 3%;
    }
    #area .period dt{font-size: 4vw;}
    #area .period dd{font-size: 4vw;
        letter-spacing: 0em;}
    #area ul li span{
        font-size: 3.9vw;
        margin-bottom: 2%;}
    #area ul li span::before{    content: "";
        background: url(../img/list-icon.png)no-repeat top center;
        background-size: 100%;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 3%;
        left: -35px;
    }
    .tf3{
        font-size: 4vw;
    }
    .tf4{font-size: 6.1vw;}
    #contest .btn a,
    #p-contest .btn a{
        width: 65%;
        font-size: 3.1vw;
        padding: 2%;}
    .tf5{
        font-size: 3.3vw;
    }

}



@media screen and (max-width: 526px){
    header > div{
        padding: 0 0 0;}
    .mv-sp{
        background: url(../img/main_img-sp.jpg)no-repeat bottom center;
        background-size: 100%;
        display: block;
        position: relative;
    }

    .mv-sp img{
        position: absolute;
        bottom: 0;
        left:0;
    }
    .mv-pc{display: none;}
}