@charset "UTF-8";
/*
**************************************************************************
*	fields style.css
**************************************************************************/

/* --------------------------------------------------
		override
-------------------------------------------------- */

.c-h2__title {
	background-color: unset;
}


/* --------------------------------------------------
		opening
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	overflow: hidden;
	height: 770px;
}
.visual_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/visual_03.png);
	background-size: contain;
	background-position: center center;
	opacity: 0;
background-repeat: no-repeat;
}
.visual .u-cts__inner {
	height: 100%;
}
.visual__logo {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}
.visual__logo img{
	width: 600px;
}
.visual__text {
	position: absolute;
	z-index: 3;
	bottom: 33px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	font-size: 4.6rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.visual__text br{
	display: none;
}
.visual__image{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
}
.visual__image img{
	width: 340px;
}

@media screen and (max-width: 767px) {
	.visual {
		height: 200vw;
	}
	.visual_bg {
		background-image: url(../img/visual_03_sp.png);
		background-size: cover;
	}
	.visual__logo {
		width: 85%;
		left: 7.5%;
		bottom: 17vw;
	}
	.visual__logo img{
		width: 100%;
	}
	.visual__text {
		bottom: 7vw;
		left: 2%;
		width: 96%;
		font-size: 6.4vw;
	}
	.visual__image {
		width: 70%;
		left: 15%;
		top: 7vw;
	}
	.visual__image img{
		width: 100%;
	}
}

/* --------------------------------------------------
		concept
-------------------------------------------------- */
.concept {
background: linear-gradient(to bottom, red, black);
background-attachment:fixed;
width: 100%;
background-size: cover;
margin: 0 auto;
text-align: left;
padding-bottom: 20px;
}
.concept-box {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 750px;
}

.concept-text{
color: #FFF;
padding: 5px;
padding-bottom: 50px;
line-height: 2.2;

}

.small-text{
vertical-align: baseline;
font-size: 70%;
}
.concept-text_big{
 text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto;
  color: #FFF;
}

@media screen and (max-width: 977px) {
}

@media screen and (max-width: 767px) {
	.concept {
		padding: 20px 0 0;
	}
	.concept-box {
		display: block;
		margin: 0 0;
		padding: 5%;
	}

.concept-text{
margin: 0 10%;
}


}


/* --------------------------------------------------
  promotion
-------------------------------------------------- */
.promotion {
	padding: 5% 0;
}
.promotion-box {
	display: flex;
	flex-direction: row-reverse;
	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 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%;
}
}


/* --------------------------------------------------
		point
-------------------------------------------------- */
.point{
background-color: #ff0000;
background-image: url(../img/bk_point.png);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
margin: 0 auto;
text-align: center;
padding-bottom: 50px;
}

.point-img{
max-width: 700px;
margin: 0 auto;
padding-bottom: 3vh;
}

@media screen and (max-width: 840px) { .point-img { width:90%; } }

/* --------------------------------------------------
		flow
-------------------------------------------------- */
.flow{
background-color: #000;
background-image: url(../img/bk_flow.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
margin: 0 auto;
text-align: center;
padding-bottom: 50px;
}

.flow-img{
max-width: 700px;
margin: 0 auto;
padding-bottom: 3vh;
}

@media screen and (max-width: 840px) { .flow-img { padding-bottom: 1vh; } }

/* --------------------------------------------------
		about
-------------------------------------------------- */
.about {
background-image: url(../img/bk_about.jpg);
background-color: #000;
background-attachment:fixed;
width: 100%;
background-size: cover;
margin: 0 auto;
text-align: left;
padding-bottom: 50px;
}
.about-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.about-box__body {
	width: 53.93258426966292%;
}
.about-box__body .about--01__h3 {
	font-size: 3.0rem;
	margin-bottom: 20px;
}
.about-box__body .about--01__text{
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.about-box__body .about--01__text:last-child{
	margin-bottom: 0;
}
.about-box__image {
	width: 37.7207062600321%;
}

.about-text{
color: #FFF;
width: 500px;
margin: 0 auto;
padding: 100px 0; 
}

@media screen and (max-width: 977px) {
	.about-gekka-box__main{
		width: 260px;
	}
	.about-gekka__image {
		width: calc( 100% - 280px);
	}
}

@media screen and (max-width: 767px) {
	.about {
		padding: 20px 0 0;
	}
	.about-box {
		display: block;
		margin: 0 0;
		padding: 5%;
	}
	.about-box__body {
		width: 100%;
		margin-bottom: 30px;
	}
	.about-box__body .about--01__h3 {
		font-size: 1.8rem;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.about-box__body .about--01__text{
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.about-box__image {
		width: inherit;
		margin-right: 18.05555555555556%;
		margin-left: 18.05555555555556%;
	}

.about-text{
margin: 0 10%;
}

.about-text-b{
font-size: 2em;
text-align: center;
margin: 0 auto;
}

.about-item{
width: 90%;
margin: 0 auto;
}

.about-item-full{
padding: 1%;
width: 90%;
margin-bottom: 30px;
}


}

/* --------------------------------------------------
		spec
-------------------------------------------------- */
.spec {
background-image: url(../img/bk_spec.jpg);
background-attachment:fixed;
width: 100%;
background-size: cover;
margin: 0 auto;
text-align: left;
}

.spec-container{
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1000px;
margin: 0 auto;
}

.spec-item{
margin-bottom: 3vh;
}

@media screen and (max-width: 840px) { .spec-container { width: 90%; margin: 0 auto; } }

/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}

.top-movie{
background-color:#000;
background-attachment:fixed;
width: 100%;
background-size: cover;
margin: 0 auto;
text-align: center;
padding-bottom: 60px;
}

.visual__pv{
width: 80%;
margin: 0 auto;
}

.mv {background: #000; width: 100%; height: 100%; position: relative;}
.mv img {margin: 0 auto; display: block; width: 100%; position: relative;z-index:1;}
@media screen and (max-width: 840px) { .mv img { width:100%; } }

.logo_LT{
width: 13%;
padding-top: 1em;
padding-left: 1em;
position: absolute;
z-index:3;
}

.complete_sut{
background-color: #535353;
padding: 3px;
text-align: center;
color: #FFF;
font-weight: bold;
font-size: 20px;
}
@media screen and (max-width: 840px) { 
.complete_sut { width:100%; } 
.complete_sut img { width:70%; } 
}

.complete_sut_ftr{
background-color: #535353;
padding: 3px;
text-align: center;
color: #FFF;
font-weight: bold;
font-size: 20px;
}
@media screen and (max-width: 840px) { 
.complete_sut_ftr { width:100%; } 
.complete_sut_ftr img { width:70%; } 
}

.chara{
background-color: #000;
width: 100%;
}

.chara-fadeup{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 25px;
  align-items: start;
padding: 0 50px;
}

@media (max-width: 840px) {
  .chara-fadeup {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.chara-item {
  text-align: center;
}

.chara-item img {
  width: 100%;
  height: auto;
  display: block;
}

.chara-name {
  font-size: 2rem;
  color: #FFF;
}
