
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

* {
  box-sizing: border-box;    
}


body {
	background-color: #335;
	font-family: 'Sawarabi Gothic','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0;

}

#wrap {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 120px;
}

#header {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 12.5vw;
	max-height: 60px;

}

.head {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 12.5vw;
	max-height: 60px;
	-webkit-align-items: center;
	align-items: center;
	background-color: #000;

}

.logo {
	display:flex;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 12.5vw;
	max-height: 60px;
}

.logo img{
	width: auto;
	max-width: 240px;
	height: 12.5vw;
	max-height: 60px;
	margin: 0

}

.btn {
	display: flex;
	flex-direction: row;
}

.btn li {
	width: 16vw;
	height: 12.5vw;
	max-height: 60px;
	list-style: none;
	background-color: #fff;
	text-align: center;
	margin: auto;
}


.home>a, .tweet>a {
	height: 12.5vw;
	max-height: 60px;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 16px;
	line-height: 12.5vw;
	
}

.home>a {
	background-color: #333;
}

.tweet>a {
	background-color: #09f;
}

.home a:hover {
	opacity: 0.6;
}

.tweet a:hover {
	opacity: 0.6;
}


#contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 16vw;
	text-align: center;
}


.comment {
	width: 80%;
	color: #ddd;
	font-size: 16px;
	font-weight: lighter;
	margin: 20px auto 0px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	color: #ddd;
	text-align: left;
	margin: 5px 20px;
}
	

main {
	width: 100%;
	height: auto;
	margin: 0 auto;
}


.thumb-item{
	width: 75%;
	max-width: 480px;
	margin: 20px auto 0px;
	padding: 0px;
	background-color: #000;

}

.image {
	width: 100%;
	height: auto;
	margin: auto;
}

.thumb-item-nav{
	width: 75%;
	max-width: 480px;
	margin: auto;
	padding: 0px;
	background-color: #000;

}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #ccf;
}


#promo {
	margin: 30px auto;
	padding-top: 20px;
	background-color: rgba(255, 205, 255, 0.1);
}

#app {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.appicon {
	padding: 20px;
	width: 33vw;
	height: 33vw;
	max-width: 200px;
	max-height: 200px;
}

.inst {
	width: 80%;
	color: #ddd;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	
}

.badge {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	height: auto;
}

.badge li {
	margin: 0;
	width: 160px;
	height: auto;
	list-style: none;
	text-align: left;
}

form {
	margin-top: 0px;
}

label {
	margin: 10px 0 0;
	padding-bottom: 0;
	color: #ddd;
	font-size: 16px;
	font-weight: lighter;
}

button {
	color: #ddd;
	background-color: #33d;
}

#thx {
	color: #ddd;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 30px;
}

.text a:link {
	color: #aac;
}

.text a:visited {
	color: #77a;
}

#side {
	width: 100%;
	margin-top: 30px;
	background-color: rgba(205, 205, 255, 0.04);
}

.timeline {
	width: 100%;
	height: auto;
}

.ad {
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.bottom {
	font-size: 30px;
}


#footer {
	width: 100%;
	height: 120px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	margin-top: auto;
}

.foot {
	display:flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 5px;
	padding: 0;
}

.first, .second, .third {
	display:flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: 20px;
	margin: 10px 0;
	padding: 0;
}


.links, .cl {
	width: 50%;
	list-style: none;
	font-size: 12px;
	text-align: center;
}

.cl {
	color: #ddd;
	margin: auto;
}

.links>a {
	display: block;
	text-decoration: none;
	vertical-align: center;
	color: #ddd;
	background-color: #000;
}

.links a:hover {
	background-color: #339;
}

@media screen and (min-width: 481px) {

.home>a, .tweet>a {
	line-height: 60px;
	font-size: 20px;
}


.logo>img {
	height: auto;
}

#contents {
	padding-top: 80px;
}

}


@media screen and (min-width: 640px) {





@media screen and (min-width: 960px) {

#wrap {
	padding-bottom: 60px;
	box-sizing: border-box;
}

.head {
	margin: 0;
}


.home>a, .tweet>a {
	font-size: 25px;
}


#contents {
	flex-wrap: nowrap;
	justify-content: flex-start;
}


main {
	width: 60%;
}


#side {
	width: 40%;
	margin: 0;
}

#footer {
	width: 100%;
	height: 60px;
}

.foot {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	-webkit-align-items: stretch;
	align-items: stretch;
}



}
