@charset "UTF-8";

/* ++++++++++++++++++++++++++++++
top page
++++++++++++++++++++++++++++++ */
#mainHeader,
#mainHeader .inner { position: relative; }
#mainHeader::before {
	content: "";
	z-index: 0;
	display: block;
	position: absolute;
	pointer-events: none;
	background: url(../images/top/map.svg) no-repeat center center;
	background-size: 100% 100%;
}
#mainHeader .inner::before {
	content: "";
	z-index: 10;
	display: block;
	position: absolute;
	pointer-events: none;
	background: url(../images/top/deco_dots.svg) no-repeat center center;
	background-size: 100% 100%;
}
#mainHeader .topSlides.large a,
#mainHeader .topSlides.small .slick-list li {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mainHeader .topSlides.large a {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#mainHeader .topSlides.large .black a { color: #000; }
#mainHeader .topSlides.large a .subtitle,
#mainHeader .topSlides.large a .link { font-family: "Noto Sans JP", sans-serif; }
#mainHeader .topSlides.large a .link { border: 1px solid rgba(255,255,255,0.3); }
#mainHeader .topSlides.large .black a .link { border-color: rgba(0,0,0,0.3); }
#mainHeader .topSlides.large .slick-dots {
	display: flex;
	position: absolute;
	line-height: 0;
}
#mainHeader .topSlides.large .slick-dots button {
	height: 0;
	border: none;
	overflow: hidden;
	border-radius: 50%;
	background-color: #c8c8c8;
}
#mainHeader .topSlides.large .slick-dots .slick-active button {
	background-color: #9933cc;
}
#mainHeader .topSlides.small .slick-list li {
	height: 0;
	overflow: hidden;
}
@media screen and (min-width:769px), print{
	#mainHeader {
		padding-top: 100px;
		padding-bottom: 1px;
	}
	#mainHeader::before {
		top: 45px;
		left: 0;
		right: -300px;
		width: 457px;
		height: 293px;
		margin: 0 auto;
	}
	#mainHeader .inner::before {
		left: 50px;
		top: 210px;
		width: 172px;
		height: 172px;
	}
	#mainHeader .en-title { margin-top: 20px; }
	#linkSlides { position: relative; }
	#linkSlides .topSlides.large {
		margin-top: 135px;
		margin-bottom: -100px;
		width: calc(50% + 350px);
	}
	#linkSlides .topSlides.large a {
		height: 560px;
		padding-right: 50px;
		padding-left: calc(50vw - 510px);
		border-radius: 0 20px 20px 0;
	}
	#linkSlides .topSlides.large a .title {
		font-size: 24px;
		line-height: 44px;
		margin-top: 15px;
	}
	#linkSlides .topSlides.large a .link {
		margin-top: 35px;
		padding: 0 30px 1px;
		transition-duration: .3s;
		transition-property: border-color, background-color;
	}
	#linkSlides .topSlides.large a:hover .link {
		border-color: transparent;
		background-color: rgba(255,255,255,0.3);
	}
	#mainHeader .topSlides.large .black a:hover .link { background-color: rgba(0,0,0,0.3); }
	#mainHeader .topSlides.large .slick-dots {
		right: 165px;
		bottom: -22px;
	}
	#mainHeader .topSlides.large .slick-dots li + li { margin-left: 10px; }
	#mainHeader .topSlides.large .slick-dots button {
		width: 7px;
		padding: 7px 0 0;
	}
	#linkSlides .topSlides.small {
		width: 400px;
		height: 300px;
		left: calc(50vw + 200px);
		bottom: -50px;
		position: absolute;
	}
	#linkSlides .topSlides.small .slick-list li {
		border-radius: 20px;
		padding-top: 300px;
	}
}
@media screen and (max-width:768px){
	#container { padding-bottom: 195px; }
	#mainHeader {
		background-color: #fff;
	}
	#mainHeader .inner::before {
		top: 166px;
		left: 25px;
		width: 86px;
		height: 86px;
	}
	#linkSlides .topSlides.large .slick-slide a {
		padding: 0 25px;
		box-sizing: border-box;
		width: 93.333vw;
		height: calc(93.333vw * 0.7857);
		border-top-right-radius: 10px;
	}
	#linkSlides .topSlides.large .subTitle { font-size: 7px; }
	#linkSlides .topSlides.large .title {
		font-size: 12px;
		line-height: 22px;
		margin: 5px 0 15px;
	}
	#linkSlides .topSlides.large .link {
		font-size: 7px;
		padding: 0 14px;
	}
	#mainHeader .topSlides.large .slick-dots {
		padding: 10px;
		right: 53.333vw;
	}
	#mainHeader .topSlides.large .slick-dots button {
		width: 5px;
		padding: 5px 0 0;
		margin-left: 5px;
	}
	#linkSlides .topSlides.small {
		width: 53.333vw;
		margin-left: auto;
		margin-top: -12.6vw;
	}
	#linkSlides .topSlides.small .slick-list li {
		padding-top: 40vw;
		border-radius: 10px 0 0 10px;
	}
}

