@charset "UTF-8";

/* ローディング */

#loader {
position: fixed;
width: 100vw;
height: 100vh;
top: 0px;
left: 0px;
background: #000;
z-index: 9999;
padding-top:0;
}
#load_logo{
	margin-top:-30%;
	padding:0 200px;

}
/* sp補正 */
@media (max-width: 63rem) and (orientation: portrait) {

	#loader{
		padding-top:30%;
	}
	#load_logo{
		margin-top:-20%;
		padding:0 5px;
		width:100%!important;
	}
}
/* ----- */


nav {
	background-color: #e85321;
	color: white;
	z-index: 10;
}
nav>a{
	text-align: center;
	font-size: 110%;
}
nav>a::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20589.24%20580.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23ff9501%3B%7D.cls-3%7Bfill%3A%23f2f2f2%3B%7D.cls-4%7Bclip-path%3Aurl(%23clip-path)%3B%7D.cls-5%7Bfill%3A%230168b7%3B%7D.cls-6%7Bfill%3A%23aad4a2%3B%7D.cls-7%7Bfill%3A%23925da5%3B%7D.cls-8%7Bfill%3A%23ec5491%3B%7D.cls-9%7Bfill%3A%23e70012%3B%7D.cls-10%7Bfill%3A%2303996b%3B%7D.cls-11%7Bfill%3A%2383c1ea%3B%7D.cls-12%7Bfill%3A%23fdd100%3B%7D.cls-13%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clip-path%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%22291.53%22%20cy%3D%22272.64%22%20r%3D%22226.89%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Ctitle%3Eb%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%208%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%22291.53%22%20cy%3D%22272.64%22%20r%3D%22250%22%2F%3E%3Ccircle%20class%3D%22cls-3%22%20cx%3D%22291.53%22%20cy%3D%22272.64%22%20r%3D%22237.5%22%2F%3E%3Cg%20class%3D%22cls-4%22%3E%3Cpolygon%20class%3D%22cls-5%22%20points%3D%22390.77%200%20192.3%200%20291.53%20272.64%20390.77%200%22%2F%3E%3Cpolygon%20class%3D%22cls-6%22%20points%3D%22192.3%200%2040.26%20127.57%20291.53%20272.64%20192.3%200%22%2F%3E%3Cpolygon%20class%3D%22cls-7%22%20points%3D%22546.46%20125.46%20291.53%20272.64%20587.79%20324.88%20553.7%20131.54%20546.46%20125.46%22%2F%3E%3Cpolygon%20class%3D%22cls-8%22%20points%3D%2240.26%20127.57%2035.53%20131.54%201.64%20323.76%20291.53%20272.64%2040.26%20127.57%22%2F%3E%3Cpolygon%20class%3D%22cls-9%22%20points%3D%22546.46%20125.46%20396.94%200%20390.77%200%20291.53%20272.64%20546.46%20125.46%22%2F%3E%3Cpolygon%20class%3D%22cls-10%22%20points%3D%22291.53%20579.16%20294.62%20580.28%20486.92%20510.29%20488.56%20507.45%20291.53%20272.64%20291.53%20579.16%22%2F%3E%3Cpolygon%20class%3D%22cls-11%22%20points%3D%221.64%20323.76%200%20333.07%2098.16%20503.09%20291.53%20272.64%201.64%20323.76%22%2F%3E%3Cpolygon%20class%3D%22cls-12%22%20points%3D%22488.56%20507.45%20589.24%20333.07%20587.79%20324.88%20291.53%20272.64%20488.56%20507.45%22%2F%3E%3Cpolygon%20class%3D%22cls-13%22%20points%3D%2298.16%20503.09%20102.32%20510.29%20291.53%20579.16%20291.53%20272.64%2098.16%20503.09%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-size: contain;
	vertical-align: middle;
	margin-right:3px;
}
nav ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 6px;
	list-style-type: none;
	flex-wrap:wrap;
	justify-content: center;
}

nav li{
	margin:2px 5px;
}
nav li:last-child{
	border-right: none;
}
nav a {
	display: block;
	padding: 5px 7px;
	color: white;
	text-decoration: none;
}
nav li a:hover {
	background-color: #8cae47;
}
@media (max-width: 63rem) {
	nav li{
		margin:2px 5px;
	}
}



.bk-white{
	background-color: rgba(230,230,230,.5);
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	font-weight:bold;
}

header strong{
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	color: #ff3333;
}



