@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 100;
	font-style: normal;
	src: local('Noto Sans CJK JP Thin'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 300;
	font-style: normal;
	src: local('Noto Sans CJK JP Light'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans CJK JP Regular'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-style: normal;
	src: local('Noto Sans CJK JP Medium'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans CJK JP Bold'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	font-style: normal;
	src: local('Noto Sans CJK JP Black'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

/*
// ==========================================================================
// animation
// ==========================================================================
*/

/*
// ==========================================================================
// utility
// ==========================================================================
*/

/* margin reset */

.u-mt-reset {
	margin-top: 0 !important;
}

.u-mb-reset {
	margin-bottom: 0 !important;
}

.u-ml-reset {
	margin-left: 0 !important;
}

.u-mr-reset {
	margin-right: 0 !important;
}

/* padding reset */

.u-pt-reset {
	padding-top: 0 !important;
}

.u-pb-reset {
	padding-bottom: 0 !important;
}

.u-pl-reset {
	padding-left: 0 !important;
}

.u-pr-reset {
	padding-right: 0 !important;
}

/* align */

.u-align-center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.u-align-left {
	margin-right: auto;
	text-align: left;
}

.u-align-right {
	margin-left: auto;
	text-align: right;
}

.component-wrap {
	margin-bottom: 30px;
}

.component-wrap:first-of-type {
	margin-top: 80px;
}

.component-title {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 29px;
	text-align: center;
	letter-spacing: .05em;
	color: #40525e;
	border-bottom: 1px solid #40525e;
}

.component-list {
	display: flex;
	overflow: hidden;
	margin-right: -40px;
	flex-wrap: wrap;
}

.component-item {
	width: 220px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.component-item a {
	font-size: 16px;
	display: flex;
	padding: 10px;
	border: 2px solid #b0c6d5;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
}

.component-item a:hover {
	opacity: .7;
}

.component-pic-wrap {
	display: flex;
	margin-top: 80px;
	margin-bottom: 60px;
	justify-content: space-between;
}

.component-pic {
	width: 480px;
	border: 2px solid #b0c6d5;
	border-radius: 5px;
}

.component-pic img {
	width: 100%;
	height: auto;
}

.component-text {
	padding-left: 30px;
	flex: 1;
}

.component-name {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #40525e;
}

.component-about {
	font-size: 20px;
}

.component-about-wrap {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 50px;
	justify-content: space-between;
}

.component-includes {
	width: 480px;
}

.component-includes-title {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	border: 2px solid #b0c6d5;
	border-radius: 5px;
}

.component-includes-list {
	display: flex;
	justify-content: center;
}

.component-includes-list li {
	width: 65px;
	margin: 0 20px;
}

.component-includes-list li img {
	width: 100%;
	height: auto;
}

.component-hakase {
	font-size: 20px;
	display: flex;
	min-height: 210px;
	margin-left: 30px;
	padding-left: 220px;
	background: url(../img/component/hakase.png) no-repeat left top;
	background-size: 200px auto;
	flex: 1;
	align-items: center;
}

.component-relation-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: .08em;
}

.component-relation-text a {
	color: #958765;
}

.component-relation-text a:hover {
	text-decoration: underline;
}

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

.sp {
	display: none !important;
}

}

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

.tab {
	display: none !important;
}

}

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

.pc {
	display: none !important;
}

.component-wrap {
	padding: 0 4vw;
}

.component-wrap:first-of-type {
	margin-top: 30px;
}

.component-title {
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.component-list {
	margin-right: 0;
	justify-content: space-between;
}

.component-item {
	width: 44vw;
	margin-right: 0;
	margin-bottom: 20px;
}

.component-item a {
	font-size: 12px;
	padding: 6px;
	border: 1px solid #b0c6d5;
}

.component-item a:hover {
	opacity: 1;
}

.component-container {
	padding: 0 4vw;
}

.component-pic-wrap {
	flex-direction: column;
	margin-top: 40px;
	margin-bottom: 30px;
}

.component-pic {
	width: 100%;
	margin-bottom: 20px;
}

.component-text {
	padding-left: 0;
}

.component-name {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.component-about {
	font-size: 13px;
}

.component-about-wrap {
	flex-direction: column;
	margin-bottom: 20px;
}

.component-includes {
	width: 100%;
}

.component-includes-title {
	font-size: 10px;
	padding: 10px;
	border: 2px solid #b0c6d5;
}

.component-includes-list li {
	width: 13.33333vw;
	margin: 0 4vw;
}

.component-hakase {
	font-size: 13px;
	min-height: 34.66667vw;
	margin-bottom: 40px;
	margin-left: 0;
	padding-left: 38.66667vw;
	background-size: 34.66667vw auto;
}

.component-relation-title {
	font-size: 11px;
}

.component-relation-text a {
	font-size: 11px;
}

}

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

.tab {
	display: none !important;
}

}

