@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&display=swap');


/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
img {
	width: 100%;
	display: block;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
}

/*====================================

	loading

====================================*/

#loading {
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#loading img {
    width: 60px;
    animation:5s linear infinite rotation1;
}
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

/*====================================

    header

====================================*/  

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}
header .nav_container {
    max-width: 100%;
    margin: 0 auto;
}
header .menu-left a:hover,
header .menu-left a:focus {
    color: black;
}
header .menu-left a,
header .menu-left p {
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    transition: color .35s ease;
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
}
header nav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
header nav ul li {
    float: none;
    margin-left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
}
header nav ul li a,
header nav ul li p {
    display: block;
    font-family: 'Cinzel Decorative', cursive;
    width: 100%;
    text-align: center;
}
header .menu-left {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}
header .menu-left.collapse {
    max-height: 25em !important;
}
header .nav-toggle {
    display: block;
    border-radius: 5px;
    background-color: transparent;
    height: 38px;
    width: 38px;
    cursor: pointer;
    padding: 8px 8px;
    z-index: 1000;
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4788BC;
}
header .nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
}
header .nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
header .nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(4.4px, -4.4px);
}
header .nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #fff;
    transition: all .25s;
}
header nav ul li p span {
    font-size: 80%;
    padding: 0 0 0 .4em;
}

/*====================================

    logo

====================================*/

.logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 120px;
    z-index: 10;
    background: #fff;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    padding: 20px;
}

/*====================================

    mail

====================================*/

.mail {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    z-index: 10;
}

/*====================================

    icons

====================================*/

.icons {
    position: fixed;
    right: 80px;
    top: 20px;
    z-index: 10;
}
.icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 170px;
}
.icons ul li {
    width: 20%;
}
.icons ul li a {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.icons ul li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

/*====================================

    starshine

====================================*/

#starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}    
#starshine .shine {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/common/images/star.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 2;
    color: tansparent;
    -moz-opacity: 0.0;
    opacity: 0.0;
    animation: glitter 6s linear 6s infinite normal;
}
#starshine .shine.small {
    width: 20px;
    height: 20px;
}
#starshine .shine.medium {
    width: 40px;
    height: 40px;
}
#starshine .shine.large {
    width: 60px;
    height: 60px;
}
@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

/*====================================

    footer

====================================*/ 

.footer {
    width: 100%;
    padding-bottom: 30px;
}
.footer .logo_ob {
}
.footer .logo_ob a {
    display: block;
    width: 140px;
    margin: 0 auto;
}
.footer .logo_ob p {
    width: 100%;
    text-align: center;
    font-size: 80%;
}

/* =======================================

	cf

======================================= */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}