@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;
  width: 100%;
  height: 100vh; /* 画面いっぱいに表示 */
  overflow: hidden;
}

/* 背景画像（例） */
.visual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/visual_03_tb2.jpg);
  background-size: cover;
  background-position: top;
  z-index: 0;
}

/* キャラ画像（上に乗せる画像） */
.visual__image {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%);
  width: auto;
  height: 100%;
  z-index: 2;
}



/* スマホ・小さい画面向け */
@media screen and (max-width: 767px) {
  .visual_bg {
    background-image: url(../img/visual_03_sp.jpg); /* 必要ならスマホ用画像に切り替え */
    background-position: center top;
  }
  .visual__image {
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 100%;
  z-index: 2;
}
}

/* --------------------------------------------------
		promotion
-------------------------------------------------- */

.promotion-box__body {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
}
.promotion-box__image {
	flex: 1;
	background-image: url('../img/promotion_01.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 900px;
 }
.promotion-box__text{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 40px;
	color: #ffffff;
	background-color: #004d80;
	font-size: 1.8rem;
	box-sizing: border-box;
}
.promotion-box__text p{
	max-width: 600px;
	margin-bottom: 1.5em;
}
.promotion-box__text p:last-child{
	margin-bottom: none;
}
.promotion-button{
	max-width: 400px;
	margin: 30px auto 0;
}
.promotion-button img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.promotion {
	}
	.promotion-box__body {
		flex-direction: column
	}
	.promotion-box__image {
		width: 100%;
		min-height: 480px;
	}
	.promotion-box__text{
		width: 100%;
		height: auto;
		padding: 30px;
		font-size: 1.3rem;
	}
	.promotion-button{
		max-width: 220px;
		margin: 10px auto 0;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.promotion-box__image {
		width: 100%;
		min-height: 600px;
	}
}
@media screen and (max-width: 767px) and (min-width: 576px) {
	.promotion-box__image {
		min-height: 550px!important;
		background-position: bottom 40% center;
	}
}
@media screen and (min-width: 1201px) {
	.promotion-box__image {
		min-height: 1100px;
	}
}

/* --------------------------------------------------
		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: 45%;
	position: relative;
	display: inline-block;
	padding-top: 160px;
	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.6rem;
}
.point--01__text_small {
	margin-top: 20px;
	font-size: 1.0rem;
	line-height: 1.2;
}
.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: 270px;
	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.65));
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.65));
}
.point--02-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
}
.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;
}
@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: 400px;
		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;
	}
}

@media screen and (max-width: 1120px) and (min-width: 768px) {
	.point--01__title,
	.point--02__title{
		font-size: 2rem;
	}
	.point--01__text,
	.point--02__text{
		font-size: 1.6rem;
	}
	/*
	.point--03-box__inner {
		padding-top: 55px;
	}
	*/
}

