body {
	font-family: "Noto Sans JP", sans-serif;
    background-color: #fff2ff;
}

@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:translateX(-300%) skewX(-45deg);
	} 100% {
		transform-origin:left;
		transform:translateX(500%) skewX(-45deg);
	}
}

#container{
	opacity: 0;
}

body.appear #container{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	} 100% {
	opacity: 1;
    }
}

.slider img {
    width: 100%;
    height: auto;
}

.slider .slick-slide {
    margin: 0 10px;
}

.chuo {
    height: 10rem;
    text-align: center;
}
.line{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}

.niji {
    background: linear-gradient(to left,#e60000,#f39800,#fff100,#009944,#0068b7,#1d2088,#920783,#e60000) 0 / 200%;
    height: 80px;
    animation: 5s example4 linear infinite;
}
@keyframes example4{
    100% { background-position: 200%; }
}

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.splashbg{
    display: none;
}

body.appear .splashbg{
	display:block;
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
    content: "";
    position:fixed;
	z-index: 999;
    width: 50%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: translateX(-300%) skewX(-45deg);
    background-color: #333;
}

.tate {
	text-align: start;
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-weight: 600;
  	font-style: normal; 
}

.inner {
    width: 900px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
}

.purple {
    /* color: purple; */
    font-size: 25px;
}

.blue {
    color: blue;
    font-size: 25px;
}

.light_blue {
    /* color: lightblue; */
    font-size: 25px;
}

.green {
    /* color: green; */
    font-size: 25px;
}

.yellow {
    color: yellow;
    font-size: 25px;
}

.orange {
    /* color: orange; */
    font-size: 25px;
}

.red {
    /* color: red; */
    font-size: 25px;
}

.side {
    float: right;
    width: 220px;
    background-color: yellow;
}

.arl {
    background-color: #965363;
    color: #fff;
    font-size: 13px;
}

.gon {
    background-color: #f3f3f3;
    font-size: 13px;
}

.bluebun {
    color: #0000cc;
}

.redbun {
    color: red;
}