@charset "UTF-8";

:root {
	--textShadow: 0 0 3px rgba(0, 0, 0, .2),
		0 0 6px rgba(0, 0, 0, .6),
		0 0 10px rgba(0, 0, 0, 1),
		0 0 15px rgba(0, 0, 0, 3);
	--textGrow: 0 0 15px #fff,
		0 0 10px #fff,
		0 0 8px #fff,
		0 0 4px #fff,
		0 0 2px #fff;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
button,
input,
textarea,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	font-size: 1.6rem;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

[type="number"] {
	width: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button,
select {
	text-transform: none;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:active,
a:hover {
	outline-width: 0;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

ol,
ul,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
}

hr {
	display: block;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

code,
kbd,
pre,
samp {
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

html {
	height: 100%;
}

@media screen and (min-width: 760px) {

	[data-sp] {
		display: none !important;
	}

	[data-pc] {
		display: inline-block !important;
	}
}

@media screen and (max-width: 759px) {

	[data-pc] {
		display: none !important;
	}

	[data-sp] {
		display: inline-block !important;
	}
}

/*-------------------------
  common
-------------------------*/

body {
	background-color: #000;
	position: relative;
	color: #ffffff;
	font-family: '游明朝',
		'Yu Mincho',
		YuMincho,
		'Hiragino Mincho Pro',
		serif;
	font-size: clamp(1.4rem, 1.25vw, 24px);
	letter-spacing: .1em;
	line-height: 2;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.switch_logo {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	background: url(../img/logo/logo_switch.png) no-repeat 0 0;
	background-size: 100%;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	z-index: 999;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.js-hover {
	cursor: pointer;
}

@media screen and (min-width: 760px) and (max-width: 979px) {
	body {
		font-size: max(1.4rem, 1.56vw);
	}

	.switch_logo {
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		background: url(../img/logo/logo_switch.png) no-repeat 0 0;
		background-size: 100%;
		display: block;
		width: 100px;
		height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		text-indent: -9999px;
		z-index: 999;
	}
}

@media screen and (max-width: 759px) {
	.switch_logo {
		width: 50px !important;
		height: 50px !important;
		position: absolute;
		top: 6px !important;
		right: 6px !important;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}
}

/*-------------------------
  nav
-------------------------*/

#nav {
	background-color: #18071d;
	padding: 1% 0 3% 0;
	position: relative;
	z-index: 999;
}

#nav .inner {
	align-items: center;
	display: flex;
	gap: 3.33333333333%;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 1600px;
	position: relative;
	width: 79.6875%;
}

#nav .inner::after {
	aspect-ratio: 85/1;
	background-image: url(../img/nav/nav_line.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	margin-top: -1%;
	width: 100%;
}

.nav_logo {
	max-width: 268.75px;
	transition: .2s;
	width: 16.796875vw;
}

.nav_logo:hover {
	filter: brightness(1.2);
}

.nav_list {
	display: flex;
	flex-grow: 1;
	gap: 7%;
	justify-content: center;
	padding-top: 3%;
	position: relative;
	width: 83.0392156863%;
}

.nav_list-item {
	font-size: 1.5rem;
	font-weight: lighter;
	position: relative;
	text-align: center;
}

.nav_list-item.nav_on {
	pointer-events: none;
}

.nav_list-item.nav_on:after {
	aspect-ratio: 37/35;
	background-image: url(../img/nav/nav_on.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	opacity: 1 !important;
	position: absolute;
	left: 50%;
	top: max(-1.2vw, -17.5px);
	transition: .3s;
	transform: translateX(-50%);
	width: min(8.671875vw, 138.75px);
}

.nav_list-item a {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
}

.nav_list-item a img {
	vertical-align: bottom;
	z-index: 1;
}

.pageTop {
	max-width: 83.75px;
	position: absolute;
	right: min(3.125%, 50px);
	bottom: 0;
	transform: translateY(50%);
	width: 5.234375vw;
	animation: float 4s infinite ease-in-out;
}

@keyframes float {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-20px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes float_sp {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0)
	}
}

/* global */
#globalFooter {
	background-color: #000;
	padding: 35px 0 75px;
}

#globalFooter a {
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

#globalFooter .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}

#globalFooter .link .l1 {
	margin-right: 40px;
}

#globalFooter .link .l1 img {
	height: 21px;
}

#globalFooter .link .l2 {
	margin-right: 30px;
}

#globalFooter .link .l2 img {
	height: 31.5px;
}

