@charset "utf-8";
/*-----------------------------------------------
* 01. Top main
* 02. Modal contents
-------------------------------------------------*/
@keyframes rotation{
	0%  { transform: rotate(0); }
	100%{ transform: rotate(360deg); }
}
/*-----------------------------------------------
* 01. Top main
-------------------------------------------------*/
#topMain {
	background-image: url(../img/top/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	min-height: 620px;
	overflow: hidden;
	position: relative;
}
#topMain:after {
	content: "";
	background-image: url(../img/top/main_sankaku.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 101.8%;
	padding-top: 101.8%;
	margin: auto;
	position: absolute;
	top: 0;
	right: -15%;
	bottom: 0;
	left: 0;
	z-index: 0;
	animation: rotation 18s linear infinite;
}
/* visual */
.visualWrap {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.visual__img {
	width: 100%;
}
/* start */
.topMain__startWrap {
	width: 294px;
	height: 82px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.topMain__start {
	background-image: url(../img/top/main_start.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 100%;
	height: 100%;
}

/* catch */
.topMain__catchWrap {
	width: 27px;
	height: 378px;
	position: absolute;
	top: 26px;
	left: 30px;
	z-index: 2;
}
.topMain__catch {
	background-image: url(../img/top/main_catch.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 100%;
	height: 100%;
}
/* copyright */
.topMain__copyRight {
	background-color: #000;
	color: #61c1bd;
	font-size: 10px;
	line-height: 1.4;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
/* bunner area */
.radio {
	width: 260px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.radio a:hover {
	opacity: 0.8;
}
.eventbnr {
	width: 260px;
	position: absolute;
	right: 260px;
	top: 0;
	z-index: 2;
}
.eventbnr a:hover {
	opacity: 0.8;
}

.topMain__bnrListsWrap {
	width: 260px;
	position: absolute;
	right: 0;
	bottom: 14px;
	z-index: 2;
}
.topMain__bnrLists {
	display: flex;
	flex-wrap: wrap;
}
.topMain__bnrLists__item {
	width: calc((100% - 5px) / 2);
	margin-bottom: 5px;
}
.topMain__bnrLists__item:not(:nth-child(2n + 1)) {
	margin-left: 5px;
}
.topMain__bnrLists__img{
	width: 100%;
}
@media screen and (max-width:768px) {
	#topMain {
		background-image: url(../img/top/main_bg_sp.jpg);
		height: auto;
		min-height: auto;
	}
	#topMain:after {
		top: -10%;
		right: 0;
	}
	/* visual */
	.visualWrap {
		height: auto;
		position: relative;
	}
	.visual {
		height: auto;
		top: 0;
		left: 0;
		transform: translateX(0);
	}
	.visual__img {
		width: 100%;
		height: auto;
	}
	/* start */
	.topMain__startWrap {
		width: 39.2%;
		height: auto;
		padding-top: 10.9%;
	}
	.topMain__start {
		position: absolute;
		top: 0;
		left: 0;
	}
	.radio {
		width: 39.2%;
		height: auto;
		padding-top: 118.9%;
		top: 0;
		left: 0;		
	}
	.eventbnr {
		width: 39.2%;
		height: auto;
		padding-top: 105.9%;
		top: 0;
		left: 0;		
	}

	/* catch */
	.topMain__catchWrap {
		width: 4.1%;
		height: auto;
		padding-top: 57.8%;
		top: 20px;
		left: 16px;
	}
	.topMain__catch {
		position: absolute;
		top: 0;
		left: 0;
	}	
	/* bunner area */
	.topMain__spBnrListsWrap {
		padding: 24px 24px 0;
	}
	.topMain__spBnrLists {
		display: flex;
		flex-wrap: wrap;
	}
	.topMain__spBnrLists__item {
		width: calc((100% - 8px) / 2);
		margin-bottom: 8px;
	}
	.topMain__spBnrLists__item:not(:nth-child(2n + 1)) {
		margin-left: 8px;
	}
	.topMain__spBnrLists__img{
		width: 100%;
	}
	/* title */
	.topMain__titleWrap {
		width: 60.8%;
		height: auto;
		padding-top: 24.1%;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 2;
	}
	.topMain__title {
		background-image: url(../img/top/main_logo_sp.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* main footer */
	.mainFooter {
		display: flex;
	}
	/* youtube modale button */
	.youtubeModalBtn__sp {
		width: 60%;
		height: auto;
		position: relative;
	}
	.youtubeModalBtn__link__sp {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		display: block;
		width: 100%;
		height: 100%;
		padding-top: 56.25%;
	}
	.youtubeModalBtn__icon__sp {
		display: block;
		width: 40px;
		height: 40px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.youtubeModalBtn__icon__sp:before {
		content: "";
		background-image: url(../img/common/icon_circle.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.youtubeModalBtn__icon__sp:after {
		content: "";
		background-image: url(../img/common/icon_play.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		width: 8px;
		height: 9px;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 3px;
	}
	/* share area */
	.footer__shareArea {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 40%;
	}
	.footer__shareArea__dt {
		color: #5eb8b3;
		font-size: 1rem;
	}
	.footer__shareArea .shareLists {
		display: flex;
		justify-content: center;
		margin-top: 4px;
	}
	.footer__shareArea .shareLists__item {
		width: 30px;
		height: 30px;
		margin: 0 4px;
	}
	.footer__shareArea .shareLists__item a {
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 20px;
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.footer__shareArea .shareLists__item a.shareLists__link--tw {
		background-image: url(../img/common/icon_sns_tw_b.svg);
	}
	.footer__shareArea .shareLists__item a.shareLists__link--fb {
		background-image: url(../img/common/icon_sns_fb_b.svg);
	}
	.footer__shareArea .shareLists__item a.shareLists__link--line {
		background-image: url(../img/common/icon_sns_line_b.svg);
	}
	/* copyright */
	.foot__copyRight {
		color: #5eb8b3;
		display: block;
		font-size: 1rem;
		margin: 30px 0;
		text-align: center;
	}
}
/*-----------------------------------------------
* 02. Modal contents
-------------------------------------------------*/
/**
* common
*/
.topModalBox {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.topModalBox.is-active {
	opacity: 1;
	pointer-events: auto;
}
/* background - #m-introの時はbgを変更 */
.topModalBox__bg {
	background-image: url(../img/top/topmodal_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 620px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.topModalBox__bg.m-intro {
	background-image: url(../img/top/topmodal_intro_bg.jpg);
}
.topModalBox__bg:after {
	content: "";
	background-image: url(../img/top/topmodal_sankaku.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 74%;
	padding-top: 74%;
	margin: auto;
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	z-index: 0;
	animation: rotation 18s linear infinite;
}
@media screen and (max-width:768px) {
	.topModalBox__bg {
		background-image: url(../img/top/topmodal_bg_sp.jpg);
		min-height: auto;
	}
	.topModalBox__bg.m-intro {
		background-image: url(../img/top/topmodal_intro_bg_sp.jpg);
	}
	.topModalBox__bg:after {
		width: 140%;
		padding-top: 140%;
		top: 0;
		bottom: auto;
		left: -20%;
	}
}
/* section */
.topModal__section {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.topModal__section.is-active {
	display: block;
}
.topModal__section__inWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	width: 100%;
	min-width: 1200px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
/* title */
.topModal__title {
	color: #61c1bd;
	font-size: 42px;
	letter-spacing: 0.04em;
	line-height: 1;
	position: fixed;
	right: 0;
	bottom: -13px;
}
@media screen and (max-width:768px) {
	/* section */
	.topModal__section__inWrap {
		display: block;
		min-width: 100%;
		padding: 50px 24px;
	}
	/* title */
	.topModal__title {
		font-size: min(5.6vw, 42px);
		margin-bottom: 40px;
		position: relative;
		right: auto;
		bottom: auto;
	}
}
/**
* Introduction
*/
/* catch */
.m-intro__catch {
	background-image: url(../img/top/intro__catch.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	width: 516px;
	height: 36px;
	margin-bottom: 36px;
}
/* sub catch */
.m-intro__subCatch {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-shadow: 2px 2px 0 #000;
}
/* text */
.m-intro__text {
	font-size: 16px;
	line-height: 2;
	text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width:768px) {
	/* catch */
	.m-intro__catch {
		width: 81.2%;
		height: auto;
		margin-bottom: 30px;
		padding-top: 5.6%;
	}
	.m-intro__subCatch {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.m-intro__text {
		font-size: 12px;
		font-size: 1.3rem;
	}
}
/**
* Staff Cast
*/
.m-staffcast__dl {
	display: flex;
	width: 1000px;
}
/* dl in cont */
.m-staffcast__cont {
	width: 50%;
	padding-left: 40px;
}
/* dt */
.m-staffcast__dt {
	color: #61c1bd;
	font-size: 20px;
	margin-bottom: 20px;
}
/* list item */
.m-staffcastLists__item {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	text-shadow: 2px 2px 0 #000;
}
.m-staffcastLists__item:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	.m-staffcast__dl {
		display: block;
		width: 100%;
	}
	/* dl in cont */
	.m-staffcast__cont {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 0;
	}
	.m-staffcast__cont:last-of-type {
		margin-bottom: 0;
	}
	/* dt */
	.m-staffcast__dt {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 16px;
	}
	/* list item */
	.m-staffcastLists__item {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 4px;
	}
}
/**
* Character
*/
/* lists */
.m-chara__lists {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}
.m-chara__lists__item {
	width: 50%;
	display: flex;
	align-items: center;
}
.m-chara__lists__item:nth-child(even) {
	flex-direction: row-reverse;
}
/* image */
.m-chara__lists__imgWrap {
	width: 211px;
}
/* text area */
.m-chara__lists__textArea {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 211px);
}
/* name */
.m-chara__lists__name {
	display: flex;
	align-items: center;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.8em;
	margin-bottom: 40px;
	text-shadow: 2px 2px 0 #000;
	writing-mode: vertical-rl;
}
.m-chara__lists__name--green {
	color: #61c1bd;
}
/* text */
.m-chara__lists__text {
	font-size: 16px;
	line-height: 2;
	text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width:768px) {
	/* lists */
	.m-chara__lists {
		display: block;
		width: 100%;
		margin-top: -50px;
	}
	.m-chara__lists__item {
		width: 100%;
	}
	/* image */
	.m-chara__lists__imgWrap {
		width: 50%;
	}
	.m-chara__lists__img {
		width: 100%;
	}
	/* text area */
	.m-chara__lists__textArea {
		width: 50%;
	}
	/* name */
	.m-chara__lists__name {
		font-size: 27px;
		font-size: 2.7rem;
		letter-spacing: 0.7em;
		margin-bottom: 20px;
	}
	/* text */
	.m-chara__lists__text {
		font-size: 12px;
		font-size: 1.2rem;
	}
}