#region .title {
	position: relative;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
#region .title::after {
	content: "";
	width: 1px;
	margin-top: -0.7em;
	display: inline-block;
	pointer-events: none;
	background-color: #c8c8c8;
	transform: rotate(45deg);
}
#region .link {
	display: flex;
	justify-content: flex-end;
}
#region .link a {
	display: block;
	border: 1px solid #c8c8c8;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:769px){
	#region {
		padding-top: 200px;
		padding-bottom: 150px;
	}
	#region .inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		flex-direction: row-reverse;
	}
	#region .title {
		font-size: 24px;
		line-height: 1;
		padding-top: 50px;
		margin-left: 100px;
	}
	#region .title::after {
		height: 100px;
	}
	#region .posts,
	#region .link { width: 610px; }
	#region .posts {
		display: flex;
		flex-wrap: wrap;
	}
	#region .posts li { width: 280px; }
	#region .posts li:nth-child(2n) { margin-left: 50px; }
	#region .posts li:nth-child(2) ~ li { margin-top: 45px; }
	#region .posts li figure { border-radius: 0 20px 0 20px; }
	#region .posts li .subTitle {
		font-size: 12px;
		margin-top: 15px;
	}
	#region .posts li .postTitle { margin-top: 5px; }
	#region .link { margin-top: 40px; }
	#region .link a { padding: 1px 36px; }
	#region .link a:hover {
		color: #fff;
		background-color: #505050;
	}
}
@media screen and (max-width:768px){
	#region {
		position: relative;
		padding-block: 75px 36px;
	}
	#region .title {
		top: 50px;
		right: 42px;
		z-index: 10;
		font-size: 18px;
		position: absolute;
		white-space: nowrap;
	}
	#region .title::after {
		height: 75px;
	}
	#region .posts .slick-slide {
		padding-left: 25px;
		padding-right: 55px;
		box-sizing: border-box;
		width: calc(100vw - 50px);
	}
	#region .posts figure { border-radius: 0 17.5px; }
	#region .posts .subTitle {
		font-size: 10.5px;
		padding-block: 10px 5px;
	}
	#region .posts .postTitle { font-size: 12px; }
	#region .posts .slick-arrow {
		position: absolute;
		border: 1.5px solid #c8c8c8;
		border-top: none;
		border-right: none;
		width: 15px;
		height: 0;
		overflow: hidden;
		padding: 15px 0 0;
		background: none;
		bottom: -35px;
	}
	#region .posts .slick-next {
		right: 30px;
		transform: rotate(-135deg);
	}
	#region .posts .slick-prev {
		left: 30px;
		transform: rotate(45deg);
	}
	#region .link { display: none; }
}

#collabo .bg {
	padding-top: 1px;
	background: #f5f5f5;
}
#collabo .title {
	position: relative;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
