@charset "UTF-8";
/*
**************************************************************************
*	fields eva15 top style.css
**************************************************************************/

/* --------------------------------------------------
		override
-------------------------------------------------- */
.l-title {
	padding-top: 2px;
}
.c-h2__title {
	background-color: unset;
}

@media screen and (max-width: 767px) {
.l-title {
	padding-top: 4px;
}
}


/* --------------------------------------------------
		opening
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	overflow: hidden;
	height: 770px;
	background-color: #000000;
}
.visual_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/visual_04.png), url(../img/visual_03.jpg);
	background-size: 100px 100px, cover;
	background-position: center center;
	opacity: 0;
}
.visual .u-cts__inner {
	height: 100%;
}
.visual__logo {
	position: absolute;
	z-index: 2;
	top: 230px;
	left: 2.562225475841874%;
	opacity: 0;
}
.visual__text {
	position: absolute;
	z-index: 2;
	top: 540px;
	left: 9.516837481698389%;
	opacity: 0;
}
.visual__image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 760px;
	opacity: 0;
}

@media screen and (max-width: 1097px) {
.visual__logo {
	left: 2.562225475841874%;
	width: 61.48148148148148%;
}
.visual__text {
	left: 9.516837481698389%;
	width: 67.40740740740741%;
}
}

@media screen and (max-width: 767px) {
.visual {
	height: 136vw;
	background-image: url(../img/visual_04.png), url(../img/visual_03_sp.jpg);
	background-size: 50px 50px, cover;
}
.visual__logo {
	top: 46.93333333333333vw;
	left: 5.7333333333334%;
	width: 88.53333333333333%;
}
.visual__text {
	top: 88vw;
	left: 11.33333333333333%;
	width: 77.33333333333333%;
}
.visual__image {
	right: -20%;
	width: 126.6666666666667%;
}
}


/* --------------------------------------------------
		cg
-------------------------------------------------- */
.cg {
	padding: 60px 0;
}
.cg-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin: 0 -6.329113924050633%;
}
.cg-box__body {
	width: 37.7207062600321%;
}
.cg-box__body .button {
	font-size: 3.4rem;
	display: inline-block;
	padding-left: 50px;
	background-image: url(../common/img/icon_play.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	transition: opacity .3s ease;
}
.cg-box__body .button:hover {
	opacity: 0.8;
}
.cg-box__body .c-h2__title {
	text-align: left;
	padding-top: 0;
	padding-bottom: 20px;
}
.cg-box__body .c-h2__title .jp {
	font-size: 1.4rem;
}
.cg-box__button {
	width: 53.93258426966292%;
}
.cg-box__button .image {
	border: 1px solid #ff0000;
}
.cg-box__button .image2 {
	border: 1px solid #2b7fc6;
}


@media screen and (max-width: 767px) {
.cg {
	padding: 30px 0;
}
.cg-box {
	display: block;
	margin: 0 0;
}
.cg-box__body {
	width: 100%;
	margin-bottom: 20px;
}
.cg-box__body .button {
	font-size: 2.2rem;
	padding-left: 40px;
	background-size: 30px 30px;
}
.cg-box__body .button:hover {
	opacity: 1;
}
.cg-box__body .c-h2__title {
	padding-bottom: 10px;
}
.cg-box__body .c-h2__title .jp {
	font-size: 1.3rem;
}
.cg-box__button {
	width: 100%;
}
}


/* --------------------------------------------------
		promotion
-------------------------------------------------- */
.promotion {
	padding: 60px 0;
	background-color: #eeeeee;
}
.promotion-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 -6.329113924050633%;
}
.promotion-box__body {
	width: 37.7207062600321%;
}
.promotion-box__body .button {
	font-size: 3.4rem;
	display: inline-block;
	padding-left: 50px;
	background-image: url(../common/img/icon_play.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	transition: opacity .3s ease;
}
.promotion-box__body .button:hover {
	opacity: 0.8;
}
.promotion-box__body .c-h2__title {
	text-align: left;
	padding-top: 0;
	padding-bottom: 20px;
}
.promotion-box__body .c-h2__title .jp {
	font-size: 4.0rem;
}
.promotion-box__button {
	width: 53.93258426966292%;
}
.promotion-box__button .image {
	border: 1px solid #ff0000;
}

@media screen and (max-width: 767px) {
.promotion {
	padding: 30px 0;
}
.promotion-box {
	display: block;
	margin: 0 0;
}
.promotion-box__body {
	width: 100%;
	margin-bottom: 20px;
}
.promotion-box__body .button {
	font-size: 2.2rem;
	padding-left: 40px;
	background-size: 30px 30px;
}
.promotion-box__body .button:hover {
	opacity: 1;
}
.promotion-box__body .c-h2__title {
	padding-bottom: 10px;
}
.promotion-box__body .c-h2__title .jp {
	font-size: 2.5rem;
}
.promotion-box__button {
	width: 100%;
}
}


/* --------------------------------------------------
		product-a
-------------------------------------------------- */
.product-a--01 {
	position: relative;
	background-image: url(../img/product-a_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-a--01-box {
	position: relative;
	height: 660px;
}
.product-a--01-box__inner {
	position: relative;
	display: inline-block;
	padding-top: 240px;
	height: 100%;
}
.product-a--01-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.9));
}
.product-a--01-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}
.product-a--01__title {
	display: block;
}
.product-a--01__title:after {
	left: auto;
	right: 0;
	width: 100vw;
}
.product-a--01__text {
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
}
.product-a--02 {
	position: relative;
	background-image: url(../img/product-a_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-a--02-box {
	position: relative;
	text-align: right;
	height: 660px;
}
.product-a--02-box__inner {
	position: relative;
	display: inline-block;
	padding-top: 240px;
	text-align: left;
	height: 100%;
}
.product-a--02-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.9));
}
.product-a--02-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}
.product-a--02__title {
	display: block;
}
.product-a--02__title:after {
	width: 100vw;
}
.product-a--02__text {
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
}
.product-a--03 {
	position: relative;
	background-image: url(../img/product-a_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-a--03-box {
	position: relative;
	z-index: 1;
	height: 660px;
	color: #ffffff;
}
.product-a--03__title {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
}
.product-a--03__text {
	padding-top: 60px;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
.product-a--01 {
	background-image: url(../img/product-a_01_sp.jpg);
}
.product-a--01-box {
	height: 325px;
}
.product-a--01-box__inner {
	padding: 30px 0 0 4.166666666666667%;
}
.product-a--01-box__inner:before {
	left: -2.083333333333333vw;
	width: 100vw;
	height: 220px;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0.9) 35%);
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.9) 35%);
}
.product-a--01-box__inner:after {
	content: none;
}
.product-a--01__text {
	font-size: 1.3rem;
}
.product-a--02 {
	background-image: url(../img/product-a_02_sp.jpg);
}
.product-a--02-box {
	height: 325px;
	text-align: left;
}
.product-a--02-box__inner {
	padding: 30px 0 0 4.166666666666667%;
}
.product-a--02-box__inner:before {
	left: -2.083333333333333vw;
	width: 100vw;
	height: 220px;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,0.9) 35%);
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.9) 35%);
}
.product-a--02-box__inner:after {
	content: none;
}
.product-a--02__title:after {
	left: auto;
	right: 0;
}
.product-a--02__text {
	font-size: 1.3rem;
}
.product-a--03-box {
	height: 325px;
	padding: 0 4.166666666666667%;
}
.product-a--03__title {
	bottom: 30px;
	left: 4.166666666666667%;
	width: 91.66666666666667%;
}
.product-a--03__text {
	padding-top: 30px;
	font-size: 1.3rem;
}
}