#globalFooter .link .l3 img {
	height: 22px;
}

#globalFooter .copyright {
	text-align: center;
	display: block;
	opacity: 0.3;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
}

@media screen and (min-width:760px) {
	.nav_list-item:after {
		aspect-ratio: 37/35;
		background-image: url(../img/nav/nav_on.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		opacity: 0;
		position: absolute;
		left: 50%;
		top: max(-1.2vw, -17.5px);
		transform: translateX(-50%);
		transition: .6s ease-in-out;
		width: min(8.671875vw, 138.75px);
	}

	.nav_list-item:hover:after {
		opacity: 1;
	}
}

@media screen and (max-width:759px) {
	.nav_logo {
		width: calc(396 / 750 * 100%);
	}

	#nav .inner {
		width: 100%;
	}

	.nav_list {
		width: 100%;
		flex-wrap: wrap;
		gap: 0;
		justify-content: center;
	}

	.nav_list-item {
		width: 50%;
	}

	.nav_list-item a {
		justify-content: center;
	}

	/* about */
	.nav_list-item:nth-of-type(1) a img {
		width: calc(246 / 375 * 100%);
	}

	/* story */
	.nav_list-item:nth-of-type(2) a img {
		width: calc(159 / 375 * 100%);
	}

	/* character */
	.nav_list-item:nth-of-type(3) a img {
		width: calc(260 / 375 * 100%);
	}

	/* battle */
	.nav_list-item:nth-of-type(4) a img {
		width: calc(181 / 375 * 100%);
	}

	/* movie */
	.nav_list-item:nth-of-type(5) {
		width: 100%;
	}

	.nav_list-item:nth-of-type(5) a {
		margin: auto;
		width: 50%;
	}

	.nav_list-item:nth-of-type(5) a img {
		width: calc(161 / 375 * 100%);
	}

	.nav_list::after {
		content: "";
		display: block;
		width: 50%;
	}

	#nav .inner::after {
		background-image: none;
	}

	#nav .inner li a::after {
		aspect-ratio: 85/2;
		background-image: url(../img/nav/sp/nav_line.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		content: '';
		margin-top: -1%;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: -3%;
	}

	#nav .inner li:nth-of-type(even) a::after {
		transform: scale(-1, 1);
		margin-left: 3%;
	}

	#nav .inner li:nth-of-type(5) a:after {
		background-image: url(../img/nav/sp/nav_line_center.png);
		margin-left: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 50%;
	}

	.nav_list-item {
		margin-bottom: 5%;
	}

	.nav_list-item.nav_on:after {
		top: max(-5.2vw, -32.5px);
		transform: translateX(-50%);
		width: min(22.671875vw, 138.75px);
	}
}

@media screen and (min-width:1280px) {
	#globalFooter .link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	#globalFooter .link .l1 {
		margin-right: 40px;
	}

	#globalFooter .link .l1 img {
		height: 21px;
	}

	#globalFooter .link .l2 {
		margin-right: 30px;
	}

	#globalFooter .link .l2 img {
		height: 31.5px;
	}

	#globalFooter .link .l3 img {
		height: 22px;
	}

	#globalFooter .copyright {
		text-align: center;
		display: block;
		opacity: 0.3;
		color: #ffffff;
		font-size: 1.2rem;
		font-weight: bold;
	}
}

