@charset "utf-8";



/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*:focus {outline:0;}

/* padding,border内側設定 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}

/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/


html,body {margin:0px;padding:0px;height:100%;width:100%;-webkit-text-size-adjust:none;}

a:link {color:#1e1e1e;text-decoration:none;}
a:hover {color:#1e1e1e;text-decoration:none;}
a:active {color:#1e1e1e;text-decoration:none;}
a:visited {color:#1e1e1e;text-decoration:none;}

.clear {clear:both;}
.alignleft {width: 50%; float: left; margin: 0 3.125% 3.125% 0;}
.alignright {width: 50%; float: right; margin: 0 0 3.125% 3.125%;}
.aligncenter {clear: both; display: block; margin: 0 auto 3.125%;}

/* clearfix */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
/* clearfix for ie7 */
.clearfix {display:inline-block;}
.clearfix {display:block;}

img {max-width: 100%;height: auto;vertical-align: bottom;}
iframe {
	max-width: 100%;
}



body {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 1vw;
	font-weight: 300;
	color: #fff;
	background-color: #000;
	line-height: 2;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrap {
	position: relative;
}
br.sp {
	display: none;
}

@media screen and (max-width: 800px) {
	body {
		font-size: 2vw;
	}
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
#footer {
	background-color: #000;
	position: relative;
	z-index: 2;
	margin-top: -1px;
}
#footer .footer-wrap {
	padding: 80px 20px;
	color: #fff;
	text-align: center;
}
#footer h2 {
	margin-bottom: 1em;
	font-size: 24px;
	letter-spacing: .1em;
	text-indent: .1em;
}
#footer .footer-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#footer .footer-nav li {
	margin: .5em 1em 0;
	font-size: 13px;
}
#footer .footer-nav li a {
	color: #fff;
	font-weight: 400;
	letter-spacing: .1em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .footer-nav a:hover {
	text-decoration: underline;
}
#footer .footer-nav a i {
	font-size: 60%;
}
#footer .footer-nav li:first-child {
	margin-left: 0;
}

#footer .sns-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
#footer .sns-nav li {
	margin: 0 .5em;
	font-size: 20px;
}
#footer .sns-nav li a {
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#footer .sns-nav li a:hover {
	opacity: .6;
}


#footer .copyright {
	font-size: 11px;
	letter-spacing: .1em;
	text-indent: .1em;
	margin-top: 2em;
}
@media screen and (max-width: 800px) {
	#footer h2 {
		font-size: 40px;
	}
	#footer .footer-nav li {
		font-size: 24px;
	}
	#footer .sns-nav li {
		font-size: 36px;
	}
	#footer .copyright {
		font-size: 20px;
	}
}


/*------------------------------------------------------------
	MV
------------------------------------------------------------*/

#mv {
	height: calc(100vh - 60px);
}
#mv .sec-wrap {
	padding: 0;
	width: 100%;
	height: calc(100vh - 60px);
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#mv .sec-wrap .txt {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: var(--opfv);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#mv .sec-wrap h1 {
	font-size: 4vw;
	letter-spacing: .1em;
	text-indent: .1em;
}


#mv .sec-wrap h3 {
	font-size: 2.4vw;
	line-height: 4;
	position: relative;
}
#mv .sec-wrap h3:before {
	content: '';
	display: block;
	width: 1px;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
}
#mv .sec-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.scroll {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 60px;
	background-color: rgba(255,255,255,.25);
	opacity: 1;
	z-index: 50;
}
.scroll:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #fff;
	animation-name: line;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes line {
	0% {
		bottom: 60px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 60px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}



@media screen and (max-width: 800px) {
	#mv {
		height: 100vh;
	}
	#mv .sec-wrap {
		height: 100vh;
	}
	.scroll {
		width: 2px;
	}
	.scroll:after {
		width: 2px;
	}
	#mv .sec-wrap h1 {
		font-size: 8vw;
	}


	#mv .sec-wrap h3 {
		font-size: 4.8vw;
	}
	#mv .sec-wrap h3:before {
		width: 2px;
		height: 1em;
	}
}



/*------------------------------------------------------------
	MENU
------------------------------------------------------------*/
#header {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	height: 60px;
	background-color: #000;
	z-index: 100;
}

.menu .main-nav {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1;
	font-size: 14px;
}
.menu .main-nav li:before {
	content: '|';
	color: #676767;
	margin: 0 1em;
	line-height: 1;
	display: inline-block;
}
.menu .main-nav li:first-child:before {
	display: none;
}
.menu .main-nav li a {
	line-height: 1;
	display: inline-block;
	letter-spacing: .1em;
	text-indent: .1em;
	color: #fff;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.menu .main-nav li a:hover {
	opacity: .6;
}
.menu .main-nav li.sns:before {
	display: none;
}
.menu .main-nav li.sns a {
	margin-left: 1em;
	font-size: 20px;
}
.btn-register {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-register a {
	display: inline-block;
	text-align: center;
	width: 160px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .05em;
	text-indent: .05em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn-register a:hover {
	-webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, .25);
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, .25);
	background-color: rgba(255, 255, 255, .25);
}