/* --------------------------------------------------
		product-b
-------------------------------------------------- */
.product-b--01 {
	position: relative;
	background-image: url(../img/product-b_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-b--01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.product-b--01-box {
	position: relative;
	z-index: 1;
	height: 660px;
	color: #ffffff;
}
.product-b--01-box__inner {
	padding-top: 60px;
	text-align: center;
}
.product-b--01__text {
	font-size: 1.8rem;
}
.product-b--02 {
	position: relative;
	background-image: url(../img/product-b_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-b--02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.product-b--02:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.product-b--02-box {
	position: relative;
	z-index: 1;
	height: 660px;
	color: #ffffff;
}
.product-b--02-box__inner--a {
	padding-top: 60px;
}
.product-b--02-box__inner--b {
	text-align: right;
	padding-top: 300px;
}
.product-b--02__text {
	font-size: 1.8rem;
}
.product-b--03 {
	position: relative;
	background-image: url(../img/product-b_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-b--03:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.product-b--03-box {
	position: relative;
	z-index: 1;
	height: 610px;
	color: #ffffff;
}
.product-b--03-box__inner {
	padding-top: 60px;
	text-align: right;
}
.product-b--03__text {
	font-size: 1.8rem;
}
.product-b--03__list {
	display: flex;
	margin: -60px -1.35623869801085% 0;
	padding-bottom: 60px;
}
.product-b--03__list li {
	width: 33.33333333333333%;
	padding: 0 1.320422535211268%;
}
.product-b--03__list li .image {
	border: 1px solid #ff0000;
}
.product-b--03__list li .caption {
	text-align: center;
	color: #ffffff;
	font-size: 1.8rem;
	margin-top: 10px;
}
.product-b--04 {
	display: flex;
}
.product-b--04-box {
	position: relative;
	width: 50%;
	height: 440px;
	text-align: center;
	background-size: cover;
	background-position: center center;
}
.product-b--04-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.85) 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.85) 50%);
}
.product-b--04-box.box--a {
	background-image: url(../img/product-b_07.jpg);
}
.product-b--04-box.box--b {
	background-image: url(../img/product-b_08.jpg);
}
.product-b--04-box__inner {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 2%;
}
.product-b--04__text {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
.product-b--01:before {
	height: 150px;
}
.product-b--01-box {
	height: 325px;
}
.product-b--01-box__inner {
	padding-top: 30px;
}
.product-b--01__text {
	font-size: 1.3rem;
}
.product-b--02:before {
	height: 200px;
}
.product-b--02:after {
	height: 200px;
}
.product-b--02-box {
	height: 325px;
}
.product-b--02-box__inner--a {
	padding-top: 30px;
	text-align: center;
}
.product-b--02-box__inner--b {
	text-align: center;
	padding-top: 100px;
}
.product-b--02__text {
	font-size: 1.3rem;
}
.product-b--03 {
	background-position: 30% 0;
	background-size: 160% auto;
	background-color: #000000;
}
.product-b--03:before {
	top: 0;
	bottom: auto;
	height: 200px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.product-b--03-box {
	height: 325px;
}
.product-b--03-box__inner {
	padding-top: 30px;
	text-align: center;
}
.product-b--03__text {
	font-size: 1.3rem;
}
.product-b--03__list {
	display: block;
	margin: -30px 18.05555555555556% 0;
	padding-bottom: 30px;
}
.product-b--03__list li {
	width: 100%;
	padding: 0 0;
}
.product-b--03__list li + li {
	margin-top: 25px;
}
.product-b--03__list li .caption {
	font-size: 1.3rem;
	margin-top: 5px;
}
.product-b--04 {
	display: block;
}
.product-b--04-box {
	width: 100%;
	height: 240px;
}
.product-b--04-box:before {
	height: 160px;
}
.product-b--04__text {
	font-size: 1.3rem;
}
}


/* --------------------------------------------------
		gameflow
-------------------------------------------------- */
.gameflow-box {
	position: relative;
	padding: 60px 0;
	background-image: url(../img/gameflow_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gameflow-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.9));
}
.gameflow__title {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.gameflow-box {
	padding: 30px 0;
}
.gameflow-box:before {
	width: 30%;
}
.gameflow__title {
	padding: 0 4.166666666666667%;
	margin-bottom: 15px;
}
.gameflow__image {
	padding: 0 4.166666666666667%;
}
}


/* --------------------------------------------------
		feature
-------------------------------------------------- */
.feature--01 {
	position: relative;
	background-image: url(../img/feature_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.feature--01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.feature--01:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.feature--01-box {
	position: relative;
	z-index: 1;
	height: 660px;
	color: #ffffff;
}
.feature--01-box__inner {
	padding-top: 60px;
}
.feature--01__text {
	font-size: 1.8rem;
}
.feature--02 {
	position: relative;
	background-image: url(../img/feature_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.feature--02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.feature--02:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.feature--02-box {
	position: relative;
	z-index: 1;
	height: 660px;
	color: #ffffff;
}
.feature--02-box__inner {
	text-align: right;
	padding-top: 60px;
}
.feature--02__text {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
.feature--01:before {
	height: 200px;
}
.feature--01:after {
	height: 200px;
}
.feature--01-box {
	height: 325px;
}
.feature--01-box__inner {
	padding: 30px 4.166666666666667% 0;
	height: 100%;
	text-align: center;
}
.feature--01-box__inner > * {
	height: 100%;
}
.feature--01__text {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	font-size: 1.3rem;
}
.feature--02:before {
	height: 200px;
}
.feature--02:after {
	height: 200px;
}
.feature--02-box {
	height: 325px;
}
.feature--02-box__inner {
	padding: 30px 4.166666666666667% 0;
	height: 100%;
	text-align: center;
}
.feature--02-box__inner > * {
	height: 100%;
}
.feature--02__text {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	font-size: 1.3rem;
}
}


/* --------------------------------------------------
		newsong
-------------------------------------------------- */
.newsong-box {
	position: relative;
	background-image: url(../img/newsong_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.newsong-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
}
.newsong-box__inner {
	position: relative;
	z-index: 1;
	height: 660px;
	color: #ffffff;
	padding-top: 60px;
}
.newsong-box__text {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
.newsong-box:before {
	height: 200px;
}
.newsong-box__inner {
	height: 325px;
	padding: 30px 4.166666666666667% 0;
	text-align: center;
}
.newsong-box__text {
	font-size: 1.3rem;
}
}


/* --------------------------------------------------
		spec
-------------------------------------------------- */
.spec-box {
	position: relative;
	background-image: url(../img/spec_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 60px 0 200px;
}
.spec-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,0.9));
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.9));
}
.spec-box:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.spec__image--01 {
	margin-bottom: 60px;
}
.spec__title-sub {
	text-align: center;
	margin-bottom: 40px;
}
.machine-box {
	position: relative;
	z-index: 1;
	margin-top: -100px;
}
.machine__image {
	text-align: center;
}

@media screen and (max-width: 767px) {
.spec-box {
	padding: 30px 0 100px;
}
.spec-box:before {
	width: 30%;
}
.spec-box:after {
	height: 80px;
}
.spec__image--01 {
	margin-bottom: 30px;
}
.spec__title-sub {
	padding: 0 4.166666666666667%;
	margin-bottom: 20px;
}
.machine-box {
	margin-top: -50px;
}
.machine__image {
	margin: 0 -15%;
	text-align: center;
}
}


.eva-project img{
max-height: 40px;
width: auto;
}

.eva-project2 img{
max-height: 40px;
width: auto;
margin: 0 auto;
text-align: center;
margin: 20px;
}

/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}