@media screen and (min-width: 750px) {
	#globalFooter a:hover {
		-webkit-filter: brightness(150%);
		filter: brightness(150%);
	}
}

@media screen and (min-width: 1280px) {
	#wrapper {
		position: relative;
		overflow: hidden;
	}

	#globalFooter {
		padding: 35px 0 75px;
	}

	#globalFooter a {
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}

@media screen and (min-width: 1280px) and (min-width: 750px) {
	#globalFooter a:hover {
		-webkit-filter: brightness(150%);
		filter: brightness(150%);
	}
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
	#wrapper {
		position: relative;
		overflow: hidden;
	}

	#globalFooter {
		padding: 3.42vw 0 7.32vw;
	}

	#globalFooter a {
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}
}

@media screen and (min-width: 750px) and (max-width: 1024px) and (min-width: 750px) {
	#globalFooter a:hover {
		-webkit-filter: brightness(150%);
		filter: brightness(150%);
	}
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
	#globalFooter .link {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin-bottom: 2.93vw;
	}

	#globalFooter .link .l1 {
		margin-right: 3.91vw;
	}

	#globalFooter .link .l1 img {
		height: 2.05vw;
	}

	#globalFooter .link .l2 {
		margin-right: 2.93vw;
	}

	#globalFooter .link .l2 img {
		height: 3.08vw;
	}

	#globalFooter .link .l3 img {
		height: 2.15vw;
	}

	#globalFooter .copyright {
		text-align: center;
		display: block;
		opacity: 0.3;
		color: #ffffff;
		font-size: 1.17vw;
		font-weight: bold;
	}
}

.footer {
	font-family: '游ゴシック体',
		YuGothic,
		'游ゴシック Medium',
		'Yu Gothic Medium',
		'游ゴシック',
		'Yu Gothic',
		'Hiragino Kaku Gothic ProN',
		'ヒラギノ角ゴ ProN W3',
		'メイリオ',
		Meiryo,
		sans-serif;
	position: relative;
	z-index: 100;
	color: #b4b4b4 !important;
}

.footer-inner {
	margin-left: 5% !important;
	font-weight: normal;
}

/* footer */
@media (min-width: 760px) {
	.footer {
		background-color: #251f24;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		height: max(50px, calc(60*1024/1920 * 1px));
	}

	.footer-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: .1em max(calc(1.8229166666666667 * 1vw), calc(35*1024/1920 * 1px)) 0;
		position: relative;
	}

	.footer-linkList {
		align-items: center;
		display: flex;
		gap: 3em;
		font-size: 13pt;
	}

	.footer-linkItem {
		align-items: center;
		font-size: max(.6em, 12px);
		font-weight: 100;
		display: flex;
		gap: .4em;
		letter-spacing: .1px;
		position: relative;
	}

	.footer-linkItem:before {
		content: "";
		background-image: url("../img/ic_white.png");
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: .9em;
		height: .9em;
	}

	.footer-linkItem a {
		flex-shrink: 0;
	}

	.footer-shareList {
		position: absolute;
		display: flex;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}

	.footer-copy {
		font-size: max(.6em, 12px);
		letter-spacing: calc(0 / 1000 * 1em);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.footer-shareItem:not(:first-child) {
		margin-left: max(calc(1.0416666666666665 * 1vw), calc(20*1024/1920 * 1px));
	}
}

