@charset "UTF-8";
/*
**************************************************************************
*	fields odanobuna top style.css
**************************************************************************/

/* --------------------------------------------------
		override
-------------------------------------------------- */

/*
.c-h2__title {
	background-color: unset;
}*/


/* --------------------------------------------------
		opening
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	overflow: hidden;
	height: 1080px;
	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;
	top: 70px;
	left: 0;
	opacity: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.visual__logo img{
	width: 540px;
	height: auto;
}
/*
.visual__text {
	position: absolute;
	z-index: 3;
	top: 66px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	font-size: 3rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #ffffff;
}
.visual__text span {
	font-size: 5rem;
}*/
.visual__image{
	position: absolute;
	bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	text-align: center;
}
.visual__image img{
	max-width: 500px;
	height: auto;
}
.visual__complete {
	position: absolute;
	z-index: 4;
	top: 30px;
	right: 24px;
	opacity: 0;
	width: 100%;
	text-align: right;
}
.visual__complete img{
	width:280px;
}
.visual__smart {
	position: absolute;
	z-index: 5;
	top: 17px;
	left: 20px;
	opacity: 0;
}
.visual__smart img{
	width:78px;
	height: auto;
}
.visual__banner {
  position: absolute;
	z-index: 5;
  bottom: 15%;
  right: 24px;
  border: 2px solid #ffffff;
  max-width: 230px;
  width: 230px;
  background-color: #fff;
  opacity: 0;
}
.visual__banner img {
  width: 100%;
  height: auto;
}
.visual__banner a {
  transition: opacity 0.3s;
}
.visual__banner a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
	/*
	.visual__text {
		top: 100px;
	}*/
	.visual__logo {
		bottom: 70px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1383px) {
	/*
	.visual__logo {
		top: 50%;
		bottom: auto;
	}*/

	.visual__image{
		bottom: 30px;
	}
	/* .visual__image img{
		width: 240px;
	} */
	.visual__logo img{
		width: 500px;
	}
	.visual__complete img{
		width: 200px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .visual__complete {
    top: 17px;
  }
}
@media screen and (min-width: 1023px) {
  .visual__image img:first-child {
    padding-right: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .visual__image {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
	.visual {
		height: 160vw;
	}
	.visual_bg {
		background-image: url(../img/visual_03_sp.jpg);
		background-size: cover;
	}
	.visual__logo {
		top: 6.5vw;
	}
	.visual__logo img{
		width: 60%;
	}
	/*
	.visual__text {
		top: 7vw;
		left: 2%;
		width: 96%;
		padding-left: 0;
		font-size: 4.3vw;
		text-shadow: 0 0 6px #000000, 0 0 6px #000000, 0 0 6px #000000;
	}
	.visual__text span{
		font-size: 8vw;
	}*/
	.visual__image {
		top: auto;
		bottom: 2vw;
		text-align: center;
	}
	.visual__image img{
		width: 80%;
	}
  .visual__image img:last-child{
		width: 50%;
	}
	.visual__complete{
    top: auto;
    right: auto;
    left: 9%;
    margin: 0 auto;
    bottom: 21vw;
    width: 39%;
    max-width: 230px;
    text-align: left;
	}
	.visual__complete img{
		width: 100%;
	}
	.visual__smart{
		top: auto;
		left: 5%;
		bottom: 17.5vw;
		width: 90%;
		text-align: center;
	}
	.visual__smart img{
		width: 15%;
	}
  .visual__banner {
    max-width: 200px;
    width: 37%;
    bottom: 17vw;
    right: 9%;
  }
  .visual__banner a:hover {
    opacity: 1;
  }
}

/* --------------------------------------------------
		promotion
-------------------------------------------------- */
.promotion {
	min-height: 850px;
	padding: 50px 0;
	background-image: url("../img/promotion_01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.promotion-box__body {
	box-sizing: border-box;
	width: 90%;
	max-width: 900px;
	padding: 25px 30px;
	margin: 750px auto 0;
}
.promotion-box__h3{
	margin-bottom: 46px;
	font-size: 3.5rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgb(40, 9, 26);
}
.promotion-box__img{
	text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.promotion-box__text{
	font-size: 1.8rem;
	color: #ffffff;
}
.promotion-box__text p{
	margin-bottom: 1.5em;
}
.promotion-box__text p:last-child{
	margin-bottom: 0;
}
.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-image: url("../img/promotion_01_sp.jpg");
		background-color: #000000;
		background-size: cover;
	}
	.promotion-box__body {
		width: 90%;
		max-width: inherit;
		padding: 25px 10px 10px;
		margin: 270px auto 20px;
	}
	.promotion-box__h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.promotion-box__text{
		font-size: 1.3rem;
	}
	.promotion-button{
		max-width: 220px;
	}
}

/* --------------------------------------------------
		point
-------------------------------------------------- */
.point__title--01{
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.2;
}
.point__title--02{
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.2;
}
.point--01 {
	position: relative;
	background-image: url(../img/point_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.point--01-box {
	display: flex;
	justify-content: right;
	position: relative;
	height: 680px;
	color: #ffffff;
}
.point--01-box__inner {
	width: 40%;
	position: relative;
	display: inline-block;
	padding-top: 210px;
	height: 100%;
}
.point--01-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: -190px;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,00,0.8));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.point--01-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.point--01__title {
	padding-bottom: 20px;
	font-size: 3rem;
	line-height: 1.4;
}
.point--01__title:after {
	right: auto;
	left: 0;
	width: 100vw;
}
.point--01__text {
	font-size: 1.8rem;
}
.point--01__text_small {
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 1.9;
}
.point--02 {
	position: relative;
	background-image: url(../img/point_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.point--02-box {
	position: relative;
	height: 680px;
	color: #ffffff;
}
.point--02-box__inner {
	width: 45%;
	position: relative;
	display: inline-block;
	padding-top: 210px;
	height: 100%;
}
.point--02-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,00,0.8));
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.point--02-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.point--02__title {
	padding-bottom: 20px;
	font-size: 3rem;
	line-height: 1.4;
}
.point--02__title:after {
	left: auto;
	right: 0;
	width: 100vw;
}
.point--02__text {
	font-size: 1.8rem;
}

.point--03 {
	position: relative;
	background-image: url(../img/point_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.point--03-box {
	display: flex;
	justify-content: right;
	position: relative;
	height: 680px;
	color: #ffffff;
}
.point--03-box__inner {
	width: 40%;
	position: relative;
	display: inline-block;
	padding-top: 210px;
	height: 100%;
}
.point--03-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: -190px;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,00,0.8));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.point--03-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.point--03__title {
	padding-bottom: 20px;
	font-size: 3rem;
	line-height: 1.4;
}
.point--03__title:after {
	right: auto;
	left: 0;
	width: 100vw;
}
.point--03__text {
	font-size: 1.8rem;
}
.point--03__text_small {
	margin-top: 20px;
	font-size: 1.1rem;
	line-height: 1.9;
}
@media screen and (max-width: 767px) {
	.point__title--01{
		padding: 0 4.166666666666667%;
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.point__title--02{
		padding: 0 4.166666666666667%;
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	.point--01:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0));
	}
	.point--01-box {
		height: 420px;
	}
	.point--01-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 20px;
	}
	.point--01-box__inner:before {
		content: none;
	}
	.point--01-box__inner:after {
		content: none;
	}
	.point--01__title {
		padding-bottom: 12px;
		display: inline-block;
		font-size: 2rem;
	}
	.point--01__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.point--01__text {
		font-size: 1.3rem;
	}
	.point--01__text_small {
		font-size: 1rem;
	}
	.point--02:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0));
	}
	.point--02-box {
		height: 420px;
	}
	.point--02-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 20px;
	}
	.point--02-box__inner:before {
		content: none;
	}
	.point--02-box__inner:after {
		content: none;
	}
	.point--02__title {
		padding-bottom: 12px;
		display: inline-block;
		font-size: 2rem;
	}
	.point--02__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.point--02__text {
		font-size: 1.3rem;
	}
	.point--03:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0));
	}
	.point--03-box {
		height: 420px;
	}
	.point--03-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 20px;
	}
	.point--03-box__inner:before {
		content: none;
	}
	.point--03-box__inner:after {
		content: none;
	}
	.point--03__title {
		padding-bottom: 12px;
		display: inline-block;
		font-size: 2rem;
	}
	.point--03__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.point--03__text {
		font-size: 1.3rem;
	}
	.point--03__text_small {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1120px) {
	.point--01-box__inner {
		padding-top: 95px;
	}
	.point--02-box__inner {
		padding-top: 120px;
	}
	.point--03-box__inner {
		padding-top: 55px;
	}
}

