@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');

/* ===== Universal Reset ===== */
html{}
body { 
	background: #fff url(images/mori_back.jpg) no-repeat center bottom/auto;
    font-size:16px;
	font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    position: relative;
    height:100%;
    color: #122055;
}

#wrap{
    width: 100%;
    height:100%;
    z-index:10;
  }



*{
	margin:0;
	padding:0;
}

body > #container  {
    height: auto;
}


img {
	border: none;
}

.bn {
	margin-top: 10px;
}
.sp_only{ display:none}

h1,h2,h3{ padding:0; margin:0; font-weight:normal}
a,
a:visited{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none!important}

ul,li{list-style-type:none;}

@media(max-width:480px){
.pc_only{ display:none}
	.sp_only{ display:inline}
}

/* ==== clearfix ==== */
.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix { min-height: 1px;}


.container{
    width: 90%;
    margin: 0 auto 60px auto;
    max-width: 980px;
}
.container h1{
	font-size:70px;
	padding:60px 0 0 0;
    color: #122055;
	font-weight:bolder;
	font-family: 'Amatic SC', cursive;
    line-height: 0.8em;
    text-align: center;
}
.container h1 small{
    font-size: 30px;
}

.container p.lead{
    padding-top: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.container p.lead span{
    display: inline-block;
    padding: 5px 10px;
    background: #efefef;;
}

.container section{
    margin: 80px 0;
    line-height: 1.8em;
    background: rgba(255,255,255,0.7);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.container section.st{
    display: block;
}
.container section.st p{
    padding-bottom: 10px;
}

div.flex{
    display: flex;
    justify-content:space-between;
}

div.flex.start{
    justify-content: flex-start;
}


.container section h2{
    color: #122055;
    font-weight: bold;
    font-size: 40px;
    font-family:'Amatic SC', cursive;
    padding: 10px 0 5px 0;
    margin-bottom: 30px;
    border-bottom: 2px dashed #122055;
}
.container section h2.jp{
    font-size: 22px;
}
.container section h2 span{
    display: inline-block;
    font-size: 16px;
    color: white;
    background: #122055;
    padding: 2px 5px;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1.4em;
}
.container section h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.container section p{
    padding-bottom: 30px;
}
.container section p.category{
    display:block;
    color: white;
    background: #122055;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 10px;
    padding: 25px 0 0 0;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
.container section img{
    width: 20%;
}
.container section div.exp{
    width: 75%;
}

div.flex .box{
    width: 30%;
    text-align: center;
}


.container section a{
    display: block;
    width: 45%;
    padding:10px 0;
    text-align: center;
    border: 1px solid #122055;
    color: #122055;
    border-radius: 30px;
    font-size: 18px;
    margin: 20px auto;
}
.container section a:hover{
    background: #122055;
    color: white;
    cursor: pointer;
}


.container section a.square{
    display: inline-block;
    background: none;
    border: 1px solid #122055;
    text-align: center;
    color: #122055;
    border-radius: 0;
    width: 100%;
    height: 200px;
    padding: 0;
    overflow: hidden;
    line-height: 1.5em;
    margin: 0;
    position: relative;
}
.container section a.square.go div{
}
.container section a.square.txt{
    padding-top: 20px;
}

.container section a.square p.coming{
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%,-50%);
    z-index: 100;
    background:#122055;
    color: white;
    padding: 3px 10px;
    transform: rotate(-10deg);
}

.container section a.square strong{
    display: inline-block;
    background: #ff1075;
    color: white;
    z-index: 1000;
    position:absolute;
    top: 0px;
    right: 0px;
    padding: 2px 10px;
    font-size: 14px;
}
.container section a.square p{
    font-size: 14px;
}

small{ font-size:0.9em}

.container section a.square span{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #122055;
    border-bottom: 1px solid #122055;
    margin: 10px 5px 10px 5px;
    font-size: 20px;
    font-weight: bold;
    min-height: 3em;
}
.container section a.square span small{
    font-size: 12px;
}

.container section a.square:hover{
    opacity: 0.7;
    cursor: pointer;
}
div.flex.start a.square{
    margin: 0 30px 0 0;
}

.container section a.square.nolink{
    opacity: 0.7;
}
.container section a.square img{
    width: 100%;
}

.container.text section{
    text-align: left;
    line-height: 2em;
    padding:50px;
    border: none;
    display: block;
    box-shadow: none;
    margin: 20px 0;
}


.container.text h1{
    font-size: 30px;
    margin-bottom: 0;
}



section h4{
    text-align: center;
    font-size: 18px;
    margin: 0 0 10px 0;
}

body.night .container.text{
    max-width: 800px;
}
.container.text a{
    display: block;
    width: 45%;
    padding:10px 0;
    text-align: center;
    border: 1px solid #122055;
    color: #122055;
    border-radius: 30px;
    font-size: 18px;
    margin: 20px auto;
}

div.links{
    padding: 30px 0 0px 0;
    text-align: center;
}
div.links a{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 10px;
    vertical-align: middle;
}
div.links a:hover{
    opacity: 0.7;
}

div.links a.pixiv{
    background: #122055;
    color: white;
    padding-top: 20px;
    font-size: 16px;
}

div.links a.tw{
    background: #122055 url(images/twitter.png) no-repeat center center/40%;
    text-indent: -9999px;
}
div.links a.clap{
    background: #122055;
    color: white;
    padding-top: 12px;
    font-size: 16px;
}

.remodal-wrapper{
    padding: 0!important;
    background: rgba(0,0,0,0.8);
}
.remodal img{ width: 500px; margin-bottom: 30px;}


@media(max-width:480px){
    body{
        font-size: 14px;
    }
    .container section,
    div.flex,
    div.flex.start{
        display: block;
    }
    /*.container section.st div.flex{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
    }*/
    .container section.st div.flex{
        text-align: center;
    }
    .container section img{
       padding-bottom: 10px;
       width: 100%;
       display: block;
       margin: 10px auto;
    }
    .container section a.square img{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .container section div.exp{
        width: 100%;
        margin: 10px auto;
    }
    .container section{
        margin: 60px 0;
        border-bottom: 1px dashed #fff;
        padding: 40px 20px;
    }.container section p{
        padding-bottom: 10px;
    }

    div.flex .box{
        width: 100%;
        margin-bottom: 30px;
    }
    .container section a{
        width: 100%;
    }
    .container section a.square{
        width: 100%;
        margin-bottom: 10px;
    }
    div.flex.start a.square{
        margin:0 0 20px 0;
    }
    .container.text a{
        width: 90%;
    }    
    .container h1{
        font-size: 50px;
    }
    .container section h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .container section h2 span{
        font-size: 14px;
        margin-left: 5px;
    }
    .container section h2.jp{
        font-size: 18px;
    }
    .container.text{
        width: 100%;
    }
    .container.text h1{
        padding-left: 20px;
    }
    .container.text section{
        font-size: 16px;
        line-height: 2em;
        padding: 20px;
    }
    .remodal{
        padding: 30px 10px!important;
        height: auto;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .remodal-wrapper{
        padding: 0!important;
        background: rgba(0,0,0,0.8);
    }
    .remodal img{ width: 100%; margin-bottom: 20px;}
    .remodal-close{
        position: fixed;
        width: 35px!important;
        height: 35px!important;
    }
}
    