header {
	position: relative;
	width: 100%;
	height: 100%;
}
header h1{
	margin-top: 50px!important;
}
header p{
	margin-top: 20px;
	margin-bottom: 40px;
}


header a span {
	position: absolute;
	top: 70%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
header a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
header a span:nth-of-type(2) {
	top: 77%;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
header a span:nth-of-type(3) {
	top: 84%;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}






footer{
	padding:20px;
	height: 70px;
	background: #e85321;
	color:#fff;
	text-align: center;
	font-size: 80%;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#about p{
	padding:2em 0.5em;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
	font-weight:bold;
	text-align: center;

}
/* 見出し */
h2.h2-main {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	text-align: center;
	margin-bottom: 0!important;
	font-weight: 700;
}



/* カウント */
#count{
	padding-left: 50px;
	padding-right: 50px;
}

.box-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



#count h2{
	margin: 10px;
}

#count .count, #count .count2{
	font-size: 40px;
	margin-right: 1rem;
}

.count-box {
	position:relative;
	padding: 15px 20px 10px 20px;
	margin: 2.5em auto;
	width: 200px;
	color: #555555; /* 文字色 */
	background-color: #FFBF59; /*BOX背景色*/
	box-shadow: 0 2px 5px #999;
	text-align:center;
}
@media (min-width: 64rem) {
	.count-box {
		width:300px;
		margin-right: 3em;
	}
}
.count-box-title {
	position: absolute;
	top: -15px;
	left: 15px;
	padding: 4px 10px;
	color: #555555; /*タイトル色*/
	font-weight: bold;
	background-color: rgba(255,255,255,.1);
	border-left: 2px dotted rgba(0,0,0,.1);
	border-right: 2px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transform: rotate(-3deg);
}
.s-title{
	font-size: 80%;
}
.ss-title{
	font-size: 80%;
	padding: 4px 8px;
}

@media (max-width: 63rem) {

	#count .count, #count .count2{
		font-size: 30px;
		margin-right: 0.5rem;
	}
	#count{
		padding-left: 0;
		padding-right: 0;
	}
	.count-box{
		width: 40%;
	}
}
/*
.cd-main-header{
background: #f6ad3c;
}
*/
.js-cd-timeline{
	padding-top: 0;
}

@media (min-width: 64rem) {
	.container{
		padding:50px;
		width: 100%;
	}

	.cd-timeline__content h2{
		margin-top: -10px;
	}
}

.cd-timeline__img--kiramune {
	background-color: #f6ad3c;
}


.year-block > h2:first-child {
	padding-top: 10px;
	border: solid 5px #fff;/*線色*/
	padding: 0.2em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	margin-left: 35%;
	margin-right: 35%;
	text-align: center;
	background: #f6ad3c;
}
@media (max-width: 63rem) {

	.year-block > h2:first-child {
		margin-left: 5%;
		margin-right: 50%;
	}
	.cd-timeline__content > h2{
		margin-top: -4px;
	}
}

.flex--space-between{
	float:right;
}

@media (max-width: 63rem) {
	.flex--space-between img{
		margin-right: -40px;
		margin-bottom: -20px;
	}
}

@media (min-width: 64rem) {
	.cd-timeline__img img {
		width: 30px;
		height: 30px
	}
}
#about{
	background: #f6ad3c;
	text-align: center;
}
#end{
	background: #f6ad3c;
	text-align: center;
}
.anniversary-image{
	width:100%;
	max-width:1000px;

}

#count{
	background:#a3bce2;
}
.cd-timeline__date{
	color: #000000;
}
#year2009{
	background:#a3bce2;
}
#year2010{
	background:#ef845c;
}
#year2011{
	background:#c7b2de;
}
#year2012{
	background:#ffff99;
}
#year2013{
	background:#87e7b0;
}
#year2014{
	background:#a9a9a9;
}
#year2015{
	background:#b4ebfa;
}
#year2016{
	background:#ff99a0;
}
#year2017{
	background:#BAFFD9;
}
#year2018{
	background:#f6ad3c;
}
#year2019{
	background:#a3bce2;
}

/* --- CONNECT --- */

.color-connect {
	background: #a3bce2!important;
}

span.cast-connect {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #a3bce2 0%);
	border-radius: 5px;
}

