@charset "UTF-8";
/*
**************************************************************************
*	gundam-uc style.css
**************************************************************************/

/* --------------------------------------------------
		foundation
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}
html {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 62.5%;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	background-color: #000000;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #ffffff;
}
a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	html.is-nav {
		overflow-y: auto;
	}
	img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		layout
-------------------------------------------------- */
.l-header {
	position: absolute;
	z-index: 100;
	/* top: 20px; */
	left: 0;
  height: 100vh;
	width: 100%;
	pointer-events: none;
}
.l-nav .u-cts__inner{
	padding: 0 20px;
}
@media screen and (min-width: 1600px){
	.l-nav .u-cts__inner{
		max-width: 1600px!important;
	}
}
.l-nav__list {
	position: relative;
	width: 371px;
	pointer-events: auto;
	margin-top: 156px;
}
.l-nav__list:before {
	position: absolute;
	top: 30px;
	left: 0;
}
.l-nav__list li {
	position: relative;
	z-index: 1;
	height: 56px;
	/*background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.l-nav__list li .button,
.l-nav__list li .button-link {
	position: relative;
	display: block;
	text-align: center;
	/* padding-top: 7px; */
}
.l-nav__list li .button span,
.l-nav__list li .button-link span {
	position: relative;
	z-index: 1;
	display: block;
}
.l-nav__list li .button span:after,
.l-nav__list li .button-link span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity .3s ease;
}
.l-nav__list li a {
  transition: opacity 0.3s;
}
.l-nav__list li a:hover {
	opacity: 0.7;
}
.l-wrap {
	position: relative;
	z-index: 2;
}
.l-header-nav__box {
	position: absolute;
	bottom: 5%;
}
.l-main {
	position: relative;
	overflow: hidden;
	/*padding-top: 140px; movieがある場合はこの余白を有効にする*/
	background-color: rgba(0,0,0,0.6);
	background-image: url(../img/line_02.png);
	background-position: center top;
}
.l-footer {
	position: relative;
	z-index: 1;
	padding: 0 0 50px;
  background-color: #000000;
  text-align: center;
}
.l-footer__images img {
  width: 100%;
  height: auto;
}
.l-footer__list {
	margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__list li {
  color: #FFFFFF;
}
.l-footer__list li + li {
  margin-top: 15px;
}
.l-footer__list li.copy-text{
  color: #FFFFFF;
}
.l-footer__list li.copy-image{
	text-align: center;
}
.l-footer__list li.copy-image img {
	max-width: 240px;
	height: auto;
}
.l-footer__message {
	text-align: center;
	font-size: 1.4rem;
  padding: 0 30px 0;
  color: #ffffff;
}
.l-footer__message br {
	display: none;
}
.l-footer__message {
	margin: 10px;
	text-align: center;
}
.l-footer__complete {
	text-align: center;
	margin-bottom: 40px;
	background-color: #cd0a22;
  padding: 30px 0 20px;
}
.l-footer__complete img {
	width: 280px;
	height: auto;
}
.l-footer__content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-footer__copyright {
	font-size: 1.6rem;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.l-footer__copyright_text {
	margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  padding-right: 4%;
}
.l-footer__logo {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.l-header.is-fixed {
		position: fixed;
		top: 20px;
	}
	.l-header-nav__toggle {
		display: none;
	}
	.l-nav__title {
		display: none;
	}
	.l-nav__list li a.button:hover:before,
	.l-nav__list li a.button:hover span:after,
	.l-nav__list li a.button-link:hover:before,
	.l-nav__list li a.button-link:hover span:after {
		opacity: 1;
	}
}
@media screen and (max-width: 960px) and (min-width: 767px) {
  .l-nav__list {
    margin-top: 16.25vw;
    width: 38.646vw;
  }
  .l-nav__list li {
      height: 5.833vw;
  }
}
@media screen and (max-width: 767px) {
	.l-header {
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: auto;
    height: auto;
	}
	.l-header-nav__toggle {
		position: absolute;
		z-index: 10;
		top: 15px;
		right: 15px;
	}
	.l-header-nav__toggle a {
		position: relative;
		display: block;
		width: 38px;
		height: 38px;
		background-color: rgba(210,174,0,0);
		transition: background-color .3s ease;
	}
	.l-header-nav__toggle a:before {
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		left: 6px;
		width: 26px;
		height: 3px;
		background-color: #cd0a22;
		border-radius: 2px 2px;
		transition: top .3s ease,
					left .3s ease,
					background-color .3s ease,
					transform .3s ease;
	}
	.l-header-nav__toggle a:after {
		content: "";
		position: absolute;
		top: calc(50% + 4px);
		left: 6px;
		width: 26px;
		height: 3px;
		background-color: #cd0a22;
		border-radius: 2px 2px;
		transition: top .3s ease,
					left .3s ease,
					background-color .3s ease,
					transform .3s ease;
	}
	.l-header-nav__toggle a span {
		display: block;
		color: #cd0a22;
		line-height: 1;
		text-align: center;
		font-size: 0.9rem;
		padding-top: 28px;
		transition: opacity .3s ease;
	}
	.l-header-nav__toggle a span:before {
		content: "";
		position: absolute;
		top: calc(50% - 4px);
		left: 6px;
		width: 26px;
		height: 3px;
		background-color: #cd0a22;
		border-radius: 2px 2px;
	}
	.l-header-nav__toggle.is-active a {
		background-color: #cd0a22;
	}
	.l-header-nav__toggle.is-active a:before {
		top: calc(50% - 2px);
		left: calc(50% - 13px);
		background-color: #000000;
		transform: rotate(45deg);
	}
	.l-header-nav__toggle.is-active a:after {
		top: calc(50% - 2px);
		left: calc(50% - 13px);
		background-color: #000000;
		transform: rotate(-45deg);
	}
	.l-header-nav__toggle.is-active a span {
		opacity: 0;
	}
	.l-header-nav__box {
		display: none;
	}
	.l-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		background-image: url(../img/line_02.png);
		background-position: center center;
		background-size: 11px 11px;
		background-color: rgba(0,0,0,0.9);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.l-nav .u-cts__inner {
		padding: 40px 0;
	}
	.l-nav__title {
		width: 67px;
		margin: 0 auto 25px;
	}
	.l-nav__list {
		display: block;
		width: inherit;
		/*max-width: none;*/
		padding: 45px 0;
		margin-top: 0;
		background-image: url(../img/line_01.png),
							url(../img/line_01.png);
		background-repeat: repeat-x;
		background-size: 18px auto;
		background-position: center top, center bottom;
	}
	.l-nav__list:before {
		content: none;
	}
	.l-nav__list li {
		width: 100%;
		height: auto;
		padding: 0 0;
		background-image: none;
	}
	.l-nav__list li + li {
		margin-top: 10px;
	}
	.l-nav__list li .button,
	.l-nav__list li .button-link {
		width: 73.75%;
		margin: 0 auto;
		padding-top: 0;
		border: 2px solid #cd0a22;
		border-radius: 8px 8px;
		background-image: url(../img/nav_00_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 150px 70px;
	}
	.l-nav__list li .button.off,
	.l-nav__list li .button-link.off {
		background-image: none;
	}
	.l-nav__list li .button:before,
	.l-nav__list li .button-link:before {
		content: none;
	}
	.l-nav__list li .button span,
	.l-nav__list li .button-link span {
		width: 150px;
		margin: 0 auto;
	}
	.l-nav__list li .button span:after,
	.l-nav__list li .button-link span:after {
		content: none;
	}
	.l-nav__list li .button.off,
	.l-nav__list li .button-link.off {
		border-color: #979797;
	}
	.l-nav__list li .button.off:after,
	.l-nav__list li .button-link.off:after {
		background-size: 185px auto, auto 100%;
	}
	.is-nav .l-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.l-main {
		padding-top: 0;
		background-size: 11px 11px;
	}
	.l-footer {
		padding: 0;
	}
	.l-footer__list {
		margin: 30px -5px 5px;
    flex-direction: column;
    align-items: center;
	}
	.l-footer__list li {
		margin: 0 4px 10px;
    margin-right: 4px;
	}
  .l-footer__list li + li {
    margin-left: 4px;
  }
	.l-footer__list li.copy-text {
		font-size: 1.1rem;
	}
  .l-footer__list li.copy-image img {
    max-width: 200px;
    height: auto;
  }
	.l-footer__list li.complete img {
		max-width: 350px;
	}
	.l-footer__message {
		font-size: 0.7rem;
    padding: 15px;
	}
	.l-footer__message br {
		display: inline;
	}
  .l-footer__complete {
    margin-bottom: 40px;
  }
	.l-footer__complete img {
		width: 50%;
	}
  .l-footer__copyright {
    width: 90%;
    flex-direction: column;
    font-size: 1.4rem;
    margin: 0 auto 50px;
  }
  .l-footer__message {
    padding: 10px 4% 0;
    text-align: left;
    font-size: 1.3rem;
  }
  .l-footer__copyright img {
    width: 60%;
  }
}


/* --------------------------------------------------
		component
-------------------------------------------------- */
.c-title__h2 {
	position: relative;
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 5.0rem;
	color: #cd0a22;
	text-shadow: 2px 2px 3px #4b070e,
	-2px 2px 3px #4b070e,
	2px -2px 3px #4b070e,
	-2px -2px 3px #4b070e;
	font-weight: bold;
	line-height: 1;
	padding: 0 60px;
	background-image: url(../img/ttl_bg01.png),
					  url(../img/ttl_bg03.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
}
.c-title__h2 span {
	padding: 24px 0 20px;
	display: block;
	background-image: url(../img/ttl_bg02.png);
	background-repeat: repeat-x;
	background-position: center center;
}
[class*="c-fadeUp"] {
	position: relative;
	opacity: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.c-title__h2 {
		margin-bottom: 30px;
		font-size: 2.0rem;
		padding: 0 30px;
		background-size: 30px 100%;
    width: 80%;
	}
	.c-title__h2 span {
		padding: 13px 0;
		background-size: auto 100%;
	}
}


/* --------------------------------------------------
		project
-------------------------------------------------- */
.p-movie-modal {
	position: relative;
}
.p-movie-modal__frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.p-movie-modal__frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.u-cts {
	position: relative;
}
.u-cts__wrap {
	position: relative;
}
.u-cts__inner {
	position: relative;
	margin: 0 auto;
}
.u-bold {
	font-weight: bold;
}
.u-center {
	text-align: center;
}
.u-left {
	text-align: left;
}
.u-right {
	text-align: right;
}
@media screen and (min-width: 1600px) {
	.u-cts__inner {
		max-width: 100%!important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc {
		display: block;
	}
	.u-sp {
		display: none;
	}
	.u-cts__inner {
		max-width: 1366px;
		padding: 0 130px;
	}
	.u-ancher {
		padding-top: 140px;
		margin-top: -140px;
	}
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
	.u-cts__inner {
		padding: 0 4%;
	}
	.u-ancher {
		padding-top: 0;
		margin-top: 0;
	}
}


/* --------------------------------------------------
		bg
-------------------------------------------------- */
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg .movie {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg .movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg .cover {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.bg {
		min-height: 100vh;
		min-height: calc(var(--vh, 1vh) * 100);
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .bg .movie {
    position: absolute;
    top: 50%;
    left: 87%;
    transform: translate(-50%, -50%);
  }
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	height: 100vh;
	min-height: 720px;
	z-index: 4;
}
.visual:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
.visual .u-cts__inner {
	position: relative;
	height: 100%;
	padding: 0;
	max-width: 1480px!important;
/*  margin-left: 277px;*/
}

.visual__logo--smart {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 20px;
  opacity: 0;
}
.visual__complete {
	position: absolute;
	z-index: 10;
	top: 34px;
	right: 20px;
  width: 265px;
  height: auto;
	text-align: right;
  opacity: 0;
}
.visual__logo--berserk2{
	position: absolute;
  right: 2vw;
  bottom: 28%;
}
.visual__pv {
  position: absolute;
  z-index: 6;
  bottom: 10%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
}
.visual__pv img{
	max-width: 539px;
}
.visual__scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 82px;
	height: 72px;
	text-align: center;
	background-image: url(../img/visual_01.png);
	transform: translateX(-50%);
}
.visual__scroll span {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	padding-top: 20px;
}
.visual__scroll span:before {
	content: "";
	position: absolute;
	top: 40px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(-135deg);
	animation: scrollarrows1 1s ease-out 0s infinite;
}
.visual__scroll span:after {
	content: "";
	position: absolute;
	top: 46px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(-135deg);
	animation: scrollarrows2 1s ease-out 0s infinite;
}
@media screen and (min-width: 768px) {
	@keyframes scrollarrows1 {
			0% { top: 38px; }
		 50% { top: 44px; }
		100% { top: 44px; }
	}
	@keyframes scrollarrows2 {
			0% { top: 44px; }
		 50% { top: 50px; }
		100% { top: 50px; }
	}
}
@media screen and (min-width: 768px) {
	.visual .u-cts__inner {
		height: 100vh;
	}
}
@media screen and (min-width: 1600px){
	.l-nav .u-cts__inner{
		max-width: 1600px!important;
	}
}
@media screen and (min-width: 1400px) {
  .visual__logo--berserk2 img {
    width: 43vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .visual__pv {
    bottom: 12vh;
  }
  .visual__logo--berserk2 {
    /* bottom: 20vw; */
    bottom: calc(50% - 20vh);
  }
  .visual__logo--berserk2 img{
    width: 59vw;
  }
  .visual__pv img {
    max-width: 56vw;
  }
}
@media screen and (max-width: 767px) {
	.visual {
		min-height: 600px;
	}
  .visual__logo--smart {
    top: 15px;
    left: 15px;
  }
  .visual__logo--smart img {
    max-width: 60px;
  }
	@media screen and (orientation: landscape) {
		.visual {
			min-height: 800px;
		}
	}
	.visual .u-cts__inner {
		position: static;
		height: auto;
	}
	.visual__logo--berserk2 {
		width: 100%;
    bottom: 29vh;
    right: 0;
    left: 0;
		text-align: center;
	}
	.visual__logo--berserk2 img{
		width: 90%;
		max-width: 420px;
    height: auto;
	}
	.visual__complete {
    width: 100%;
    text-align: center;
    max-width: inherit;
    margin: 0 auto;
    bottom: 22vh;
    left: 50%;
    top: auto;
    right: auto;
    transform: translateX(-50%);
	}
	p.visual__complete-complete{
		width: auto;
		/* height: 50px; */
		margin: 0 auto 10px;
	}
	.visual__complete img{
		width: 44vw;
		height: auto;
	}
	.visual__scroll {
		bottom: 20px;
		width: auto;
		height: auto;
		background-image: none;
	}
	.visual__scroll span {
		font-size: 1.2rem;
		padding-top: 0;
	}
	.visual__scroll span:before {
		top: 14px;
	}
	.visual__scroll span:after {
		top: 18px;
	}
	@keyframes scrollarrows1 {
			0% { top: 14px; }
		 50% { top: 18px; }
		100% { top: 18px; }
	}
	@keyframes scrollarrows2 {
			0% { top: 18px; }
		 50% { top: 22px; }
		100% { top: 22px; }
	}
  /* .visual__logo--berserk2 img {
    width: 200px;
  } */
  .visual__pv {
		bottom: 13vh;
		left: 0;
  }
	.visual__pv img{
		width: 80%;
		max-width: 300px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .visual__logo--berserk2 {
    bottom: calc(50% - 27vh);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .visual__logo--berserk2 {
    /* bottom: 46vh; */
    right: 2vw;
  }
  /* .visual__logo--berserk2 img{
    max-width: 360px;
  } */
}

/* --------------------------------------------------
		under visual
-------------------------------------------------- */
.under-visual{
	background-color: rgba(0,0,0,0.9);
	padding: 35px 0;
}
.under-visual__banner{
	display: flex;
	flex-wrap: wrap;
}
.under-visual__banner a{
	width: 32.3333%;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.under-visual__banner a img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.under-visual{
		padding: 20px 0 10px;
	}
	.under-visual__banner{
		justify-content: center;
	}
	.under-visual__banner a{
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 10px;
	}
}

/* --------------------------------------------------
		first message
-------------------------------------------------- */

.first-message{
	display: flex;
	align-items: center;
	justify-content: center;
	/*height: 35px;
	margin-top: -35px;*/
	padding: 7px 10px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}
.first-message br{
	display: none;
}

@media screen and (max-width: 960px) {
	.first-message{
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.first-message br.message-middle{
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	.first-message{
		font-size: 1.2rem;
	}
	.first-message br{
		display: inline;
	}
}
/* --------------------------------------------------
		machine
-------------------------------------------------- */
.machine {
	z-index: 2;
}
.machine .u-cts__wrap {
	padding: 0 0 100px;
}
.machine-box {
	padding-top: 100px;
}
.machine-box.gameinfo .c-title__h2{
	margin-top: 100px;
}
.machine-box.gameinfo .u-cts__inner:first-child .c-title__h2{
	margin-top: 0;
}
.machine-box__title {
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	max-width: 690px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.machine-box__title span {
	position: relative;
	display: inline-block;
}
.machine-box__title span:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: calc(100% + 20px);
	width: 690px;
	height: 2px;
	background-color: #cd0a22;
}
.machine-box__title span:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + 20px);
	width: 690px;
	height: 2px;
	background-color: #cd0a22;
}
.machine-box__subtitle {
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	max-width: 690px;
	margin: 0 auto 40px;
	overflow: hidden;
}
.gameflow.machine-box {
	padding-bottom: 100px;
	background: url(../img/gameflow_02.png), -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0));
	background: url(../img/gameflow_02.png), linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1), rgba(0,0,0,0));
	background-position: center 100%;
	background-size: cover, 100% 100%;
	background-repeat: no-repeat;
}
.gameflow__image--01 {
	text-align: center;
}
.gameinfo.machine-box {
	padding-bottom: 100px;
}
.gameinfo__image--01,
.gameinfo__image--02,
.gameinfo__image--03,
.gameinfo__image--04,
.gameinfo__image--05,
.gameinfo__image--06,
.gameinfo__image--07,
.gameinfo__image--08,
.gameinfo__image--09,
.gameinfo__image--10 {
	text-align: center;
}
.gameinfo__image--05,
.gameinfo__image--06,
.gameinfo__image--07,
.gameinfo__image--08,
.gameinfo__image--09 {
  margin-bottom: 60px;
}
.special.machine-box {
	padding-bottom: 100px;
}
.special.machine-box .machine-box__title,
.gameinfo.machine-box .machine-box__title,
.accessory.machine-box .machine-box__title
{
	padding-top: 115px;
}
.special.machine-box .machine-box__title:first-child,
.gameinfo.machine-box .machine-box__title:first-child,
.accessory.machine-box .machine-box__title:first-child{
	padding-top: 0;
}
.special__image--01,
.special__image--02,
.special__image--03 {
	text-align: center;
}
.spec.machine-box .machine-box__title{
	margin-bottom: 60px;
}
.spec__image--01 {
	margin-bottom: 80px;
	text-align: center;
}
.spec__image--02 {
	text-align: center;
}
.spec.machine-box {
  padding-bottom: 100px;
}
.contents__image--01{
	text-align: center;
  padding-bottom: 100px;
}
.contents.machine-box .contents__text{
	text-align: left;
}
.contents.machine-box .contents__text p{
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 0 4% 30px;
}
.contents.machine-box{
	text-align: center;
  padding-top: 0;
}
.machine-box.accessory .c-title__h2{
	margin-top: 100px;
}
.machine-box.accessory .u-cts__inner:first-child .c-title__h2{
	margin-top: 0;
}
.accessory.machine-box {
	padding-bottom: 100px;
}
.accessory__image--01 {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.machine .u-cts__wrap {
		padding: 0 0 10px;
	}
	.machine-box {
		padding-top: 50px;
	}
	.machine__title-sub {
		width: 30.72463768115942%;
		margin: 0 auto;
	}
	.machine-box__title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.machine-box__title span:before {
		right: calc(100% + 10px);
		height: 1px;
	}
	.machine-box__title span:after {
		left: calc(100% + 10px);
		height: 1px;
	}
	.gameflow.machine-box {
		padding-bottom: 50px;
	}
	.gameinfo.machine-box {
		padding-bottom: 50px;
	}
	.gameinfo.machine-box .machine-box__title{
		padding-top: 75px;
	}
	.gameinfo.machine-box .machine-box__title:first-child{
		padding-top: 0;
	}
  .gameinfo__image--05,
  .gameinfo__image--06,
  .gameinfo__image--07,
  .gameinfo__image--08,
  .gameinfo__image--09 {
    margin-bottom: 30px;
  }
	.cabinet__image--01,
	.cabinet__image--02{
		margin: 0 auto;
	}
	.special.machine-box .machine-box__title,
  .gameinfo.machine-box .machine-box__title,
  .accessory.machine-box .machine-box__title {
		padding-top: 75px;
	}
	.special.machine-box {
		padding-bottom: 50px;
	}
	.spec.machine-box {
		padding-bottom: 20px;
	}
	.spec__image--01 {
		margin-bottom: 30px;
	}
	.contents.machine-box .contents__text{
		text-align: left;
	}
	.contents.machine-box .contents__text p{
		font-size: 1.4rem;
		line-height: 2.4;
	}
	.contents.machine-box .contents__text p:last-child {
		margin-bottom: 0;
	}
	.music.machine-box {
		padding-top: 50px;
    padding-bottom: 50px;
	}
  .contents__image--01{
    padding-bottom: 50px;
  }
  .machine-box__subtitle {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .remake.machine-box{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .remake__image--02 {
    padding-top: 30px;
  }
  .spec__image--02 {
    margin-bottom: 60px;
  }
  .spec.machine-box {
    padding-bottom: 50px;
  }
}

/* --------------------------------------------------
		contents
-------------------------------------------------- */

.contents img{
  width:  100%;
  margin: 0 auto;
}
.contents--area {
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
	width: 100%;
	background-image: url(../img/contents_bg_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
  padding: 100px 30px;
}
.contents--box {
	width: 900px;
	z-index: 1;
	padding: 60px 40px 40px;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.8);
}
.contents__title {
	font-size: 2.6rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: left;
}
.contents__text {
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
}
.contents-img-box{
  display: flex;
  align-items: flex-start;
  width: 900px;
  padding: 0;
}

.contents-item_01{
  width: 50%;
}
.contents-item_02{
  width: 50%;
}
.contents-text{
  padding: 0 2% 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .contents--box {
    width: 100%;
  }
  .contents-img-box{
    width: 100%;
  }
  .contents .contents--area > .u-cts__inner {
    padding: 0 4%;
  }
  
}
@media screen and (max-width: 767px) {
	.contents--area {
		height: inherit;
		padding: 50px 0;
	}
	.contents--box {
		max-width: inherit;
		width: 92%;
		margin: 0 auto;
		padding: 30px 20px 20px;
	}
  .contents-img-box{
    width: 92%;
  }
	.contents__title {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.contents__text {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.contents__text br.pc-only{
		display: none;
	}
  .contents--area .u-cts__inner {
    padding: 0;
  }
  .contents-img-box{
    display: flex;
    align-items:center;
    flex-direction:column;
  }
  .contents-item_01,
  .contents-item_02{
    width:100%;
  }
  .contents-text{
    padding-bottom: 2em;
  }
}
.contents2.machine-box{
  padding-top: 0;
}
.contents2 img{
  width:  100%;
  margin: 0 auto;
}
.contents2--area {
	display: flex;
	align-items: center;
	justify-content: center;
  flex-direction: column;
	width: 100%;
	background-image: url(../img/contents_bg_02.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 100px 0;
}
.contents2--box {
	width: 900px;
	z-index: 1;
	padding: 60px 40px 40px;
	background-color: rgba(255,255,255,0.8);
  margin-top: 360px;
}
.contents2 .c-h2__title {
  margin-top: 10px;
}
.contents2__text {
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: left;
  color: #000000;
}
.contents2-text{
  padding: 0 2% 5%;
}
.contents2 h3 {
  color: #5E5E5E;
  font-weight: bold;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 0 2% 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .contents2--box {
    width: 100%;
  }
  .contents2 .u-cts__inner {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
	.contents2--area {
		height: inherit;
		padding: 50px 0;
	}
	.contents2--box {
		max-width: inherit;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 20px 20px;
	}
	.contents2__title {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.contents2__text {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.contents2__text br.pc-only{
		display: none;
	}
  .contents2-text{
    padding-bottom: 2em;
  }
  .contents2 h3 {
    font-size: 4.2vw;
  }
}

/* --------------------------------------------------
	character
-------------------------------------------------- */
.character {
	padding: 100px 0;
}
.character > .u-cts__inner {
	text-align: center;
}
.character-container--01,
.character-container--02,
.character-container--03,
.character-container--04,
.character-container--05{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* justify-content: space-between;*/
	justify-content: center;
	align-items: flex-start;
	margin: 0 auto 10px;
	gap: 1.5%;
}
.character-container--02,
.character-container--03{
	margin-bottom: 60px;
}
.character-container--01 .character-container__col,
.character-container--02 .character-container__col,
.character-container--03 .character-container__col,
.character-container--04 .character-container__col,
.character-container--05 .character-container__col {
	width: 23.5%;
	max-height: 100%;
	margin-bottom: 20px;
}
.character-container--01 .character-container__col > p,
.character-container--02 .character-container__col > p,
.character-container--03 .character-container__col > p,
.character-container--04 .character-container__col > p,
.character-container--05 .character-container__col > p {
	font-size: 1.8rem;
	margin: 5px;
	line-height: 1.4;
	text-align: left;
}
.character-container--01 p.character-container__title,
.character-container--02 p.character-container__title,
.character-container--03 p.character-container__title,
.character-container--04 p.character-container__title,
.character-container--05 p.character-container__title{
	margin-top: 9px;
	text-align: center;
	font-weight: bold;
}
.character-container__title span {
  font-size: 1.4rem;
}
.character.machine-box {
  padding-bottom: 70px;
}
@media screen and (max-width: 1200px) {
	.character {
		padding: 50px 0 5px;
	}
	/* .character-container--03{
		margin-bottom: 10px;
	} */
	.character-container--02,
	.character-container--03 {
		margin-bottom: 35px;
	}
	.character-container--01,
	.character-container--02,
	.character-container--03,
	.character-container--04,
	.character-container--05{
		justify-content: space-between;
		gap: inherit;
		/*width: 90%;*/
		margin-right: auto;
		margin-left: auto;
	}
	.character-container--01 .character-container__col,
	.character-container--02 .character-container__col,
	.character-container--03 .character-container__col,
	.character-container--04 .character-container__col,
	.character-container--05 .character-container__col {
		width: 48%;
	}
	.character-container--01 .character-container__col > p,
	.character-container--02 .character-container__col > p,
	.character-container--03 .character-container__col > p,
	.character-container--04 .character-container__col > p,
	.character-container--05 .character-container__col > p {
		font-size: 1.3rem;
		margin: 5px 0 0;
	}
	.character-container--01 p.character-container__title,
	.character-container--02 p.character-container__title,
	.character-container--03 p.character-container__title,
	.character-container--04 p.character-container__title,
	.character-container--05 p.character-container__title {
		margin-top: 11px;
	}
}
@media screen and (max-width: 767px) {
  .character.machine-box {
    padding-bottom: 20px;
  }
}


/* --------------------------------------------------
		magnificPopup
-------------------------------------------------- */
.mfp-movie.mfp-bg {
	background: #ffffff;
	opacity: 0.85;
	transition: all 0.3s ease-out;
}
.mfp-movie.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-movie.mfp-wrap .mfp-content {
	transition: all 0.3s ease-out;
}
.mfp-movie.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-movie .mfp-inline-holder,
.mfp-movie .mfp-iframe-holder {
	padding: 10px 10px;
}
.mfp-movie .mfp-inline-holder .mfp-content,
.mfp-movie .mfp-iframe-holder .mfp-content {
	max-width: 960px;
	padding-top: 70px;
}
.mfp-movie .mfp-iframe-scaler {
	position: relative;
	overflow: visible;
}
.mfp-movie button.mfp-close {
	width: 48px;
	height: 64px;
	top: -70px;
	/*
	width: 180px;
	height: 50px;
	top: -70px;*/
	padding: 0 0;
	font-size: 0;
	opacity: 1;
	right: 0;
	background-image: url(../img/icon_close.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.mfp-movie button.mfp-close:hover {
	background-position: center bottom;
}

@media screen and (max-width: 767px) {
	.mfp-movie .mfp-inline-holder .mfp-content,
	.mfp-movie .mfp-iframe-holder .mfp-content {
		padding-top: 35px;
	}
	.mfp-movie button.mfp-close {
		width: 38px;
		height: 54px;
		top: -65px;
/*		width: 90px;
		height: 25px;
		top: -30px;*/
	}
	.mfp-movie button.mfp-close:hover {
		background-position: center top;
	}
}

/* --------------------------------------------------
		music
-------------------------------------------------- */
.music-box{
	margin-top: -60%;
}
.music-box img{
	width: 100%;
}
.music-box2{
  display: flex;
}
.music-bg {
  margin-bottom: 100px;
}
.music-bg img {
  width: 100%;
}
.music-item_01,
.music-item_02,
.music-item_03 {
  padding: 1.2% 2%;
  width: 50%;
  height: auto;
}
.music-item_03{
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .music-box {
    margin-top: -70%;
  }
	.music__image {
		padding: 2% 4.166666666666667%  0;
	}
  .music-item_01,
  .music-item_02,
  .music-item_03 {
    padding: 1%;
  }
  .music-bg {
    margin-bottom: 50px;
  }
}

.bonus__image--01 {
	text-align: center;
}
.cz__image--01,
.cz__image--02 {
	text-align: center;
}
.cz__image--01 {
	margin-bottom: 53px;
}
.at__image--01,
.at__image--02 {
	text-align: center;
}
.at__image--01 {
	margin-bottom: 10px;
}
.bonus.machine-box {
	padding-bottom: 100px;
}
.cz.machine-box {
	padding-bottom: 100px;
}
.at.machine-box {
	padding-bottom: 100px;
}
.music.machine-box {
	padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bonus.machine-box {
    padding-bottom: 50px;
  }
  .cz.machine-box {
    padding-bottom: 50px;
  }
  .at.machine-box {
    padding-bottom: 50px;
  }
  .music.machine-box {
    padding-bottom: 50px;
  }
  .cz__image--01 {
    margin-bottom: 23px;
  }
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
