@charset "utf-8";
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
@media (min-width: 769px){
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*========*/
html{
    height: 100%;
    font-size: 20px;
}
body{
    height: 100%;
    color: rgba(0,0,0,1);
    background-color: rgba(248,248,248,1);
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
}
#wrap{
    position: relative;
    min-width: 1080px;
    height: auto;
    min-height: 100%;
}

/*========*/
br.sp{
    display: none;
}
svg{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    fill: rgba(40,40,40,0);
    stroke: rgba(255,255,255,1);
    stroke-width: 1;
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: miter;
}
#svgdef{
    position: absolute;left: 0;top: 0;
    width: 0;
    height: 0;
}
section a{
    color: rgba(80,80,255,1);
    text-decoration: underline;
    opacity: 1;
}
section a:hover{
    opacity: 0.5;
}
section figure{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
}

/*========*/
header{
    position: fixed;left: 0;top: 0;
    width: 100%;
    height: 80px;
    color: rgba(0,0,0,1);
    background-color: rgba(228,207,62,1);
    z-index: 1;
}
header>div.inner{
    position: relative;
    width: 1080px;
    height: 100%;
    margin: 0 auto 0 auto;
}
/*----*/
header a{
    color: rgba(0,0,0,1);
}

/*========*/
label.gmenubutton{
    display: none;
}

/*========*/
nav{
    position: absolute;left: 0;top: 10px;
    width: 100%;
    height: 50px;
    white-space: nowrap;
}
nav ul{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 auto 0 auto;
}
nav ul>li{
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 5px;
    font-size: 0.84rem;
    text-align: center;
}
nav ul>li a{
    display: block;
    line-height: 50px;
    font-weight: bold;
    border-style: solid;border-width: 0 0 3px 0;border-color:rgba(0,0,0,1);
}
nav ul>li a:hover{
    font-weight: normal;
    border-width: 0 0 1px 0;
}
nav ul>li.curr a{
    font-weight: normal;
    border-width: 0 0 1px 0;
}
nav ul>li.n01{
    width: 130px;
}
nav ul>li.n02{
    width: 170px;
}
nav ul>li.n03{
    width: 110px;
    text-indent: -15px;
    margin: 0 220px 0 0;
}
nav ul>li.n04{
    width: 100px;
}
nav ul>li.n05{
    width: 80px;
}
nav ul>li.n06{
    width: 90px;
}
nav ul>li.n07{
    width: 70px;
}
nav ul>li.n08{
    width: 80px;
}

/*========*/
div.sitelogo{
    position: absolute;left: 50%;top: 0;
    width: 220px;
    height: 110px;
    border-radius: 0 0 220px 220px;
    background-color: rgba(228,207,62,1);
    margin: 0 0 0 -110px;
}
div.sitelogo div.skin{
    position: relative;
    width: 100%;
    height: 100%;
}
div.sitelogo a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 1;
}
div.sitelogo a:hover{
    opacity: 0.5;
}
div.sitelogo a figure{
    position: absolute;left: 74px;top: 7px;
    width: 68px;
    height: 68px;
    background-image: url(../image/logo.svg);
}
div.sitelogo a span{
    position: absolute;left: 78px;top: 78px;
    font-size: 1rem;
    font-weight: bold;
}

/*========*/
footer{
    position: absolute;bottom: 0;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
}
footer>div.inner{
}
footer div.copyright{
    padding: 15px 0 0 0;
    font-size: 0.7rem;;
    text-align: center;
}

/*========*/
label.topscroller{
    position: fixed;right: 30px;bottom: -100px;
    width: 50px;
    height: 50px;
    background-color: rgba(228,207,62,1);
    border-radius: 50px;
    opacity: 1;
    -webkit-transition-property: bottom;transition-property: bottom;
    -webkit-transition-timing-function: linear;transition-timing-function: linear;
    -webkit-transition-duration: 0.4s;transition-duration: 0.4s;
}
label.topscroller.appear{
    bottom: 30px;
}
label.topscroller:hover{
    opacity: 0.6;
}
label.topscroller i{
    position: absolute;left: 19px;top: 19px;
    width: 12px;
    height: 12px;
}
label.topscroller i>svg{
    fill: rgba(255,255,255,1);
}

/*========*/
main{
    padding: 80px 0 50px 0;
}