@media (max-width: 759px) {
	.footer {
		background-color: #251f24;
		color: #fff;
		padding: 12px 0;
	}

	.footer-linkList {
		display: flex;
		flex-wrap: wrap;
		gap: 2em;
		font-size: 11pt;
		justify-content: center;
	}

	.footer-linkItem {
		align-items: center;
		font-size: max(.6em, 12px);
		font-weight: 100;
		display: flex;
		gap: 0.4em;
		letter-spacing: .1px;
		position: relative;
	}

	.footer-linkItem:before {
		content: "";
		background-image: url(../img/ic_white.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 0.9em;
		height: 0.9em;
	}

	.footer-shareList {
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}

	.footer-shareItem+.footer-shareItem {
		margin-left: 8px;
	}

	.footer-copy {
		margin-top: 30px;
		font-size: max(.6em, 13px);
		line-height: 1;
		letter-spacing: 0.2px;
		text-align: center;
	}

	.pageTop {
		bottom: -5%;
		animation: float_sp 4s infinite ease-in-out;
		width: calc(297 / 750 * 100%);
		max-width: 66px;
	}
}

/*-------------------------
js-anime
-------------------------*/

.js-anime.mask-left,
.js-anime.mask-right {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	opacity: 0;
}

.loaded .js-anime.mask-left.is-active {
	animation-name: mask_toLeft;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
}

.loaded .js-anime.mask-right.is-active {
	animation-name: mask_toRight;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.js-anime.rotate {
	-webkit-transition: -webkit-transform 0.8s linear;
	transition: transform 0.8s linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	opacity: 0;
}

.js-anime.rotate.is-active {
	animation-name: rotate;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8, 0, .5, 1);
}

/* keyframe */
@keyframes mask_toLeft {
	0% {
		-webkit-transform: translateX(1.56vw) scale(1);
		transform: translateX(1.56vw) scale(1);
		clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
		opacity: 1;
	}
}

@keyframes mask_toRight {
	0% {
		-webkit-transform: translateX(-1.56vw) scale(1);
		transform: translateX(-1.56vw) scale(1);
		clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
		opacity: 1;
	}
}

@-webkit-keyframes blur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}

	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes blur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}

	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
		opacity: 1;
	}
}

@keyframes rotate_frame {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* enter_page */
body.scrollstop_gate {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.age_gate {
	height: 100vh;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000000;
}

.agegate__logo {
	width: 30%;
	margin-left: 35%;
}

.agegate__cero {
	display: flex;
	justify-content: center;
	padding: 0 20%;
	font-size: 1.3vw;
	line-height: 2;
	letter-spacing: .1em;
}

.agegate__cero p {
	text-align: left;
	margin-left: 4%;
}

.agegate__cero img {
	padding-top: .2em;
	width: 8%;
	height: 100%;
}

.enter_page {
	background: #1c1628;
	border: 2px solid #423b69;
	color: #fff !important;
	display: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 30px 0 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .3s ease;
	text-align: center;
	width: 86%;
	z-index: 9999;
}

.enter_page p {
	margin-bottom: 10px;
}

.enter_page a {
	cursor: pointer;
}

.close_modal img {
	width: 30%;
	margin: 2% 0;
	transition: .2s;
}

.close_modal img:hover {
	opacity: .7;
}

@media (max-width: 759px) {
	.agegate__logo {
		width: 60%;
		margin-left: 20%;
	}

	.agegate__cero {
		padding: 4%;
		font-size: 2.6vw;
	}

	.agegate__cero img {
		padding-top: .4em;
		width: 9.6vw;
	}

	.close_modal img {
		width: 60%;
		margin: 2% 0;
	}
}

@media (max-width: 759px) {
	.nav_list-item {
		margin-bottom: 7%;
	}
}

.copyright {
	color: #787878;
	text-align: center;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
	padding: 1%;
	letter-spacing: 0;
	font-size: 11px !important;
}

@keyframes new_btn {
	0% {
		transform: translateX(0%);
	}

	70% {
		transform: translateX(0%);
	}

	78% {
		transform: translateX(4%);
	}

	86% {
		transform: translateX(0%);
	}

	94% {
		transform: translateX(4%);
	}

	100% {
		transform: translateX(0%);
	}
}

@keyframes new_mark {
	0% {
		transform: translateX(0%);
	}

	70% {
		transform: translateX(0%);
	}

	78% {
		transform: translateX(2%);
	}

	86% {
		transform: translateX(0%);
	}

	94% {
		transform: translateX(2%);
	}

	100% {
		transform: translateX(0%);
	}
}
