@charset "UTF-8";

/* ==================================================
Page Base
================================================== */
@media screen and (min-width: 901px) {}

@media screen and (max-width: 900px) {}


/* ==================================================
#article-area
================================================== */
#article-area {
	background: linear-gradient(#0340cf 10%,#fa3c46 90%);
}

/*#article-area::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_article.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	opacity: 1;
	z-index: -1;
}*/

#article-area .area-inner {
}

#article-area .area-title {
}

#article-area .area-title .marker {
}

#article-area .area-title .marker h1 {
}

#article-area .area-title .marker h1 span {
}


/* #article-box
------------------------------ */
#article-box {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #000;
	padding: 10px;
	position: relative;
	width: min(100%, 800px);
	margin: 0 auto;
}


/* #article-head
------------------------------ */
#article-head {
	position: relative;
	z-index: 2;
	text-align: left;
	padding: 30px 3%;
	color: #fff;
	background: #9757ff;
	border: 1px solid #000;
	border-bottom: none;
}

#article-head .date {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

#article-head .title {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.6;
}

@media screen and (max-width: 900px) {
	#article-head .title {
		font-size: 1.8rem;
	}
}


/* #article-head
------------------------------ */
#article-body {
	position: relative;
	z-index: 2;
	padding: 0 0 40px;
	color: #fff;
	background: #5258ff;
	border: 1px solid #000;
}

#article-body h3 {
	text-align: left;
	margin: 50px 5% 30px;
	padding-bottom: 20px;
	font-weight: 700;
	font-size: 1.8rem;
	color: #53ff4e;
	border-bottom: 2px dotted #53ff4e;
}

#article-body img {
	width: 90%;
	margin: 0 auto 30px;
}

#article-body .main {
	margin-bottom: 30px;
}

#article-body .main img {
	width: 100%;
	margin: 0 auto;
}

#article-body p {
	text-align: left;
	line-height: 1.6;
	margin: 0 5% 2em;
}

@media screen and (max-width: 900px) {
	#article-body h3 {
		font-size: 1.7rem;
		margin: 40px 3% 20px;
		padding-bottom: 20px;
	}

	#article-body img {
		width: 94%;
		margin: 0 auto 30px;
	}

	#article-body p {
		text-align: left;
		line-height: 1.6;
		margin: 0 3% 2em;
	}
}

/* ==================================================
Links Area
================================================== */
#links-area {
	padding: 160px 0 1px;
	z-index: 11;
}

.page-fujirock #links-area {
	z-index: 0;
}

#links-area .area-inner {
	padding: 0 3%;
	min-height: 0;
}

@media screen and (max-width: 900px) {
	#links-area {
		padding: 100px 0 1px;
	}
}


/* .btn-block
------------------------------ */
#links-area .btn-block {
}

#links-area .btn-block a.btn-message {
	display: block;
	background: transparent;
	border: 1px solid #000;
	width: min(80%, 560px);
	margin: 0 auto;
	padding: 6px;
	transition: all 0.4s ease-out 0s;
}

#links-area .btn-block a.btn-message .inner {
	border: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	background: #fff;
	color: #000;
}

#links-area .btn-block a.btn-message .icon {
	border-right: 1px solid #000;
	position: relative;
	width: 64px;
	background: #0340cf;
}

#links-area .btn-block a.btn-message .icon::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 38px;
	height: 38px;
	background: url(../img/svg/logomark_white.svg) no-repeat center center;
	background-size: contain;
	transition: all 0.4s ease-out 0s;
}

#links-area .btn-block a.btn-message .txt {
	font-family: bungee, sans-serif;
	font-size: 3rem;
	letter-spacing: 0;
	line-height: 1.2;
	width: calc(100% - 64px);
	padding: 18px 10px 15px;
}

#links-area .btn-block a.btn-message .txt i {
	display: inline-block;
	margin: 0 0.1em;
}

/* hover */
#links-area .btn-block a.btn-message:hover {
	background: #fdc23e;
	filter: brightness(110%) contrast(110%) saturate(120%);
}

#links-area .btn-block a.btn-message:hover .icon::before {
	transform: scale(1.05) rotate(-15deg);
}


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

	#links-area .btn-block a.btn-message {
		padding: 6px;
	}

	#links-area .btn-block a.btn-message .inner {
	}

	#links-area .btn-block a.btn-message .icon {
		width: 42px;
	}

	#links-area .btn-block a.btn-message .icon::before {
		width: 28px;
		height: 24px;
	}

	#links-area .btn-block a.btn-message .txt {
		font-size: 2rem;
		width: calc(100% - 42px);
		padding: 12px 10px 10px;
	}

	#links-area .btn-block a.btn-message .txt i {
	}
}