/* --------------------------------------------------
		gameflow
-------------------------------------------------- */
.gameflow-box {
	position: relative;
	padding: 0 0 60px;
	overflow: hidden;
	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-box__body {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
}
.story-box__image {
	flex: 1;
	background-image: url('../img/story.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 900px;
}
.story-box__text{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 40px;
	color: #ffffff;
	background-color: #004d80;
	font-size: 1.8rem;
	box-sizing: border-box;
}
.story-box__text div{
	max-width: 440px;
}
.story-box__text h3{
	width: 100%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.story-box__text p{
	width: 100%;
	margin-bottom: 1.5em;
}
.story-box__text p:last-child{
	margin-bottom: none;
}

@media screen and (max-width: 767px) {
	.story {
	}
	.story-box__body {
		flex-direction: column
	}
	.story-box__image {
		width: 100%;
		min-height: 480px;
	}
	.story-box__text{
		width: 100%;
		height: auto;
		padding: 30px;
		font-size: 1.3rem;
	}
	.story-box__text h3{
		font-size: 2rem;
	}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.story-box__image {
		width: 100%;
		min-height: 600px;
	}
}
@media screen and (max-width: 767px) and (min-width: 576px) {
	.story-box__image {
		min-height: 700px!important;
		background-position: bottom 40% center;
	}
}

/* --------------------------------------------------
		character
-------------------------------------------------- */


.character {
	padding: 0 0 60px;
}
.character-wrapper_01,
.character-wrapper_02,
.character-wrapper_03{
	padding-top: 60px;
	padding-bottom: 25px;
}
.character-wrapper_01{
	background: linear-gradient(to bottom, #79fdea, #fff05a);
}
.character-wrapper_02{
	background: linear-gradient(to bottom, #fff05a, #79fdea);
}
.character-wrapper_03 + .c-h3-img__title{
	margin-top: 30px;
}
.character-subtitle{
	text-align: center;
	max-width: 690px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.character-subtitle span{
	display: inline-block;
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 1.2;
	padding: 0;
	background: linear-gradient(180deg, #004D80 0%, #00A2FF 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;
	color: white;
	-webkit-text-stroke: 4px white;
	text-shadow: 2px 2px 2px black, -2px 2px 2px black, 2px -2px 2px black, -2px -2px 2px black;
}
.character-description{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.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;
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.character-container__col span {
	display: inline-block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.character-container__col p {
	font-size: 1.8rem;
	margin: 5px 3px 5px 5px;
}
.content-container__subtitle {
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	max-width: 690px;
	margin: 60px auto 40px;
	overflow: hidden;
	text-align: center;
	background: linear-gradient(180deg, #004D80 0%, #00A2FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.character-container__img-pc {
	display: block;
	margin-top: 20px;
}
.character-container__img-sp {
	display: none;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.character {
		padding: 10px 0 40px;
	}
	.character-wrapper_01,
	.character-wrapper_02,
	.character-wrapper_03{
		padding-top: 40px;
		padding-bottom: 5px;
	}
	.character-subtitle{
		margin-bottom: 30px;
	}
	.character-subtitle span,
	.character-subtitle span::before {
		font-size: 2.6rem;
	}
	.character-description{
		width: 92%;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		font-size: 1.4rem;
	}
	.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 span {
		font-size: 1.4rem;
	}
	.character-container__col strong {
		font-size: 1.8rem;
	}
	.character-container__col p {
		font-size: 1.3rem;
		margin: 5px 0 0;
	}
	.character-container__img-pc {
		display: none;
	}
	.character-container__img-sp {
		display: block;
	}
}



/* --------------------------------------------------
		spec
-------------------------------------------------- */
.spec-box {
	position: relative;
	background-image: url(../img/spec_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding: 1px 0 100px;
	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;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
.spec-box {
	padding: 10px 0 40px;
}
.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;
}
}


/* --------------------------------------------------
		搭載楽曲
-------------------------------------------------- */
.music-box {
	width: 100%;
	height: auto;
	background-image: url(../img/music.png);
	background-size: cover;
	background-position: top center;
	padding-top: 30px;
}
.music-box__body {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.music-box__body_inner img {
	height: auto;
	margin-top: 40vw;
	padding: 0 4vw;
	text-align: center;
	margin-bottom: 60px;
}
.music-box__image-pc {
  display: block;
}
.music-box__image-sp {
  display: none;
}
.music-box > .content-container__subtitle {
	padding: 60px 0 0;
}
.music-box__body_inner {
	height: auto;
	display: flex;
	justify-content: center;
}
.music-box > .c-h3-img__title {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.music-box {
		background-image: url(../img/music_sp.png);
		padding-top: 3vw;
	}
	.music-box > .content-container__subtitle {
		padding: 20px 0 0;
	}
  .music-box__body_inner img {
    margin-top: 45vw;
    width: 95%;
    margin-bottom: 30px;
  }
	.music-box__image-pc {
	display: none;
	}
	.music-box__image-sp {
	display: block;
	}
	.music-box > .c-h3-img__title {
		margin-top: 0;
	}
}


/* --------------------------------------------------
		common style
-------------------------------------------------- */

.pc-br{
	display: inline;
}
.sp-br{
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-br{
		display: none;
	}
	.sp-br{
		display: inline;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}
