@charset "UTF-8";
/* CSS Document */
.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
    position: absolute;
    text-align: center;;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
	display: none;
	z-index: 9999;
    width:100%;
}
.start img {width: 25%;}
#aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#aside .follow {
    position: absolute;
    text-align: center;
}
#aside .copyright {
    position: absolute;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #c7c8ca;
    letter-spacing: 0.14em;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
#aside .follow p {
    padding-bottom: 4em;
    margin-bottom: 1.7em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    letter-spacing: 0.25em;
    color: #c7c8ca;
}
#aside .follow a.instagram {background-image: url(https://truecolours-oita.com/wp-content/themes/truecolours_child/assets/images/common/sns_instagram.png?ver002);}
#aside .follow a.line {background-image: url(https://truecolours-oita.com/wp-content/themes/truecolours_child/assets/images/common/sns_line.png?ver002);}
#aside .follow a.facebook {background-image: url(https://truecolours-oita.com/wp-content/themes/truecolours_child/assets/images/common/sns_facebook.png?ver002);}
#aside .follow a {
    position: relative;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
    background: center center no-repeat;
    background-size: contain;
}
@media only screen and (min-width: 769px){
#aside .copyright {
    top: 50vh;
    left: 35px;
    margin-top: -120px;
    font-size: 10px;
}
#aside .follow {
    top: 50vh;
    right: 31px;
    width: 20px;
    margin-top: -50px;
    text-align: center;
}
#aside .follow p {
    display: inline-block;
    font-size: 10px;
}
#aside .follow a {
    width: 16px;
    height: 16px;
    margin-bottom: 22px;
}}
@media only screen and (max-width: 768px) {
    .start img {width: 60%;}#aside .copyright{display: none;}
}