@media screen and (max-width: 800px) {
	#header {
		position: static;
		height: auto;
	}
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 81.25vw;
		height: 100vh;
		background: #000;
		z-index: 100;
		max-height: 100vh;
		overflow-y: scroll;
		opacity: 0;
		padding: 200px 40px;
		display: block;
		-webkit-transition:  -webkit-transform .4s ease-in 0s, opacity .15s ease-in 0s;
		-moz-transition: transform .4s ease-in 0s, opacity .15s ease-in 0s;
		transition: transform .4s ease-in 0s, opacity .15s ease-in 0s;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	.opened .menu {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition:  -webkit-transform .4s ease-out .1s, opacity .2s ease-out .3s;
		-moz-transition: transform .4s ease-out .1s, opacity .2s ease-out .3s;
		transition: transform .4s ease-out .1s, opacity .2s ease-out .3s;
	}
	.menu-wrap {
		display: block;
		width: 100%;
	}
	.menu .main-nav {
		position: static;
		font-size: 30px;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		display: block;
	}
	.menu .main-nav li {
		margin-bottom: 1.5em;
	}
	.menu .main-nav li:before {
		display: none;
	}
	.menu .main-nav li.sns {
		margin-right: 1em;
		display: inline-block;
		margin-top: 2em;
		margin-bottom: 3em;
	}
	.menu .main-nav li.sns a {
		font-size: 40px;
		margin: 0;
	}
	.btn-register {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.btn-register a {
		width: 300px;
		font-size: 30px;
		border-width: 2px;
	}
}

/*------------------------------------------------------------
	MENU - BUTTON
------------------------------------------------------------*/

.menu-trigger {
	display: none;
}

@media screen and (max-width: 800px) {
	.menu-close {
		width: 60px;
		height: 60px;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 2001;
		opacity: 0;
		visibility: hidden;
	}
	.opened .menu-close {
		visibility: visible;
		opacity: 1;
	}
	#header .overlay {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,.3);
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.opened #header .overlay {
		opacity: 1;
		visibility: visible;
	}
	.menu-trigger {
		width: 60px;
		height: 60px;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 2000;
		display: block;
	}
	.menu-trigger span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		opacity: 1;
		background-color: #fff;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.menu-trigger span:nth-of-type(1),
	.menu-trigger span:nth-of-type(3) {
		-webkit-transition: background-color .2s ease 0s, top .2s ease .63s, -webkit-transform .2s ease 0s;
		-o-transition: background-color .2s ease 0s, top .2s ease .63s, -o-transform .2s ease 0s;
		transition: background-color .2s ease 0s, top .2s ease .63s, transform .2s ease 0s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 16px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 28px;
		-webkit-transition: background-color .2s ease 0s, opacity .2s ease 0s;
		-o-transition: background-color .2s ease 0s, opacity .2s ease 0s;
		transition: background-color .2s ease 0s, opacity .2s ease 0s;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 40px;
	}
	.opened .menu-trigger span:nth-of-type(1),
	.opened .menu-trigger span:nth-of-type(3) {
		-webkit-transition: background-color .2s ease 0s, top .1s ease 0s, -webkit-transform .1s ease .15s;
		-o-transition: background-color .2s ease 0s, top .1s ease 0s, -o-transform .1s ease .15s;
		transition: background-color .2s ease 0s, top .1s ease 0s, transform .1s ease .15s;
	}
	.opened .menu-trigger span:nth-of-type(1) {
		top: 28px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.opened .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.opened .menu-trigger span:nth-of-type(3) {
		top: 28px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
/*------------------------------------------------------------
	Main
------------------------------------------------------------*/
main {
	display: block;
}
.main-contents {
	position: relative;
	z-index: 1;
	background-color: #000;
}

.sec-ttl {
	text-align: center;
}
.sec-ttl h2 {
	font-size: 32px;
	letter-spacing: .1em;
	text-indent: .1em;
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}
.sec-ttl h2:after {
	content: '';
	display: block;
	height: 1px;
	width: 50px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.btn {
	text-align: center;
	margin-top: 50px;
}
.btn a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 300;
	line-height: 2;
	padding: .5em 2em;
	letter-spacing: .05em;
	text-indent: .05em;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.btn a:hover {
	-webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, .25);
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, .25);
	background-color: rgba(255, 255, 255, .25);
}



@media screen and (max-width: 800px) {
	.sec-ttl h2 {
		font-size: 52px;
	}
	.sec-ttl h2:after {
		height: 2px;
	}
	.btn a {
		font-size: 26px;
	}
}

/*------------------------------------------------------------
	Concept
------------------------------------------------------------*/
#concept .sec-wrap {
	padding: 100px 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#concept .img {
	width: 50%;
	height: 100vh;
	height: calc(100vh - 60px);
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	align-content: center;
}
#concept .img img {
	width: 60%;
}
#concept .txt {
	width: 50%;
	padding: 50px 20px;
}
#concept .txt h2 {
	font-size: 32px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	margin-bottom: 2em;
	line-height: 3;
}