#collabo .title::after {
	content: "";
	margin-top: -0.7em;
	display: inline-block;
	pointer-events: none;
	width: 1px;
	height: 100px;
	background-color: #c8c8c8;
	transform: rotate(45deg);
}
#collabo .posts figure a {
	display: block;
	border: solid #fff;
}
#collabo .posts figure img { box-sizing: border-box; }
#collabo .posts .link a {
	display: inline-block;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:769px){
	#collabo { padding-top: 150px; }
	#collabo .inner {
		display: flex;
		margin-top: -100px;
		padding-bottom: 100px;
		justify-content: space-between;
	}
	#collabo .title {
		font-size: 24px;
		line-height: 1;
		margin-left: 100px;
	}
	#collabo .title::after {
		height: 100px;
	}
	#collabo .posts {
		display: flex;
		margin-right: -50px;
	}
	#collabo .posts li { width: 388px; }
	#collabo .posts li + li { margin-left: 50px; }
	#collabo .posts figure a { border-width: 7px; }
	#collabo .posts .logo { margin-top: 30px; }
	#collabo .posts .logo img { height: 50px; }
	#collabo .posts .text { margin-top: 25px; }
	#collabo .posts .link { margin-top: 15px; }
	#collabo .posts .link a { padding: 2px 22px; }
	#collabo .posts .link a:hover {
		color: #fff;
		background-color: #505050;
	}
}
@media screen and (max-width:768px){
	#collabo { margin-top: 140px; }
	#collabo .inner {
		margin-top: -63px;
		position: relative;
		padding: 1px 25px 50px 100px;
	}
	#collabo .title {
		font-size: 18px;
		position: absolute;
		top: -25px;
		left: 44px;
		white-space: nowrap;
	}
	#collabo .title::after {
		height: 75px;
	}
	#collabo .posts li + li { margin-top: 50px; }
	#collabo .posts .logo { margin-top: 15px; }
	#collabo .posts .logo img { height: 37.5px; }
	#collabo .posts .text {
		font-size: 12px;
		margin-top: 10px;
	}
	#collabo .posts .link a {
		font-size: 12px;
		font-size: 0 17px;
		margin-top: 15px;
	}
}

#report {
	color: #fff;
	background-size: 100% 100%;
	background-image: linear-gradient(0deg,rgba(197, 192, 234, 1) 0%, rgba(189, 120, 234, 1) 100%);
}
#report .contHeader .title { position: relative; }
#report .contHeader .title::after {
	content: "";
	margin-top: -0.7em;
	display: inline-block;
	pointer-events: none;
	position: absolute;
	width: 1px;
	background-color: #fff;
	transform: rotate(45deg);
}
#report .posts {
	display: flex;
	flex-wrap: wrap;
}
#report .posts li a { display: block; }
#report .posts li .postTitle {
	word-break: break-all;
}
#report .link a {
	color: #e8caf4;
	border: 1px solid #e8caf4;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width:769px){
	#report .inner {
		position: relative;
		padding: 95px 0 100px;
	}
	#report .contHeader {
		position: absolute;
	}
	#report .contHeader .title {
		font-size: 24px;
		line-height: 1.4;
	}
	#report .contHeader .title::after {
		top: 10px;
		right: -30px;
		height: 100px;
	}
	#report .contHeader .title small { font-size: 14px; }
	#report .contHeader .link { margin-top: 50px; }
	#report .contHeader .link a { padding: 5px 36px; }
	#report .contHeader .link a:hover {
		color: #fff;
		background-color: #e8caf4;
	}
	#report .posts::before {
		content: "";
		display: block;
		width: calc(((100% - 160px) / 3) + 40px);
	}
	#report .posts li { width: calc(((100% - 160px) / 3) + 40px); }
	#report .posts li:nth-child(3n+1) { width: calc(((100% - 160px) / 3) + 80px); }
	#report .posts li a {
		position: relative;
		padding: 40px 40px 30px;
	}
	#report .posts li:nth-child(1) a,
	#report .posts li:nth-child(2) a { padding-top: 0; }
	#report .posts li:nth-last-child(4) ~ li a { padding-bottom: 0; }
	#report .posts li:nth-child(3n) a { padding-left: 0; }
	#report .posts li:nth-child(3n+2) a { padding-right: 0; }
	#report .posts li:nth-child(2) ~ li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		width: calc(100% - 40px);
		border-top: 1px solid #e8caf4;
	}
	#report .posts li:nth-child(3n+1) a::before {
		width: calc(100% - 80px) !important;
	}
	#report .posts li:not(:nth-child(3n)) a::after {
		content: "";
		display: block;
		position: absolute;
		top: 40px;
		left: 0;
		bottom: 40px;
		border-left: 1px solid #e8caf4;
	}
	#report .posts li:nth-child(1) a::after,
	#report .posts li:nth-child(2) a::after { top: 0; }
	#report .posts li:nth-last-child(4) ~ li a::after { bottom: 0; }
	#report .posts figure { border-radius: 0 20px 0 20px; }
	#report .posts .subTitle {
		font-size: 12px;
		margin-top: 15px;
	}
	#report .posts .postTitle { margin-top: 5px; }
}
@media screen and (max-width:768px){
	#report .contHeader {
		position: relative;
		display: inline-block;
		padding: 40px 25px 50px;
	}
	#report .contHeader .title {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 33px;
	}
	#report .contHeader .title small { font-size: 10.5px; }
	#report .contHeader .title::after {
		top: 5px;
		right: -25px;
		height: 75px;
	}
	#report .link a {
		font-size: 10.5px;
		padding: 3px 28px 4px;
	}
	#report .posts { padding-bottom: 90px; }
	#report .posts .slick-slide {
		padding-left: 25px;
		box-sizing: border-box;
		width: calc(100vw - 100px);
	}
	#report .posts figure { border-radius: 0 17.5px; }
	#report .posts .subTitle {
		font-size: 10.5px;
		padding-block: 10px 5px;
	}
	#report .posts .postTitle { font-size: 12px; }
	#report .posts .slick-arrow {
		position: absolute;
		border: 1.5px solid #fff;
		border-top: none;
		border-right: none;
		width: 15px;
		height: 0;
		overflow: hidden;
		padding: 15px 0 0;
		background: none;
		bottom: 40px;
	}
	#report .posts .slick-next {
		right: 30px;
		transform: rotate(-135deg);
	}
	#report .posts .slick-prev {
		left: 30px;
		transform: rotate(45deg);
	}
}

