@charset "UTF-8";

/* ==================================================
LINKS AREA
================================================== */
#linksArea {
}

#linksArea .areaTitle {
}

#linksArea .areaTitle span {
}

#linksArea .areaInner {
}

/* .linkList */
#linksArea .linkList {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	margin: 0 auto;
}

#linksArea .linkList li {
	width: calc(50% - 20px);
	margin: 0 10px 40px;
}

/* .linkList.inside */
#linksArea .linkList.inside {
	padding-bottom: 40px;
}

#linksArea .linkList.inside li {
}

/* .linkList.outside */
#linksArea .linkList.outside {
	padding-top: calc(80px + 28px);
	max-width: 872px;
}

#linksArea .linkList.outside::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(../img/svg/parts_line.svg) no-repeat center center;
	background-size: contain;
}

#linksArea .linkList.outside li {
}

#linksArea .linkList.outside li:first-child {
	margin-left: 20px;
	margin-right: 20px;
}

@media screen and (max-width: 900px) {
	#linksArea {
	}
	
	#linksArea .areaTitle {
	}
	
	#linksArea .areaTitle span {
	}
	
	#linksArea .areaInner {
	}
	
	/* .linkList */
	#linksArea .linkList {
		display: block;
	}
	
	#linksArea .linkList li {
		width: 100%;
		margin: 0 auto 30px;
	}
	
	/* .linkList.inside */
	#linksArea .linkList.inside {
	}
	
	#linksArea .linkList.inside li {
	}
	
	/* .linkList.outside */
	#linksArea .linkList.outside {
		padding-top: calc(70px + 28px);
	}
	
	#linksArea .linkList.outside::before {
		height: 28px;
	}
	
	#linksArea .linkList.outside li {
	}
	
	#linksArea .linkList.outside li:first-child {
		margin-left: auto;
		margin-right: auto;
	}
}



/* ==================================================
SNS AREA
================================================== */
#snsArea {
}

#snsArea .areaTitle {
}

#snsArea .areaInner {
}


@media screen and (max-width: 900px) {
	#snsArea.area {}

	#snsArea .areaTitle {}
}

/* #twWrap
------------------------------ */
#twWrap {
	padding: 4px;
	min-height: 400px;
	border: 1px solid #e7e8b6;
	background: #052620;
	height: 600px;
	max-width: 520px;
	width: 92%;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#twWrap .twFrame {
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
	border-radius: 0;
}

#twWrap .twFrame a.twitter-timeline {
}

@media screen and (max-width: 900px) {
	#twWrap {
		height: 60vh;
		min-height: 480px;
		max-height: 600px;
	}

	#twWrap .twFrame {}

	#twWrap .twFrame a.twitter-timeline {}
}


/* ==================================================
ABOUT AREA
================================================== */
#aboutArea {
}

#aboutArea .areaTitle {
}

#aboutArea .areaTitle span {
}

#aboutArea .areaTitle span i {
}

#aboutArea .areaInner {
}

#aboutArea .copy {
	margin-bottom: 60px;
}

#aboutArea .copy strong {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 100px;
}

#aboutArea .copy strong::before,
#aboutArea .copy strong::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 68px;
	height: 52px;
	background: url(../img/svg/parts_side.svg) no-repeat center center;
	background-size: contain;
}

#aboutArea .copy strong::before {
	left: 0;
}

#aboutArea .copy strong::after {
	right: 0;
	transform: rotate(180deg);
}

#aboutArea .copy strong i {
}

#aboutArea .borderBox {
}

#aboutArea .borderBox .borderBox-inner {
}

#aboutArea .borderBox .borderBox-inner p {
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.8;
}

@media screen and (max-width: 900px) {
	#aboutArea {
	}
	
	#aboutArea .areaTitle {
	}
	
	#aboutArea .areaTitle span {
	}
	
	#aboutArea .areaTitle span i {
	}
	
	#aboutArea .areaInner {
	}
	
	#aboutArea .copy {
		margin-bottom: 40px;
	}
	
	#aboutArea .copy strong {
		font-size: 2rem;
		padding: 0 50px;
		max-width: 340px;
	}
	
	#aboutArea .copy strong::before,
	#aboutArea .copy strong::after {
		width: 30px;
		height: 30px;
	}
	
	#aboutArea .copy strong::before {
	}
	
	#aboutArea .copy strong::after {
	}
	
	#aboutArea .copy strong i {
	}
	
	#aboutArea .borderBox {
	}
	
	#aboutArea .borderBox .borderBox-inner {
	}
	
	#aboutArea .borderBox .borderBox-inner p {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}