#concept .txt p {
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 3;
	margin-bottom: 3em;
	text-align: center;
}

#concept .txt p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 800px) {
	#concept .sec-wrap {
		display: block;
	}
	#concept .img {
		width: 100%;
		height: 50vh;
		position: static;
	}
	#concept .img img {
		width: 75%;
	}
	#concept .txt {
		width: 100%;
	}
	#concept .txt h2 {
		font-size: 52px;
	}
	#concept .txt p {
		font-size: 26px;
	}
}


/*------------------------------------------------------------
	News
------------------------------------------------------------*/
#news .sec-wrap {
	padding: 100px 20px;
	max-width: 840px;
	width: 100%;
	margin: auto;
}
#news .news-list li {
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 2;
	margin-top: 1.5em;
}
#news .news-list li:first-child {
	margin-top: 0;
}
#news .news-list li h3 {
	font-weight: 600;
	margin-bottom: .5em;
}
#news .news-list li h3 .date {
	margin-left: 1em;
	letter-spacing: .2em;
	color: #ccc;
	font-size: 12px;
}
#news .news-list li a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 800px) {
	#news .news-list {
		padding: 0 20px;
	}
	#news .news-list li {
		font-size: 26px;
	}
	#news .news-list li h3 .date {
		font-size: 22px;
	}
}


/*------------------------------------------------------------
	3D Walkthrough
------------------------------------------------------------*/

#walkthrough .note {
	margin-top: 50px;
	text-align: center;
}
#walkthrough .sec-iframe {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
#walkthrough .sec-iframe iframe {
	width: 100%;
	height: 450px;
}

@media screen and (max-width: 800px) {
	#walkthrough .sec-iframe iframe {
		width: 100%;
		height: 56.25vw;
	}
}

/*------------------------------------------------------------
	Artists
------------------------------------------------------------*/

#artists .sec-wrap {
	padding: 100px 20px;
	width: 100%;
	margin: auto;
}


.artist-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.artist-list li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4%;
	color: #fff;
	font-size: 13px;
}
.artist-list li:nth-child(4n) {
	margin-right: 0;
}
.artist-list li .thumb {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.artist-list li .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.artist-list li h3 {
	text-align: center;
	font-size: 18px;
	letter-spacing: .1em;
	text-indent: .1em;
	margin-top: .5em;
	margin-bottom: .5em;
	white-space: nowrap;
}
.artist-list li h4 {
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.artist-list li p {
	letter-spacing: .05em;
}
@media screen and (max-width: 800px) {
	.artist-list {
		padding: 0 20px;
	}
	.artist-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 8%;
		font-size: 24px;
	}
	.artist-list li:nth-child(2n) {
		margin-right: 0;
	}
	.artist-list li h3 {
		font-size: 30px;
		line-height: 1.6;
	}
	.artist-list li h4 {
		font-size: 26px;
	}
	.artist-list li p {
		line-height: 1.6;
	}
}


/*------------------------------------------------------------
	Speaker
------------------------------------------------------------*/

#speaker .sec-wrap {
	padding: 100px 20px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 800px) {
}

/*------------------------------------------------------------
	Facilitator
------------------------------------------------------------*/

#facilitator .sec-wrap {
	padding: 100px 20px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 800px) {
}


/*------------------------------------------------------------
	artdirector
------------------------------------------------------------*/

#artdirector .sec-wrap {
	padding: 100px 20px;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 800px) {
}


/*------------------------------------------------------------
	Schedule
------------------------------------------------------------*/

#schedule .sec-wrap {
	padding: 100px 20px;
	width: 100%;
	margin: auto;
	max-width: 600px;
}

#schedule .sec-wrap dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 15px;
}
#schedule .sec-wrap dt {
	width: 50%;
	text-align: right;
	padding: .5em 1em;
}
#schedule .sec-wrap dd {
	width: 50%;
	padding: .5em 1em;
}

@media screen and (max-width: 800px) {
	#schedule .sec-wrap {
		max-width: 100%;
	}
	#schedule .sec-wrap dl {
		font-size: 28px;
	}
}



/*------------------------------------------------------------
	Artists
------------------------------------------------------------*/

#archives .sec-wrap {
	padding: 100px 20px;
	width: 100%;
	margin: auto;
}


.archive-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.archive-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10%;
	color: #fff;
	font-size: 13px;
}
.archive-list li:nth-child(3n) {
	margin-right: 0;
}
.archive-list li .thumb {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.archive-list li .thumb iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.archive-list li h3 {
	text-align: center;
	font-size: 18px;
	letter-spacing: .1em;
	text-indent: .1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
.archive-list li p {
	letter-spacing: .05em;
}
.archive-list li p.date {
	text-align: center;
	margin-bottom: .5em;
}
@media screen and (max-width: 800px) {
	.archive-list {
		padding: 0 20px;
	}
	.archive-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
		font-size: 24px;
	}
	.archive-list li h3 {
		font-size: 30px;
		line-height: 1.6;
	}
	.archive-list li h4 {
		font-size: 26px;
	}
	.archive-list li p {
		line-height: 1.6;
	}
}
