@charset "UTF-8";
/*
**************************************************************************
*	fields odanobuna top style.css
**************************************************************************/



/* --------------------------------------------------
		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_03.jpg);
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
.visual .u-cts__inner {
	height: 100%;
}
.visual__logo {
	position: absolute;
	z-index: 2;
	right: 40%;
	bottom: 5%;
	opacity: 0;
	width: 100%;
	text-align:right;
/*	padding: 0 20px;*/
}

.visual__image{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
}
.visual__image img{
	width: 600px;
}
/*
.visual__image{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}
*/
.visual__complete {
	position: absolute;
	z-index: 4;
	top: 30px;
	opacity: 0;
	right: 0;
}
.visual__complete img{
	width:220px;
}


@media screen and (max-width: 767px) {
	
	.visual {
		height: 136vw;
	}
	.visual_bg {
		background-image: url(../img/visual_03_sp.jpg);
		background-size: cover;
	}
	.visual__logo {
		bottom: 20vw;
		width: 100%;
		text-align: center;
		left:5px;
	}
	.visual__logo img{
		width: 80%;
	}

	.visual__image {
		top: 8vw;
		width: 100%;
		text-align: center;
	}

	.visual__image img{
		width: 100%;
	}

	.visual__complete{
		top: auto;
		bottom: 10vw;
		text-align: center;
	}
	.visual__complete img{
		width: 50%;
	}
/*=============================*/
.visual__copyright {
	top: auto;
	left: -28%;
	bottom: 3vw;
	width: 160%;
}
.visual__copyright img{
		width: 100%;
	}
	
	
	
/*
.visual__copyright {
	display: none;
}
*/
/*===========================*/

}
/* --------------------------------------------------
		promotion
-------------------------------------------------- */
.promotion {
	background-color: #000000;
	padding: 50px 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.promotion-box {

}
.promotion-box__body {
	box-sizing: border-box;
	width: 80%;
	max-width: 800px;
	padding: 25px 30px;
/*	margin: 500px auto 20px;*/
	margin-top: 30%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	background-color:rgba(79,0,1,0.50)
/*	background-color:rgba(255,255,255,0.91);*/
}

.promotion-box__h3{
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 4rem;
	line-height: 1.2;
	text-align: center;
/*	font-weight: bold;*/
	color: #ffffff;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1), 0px 0px 5px rgba(0, 0, 0, 1);

/*
	text-shadow: 2px 2px 0 #f3321c, -2px -2px 0 #f3321c,
	-2px 2px 0 #f3321c, 2px -2px 0 #f3321c,
	0 2px 0 #f3321c,  0 -2px 0 #f3321c,
	-2px 0 0 #f3321c, 2px 0 0 #f3321c;
*/
}

.promotion-box__text{
	font-size: 1.8rem;
	color: #ffffff;
/*	color: rgba(0,0,0,1.00)*/
}
.promotion-button{
	max-width: 400px;
	margin: 0 auto;
}
.promotion-button img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.promotion {
		min-height: inherit;
		background-color: #000000;
		background-size: cover;
	}
	.promotion-box__body {
		width: 90%;
		max-width: inherit;
		padding: 25px 20px 10px;
/*		margin: 200px auto 20px;*/
/*		margin-top: 55%;*/
		margin-top: 65%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.promotion-box__h3 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
	.promotion-box__text{
		font-size: 1.3rem;
	}
	.promotion-button{
		max-width: 220px;
	}
}

/*
@media screen and (max-width: 410px) {
	.promotion-box__body {
		width: 90%;
		max-width: inherit;
		padding: 25px 20px 10px;
		margin-top: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}
*/
/* --------------------------------------------------
		gameflow
-------------------------------------------------- */
.gameflow-box {
	position: relative;
	padding: 0 ;
	overflow: hidden;
	background-image: url(../img/gameflow_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	/*==============*/
	margin-top: 0px;
	/*==============*/
}

@media screen and (max-width: 767px) {
	.gameflow-box {
		padding: 10px 0 30px;
	}
	.gameflow-box:before {
		width: 30%;
	}
	.gameflow__image {
		padding: 0 4.166666666666667%;
	}
}

/* --------------------------------------------------
		story
-------------------------------------------------- */
.story {
	min-height: 760px;
	padding: 40px 0;
	background-image: url("../img/story_01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.story-box__body {
	box-sizing: border-box;
	width: 90%;
	max-width: 900px;
	padding: 25px 30px 20px;
	margin-top: 45%;
	margin-left: auto;
	margin-right: auto;
/*	background-color: rgba(255,255,255,0.90);*/
}
.story-box__body .c-h2__title span{
	padding-top: 11px;
}
.story-box__text{
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #ffffff;
	text-align:left;
	
}
.story-box__text:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.story {
		min-height: inherit;
/*		background-color: #000000;*/
/*		background-size: contain;*/
		/*-------------------------------------------*/
		background-image: url("../img/story_01_sp.jpg");
		background-color: #000000;
		background-size: cover;
		/*-------------------------------------------*/
	}
	.story-box__body {
		width: 100%;
		max-width: inherit;
		margin-top: 45%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	.story-box__text{
		font-size: 1.3rem;
		text-align: center;
	}
}

/* --------------------------------------------------
		character
-------------------------------------------------- */
.character {
	padding: 0 0 60px 0;
	clear: both;
}
.character-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
  margin: 0 auto;
}
.character-container__col {
	width: 23.5%;
	max-height: 100%;
}


.character-container__col:nth-child(-n+10) {
	margin-bottom: 20px;
}
.character-container__col > p {
	font-size: 1.8rem;
	margin: 5px;
}
@media screen and (max-width: 767px) {
	.character {
		padding: 10px 0 30px;
	}
	.character-container {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.character-container__col {
		width: 48%;
	}
	.character-container__col:nth-child(-n+16) {
		margin-bottom: 15px;
	}
	.character-container__col > p {
		font-size: 1.3rem;
		margin: 5px 0 0;
	}
	.character {
		padding: 20px 0;
	}
}
/* --------------------------------------------------
		music
-------------------------------------------------- */
.music{
	margin-top: 60px;
	margin-bottom: 60px;
}
.music-box{
	margin: 0 auto;
	text-align: center;
}

/*====*/
p.music_text {

	left: 0;
	width: 100%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #000;
}
/*====*/


@media screen and (max-width: 767px) {
	.music{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.music__image {
		padding: 2% 4.166666666666667%  0;
	}
	p.music_text {

	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	line-height:1.5;
	font-weight: bold;
	color: #000;
}
}

/* --------------------------------------------------
		spec
-------------------------------------------------- */
.spec-box {
	position: relative;
	background-image: url(../img/spec_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
/*	padding: 10px 0 100px;*/
	padding: 10px 0 30px;
	text-align: center;
}
.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;
}

.spec__image--01 {
	margin-top: 30px;
}
.spec__image--02{
	margin: 0 auto;
	
}
.machine-box {
	position: relative;
	z-index: 1;
}

.machine__image {
	text-align: center;

}


@media screen and (max-width: 767px) {
.spec-box {
/*	padding: 10px 0 100px;*/
	padding: 10px 0 30px;
}
.spec-box:before {
	width: 30%;
}
.spec-box:after {
	height: 80px;
}
.spec__image--01 {
	margin-top: 100px;
	margin-bottom: 30px;
}
.spec__image--02{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
	
.machine-box {
	margin-top: -50px;

}

.machine__image {
	margin: 0 -15%;
	text-align: center;

}

}