/*========*/
section{
    position: relative;
    overflow: hidden;
}
section>div.inner{
    position: relative;
    width: 1000px;
    margin: 0 auto 0 auto;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
} @media (max-width: 768px){
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

/*========*/
html{
    height: 100%;
    font-size: 4vw;
}
body{
    height: 100%;
    color: rgba(0,0,0,1);
    background-color: rgba(248,248,248,1);
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
}
#wrap{
    position: relative;
    height: auto;
    min-height: 100%;
}

/*========*/
br.pc{
    display: none;
}
svg{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    fill: rgba(40,40,40,0);
    stroke: rgba(255,255,255,1);
    stroke-width: 1;
    stroke-opacity: 1;
    stroke-linecap: round;
    stroke-linejoin: miter;
}
#svgdef{
    position: absolute;left: 0;top: 0;
    width: 0;
    height: 0;
}
section a{
    color: rgba(80,80,255,1);
    text-decoration: underline;
}
section figure{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
}

/*========*/
header{
    position: fixed;left: 0;top: 0;
    width: 100%;
    height: 15vw;
    z-index: 2;
}
header>div.inner{
}
/*----*/
header a{
    color: rgba(0,0,0,1);
}

/*========*/
label.gmenubutton{
    position: fixed;right: 0;top: 0;
    width: 15vw;
    height: 15vw;
}
label.gmenubutton i{
    position: absolute;left: 5vw;top: 3vw;
    width: 5vw;
    height: 9vw;
    -webkit-transition-property: width;transition-property: width;
    -webkit-transition-timing-function: linear;transition-timing-function: linear;
    -webkit-transition-duration: 0.4s;transition-duration: 0.4s;
}
label.gmenubutton i>svg{
    stroke: rgba(0,0,0,1);
}
label.gmenubutton i.open{
    width: 5vw;
}
label.gmenubutton i.close{
    width: 0;
}
label.gmenubutton.on i.open{
    width: 0;
}
label.gmenubutton.on i.close{
    width: 5vw;
}

/*========*/
nav{
    position: fixed;left: -120%;top: 0;
    width: 80vw;
    height: 100%;
    background-color: rgba(228,207,62,1);
    -webkit-transition-property: left;transition-property: left;
    -webkit-transition-timing-function: linear;transition-timing-function: linear;
    -webkit-transition-duration: 0.4s;transition-duration: 0.4s;
}
nav.appear{
    left: 0;
}
nav ul{
    position: relative;
    width: 70vw;
    height: 100%;
    padding: 16vw 0 0 0;
    overflow: auto;
}
nav ul>li{
    width: 100%;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
    border-style: solid;border-width: 1px 0 0 0;border-color:rgba(0,0,0,1);
}
nav ul>li a{
    display: block;
    line-height: 12vw;
    font-weight: bold;
}
nav ul>li.curr a{
    font-weight: normal;
}

/*========*/
div.sitelogo{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 15vw;
    background-color: rgba(228,207,62,1);
}
div.sitelogo div.skin{
    position: relative;
    width: 40vw;
    height: 100%;
}
div.sitelogo a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
div.sitelogo a figure{
    position: absolute;left: 6vw;top: 2vw;
    width: 11vw;
    height: 11vw;
    background-image: url(../image/logo.svg);
}
div.sitelogo a span{
    position: absolute;left: 18vw;top: 7vw;
    font-size: 1.3rem;
    font-weight: bold;
}

/*========*/
footer{
    position: absolute;bottom: 0;
    width: 100%;
    height: 10vw;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
}
footer>div.inner{
}
footer div.copyright{
    padding: 3vw 0 0 0;
    font-size: 0.7rem;;
    text-align: center;
}

/*========*/
label.topscroller{
    position: fixed;right: 3vw;bottom: -12vw;
    width: 10vw;
    height: 10vw;
    background-color: rgba(228,207,62,1);
    border-radius: 7vw;
    opacity: 1;
    -webkit-transition-property: bottom;transition-property: bottom;
    -webkit-transition-timing-function: linear;transition-timing-function: linear;
    -webkit-transition-duration: 0.4s;transition-duration: 0.4s;
}
label.topscroller.appear{
    bottom: 3vw;
}
label.topscroller i{
    position: absolute;left: 3vw;top: 3vw;
    width: 4vw;
    height: 4vw;
}
label.topscroller i>svg{
    fill: rgba(255,255,255,1);
}

/*========*/
main{
    padding: 15vw 0 10vw 0;
}

/*========*/
section{
    position: relative;
    overflow: hidden;
}
section>div.inner{
    position: relative;
    width: 88vw;
    margin: 0 auto 0 auto;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
} /* end of media query */
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
