/*----------------------------------------
** PROMARE
** TOP
----------------------------------------*/
body, body#top {
	background: rgba(255,47,75,1.0);
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 15px;
	/*overflow-x: hidden;*/
}
@media screen and (max-width:768px) {
	#wrapper {
		min-width: 100%;
		width : 100%;
		min-height: 100%;
		height : 100%;
	}
}

/*
** header
----------------------------------------*/
header {
	position: relative;
	background: url(../img/top/bg-header.jpg) center center no-repeat;
	background-size: cover;
}
header .__inner {
	display: flex;
	z-index: 2;
}
header .__dots {
	width: 100%;
	height: 100%;
	background: url(../img/top/bg-dots.png) 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width:768px) {
	header .__inner {
		display: flex;
		/*z-index: 2;*/
		width: 100%;
	}
}

/*
** nav
----------------------------------------*/
nav {
	width: 275px;
	padding: 20px 30px 20px 20px;
	margin-bottom: 30px;
	color: rgba(255,255,255,1.0);
}
nav h1 {
	position: relative;
	margin: 0 0 50px;
}
nav h1::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #00ffff;
	background: -moz-linear-gradient(left, #00ffff 1%, #ff00ff 100%);
	background: -webkit-linear-gradient(left, #00ffff 1%,#ff00ff 100%);
	background: linear-gradient(to right, #00ffff 1%,#ff00ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ff00ff',GradientType=1 );
	position: absolute;
	bottom: -20px;
	left: 0;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	font-family: 'Roboto', sans-serif;
}
nav ul li {
	color: #fff;
	font-size: 1rem;
	margin: 0 0 0.7em;
}
nav ul li:last-child {
	margin-bottom: 0;
}
nav ul li a {
	display: block;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	transition: 0.5s all;
}
nav ul li a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
nav ul li a span {
	display: inline-block;
	position: relative;
}
nav ul li a span::after {
	content: '';
	width: 0;
	height: 100%;
	background: #00ffff;
	background: -moz-linear-gradient(left, #00ffff 1%, #ff00ff 100%);
	background: -webkit-linear-gradient(left, #00ffff 1%,#ff00ff 100%);
	background: linear-gradient(to right, #00ffff 1%,#ff00ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ff00ff',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.3s all;
}
nav ul li a:hover span::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #00ffff;
	background: -moz-linear-gradient(left, #00ffff 1%, #ff00ff 100%);
	background: -webkit-linear-gradient(left, #00ffff 1%,#ff00ff 100%);
	background: linear-gradient(to right, #00ffff 1%,#ff00ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#ff00ff',GradientType=1 );
	position: absolute;
	top: 0;
	left: 0;
}
.__share {
	margin-bottom: 30px;
}
.__share h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	margin-bottom: 20px;
	text-align: center;
}
.__share .__ic {
	display: flex;
	justify-content: space-between;
}
.__share .__ic > div {
	width: 60px;
}
.__news-movie {
	margin-bottom: 15px;
}
.__news-movie h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	margin-bottom: 20px;
	text-align: center;
}
.__banner-top {
	
}
.__banner-top > div {
	margin-bottom: 15px;
}
.__banner-top > div:last-child {
	margin-bottom: 0;
}
.menu-trigger > div {
	display: none;
}
@media screen and (max-width:768px) {
	#top .menu-trigger,
	.menu-trigger {
		display: block;
		cursor: pointer;
		position: fixed;
		width: 40px;
		height: 43px;
		top: 15px;
		right: 15px;
		z-index: 900;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: rgba(0,0,0,1.0);
		border-radius: 4px;
	}
	.menu-trigger > div {
		display: block;
		font-family: 'Roboto', sans-serif;
		font-size: 11px;
		font-weight: 700;
		color: black;
		position: absolute;
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
	}
	.menu-trigger span::before {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		top: -1px;
		left: -1px;
		background: rgba(0,255,255,1.0);
		z-index: -1;
	}
	.menu-trigger span::after {
		content: '';
		width: 100%;
		height: 3px;
		position: absolute;
		bottom: -1px;
		right: -1px;
		background: rgba(255,0,255,1.0);
		z-index: -1;
	}

	.menu-trigger.active span::before{
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		top: -1px;
		left: 0px;
		background: rgba(0,255,255,0.5);
		z-index: -1;
	}
	.menu-trigger.active span::after{
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: -1px;
		right: 0px;
		background: rgba(255,0,255,0.5);
		z-index: -1;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 20px;
	}
	/*.menu-trigger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.menu-trigger.active span {
		background-color: rgba(0,0,0,1.0);
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		opacity: 0;
	}*/
	nav {
		width: 100%;
		padding: 20px 18% 50px 18%;
		margin-bottom: 0;
		color: rgba(255,255,255,1.0);
		
		background: #ff00ff;
		background: -moz-linear-gradient(-45deg, #ff00ff 0%, #00ffff 100%);
		background: -webkit-linear-gradient(-45deg, #ff00ff 0%,#00ffff 100%);
		background: linear-gradient(135deg, #ff00ff 0%,#00ffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#00ffff',GradientType=1 );
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 100;
		height: 100vh;
		overflow-y: auto;
		transition: 0.3s all;
	}
	nav.__open {
		top: 0;
		left: 0;
	}
	
	nav h1::after {
		content: '';
		width: 100%;
		height: 1px;
		background: #fff;
		position: absolute;
		bottom: -20px;
		left: 0;
	}
	nav ul {
		text-align: center;
	}
	.__news-movie {
		display: none;
	}
	.__banner-top > div:first-child {
		display: none;
	}
}

/*
** visual
----------------------------------------*/
.__visual {
	width: calc(100% - 275px);

	display: flex;
	align-items: stretch;
	overflow: hidden;
}
.__visual-tab {
	display: flex;
	align-items: stretch;
}
.__visual-tab > div {
	height: auto;
	cursor: pointer;
	padding: 0;
	border-bottom: none;
	width: 80px;
}
.__visual-img {
	overflow: hidden;
	position: relative;
}
.__visual-img > div {
	position: absolute;
	top: 0;
	width: 100%;
}
.__visual-img > div.__kv-03 {
	left: 0;
}
.__visual-img > div.__kv-02 {
	left: 100%;
}
.__visual-img > div.__kv-01 {
	left: 100%;
}
.__vis-tv01 {
	background-image:  url(../img/top/tx-teaser-vis-01_pc.png),url(../img/top/bg-tv-01.jpg);
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 65% auto, cover;
	transition: 0.3s all;
}
.__vis-tv02 {
	background-image:  url(../img/top/tx-teaser-vis-02_pc.png),url(../img/top/bg-tv-02.jpg);
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 65% auto, cover;
	transition: 0.3s all;
}
.__vis-tv03 {
	background-image:  url(../img/top/tx-teaser-vis-03_pc.png),url(../img/top/bg-tv-03.jpg);
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 65% auto, cover;
	transition: 0.3s all;
}
.__vis-tv01:hover {
	background-image:  url(../img/top/tx-teaser-vis-01_pc.png),url(../img/top/kv-teaser-1.jpg);
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 65% auto, cover;
}
.__vis-tv02:hover {
	background-image:  url(../img/top/tx-teaser-vis-02_pc.png),url(../img/top/kv-teaser-2.jpg);
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 65% auto, cover;
}
.__vis-tv03:hover {
	background-image:  url(../img/top/tx-teaser-vis-03_pc.png),url(../img/top/kv-teaser-3.jpg);
	background-position: left top, center center;
	background-repeat: no-repeat, no-repeat;
	background-size: 65% auto, cover;
}

@media (max-width: 768px) {
	.__visual {
		width: 100%;
		display: block;
	}
	.__visual-tab {
		display: block;
	}
	.__visual-tab > div {
		height: auto;
		cursor: pointer;
		padding: 0;
		border-bottom: none;
		height: 40px;
		width: 100%;
	}
	.__vis-tv01 {
		background-image:  url(../img/top/tx-teaser-vis-01_sp.png),url(../img/top/bg-tv-01.jpg);
		background-position: left bottom, center center;
		background-repeat: no-repeat, no-repeat;
		background-size: 65% auto, cover;
	}
	.__vis-tv02 {
		background-image:  url(../img/top/tx-teaser-vis-02_sp.png),url(../img/top/bg-tv-02.jpg);
		background-position: left bottom, center center;
		background-repeat: no-repeat, no-repeat;
		background-size: 65% auto, cover;
	}
	.__vis-tv03 {
		background-image:  url(../img/top/tx-teaser-vis-03_sp.png),url(../img/top/bg-tv-03.jpg);
		background-position: left bottom, center center;
		background-repeat: no-repeat, no-repeat;
		background-size: 65% auto, cover;
	}
	.key-accordion dt img {
		max-width: none;
		width: 65%;
	}
}

/*------------------------------------------*/
section h2 {
	position: relative;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	width: 320px;
	height: 42px;
	margin: 0 auto 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
}
section h2::before {
	content: '';
	width: 320px;
	height: 42px;
	background: url(../img/top/bg-h-ttl.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*------------------------------------------*/

/*
** NEWS
----------------------------------------*/
.__news {
	min-height: 150px;
	/*background: rgba(255,47,75,1.0);*/
}
.__news .__inner {
	position: relative;
	/*z-index: 2;*/
	padding: 65px 0 80px;
}
.__news-list {
	border-top: 1px solid #fff;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;;
	color: #fff;
}
.__news-list li {
	padding: 1em 0;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: stretch;
}
.__news-list li .__news-date {
	font-family: 'Roboto', sans-serif;
	font-size: 1.33rem;
	font-weight: 700;
	line-height: 0.95;
	width: 80px;
	padding-right: 25px;
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
}
.__news-list li .__news-ttl {
	width: calc(100% - 55px);
	padding: 0 25px;
	display: flex;
	align-items: center;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/

}
.__news-list li a,
.__news-list li a:visited,
.__news-list li a:active {
	color: #fff;
	text-decoration: none;
	transition: 0.3s all;
}
.__news-list li a:hover {
	color: #000;
	text-decoration: none;
}
/*particle*/
#particle {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	/*z-index: 1;*/
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width:768px) {}


/*
** MOVIE
----------------------------------------*/
.__movie {
	/*width: 130%;*/
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: center;
	min-height: 200px;
	/*margin-left: -15%;*/
	position: relative;
	background: url(../img/top/bg-movie.jpg) center center no-repeat;
	background-size: cover;
	/*z-index: 2;*/
	padding: 80px 0 100px;
}
.__movie .__inner {
	transform: skewY(2deg);
}
.__thumbs {
	max-width: 700px;
	margin: 0 auto 60px;
}

@media screen and (max-width:768px) {
	.__thumbs {
		max-width: 80%;
		margin: 0 auto 60px;
	}
}

/*-----------------------------------------
** slick
-----------------------------------------*/
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 143px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	/*background: transparent;*/
}
.slick-prev {
	background: url(../img/top/ic-arrow-prev.png) center center no-repeat;
	background-size: contain;
}
.slick-next {
	background: url(../img/top/ic-arrow-next.png) center center no-repeat;
	background-size: contain;
}
.slick-prev:hover,
.slick-prev:focus
{
	background: url(../img/top/ic-arrow-prev.png) center center no-repeat;
	background-size: contain;
}
.slick-next:hover,
.slick-next:focus
{
	background: url(../img/top/ic-arrow-next.png) center center no-repeat;
	background-size: contain;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}
.slick-prev{
	left: -70px;
}
.slick-prev:before{
	content: '';
	background: url(../img/top/ic-arrow-prev.png) center center no-repeat;
	background-size: contain;
	width: 40px;
	height: 143px;
}
.slick-next{
	right: -70px;
}
.slick-next:before{
	content: '';
	background: url(../img/top/ic-arrow-next.png) center center no-repeat;
	background-size: contain;
	width: 40px;
	height: 143px;
}

@media screen and (max-width:768px) {
	.slick-prev,
	.slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 20px;
		height: 72px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: none;
	}
	.slick-prev{
		left: -33px;
	}
	.slick-prev:before{
		content: '';
		background: url(../img/top/ic-arrow-prev.png) center center no-repeat;
		background-size: contain;
		width: 20px;
		height: 72px;
	}
	.slick-next{
		right: -33px;
	}
	.slick-next:before{
		content: '';
		background: url(../img/top/ic-arrow-next.png) center center no-repeat;
		background-size: contain;
		width: 20px;
		height: 72px;
	}
}


/*
** ABOUT
----------------------------------------*/
.__about {
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: center;
	min-height: 200px;
	position: relative;
	background: url(../img/top/bg-about.jpg) center top no-repeat;
	background-size: cover;
	/*z-index: 2;*/
	padding: 80px 0 100px;
}
.__about .__inner {
	transform: skewY(2deg);
	color: #fff;
	text-align: center;
}
.__about h3 {
	max-width: 600px;
	margin: 0 auto 50px;
}
.__about h4 {
	font-size: 2.4rem;
	font-weight: 900;
	margin: 0 0 60px;
}
.__about .__lead {
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 2;
	margin: 0 0 50px;
}
.__about .__lead span {
	font-size: 3.2rem;
	font-weight: 900;
	color: #f8ed07;
}
.__about-sp-br {
	display: none;
}

@media screen and (max-width:768px) {
	.__about h4 {
		font-size: 1.6rem;
		font-weight: 900;
		margin: 0 0 30px;
		text-align: left;
	}
	.__about .__lead {
		font-size: 1rem;
		font-weight: 900;
		line-height: 2;
		margin: 0 0 25px;
	}
	.__about .__lead span {
		font-size: 2rem;
		font-weight: 900;
		color: #f8ed07;
		line-height: 1.5;
	}
	.__about-sp-br {
		display: inline;
	}
}


/*
** CHARA
----------------------------------------*/
.__chara {
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: center;
	min-height: 200px;
	position: relative;
	background: url(../img/top/bg-chara.jpg) center bottom no-repeat;
	background-size: cover;
	/*z-index: 2;*/
	padding: 80px 0 100px;
}
.__chara .__inner {
	transform: skewY(2deg);
	color: #fff;
	text-align: center;
}
.__chara-set {
	margin: 0 0 50px;
	padding-top: 30px;
}

@media screen and (max-width:768px) {}


/*
** twitter
----------------------------------------*/
.__twitter {
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: center;
	min-height: 200px;
	position: relative;
	background: url(../img/top/bg-twitter.jpg) center center no-repeat;
	background-size: cover;
	/*z-index: 2;*/
	padding: 80px 0 100px;
}
.__twitter .__inner {
	transform: skewY(2deg);
	color: #fff;
	text-align: center;
}
.__widget {
	width: 600px;
	margin: 0 auto 50px;
}
.__widget iframe {
	width: 600px !important;
}
@media screen and (max-width:768px) {
	.__widget {
		width: 90%;
		margin: 0 auto 50px;
		text-align: center;
	}
	/*.__widget iframe {
		width: 90% !important;
	}*/
}


/*
** TIE UP
----------------------------------------*/
.__tieup {
	width: 100%;
	transform: skewY(-2deg);
	transform-origin: center;
	min-height: 200px;
	/*margin-left: -15%;*/
	position: relative;
	background: url(../img/top/bg-tieup.jpg) center center no-repeat;
	background-size: cover;
	/*z-index: 2;*/
	padding: 80px 0 100px;
}
.__tieup .__inner {
	transform: skewY(2deg);
	/*width: 1200px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	/*overflow-x: hidden;*/
}
.__tieup-banners {
	list-style: none;
	letter-spacing: -.4em;
	text-align: center;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
}
.__tieup-banners li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 15px;
	padding: 0;
}
@media screen and (max-width:768px) {
	/*.__tieup-banners {
		width: 300px;
		margin: 0 auto;
	}*/
	.__tieup-banners {
		list-style: none;
		letter-spacing: -.4em;
		text-align: center;
		min-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
}

/* Dots */
.__tieup .slick-dotted.slick-slider {
	margin-bottom: 50px;
}

.__tieup .slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.__tieup .slick-dots li {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.__tieup .slick-dots li button {
	font-size: 35px;
	line-height: 0;
	display: block;
	width: 35px;
	height: 35px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.__tieup .slick-dots li button:hover,
.__tieup .slick-dots li button:focus {
	outline: none;
}
.__tieup .slick-dots li button:hover:before,
.__tieup .slick-dots li button:focus:before {
	opacity: 1;
}
.__tieup .slick-dots li button:before {
	font-family: 'slick';
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 35px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #879086;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.__tieup .slick-dots li.slick-active button:before {
	opacity: 1;
	color: rgba(255,47,75,1.0);
}
@media screen and (max-width:768px) {}





