/* --------------------------------------------------
		gameflow
-------------------------------------------------- */
.gameflow-box {
	position: relative;
	padding: 0 0 60px;
	overflow: hidden;
	/* background-image: url(../img/gameflow_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
	text-align: center;
}
.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));
}

@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 {
	padding: 0;
}
.story-box {
	background-image: url("../img/story_02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
  padding: 30px 0;

}
.story-box__header img {
  width: 100%;
}
.story-box__body {
	box-sizing: border-box;
	width: 90%;
	max-width: 800px;
	padding: 46px 30px;
	margin: 30px auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.story-box__body .c-h2__title span{
	padding-top: 11px;
}
.story-box__body h3{
  margin-bottom: 30px;
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.story-box__text{
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
}
.story-box__text:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.story {
		min-height: inherit;
		padding: 40px 0;
		background-size: contain;
		background-position: center top;
	}
  .story-box__body h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
	.story-box__body {
		width: 90%;
		max-width: inherit;
		padding: 25px 20px;
		margin: 0 auto;
	}
	.story-box__body .c-h2__title span{
		padding-top: 5px;
	}
	.story-box__text{
		font-size: 1.3rem;
	}
}


/*
.story--area {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: 1300px;
	background-image: url(../img/story.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 50px;
}
.story--box {
	width: 900px;
	z-index: 1;
	padding: 60px 40px 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.8);
}
.story__title {
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
.story__text {
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.story--area {
		height: inherit;
		padding-top: 400px;
		padding-bottom: 30px;
	}
	.story--box {
		max-width: inherit;
		width: 90%;
		margin: 0 auto;
		padding: 30px 20px 20px;
	}
	.story__title {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.story__text {
		font-size: 1.3rem;
		margin-bottom: 10px;
		text-align: left;
	}
	.story__text br.pc-only{
		display: none;
	}
}
*/

/* --------------------------------------------------
		character
-------------------------------------------------- */


.character {
	padding: 0 0 60px;
}
.character-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto;
}
.character-container__col {
	width: 23.5%;
	max-height: 100%;
	margin-right: 0.7%;
	margin-left: 0.7%;
	margin-bottom: 20px;
}
.character-container__col > img {
	margin-bottom: 10px
}
.character-container__col strong {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.character-container__col span {
	font-size: 1.6rem;
}
.character-container__col > p {
	font-size: 1.8rem;
	margin: 5px 3px 5px 5px;
}
.character-container__title_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.character-container__title_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.character-container__title_row strong {
  margin-right: 15px;
}
.character-subtitle{
	text-align: center;
	max-width: 690px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.character-subtitle:not(:first-of-type) {
  margin: 60px auto 40px;
}
.character-subtitle span{
	display: inline-block;
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 1.2;
	padding: 0;
	background: linear-gradient(180deg, #EE230C 0%, #B51600 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
.character-subtitle span::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
  text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
	.character {
		padding: 10px 0 30px;
	}
	.character-container {
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		justify-content: space-around;
	}
	.character-container__col {
		width: 46%;
		margin-bottom: 15px;
	}
	.character-container__col > img {
		margin-bottom: 8px
	}
	.character-container__col strong {
		font-size: 1.8rem;
	}
  .character-container__col span {
    font-size: 1.4rem;
  }
	.character-container__col > p {
		font-size: 1.3rem;
		margin: 5px 0 0;
	}
  .character-subtitle{
		margin-bottom: 20px;
	}
  .character-subtitle:not(:first-of-type) {
    margin: 45px auto 20px;
  }
	.character-subtitle span,
	.character-subtitle span::before {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 1024px) {
  .character-container__title_row {
    flex-direction: column;
  }
  .character-container__title_row strong {
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .character-container__col strong {
    font-size: 1.8rem;
  }
  .character-container__col > p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px){
  .character-container__title_row {
    flex-direction: column;
  }
  .character-container__title_row strong {
    margin-right: 0;
  }
}

/* --------------------------------------------------
		music
-------------------------------------------------- */
.music {
  padding-top: 80px;
  margin-top: -80px; 
}
.music-box {
  padding: 0 0 150px;
}
.music-box__text {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .music__image {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .music-box {
    padding: 0 0 120px;
  }
  .music-box__text {
    font-size: 1.3rem;
		padding: 0 4%;
  }
	.music__image {
		padding: 0 4%;
	}
}
/* --------------------------------------------------
		spec
-------------------------------------------------- */
.spec-box {
	position: relative;
	background-image: url(../img/spec_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding: 1px 0 200px;
	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;
	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));
}
.machine-box{
	padding: 0 20px;
}
.spec__image--01 {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
.spec-box {
	padding: 10px 0 100px;
}
.spec-box:before {
	width: 30%;
}
.spec-box:after {
	height: 80px;
}
.spec__image--01 {
	margin-bottom: 30px;
}
.spec__image--02{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}

/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}