#newPosts .link a { border: 1px solid #c8c8c8; }
#newPosts #newTopics .title { position: relative; }
#newPosts #newTopics .title::after {
	content: "";
	margin-top: -0.7em;
	display: inline-block;
	pointer-events: none;
	position: absolute;
	width: 1px;
	background-color: #c8c8c8;
	transform: rotate(45deg);
}
#support .areaList {
	display: flex;
	flex-wrap: wrap;
}
#support .areaList li a::before {
	content: "";
	display: inline-block;
	background: no-repeat center center;
	background-image: url(../images/top/arrow_v.svg);
	background-size: 100% 100%;
	vertical-align: middle;
}
#gallery .title small { display: inline-block; }
#gallery .title span::before {
	content: "";
	display: inline-block;
	background: no-repeat center center;
	background-image: url(../images/top/icon_youtube_v.svg);
	background-size: 100% auto;
	vertical-align: middle;
}
#gallery .posts li a {
	display: block;
	position: relative;
}
#gallery .posts li a::after {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: no-repeat center center;
	background-image: url(../images/icon_youtube_w.svg);
}
@media screen and (min-width:769px){
	#newPosts { padding: 90px 0 100px }
	#newPosts .inner {
		display: grid;
		grid-template-columns: 50% 50%;
	}
	#newPosts .inner > * { box-sizing: border-box; }
	#newPosts #newTopics {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
		padding-right: 50px;
	}
	#newPosts #development {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		padding-left: 50px;
	}
	#newPosts #support {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		padding-left: 50px;
	}
	#newPosts #gallery {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}
	#newPosts .title {
		font-size: 24px;
		line-height: 1.3;
	}
	#newPosts .title small {
		font-size: 14px;
	}
	#newPosts .link a {
		width: 140px;
		display: block;
		text-align: center;
		padding: 1px 0;
	}
	#newPosts .link a:hover {
		color: #fff;
		background-color: #505050;
	}

	#newPosts #newTopics .title {
		padding-right: 15px;
		display: inline-block;
	}
	#newPosts #newTopics .title::after {
		height: 100px;
		top: 10px;
		right: -30px;
	}
	#newPosts #newTopics .link { margin-top: 45px; }
	#newPosts #newTopics .posts li { margin-top: 40px; }
	#newPosts #newTopics .posts li a:hover {
		text-decoration: underline;
	}
	#newPosts #newTopics .posts time {
		display: block;
		font-size: 12px;
		margin-bottom: 5px;
	}

	#development {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		padding-right: 62px;
	}
	#development .img { margin-top: 50px; }

	#support { margin-top: 85px; }
	#support .areaList li {
		width: calc(100% / 3);
		margin-top: 35px;
	}
	#support .areaList li a:hover {
		text-decoration: underline;
	}
	#support .areaList li a::before {
		width: 25.4px;
		height: 14px;
		margin-top: -0.2em;
		margin-right: 0.7em;
	}
	#gallery {
		display: flex;
		flex-wrap: wrap;
		margin-top: 80px;
		align-items: flex-end;
		justify-content: space-between;
	}
	#gallery .title { width: 100%; }
	#gallery .title small { margin-bottom: 5px; }
	#gallery .title span::before {
		width: 40px;
		height: 28px;
		margin-top: -0.2em;
		margin-right: 0.5em;
	}
	#gallery .text { margin-top: 10px; }
	#gallery .posts {
		display: flex;
		margin-top: 50px;
	}
	#gallery .posts li { width: calc((100% - 40px) / 3); }
	#gallery .posts li + li { margin-left: 20px; }
	#gallery .posts li a::after {
		background-size: 40px;
		transition-duration: .3s;
		transition-property: background-color;
	}
	#gallery .posts li a:hover::after { background-color: rgba(0,0,0,0.6); }
}
@media screen and (max-width:768px){
	#newPosts .title {
		font-size: 18px;
		line-height: 1.4;
		display: inline-block;
	}
	#newPosts .title small { font-size: 10.5px; }
	#newPosts > .inner > section { padding: 40px 25px 20px; }
	#newTopics .title { margin-bottom: 27px; }
	#newTopics .title::after {
		height: 75px;
		top: 5px;
		right: -40px;
	}
	#newPosts .link a {
		font-size: 10.5px;
		padding: 3px 28px 4px;
	}
	#newTopics .posts { padding-top: 20px; }
	#newTopics .posts li { margin-top: 20px; }
	#newTopics .posts a {
		font-size: 12px;
	}
	#newTopics .posts a time {
		display: block;
		font-size: 10.5px;
		margin-bottom: 5px;
	}
	#development,
	#support {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	#development .img,
	#support .areaList { display: none; }
	#development .link a,
	#support .link a { padding: 3px 13px 4px; }
	#gallery {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
	}
	#gallery .title {
		order: 1;
	}
	#gallery .title span::before {
		width: 30px;
		height: 30px;
		margin-top: -5px;
		margin-right: 5px;
	}
	#gallery .text {
		order: 3;
		font-size: 12px;
		margin-top: 10px;
	}
	#gallery .link { order: 2; }
	#gallery .posts {
		order: 4;
		max-width: 100vw;
		margin-left: -25px;
		margin-top: 20px;
		padding-bottom: 80px;
	}
	#gallery .posts .slick-slide {
		padding-left: 25px;
		box-sizing: border-box;
		width: calc(100vw - 100px);
	}
	#gallery .posts li a::after {
		background-size: 35px;
	}
	#gallery .posts figure { border-radius: 0 17.5px; }
	#gallery .posts .subTitle {
		font-size: 10.5px;
		padding-block: 10px 5px;
	}
	#gallery .posts .postTitle { font-size: 12px; }
	#gallery .posts .slick-arrow {
		position: absolute;
		border: 1.5px solid #c8c8c8;
		border-top: none;
		border-right: none;
		width: 15px;
		height: 0;
		overflow: hidden;
		padding: 15px 0 0;
		background: none;
		bottom: 40px;
	}
	#gallery .posts .slick-next {
		right: 30px;
		transform: rotate(-135deg);
	}
	#gallery .posts .slick-prev {
		left: 30px;
		transform: rotate(45deg);
	}
}

#guide { background: #f5f5f5; }
#guide .title small { display: block; }
#guide .banners a {
	display: block;
	border: solid #fff;
}
@media screen and (min-width:769px){
	#guide { padding: 100px 0 100px; }
	#guide .inner {
		display: flex;
		justify-content: space-between;
	}
	#guide .title {
		font-size: 24px;
		line-height: 1.5;
	}
	#guide .title small {
		font-size: 14px;
	}
	#guide .banners { display: flex; }
	#guide .banners a {
		border-color: #fff;
		transition-duration: .3s;
		transition-property: opacity;
	}
	#guide .banners a:hover { opacity: 0.5; }
	#guide .banners li { margin-left: 20px; }
	#guide .banners img { width: 310px; }
}
@media screen and (max-width:768px){
	#guide { padding: 50px 25px; }
	#guide .title {
		font-size: 18px;
		line-height: 1.4;
	}
	#guide .title small {
		font-size: 10.5px;
	}
	#guide .banners li {
		width: 240px;
		margin-top: 25px;
	}
}