span.cast-connect-n {
	background: linear-gradient(transparent 80%, #a3bce2 0%);
}


/* --- 入野自由 --- */

.color-irino {
	background: #ef845c!important;
}

span.cast-irino {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #ef845c 0%);
	border-radius: 5px;
}

span.cast-irino-n {
	background: linear-gradient(transparent 80%, #ef845c 0%);
}


/* --- 神谷浩史 --- */

.color-kamiya {
	background: #c7b2de!important;
}

span.cast-kamiya {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #c7b2de 0%);
	border-radius: 5px;
}

span.cast-kamiya-n {
	background: linear-gradient(transparent 80%, #c7b2de 0%);
}


/* --- 浪川大輔 --- */

.color-namikawa {
	background: #ffff99!important;
}

span.cast-namikawa {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #ffff99 0%);
	border-radius: 5px;
}

span.cast-namikawa-n {
	background: linear-gradient(transparent 80%, #ffff99 0%);
}


/* --- 柿原徹也 --- */

.color-kakihara {
	background: #87e7b0!important;
}

span.cast-kakihara {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #87e7b0 0%);
	border-radius: 5px;
}

span.cast-kakihara-n {
	background: linear-gradient(transparent 80%, #87e7b0 0%);
}


/* --- 岡本信彦 --- */

.color-okamoto {
	background: #a9a9a9!important;
}

span.cast-okamoto {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #C8E6E5 0%);
	border-radius: 5px;
}

span.cast-okamoto-n {
	background: linear-gradient(transparent 80%, #C8E6E5 0%);
}


/* --- Trignal --- */

.color-trignal {
	background: #b4ebfa!important;
}

span.cast-trignal {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #b4ebfa 0%);
	border-radius: 5px;
}

span.cast-trignal-n {
	background: linear-gradient(transparent 80%, #b4ebfa 0%);
}


/* --- 吉野裕行 --- */

.color-yoshino {
	background: #ff99a0!important;
}

span.cast-yoshino {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #ff99a0 0%);
	border-radius: 5px;
}

span.cast-yoshino-n {
	background: linear-gradient(transparent 80%, #ff99a0 0%);
}


/* --- KAmiYU --- */

.color-kamiyu {
	background: #ffd1d1!important;
}

span.cast-kamiyu {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #ffd1d1 0%);
	border-radius: 5px;
}

span.cast-kamiyu-n {
	background: linear-gradient(transparent 80%, #ffd1d1 0%);
}


/* --- Uncle Bomb --- */

.color-unclebomb {
	background: #e3dcdc!important;
}

span.cast-unclebomb {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #e3dcdc 0%);
	border-radius: 5px;
}

span.cast-unclebomb-n {
	background: linear-gradient(transparent 80%, #e3dcdc 0%);
}


/* --- SparQlew --- */

.color-sparqlew {
	background: #BAFFD9!important;
}

span.cast-sparqlew {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #BAFFD9 0%);
	border-radius: 5px;
}

span.cast-sparqlew-n {
	background: linear-gradient(transparent 80%, #BAFFD9 0%);
}


/* --- All Stars --- */

.color-allstars {
	background: #f6ad3c!important;
}

span.cast-allstars {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #f6ad3c 0%);
	border-radius: 5px;
}

span.cast-allstars-n {
	background: linear-gradient(transparent 80%, #f6ad3c 0%);
}


/* --- Special --- */

.color-versus {
	background: #9acd32!important;
}

.color-other {
	background: #aaaaaa!important;
}

span.cast-other {
	font-weight: bold;
}


/* アニメーション */

@media (max-width: 63rem) {
	.cd-timeline__img--hidden,
	.cd-timeline__content--hidden {
		visibility: hidden
	}
	.cd-timeline__img--bounce-in {
		-webkit-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s
	}
	.cd-timeline__content--bounce-in {
		-webkit-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s
	}
}

.text--subtle, .cd-timeline__date{
	font-family: "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif!important;
}

@media (max-width: 63rem) {
	body{
		font-size: 75%;
	}
	.cd-timeline__content h2{
		font-size: 150%;
	}
}


/* ヘッダー */
.head-bg{
	padding:10px;
	color: #333333;
	background-image: url("https://kiramune-fan.info/10th/assets/img/head_background.svg");
	background-size: cover;
}

header{
	padding-bottom: 100px
}

header h1 {
	color: #6cb4e4;
	text-align: center;
	padding: 0.25em;
	margin-top:0px;
	margin-bottom: 10px;
	border: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.empty {
	height: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#count p{
	margin-left:10px;
	padding-bottom: 10px;
}

#count a{
	text-decoration: none;
}
#count img{
	padding-top: 2px;
	width:20px;
}


.js-cd-timeline{
	background:#a3bce2;
}

#end p{
	padding:10px;
}
