@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka,Arial, Verdana,sans-serif;
}
a{
	color: white;
	text-decoration: none;
}
body{
/*	background: url("anime_sora.jpg"); */
	background-size: cover;
}
.main{
	display: flex;
    justify-content: center;
    align-items: center;
}
#ar{
	margin-top: 0%;
	width: 100%;
	height: 43vh;
	/*background: #70BCD1;*/
	background-size: cover;
}
#ar .fab{
	width: 150px !important;
	height: 150px !important;
	background-color: #BBBBBB !important;
}

/*year*/
#year #ar{
	background: none;
}

.ar_menu{
	max-width: 768px;
    margin: 0 auto;
    /* text-align: left; */
    padding: 20px 20px 30px;
    background: rgba(56,134,255,0.2); 
	margin-bottom: 20px;
}
.ar_menu p{
	margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
}
.ar_less{
	max-width: 768px;
	margin: 0 auto;
	padding: 0px 40px;
}

.ttl{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #1A74FF;
    font-weight: bold;
    padding: 15px 0px;
	font-size: 24px;
}
.ar_menu ul{
	list-style: none;
}
.ar_menu ul li{
	font-size: 15px;
	line-height: 15px;
	background: #3886FF;
	border-radius: 10px;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.4);
	color: white;
	padding: 20px 5px;
	width: calc(27% - 20px /3);
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
.ar_menu ul li:nth-child(2){
	width: 37%;
}
.ar_less p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.fot{
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 20px;
}