@charset "UTF-8";

/* ==================================================
MESSAGE AREA
================================================== */
#messageArea {
	padding: 0 0 80px;
}

#messageArea .btnBlock {
	position: relative;
	z-index: 11;
}


/* ==================================================
SNS AREA
================================================== */
#snsArea {
	margin-bottom: 80px;
}

#snsArea .areaTitle {
}


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

	#snsArea .areaTitle {}
}

/* #twWrap
------------------------------ */
#twWrap {
	/*padding: 10px;*/
	min-height: 400px;
	border: 10px solid rgba(5, 17, 51, 0.9);
	border-radius: 8px;
	background: #fff;
	height: 500px;
	max-width: 520px;
	width: 92%;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#twWrap .twFrame {
	overflow: hidden;
	height: 100%;
	margin: 0 auto;
	/*! border: 1px solid #460d06; */
	border-radius: 4px;
}

#twWrap .twFrame a.twitter-timeline {
}

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

	#twWrap .twFrame {}

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


/* ==================================================
ABOUT AREA
================================================== */
#aboutArea {
	background-color: rgba(255, 255, 255, 0.2);
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 2% 60px;
	border-radius: 8px;
	overflow: hidden;
}

#aboutArea .areaTitle {
	margin-bottom: 40px;
}

#aboutArea .areaTitle i {
}

#aboutArea .comment {
	max-width: 840px;
	margin: 0 auto 60px;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
}

#aboutArea .comment p {
}

#aboutArea .comment p i {
}

#aboutArea .navigator {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 840px;
}

#aboutArea .navigator .pct {
	width: 380px;
	border-radius: 8px;
	overflow: hidden;
}

#aboutArea .navigator .pct img {
}

#aboutArea .navigator .credit {
	width: calc(100% - (380px + 4%));
	text-align: left;
	font-size: 1.5rem;
}

#aboutArea .navigator .credit .name {
	font-size: 130%;
	margin-bottom: 20px;
	letter-spacing: 0.12em;
}

#aboutArea .navigator .credit .prof {
}

#aboutArea .navigator .credit .prof p {
}


@media screen and (max-width: 900px) {
	#aboutArea {
	}
	
	#aboutArea .areaTitle {
	}
	
	#aboutArea .areaTitle i {
	}
	
	#aboutArea .comment {
		line-height: 1.6;
	}
	
	#aboutArea .comment p {
	}
	
	#aboutArea .comment p i {
	}
	
	#aboutArea .navigator {
		display: block;
	}
	
	#aboutArea .navigator .pct {
		width: 80%;
		max-width: 420px;
		margin: 0 auto 20px;
	}
	
	#aboutArea .navigator .pct img {
	}
	
	#aboutArea .navigator .credit {
		width: 100%;
		text-align: center;
	}
	
	#aboutArea .navigator .credit .name {
	}
	
	#aboutArea .navigator .credit .prof {
	}
	
	#aboutArea .navigator .credit .prof p {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
		max-width: 420px;
	}
}

@media screen and (max-width: 420px) {
	#aboutArea .navigator .pct {
		width: 100%;
	}

	#aboutArea .navigator .credit {
		text-align: left;
	}

	#aboutArea .navigator .credit .prof p {
		display: block;
		text-align: left;
	}
}


/* ==================================================
スクロールを促すアイコンのアニメーション設定
================================================== */

/* Scroll Animation */
@media screen and (min-width: 641px) {
	.moreBtn {
		position: fixed;
		bottom: 100px;
		right: 30px;
		z-index: 100;
	}
}

@media screen and (max-width: 640px) {
	.moreBtn {
		position: fixed;
		bottom: 30px;
		left: 30px;
		z-index: 100;
	}
}

@media screen and (max-width: 900px) {
	.moreBtn {
		display: none !important;
	}
}

.moreBtn::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -2;
	transform: scale(2.2);
}

.moreBtn::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	transform: scale(2.2);
	animation: linkBg 2s infinite;
}

@keyframes linkBg {
	0% {
		transform: scale(1.2);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: scale(2.2);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.moreBtn > a {
	padding-top: 45px;
	position: relative;
	font-family: urw-din-condensed, sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #555;
	display: inline-block;
	transition: color 0.4s ease-out 0s;
}

.moreBtn > a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 24px;
	height: 40px;
	border: 2px solid #555;
	border-radius: 50px;
	box-sizing: border-box;
	transition: border-color 0.4s ease-out 0s;
}

.moreBtn > a::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6px;
	height: 6px;
	background-color: #555;
	border-radius: 100%;
	animation: mouseWheel 2s infinite;
	transition: background-color 0.4s ease-out 0s;
}

.moreBtn > a:hover {
}

.moreBtn > a:hover::after {
}

.moreBtn > a:hover::before {
}

@keyframes mouseWheel {
	0% {
		transform: translate(0, -3px);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 18px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/* === */