@charset "UTF-8";
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

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

a img {
	border: none;
}

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

.header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background-color: transparent;
	border-bottom: 1px solid transparent;
}
.header.header_close {
	border-bottom: 1px solid rgb(150, 150, 150);
}
.header .logo {
	margin-left: 20px;
	height: 86px;
	display: flex;
	align-items: center;
	opacity: 0;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.header .logo a {
	pointer-events: none;
}
.header .logo span {
	display: none;
}
.header .logo.logo-active {
	opacity: 1;
}
.header .logo.logo-active a {
	pointer-events: auto;
}
@media screen and (max-width: 767px) {
	.header .logo {
		margin-left: 5px;
		margin-right: 10px;
		height: 63px;
	}
	.header .logo img {
		max-height: 30px;
		height: 100%;
		width: auto;
	}
}
.header .header-content {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
/* @media screen and (max-width: 767px) {
	.header .header-content {
		margin-right: 0;
	}
} */
.header .header-content .head_reservation {
	width: 180px;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: #4f1714;
	border: #969696 2px solid;
	text-align: center;
	transition: all 0.4s;
	margin: 0 30px 0 0;
	font-size: 16px;
}
.header .header-content .head_reservation a {
	color: #fff;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	padding: 15px 5px;
	display: block;
}
@media screen and (max-width: 767px) {
	.header .header-content .head_reservation {
		width: 29vw;
		border: #969696 1px solid;
		margin: 0 10px 0 0;
		font-size: 14px;
	}
	.header .header-content .head_reservation a {
		padding: 12px 0;
	}
}
.header .header-content .header-icon {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.header .header-content .header-icon img {
	max-height: 51px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
	.header .header-content .header-icon img {
		max-height: 18px;
	}
}
.header .header-content .header-icon .header-icon-txt {
	line-height: 1;
	font-size: 16px;
	margin-top: 5px;
	color: white;
	transition: all 0.4s;
	font-family: Helvetica Neue, arial, "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg, sans-serif;
	font-weight: bold;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
	.header .header-content .header-icon .header-icon-txt {
		font-size: 13px;
		margin-top: 1px;
	}
}
.header .header-content .header-icon:hover .header-icon-txt {
	color: #fc4040;
	transition: all 0.4s;
}
.header .header-content .header-icon:nth-child(-n + 2) {
	padding: 16px 0;
}
@media screen and (max-width: 767px) {
	.header .header-content .header-icon:nth-child(-n + 2) {
		padding: 10px 0;
	}
}
.header .header-content .header-icon .lang-open {
	position: absolute;
	top: calc(8.5em - 40px);
	left: -10px;
	width: 9em;
	padding: 1rem;
	border-radius: 5px;
	border: 3px solid #333;
	box-shadow: 2px 2px 0 0 #333;
	background-color: #fff;
	font-size: 16px;
	display: none;
	cursor: default;
	z-index: 2;
}
.header .header-content .header-icon .lang-open:before,
.header .header-content .header-icon .lang-open:after {
	content: "";
	position: absolute;
	left: 30px;
	height: 0;
	width: 0;
	border: solid transparent;
}
.header .header-content .header-icon .lang-open:before {
	top: -20px;
	margin-left: -12px;
	border-color: transparent;
	border-bottom-color: #333;
	border-right-color: #333;
	border-width: 10px;
}
.header .header-content .header-icon .lang-open:after {
	top: -12px;
	margin-left: -7px;
	border-color: transparent;
	border-bottom-color: white;
	border-right-color: white;
	border-width: 6.5px;
}
.header .header-content .header-icon .lang-open ul {
	text-align: left;
}
.header .header-content .header-icon .lang-open ul li {
	margin-bottom: 10px;
}
.header .header-content .header-icon .lang-open ul li:last-child {
	margin-bottom: 0;
}
.header .header-content .header-icon .lang-open ul li a:hover {
	color: #fc4040;
}
@media screen and (max-width: 767px) {
	.header .header-content .header-icon .lang-open {
		top: calc(9em - 70px);
		font-size: 15px;
		left: -25px;
	}
	.header .header-content .header-icon .lang-open ul li {
		margin-bottom: 20px;
	}
}
.header .openbtn {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 76px;
	height: 86px;
	margin-left: 20px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.header .openbtn {
		width: 60px;
		height: 58px;
		margin-left: 0;
	}
}
.header .openbtn:hover span {
	background-color: #fc4040;
}
.header .openbtn span {
	display: inline-block;
	transition: all 0.4s;
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	width: 40px;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
	.header .openbtn span {
		width: 30px;
		left: auto;
		right: 15px;
	}
}
.header .openbtn span:nth-of-type(1) {
	top: 30px;
}
@media screen and (max-width: 767px) {
	.header .openbtn span:nth-of-type(1) {
		top: 20px;
	}
}
.header .openbtn span:nth-of-type(2) {
	top: 42px;
}
@media screen and (max-width: 767px) {
	.header .openbtn span:nth-of-type(2) {
		top: 28px;
	}
}
.header .openbtn span:nth-of-type(3) {
	bottom: 30px;
}
@media screen and (max-width: 767px) {
	.header .openbtn span:nth-of-type(3) {
		top: auto;
		bottom: 20px;
	}
}
.header .active span:nth-of-type(1) {
	top: 40px;
	left: 18px;
	transform: rotate(-45deg);
	width: 40px;
}
@media screen and (max-width: 767px) {
	.header .active span:nth-of-type(1) {
		top: 30px;
		left: 15px;
		width: 30px;
	}
}
.header .active span:nth-of-type(2) {
	opacity: 0;
}
.header .active span:nth-of-type(3) {
	top: 40px;
	left: 18px;
	transform: rotate(45deg);
	width: 40px;
}
@media screen and (max-width: 767px) {
	.header .active span:nth-of-type(3) {
		top: 30px;
		left: 15px;
		width: 30px;
	}
}

#g-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -150%;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.94);
	transition: all 0.8s;
}
#g-nav #g-nav-list {
	position: fixed;
	z-index: 999;
	width: 100%;
	margin: auto;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#g-nav ul {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#g-nav ul li {
	list-style: none;
	text-align: center;
}
#g-nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: all 0.5s;
	font-family: Helvetica Neue, arial, "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg, sans-serif;
}
#g-nav ul li a:hover {
	color: #fc4040;
}
#g-nav ul li.nav_bnr a {
	max-width: 620px;
}
#g-nav ul li.btn-box .btn {
	max-width: 390px;
	padding: 0;
}
#g-nav ul li.btn-box .btn:before {
	box-sizing: unset;
}
#g-nav ul li.btn-box .btn a {
	letter-spacing: 0;
	padding: 24px 0;
	background-color: #4f1714;
}
#g-nav ul li.btn-box .btn a:hover {
	color: #fff;
}
@media screen and (max-width: 767px) {
	#g-nav ul li.btn-box .btn {
		max-width: 89%;
		margin: 30px auto 0;
	}
	#g-nav ul li.btn-box .btn a {
		font-size: 14px !important;
		padding: 15px 0;
	}
}

#g-nav.panelactive {
	right: 0;
}

html.close,
body.close {
	overflow: hidden;
}

body {
	color: #ffffff;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg, Helvetica Neue, arial, sans-serif;
	font-weight: 300;
	background-color: #111110;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
}
body .inner {
	max-width: 1200px;
	margin: auto;
	width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
}

html:lang(en) body {
	font-family: Helvetica Neue, arial, "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg, sans-serif;
}
@media screen and (max-width: 767px) {
	html:lang(en) .under .title-head .title-head-inner img {
		height: 28.8%;
	}
}

* {
	box-sizing: border-box;
}

ol,
ul {
	list-style: none;
}

figure {
	line-height: 0;
}

img {
	width: auto;
	max-width: 100%;
}

a {
	color: #111110;
	text-decoration: none;
	display: inline-block;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
a:hover {
	opacity: 0.8;
}
a:focus {
	outline: none;
}

p {
	line-height: calc(35 / 18);
}
p span {
	color: #fc4040;
}

ruby rt {
	transform: translateY(-0.2rem);
}
ruby.l-ruby rt {
	text-align: center;
	letter-spacing: 1em;
}

.d-sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.d-sp {
		display: block !important;
	}

	.d-pc {
		display: none !important;
	}
}
.d-block {
	display: block !important;
}

.d-inline-b {
	display: inline-block !important;
}

.d-inline {
	display: inline !important;
}

.fn-1 {
	font-size: 1px !important;
}

.fn-2 {
	font-size: 2px !important;
}

.fn-3 {
	font-size: 3px !important;
}

.fn-4 {
	font-size: 4px !important;
}

.fn-5 {
	font-size: 5px !important;
}

.fn-6 {
	font-size: 6px !important;
}

.fn-7 {
	font-size: 7px !important;
}

.fn-8 {
	font-size: 8px !important;
}

.fn-9 {
	font-size: 9px !important;
}

.fn-10 {
	font-size: 10px !important;
}

.fn-11 {
	font-size: 11px !important;
}

.fn-12 {
	font-size: 12px !important;
}

.fn-13 {
	font-size: 13px !important;
}

.fn-14 {
	font-size: 14px !important;
}

.fn-15 {
	font-size: 15px !important;
}

.fn-16 {
	font-size: 16px !important;
}

.fn-17 {
	font-size: 17px !important;
}

.fn-18 {
	font-size: 18px !important;
}

.fn-19 {
	font-size: 19px !important;
}

.fn-20 {
	font-size: 20px !important;
}

.fn-21 {
	font-size: 21px !important;
}

.fn-22 {
	font-size: 22px !important;
}

.fn-23 {
	font-size: 23px !important;
}

.fn-24 {
	font-size: 24px !important;
}

.fn-25 {
	font-size: 25px !important;
}

.fn-26 {
	font-size: 26px !important;
}

.fn-27 {
	font-size: 27px !important;
}

.fn-28 {
	font-size: 28px !important;
}

.fn-29 {
	font-size: 29px !important;
}

.fn-30 {
	font-size: 30px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.p-5 {
	padding: 5px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.m-5 {
	margin: 5px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.p-10 {
	padding: 10px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.m-10 {
	margin: 10px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.p-15 {
	padding: 15px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.m-15 {
	margin: 15px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.m-20 {
	margin: 20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.p-25 {
	padding: 25px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.m-25 {
	margin: 25px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.p-30 {
	padding: 30px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.m-30 {
	margin: 30px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.p-35 {
	padding: 35px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.m-35 {
	margin: 35px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.m-40 {
	margin: 40px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.p-45 {
	padding: 45px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.m-45 {
	margin: 45px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.p-50 {
	padding: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.m-50 {
	margin: 50px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.p-55 {
	padding: 55px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important;
}

.m-55 {
	margin: 55px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.m-60 {
	margin: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.p-65 {
	padding: 65px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important;
}

.m-65 {
	margin: 65px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important;
}

.p-70 {
	padding: 70px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.m-70 {
	margin: 70px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.p-75 {
	padding: 75px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important;
}

.m-75 {
	margin: 75px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.m-80 {
	margin: 80px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.p-85 {
	padding: 85px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important;
}

.m-85 {
	margin: 85px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important;
}

.p-90 {
	padding: 90px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.m-90 {
	margin: 90px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.p-95 {
	padding: 95px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important;
}

.m-95 {
	margin: 95px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important;
}

.p-100 {
	padding: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.m-100 {
	margin: 100px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
	.mt-md--0 {
		margin-top: 0 !important;
	}

	.p-md--5 {
		padding: 5px !important;
	}

	.pt-md--5 {
		padding-top: 5px !important;
	}

	.pb-md--5 {
		padding-bottom: 5px !important;
	}

	.pl-md--5 {
		padding-left: 5px !important;
	}

	.pr-md--5 {
		padding-right: 5px !important;
	}

	.px-md--5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.py-md--5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.m-md--5 {
		margin: 5px !important;
	}

	.mt-md--5 {
		margin-top: 5px !important;
	}

	.mb-md--5 {
		margin-bottom: 5px !important;
	}

	.ml-md--5 {
		margin-left: 5px !important;
	}

	.mr-md--5 {
		margin-right: 5px !important;
	}

	.mx-md--5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.my-md--5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.p-md--10 {
		padding: 10px !important;
	}

	.pt-md--10 {
		padding-top: 10px !important;
	}

	.pb-md--10 {
		padding-bottom: 10px !important;
	}

	.pl-md--10 {
		padding-left: 10px !important;
	}

	.pr-md--10 {
		padding-right: 10px !important;
	}

	.px-md--10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.py-md--10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.m-md--10 {
		margin: 10px !important;
	}

	.mt-md--10 {
		margin-top: 10px !important;
	}

	.mb-md--10 {
		margin-bottom: 10px !important;
	}

	.ml-md--10 {
		margin-left: 10px !important;
	}

	.mr-md--10 {
		margin-right: 10px !important;
	}

	.mx-md--10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.my-md--10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.p-md--15 {
		padding: 15px !important;
	}

	.pt-md--15 {
		padding-top: 15px !important;
	}

	.pb-md--15 {
		padding-bottom: 15px !important;
	}

	.pl-md--15 {
		padding-left: 15px !important;
	}

	.pr-md--15 {
		padding-right: 15px !important;
	}

	.px-md--15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.py-md--15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.m-md--15 {
		margin: 15px !important;
	}

	.mt-md--15 {
		margin-top: 15px !important;
	}

	.mb-md--15 {
		margin-bottom: 15px !important;
	}

	.ml-md--15 {
		margin-left: 15px !important;
	}

	.mr-md--15 {
		margin-right: 15px !important;
	}

	.mx-md--15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.my-md--15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.p-md--20 {
		padding: 20px !important;
	}

	.pt-md--20 {
		padding-top: 20px !important;
	}

	.pb-md--20 {
		padding-bottom: 20px !important;
	}

	.pl-md--20 {
		padding-left: 20px !important;
	}

	.pr-md--20 {
		padding-right: 20px !important;
	}

	.px-md--20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.py-md--20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.m-md--20 {
		margin: 20px !important;
	}

	.mt-md--20 {
		margin-top: 20px !important;
	}

	.mb-md--20 {
		margin-bottom: 20px !important;
	}

	.ml-md--20 {
		margin-left: 20px !important;
	}

	.mr-md--20 {
		margin-right: 20px !important;
	}

	.mx-md--20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.my-md--20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.p-md--25 {
		padding: 25px !important;
	}

	.pt-md--25 {
		padding-top: 25px !important;
	}

	.pb-md--25 {
		padding-bottom: 25px !important;
	}

	.pl-md--25 {
		padding-left: 25px !important;
	}

	.pr-md--25 {
		padding-right: 25px !important;
	}

	.px-md--25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-md--25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.m-md--25 {
		margin: 25px !important;
	}

	.mt-md--25 {
		margin-top: 25px !important;
	}

	.mb-md--25 {
		margin-bottom: 25px !important;
	}

	.ml-md--25 {
		margin-left: 25px !important;
	}

	.mr-md--25 {
		margin-right: 25px !important;
	}

	.mx-md--25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-md--25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.p-md--30 {
		padding: 30px !important;
	}

	.pt-md--30 {
		padding-top: 30px !important;
	}

	.pb-md--30 {
		padding-bottom: 30px !important;
	}

	.pl-md--30 {
		padding-left: 30px !important;
	}

	.pr-md--30 {
		padding-right: 30px !important;
	}

	.px-md--30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-md--30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.m-md--30 {
		margin: 30px !important;
	}

	.mt-md--30 {
		margin-top: 30px !important;
	}

	.mb-md--30 {
		margin-bottom: 30px !important;
	}

	.ml-md--30 {
		margin-left: 30px !important;
	}

	.mr-md--30 {
		margin-right: 30px !important;
	}

	.mx-md--30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-md--30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.p-md--35 {
		padding: 35px !important;
	}

	.pt-md--35 {
		padding-top: 35px !important;
	}

	.pb-md--35 {
		padding-bottom: 35px !important;
	}

	.pl-md--35 {
		padding-left: 35px !important;
	}

	.pr-md--35 {
		padding-right: 35px !important;
	}

	.px-md--35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-md--35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.m-md--35 {
		margin: 35px !important;
	}

	.mt-md--35 {
		margin-top: 35px !important;
	}

	.mb-md--35 {
		margin-bottom: 35px !important;
	}

	.ml-md--35 {
		margin-left: 35px !important;
	}

	.mr-md--35 {
		margin-right: 35px !important;
	}

	.mx-md--35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-md--35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.p-md--40 {
		padding: 40px !important;
	}

	.pt-md--40 {
		padding-top: 40px !important;
	}

	.pb-md--40 {
		padding-bottom: 40px !important;
	}

	.pl-md--40 {
		padding-left: 40px !important;
	}

	.pr-md--40 {
		padding-right: 40px !important;
	}

	.px-md--40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-md--40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.m-md--40 {
		margin: 40px !important;
	}

	.mt-md--40 {
		margin-top: 40px !important;
	}

	.mb-md--40 {
		margin-bottom: 40px !important;
	}

	.ml-md--40 {
		margin-left: 40px !important;
	}

	.mr-md--40 {
		margin-right: 40px !important;
	}

	.mx-md--40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-md--40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.p-md--45 {
		padding: 45px !important;
	}

	.pt-md--45 {
		padding-top: 45px !important;
	}

	.pb-md--45 {
		padding-bottom: 45px !important;
	}

	.pl-md--45 {
		padding-left: 45px !important;
	}

	.pr-md--45 {
		padding-right: 45px !important;
	}

	.px-md--45 {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.py-md--45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.m-md--45 {
		margin: 45px !important;
	}

	.mt-md--45 {
		margin-top: 45px !important;
	}

	.mb-md--45 {
		margin-bottom: 45px !important;
	}

	.ml-md--45 {
		margin-left: 45px !important;
	}

	.mr-md--45 {
		margin-right: 45px !important;
	}

	.mx-md--45 {
		margin-left: 45px !important;
		margin-right: 45px !important;
	}

	.my-md--45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.p-md--50 {
		padding: 50px !important;
	}

	.pt-md--50 {
		padding-top: 50px !important;
	}

	.pb-md--50 {
		padding-bottom: 50px !important;
	}

	.pl-md--50 {
		padding-left: 50px !important;
	}

	.pr-md--50 {
		padding-right: 50px !important;
	}

	.px-md--50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.py-md--50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.m-md--50 {
		margin: 50px !important;
	}

	.mt-md--50 {
		margin-top: 50px !important;
	}

	.mb-md--50 {
		margin-bottom: 50px !important;
	}

	.ml-md--50 {
		margin-left: 50px !important;
	}

	.mr-md--50 {
		margin-right: 50px !important;
	}

	.mx-md--50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.my-md--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.p-md--55 {
		padding: 55px !important;
	}

	.pt-md--55 {
		padding-top: 55px !important;
	}

	.pb-md--55 {
		padding-bottom: 55px !important;
	}

	.pl-md--55 {
		padding-left: 55px !important;
	}

	.pr-md--55 {
		padding-right: 55px !important;
	}

	.px-md--55 {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}

	.py-md--55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}

	.m-md--55 {
		margin: 55px !important;
	}

	.mt-md--55 {
		margin-top: 55px !important;
	}

	.mb-md--55 {
		margin-bottom: 55px !important;
	}

	.ml-md--55 {
		margin-left: 55px !important;
	}

	.mr-md--55 {
		margin-right: 55px !important;
	}

	.mx-md--55 {
		margin-left: 55px !important;
		margin-right: 55px !important;
	}

	.my-md--55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}

	.p-md--60 {
		padding: 60px !important;
	}

	.pt-md--60 {
		padding-top: 60px !important;
	}

	.pb-md--60 {
		padding-bottom: 60px !important;
	}

	.pl-md--60 {
		padding-left: 60px !important;
	}

	.pr-md--60 {
		padding-right: 60px !important;
	}

	.px-md--60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.py-md--60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.m-md--60 {
		margin: 60px !important;
	}

	.mt-md--60 {
		margin-top: 60px !important;
	}

	.mb-md--60 {
		margin-bottom: 60px !important;
	}

	.ml-md--60 {
		margin-left: 60px !important;
	}

	.mr-md--60 {
		margin-right: 60px !important;
	}

	.mx-md--60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.my-md--60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.p-md--65 {
		padding: 65px !important;
	}

	.pt-md--65 {
		padding-top: 65px !important;
	}

	.pb-md--65 {
		padding-bottom: 65px !important;
	}

	.pl-md--65 {
		padding-left: 65px !important;
	}

	.pr-md--65 {
		padding-right: 65px !important;
	}

	.px-md--65 {
		padding-left: 65px !important;
		padding-right: 65px !important;
	}

	.py-md--65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}

	.m-md--65 {
		margin: 65px !important;
	}

	.mt-md--65 {
		margin-top: 65px !important;
	}

	.mb-md--65 {
		margin-bottom: 65px !important;
	}

	.ml-md--65 {
		margin-left: 65px !important;
	}

	.mr-md--65 {
		margin-right: 65px !important;
	}

	.mx-md--65 {
		margin-left: 65px !important;
		margin-right: 65px !important;
	}

	.my-md--65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}

	.p-md--70 {
		padding: 70px !important;
	}

	.pt-md--70 {
		padding-top: 70px !important;
	}

	.pb-md--70 {
		padding-bottom: 70px !important;
	}

	.pl-md--70 {
		padding-left: 70px !important;
	}

	.pr-md--70 {
		padding-right: 70px !important;
	}

	.px-md--70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}

	.py-md--70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.m-md--70 {
		margin: 70px !important;
	}

	.mt-md--70 {
		margin-top: 70px !important;
	}

	.mb-md--70 {
		margin-bottom: 70px !important;
	}

	.ml-md--70 {
		margin-left: 70px !important;
	}

	.mr-md--70 {
		margin-right: 70px !important;
	}

	.mx-md--70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}

	.my-md--70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.p-md--75 {
		padding: 75px !important;
	}

	.pt-md--75 {
		padding-top: 75px !important;
	}

	.pb-md--75 {
		padding-bottom: 75px !important;
	}

	.pl-md--75 {
		padding-left: 75px !important;
	}

	.pr-md--75 {
		padding-right: 75px !important;
	}

	.px-md--75 {
		padding-left: 75px !important;
		padding-right: 75px !important;
	}

	.py-md--75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}

	.m-md--75 {
		margin: 75px !important;
	}

	.mt-md--75 {
		margin-top: 75px !important;
	}

	.mb-md--75 {
		margin-bottom: 75px !important;
	}

	.ml-md--75 {
		margin-left: 75px !important;
	}

	.mr-md--75 {
		margin-right: 75px !important;
	}

	.mx-md--75 {
		margin-left: 75px !important;
		margin-right: 75px !important;
	}

	.my-md--75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}

	.p-md--80 {
		padding: 80px !important;
	}

	.pt-md--80 {
		padding-top: 80px !important;
	}

	.pb-md--80 {
		padding-bottom: 80px !important;
	}

	.pl-md--80 {
		padding-left: 80px !important;
	}

	.pr-md--80 {
		padding-right: 80px !important;
	}

	.px-md--80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-md--80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.m-md--80 {
		margin: 80px !important;
	}

	.mt-md--80 {
		margin-top: 80px !important;
	}

	.mb-md--80 {
		margin-bottom: 80px !important;
	}

	.ml-md--80 {
		margin-left: 80px !important;
	}

	.mr-md--80 {
		margin-right: 80px !important;
	}

	.mx-md--80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}

	.my-md--80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.p-md--85 {
		padding: 85px !important;
	}

	.pt-md--85 {
		padding-top: 85px !important;
	}

	.pb-md--85 {
		padding-bottom: 85px !important;
	}

	.pl-md--85 {
		padding-left: 85px !important;
	}

	.pr-md--85 {
		padding-right: 85px !important;
	}

	.px-md--85 {
		padding-left: 85px !important;
		padding-right: 85px !important;
	}

	.py-md--85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}

	.m-md--85 {
		margin: 85px !important;
	}

	.mt-md--85 {
		margin-top: 85px !important;
	}

	.mb-md--85 {
		margin-bottom: 85px !important;
	}

	.ml-md--85 {
		margin-left: 85px !important;
	}

	.mr-md--85 {
		margin-right: 85px !important;
	}

	.mx-md--85 {
		margin-left: 85px !important;
		margin-right: 85px !important;
	}

	.my-md--85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}

	.p-md--90 {
		padding: 90px !important;
	}

	.pt-md--90 {
		padding-top: 90px !important;
	}

	.pb-md--90 {
		padding-bottom: 90px !important;
	}

	.pl-md--90 {
		padding-left: 90px !important;
	}

	.pr-md--90 {
		padding-right: 90px !important;
	}

	.px-md--90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}

	.py-md--90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.m-md--90 {
		margin: 90px !important;
	}

	.mt-md--90 {
		margin-top: 90px !important;
	}

	.mb-md--90 {
		margin-bottom: 90px !important;
	}

	.ml-md--90 {
		margin-left: 90px !important;
	}

	.mr-md--90 {
		margin-right: 90px !important;
	}

	.mx-md--90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}

	.my-md--90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.p-md--95 {
		padding: 95px !important;
	}

	.pt-md--95 {
		padding-top: 95px !important;
	}

	.pb-md--95 {
		padding-bottom: 95px !important;
	}

	.pl-md--95 {
		padding-left: 95px !important;
	}

	.pr-md--95 {
		padding-right: 95px !important;
	}

	.px-md--95 {
		padding-left: 95px !important;
		padding-right: 95px !important;
	}

	.py-md--95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}

	.m-md--95 {
		margin: 95px !important;
	}

	.mt-md--95 {
		margin-top: 95px !important;
	}

	.mb-md--95 {
		margin-bottom: 95px !important;
	}

	.ml-md--95 {
		margin-left: 95px !important;
	}

	.mr-md--95 {
		margin-right: 95px !important;
	}

	.mx-md--95 {
		margin-left: 95px !important;
		margin-right: 95px !important;
	}

	.my-md--95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}

	.p-md--100 {
		padding: 100px !important;
	}

	.pt-md--100 {
		padding-top: 100px !important;
	}

	.pb-md--100 {
		padding-bottom: 100px !important;
	}

	.pl-md--100 {
		padding-left: 100px !important;
	}

	.pr-md--100 {
		padding-right: 100px !important;
	}

	.px-md--100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}

	.py-md--100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.m-md--100 {
		margin: 100px !important;
	}

	.mt-md--100 {
		margin-top: 100px !important;
	}

	.mb-md--100 {
		margin-bottom: 100px !important;
	}

	.ml-md--100 {
		margin-left: 100px !important;
	}

	.mr-md--100 {
		margin-right: 100px !important;
	}

	.mx-md--100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}

	.my-md--100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
}
.align-c {
	text-align: center;
}

.align-l {
	text-align: left;
}

.align-r {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.align-md--c {
		text-align: center;
	}

	.align-md--l {
		text-align: left;
	}

	.align-md--r {
		text-align: right;
	}
}
.row {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.row-align-start {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.row-align-center {
	-webkit-align-items: center;
	align-items: center;
}

.row-align-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.row-justify-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.row-justify-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.row-justify-center {
	-webkit-justify-content: center;
	justify-content: center;
}

.row-justify-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.under {
	padding-top: 86px;
}
.under header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #969696;
	background-color: rgba(0, 0, 0, 0.8);
}
.under header .under-logo {
	margin-left: 20px;
	height: 86px;
	display: flex;
	align-items: center;
}
.under header .under-logo span {
	display: none;
}
@media screen and (max-width: 767px) {
	.under header .under-logo {
		height: 63px;
	}
	.under header .under-logo img {
		max-height: 30px;
		height: 100%;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.under {
		padding-top: 63px;
	}
}
.under .title-head {
	background-image: url("../img/head-bg.jpg");
	background-position: center;
	background-size: cover;
	height: 200px;
}
@media screen and (max-width: 767px) {
	.under .title-head {
		height: 120px;
	}
}
.under .title-head.other-lang-head {
	height: auto;
	padding: 20px 0;
}
.under .title-head .title-head-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.under .title-head .title-head-inner img {
		height: 50%;
	}
}
.under .title-head .title-head-inner .other-lang .btn {
	margin-top: 0;
	margin-bottom: 25px;
	max-width: none;
}
.under .title-head .title-head-inner .other-lang .btn-style {
	font-size: 15px;
	padding: 22px 30px;
}
@media screen and (max-width: 767px) {
	.under .title-head .title-head-inner .other-lang .btn-style {
		font-size: 12px !important;
		line-height: 1.3;
		padding: 15px 12px;
	}
}
.under .title-head .title-head-inner .other-lang .btn-style-red {
	background-color: #4f1714;
}
.under .title-head .title-head-inner h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-shadow: 1px 1px 0 #969696, -1px -1px 0 #969696, -1px 1px 0 #969696, 1px -1px 0 #969696, 0px 1px 0 #969696,
		-1px 0 #969696, -1px 0 0 #969696, 1px 0 0 #969696, 0px 0px 13px #bababa, 0px 0px 13px #bababa,
		0px 0px 13px #bababa;
}
.under .title-head .title-head-inner h2 span {
	font-size: 40px;
}
@media screen and (max-width: 767px) {
	.under .title-head .title-head-inner h2 {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 21px;
		text-shadow: 1px 1px 0 #969696, -1px -1px 0 #969696, -1px 1px 0 #969696, 1px -1px 0 #969696, 0px 1px 0 #969696,
			-1px 0 #969696, -1px 0 0 #969696, 1px 0 0 #969696, 0px 0px 5px #bababa, 0px 0px 5px #bababa,
			0px 0px 5px #bababa;
	}
	.under .title-head .title-head-inner h2 span {
		font-size: 26px;
	}
}

.style-arrow {
	display: block;
	width: 100%;
	height: 100%;
}
.style-arrow::after {
	content: "";
	position: absolute;
	height: 120px;
	border-right: 2px solid #111110;
}
.style-arrow::before {
	content: "";
	position: absolute;
	top: -85px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 10px;
	border-color: transparent transparent transparent #111110;
}
.style-arrow.style-arrow-bottom::before {
	top: auto;
	bottom: -8px;
	border-width: 0px 10px 30px 0px;
	border-color: transparent #111110 transparent transparent;
}

.title-style {
	font-size: 32px;
	line-height: 1.4;
	position: relative;
	display: block;
	margin: auto;
	width: fit-content;
	text-align: center;
	color: #fc4040;
	letter-spacing: 0.2rem;
	font-weight: bold;
}
.title-style span {
	transform: scale(1, 1.1);
}
.title-style small {
	font-size: 75%;
}
.title-style:before,
.title-style:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background: #fc4040;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.title-style:before {
	left: -90px;
}
.title-style:after {
	right: -90px;
}
@media screen and (max-width: 767px) {
	.title-style {
		font-size: 24px !important;
	}
	.title-style:before,
	.title-style:after {
		width: 60px;
	}
	.title-style:before {
		left: -70px;
	}
	.title-style:after {
		right: -70px;
	}
}

.btn-style {
	font-size: 18px;
	color: white;
	padding: 24px 25px;
	border: 2px solid #969696;
	background-color: #161616;
	text-align: center;
	position: relative;
	margin: auto;
	width: 100%;
	z-index: 2;
	line-height: 1;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.btn-style span {
	transform: skewX(15deg);
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-style.btn-style-cap span {
	flex-wrap: wrap;
}
.btn-style.btn-style-cap span small {
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 7px;
	color: rgba(255, 255, 255, 0.8);
}
.btn-style i {
	display: inline-block;
	margin-right: 10px;
	max-width: 30px;
}
@media screen and (max-width: 767px) {
	.btn-style i {
		max-width: 20px;
	}
}
.btn-style:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.btn-style {
		font-size: 14px !important;
		width: 100%;
		padding: 15px 30px;
		line-height: 1.2;
	}
	.btn-style.btn-style-cap {
		padding: 15px 10px;
	}
	.btn-style.btn-style-cap span small {
		font-size: 12px;
		margin-top: 4px;
	}
}

.btn {
	position: relative;
	max-width: 350px;
	width: 100%;
	margin: 50px auto 0;
	transform: skewX(-15deg);
}
@media screen and (max-width: 767px) {
	.btn {
		max-width: 280px;
	}
}
.btn:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #969696;
	background-color: black;
	z-index: -2;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.btn:hover {
	opacity: 1;
}
.btn:hover:before {
	top: 0px;
	left: 0px;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

#page-top.UpMove,
.fix_bottom.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(calc(100% + 10px));
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#page-top.DownMove,
.fix_bottom.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(calc(100% + 10px));
	}
}
.mv {
	--gap-horizontal: 10px;
}

/* Animations */
@keyframes glitch-anim-eye {
	0% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	7% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	14% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	21% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	28% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	35% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	42% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	49% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	49.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
	}
	50% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	55%,
	100% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
		clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
	}
}
@keyframes glitch-sub-title {
	0% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	7% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	14% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	21% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	28% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	35% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	42% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	49% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	49.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
	}
	50%,
	100% {
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@keyframes glitch-anim-text {
	0% {
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	20% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	30% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	40% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	50% {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	59.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
	}
	60% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	70% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	80% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	90% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
	99.9% {
		transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@keyframes glitch-anim-text2 {
	0% {
		left: -10px;
		clip: rect(10px, 9999px, 63px, 0);
	}
	4% {
		clip: rect(137px, 9999px, 150px, 0);
	}
	8% {
		clip: rect(82px, 9999px, 178px, 0);
	}
	12% {
		left: -2px;
		clip: rect(85px, 9999px, 125px, 0);
	}
	16% {
		clip: rect(223px, 9999px, 258px, 0);
	}
	20% {
		left: 10px;
		clip: rect(100px, 9999px, 146px, 0);
	}
	24% {
		clip: rect(41px, 9999px, 72px, 0);
	}
	28% {
		clip: rect(9px, 9999px, 45px, 0);
	}
	32% {
		clip: rect(136px, 9999px, 164px, 0);
		filter: hue-rotate(-25deg);
	}
	36% {
		left: -9px;
		clip: rect(84px, 9999px, 116px, 0);
	}
	40% {
		clip: rect(229px, 9999px, 315px, 0);
	}
	44% {
		clip: rect(37px, 9999px, 73px, 0);
	}
	48% {
		clip: rect(163px, 9999px, 180px, 0);
	}
	52% {
		clip: rect(205px, 9999px, 244px, 0);
	}
	56% {
		left: 6px;
		clip: rect(135px, 9999px, 170px, 0);
	}
	60% {
		clip: rect(14px, 9999px, 100px, 0);
	}
	64% {
		left: -2px;
		clip: rect(116px, 9999px, 129px, 0);
	}
	68% {
		clip: rect(37px, 9999px, 69px, 0);
	}
	72% {
		clip: rect(232px, 9999px, 264px, 0);
	}
	76% {
		left: -8px;
		clip: rect(100px, 9999px, 196px, 0);
		filter: hue-rotate(35deg);
	}
	80% {
		clip: rect(199px, 9999px, 245px, 0);
	}
	84% {
		clip: rect(37px, 9999px, 73px, 0);
	}
	88% {
		left: -10px;
		clip: rect(1px, 9999px, 296px, 0);
	}
	92% {
		clip: rect(141px, 9999px, 272px, 0);
	}
	96% {
		clip: rect(33px, 9999px, 65px, 0);
	}
	100% {
		clip: rect(137px, 9999px, 273px, 0);
	}
}
@keyframes glitch-anim-text3 {
	0% {
		top: -6px;
		clip: rect(10px, 9999px, 63px, 0);
	}
	4% {
		clip: rect(137px, 9999px, 150px, 0);
	}
	8% {
		clip: rect(82px, 9999px, 178px, 0);
	}
	12% {
		top: -2px;
		clip: rect(85px, 9999px, 125px, 0);
	}
	16% {
		clip: rect(223px, 9999px, 258px, 0);
	}
	20% {
		top: 6px;
		clip: rect(100px, 9999px, 146px, 0);
	}
	24% {
		clip: rect(41px, 9999px, 72px, 0);
	}
	28% {
		clip: rect(9px, 9999px, 45px, 0);
	}
	32% {
		clip: rect(136px, 9999px, 164px, 0);
		filter: hue-rotate(-25deg);
	}
	36% {
		top: -5px;
		clip: rect(84px, 9999px, 116px, 0);
	}
	40% {
		clip: rect(229px, 9999px, 315px, 0);
	}
	44% {
		clip: rect(37px, 9999px, 73px, 0);
	}
	48% {
		clip: rect(163px, 9999px, 180px, 0);
	}
	52% {
		clip: rect(205px, 9999px, 244px, 0);
	}
	56% {
		top: 5px;
		clip: rect(135px, 9999px, 170px, 0);
	}
	60% {
		clip: rect(14px, 9999px, 100px, 0);
	}
	64% {
		top: -2px;
		clip: rect(116px, 9999px, 129px, 0);
	}
	68% {
		clip: rect(37px, 9999px, 69px, 0);
	}
	72% {
		clip: rect(232px, 9999px, 264px, 0);
	}
	76% {
		top: -4px;
		clip: rect(100px, 9999px, 196px, 0);
		filter: hue-rotate(35deg);
	}
	80% {
		clip: rect(199px, 9999px, 245px, 0);
	}
	84% {
		clip: rect(37px, 9999px, 73px, 0);
	}
	88% {
		top: -6px;
		clip: rect(1px, 9999px, 296px, 0);
	}
	92% {
		clip: rect(141px, 9999px, 272px, 0);
	}
	96% {
		clip: rect(33px, 9999px, 65px, 0);
	}
	100% {
		clip: rect(137px, 9999px, 273px, 0);
	}
}
@keyframes glitch {
	0% {
		clip: rect(71px, 9999px, 97px, 0);
	}
	5% {
		clip: rect(94px, 9999px, 44px, 0);
	}
	10% {
		clip: rect(35px, 9999px, 97px, 0);
	}
	15% {
		clip: rect(74px, 9999px, 61px, 0);
	}
	20% {
		clip: rect(93px, 9999px, 9px, 0);
	}
	25% {
		clip: rect(37px, 9999px, 18px, 0);
	}
	30% {
		clip: rect(58px, 9999px, 63px, 0);
	}
	35% {
		clip: rect(99px, 9999px, 3px, 0);
	}
	40% {
		clip: rect(87px, 9999px, 93px, 0);
	}
	45% {
		clip: rect(66px, 9999px, 34px, 0);
	}
	50% {
		clip: rect(62px, 9999px, 62px, 0);
	}
	55% {
		clip: rect(37px, 9999px, 73px, 0);
	}
	60% {
		clip: rect(22px, 9999px, 94px, 0);
	}
	65% {
		clip: rect(35px, 9999px, 74px, 0);
	}
	70% {
		clip: rect(76px, 9999px, 27px, 0);
	}
	75% {
		clip: rect(55px, 9999px, 67px, 0);
	}
	80% {
		clip: rect(17px, 9999px, 46px, 0);
	}
	85% {
		clip: rect(7px, 9999px, 58px, 0);
	}
	90% {
		clip: rect(81px, 9999px, 61px, 0);
	}
	95% {
		clip: rect(26px, 9999px, 77px, 0);
	}
	100% {
		clip: rect(85px, 9999px, 22px, 0);
	}
}
@keyframes logo-zoom-out-anim {
	0% {
		transform: translate(-50%, -50%) scale(1.5);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}
@media screen and (max-width: 767px) {
	@keyframes logo-zoom-out-anim {
		0% {
			transform: translate(-50%, -50%) scale(1.5);
		}
		100% {
			transform: translate(-50%, -50%) scale(1);
		}
	}
}
@keyframes logo-zoom-out-anim2 {
	0% {
		transform: translate(-50%, 0%) scale(1.5);
	}
	100% {
		transform: translate(-50%, 0%) scale(1);
	}
}
@media screen and (max-width: 767px) {
	@keyframes logo-zoom-out-anim2 {
		0% {
			transform: translate(-50%, 0%) scale(1.5);
		}
		100% {
			transform: translate(-50%, 0%) scale(1);
		}
	}
}
@keyframes text-anim {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.animation {
	opacity: 0;
	transition: 1.6s;
	transform: translateY(70px);
}

.animation_active {
	opacity: 1;
	transform: translateY(0);
}

.user-info {
	width: 95%;
	max-width: 1070px;
	margin: 100px auto;
	letter-spacing: 0.02em;
}
.user-info small {
	font-size: 80%;
}
.user-info .user-info-completion-txt {
	font-size: 18px;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 80px;
}
.user-info a {
	padding-left: 10px;
	margin-left: 5px;
	color: #fc4040;
	display: inline-block;
	position: relative;
}
.user-info a:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.44em);
	left: 0;
	width: 0.5em;
	height: 0.88em;
	background: url(../img/r-arrow.png) no-repeat;
	background-size: contain;
}
.user-info .user-info-box {
	border: 1px solid rgba(255, 255, 255, 0.38);
	margin-bottom: 100px;
}
.user-info .user-info-box .user-info-inner {
	margin: 10px;
	padding: 46px;
	background-color: rgba(255, 255, 255, 0.05);
}
.user-info .user-info-box .user-info-inner .user-info-lead {
	font-size: 16px;
	margin-bottom: 40px;
	line-height: calc(28 / 16);
}
.user-info .user-info-box .user-info-inner .user-info-lead .user-info-lead-cap {
	font-size: 14px;
	color: #ababab;
	display: inline-block;
}
.user-info .user-info-box .user-info-inner .user-info-input-box {
	margin-bottom: 40px;
	word-break: break-all;
}
.user-info .user-info-box .user-info-inner .user-info-input-box:last-child {
	margin-bottom: 0;
}
.user-info .user-info-box .user-info-inner .user-info-input-box.no-required .user-info-label:before {
	background-color: #fff;
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.4);
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label {
	display: block;
	font-size: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label:before {
	content: "";
	position: absolute;
	top: calc(0.5em - 2.5px);
	left: 0;
	background-color: #fc4040;
	width: 30px;
	height: 5px;
	transform: skewX(-35deg);
	box-shadow: 0 0 8px rgba(252, 77, 77, 0.4), 0 0 8px rgba(252, 77, 77, 0.4);
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label span {
	padding: 4px 10px;
	margin-left: 15px;
	display: inline-block;
	font-size: 13px;
	color: #000;
	position: relative;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) skewX(-25deg);
	transform: translate(-50%, -50%) skewX(-25deg);
	width: 100%;
	height: 100%;
	background-color: #fc4040;
	box-shadow: 0 0 8px rgba(252, 77, 77, 0.4), 0 0 8px rgba(252, 77, 77, 0.4);
	z-index: -1;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-register {
	font-size: 16px;
	margin-top: -20px;
	margin-bottom: 40px;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-cap {
	font-size: 14px;
	color: #ababab;
	margin-bottom: 12px;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-cap span {
	color: #fc4040;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner {
	font-size: 16px;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input {
	width: 100%;
	background-color: #2f2f2f;
	border: unset;
	padding: 16px 10px;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-5 {
	width: 5% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-10 {
	width: 10% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-15 {
	width: 15% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-20 {
	width: 20% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-25 {
	width: 25% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-30 {
	width: 30% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-35 {
	width: 35% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-40 {
	width: 40% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-45 {
	width: 45% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-50 {
	width: 50% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-55 {
	width: 55% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-60 {
	width: 60% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-65 {
	width: 65% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-70 {
	width: 70% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-75 {
	width: 75% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-80 {
	width: 80% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-85 {
	width: 85% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-90 {
	width: 90% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-95 {
	width: 95% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-100 {
	width: 100% !important;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input[type="checkbox"],
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input[type="radio"] {
	width: auto;
	display: none;
}
.user-info
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-info-input-inner
	input[type="checkbox"]:checked
	+ label::after,
.user-info
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-info-input-inner
	input[type="radio"]:checked
	+ label::after {
	background-color: #fc4040;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .check-label {
	font-size: 16px;
	display: inline-block;
	padding: 2px 0 2px 30px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	line-height: 1.4;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .check-label:before {
	content: "";
	top: 50%;
	left: 0;
	margin-top: -10px;
	position: absolute;
	background-color: #2f2f2f;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .check-label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	transform: translate(0%, -50%);
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .radio-label {
	font-size: 16px;
	display: inline-block;
	padding: 2px 0 2px 30px;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .radio-label:before {
	content: "";
	top: 50%;
	left: 0;
	margin-top: -10px;
	position: absolute;
	background-color: #2f2f2f;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .radio-label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.2);
	transform: translate(0%, -50%);
	border-radius: 50%;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: unset;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div .credit-info {
	padding: 14px 35px;
	background-image: url(../img/form/credit-info-bg.png);
	background-size: cover;
	background-position: center;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div .credit-info span {
	margin-left: 1em;
	color: #fff;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div .credit-change a {
	color: #fff;
	margin-left: 0;
}
.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div.btn-box {
	margin-bottom: 40px;
}
.user-info
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-pay-list.user-2col-list
	li
	div
	.credit-radio-box {
	margin-left: 20px;
}
.user-info
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-pay-list.user-2col-list
	li
	div
	.credit-radio-box
	label {
	margin-top: 0 !important;
}
.user-info .user-info-box .user-info-inner .trading-box h3,
.user-info .user-info-box .user-info-inner .trading-box .title-h3 {
	line-height: 1.7;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: bold;
	font-size: 18px;
}
.user-info .user-info-box .user-info-inner .trading-box h4,
.user-info .user-info-box .user-info-inner .trading-box .title-h4 {
	line-height: 1.7;
	background-color: #2f2f2f;
	padding: 5px 15px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.user-info .user-info-box .user-info-inner .trading-box h5,
.user-info .user-info-box .user-info-inner .trading-box .title-h5 {
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: bold;
}
.user-info .user-info-box .user-info-inner .trading-box h6,
.user-info .user-info-box .user-info-inner .trading-box .title-h6 {
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}
.user-info .user-info-box .user-info-inner .trading-box p {
	line-height: 1.7;
	font-size: 16px;
}
.user-info .user-info-box .user-info-inner .trading-box p .trading-cap {
	font-size: 14px;
	color: #ababab;
}
.user-info .user-info-box .user-info-inner .trading-box ol li {
	margin-bottom: 40px;
}
.user-info .user-info-box .user-info-inner .trading-box ol li:last-child {
	margin-bottom: 0;
}
.user-info .user-info-box .user-info-inner .trading-box ul > li {
	margin-bottom: 25px;
}
.user-info .user-info-box .user-info-inner .trading-box ul > li:last-child {
	margin-bottom: 0;
}
.user-info .user-info-box .user-info-inner .trading-box ul > li ol {
	margin-top: 20px;
}
.user-info .user-info-box .user-info-inner .trading-box ul > li ol li {
	line-height: 1.7;
	font-size: 16px;
	margin-bottom: 5px;
}
.user-info .user-info-box .user-info-inner .trading-box ul > li > p a {
	word-break: break-all;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list {
	line-height: 1.7;
	font-size: 16px;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li {
	display: flex;
	margin-bottom: 20px;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li:last-child {
	margin-bottom: 0;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li > span {
	width: 3.5em;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li > div {
	width: calc(100% - 3.5em);
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol {
	margin-top: 20px;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol li {
	margin-bottom: 10px;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol li:last-child {
	margin-bottom: 0;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol li > span {
	width: 2.7em;
}
.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol li > div {
	width: calc(100% - 2.7em);
}
.user-info .user-info-box .user-info-inner .trading-box.terms > p {
	margin-top: 60px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	.user-info .user-info-box .user-info-inner .trading-box h3,
	.user-info .user-info-box .user-info-inner .trading-box .title-h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.user-info .user-info-box .user-info-inner .trading-box h4,
	.user-info .user-info-box .user-info-inner .trading-box .title-h4 {
		padding: 5px 12px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.user-info .user-info-box .user-info-inner .trading-box h5,
	.user-info .user-info-box .user-info-inner .trading-box .title-h5 {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.user-info .user-info-box .user-info-inner .trading-box h6,
	.user-info .user-info-box .user-info-inner .trading-box .title-h6 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.user-info .user-info-box .user-info-inner .trading-box p {
		font-size: 14px;
	}
	.user-info .user-info-box .user-info-inner .trading-box p .trading-cap {
		font-size: 12px;
	}
	.user-info .user-info-box .user-info-inner .trading-box ol li {
		margin-bottom: 20px;
	}
	.user-info .user-info-box .user-info-inner .trading-box ul > li {
		margin-bottom: 20px;
	}
	.user-info .user-info-box .user-info-inner .trading-box ul > li ol {
		margin-top: 20px;
	}
	.user-info .user-info-box .user-info-inner .trading-box ul > li ol li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list {
		font-size: 14px;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li {
		display: block;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li > span {
		width: 100%;
		display: block;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li > div {
		width: 100%;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol {
		margin-top: 10px;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms .terms-list li ol li {
		display: flex;
	}
	.user-info .user-info-box .user-info-inner .trading-box.terms > p {
		margin-top: 40px;
	}
}
.user-info .user-info-box .user-info-inner .faq-box ul > li .title-h4 {
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
	padding-right: 50px;
}
.user-info .user-info-box .user-info-inner .faq-box ul > li .title-h4:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0%, -50%) rotate(90deg);
	transform: translate(0%, -50%) rotate(90deg);
	width: 12px;
	height: 20px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.user-info .user-info-box .user-info-inner .faq-box ul > li .title-h4.faq-active:after {
	-webkit-transform: translate(0%, -50%) rotate(-90deg);
	transform: translate(0%, -50%) rotate(-90deg);
}
.user-info .user-info-box .user-info-inner .faq-box ul > li p:last-child {
	display: none;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.user-info .user-info-box .user-info-inner .faq-box ul > li .title-h4 {
		margin-bottom: 0;
		padding-right: 30px;
	}
	.user-info .user-info-box .user-info-inner .faq-box ul > li .title-h4:after {
		right: 12px;
		width: 9px;
		height: 14px;
	}
	.user-info .user-info-box .user-info-inner .faq-box ul > li p:last-child {
		margin-top: 10px;
	}
}
.user-info .form-error {
	text-align: center;
	font-size: 16px;
	border: 1px solid #fc4040;
	margin: -50px auto 50px;
}
.user-info .form-error p,
.user-info .form-error > div {
	line-height: calc(35 / 18);
	margin: 10px;
	padding: 50px 20px;
	background-image: url(../img/form/form-err-bg.png);
	background-position: center;
}
.user-info .btn-cap {
	text-align: center;
	font-size: 16px;
}
.user-info .btn-box {
	margin-top: 85px;
	text-align: center;
}
.user-info .btn-box button {
	display: inline-block;
	color: #fff;
	padding: 20px;
	width: calc(50% - 21px);
	max-width: 370px;
	margin: auto 17px;
	transform: unset;
	font-size: 16px;
	line-height: 1.4;
	border-radius: unset !important;
	box-shadow: unset !important;
}
.user-info .btn-box button:before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: unset;
}
.user-info .btn-box button.btn-red {
	background-color: #8f1e1e;
	border: 1px solid #cf2c2c;
}
.user-info .btn-box button.btn-red:before {
	border: 1px solid #cf2c2c;
}
.user-info .btn-box button.btn-gray {
	background-color: #2f2f2f;
	border: 1px solid #545454;
}
.user-info .btn-box button.btn-gray:before {
	border: 1px solid #545454;
}
.user-info .btn-box button:first-child {
	margin-left: 0;
}
.user-info .btn-box button:last-child {
	margin-right: 0;
}
.user-info .s-btn-box button {
	max-width: 216px;
	font-size: 14px;
	padding: 15px;
}
.user-info .btn-box-b-border {
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.user-info .btn-box-t-border {
	margin-top: 0;
	padding-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.user-info .user-info-add-txt {
	font-size: 16px;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.user-info {
		width: calc(100% - 40px);
		max-width: none;
		margin: 50px auto 130px;
	}
	.user-info .user-info-completion-txt {
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 50px;
	}
	.user-info .user-info-box {
		margin-bottom: 60px;
	}
	.user-info .user-info-box .user-info-inner {
		padding: 20px;
	}
	.user-info .user-info-box .user-info-inner .user-info-lead {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.user-info .user-info-box .user-info-inner .user-info-lead .user-info-lead-cap {
		font-size: 13px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box {
		margin-bottom: 30px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box.no-required .user-info-label:before {
		box-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 4px rgba(255, 255, 255, 0.4);
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label {
		font-size: 18px;
		padding-left: 30px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label:before {
		top: calc(0.5em - 2px);
		width: 20px;
		height: 4px;
		box-shadow: 0 0 4px rgba(252, 77, 77, 0.4), 0 0 4px rgba(252, 77, 77, 0.4);
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label span {
		padding: 4px 6px;
		margin-left: 8px;
		font-size: 12px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label span:before {
		box-shadow: 0 0 4px rgba(252, 77, 77, 0.4), 0 0 4px rgba(252, 77, 77, 0.4);
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-register {
		font-size: 14px;
		margin-top: -10px;
		margin-bottom: 30px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-cap {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner {
		font-size: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-5 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-10 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-15 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-20 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-25 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-30 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-35 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-40 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-45 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-50 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-55 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-60 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-65 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-70 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-75 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-80 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-85 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-90 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-95 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner input.w-100 {
		width: 100% !important;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .check-label {
		margin-top: 0;
		line-height: 1.2;
		font-size: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-input-inner .radio-label {
		margin-top: 0;
		line-height: 1.2;
		font-size: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div {
		display: block;
		margin-top: 15px;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div .credit-info {
		margin-bottom: 15px;
		padding: 10px 20px;
		text-align: center;
	}
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-pay-list li div .credit-info span {
		margin-left: 0;
		display: block;
	}
	.user-info
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-pay-list.user-2col-list
		li
		div
		.credit-radio-box {
		margin-left: 0;
	}
	.user-info .form-error {
		font-size: 14px;
		margin: -30px auto 30px;
	}
	.user-info .form-error p {
		padding: 40px 10px;
	}
	.user-info .btn-cap {
		font-size: 14px;
	}
	.user-info .btn-box {
		margin-top: 40px;
	}
	.user-info .btn-box button {
		width: 100%;
		max-width: none;
		margin: auto auto 40px;
		transform: unset;
		font-size: 15px;
	}
	.user-info .btn-box button:last-child {
		margin-bottom: 0;
	}
	.user-info .s-btn-box button {
		max-width: none;
		font-size: 14px;
	}
	.user-info .btn-box-b-border {
		padding-bottom: 50px;
	}
	.user-info .btn-box-t-border {
		margin-top: 0;
		padding-top: 40px;
	}
	.user-info .user-info-add-txt {
		font-size: 14px;
		margin-bottom: 15px;
	}
}
.user-info-play-fee {
	margin-bottom: 40px;
}
.user-info-play-fee img {
	width: 100%;
}
.user-info .user-info-topolo-box ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.user-info .user-info-topolo-box ul li {
	max-width: 219px;
	margin: 0 10px 20px;
}
.user-info .user-info-topolo-box ul li.topolo-first a {
	color: #000;
}
.user-info .user-info-topolo-box ul li.topolo-first a > span {
	background-color: #fff;
}
.user-info .user-info-topolo-box ul li.topolo-first a > span em.topolo-b-bottom {
	border-bottom: 1px solid #000;
}
.user-info .user-info-topolo-box ul li.topolo-first a > span em.topolo-b-bottom .topolo-first-txt {
	font-size: 13px;
}
.user-info .user-info-topolo-box ul li a {
	display: block;
	background: url(../img/form/topolo-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	margin-left: 0;
}
.user-info .user-info-topolo-box ul li a:before {
	content: none;
}
.user-info .user-info-topolo-box ul li a > span {
	background-color: #000;
	text-align: center;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.user-info .user-info-topolo-box ul li a > span em {
	font-weight: bold;
	width: 100%;
}
.user-info .user-info-topolo-box ul li a > span em .topolo-top {
	display: block;
}
.user-info .user-info-topolo-box ul li a > span em .topolo-red {
	font-size: 20px;
	color: #ed3d3d;
	vertical-align: middle;
	display: block;
	width: 100%;
}
.user-info .user-info-topolo-box ul li a > span em .topolo-l-txt {
	font-size: 27px;
	margin-right: 5px;
	vertical-align: bottom;
}
.user-info .user-info-topolo-box ul li a > span em.topolo-b-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.user-info .user-info-topolo-box ul li a > span em.topolo {
	font-size: 14px;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}
.user-info .user-info-topolo-box ul li a > span em.price {
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info .user-info-topolo-box ul li a.topolo-first > span em .topolo-red {
	font-size: 24px;
}
.user-info .user-info-topolo-box ul li a.topolo-first > span em .topolo-l-txt {
	font-size: 18px;
	margin-right: 0;
}
.user-info .user-info-topolo-box ul li a.topolo-first > span em.topolo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info .user-info-topolo-box ul li a.topolo-first > span em.price {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.user-info .user-info-topolo-box ul {
		display: block;
	}
	.user-info .user-info-topolo-box ul li {
		width: 100%;
		max-width: none;
		margin: 0 auto 20px;
	}
	.user-info .user-info-topolo-box ul li:nth-child(2n),
	.user-info .user-info-topolo-box ul li:nth-child(2n + 1) {
		margin-left: auto;
		margin-right: auto;
	}
	.user-info .user-info-topolo-box ul li label {
		padding: 10px;
	}
	.user-info .user-info-topolo-box ul li label > span {
		padding: 20px 10px;
	}
	.user-info .user-info-topolo-box ul li label > span em .topolo-red {
		font-size: 25px;
	}
	.user-info .user-info-topolo-box ul li label > span em .topolo-l-txt {
		font-size: 25px;
		margin-right: 2px;
	}
	.user-info .user-info-topolo-box ul li label > span em.topolo-b-bottom {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.user-info .user-info-topolo-box ul li label > span em.topolo {
		font-size: 14px;
	}
	.user-info .user-info-topolo-box ul li label > span em.price {
		font-size: 14px;
	}
	.user-info .user-info-topolo-box ul li label.topolo-first > span em .topolo-red {
		font-size: 20px;
		margin-top: 0;
	}
	.user-info .user-info-topolo-box ul li label.topolo-first > span em .topolo-l-txt {
		font-size: 20px;
	}
}
.user-info .user-select-topolo {
	background: url(../img/form/topolo-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 22px;
	width: 95%;
	max-width: 330px;
	margin: auto auto 50px;
}
.user-info .user-select-topolo div {
	background-color: #000;
	text-align: center;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.user-info .user-select-topolo div em {
	font-weight: bold;
	width: 100%;
	line-height: 1.3;
}
.user-info .user-select-topolo div em .topolo-red {
	font-size: 38px;
	color: #ed3d3d;
	vertical-align: middle;
}
.user-info .user-select-topolo div em .topolo-l-txt {
	font-size: 45px;
	margin-right: 5px;
	vertical-align: bottom;
	display: inline-block !important;
}
.user-info .user-select-topolo div em.topolo-b-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 28px;
	margin-bottom: 24px;
}
.user-info .user-select-topolo div em.topolo {
	font-size: 20px;
}
.user-info .user-select-topolo div em.price {
	font-size: 18px;
}
.user-info .user-select-topolo div.topolo-first {
	background-color: #fff;
	color: #000;
}
.user-info .user-select-topolo div.topolo-first em.topolo-b-bottom {
	border-bottom: 1px solid #000;
}
.user-info .user-select-topolo div.topolo-first em span {
	display: block;
}
.user-info .user-select-topolo div.topolo-first em span.topolo-first-txt {
	font-size: 17px;
}
@media screen and (max-width: 767px) {
	.user-info .user-select-topolo {
		padding: 15px;
		width: 100%;
		max-width: 280px;
		margin: auto auto 40px;
	}
	.user-info .user-select-topolo div {
		padding: 15px;
	}
	.user-info .user-select-topolo div em .topolo-red {
		font-size: 32px;
	}
	.user-info .user-select-topolo div em .topolo-l-txt {
		font-size: 36px;
	}
	.user-info .user-select-topolo div em.topolo-b-bottom {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.user-info .user-select-topolo div em.topolo {
		font-size: 18px;
	}
	.user-info .user-select-topolo div em.price {
		font-size: 16px;
	}
}
.user-info .user-select-movie {
	text-align: center;
}
.user-info .user-select-movie .user-select-movie-title {
	font-size: 21px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}
.user-info .user-select-movie .user-select-movie-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 40px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
}
.user-info .user-select-movie figure {
	line-height: 1;
	max-width: 420px;
	margin: auto;
	background: url(../img/form/topolo-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
}
.user-info .user-select-movie figure img {
	display: block;
}
.user-info .user-select-movie ul {
	margin-top: 15px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info .user-select-movie ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.user-info .user-select-movie ul li:last-child {
	margin-right: 0;
}
.user-info .user-select-movie ul li p {
	line-height: 1.5;
}
.user-info .user-select-movie ul li p:first-child {
	position: relative;
	font-weight: bold;
	padding-right: 1em;
}
.user-info .user-select-movie ul li p:first-child:after {
	content: "：";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
	.user-info .user-select-movie .user-select-movie-title {
		font-size: 18px;
	}
	.user-info .user-select-movie .user-select-movie-title small {
		display: block;
	}
	.user-info .user-select-movie figure {
		padding: 10px;
	}
	.user-info .user-select-movie ul {
		margin-top: 20px;
		margin-bottom: 25px;
		display: block;
	}
	.user-info .user-select-movie ul li {
		margin-right: 0;
		margin-bottom: 5px;
	}
}
.user-info .user-info-radio-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.user-info .user-info-radio-box li {
	margin: 0 10px;
}
.user-info .user-info-radio-box li:first-child {
	margin-left: 0;
}
.user-info .user-info-radio-box li:last-child {
	margin-right: 0;
}
.user-info .user-info-radio-box li label {
	margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
	.user-info {
		display: block;
	}
	.user-info li {
		margin: 0;
	}
	.user-info li:first-child {
		margin-bottom: 15px;
	}
}

.user-login {
	max-width: 810px;
}
@media screen and (max-width: 767px) {
	.user-login {
		max-width: none;
	}
}

.user-mypage {
	max-width: 810px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li {
	margin-bottom: 20px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button {
	display: inline-block;
	color: #fff;
	padding: 20px;
	width: 50%;
	max-width: 236px;
	margin: auto auto 20px;
	transform: unset;
	font-size: 16px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button:before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: unset;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button.btn-red {
	background-color: #8f1e1e;
	border: 1px solid #cf2c2c;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button.btn-red:before {
	border: 1px solid #cf2c2c;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button.btn-gray {
	background-color: #2f2f2f;
	border: 1px solid #545454;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button.btn-gray:before {
	border: 1px solid #545454;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-sublabel {
	font-weight: bold;
	position: relative;
	padding-left: 1em;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-sublabel:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background-color: #fc4040;
	width: 0.5em;
	height: 0.5em;
	box-shadow: 0 0 8px rgba(252, 77, 77, 0.4), 0 0 8px rgba(252, 77, 77, 0.4);
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-table {
	margin-bottom: 30px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-table table {
	font-size: 16px;
	width: 100%;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-table table thead {
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-unlist
	li
	.user-info-table
	table
	thead
	tr
	th {
	padding: 15px 20px;
	font-weight: bold;
	width: 37.5%;
	line-height: 1.2;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-unlist
	li
	.user-info-table
	table
	thead
	tr
	th:first-child {
	width: 25%;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-unlist
	li
	.user-info-table
	table
	tbody
	tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-unlist
	li
	.user-info-table
	table
	tbody
	tr:nth-child(odd) {
	background-color: #232323;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-unlist
	li
	.user-info-table
	table
	tbody
	tr
	td {
	padding: 20px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li a {
	color: #a5a5a4;
	font-size: 16px;
	padding-left: 20px;
	margin-left: 0;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li {
	margin-top: 15px;
	font-size: 16px;
	width: calc(50% - 15px);
	margin-right: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 35px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li:nth-child(2n) {
	margin-right: 0;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li .user-info-sublabel {
	line-height: 1.2;
	margin-bottom: 30px;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movie-img {
	line-height: 1;
	background: url(../img/form/topolo-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
	position: relative;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movie-img.user-mypage-inmovie {
	cursor: pointer;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movie-img.user-mypage-inmovie:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-image: url(../img/play-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	opacity: 1;
	transition: opacity 0.2s;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movie-img.user-mypage-inmovie
	video {
	width: 100%;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movie-img
	img {
	display: block;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movie-img:hover:after {
	opacity: 0;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movietxt {
	line-height: 1.5;
	margin-top: 20px;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-movietxt
	a {
	color: #fc4040;
	padding-left: 10px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li > div ul {
	margin-top: 10px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li > div ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li > div ul li p {
	line-height: 1.5;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	ul
	li
	p:first-child {
	width: 6.5em;
	position: relative;
	font-weight: bold;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	ul
	li
	p:first-child:after {
	content: "：";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy-limit {
	display: block;
	text-align: center;
	margin: 25px auto 5px;
	line-height: 1.6;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li > div .user-mypage-buy {
	line-height: 1.5;
	width: 80%;
	margin: 0 auto 15px;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy.user-mypage-download
	a {
	background-color: #3142a1;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy.user-mypage-download
	a:before {
	border: 1px solid #3142a1;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy
	a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #8f1e1e;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy
	a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #cf2c2c;
	z-index: -2;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	background: unset;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy
	a:hover {
	opacity: 1;
}
.user-mypage
	.user-info-box
	.user-info-inner
	.user-info-input-box
	.user-mypage-movielist
	> li
	> div
	.user-mypage-buy
	a:hover:before {
	top: 0px;
	left: 0px;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li .generation {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li .generation p {
	font-size: 16px;
}
.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li .generation p strong {
	font-size: 21px;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.user-mypage {
		max-width: none;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li {
		margin-bottom: 30px;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li button {
		width: 80%;
		max-width: none;
		margin: auto auto 40px;
		display: block;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-sublabel {
		font-size: 15px;
		padding-left: 1.2em;
	}
	.user-mypage
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-mypage-unlist
		li
		.user-info-sublabel:before {
		box-shadow: 0 0 4px rgba(252, 77, 77, 0.4), 0 0 4px rgba(252, 77, 77, 0.4);
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-table {
		overflow-x: scroll;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li .user-info-table table {
		font-size: 15px;
		border-collapse: collapse;
		white-space: nowrap;
	}
	.user-mypage
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-mypage-unlist
		li
		.user-info-table
		table
		thead
		tr
		th {
		padding: 12px;
		width: 33.333%;
		text-align: center;
	}
	.user-mypage
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-mypage-unlist
		li
		.user-info-table
		table
		thead
		tr
		th:first-child {
		width: 33.333%;
	}
	.user-mypage
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-mypage-unlist
		li
		.user-info-table
		table
		tbody
		tr
		td {
		padding: 18px 12px;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-unlist li a {
		font-size: 15px;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist {
		display: block;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li {
		width: 100%;
		padding-bottom: 25px;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li .user-info-sublabel {
		margin-bottom: 15px;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li > div figure {
		padding: 10px;
	}
	.user-mypage
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-mypage-movielist
		> li
		> div
		.user-mypage-movietxt {
		margin-top: 15px;
	}
	.user-mypage .user-info-box .user-info-inner .user-info-input-box .user-mypage-movielist > li .generation {
		margin: 40px auto 15px;
	}
	.user-mypage
		.user-info-box
		.user-info-inner
		.user-info-input-box
		.user-mypage-movielist
		> li
		.generation
		p
		strong {
		margin-bottom: 10px;
	}
}

.cate-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.cate-box li {
	width: calc(25% - 8px);
	margin: 0 5px 10px;
}
.cate-box li:nth-child(4n) {
	margin-right: 0;
}
.cate-box li:nth-child(4n + 1) {
	margin-left: 0;
}
.cate-box li a {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.38);
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.cate-box li a:before {
	top: auto;
	bottom: 14px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%) rotate(90deg);
	transform: translate(-50%, 0%) rotate(90deg);
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
}
.cate-box li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	padding: 25px 20px;
	background-color: rgba(243, 46, 46, 0.5);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.cate-box {
		margin-bottom: 60px;
	}
	.cate-box li {
		width: calc(50% - 5px);
	}
	.cate-box li:first-child {
		margin-bottom: 10px;
	}
	.cate-box li:nth-child(2n) {
		margin-right: 0;
	}
	.cate-box li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.cate-box li a {
		font-size: 14px;
		letter-spacing: -0.01em;
		line-height: 1.4;
	}
	.cate-box li a:before {
		bottom: 8px;
	}
	.cate-box li a span {
		padding: 20px 5px;
	}
}
@media screen and (max-width: 374px) {
	.cate-box li a {
		font-size: 3.5vw;
	}
}

.cate-title {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-shadow: 1px 1px 0 #969696, -1px -1px 0 #969696, -1px 1px 0 #969696, 1px -1px 0 #969696, 0px 1px 0 #969696,
		-1px 0 #969696, -1px 0 0 #969696, 1px 0 0 #969696, 0px 0px 13px #bababa, 0px 0px 13px #bababa,
		0px 0px 13px #bababa;
	position: relative;
	margin-bottom: 75px;
}
.cate-title:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 50px;
	height: 2px;
	background-color: #fff;
	box-shadow: 1px 1px 0 #969696, -1px -1px 0 #969696, -1px 1px 0 #969696, 1px -1px 0 #969696, 0px 1px 0 #969696,
		-1px 0 #969696, -1px 0 0 #969696, 1px 0 0 #969696, 0px 0px 13px #bababa, 0px 0px 13px #bababa,
		0px 0px 13px #bababa;
}
@media screen and (max-width: 767px) {
	.cate-title {
		font-size: 18px;
		margin-bottom: 50px;
	}
}

#access {
	background-image: url("../img/access/bg.jpg");
	background-repeat: no-repeat repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#access {
		background-image: url("../img/access/bg_sp.jpg");
	}
}
#access .content-block .inner {
	max-width: 1000px;
}
#access #map {
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	#access #map {
		margin-top: 60px;
	}
}
#access .map-box {
	background-image: url("../img/access/frame.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 35px;
	max-width: 1000px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#access .map-box {
		background-image: url("../img/access/frame_sp.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 45px;
		margin: auto;
	}
}
@media screen and (max-width: 500px) {
	#access .map-box {
		padding: 24px;
	}
}
#access .map-box .map-box-inner {
	padding-top: calc(100% * 490 / 930);
	width: 100%;
	position: relative;
}
#access .map-box .map-box-inner iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.top_access #info {
	padding-bottom: 20px !important;
}
#access #info,
#ticket {
	padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
	#access #info,
	#ticket {
		padding-bottom: 80px;
	}
}
.top_access #ticket .info-box {
	margin-top: 0 !important;
}
#access #info .info-box,
#ticket .info-box {
	margin: 80px 0 20px;
}
@media screen and (max-width: 767px) {
	#access #info .info-box,
	#ticket .info-box {
		margin: 40px 0 20px;
	}
}
#access #info .inner,
#ticket .inner {
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	#access #info .inner,
	#ticket .inner {
		margin-bottom: 60px;
	}
}
#access #info .info-box-child,
#ticket .info-box-child {
	display: flex;
	align-items: baseline;
	padding: 18px 30px;
	border-top: 2px solid #969696;
}
@media screen and (max-width: 767px) {
	#access #info .info-box-child,
	#ticket .info-box-child {
		display: block;
		padding: 15px 10px;
	}
}
#access #info .info-box-child:last-child,
#ticket .info-box-child:last-child {
	border-bottom: 2px solid #969696;
}
#access #info .info-box-child:nth-child(even),
#ticket .info-box-child:nth-child(even) {
	background-color: #232323;
}
#access #info .info-box-child .info-box-child-dt,
#ticket .info-box-child .info-box-child-dt {
	display: block;
	text-align: center;
	width: 140px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#access #info .info-box-child .info-box-child-dt,
	#ticket .info-box-child .info-box-child-dt {
		width: auto;
		text-align: left;
	}
}
#access #info .info-box-child .info-box-child-dd,
#ticket .info-box-child .info-box-child-dd {
	width: calc(100% - 200px);
	margin-left: 60px;
	line-height: calc(40 / 18);
}
@media screen and (max-width: 767px) {
	#access #info .info-box-child .info-box-child-dd,
	#ticket .info-box-child .info-box-child-dd {
		font-size: 14px;
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
}
#access #info .info-box-child .info-box-child-dd .info-child-sub,
#ticket .info-box-child .info-box-child-dd .info-child-sub {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#access #info .info-box-child .info-box-child-dd .info-child-sub,
	#ticket .info-box-child .info-box-child-dd .info-child-sub {
		display: block;
	}
}
#access #info .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dt,
#ticket .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dt {
	width: 69%;
}
@media screen and (max-width: 767px) {
	#access #info .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dt,
	#ticket .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dt {
		width: auto;
		margin-bottom: 10px;
		display: inline;
	}
}
#access #info .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dd,
#ticket .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dd {
	width: 26%;
	margin-left: 23px;
}
@media screen and (max-width: 767px) {
	#access #info .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dd,
	#ticket .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dd {
		margin-left: 0.5em;
		width: auto;
		display: inline;
	}
	#access #info .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dd em,
	#ticket .info-box-child .info-box-child-dd .info-child-sub .info-child-sub-dd em {
		display: inline-block;
	}
}
#access #info .note,
#ticket .note,
#rule .note,
#itemcall .note,
#charge .note {
	font-size: 14px;
	color: #aeaeae;
	padding-left: 1.5rem;
	position: relative;
}

#access #info .note:before,
#ticket .note:before,
#rule .note:before,
#itemcall .note:before,
#charge .note:before {
	content: "※";
	color: #aeaeae;
	position: absolute;
	left: 0;
	top: 0;
}

html[lang="en"] #access #info .note,
html[lang="en"] #ticket .note,
html[lang="en"] #rule .note,
html[lang="en"] #itemcall .note,
html[lang="en"] #charge .note {
	padding-left: 12px;
}

html[lang="en"] #access #info .note:before,
html[lang="en"] #ticket .note:before,
html[lang="en"] #rule .note:before,
html[lang="en"] #itemcall .note:before,
html[lang="en"] #charge .note:before {
	content: "*";
}

@media screen and (max-width: 767px) {
	#access #info .note,
	#ticket .note,
	#rule .note,
	#itemcall .note,
	#charge .note {
		font-size: 14px;
	}
}
#ticket,
#rule,
#itemcall,
#charge {
	padding-bottom: 0;
}
#ticket.user-info {
	width: auto;
	max-width: none;
	margin: auto;
	letter-spacing: unset;
}
#rule.user-info,
#itemcall.user-info,
#charge.user-info {
	margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
	#rule.user-info,
	#itemcall.user-info,
	#charge.user-info {
		width: auto;
		max-width: none;
		margin: 50px auto 0;
		letter-spacing: unset;
	}
}
#ticket .inner,
#rule .inner,
#itemcall .inner,
#charge .inner {
	margin-bottom: 0;
}
#ticket .inner .note,
#rule .inner .note,
#itemcall .inner .note,
#charge .inner .note {
	font-size: 14px;
}

#ticket .inner .btn,
#rule .inner .btn,
#itemcall .inner .btn,
#charge .inner .btn {
	margin-top: 30px;
	margin-bottom: 60px;
}

#ticket .inner .btn-box,
#rule .inner .btn-box,
#itemcall .inner .btn-box,
#charge .inner .btn-box {
	margin-top: 0;
}

#ticket .inner .btn-style,
#rule .inner .btn-style,
#itemcall .inner .btn-style,
#charge .inner .btn-style {
	padding-left: 0;
	margin-left: 0;
	color: white;
}

#ticket .inner .btn-style:before,
#rule .inner .btn-style:before,
#itemcall .inner .btn-style:before,
#charge .inner .btn-style:before {
	content: none;
}

#access #info .inner .continue,
#ticket .inner .continue,
#rule .inner .continue,
#itemcall .inner .continue,
#charge .inner .continue {
	font-size: 21px;
	font-weight: bold;
}
#ticket .inner .user-info-box,
#rule .inner .user-info-box,
#itemcall .inner .user-info-box,
#charge .inner .user-info-box {
	margin-bottom: 20px;
}
#ticket .inner .user-info-box strong,
#rule .inner .user-info-box strong,
#itemcall .inner .user-info-box strong,
#charge .inner .user-info-box strong {
	font-size: 18px;
}
#ticket .inner .user-info-box .title-h3 span {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#ticket .inner .user-info-box .ticket-list {
	font-size: 16px;
}
#ticket .inner .user-info-box .ticket-list li {
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: bold;
}
#ticket .inner .user-info-box .ticket-table-box table {
	width: 100%;
	line-height: 1;
}
#ticket .inner .user-info-box .ticket-table-box table thead {
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
#ticket .inner .user-info-box .ticket-table-box table thead tr th {
	padding: 15px;
	font-weight: bold;
	width: 50%;
	text-align: center;
	font-size: 17px;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background-color: #0d0d0d;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr:nth-child(odd) {
	background-color: #232323;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td {
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td small {
	font-size: 60%;
	display: inline-flex;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td span {
	font-size: 12px;
	font-weight: normal;
	display: inline-flex;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td em.special-price {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td em.special-price:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -2.2em;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 2.2em;
	height: 2.2em;
	background-image: url(../img/access/special-price.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td em.special-price-en:before {
	background-image: url(../img/access/special-price-en.png);
}
#ticket .inner .user-info-box .ticket-table-box table tbody tr td em.price-line {
	text-decoration-line: line-through;
	text-decoration-color: #fff;
	color: #8a8a8a;
}
#ticket .inner .user-info-box a {
	padding-left: 10px;
	margin-left: 5px;
	color: #fc4040;
	display: inline-block;
	position: relative;
}
#ticket .inner .user-info-box a:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.44em);
	left: 0;
	width: 0.5em;
	height: 0.88em;
	background: url(../img/r-arrow.png) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	#ticket .inner {
		margin-bottom: 0;
	}
	#ticket .inner .user-info-box strong {
		font-size: 16px;
	}
	#ticket .inner .user-info-box .title-h3 span {
		font-size: 12px;
		font-weight: normal;
	}
	#ticket .inner .user-info-box .ticket-list li {
		line-height: 1.7;
		margin-top: 15px;
	}
	#ticket .inner .user-info-box .ticket-table-box {
		overflow-x: overlay;
	}
	#ticket .inner .user-info-box .ticket-table-box table {
		border-collapse: collapse;
		white-space: nowrap;
		line-height: 1.1;
	}
	#ticket .inner .user-info-box .ticket-table-box table thead tr th {
		padding: 15px 20px;
	}
	#ticket .inner .user-info-box .ticket-table-box table tbody tr td {
		padding: 15px 20px;
		font-size: 18px;
	}
	#ticket .inner .user-info-box .ticket-table-box table tbody tr td span {
		font-size: 10px;
	}
	#ticket .inner .user-info-box .ticket-table-box table tbody tr td em.special-price:before {
		left: -1.8em;
		width: 2em;
		height: 2em;
	}
}
#access .f-14 {
	font-size: 14px;
	font-weight: normal;
}
#access .sub-title {
	text-align: center;
	margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
	#access .sub-title {
		max-width: 120px;
		margin: 0 auto 30px;
	}
	#access #rule .sub-title {
		max-width: 98px;
	}
	#access #itemcall .sub-title {
		max-width: 214px;
	}
	#access #charge .sub-title {
		max-width: 126px;
	}
}

#news-details {
	background-image: url("../img/access/bg.jpg");
	background-repeat: no-repeat repeat;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	#news-details {
		background-image: url("../img/access/bg_sp.jpg");
	}
}
#news-details .content-block .inner {
	max-width: 1000px;
	padding: 100px 0 170px;
}
#news-details .content-block .inner .news-box {
	border: 1px solid rgba(255, 255, 255, 0.38);
}
#news-details .content-block .inner .news-box .news-inner {
	margin: 10px;
	padding: 46px;
	background-color: rgba(255, 255, 255, 0.05);
	letter-spacing: 0.04em;
}
#news-details .content-block .inner .news-box .news-inner .date {
	font-size: 14px;
	margin-bottom: 12px;
}
#news-details .content-block .inner .news-box .news-inner h3 {
	font-size: 21px;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: bold;
}
#news-details .content-block .inner .news-box .news-inner .news-txt {
	font-size: 16px;
	line-height: calc(35 / 18);
}
#news-details .content-block .inner .news-box .news-inner .news-txt p {
	margin-bottom: 10px;
}
#news-details .content-block .inner .news-box .news-inner .news-txt p span {
	color: #fff;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .t-red {
	color: #fc4040;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .t-yellow {
	color: #fce540;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .t-blue {
	color: #409dfc;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .t-green {
	color: #40fc4e;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .t-gray {
	color: #ababab;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#news-details .content-block .inner .news-box .news-inner .news-txt a {
	color: #fff;
	margin: 0 10px;
	padding-left: 15px;
	display: inline-block;
	position: relative;
}
#news-details .content-block .inner .news-box .news-inner .news-txt a:before {
	content: "";
	position: absolute;
	top: calc(50% - 0.44em);
	left: 0;
	width: 0.5em;
	height: 0.88em;
	background: url(../img/r-arrow.png) no-repeat;
	background-size: contain;
}
#news-details .content-block .inner .news-box .news-inner .news-txt ul {
	margin: 10px auto 10px 20px;
	list-style: disc;
}
#news-details .content-block .inner .news-box .news-inner .news-txt ul li {
	margin-bottom: 10px;
	line-height: calc(35 / 18);
}
#news-details .content-block .inner .news-box .news-inner .news-txt ul li:last-child {
	margin-bottom: 0;
}
#news-details .content-block .inner .news-box .news-inner .news-txt ol {
	margin: 10px auto 10px 20px;
	list-style: decimal;
}
#news-details .content-block .inner .news-box .news-inner .news-txt ol li {
	margin-bottom: 10px;
	line-height: calc(35 / 18);
}
#news-details .content-block .inner .news-box .news-inner .news-txt ol li:last-child {
	margin-bottom: 0;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .f-large {
	font-size: 24px;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .f-small {
	font-size: 12px;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .img-100 img {
	width: 100%;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .img-75 img {
	width: 75%;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .img-50 img {
	width: 50%;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .img-25 img {
	width: 25%;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .p-left {
	text-align: left;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .p-center {
	text-align: center;
}
#news-details .content-block .inner .news-box .news-inner .news-txt .p-right {
	text-align: right;
}
@media screen and (max-width: 767px) {
	#news-details .content-block .inner {
		max-width: none;
		padding: 50px 0 130px;
	}
	#news-details .content-block .inner .news-box .news-inner {
		padding: 20px;
	}
	#news-details .content-block .inner .news-box .news-inner .date {
		font-size: 13px;
		margin-bottom: 10px;
	}
	#news-details .content-block .inner .news-box .news-inner h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt {
		font-size: 15px;
		line-height: 1.7;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt p {
		line-height: 1.7;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt a {
		margin: 0 5px;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt ul li {
		margin-bottom: 5px;
		line-height: 1.7;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt ol li {
		margin-bottom: 5px;
		line-height: 1.7;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .f-large {
		font-size: 22px;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .img-sp-100 img {
		width: 100% !important;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .img-sp-75 img {
		width: 75% !important;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .img-sp-50 img {
		width: 50% !important;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .img-sp-25 img {
		width: 25% !important;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .p-sp-left {
		text-align: left !important;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .p-sp-center {
		text-align: center !important;
	}
	#news-details .content-block .inner .news-box .news-inner .news-txt .p-sp-right {
		text-align: right !important;
	}
}

.news-list {
	background-repeat: no-repeat repeat !important;
	background-position: center top !important;
	background-size: 100% !important;
	padding-top: 20px !important;
}
.prev-top {
	font-size: 16px;
}
.prev-top a {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 25px;
}
.prev-top a:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 17px;
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
	top: calc(50% - 9px);
	left: 0;
	transform: rotate(-180deg);
}
.news-list .news-box li {
	font-size: 16px;
}
.news-list .news-box li span {
	padding-left: 120px;
}
.news-list .news-box li span:first-child {
	padding-left: 0;
}
.news-list .news-box li p {
	margin-top: 5px;
	text-align: right;
}
.news-list .news-box li p a {
	position: relative;
	display: inline-block !important;
	color: #fff;
	padding-right: 25px;
}
.news-list .news-box li p a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 17px;
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
	top: calc(50% - 9px);
	right: 0;
}
@media screen and (max-width: 767px) {
	.news-list {
		padding-top: 10px !important;
	}
	.prev-top a {
		padding-left: 20px;
	}
	.news-list .news-box li span {
		padding-left: 0;
	}
	.news-list .news-box li p {
		margin-top: 10px;
	}
	.news-list .news-box li p a {
		padding-right: 20px;
	}
}

.type span,
.type_br span {
	display: none;
	color: #fff;
}

.type_rightline br {
	display: none;
}
.type_rightline:after {
	content: "|";
	animation: typinganime 0.8s ease infinite;
}

.type_br_h {
	height: 2.7em;
}

.type_h {
	height: 1em;
}

.type_br_w {
	width: 4em;
}

.type_w {
	width: 1em;
}

.d-none {
	display: none;
}

@keyframes typinganime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes square_loading {
	0% {
		background-image: url(../img/play/icon_square.png);
	}
	10% {
		background-image: url(../img/play/icon_square2.png);
	}
	20% {
		background-image: url(../img/play/icon_square3.png);
	}
	30% {
		background-image: url(../img/play/icon_square4.png);
	}
	40% {
		background-image: url(../img/play/icon_square5.png);
	}
	50% {
		background-image: url(../img/play/icon_square2.png);
	}
	60% {
		background-image: url(../img/play/icon_square3.png);
	}
	70% {
		background-image: url(../img/play/icon_square4.png);
	}
	80% {
		background-image: url(../img/play/icon_square5.png);
	}
	100% {
		background-image: url(../img/play/icon_square.png);
	}
}
.play_under_body {
	overflow-x: hidden;
}

.play_under {
	font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg,
		Helvetica Neue, arial, sans-serif;
	padding-top: 0;
	background-color: #000;
	overflow-x: hidden;
}
.play_under .header {
	transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
	.play_under .header {
		transform: translateY(calc(-100% - 16.5vw));
	}
}
.play_under .header.header_active {
	transform: translateY(0) !important;
}
@media screen and (max-width: 767px) {
	.play_under footer {
		padding-bottom: 20vw;
	}
}

.play_header {
	font-family: "input-mono", monospace, "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "Meiryo",
		"MS Pgothic", knowledge-reg, Helvetica Neue, arial, sans-serif;
}
.play_header .play_header_left {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 8;
	height: calc(100% - 127px);
	background-image: url(../img/play/header_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 20px auto 20px 20px;
	padding-left: 20px;
	transform: translateX(calc(-100% - 40px - 1em));
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
}
.play_header .play_header_left div h1 {
	width: 7em;
	margin-top: 2px;
}
.play_header .play_header_left div h1 a {
	color: #cf202e;
	font-size: 11px;
	line-height: 1.4;
}
.play_header .play_header_left div h1 a span {
	color: #cf202e;
}
.play_header .play_header_left div ul {
	margin-top: 30px;
}
.play_header .play_header_left div ul li {
	margin-bottom: 13px;
}
.play_header .play_header_left div ul li a {
	color: #fff;
	font-size: 15px;
}
.play_header .play_header_left p {
	writing-mode: vertical-rl;
	text-transform: uppercase;
	font-size: 8px;
	transform: rotate(-180deg);
	height: calc(100% - 218px);
}
.play_header .play_header_right {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 8;
	height: calc(100% - 127px);
	background-image: url(../img/play/header_right.svg);
	background-repeat: no-repeat;
	background-size: 100% calc(64% - 40px);
	margin: 20px 20px 20px auto;
	padding-left: 16px;
	display: flex;
	align-items: flex-end;
	transform: translateX(calc(100% + 20px));
	-webkit-transition: transform 0.6s;
	transition: transform 0.6s;
}
.play_header .play_header_right p {
	line-height: 1;
	padding-bottom: 30px;
	position: relative;
}
.play_header .play_header_right p:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 8px;
	height: 8px;
	animation: square_loading 1.3s infinite;
	background-image: url(../img/play/icon_square.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.play_header .play_header_right p a {
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 11px;
	display: block;
	position: relative;
	padding-top: 60px;
}
.play_header .play_header_right p a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 5px;
	height: 50px;
	background-image: url(../img/play/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.play_header.play_header_0404 .play_header_left p {
	height: calc(100% - 160px);
}

.play_header_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.play_header_sp {
		display: block;
		font-family: "input-mono", monospace, "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "Meiryo",
			"MS Pgothic", knowledge-reg, Helvetica Neue, arial, sans-serif;
	}
	.play_header_sp .play_header_top {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 8;
		margin: 64px auto auto;
		padding: 2.5%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.8);
		-webkit-transition: transform 0.6s;
		transition: transform 0.6s;
		transform: translateY(calc(-100% - 64px - 2.8vw));
	}
	.play_header_sp .play_header_top:after {
		content: "";
		position: absolute;
		bottom: -21.5%;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 95%;
		height: 31.5%;
		background-image: url(../img/play/header_top.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	.play_header_sp .play_header_top ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.play_header_sp .play_header_top ul li a {
		color: #fff;
		font-size: 3.4vw;
	}
	.play_header_sp .play_header_bottom {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 8;
		padding: 2.5%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		border-top: 1px solid #fff;
		-webkit-transition: transform 0.6s;
		transition: transform 0.6s;
		transform: translateY(100%);
	}
	.play_header_sp .play_header_bottom p a {
		color: #fff;
	}
	.play_header_sp .play_header_bottom p:first-child {
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: -0.08em;
		text-transform: uppercase;
		transform: scale(0.8);
		width: 126%;
		transform-origin: 0 center;
	}
	.play_header_sp .play_header_bottom p:last-child {
		line-height: 1;
		text-align: right;
		margin-top: 2.5%;
		padding-top: 2%;
		position: relative;
		background-image: url(../img/play/header_bottom.png);
		background-repeat: no-repeat;
		background-size: 62vw;
		background-position: left center;
	}
	.play_header_sp .play_header_bottom p:last-child:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 105%;
		height: 1px;
		background-color: #fff;
	}
	.play_header_sp .play_header_bottom p:last-child a {
		font-size: 2.6vw;
		padding: 0 3% 0 5%;
		position: relative;
	}
	.play_header_sp .play_header_bottom p:last-child a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		width: 8px;
		height: 8px;
		animation: square_loading 1.3s infinite;
		background-image: url(../img/play/icon_square.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.play_header_sp .play_header_bottom p:last-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		width: 1vw;
		height: 3.4vw;
		background-image: url(../img/play/arrow.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.play_header_sp .play_header_bottom p:last-child a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.play_header_sp.play_header_0404 .play_header_top h1 {
		font-size: 3vw;
	}
	.play_header_sp.play_header_0404 .play_header_top h1 a span {
		color: #cf202e;
	}
	.play_header_sp.play_header_0404 .play_header_top ul {
		width: 56%;
	}
}

#play.play_en #play_mv {
	margin-top: -50px;
}
#play.play_en #play_mv .btn-box .btn {
	top: -32vw;
}
#play.play_en #play_visual {
	margin: -20vw auto 80px;
}
@media screen and (max-width: 767px) {
	#play.play_en #play_mv {
		margin-top: -5%;
	}
	#play.play_en #play_mv .btn-box .btn {
		top: -50vw;
	}
	#play.play_en #play_visual {
		margin: -12vw auto 8vw;
	}
}
#play {
	padding-top: 87px;
}
#play #play_mv {
	position: relative;
}
#play #play_mv img {
	display: block;
}
#play #play_mv .main_txt,
#play #play_mv .chara_txt,
#play #play_mv .info_txt {
	width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 2;
}
#play #play_mv .main_txt {
	top: 2.7%;
}
#play #play_mv .main_txt p {
	width: 38.7%;
	max-width: 558px;
	margin: auto auto -40px;
	position: relative;
	z-index: 2;
}
#play #play_mv .main_txt h1 {
	width: 41.7%;
	max-width: 600px;
	margin: auto;
}
#play #play_mv .chara_txt {
	top: 23.5%;
	width: 90%;
	max-width: 1120px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row-reverse;
}
#play #play_mv .chara_txt p {
	width: 5.1%;
	max-width: 57px;
}
#play #play_mv .info_txt {
	bottom: 21.4%;
}
#play #play_mv .info_txt h2 {
	width: 58.7%;
	max-width: 845px;
	margin: auto;
}
#play #play_mv figure {
	pointer-events: none;
}
#play #play_mv figure img {
	width: 100%;
	max-width: none;
}
@media screen and (max-width: 767px) {
	#play {
		padding-top: calc(64px + 5% + 3.4vw);
	}
	#play #play_mv .main_txt {
		top: 2%;
	}
	#play #play_mv .main_txt p {
		width: 80%;
		max-width: none;
		margin: auto auto -7vw;
	}
	#play #play_mv .main_txt h1 {
		width: 85%;
		max-width: none;
	}
	#play #play_mv .chara_txt {
		top: 27.5%;
		max-width: none;
	}
	#play #play_mv .chara_txt p {
		width: 8.5%;
		max-width: none;
	}
	#play #play_mv .info_txt {
		bottom: 12%;
	}
	#play #play_mv .info_txt h2 {
		width: 88%;
		max-width: none;
	}
}
#play #play_mv .btn-box {
	position: relative;
}
#play #play_mv .btn-box .btn {
	max-width: 430px;
	position: absolute;
	left: 50%;
	top: -22vw;
	transform: translateX(-50%) skewX(-15deg);
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#play #play_mv .btn-box .btn {
		top: -25vw;
		max-width: 89%;
	}
}
#play #play_mv .btn-box .btn a {
	background-color: #4f1714;
}
#play #play_visual {
	position: relative;
	width: calc(59.73% + 70px);
	padding-left: 70px;
	margin: -5.9vw auto 80px;
}
#play #play_visual h3 {
	height: 100%;
	max-width: 40px;
	position: absolute;
	left: 0;
}
#play #play_visual h3 img {
	height: 100%;
}
#play #play_visual div {
	display: flex;
	align-items: center;
	justify-content: center;
}
#play #play_visual div h2 {
	margin-left: 10px;
	margin-right: 84px;
	font-size: 24px;
	line-height: 1.5;
	width: 34.8%;
}
#play #play_visual div p {
	width: 64.5%;
	max-width: 520px;
}
#play #play_visual div p img {
	pointer-events: none;
}
@media screen and (max-width: 1440px) {
	#play #play_visual div h2 {
		margin-left: 1.2%;
		margin-right: 9.8%;
		font-size: 1.66vw;
	}
}
@media screen and (max-width: 767px) {
	#play #play_visual {
		width: 90%;
		padding-left: 0;
		margin: 0 auto 8vw;
	}
	#play #play_visual h3 {
		max-width: none;
		top: -2vw;
	}
	#play #play_visual div {
		display: block;
	}
	#play #play_visual div h2 {
		margin-left: 42vw;
		margin-bottom: 4vw;
		margin-right: 0;
		font-size: 3.6vw;
		width: auto;
	}
	#play #play_visual div p {
		width: 95%;
		max-width: none;
		margin: auto 0 auto auto;
		padding-top: 8vw;
	}
}
#play #play_movie {
	position: relative;
}
#play #play_movie h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	mask-image: url(../img/play/bg_aq_txt.svg);
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: 100%;
	-webkit-mask-image: url(../img/play/bg_aq_txt.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 100%;
	height: 14vw;
}
#play #play_movie h2 img {
	width: 100%;
	max-width: none;
	position: relative;
	bottom: 630%;
}
#play #play_movie .play_youtube_box {
	width: calc(59.73% + 70px);
	margin: auto;
	padding-left: 70px;
	position: relative;
}
#play #play_movie .play_youtube_box h3 {
	position: absolute;
	height: 100%;
	left: 0;
}
#play #play_movie .play_youtube_box h3 img {
	height: 100%;
}
#play #play_movie .play_youtube_box .play_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
#play #play_movie .play_youtube_box .play_youtube .js-movie,
#play #play_movie .play_youtube_box .play_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
#play #play_movie .play_youtube_box .play_youtube .js-movie {
	cursor: pointer;
}
#play #play_movie .play_youtube_box .play_youtube .js-movie img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100% !important;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#play #play_movie h2 {
		top: 70%;
		left: 0;
		-webkit-transform: unset;
		transform: unset;
		height: 25vw;
		mask-size: 190%;
		-webkit-mask-size: 190%;
	}
	#play #play_movie h2 img {
		bottom: 230%;
	}
	#play #play_movie .play_youtube_box {
		width: 90%;
		padding-left: 0;
		padding-top: 12vw;
	}
	#play #play_movie .play_youtube_box h3 {
		top: 0;
	}
	#play #play_movie .play_youtube_box .play_youtube {
		width: 95%;
		padding-top: 53.9%;
		margin: auto 0 auto auto;
	}
}
#play #play_about {
	margin: 225px auto 190px;
	width: 90%;
	max-width: 1120px;
}
#play #play_about h2 {
	max-width: 583px;
	margin: auto auto 78px;
}
#play #play_about > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#play #play_about > div figure {
	width: 100%;
	max-width: 502px;
	margin-right: 30px;
}
#play #play_about > div div {
	width: 100%;
	margin-left: 30px;
}
#play #play_about > div div h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 38px;
}
#play #play_about > div div p {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#play #play_about {
		margin: 30vw auto 25vw;
		max-width: none;
	}
	#play #play_about h2 {
		width: 80%;
		max-width: none;
		margin: auto auto 8%;
	}
	#play #play_about > div {
		display: block;
	}
	#play #play_about > div figure {
		max-width: none;
		margin-right: 0;
		margin-bottom: 9vw;
	}
	#play #play_about > div div {
		margin-left: 0;
	}
	#play #play_about > div div h3 {
		font-size: 4vw;
		margin-bottom: 4vw;
		line-height: 1.7;
	}
	#play #play_about > div div p {
		font-size: 3.3vw;
	}
}
#play #play_story {
	position: relative;
	z-index: 2;
	margin: 100px auto 200px;
}
#play #play_story h2 {
	width: 90%;
	max-width: 348px;
	margin: auto auto 85px;
}
#play #play_story p {
	width: 90%;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 2;
}
#play #play_story p span {
	color: #fff;
	text-shadow: 0px 0px 7px rgba(255, 0, 48, 0.5), 0px 0px 7px rgba(255, 0, 48, 0.5),
		0px 0px 7px rgba(255, 0, 48, 0.5);
}
#play #play_story figure {
	position: absolute;
	bottom: 90px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
	z-index: -1;
	min-width: 1440px;
	-webkit-clip-path: polygon(80% 0, 105% 0, 0% 100%, -25% 100%);
	clip-path: polygon(80% 0, 105% 0, 0% 100%, -25% 100%);
	height: 115%;
}
@media screen and (max-width: 767px) {
	#play #play_story {
		margin: 20vw auto;
	}
	#play #play_story h2 {
		width: 50%;
		max-width: none;
		margin: auto auto 12vw;
	}
	#play #play_story p {
		width: 100%;
		font-size: 3.4vw;
		letter-spacing: 0.01em;
	}
	#play #play_story p span {
		text-shadow: 0px 0px 2vw rgba(255, 0, 48, 0.5), 0px 0px 2vw rgba(255, 0, 48, 0.5),
			0px 0px 2vw rgba(255, 0, 48, 0.5);
	}
	#play #play_story figure {
		top: -8vw;
		bottom: auto;
		min-width: unset;
		-webkit-clip-path: polygon(100% 0, 150% 0, 0% 100%, -50% 100%);
		clip-path: polygon(100% 0, 150% 0, 0% 100%, -50% 100%);
		height: 62%;
	}
	#play #play_story figure img {
		width: 192%;
		max-width: none;
		position: relative;
		left: -46%;
	}
}
#play #play_chara {
	margin: 200px auto 80px;
	position: relative;
}
#play #play_chara .chara_prof {
	position: relative;
	width: 90%;
	max-width: 1120px;
	min-height: 690px;
	margin: 0 auto;
	z-index: 3;
}
#play #play_chara .chara_prof > ul {
	position: absolute;
	top: 12%;
	left: -10%;
	width: 55.5%;
}
#play #play_chara .chara_prof > ul li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transform: translateY(30px);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
#play #play_chara .chara_prof > ul li.chara_agil {
	top: -150px;
}
#play #play_chara .chara_prof > ul li.chara_img_active {
	opacity: 1;
	z-index: 2;
	transform: translateY(0);
}
#play #play_chara .chara_prof > ul li img {
	pointer-events: none;
}
#play #play_chara .chara_prof > div {
	width: 56.6%;
	max-width: 633px;
	margin: auto 0 auto auto;
	position: relative;
	z-index: 2;
}
#play #play_chara .chara_prof > div ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 35px auto 80px;
}
#play #play_chara .chara_prof > div ul li {
	position: relative;
	cursor: pointer;
	margin: 0 2px;
}
#play #play_chara .chara_prof > div ul li:first-child {
	margin-left: 0;
}
#play #play_chara .chara_prof > div ul li:last-child {
	margin-right: 0;
}
#play #play_chara .chara_prof > div ul li img {
	pointer-events: none;
}
#play #play_chara .chara_prof > div ul li img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
#play #play_chara .chara_prof > div ul li.chara_active img:nth-child(2) {
	opacity: 1;
	z-index: 2;
}
#play #play_chara .chara_prof > div ul li.blank {
	cursor: default;
}
#play #play_chara .chara_prof > div .chara_txt {
	position: relative;
}
#play #play_chara .chara_prof > div .chara_txt > div {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transform: translateY(30px);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	width: 100%;
}
#play #play_chara .chara_prof > div .chara_txt > div.chara_txt_active {
	opacity: 1;
	z-index: 2;
	transform: translateY(0);
}
#play #play_chara .chara_prof > div .chara_txt > div h3 {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
#play #play_chara .chara_prof > div .chara_txt > div h3 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 15px;
}
#play #play_chara .chara_bg_box {
	position: absolute;
	top: 80px;
	width: 100%;
}
#play #play_chara .chara_bg_box figure {
	position: relative;
	width: 61.9%;
	max-width: 866px;
	z-index: 2;
	-webkit-clip-path: polygon(60% 0, 100% 0, 0% 100%, -50% 100%);
	clip-path: polygon(60% 0, 100% 0, 0% 100%, -50% 100%);
}
#play #play_chara .chara_bg_box ul {
	position: absolute;
	top: -49%;
	width: 61.2%;
	max-width: 857px;
	z-index: 1;
}
#play #play_chara .chara_bg_box ul li {
	position: absolute;
	opacity: 0;
	z-index: -1;
	transform: translate(-100%, -100%);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
#play #play_chara .chara_bg_box ul li.chara_bg_active {
	opacity: 1;
	z-index: 2;
	transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
	#play #play_chara {
		margin: 25vw auto 20vw;
	}
	#play #play_chara .chara_prof {
		max-width: none;
		min-height: unset;
	}
	#play #play_chara .chara_prof > ul {
		top: 16%;
		left: 40%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		width: 150%;
	}
	#play #play_chara .chara_prof > ul li {
		width: 100%;
	}
	#play #play_chara .chara_prof > ul li img {
		width: 100%;
	}
	#play #play_chara .chara_prof > ul li.chara_asuna {
		top: -8vw;
		left: -5%;
	}
	#play #play_chara .chara_prof > ul li.chara_alice {
		top: -3vw;
	}
	#play #play_chara .chara_prof > ul li.chara_sinon {
		top: -20vw;
		left: 8%;
		width: 104%;
	}
	#play #play_chara .chara_prof > ul li.chara_leafa {
		top: -10vw;
		left: 9%;
	}
	#play #play_chara .chara_prof > ul li.chara_lisbeth {
		top: -12vw;
		left: 5%;
	}
	#play #play_chara .chara_prof > ul li.chara_silica {
		top: -5vw;
		left: 11%;
		width: 90%;
	}
	#play #play_chara .chara_prof > ul li.chara_yui {
		top: -16vw;
		left: 5%;
		width: 105%;
	}
	#play #play_chara .chara_prof > ul li.chara_klein {
		top: -6vw;
		left: 10%;
	}
	#play #play_chara .chara_prof > ul li.chara_agil {
		top: -35vw;
		left: 7%;
	}
	#play #play_chara .chara_prof > div {
		width: 100%;
		max-width: none;
		margin: auto;
	}
	#play #play_chara .chara_prof > div h2 {
		width: 85%;
		margin: auto;
	}
	#play #play_chara .chara_prof > div ul {
		align-items: flex-start;
		margin: 6vw auto 100vw;
	}
	#play #play_chara .chara_prof > div ul li {
		margin: 0 -2vw 0 0;
	}
	#play #play_chara .chara_prof > div ul li:nth-child(2n + 1) {
		margin-top: 4vw;
	}
	#play #play_chara .chara_prof > div ul li.chara_active {
		z-index: -1;
	}
	#play #play_chara .chara_prof > div .chara_txt:before {
		content: "";
		position: absolute;
		top: -20%;
		left: -5vw;
		width: 100vw;
		height: 120%;
		background: black;
		background: linear-gradient(0deg, #000000 50%, rgba(255, 255, 255, 0) 100%);
	}
	#play #play_chara .chara_prof > div .chara_txt > div.chara_txt_active {
		position: relative;
	}
	#play #play_chara .chara_prof > div .chara_txt > div h3 {
		font-size: 6vw;
		padding-bottom: 4vw;
		margin-bottom: 6vw;
	}
	#play #play_chara .chara_prof > div .chara_txt > div h3 span {
		font-size: 3vw;
		margin-left: 3%;
	}
	#play #play_chara .chara_prof > div .chara_txt > div p {
		font-size: 3.5vw;
	}
	#play #play_chara .chara_bg_box {
		top: 9%;
	}
	#play #play_chara .chara_bg_box figure {
		width: 85%;
		max-width: none;
		-webkit-clip-path: polygon(55% 0, 100% 0, 0% 55%, 0% 28%);
		clip-path: polygon(55% 0, 100% 0, 0% 55%, 0% 28%);
	}
	#play #play_chara .chara_bg_box figure img {
		width: 192%;
		max-width: none;
		position: relative;
		left: -46%;
	}
	#play #play_chara .chara_bg_box ul {
		top: -30%;
		left: -25%;
		width: 125%;
		max-width: none;
	}
}
#play #play_themesong {
	position: relative;
}
#play #play_themesong > p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	mask-image: url(../img/play/themesong_bg.svg);
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: 100%;
	-webkit-mask-image: url(../img/play/themesong_bg.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	-webkit-mask-size: 100%;
	height: 113vw;
	z-index: -1;
}
#play #play_themesong > p img {
	width: 100%;
	max-width: none;
	position: relative;
	bottom: 0%;
}
#play #play_themesong .themesong_inner {
	margin: 225px auto 210px;
	width: 90%;
	max-width: 1120px;
}
#play #play_themesong .themesong_inner h2 {
	max-width: 679px;
	margin: auto auto 80px;
}
#play #play_themesong .themesong_inner .themesong_box {
	text-align: center;
}
#play #play_themesong .themesong_inner .themesong_box h3 {
	font-size: 32px;
}
#play #play_themesong .themesong_inner .themesong_box p {
	font-size: 14px;
	margin: 30px auto;
}
#play #play_themesong .themesong_inner .themesong_box .play_youtube_box {
	max-width: 860px;
	margin: auto;
}
#play #play_themesong .themesong_inner .themesong_box .play_youtube_box .play_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
#play #play_themesong .themesong_inner .themesong_box .play_youtube_box .play_youtube .js-movie,
#play #play_themesong .themesong_inner .themesong_box .play_youtube_box .play_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
#play #play_themesong .themesong_inner .themesong_box .play_youtube_box .play_youtube .js-movie {
	cursor: pointer;
}
#play #play_themesong .themesong_inner .themesong_box .play_youtube_box .play_youtube .js-movie img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100% !important;
	z-index: 1;
}
#play #play_themesong .themesong_inner .reona_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
#play #play_themesong .themesong_inner .reona_box p {
	font-size: 16px;
	width: 50%;
	margin-right: 30px;
}
#play #play_themesong .themesong_inner .reona_box figure {
	width: 50%;
	max-width: 502px;
	margin-left: 30px;
}
#play #play_themesong .themesong_inner .reona_box figure img {
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#play #play_themesong > p {
		top: 0;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		mask-image: url(../img/play/themesong_bg_sp.svg);
		-webkit-mask-image: url(../img/play/themesong_bg_sp.svg);
		height: 200vw;
	}
	#play #play_themesong > p img {
		bottom: -15%;
		width: 200%;
	}
	#play #play_themesong .themesong_inner {
		margin: 20vw auto;
		max-width: none;
	}
	#play #play_themesong .themesong_inner h2 {
		width: 88%;
		max-width: none;
		margin: auto auto 10vw;
	}
	#play #play_themesong .themesong_inner .themesong_box h3 {
		font-size: 5.9vw;
	}
	#play #play_themesong .themesong_inner .themesong_box p {
		font-size: 3vw;
		margin: 6vw auto;
	}
	#play #play_themesong .themesong_inner .themesong_box .play_youtube_box {
		max-width: none;
	}
	#play #play_themesong .themesong_inner .reona_box {
		display: block;
		margin-top: 10vw;
	}
	#play #play_themesong .themesong_inner .reona_box p {
		font-size: 3.3vw;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10vw;
	}
	#play #play_themesong .themesong_inner .reona_box figure {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}
}
#play #play_goods {
	margin: 0 auto;
	width: 90%;
	max-width: 1120px;
}
#play #play_goods h2 {
	max-width: 359px;
	margin: 0 auto 80px;
}
#play #play_goods > ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
#play #play_goods > ul > li {
	width: calc(33.333% - 43px);
	margin: 0 32px 50px;
}
#play #play_goods > ul > li:nth-child(3n) {
	margin-right: 0;
}
#play #play_goods > ul > li:nth-child(3n + 1) {
	margin-left: 0;
}
#play #play_goods > ul > li:last-child {
	margin-right: 0;
}
#play #play_goods > ul > li img {
	pointer-events: none;
}
#play #play_goods > ul > li .slick-slider {
	margin-bottom: 28px;
}
#play #play_goods > ul > li .slick-dots {
	bottom: 8px;
}
#play #play_goods > ul > li .slick-dots li {
	width: 12px;
	height: 12px;
}
#play #play_goods > ul > li .slick-dots li:only-child {
	display: none;
}
#play #play_goods > ul > li .slick-dots li.slick-active button:before {
	opacity: 1;
}
#play #play_goods > ul > li .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0px;
}
#play #play_goods > ul > li .slick-dots li button:before {
	line-height: 14px;
	width: 12px;
	height: 12px;
	opacity: 0.4;
}
#play #play_goods > ul > li > div:last-child {
	text-align: center;
}
#play #play_goods > ul > li > div:last-child h3 {
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}
#play #play_goods > ul > li > div:last-child p {
	font-size: 15px;
	margin-top: 12px;
}
#play #play_goods .play_goods_cap {
	font-size: 14px;
	margin-bottom: 60px;
}
#play #play_goods .online_btn {
	max-width: 357px;
	margin: auto;
}
#play #play_goods .online_btn a,
#play #play_goods .online_btn img {
	display: block;
}
#play #play_goods .btn-box .btn {
	max-width: 430px;
}
#play #play_goods .btn-box .btn a {
	background-color: #4f1714;
}
@media screen and (max-width: 767px) {
	#play #play_goods {
		max-width: none;
	}
	#play #play_goods h2 {
		width: 52%;
		max-width: none;
		margin: 0 auto 10vw;
	}
	#play #play_goods > ul {
		justify-content: space-between;
	}
	#play #play_goods > ul > li {
		width: 48%;
		margin: 0 2% 7%;
	}
	#play #play_goods > ul > li:nth-child(3n) {
		margin-right: 2%;
	}
	#play #play_goods > ul > li:nth-child(3n + 1) {
		margin-left: 2%;
	}
	#play #play_goods > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	#play #play_goods > ul > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	#play #play_goods > ul > li .slick-slider {
		margin-bottom: 4vw;
	}
	#play #play_goods > ul > li .slick-dots {
		bottom: 1vw;
	}
	#play #play_goods > ul > li .slick-dots li {
		width: 3vw;
		height: 2vw;
	}
	#play #play_goods > ul > li .slick-dots li button {
		width: 4vw;
		height: 2vw;
	}
	#play #play_goods > ul > li .slick-dots li button:before {
		line-height: 3vw;
		width: 4vw;
		height: 2vw;
		font-size: 2.7vw;
	}
	#play #play_goods > ul > li > div:last-child h3 {
		font-size: 3.6vw;
	}
	#play #play_goods > ul > li > div:last-child p {
		font-size: 3.4vw;
		margin-top: 2vw;
	}
	#play #play_goods .play_goods_cap {
		font-size: 3vw;
		margin-bottom: 12vw;
	}
	#play #play_goods .online_btn {
		max-width: 357px;
		margin: auto;
	}
	#play #play_goods .online_btn a,
	#play #play_goods .online_btn img {
		display: block;
	}
	#play #play_goods .btn-box .btn {
		max-width: none;
	}
}
#play .play_project {
	width: 90%;
	max-width: 1120px;
	margin: 130px auto 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 3;
}
#play .play_project.play_project-en li:nth-child(2) {
	width: 40%;
	max-width: 410px;
}
#play .play_project li {
	text-align: center;
	font-size: 15px;
	line-height: 2;
	width: 33.333%;
	max-width: 370px;
	border-right: 1px solid #fff;
	padding: 30px 10px;
	margin: 12px auto;
}
#play .play_project li:last-child {
	border-right: none;
}
#play .play_project li span {
	font-weight: bold;
	display: block;
}
@media screen and (max-width: 767px) {
	#play .play_project {
		max-width: none;
		margin: 20vw auto;
		display: block;
	}
	#play .play_project.play_project-en li:nth-child(2) {
		width: 100%;
		max-width: none;
	}
	#play .play_project li {
		font-size: 3.2vw;
		width: 100%;
		max-width: none;
		border-right: unset;
		border-bottom: 1px solid #fff;
		padding: 5vw 0;
		margin: 0 auto;
	}
	#play .play_project li:last-child {
		border-bottom: none;
	}
}

.goods {
	background-image: url(../img/access/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0 !important;
}
.goods #play_goods {
	padding: 100px 0;
}
.goods #play_goods .bnr-aq {
	text-align: center;
}
.goods #play_goods .bnr-aq img {
	display: block;
}
.goods #play_goods .btn {
	max-width: 430px;
	margin-bottom: 70px;
}
.goods #play_goods .btn a {
	background-color: #4f1714;
}
@media screen and (max-width: 767px) {
	.goods #play_goods {
		padding: 40px 0;
	}
	.goods #play_goods .btn {
		max-width: 89%;
		margin: 20px auto 40px;
	}
	.goods #play_goods .btn a {
		font-size: 3.4vw !important;
	}
}

#howto {
	padding: 70px 0 106px;
	background-image: url(../img/howto/howto_bg.jpg);
	background-size: contain;
}
#howto section {
	width: calc(100% - 40px);
	max-width: 1160px;
	margin: auto;
	padding: 1px 0;
}
#howto .howto_title {
	text-align: center;
	font-weight: bold;
}
#howto .howto_title h2 {
	font-size: 35px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}
#howto .howto_title h3 {
	font-size: 78px;
	text-shadow: 0px 0px 40px #0b40ff, 0px 0px 40px rgba(11, 64, 255, 0.4), 0px 0px 40px rgba(11, 64, 255, 0.4),
		0px 0px 40px rgba(11, 64, 255, 0.4);
}
#howto .howto_title ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 56px auto;
}
#howto .howto_title ul li {
	margin: 0 20px;
	max-width: 460px;
}
#howto .howto_title ul li:first-child {
	margin-left: 0;
}
#howto .howto_title ul li:last-child {
	margin-right: 0;
}
#howto #before_arrival ol {
	max-width: 1160px;
	margin: 120px auto 92px;
}
#howto #before_arrival ol li {
	padding-bottom: 71px;
}
#howto #before_arrival ol li:nth-child(1) h3 {
	max-width: 603px;
}
#howto #before_arrival ol li:nth-child(2) h3 {
	max-width: 930px;
}
#howto #before_arrival ol li .arrival_inner {
	margin: 116px auto 96px;
	position: relative;
	background-image: url(../img/howto/before_arrival_bg_middle.png);
	background-size: 100%;
	padding: 1px 14px;
	z-index: 2;
}
#howto #before_arrival ol li .arrival_inner:before {
	content: "";
	position: absolute;
	top: -115px;
	left: 0;
	width: 100%;
	height: 115px;
	background-image: url(../img/howto/before_arrival_bg_top.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#howto #before_arrival ol li .arrival_inner:after {
	content: "";
	position: absolute;
	bottom: -92px;
	left: 0;
	width: 100%;
	height: 92px;
	background-image: url(../img/howto/before_arrival_bg_bottom.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#howto #before_arrival ol li .arrival_inner h3 {
	position: absolute;
	top: -113px;
}
#howto #before_arrival ol li .arrival_inner div {
	padding-top: 71px;
	width: 90%;
	margin: auto;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
#howto #before_arrival ol li .arrival_inner div .flow_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	padding: 0;
	width: 100%;
}
#howto #before_arrival ol li .arrival_inner div .flow_box .flow_title {
	max-width: 400px;
}
#howto #before_arrival ol li .arrival_inner div .flow_box .flow_txt {
	font-size: 25px;
	margin-left: 30px;
}
#howto #before_arrival ol li .arrival_inner div h4 {
	font-size: 32px;
}
#howto #before_arrival ol li .arrival_inner div p {
	font-size: 27px;
}
#howto #before_arrival ol li .arrival_inner div p.howto_cap {
	color: #8ac6f0;
	line-height: 1.5;
	margin-top: 15px;
}
#howto #before_arrival ol li .arrival_inner div p.modal_link {
	margin-top: 21px;
	padding-left: 42px;
	position: relative;
}
#howto #before_arrival ol li .arrival_inner div p.modal_link:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 37px;
	height: 29px;
	background-image: url(../img/howto/link_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#howto #before_arrival ol li .arrival_inner div p.modal_link a {
	color: #ff0000;
}
#howto #before_arrival ol li .arrival_inner div .register_btn {
	width: 100%;
	max-width: 724px;
	margin: 35px auto 0;
}
#howto #before_arrival ol li .about_item {
	margin: 280px auto 68px;
	position: relative;
	background-image: url(../img/howto/step2_aboutitem_bg_middle.png);
	background-size: 100%;
	padding: 1px 14px;
	z-index: 2;
}
#howto #before_arrival ol li .about_item:before {
	content: "";
	position: absolute;
	top: -68px;
	left: 0;
	width: 100%;
	height: 68px;
	background-image: url(../img/howto/step2_aboutitem_bg_top.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#howto #before_arrival ol li .about_item:after {
	content: "";
	position: absolute;
	bottom: -68px;
	left: 0;
	width: 100%;
	height: 68px;
	background-image: url(../img/howto/step2_aboutitem_bg_bottom.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#howto #before_arrival ol li .about_item h3 {
	position: absolute;
	top: -90px;
	left: 0;
	max-width: 440px;
}
#howto #before_arrival ol li .about_item p {
	margin-top: 10px;
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#howto #before_arrival ol li .about_item p .about_cap {
	font-size: 28px;
	color: #fff;
	display: block;
	margin-top: 35px;
}
#howto #before_arrival ol li .about_item ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 60px;
}
#howto #before_arrival ol li .about_item ul li {
	max-width: 235px;
	margin: 0 40px;
	padding-bottom: 0;
}
#howto #before_arrival ol li .about_item ul li:first-child {
	margin-left: 0;
}
#howto #before_arrival ol li .about_item ul li:last-child {
	margin-right: 0;
}
.btn_sale {
	width: 100%;
	max-width: 724px;
	margin: 15px auto 0;
}
#howto #after_arrival {
	margin-top: 92px;
}
#howto #after_arrival > div h3 {
	margin: -14px auto -95px;
}
#howto #after_arrival > div p {
	text-align: center;
	font-size: 27px;
	line-height: 1.6;
	font-weight: bold;
}
#howto #after_arrival > div p span {
	display: block;
	margin-top: 15px;
	color: #fff;
}
#howto #after_arrival > p {
	max-width: 1160px;
	margin: 99px auto 0;
	padding-bottom: 198px;
	position: relative;
}
#howto #after_arrival > p:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 113px;
	height: 165px;
	background-image: url(../img/howto/after_arrival_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#howto #after_arrival ol {
	max-width: 1160px;
	margin: 138px auto 124px;
}
#howto #after_arrival ol li {
	padding-bottom: 117px;
}
#howto #after_arrival ol li .arrival_inner {
	margin: 117px auto 97px;
	position: relative;
	background-image: url(../img/howto/after_arrival_bg_middle.png);
	background-size: 100%;
	padding: 1px 13px;
	z-index: 2;
}
#howto #after_arrival ol li .arrival_inner:before {
	content: "";
	position: absolute;
	top: -138px;
	left: 0;
	width: 100%;
	height: 138px;
	background-image: url(../img/howto/after_arrival_bg_top.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#howto #after_arrival ol li .arrival_inner:after {
	content: "";
	position: absolute;
	bottom: -121px;
	left: 0;
	width: 100%;
	height: 121px;
	background-image: url(../img/howto/after_arrival_bg_bottom.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#howto #after_arrival ol li p {
	position: relative;
	z-index: 2;
	width: 95%;
}
#howto #after_arrival ol li:nth-child(1) p {
	margin: -85px auto -50px;
}
#howto #after_arrival ol li:nth-child(2) {
	padding-bottom: 0;
}
#howto #after_arrival ol li:nth-child(2) p:nth-child(1) {
	margin: -85px auto 36px;
}
#howto #after_arrival ol li:nth-child(2) p:nth-child(2) {
	margin: 0 auto -57px;
}
@media screen and (max-width: 1200px) {
	#howto {
		padding: 5.88vw 0 8.82vw;
	}
	#howto .howto_title h2 {
		font-size: 2.94vw;
		margin-bottom: 1.7vw;
	}
	#howto .howto_title h3 {
		font-size: 6.47vw;
		text-shadow: 0px 0px 2vw #0b40ff, 0px 0px 2vw rgba(11, 64, 255, 0.4), 0px 0px 2vw rgba(11, 64, 255, 0.4),
			0px 0px 2vw rgba(11, 64, 255, 0.4);
	}
	#howto .howto_title ul {
		width: 83%;
		margin: 4.7vw auto;
	}
	#howto .howto_title ul li {
		margin: 0 1.7vw;
	}
	#howto #before_arrival ol {
		margin: 10vw auto 7.65vw;
	}
	#howto #before_arrival ol li {
		padding-bottom: 5.88vw;
	}
	#howto #before_arrival ol li:nth-child(1) h3 {
		width: 52%;
	}
	#howto #before_arrival ol li:nth-child(2) h3 {
		width: 81.3%;
	}
	#howto #before_arrival ol li .arrival_inner {
		margin: 9.7vw auto 8vw;
		padding: 1px 1.12vw;
	}
	#howto #before_arrival ol li .arrival_inner:before {
		top: -9.5vw;
		height: 9.5vw;
	}
	#howto #before_arrival ol li .arrival_inner:after {
		bottom: -7.65vw;
		height: 7.65vw;
	}
	#howto #before_arrival ol li .arrival_inner h3 {
		top: -9.4vw;
	}
	#howto #before_arrival ol li .arrival_inner div {
		padding-top: 5.89vw;
	}
	#howto #before_arrival ol li .arrival_inner div .flow_box {
		margin-top: 2.94vw;
	}
	#howto #before_arrival ol li .arrival_inner div .flow_box .flow_title {
		width: 39.9%;
	}
	#howto #before_arrival ol li .arrival_inner div .flow_box .flow_txt {
		font-size: 2.08vw;
		margin-left: 2.9%;
	}
	#howto #before_arrival ol li .arrival_inner div h4 {
		font-size: 2.65vw;
	}
	#howto #before_arrival ol li .arrival_inner div p {
		font-size: 2.23vw;
	}
	#howto #before_arrival ol li .arrival_inner div p.modal_link {
		margin-top: 1.77vw;
		padding-left: 3.53vw;
	}
	#howto #before_arrival ol li .arrival_inner div p.modal_link:before {
		width: 3.06vw;
		height: 2.41vw;
	}
	#howto #before_arrival ol li .arrival_inner div .register_btn {
		width: 71%;
		margin: 2.94vw auto 0;
	}
	#howto #before_arrival ol li .about_item {
		margin: 23.34vw auto 5.67vw;
		padding: 1px 1.12vw;
	}
	#howto #before_arrival ol li .about_item:before {
		top: -5.67vw;
		height: 5.67vw;
	}
	#howto #before_arrival ol li .about_item:after {
		bottom: -5.67vw;
		height: 5.67vw;
	}
	#howto #before_arrival ol li .about_item h3 {
		top: -7.5vw;
		width: 38%;
	}
	#howto #before_arrival ol li .about_item p {
		margin-top: 0.9%;
		font-size: 2.92vw;
	}
	#howto #before_arrival ol li .about_item p .about_cap {
		font-size: 2.34vw;
		margin-top: 3.1%;
	}
	#howto #before_arrival ol li .about_item ul {
		margin-top: 5.4%;
	}
	#howto #before_arrival ol li .about_item ul li {
		width: 21%;
		margin: 0 3.6%;
	}
	.btn_sale {
		width: 71%;
		margin: 1.25vw auto 0;
	}
	#howto #after_arrival {
		margin-top: 7.65vw;
	}
	#howto #after_arrival > div h3 {
		margin: -1.18vw auto -7.9vw;
	}
	#howto #after_arrival > div p {
		font-size: 2.23vw;
	}
	#howto #after_arrival > div p span {
		margin-top: 1.18vw;
	}
	#howto #after_arrival > p {
		margin: 8.24vw auto 0;
		padding-bottom: 16.47vw;
	}
	#howto #after_arrival > p:after {
		width: 9.42vw;
		height: 13.77vw;
	}
	#howto #after_arrival ol {
		margin: 11.48vw auto 10.3vw;
	}
	#howto #after_arrival ol li {
		padding-bottom: 9.71vw;
	}
	#howto #after_arrival ol li .arrival_inner {
		margin: 9.71vw auto 8.06vw;
		padding: 1px 1.12vw;
	}
	#howto #after_arrival ol li .arrival_inner:before {
		top: -11.3vw;
		height: 11.3vw;
	}
	#howto #after_arrival ol li .arrival_inner:after {
		bottom: -9.9vw;
		height: 9.9vw;
	}
	#howto #after_arrival ol li:nth-child(1) p {
		margin: -7.06vw auto -4.12vw;
	}
	#howto #after_arrival ol li:nth-child(2) p:nth-child(1) {
		margin: -7.06vw auto 2.95vw;
	}
	#howto #after_arrival ol li:nth-child(2) p:nth-child(2) {
		margin: 0 auto -4.71vw;
	}
}
@media screen and (max-width: 767px) {
	#howto {
		padding: 12vw 0 15vw;
	}
	#howto .howto_title h2 {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}
	#howto .howto_title h3 {
		font-size: 11vw;
		text-shadow: 0px 0px 3vw #0b40ff, 0px 0px 3vw rgba(11, 64, 255, 0.4), 0px 0px 3vw rgba(11, 64, 255, 0.4),
			0px 0px 3vw rgba(11, 64, 255, 0.4);
	}
	#howto .howto_title ul {
		width: 80%;
		margin: 5vw auto;
		display: block;
	}
	#howto .howto_title ul li {
		margin: 0;
	}
	#howto section {
		width: 96%;
		max-width: none;
	}
	#howto #before_arrival ol li {
		padding-bottom: 8vw;
	}
	#howto #before_arrival ol li .arrival_inner {
		margin: 9vw auto 7.6vw;
		padding: 1px 1.6vw;
	}
	#howto #before_arrival ol li .arrival_inner:before {
		background-position: left top;
		top: -9vw;
		height: 9vw;
	}
	#howto #before_arrival ol li .arrival_inner:after {
		background-position: left bottom;
	}
	#howto #before_arrival ol li .arrival_inner h3 {
		top: -9vw;
	}
	#howto #before_arrival ol li .arrival_inner div {
		padding-top: 6vw;
		line-height: 1.8;
	}
	#howto #before_arrival ol li .arrival_inner div .flow_box {
		margin-top: 4vw;
		display: block;
	}
	#howto #before_arrival ol li .arrival_inner div .flow_box .flow_title {
		width: 30%;
	}
	#howto #before_arrival ol li .arrival_inner div .flow_box .flow_txt {
		font-size: 3.4vw;
		margin-left: 2%;
	}
	#howto #before_arrival ol li .arrival_inner div h4 {
		font-size: 4.2vw;
	}
	#howto #before_arrival ol li .arrival_inner div p {
		font-size: 3.8vw;
	}
	#howto #before_arrival ol li .arrival_inner div p.howto_cap {
		margin-top: 2%;
	}
	#howto #before_arrival ol li .arrival_inner div p.modal_link {
		margin-top: 3vw;
		padding-left: 6vw;
	}
	#howto #before_arrival ol li .arrival_inner div p.modal_link:before {
		width: 4vw;
		height: 3vw;
	}
	#howto #before_arrival ol li .arrival_inner div .register_btn {
		width: 100%;
		margin: 3vw auto 0;
	}
	#howto #before_arrival ol li .about_item {
		margin: 25vw auto 5.6vw;
		padding: 1px 5vw;
	}
	#howto #before_arrival ol li .about_item:before {
		top: -5.6vw;
		height: 5.6vw;
	}
	#howto #before_arrival ol li .about_item:after {
		bottom: -5.6vw;
		height: 5.6vw;
	}
	#howto #before_arrival ol li .about_item h3 {
		top: -8vw;
		width: 50%;
	}
	#howto #before_arrival ol li .about_item p {
		margin-top: 5%;
		font-size: 4.2vw;
		text-align: left;
	}
	#howto #before_arrival ol li .about_item p .about_cap {
		font-size: 3.8vw;
		margin-top: 3%;
	}
	#howto #before_arrival ol li .about_item ul {
		display: block;
		margin-top: 8%;
	}
	#howto #before_arrival ol li .about_item ul li {
		width: 45%;
		margin: auto !important;
	}
	.btn_sale {
		width: 100%;
		margin: 1vw auto 0;
	}
	#howto #after_arrival {
		margin-top: 12vw;
	}
	#howto #after_arrival > div {
		overflow: hidden;
	}
	#howto #after_arrival > div h2 {
		width: 150%;
		margin-left: -25%;
	}
	#howto #after_arrival > div h3 {
		margin: -2vw auto -10vw -10%;
		width: 120%;
	}
	#howto #after_arrival > div p {
		font-size: 3.4vw;
		line-height: 1.8;
	}
	#howto #after_arrival > div p span {
		margin-top: 1.8vw;
	}
	#howto #after_arrival > p {
		margin: 8vw auto 0;
		padding-bottom: 20vw;
	}
	#howto #after_arrival > p:after {
		bottom: 3vw;
		width: 11vw;
		height: 16vw;
	}
	#howto #after_arrival ol li {
		padding-bottom: 8vw;
	}
	#howto #after_arrival ol li .arrival_inner {
		margin: 11.7vw auto 10.5vw;
		padding: 1px 1.6vw;
	}
	#howto #after_arrival ol li .arrival_inner:before {
		top: -11.5vw;
		height: 11.5vw;
	}
	#howto #after_arrival ol li .arrival_inner:after {
		bottom: -10.1vw;
		height: 10.1vw;
	}
	#howto #after_arrival ol li:nth-child(1) p {
		margin: -7.06vw auto -4.12vw;
	}
	#howto #after_arrival ol li:nth-child(2) p:nth-child(1) {
		margin: -7.06vw auto 2.95vw;
	}
	#howto #after_arrival ol li:nth-child(2) p:nth-child(2) {
		margin: 0 auto -4.71vw;
	}
}
#howto.howto-en #before_arrival ol li:nth-child(2) h3 {
	max-width: 900px;
}
#howto.howto-en #before_arrival ol li .arrival_inner h4 {
	font-size: 35px;
}
#howto.howto-en #before_arrival ol li .arrival_inner p {
	font-size: 29px;
}
#howto.howto-en #before_arrival ol li .arrival_inner div .flow_box .flow_txt {
	font-size: 28px;
}
#howto.howto-en #before_arrival ol li .about_item h3 {
	max-width: 440px;
}
#howto.howto-en #before_arrival ol li .about_item ul li {
	max-width: 290px;
	margin: 0 10px;
}
#howto.howto-en #after_arrival > div p {
	font-size: 30px;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
	#howto.howto-en #before_arrival ol li:nth-child(1) h3 {
		width: 53%;
	}
	#howto.howto-en #before_arrival ol li:nth-child(2) h3 {
		width: 78.7%;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner h4 {
		font-size: 2.92vw;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner p {
		font-size: 2.42vw;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner div .flow_box .flow_txt {
		font-size: 2.33vw;
	}
	#howto.howto-en #before_arrival ol li .about_item h3 {
		width: 38%;
	}
	#howto.howto-en #before_arrival ol li .about_item ul li {
		width: 24%;
		margin: 0 2%;
	}
	#howto.howto-en #after_arrival > div p {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 767px) {
	#howto.howto-en .howto_title ul li {
		margin-left: auto;
		margin-right: auto;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner h4 {
		font-size: 4.2vw;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner p {
		font-size: 3.8vw;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner div .flow_box .flow_title {
		width: 45%;
	}
	#howto.howto-en #before_arrival ol li .arrival_inner div .flow_box .flow_txt {
		font-size: 3.4vw;
	}
	#howto.howto-en #before_arrival ol li .about_item h3 {
		top: -8vw;
		width: 50%;
	}
	#howto.howto-en #before_arrival ol li .about_item ul li {
		width: 50%;
	}
}

.remodal-overlay {
	background: rgba(0, 0, 0, 0.9);
}

.remodal {
	max-width: none;
	background: unset;
}
.remodal .remodal-close {
	color: #fff;
	width: 80px;
	height: 80px;
	left: auto;
	right: 0;
}
.remodal .remodal-close:before {
	font-size: 65px;
	line-height: 80px;
	width: 80px;
}
.remodal .modal_inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.remodal .modal_inner h2 {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.remodal .modal_inner .modal_txt {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 20px #ff0b0b, 0px 0px 20px rgba(255, 11, 11, 0.4), 0px 0px 20px rgba(255, 11, 11, 0.4),
		0px 0px 20px rgba(255, 11, 11, 0.4);
	margin: -100px auto 100px;
}
.remodal .modal_inner .modal_point {
	max-width: 1426px;
	margin: 0 auto 100px;
}
.remodal .modal_inner .modal_cap p {
	max-width: 1717px;
	margin: 0 auto 80px;
}
.remodal .modal_inner .modal_cap p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
	.remodal {
		padding: 3%;
	}
	.remodal .modal_inner .modal_txt {
		font-size: 2.87vw;
		margin: -11.5% auto 12%;
	}
	.remodal .modal_inner .modal_point {
		margin: 0 auto 10.3%;
	}
	.remodal .modal_inner .modal_cap p {
		margin: 0 auto 8.2%;
	}
}
@media screen and (max-width: 767px) {
	.remodal {
		padding: 0;
	}
	.remodal .remodal-close {
		width: 15vw;
		height: 15vw;
	}
	.remodal .remodal-close:before {
		font-size: 13vw;
		line-height: 15vw;
		width: 15vw;
	}
	.remodal .modal_inner {
		width: 95%;
		max-width: none;
	}
	.remodal .modal_inner .modal_txt {
		font-size: 3.1vw;
		text-shadow: 0px 0px 2vw #ff0b0b, 0px 0px 2vw rgba(255, 11, 11, 0.4), 0px 0px 2vw rgba(255, 11, 11, 0.4),
			0px 0px 2vw rgba(255, 11, 11, 0.4);
		margin: -13.2% auto 5%;
	}
	.remodal .modal_inner .modal_point {
		margin: 0 auto 5%;
	}
	.remodal .modal_inner .modal_cap p {
		margin: 0 auto 3%;
	}
}
.remodal.remodal-en .modal_inner {
	width: 100%;
}
.remodal.remodal-en .modal_inner h2 {
	max-width: 950px;
}
.remodal.remodal-en .modal_inner .modal_txt {
	font-size: 32px;
}
@media screen and (max-width: 1200px) {
	.remodal.remodal-en .modal_inner .modal_txt {
		font-size: 2.49vw;
	}
}
@media screen and (max-width: 767px) {
	.remodal.remodal-en .modal_inner {
		width: 95%;
	}
	.remodal.remodal-en .modal_inner .modal_txt {
		font-size: 4.2vw;
	}
}

.howto_comingsoon {
	font-size: 50px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	padding: 100px 0 0 !important;
	text-shadow: 0px 0px 40px rgba(255, 0, 48, 0.5), 0px 0px 40px rgba(255, 0, 48, 0.5),
		0px 0px 40px rgba(255, 0, 48, 0.5);
}
@media screen and (max-width: 1200px) {
	.howto_comingsoon {
		font-size: 4.17vw;
		padding: 8.4% 0 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.howto_comingsoon {
		font-size: 5.5vw;
		padding: 13.4% 0 0 !important;
		text-shadow: 0px 0px 2vw rgba(255, 0, 48, 0.5), 0px 0px 2vw rgba(255, 0, 48, 0.5),
			0px 0px 2vw rgba(255, 0, 48, 0.5);
	}
}

#about {
	background-image: url(../img/access/bg.jpg);
	background-size: 100%;
	padding: 50px 0 200px;
}
@media screen and (max-width: 767px) {
	#about {
		padding: 10vw 0 27vw;
		overflow: hidden;
	}
}
#about .about_head {
	text-align: center;
	font-weight: bold;
}
#about .about_head h2 {
	font-size: 36px;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px rgba(249, 8, 8, 0.6), 0px 0px 15px rgba(249, 8, 8, 0.8),
		0px 0px 10px #f90808;
	position: relative;
	z-index: 2;
}
#about .about_head h3 {
	width: calc(100% - 40px);
	max-width: 760px;
	margin: 30px auto -30px;
	position: relative;
	z-index: 2;
}
#about .about_head .video_box {
	position: relative;
	z-index: 1;
}
#about .about_head .video_box p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 46px;
	width: 100%;
	line-height: 1.8;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px rgba(249, 8, 8, 0.6), 0px 0px 15px rgba(249, 8, 8, 0.8),
		0px 0px 10px #f90808;
}
@media screen and (max-width: 950px) {
	#about .about_head .video_box p {
		font-size: 4.84vw;
	}
}
#about .about_head .video_box #video-area #video {
	position: relative;
	z-index: -1;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#about .about_head h2 {
		font-size: 5vw;
		text-shadow: 0px 0px 2vw #f90808, 0px 0px 2.5vw rgba(249, 8, 8, 0.6), 0px 0px 2vw rgba(249, 8, 8, 0.8),
			0px 0px 2vw #f90808;
	}
	#about .about_head h3 {
		width: 90%;
		max-width: none;
		margin: 4vw auto -5vw;
	}
	#about .about_head .video_box p {
		font-size: 4.8vw;
		text-shadow: 0px 0px 2vw #f90808, 0px 0px 2.5vw rgba(249, 8, 8, 0.6), 0px 0px 2vw rgba(249, 8, 8, 0.8),
			0px 0px 2vw #f90808;
	}
}
#about .about_contents {
	width: calc(100% - 40px);
	margin: 120px auto 0;
	text-align: center;
}
#about .about_contents h2 {
	max-width: 420px;
	margin: auto;
}
#about .about_contents h3 {
	max-width: 510px;
	margin: 60px auto;
}
#about .about_contents h4 {
	max-width: 1060px;
	margin: 0 auto;
}
#about .about_contents .about_list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: auto;
}
#about .about_contents .about_list li {
	width: 50%;
	margin: -2% 0%;
}
#about .about_contents .about_list li figure {
	position: relative;
}
#about .about_contents .about_list li figure figcaption {
	position: absolute;
	top: 2%;
	left: -5%;
	width: 50%;
}
#about .about_contents .about_list li:nth-child(2n) figure figcaption {
	left: -8%;
}
#about .about_contents .about_more {
	max-width: 200px;
	margin: 30px auto 60px;
}
#about .about_contents h5 {
	max-width: 615px;
	margin: 0 auto 60px;
}
.about_info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-left: 110px;
}
.about_info:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	width: 90px;
	height: 110px;
	background-image: url(../img/about/info_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.about_info li {
	margin: 0 40px;
}
.about_info li:first-child {
	max-width: 184px;
	margin-left: 0;
}
.about_info li:nth-child(2) {
	max-width: 200px;
}
.about_info li:last-child {
	max-width: 268px;
	margin-right: 0;
}
#about .about_contents .about_start {
	max-width: 720px;
	margin: 60px auto 100px;
}
#about .about_contents .about_start a,
#about .about_contents .about_start img {
	display: block;
}
@media screen and (max-width: 767px) {
	#about .about_contents {
		width: 90%;
		margin: 8vw auto 0;
	}
	#about .about_contents h2 {
		width: 65%;
		max-width: none;
	}
	#about .about_contents h3 {
		width: 80%;
		max-width: none;
		margin: 10vw auto;
	}
	#about .about_contents h4 {
		width: 100%;
		max-width: none;
		margin: 0 auto 8vw;
	}
	#about .about_contents .about_list {
		max-width: none;
	}
	#about .about_contents .about_list li {
		width: 55.8%;
		margin: -1% -3%;
	}
	#about .about_contents .about_list li figure figcaption {
		top: -4%;
		left: 0%;
	}
	#about .about_contents .about_list li:nth-child(2n) figure figcaption {
		left: 0%;
	}
	#about .about_contents .about_more {
		width: 40%;
		max-width: none;
		margin: 8vw auto 10vw;
	}
	#about .about_contents h5 {
		width: 90%;
		max-width: none;
		margin: 0 auto 10vw;
	}
	.about_info {
		padding-left: 8vw;
	}
	.about_info:before {
		width: 8vw;
		height: 10.5vw;
		left: 0%;
	}
	.about_info li {
		margin: 0 2%;
	}
	.about_info li:first-child {
		width: 30%;
		max-width: none;
	}
	.about_info li:nth-child(2) {
		width: 33%;
		max-width: none;
	}
	.about_info li:last-child {
		width: 47%;
		max-width: none;
	}
	#about .about_contents .about_start {
		width: 100%;
		max-width: none;
		margin: 12vw auto;
	}
}
#about .about_map {
	width: calc(100% - 40px);
	margin: 80px auto 0;
	text-align: center;
}
#about .about_map h2 {
	max-width: 1240px;
	margin: auto;
}
#about .about_map h3 {
	max-width: 1080px;
	margin: -2.5% auto -1.5%;
}
#about .about_map p {
	max-width: 1200px;
	margin: auto;
}
#about .about_map .about_quest_txt {
	max-width: 790px;
	margin: -2.5% auto;
}
#about .about_map h4 {
	max-width: 1155px;
	margin: auto;
}
#about .about_map h5 {
	max-width: 860px;
	margin: auto;
	position: relative;
	padding-top: 98px;
	margin-top: 30px;
}
#about .about_map h5:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 85px;
	height: 68px;
	background-image: url(../img/about/aq_btn_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#about .about_map h5 a,
#about .about_map h5 img {
	display: block;
}
@media screen and (max-width: 767px) {
	#about .about_map {
		width: 90%;
		margin: 30px auto 0;
	}
	#about .about_map h2 {
		width: 110%;
		max-width: none;
		margin: auto auto auto -5%;
	}
	#about .about_map h3 {
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	#about .about_map p {
		width: 110%;
		max-width: none;
		margin: auto auto auto -3%;
	}
	#about .about_map .about_quest_txt {
		width: 100%;
		max-width: none;
		margin: 0 auto -5%;
	}
	#about .about_map h4 {
		width: 100%;
		max-width: none;
	}
	#about .about_map h5 {
		width: 90%;
		max-width: none;
		margin: auto;
		position: relative;
		padding-top: 13vw;
		margin-top: 5vw;
	}
	#about .about_map h5:before {
		width: 12vw;
		height: 10vw;
	}
	#about .about_map .btn {
		margin: 30px auto 0;
	}
}
#about.about_en .about_head .video_box p {
	font-size: 42px;
}
@media screen and (max-width: 950px) {
	#about.about_en .about_head .video_box p {
		font-size: 4.4vw;
	}
}
@media screen and (max-width: 767px) {
	#about.about_en .about_head .video_box p {
		font-size: 4vw;
	}
}
#about.about_en .about_contents h2 {
	max-width: 850px;
}
#about.about_en .about_contents h5 {
	max-width: 1050px;
}
@media screen and (max-width: 767px) {
	#about.about_en .about_contents h2 {
		width: 95%;
	}
	#about.about_en .about_contents h5 {
		width: 100%;
	}
}
#about.about_en .about_map h3 {
	max-width: 1150px;
	margin: -5% auto -2%;
}
@media screen and (max-width: 767px) {
	#about.about_en .about_map h3 {
		width: 100%;
		margin: -7% auto -3%;
	}
}

strong {
	font-weight: bold;
}

.t-center {
	text-align: center;
}

.color_blue {
	color: #8ac6f0 !important;
}

#top .mv_movie {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#top .mv_movie .logo {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	padding: 0 15px;
}
#top .mv_movie .logo.zoom-out {
	animation: logo-zoom-out-anim 0.6s forwards ease-out;
}
#top .mv_movie .logo h1 {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}
#top .mv_movie .logo h2 {
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
	width: 100%;
	margin-top: 124px;
	padding: 0 50px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0%) scale(1);
	transform: translate(-50%, 0%) scale(1);
	opacity: 0;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#top .mv_movie .logo h2.zoom-out2 {
	opacity: 1;
	animation: logo-zoom-out-anim2 0.6s forwards ease-out;
}
@media screen and (max-width: 767px) {
	#top .mv_movie .logo h2 {
		margin-top: 30px !important;
	}
}
#top .mv_movie .logo .logo_content p {
	width: 100%;
	margin-bottom: 7.5vw;
	opacity: 0;
}
#top .mv_movie .logo .logo_content p span {
	width: 85%;
	display: block;
}
#top .mv_movie h1 {
	position: relative;
}
#top .mv_movie .logo .logo_content p span svg path {
	fill: #fff;
}
#top .mv_movie .logo .logo_content p.text_fadein {
	animation: text-anim 0.7s forwards;
}
#top .mv_movie #video-area img {
	display: block;
}
#top .mv_movie #video-area video {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.2);
}
#top .mv_movie .mv_scroll {
	position: absolute;
	right: 50px;
	bottom: 0;
	z-index: 2;
	padding: 0 0 60px;
	overflow: hidden;
	color: #fc4040;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	display: none;
}
@media screen and (max-width: 767px) {
	#top .mv_movie #video-area {
		width: 300vw;
		margin-left: -100vw;
	}
	#top .mv_movie .mv_scroll {
		font-family: Helvetica Neue, arial, "Hiragino Kaku Gothic Pro", "Meiryo", "MS Pgothic", knowledge-reg,
			sans-serif;
		font-weight: bold;
		display: inline-block;
		font-size: 14px;
		bottom: 0px;
		right: calc(50% - 17.04px);
		padding: 0 0 85px;
	}
}
#top .mv_movie .mv_scroll:after,
#top .mv_movie .mv_scroll:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	#top .mv_movie .mv_scroll:after,
	#top .mv_movie .mv_scroll:before {
		height: 70px;
	}
}
#top .mv_movie .mv_scroll:after {
	background: #fc4040;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.mv_close {
	padding-top: 87px;
}
@media screen and (max-width: 767px) {
	.mv_close {
		padding-top: 65px;
	}
}
#top .new_mv {
	background-color: #020004;
}
@media screen and (max-width: 767px) {
	#top .new_mv {
		padding-top: 65px;
	}
	#top .new_mv h1 {
		max-width: none;
		width: 100%;
	}
}
#top .content-block h2 {
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#top .content-block h2 {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 767px) {
	#top .content-block h2 img {
		margin: auto;
	}
}
#top .content-block .content-text-box {
	font-size: 18px;
	letter-spacing: 0.01em;
	width: 50%;
}
@media screen and (max-width: 767px) {
	#top .content-block .content-text-box {
		font-size: 16px;
		margin: 25px 0 0px;
		width: 100%;
	}
}
#top .content-block .content-img {
	width: calc(50% - 20px);
	margin: 0 0 0 auto;
}
#top .content-block .content-img img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#top .content-block .content-img {
		width: 100%;
	}
}
#top #about {
	background: url("../img/top/bg-about.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 96px 0;
}
@media screen and (max-width: 767px) {
	#top #about {
		background: url("../img/top/bg-about_sp.jpg") no-repeat;
		background-position: center;
		background-size: 100% 100%;
		padding: 60px 0 50px;
	}
}
#top #about h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 80px;
	line-height: calc(50 / 36);
}
@media screen and (max-width: 767px) {
	#top #about h3 {
		font-size: 20px;
		margin: 15px 0 25px;
	}
}
#top #about .flex-colum {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#top #about .flex-colum {
		flex-direction: column-reverse;
	}
}
#top #about .btn {
	max-width: 390px;
}
@media screen and (max-width: 767px) {
	#top #about .btn {
		max-width: 320px;
	}
}
#top #about .btn .btn-style.btn-style-red {
	background-color: #4f1714;
}
#top #howto {
	background: url("../img/top/bg-about.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 0 110px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#top #howto {
		background: url("../img/top/bg-about_sp.jpg") no-repeat;
		background-position: center;
		background-size: 100% 100%;
		padding: 60px 0;
	}
}
#top #howto h2 {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#top #howto h2 {
		margin-bottom: 0;
	}
}
#top #howto .top_about_info {
	text-align: center;
	margin: 80px auto 100px;
}
@media screen and (max-width: 767px) {
	#top #howto .top_about_info {
		margin: 10px auto 60px;
	}
}
#top #howto h3,
.play_title {
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
	line-height: calc(50 / 36);
	text-shadow: 0px 0px 40px #0b40ff, 0px 0px 40px rgba(11, 64, 255, 0.4), 0px 0px 40px rgba(11, 64, 255, 0.4),
		0px 0px 40px rgba(11, 64, 255, 0.4);
}
@media screen and (max-width: 767px) {
	#top #howto h3,
	.play_title {
		font-size: 30px;
		margin: 15px 0 25px;
		text-shadow: 0px 0px 15px #0b40ff, 0px 0px 15px rgba(11, 64, 255, 0.4), 0px 0px 15px rgba(11, 64, 255, 0.4),
			0px 0px 15px rgba(11, 64, 255, 0.4);
	}
	.play_title {
		margin: 60px 0 10px;
	}
}
#top #howto .howto-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#top #howto .howto-list ul li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#top #howto .howto-list ul li {
		width: 50%;
	}
}
#top #howto .howto-list ul li:last-child dd:after {
	display: none;
}
#top #howto .howto-list ul li dl dt img {
	width: 100%;
	max-width: none;
}
#top #howto .howto-list ul li dl dd {
	position: relative;
	margin-top: 15px;
}
#top #howto .howto-list ul li dl dd img {
	width: 136%;
	max-width: 650px;
	margin: -18%;
}
#top #howto .howto-list ul li dl dd:after {
	content: "";
	width: 34%;
	padding-top: 36%;
	display: block;
	counter-reset: none;
	background: url(../img/top/howto-arrow.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: -21%;
	transform: translateY(-50%);
	z-index: 1;
}
#top .bnr-aq {
	width: 90%;
	margin: 60px auto 0;
	text-align: center;
}
#top .bnr-aq-btn {
	width: 90%;
	max-width: 750px;
	margin: 60px auto 0;
	text-align: center;
}
#top .bnr-aq img {
	display: block;
}
.event .slick-prev {
	left: -30px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}
.event .slick-next {
	right: -30px;
}
.event .slick-prev,
.event .slick-next {
	background: url(../img/top/event_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 66px;
}
.event .slick-prev:hover,
.event .slick-prev:focus,
.event .slick-next:hover,
.event .slick-next:focus {
	background: url(../img/top/event_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.event .slick-prev:before,
.event .slick-next:before {
	content: "";
	font-size: 0;
	opacity: 1 !important;
}
.event .slick-dots {
	bottom: -35px;
}
.event .slick-dots li button:before {
	color: #fff;
	font-size: 10px;
}
.event .slick-dots li.slick-active button:before {
	opacity: 1;
}
.event .slick-disabled {
	display: none !important;
}
.event {
	width: 90%;
	max-width: 1200px;
	margin: 80px auto 0;
	padding-bottom: 60px;
}
.event a {
	color: #fff;
	display: block;
}
.event .event_items {
	margin: 2px 15px;
}
.event .event_box {
	position: relative;
}
.event .event_box:before,
.event .event_box:after {
	content: "";
	position: absolute;
	width: 19px;
	height: 20px;
	background-image: url(../img/top/icon_frame.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
.event .event_box:before {
	top: -4px;
	right: -4px;
}
.event .event_box:after {
	bottom: -4px;
	left: -4px;
	transform: rotate(180deg);
}
.event .event_inner {
	clip-path: polygon(15px 0%, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0% 15px);
	border: 2px solid #969696;
	position: relative;
}
.event .event_inner:before,
.event .event_inner:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 21.213px;
	background-color: #969696;
	transform: rotate(45deg);
}
.event .event_inner:before {
	top: -4px;
	left: 4px;
}
.event .event_inner:after {
	bottom: -4px;
	right: 4px;
}
.event figure img {
	width: 100%;
}
.event .event_txt_box {
	padding: 20px;
	background-color: #161616;
}
.event .event_txt_box .event_txt_head {
	border-bottom: 1px solid #969696;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.event .event_txt_box .event_txt_head .event_date {
	font-size: 16px;
}
.event .event_txt_box .event_cate_box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.event .event_txt_box .event_cate {
	font-size: 12px;
	border: 1px solid #969696;
	padding: 2px 15px;
	margin: 0 10px 10px 0;
}
.event .event_txt_box .event_cate.cate_red {
	background-color: #3a0b0b;
}
.event .event_txt_box .event_cate.cate_blue {
	background-color: #0b1d3a;
}
.event .event_txt_box .event_cate.cate_yellow {
	background-color: #3a330b;
}
.event .event_txt_box .event_txt_body {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.event .slick-prev {
		left: 15px;
		z-index: 2;
		filter: drop-shadow(0px 0px 10px #fff);
	}
	.event .slick-next {
		right: 15px;
		z-index: 2;
		filter: drop-shadow(0px 0px 10px #fff);
	}
	.event .slick-prev,
	.event .slick-next {
		width: 15px;
		height: 45px;
	}
	.event {
		width: 100%;
		max-width: none;
		margin: 60px auto 0;
		padding-bottom: 40px;
	}
	.event .event_items {
		margin: 1.5vw;
	}
	.event .event_box:before,
	.event .event_box:after {
		width: 5vw;
		height: 5vw;
	}
	.event .event_box:before {
		top: -1.2vw;
		right: -1.2vw;
	}
	.event .event_box:after {
		bottom: -1.2vw;
		left: -1.2vw;
	}
	.event .event_inner {
		clip-path: polygon(3vw 0%, 100% 0, 100% calc(100% - 3vw), calc(100% - 3vw) 100%, 0 100%, 0% 3vw);
		border: 0.5vw solid #969696;
	}
	.event .event_inner:before,
	.event .event_inner:after {
		width: 0.5vw;
		height: 4.5vw;
	}
	.event .event_inner:before {
		top: -1vw;
		left: 1vw;
	}
	.event .event_inner:after {
		bottom: -1vw;
		right: 1vw;
	}
	.event .event_txt_box {
		padding: 15px;
	}
	.event .event_txt_box .event_txt_head {
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 0.3vw solid #969696;
	}
	.event .event_txt_box .event_txt_head .event_date {
		font-size: 14px;
	}
	.event .event_txt_box .event_cate_box {
		margin-top: 15px;
	}
	.event .event_txt_box .event_cate {
		font-size: 12px;
		border: 0.3vw solid #969696;
	}
	.event .event_txt_box .event_txt_body {
		font-size: 15px;
	}
}
#top #movie {
	padding: 100px 0 150px;
	background-image: url("../img/top/bg-movie.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 64%;
}
@media screen and (max-width: 767px) {
	#top #movie {
		padding: 60px 0 70px;
		background-image: url("../img/top/bg-movie_sp.jpg");
		background-position: center 84%;
	}
}
#top #movie .tab {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#top #movie .tab {
		width: 95%;
		margin: 35px auto 0;
		flex-direction: column;
	}
}
#top #movie .tab .tabItem {
	width: 100%;
	max-width: 310px;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: #161616;
	border: #969696 2px solid;
	text-align: center;
	transition: all 0.4s;
	margin: 0 3px;
	font-size: 16px;
}
#top #movie .tab .tabItem:first-child {
	margin-left: 0;
}
#top #movie .tab .tabItem:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#top #movie .tab .tabItem {
		width: 100%;
		max-width: none;
		font-size: 13px;
		margin: 0;
	}
	#top #movie .tab .tabItem:not(:last-child) {
		margin-bottom: 10px;
	}
}
#top #movie .tab .tabItem a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: white;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	padding: 15px 5px;
	font-weight: bold;
	margin: auto;
	height: 100%;
	line-height: 1.2;
}
#top #movie .tab .tabItem a:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	#top #movie .tab .tabItem a {
		padding: 13px 5px;
	}
}
#top #movie .tab .tabItem.active,
#top #movie .tab .tabItem:hover {
	background-color: #4f1714;
	transition: all 0.4s;
}
#top #movie .panel {
	display: none;
	padding: 40px;
	max-width: 760px;
	margin: 50px auto 0;
	background-image: url("../img/top/youtube.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
	#top #movie .panel {
		padding: 17px;
		margin: 15px auto 0;
		background-image: url("../img/top/youtube_sp.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
}
#top #movie .panel.active {
	display: block;
}
#top #movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#top #movie .youtube {
		width: 95%;
		padding-top: 53.44%;
		margin: auto;
	}
}
#top #movie .youtube .js-movie,
#top #movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
#top #movie .youtube .js-movie {
	cursor: pointer;
}
#top #movie .youtube .js-movie.top_comingsoon {
	cursor: default;
}
#top #movie .youtube .js-movie.top_comingsoon:before {
	content: unset;
}
#top #movie .youtube .js-movie:before {
	content: "";
	background: url("../img/play-icon.png") no-repeat;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	z-index: 2;
	pointer-events: none;
	background-size: contain;
}
@media screen and (max-width: 500px) {
	#top #movie .youtube .js-movie:before {
		width: 50px;
		height: 50px;
	}
}
#top #movie .youtube .js-movie img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100% !important;
	z-index: 1;
}
#top #news {
	background-image: url("../img/top/bg-news.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0 0 110px;
}
@media screen and (max-width: 767px) {
	#top #news {
		background-image: url("../img/top/bg-news_sp.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 0 0 165px;
	}
}
.news-archive {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-archive li {
	width: 100%;
	max-width: 310px;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: #161616;
	border: #969696 2px solid;
	text-align: center;
	transition: all 0.4s;
	margin: 0 3px;
	font-size: 16px;
}
.news-archive li:hover {
	background-color: #4f1714;
	transition: all 0.4s;
}
.news-archive li:first-child {
	margin-left: 0;
}
.news-archive li:last-child {
	margin-right: 0;
}
.news-archive li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: white;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
	padding: 15px 5px;
	font-weight: bold;
	margin: auto;
	height: 100%;
	line-height: 1.2;
}
.news-archive li a:hover {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.news-archive {
		width: 100%;
		margin: 50px auto;
		flex-wrap: wrap;
	}
	.news-archive li {
		width: calc(50% - 16px);
		max-width: none;
		font-size: 13px;
		margin-bottom: 10px;
	}
	.news-archive li a {
		padding: 13px 5px;
	}
}
#top #news .news-box {
	margin-top: 60px;
}
#top #news .news-box li {
	border-bottom: 2px solid #969696;
	padding: 20px 30px;
}
#top #news .news-box li:first-child {
	border-top: 2px solid #969696;
}
#top #news .news-box li:nth-child(even) {
	background-color: #232323;
}
#top #news .news-box li a {
	color: #fff;
	display: block;
}
#top #news .news-box li a:hover {
	color: #fc4040;
}
#top #news .news-box li span {
	display: block;
	line-height: calc(35 / 18);
}
#top #news .news-box li span:first-child {
	width: 120px;
	float: left;
}
#top #news .news-box li span:last-child {
	width: 100%;
	padding-left: 150px;
}
@media screen and (max-width: 767px) {
	#top #news .news-box {
		margin-top: 40px;
	}
	#top #news .news-box li {
		padding: 15px 20px;
	}
	#top #news .news-box li span:first-child {
		width: 100%;
		float: unset;
		margin-bottom: 5px;
	}
	#top #news .news-box li span:last-child {
		width: 100%;
		padding-left: 0;
	}
}
#top #news .twitter-box {
	background-image: url("../img/top/news-frame.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px;
	max-width: 660px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#top #news .twitter-box {
		background-image: url("../img/top/news-frame_sp_middle.png");
		background-repeat: repeat;
		background-size: 100%;
		padding: 0 20px;
		margin: 50px auto 0;
		position: relative;
	}
	#top #news .twitter-box:before {
		content: "";
		position: absolute;
		top: -25px;
		left: 0;
		width: 100%;
		height: 10.6vw;
		background-image: url("../img/top/news-frame_sp_before.png");
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#top #news .twitter-box:after {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 0;
		transform: scale(1, -1);
		width: 100%;
		height: 10.6vw;
		background-image: url("../img/top/news-frame_sp_before.png");
		background-repeat: no-repeat;
		background-size: 100%;
		z-index: -1;
	}
}
#top #news .twitter-box .twitter-inner {
	padding-top: calc(100% * 480 / 580);
	width: 100%;
	position: relative;
}
#top #news .twitter-box .twitter-inner iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	#top #news .twitter-box .twitter-inner {
		padding-top: 0;
		height: 128vw;
		max-height: 480px;
		width: 95%;
		margin: auto;
	}
}

#page-top {
	position: fixed;
	right: 30px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
@media screen and (max-width: 767px) {
	#page-top {
		width: 13%;
		right: 15px;
	}
}

#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(calc(100% + 10px));
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#page-top.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(calc(100% + 10px));
	}
}
footer {
	border-top: 2px #969696 solid;
	padding: 90px 0 30px;
	position: relative;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 50px 0 30px;
	}
}
footer .inner {
	max-width: none;
}
footer h2 {
	text-align: center;
	width: 100%;
	max-width: 122px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	footer h2 {
		width: 28%;
	}
}
footer ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	footer ul {
		margin-top: 30px;
	}
}
footer ul li {
	margin: 0 15px;
}
@media screen and (max-width: 767px) {
	footer ul li {
		max-width: 40px;
	}
}
footer ul li a {
	display: inline-block;
	width: 100%;
	line-height: 0;
}
footer ul li a img {
	width: 100%;
}
footer .footer-link {
	text-align: center;
	margin: 85px 0 105px;
}
@media screen and (max-width: 767px) {
	footer .footer-link {
		&:lang(ja) {
			text-align: left;
		}
		margin: 50px 0;
	}
}
footer .footer-link a {
	color: white;
	position: relative;
	padding-left: 20px;
	margin: 0 15px 15px;
	font-size: 15px;
}
footer .footer-link a:hover {
	color: #fc4040;
}
footer .footer-link a:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 17px;
	background: url(../img/arrow.png) no-repeat;
	background-size: contain;
	top: calc(50% - 9px);
	left: 0;
}
@media screen and (max-width: 767px) {
	footer .footer-link a {
		margin: 0 15px 12px;
	}
}
footer .footer-txt {
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	footer .footer-txt {
		font-size: 13px;
	}
}
footer .btn-box {
	margin: 50px auto 100px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	footer .btn-box {
		margin: 30px auto 60px;
	}
}
footer .copyright {
	padding-top: 70px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	footer .copyright {
		padding-top: 80px;
		line-height: 2;
	}
}

/* 9/11追加 */

.user-pack-box {
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 25px 10px;
	background-color: #232323;
}
.user-pack-box strong {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.user-pack-box strong:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 100%;
	max-width: 30px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.2);
}
.user-pack-box p {
	line-height: 1.5;
	font-size: 16px;
}

input[type="date"] {
	position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
input[type="date"]:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 23px;
	height: 23px;
	background-image: url(../img/form/icon-calendar.png);
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

select {
	width: 100%;
	background-color: #2f2f2f;
	border: unset;
	padding: 16px 10px;
}
select.w-5 {
	width: 5% !important;
}
select.w-10 {
	width: 10% !important;
}
select.w-15 {
	width: 15% !important;
}
select.w-20 {
	width: 20% !important;
}
select.w-25 {
	width: 25% !important;
}
select.w-30 {
	width: 30% !important;
}
select.w-35 {
	width: 35% !important;
}
select.w-40 {
	width: 40% !important;
}
select.w-45 {
	width: 45% !important;
}
select.w-50 {
	width: 50% !important;
}
select.w-55 {
	width: 55% !important;
}
select.w-60 {
	width: 60% !important;
}
select.w-65 {
	width: 65% !important;
}
select.w-70 {
	width: 70% !important;
}
select.w-75 {
	width: 75% !important;
}
select.w-80 {
	width: 80% !important;
}
select.w-85 {
	width: 85% !important;
}
select.w-90 {
	width: 90% !important;
}
select.w-95 {
	width: 95% !important;
}
select.w-100 {
	width: 100% !important;
}
@media screen and (max-width: 767px) {
	select.w-5 {
		width: 100% !important;
	}
	select.w-10 {
		width: 100% !important;
	}
	select.w-15 {
		width: 100% !important;
	}
	select.w-20 {
		width: 100% !important;
	}
	select.w-25 {
		width: 100% !important;
	}
	select.w-30 {
		width: 100% !important;
	}
	select.w-35 {
		width: 100% !important;
	}
	select.w-40 {
		width: 100% !important;
	}
	select.w-45 {
		width: 100% !important;
	}
	select.w-50 {
		width: 100% !important;
	}
	select.w-55 {
		width: 100% !important;
	}
	select.w-60 {
		width: 100% !important;
	}
	select.w-65 {
		width: 100% !important;
	}
	select.w-70 {
		width: 100% !important;
	}
	select.w-75 {
		width: 100% !important;
	}
	select.w-80 {
		width: 100% !important;
	}
	select.w-85 {
		width: 100% !important;
	}
	select.w-90 {
		width: 100% !important;
	}
	select.w-95 {
		width: 100% !important;
	}
	select.w-100 {
		width: 100% !important;
	}
}

.user-pack-table {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 2px dashed rgba(255, 255, 255, 0.2);
}
.user-pack-table table {
	margin: auto;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.user-pack-table table tbody tr:first-child td {
	padding-bottom: 15px;
}
.user-pack-table table tbody tr td:first-child {
	text-align: right;
	font-weight: bold;
	padding-right: 30px;
}
@media screen and (max-width: 767px) {
	.user-pack-table {
		margin-top: 50px;
	}
	.user-pack-table table {
		font-size: 16px;
	}
	.user-pack-table table tbody tr {
		text-align: center;
	}
	.user-pack-table table tbody tr td {
		display: inline-block;
		padding-bottom: 15px;
	}
	.user-pack-table table tbody tr td:first-child {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.user-info .user-info-box .user-info-inner .user-info-input-box .user-info-label {
		line-height: 1.2;
	}
}

.user-info-input-box p,
.user-info-input-box span,
.user-info-input-box label {
	word-break: break-word;
}

/* ------------------------------*/
/* ランクバトルページ                 */
/* ------------------------------*/

.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
#rank_battle {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.7;
	padding: 90px 0;
	background: url(../img/rankbattle/rank_bg.jpg);
	background-size: 100%;
}
@media screen and (max-width: 1240px) {
	#rank_battle {
		font-size: 2.097vw;
		padding: 7.2vw 0;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle {
		font-size: 4.2vw;
		padding: 10vw 0 20vw;
	}
}
#rank_battle p {
	line-height: 1.8;
}
#rank_battle .rank_t-blue {
	color: #8ac6f0 !important;
}
#rank_battle .rank_t-red {
	color: #ff6969 !important;
}
#rank_battle .rank_cap {
	font-size: 16px;
	line-height: 2;
	font-weight: normal;
	color: #dfdfdf;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_cap {
		font-size: 1.29vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_cap {
		margin-top: 2vw;
		display: inline-block;
		font-size: 3.2vw;
	}
}
#rank_battle .rank_decimal {
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_decimal {
		font-size: 1.45vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_decimal {
		font-size: 4vw;
	}
}
#rank_battle .rank_middle_small {
	font-size: 21px;
	font-weight: normal;
	line-height: 2;
	display: block;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_middle_small {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_middle_small {
		font-size: 3.8vw;
	}
}
#rank_battle section {
	width: 95%;
	max-width: 1160px;
	margin: auto;
}
#rank_battle section.section_border {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1240px) {
	#rank_battle section.section_border {
		margin-bottom: 6.45vw;
		padding-bottom: 6.45vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle section {
		width: 90%;
		max-width: none;
	}
	#rank_battle section.section_border {
		margin-bottom: 10vw;
		padding-bottom: 10vw;
		border-bottom: 0.6vw solid rgba(255, 255, 255, 0.6);
	}
}
#rank_battle .rank_title {
	font-size: 65px;
	text-align: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 70px 0;
	margin: 0 auto 80px;
}
#rank_battle .rank_title.rank_title_blue {
	-webkit-text-stroke: 1px #0b76f6;
	text-shadow: 0px 0px 15px #0b76f6, 0px 0px 25px #0b76f6;
	background-image: url(../img/rankbattle/rank_blue_title.png);
}
#rank_battle .rank_title.rank_title_red {
	-webkit-text-stroke: 1px #f90808;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px #f90808;
	background-image: url(../img/rankbattle/rank_red_title.png);
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_title {
		font-size: 5.24vw;
		padding: 5.65vw 0;
		margin: 0 auto 6.46vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_title {
		font-size: 9.4vw;
		padding: 8vw 0;
		margin: 0 auto 10vw;
		background-size: 130%;
	}
	#rank_battle .rank_title.rank_title_blue {
		-webkit-text-stroke: 0.2vw #0b76f6;
		text-shadow: 0px 0px 3vw #0b76f6, 0px 0px 5vw #0b76f6;
	}
	#rank_battle .rank_title.rank_title_red {
		-webkit-text-stroke: 0.2vw #f90808;
		text-shadow: 0px 0px 3vw #f90808, 0px 0px 5vw #f90808;
	}
}
#rank_battle .rank_frame_box > li {
	padding-top: 1px;
	padding-bottom: 80px;
}
#rank_battle .rank_frame_box > li:last-child {
	padding-bottom: 1px;
}
#rank_battle .rank_frame_box .rank_frame_inner {
	margin: 0 50px;
}
#rank_battle .rank_frame_box .rank_frame_inner .rank_frame_list_txt {
	text-indent: -1em;
	padding-left: 1em;
}
#rank_battle .rank_frame_box .rank_frame_inner .rank_frame_list_txt li {
	margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_frame_box > li {
		padding-bottom: 6.46vw;
	}
	#rank_battle .rank_frame_box .rank_frame_inner {
		margin: 0 4.04vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_frame_box > li {
		padding-bottom: 10vw;
	}
	#rank_battle .rank_frame_box .rank_frame_inner {
		margin: 0 3vw;
	}
}
#rank_battle .rank_blue_frame {
	margin: 116px auto 96px;
	position: relative;
	background-image: url(../img/howto/before_arrival_bg_middle.png);
	background-size: 100%;
	padding: 1px 14px;
	z-index: 2;
}
#rank_battle .rank_blue_frame:before {
	content: "";
	position: absolute;
	top: -115px;
	left: 0;
	width: 100%;
	height: 115px;
	background-image: url(../img/howto/before_arrival_bg_top.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#rank_battle .rank_blue_frame:after {
	content: "";
	position: absolute;
	bottom: -92px;
	left: 0;
	width: 100%;
	height: 92px;
	background-image: url(../img/howto/before_arrival_bg_bottom.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_blue_frame {
		margin: 9.36vw auto 7.75vw;
		padding: 1px 1.13vw;
	}
	#rank_battle .rank_blue_frame:before {
		top: -9.28vw;
		height: 9.28vw;
	}
	#rank_battle .rank_blue_frame:after {
		bottom: -7.42vw;
		height: 7.42vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_blue_frame {
		margin: 9vw auto 7.6vw;
		padding: 1px 1.6vw;
	}
	#rank_battle .rank_blue_frame:before {
		background-position: left top;
		top: -9vw;
		height: 9vw;
	}
	#rank_battle .rank_blue_frame:after {
		background-position: left bottom;
		bottom: -7.65vw;
		height: 7.65vw;
	}
}
#rank_battle .rank_red_frame {
	margin: 116px auto 96px;
	position: relative;
	background-image: url(../img/howto/after_arrival_bg_middle.png);
	background-size: 100%;
	padding: 1px 14px;
	z-index: 2;
}
#rank_battle .rank_red_frame:before {
	content: "";
	position: absolute;
	top: -115px;
	left: 0;
	width: 100%;
	height: 115px;
	background-image: url(../img/howto/after_arrival_bg_top.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#rank_battle .rank_red_frame:after {
	content: "";
	position: absolute;
	bottom: -92px;
	left: 0;
	width: 100%;
	height: 92px;
	background-image: url(../img/howto/after_arrival_bg_bottom.png);
	background-size: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_red_frame {
		margin: 9.36vw auto 7.75vw;
		padding: 1px 1.13vw;
	}
	#rank_battle .rank_red_frame:before {
		top: -9.28vw;
		height: 9.28vw;
	}
	#rank_battle .rank_red_frame:after {
		bottom: -7.42vw;
		height: 7.42vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_red_frame {
		margin: 9vw auto 7.6vw;
		padding: 1px 1.6vw;
	}
	#rank_battle .rank_red_frame:before {
		background-position: left top;
		top: -9vw;
		height: 9vw;
	}
	#rank_battle .rank_red_frame:after {
		background-position: left bottom;
		bottom: -7.65vw;
		height: 7.65vw;
	}
}
#rank_battle .rank_red_line_frame_box {
	padding: 1px 0;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame {
	position: relative;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame:after {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	background-image: url(../img/rankbattle/red_line_frame_middle.png);
	background-size: 100% 36px;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame div {
	position: relative;
	margin: 44px 0 56px;
	z-index: 2;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame div:before {
	content: "";
	position: absolute;
	top: -44px;
	left: 0;
	width: 100%;
	height: 94px;
	background-image: url(../img/rankbattle/red_line_frame_top.png);
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: -1;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame div:after {
	content: "";
	position: absolute;
	bottom: -56px;
	left: 0;
	width: 100%;
	height: 106px;
	background-image: url(../img/rankbattle/red_line_frame_bottom.png);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_title {
	text-align: center;
	font-size: 35px;
	-webkit-text-stroke: 1px #f90808;
	text-shadow: 0px 0px 10px #f90808, 0px 0px 15px #f90808;
	margin-bottom: 30px;
}
#rank_battle .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_txt {
	width: calc(100% - 100px);
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame:after {
		top: 4.04vw;
		height: calc(100% - 8.06vw);
	}
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div {
		margin: 3.55vw 0 4.52vw;
	}
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div:before {
		top: -3.55vw;
		height: 7.58vw;
	}
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div:after {
		bottom: -4.55vw;
		height: 8.55vw;
	}
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_title {
		font-size: 2.83vw;
		margin-bottom: 2.42vw;
	}
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_txt {
		width: calc(100% - 8.06vw);
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div:before {
		top: -3.3vw;
	}
	#rank_battle .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_title {
		font-size: 5.2vw;
		-webkit-text-stroke: 0.1vw #f90808;
		text-shadow: 0px 0px 2vw #f90808, 0px 0px 4vw #f90808;
		margin-bottom: 2vw;
	}
}
#rank_battle .rank_blue_line_frame_box {
	padding: 1px 0;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame {
	position: relative;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame:after {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 100px);
	background-image: url(../img/rankbattle/blue_line_frame_middle.png);
	background-size: 100% 35px;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div {
	position: relative;
	margin: 56px 0 48px;
	z-index: 2;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div:before {
	content: "";
	position: absolute;
	top: -56px;
	left: 0;
	width: 100%;
	height: 106px;
	background-image: url(../img/rankbattle/blue_line_frame_top.png);
	background-size: 100%;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: -1;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div:after {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 0;
	width: 100%;
	height: 98px;
	background-image: url(../img/rankbattle/blue_line_frame_bottom.png);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_title {
	text-align: center;
	font-size: 35px;
	-webkit-text-stroke: 1px #0b76f6;
	text-shadow: 0px 0px 10px #0b76f6, 0px 0px 15px #0b76f6;
	margin-bottom: 50px;
}
#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_txt {
	width: calc(100% - 100px);
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame:after {
		top: 4.04vw;
		height: calc(100% - 8.06vw);
	}
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div {
		margin: 4.52vw 0 3.88vw;
	}
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div:before {
		top: -4.52vw;
		height: 8.55vw;
	}
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div:after {
		bottom: -3.88vw;
		height: 7.91vw;
	}
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_title {
		font-size: 2.83vw;
		margin-bottom: 2.42vw;
	}
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_txt {
		width: calc(100% - 8.06vw);
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_title {
		font-size: 5.2vw;
		-webkit-text-stroke: 0.1vw #0b76f6;
		text-shadow: 0px 0px 2vw #0b76f6, 0px 0px 4vw #0b76f6;
		margin-bottom: 2vw;
	}
	#rank_battle .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_txt {
		text-align: left;
	}
}
#rank_battle .rank_img_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
#rank_battle .rank_img_box figure,
#rank_battle .rank_img_box li {
	margin: 0 40px;
}
#rank_battle .rank_img_box figure:first-child,
#rank_battle .rank_img_box li:first-child {
	margin-left: 0;
}
#rank_battle .rank_img_box figure:last-child,
#rank_battle .rank_img_box li:last-child {
	margin-right: 0;
}
#rank_battle .rank_img_box figure img,
#rank_battle .rank_img_box li img {
	zoom: 0.5;
}
#rank_battle .rank_img_box li {
	margin: 0 20px;
}
#rank_battle .rank_img_box.rank_img_blue figure,
#rank_battle .rank_img_box.rank_img_blue li {
	border: 1px solid #0b76f6;
	box-shadow: 0 0 25px #0b76f6;
}
#rank_battle .rank_img_box.rank_img_blue figure img,
#rank_battle .rank_img_box.rank_img_blue li img {
	display: block;
}
#rank_battle .rank_img_box.rank_img_red figure,
#rank_battle .rank_img_box.rank_img_red li {
	border: 1px solid #f90808;
	box-shadow: 0 0 25px #f90808;
}
#rank_battle .rank_img_box.rank_img_red figure img,
#rank_battle .rank_img_box.rank_img_red li img {
	display: block;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_img_box figure,
	#rank_battle .rank_img_box li {
		margin: 0 3.23vw;
	}
	#rank_battle .rank_img_box li {
		margin: 0 1.62vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_img_box {
		display: block;
	}
	#rank_battle .rank_img_box figure,
	#rank_battle .rank_img_box li {
		width: 85%;
		margin: 0 auto 6vw;
	}
	#rank_battle .rank_img_box figure:first-child,
	#rank_battle .rank_img_box li:first-child {
		margin-left: auto;
	}
	#rank_battle .rank_img_box figure:last-child,
	#rank_battle .rank_img_box li:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}
	#rank_battle .rank_img_box figure img,
	#rank_battle .rank_img_box li img {
		zoom: 1;
	}
	#rank_battle .rank_img_box li {
		margin: 0 auto 6vw;
	}
	#rank_battle .rank_img_box.rank_img_blue figure,
	#rank_battle .rank_img_box.rank_img_blue li {
		border: 0.3vw solid #0b76f6;
		box-shadow: 0 0 2vw #0b76f6;
	}
	#rank_battle .rank_img_box.rank_img_red figure,
	#rank_battle .rank_img_box.rank_img_red li {
		border: 0.3vw solid #f90808;
		box-shadow: 0 0 2vw #f90808;
	}
}
#rank_battle .rank_title_arrow {
	font-size: 35px;
	text-align: center;
	margin-bottom: 50px;
}
#rank_battle .rank_title_arrow span {
	padding: 0 266px;
	display: inline-block;
	position: relative;
}
#rank_battle .rank_title_arrow span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 266px;
	height: 35px;
	background-size: cover;
	background-position: center right;
}
#rank_battle .rank_title_arrow span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0%, -50%) rotate(-180deg);
	transform: translate(0%, -50%) rotate(-180deg);
	width: 266px;
	height: 35px;
	background-image: url(../img/rankbattle/red_arrow.png);
	background-size: cover;
	background-position: center right;
}
#rank_battle .rank_title_arrow span em {
	margin: 0 20px;
	display: inline-block;
}
#rank_battle .rank_title_arrow.rank_title_arrow_blue {
	-webkit-text-stroke: 1px #0b76f6;
	text-shadow: 0px 0px 15px #0b76f6, 0px 0px 25px #0b76f6;
}
#rank_battle .rank_title_arrow.rank_title_arrow_blue span:before {
	background-image: url(../img/rankbattle/blue_arrow.png);
}
#rank_battle .rank_title_arrow.rank_title_arrow_blue span:after {
	background-image: url(../img/rankbattle/blue_arrow.png);
}
#rank_battle .rank_title_arrow.rank_title_arrow_red {
	-webkit-text-stroke: 1px #f90808;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px #f90808;
}
#rank_battle .rank_title_arrow.rank_title_arrow_red span:before {
	background-image: url(../img/rankbattle/red_arrow.png);
}
#rank_battle .rank_title_arrow.rank_title_arrow_red span:after {
	background-image: url(../img/rankbattle/red_arrow.png);
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_title_arrow {
		font-size: 2.83vw;
		margin-bottom: 4.04vw;
	}
	#rank_battle .rank_title_arrow span {
		padding: 0 21.45vw;
	}
	#rank_battle .rank_title_arrow span:before {
		width: 21.45vw;
		height: 2.83vw;
	}
	#rank_battle .rank_title_arrow span:after {
		width: 21.45vw;
		height: 2.83vw;
	}
	#rank_battle .rank_title_arrow span em {
		margin: 0 1.62vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_title_arrow {
		font-size: 5.6vw;
		margin-bottom: 5vw;
	}
	#rank_battle .rank_title_arrow span {
		padding: 0 12vw;
	}
	#rank_battle .rank_title_arrow span:before {
		width: 10.8vw;
		height: 6.8vw;
	}
	#rank_battle .rank_title_arrow span:after {
		width: 10.8vw;
		height: 6.8vw;
	}
	#rank_battle .rank_title_arrow span em {
		margin: 0 3vw;
	}
	#rank_battle .rank_title_arrow.rank_title_arrow_blue {
		-webkit-text-stroke: 0.1vw #0b76f6;
		text-shadow: 0px 0px 2vw #0b76f6, 0px 0px 4vw #0b76f6;
	}
	#rank_battle .rank_title_arrow.rank_title_arrow_red {
		-webkit-text-stroke: 0.1vw #f90808;
		text-shadow: 0px 0px 2vw #f90808, 0px 0px 4vw #f90808;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_mv {
		width: 95%;
	}
}
#rank_battle .rank_about {
	margin-bottom: 80px;
}
#rank_battle .rank_about .rank_about_txt {
	margin: 80px auto;
}
#rank_battle .rank_about .rank_day h2 {
	margin: auto;
	padding: 86px 0;
	background-image: url(../img/rankbattle/rank_day_title.png);
}
#rank_battle .rank_about .rank_day h3 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.02em;
	margin: 15px auto 20px;
	-webkit-text-stroke: 1px #0b76f6;
	text-shadow: 0px 0px 15px #0b76f6, 0px 0px 25px #0b76f6;
}
#rank_battle .rank_about .rank_day h3 strong {
	font-size: 55px;
}
#rank_battle .rank_about .rank_day h3 strong span {
	position: relative;
	left: -0.08em;
}
#rank_battle .rank_about .rank_day h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #dfdfdf;
}
#rank_battle .rank_about .rank_about_ranking {
	margin: 80px auto 50px;
}
#rank_battle .rank_about ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#rank_battle .rank_about ul li {
	margin: 0 25px;
}
#rank_battle .rank_about ul li:first-child {
	margin-left: 0;
}
#rank_battle .rank_about ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_about {
		margin-bottom: 6.45vw;
	}
	#rank_battle .rank_about .rank_about_txt {
		margin: 6.45vw auto;
	}
	#rank_battle .rank_about .rank_day h2 {
		padding: 6.94vw 0;
	}
	#rank_battle .rank_about .rank_day h3 {
		font-size: 2.42vw;
		margin: 1.21vw auto 1.62vw;
	}
	#rank_battle .rank_about .rank_day h3 strong {
		font-size: 4.44vw;
	}
	#rank_battle .rank_about .rank_day h4 {
		font-size: 1.46vw;
	}
	#rank_battle .rank_about .rank_about_ranking {
		margin: 6.46vw auto 4.04vw;
	}
	#rank_battle .rank_about ul li {
		margin: 0 2.02vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_about {
		margin-bottom: 10vw;
	}
	#rank_battle .rank_about .rank_about_txt {
		margin: 10vw auto;
	}
	#rank_battle .rank_about .rank_day h2 {
		padding: 10vw 0;
	}
	#rank_battle .rank_about .rank_day h3 {
		font-size: 4.8vw;
		margin: 1.5vw auto 2vw;
		-webkit-text-stroke: 0.1vw #0b76f6;
		text-shadow: 0px 0px 3vw #0b76f6, 0px 0px 5vw #0b76f6;
	}
	#rank_battle .rank_about .rank_day h3 strong {
		font-size: 6.8vw;
	}
	#rank_battle .rank_about .rank_day h4 {
		font-size: 3.6vw;
	}
	#rank_battle .rank_about .rank_about_ranking {
		margin: 10vw auto 6vw;
	}
	#rank_battle .rank_about ul {
		display: block;
	}
	#rank_battle .rank_about ul li {
		width: 80%;
		margin: 0 auto 5vw;
	}
	#rank_battle .rank_about ul li:first-child {
		margin-left: auto;
	}
	#rank_battle .rank_about ul li:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}
}
#rank_battle .rank_nav {
	margin-bottom: 80px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#rank_battle .rank_nav ol {
	width: 14em;
	margin: 50px auto;
	font-size: 28px;
}
#rank_battle .rank_nav ol > li {
	margin-bottom: 5px;
}
#rank_battle .rank_nav ol > li:last-child {
	margin-bottom: 0;
}
#rank_battle .rank_nav ol > li a {
	color: #fff;
}
#rank_battle .rank_nav ol > li > a {
	padding-left: 34px;
	position: relative;
}
#rank_battle .rank_nav ol > li > a:before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 19px;
	height: 24px;
	background-image: url(../img/rankbattle/nav_arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#rank_battle .rank_nav ol > li ul {
	font-size: 24px;
	padding-left: 34px;
}
#rank_battle .rank_nav ol > li ul li {
	margin-top: 10px;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_nav {
		margin-bottom: 6.45vw;
	}
	#rank_battle .rank_nav ol {
		margin: 4.04vw auto;
		font-size: 2.26vw;
	}
	#rank_battle .rank_nav ol > li {
		margin-bottom: 0.4vw;
	}
	#rank_battle .rank_nav ol > li > a {
		padding-left: 2.75vw;
	}
	#rank_battle .rank_nav ol > li > a:before {
		width: 1.54vw;
		height: 1.94vw;
	}
	#rank_battle .rank_nav ol > li ul {
		font-size: 1.94vw;
		padding-left: 2.75vw;
	}
	#rank_battle .rank_nav ol > li ul li {
		margin-top: 0.8vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_nav {
		margin-bottom: 10vw;
		border-top: 0.6vw solid #fff;
		border-bottom: 0.6vw solid #fff;
	}
	#rank_battle .rank_nav ol {
		width: 80%;
		margin: 8vw auto;
		font-size: 5.2vw;
	}
	#rank_battle .rank_nav ol > li {
		margin-bottom: 5vw;
	}
	#rank_battle .rank_nav ol > li > a {
		padding-left: 8vw;
	}
	#rank_battle .rank_nav ol > li > a:before {
		top: 1vw;
		width: 4vw;
		height: 5.2vw;
	}
	#rank_battle .rank_nav ol > li ul {
		font-size: 4.2vw;
		padding-left: 7vw;
	}
	#rank_battle .rank_nav ol > li ul li {
		margin-top: 5vw;
	}
}
#rank_battle .rank_participate h2 {
	text-align: center;
}
#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame h3 {
	max-width: 370px;
	margin-top: -80px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame p {
	font-size: 35px;
	margin-bottom: 60px;
}
#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame p:not(.t-center) {
	margin-left: 50px;
}
#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame .rank_btn {
	max-width: 770px;
	margin: 0 auto 60px;
}
#rank_battle .rank_participate .rank_red_line_frame_box {
	margin-top: 80px;
}
#rank_battle .rank_participate .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_txt {
	text-align: left;
}
#rank_battle .rank_participate .rank_blue_line_frame_box {
	margin-top: 80px;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame h3 {
		max-width: 29.84vw;
		margin-top: -6.46vw;
		margin-bottom: 1.62vw;
	}
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame p {
		font-size: 2.83vw;
		margin-bottom: 4.84vw;
	}
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame p:not(.t-center) {
		margin-left: 4.04vw;
	}
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame .rank_btn {
		max-width: 62.1vw;
		margin: 0 auto 4.84vw;
	}
	#rank_battle .rank_participate .rank_red_line_frame_box {
		margin-top: 6.45vw;
	}
	#rank_battle .rank_participate .rank_blue_line_frame_box {
		margin-top: 6.45vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame h3 {
		width: 52%;
		max-width: none;
		margin-top: -6vw;
		margin-bottom: 0vw;
	}
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame p {
		font-size: 5.2vw;
		margin-bottom: 6vw;
	}
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame p:not(.t-center) {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#rank_battle .rank_participate .rank_frame_box li .rank_blue_frame .rank_btn {
		width: 90%;
		max-width: none;
		margin: 0 auto 6vw;
	}
	#rank_battle .rank_participate .rank_red_line_frame_box {
		margin-top: 10vw;
	}
	#rank_battle .rank_participate .rank_blue_line_frame_box {
		margin-top: 10vw;
	}
}
#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_img_box {
	margin-top: 50px;
}
#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_auto_info div {
	margin-right: 80px;
	padding-top: 100px;
	position: relative;
}
#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_auto_info div:before {
	content: "";
	position: absolute;
	top: 0;
	right: -60%;
	width: 320px;
	height: 101px;
	background-image: url(../img/rankbattle/rank_rule_about_txt.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_img_box {
		margin-top: 4.04vw;
	}
	#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_auto_info div {
		margin-right: 6.45vw;
		padding-top: 8.07vw;
		width: 30.4%;
	}
	#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_auto_info div:before {
		width: 25.81vw;
		height: 8.15vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_img_box {
		margin-top: 6vw;
	}
	#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_auto_info div {
		margin-right: 0;
		padding-top: 18.8vw;
		width: 100%;
		margin-bottom: 6vw;
	}
	#rank_battle .rank_rule .rank_frame_box > li .rank_red_frame .rank_auto_info div:before {
		right: 0;
		width: 60vw;
		height: 18.8vw;
	}
}
#rank_battle .rank_reward h2 {
	max-width: 706px;
	margin: auto;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner {
	margin-top: 80px;
	box-shadow: 3px 3px 8px #512800;
	border: 6px solid;
	border-image: linear-gradient(to bottom, #f6b934, #d48c2d, #ffd649, #fffaf5, #f9e777) 1;
	background-image: url(../img/rankbattle/rank_reward_bg.png);
	background-size: 945px;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline {
	margin: 15px;
	padding-bottom: 40px;
	box-shadow: 3px 3px 8px #512800;
	border: 4px solid;
	border-image: linear-gradient(to bottom, #f6b934, #d48c2d, #ffd649, #fffaf5, #f9e777) 1;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline h3 {
	max-width: 394px;
	margin: 40px auto;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol {
	width: 95%;
	margin: auto;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	margin-bottom: 40px;
	padding: 0 40px 40px;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li figure img {
	zoom: 0.5;
}
#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li .rank_reward_details {
	margin-left: 50px;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_medal,
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_title,
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items {
	display: flex;
	align-items: center;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_medal
	h4,
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_title
	h4,
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	h4 {
	width: 4em;
	margin-right: 50px;
	font-size: 26px;
	-webkit-text-stroke: 1px #0b76f6;
	text-shadow: 0px 0px 10px #0b76f6, 0px 0px 15px #0b76f6;
}

#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_medal.rank_reward_medal_w100
	h4 {
	width: 100%;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_medal {
	margin-bottom: 40px;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_title {
	margin-bottom: 40px;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_title
	p {
	margin-left: -0.5em;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	div {
	display: flex;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	div
	figure {
	margin: 0 25px;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	div
	figure:first-child {
	margin-left: 0;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	div
	figure:last-child {
	margin-right: 0;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	div
	figure
	figcaption {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin-top: 20px;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	div
	figure
	figcaption
	strong {
	font-size: 32px;
}
#rank_battle
	.rank_reward
	.rank_reward_box
	.rank_reward_inner
	.rank_reward_inline
	ol
	li
	.rank_reward_details
	.rank_reward_items
	p
	small {
	font-size: 21px;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_reward h2 {
		max-width: 56.94vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner {
		margin-top: 6.45vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline {
		margin: 1.21vw;
		padding-bottom: 3.23vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline h3 {
		max-width: 31.7vw;
		margin: 3.23vw auto;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li {
		margin-bottom: 3.23vw;
		padding: 0 3.23vw 3.23vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li > figure {
		width: 18.5vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li .rank_reward_details {
		margin-left: 4.04vw;
		width: calc(100% - 4.04vw - 18.5vw);
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_medal
		h4,
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_title
		h4,
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		h4 {
		margin-right: 4.04vw;
		font-size: 2.097vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_medal {
		margin-bottom: 3.23vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_title {
		margin-bottom: 3.23vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div {
		width: calc(100% - 4em - 4.04vw);
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div
		figure {
		margin: 0 2.02vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div
		figure
		figcaption {
		font-size: 1.94vw;
		margin-top: 1.62vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div
		figure
		figcaption
		strong {
		font-size: 2.59vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		p
		small {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_reward h2 {
		max-width: none;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner {
		margin-top: 10vw;
		box-shadow: 0.6vw 0.6vw 1vw #512800;
		border: 1.2vw solid;
		border-image: linear-gradient(to bottom, #f6b934, #d48c2d, #ffd649, #fffaf5, #f9e777) 1;
		background-size: 80vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline {
		margin: 2vw;
		padding-bottom: 5vw;
		box-shadow: 0.6vw 0.6vw 1vw #512800;
		border: 0.9vw solid;
		border-image: linear-gradient(to bottom, #f6b934, #d48c2d, #ffd649, #fffaf5, #f9e777) 1;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline h3 {
		width: 70%;
		max-width: none;
		margin: 5vw auto;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol {
		width: 90%;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li {
		display: block;
		border-bottom: 0.6vw solid rgba(255, 255, 255, 0.6);
		margin-bottom: 5vw;
		padding: 0 0 5vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li figure {
		width: 70%;
		margin: auto;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li figure img {
		zoom: 1;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline ol li .rank_reward_details {
		margin-top: 5vw;
		margin-left: 0;
		width: 100%;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_medal,
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_title,
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items {
		text-align: center;
		display: block;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_medal
		h4,
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_title
		h4,
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		h4 {
		width: 100%;
		margin-right: 0;
		font-size: 6vw;
		-webkit-text-stroke: 0.1vw #0b76f6;
		text-shadow: 0px 0px 2vw #0b76f6, 0px 0px 4vw #0b76f6;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_medal {
		margin-bottom: 5vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_medal
		p {
		margin-top: 1vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_title {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_title
		p {
		margin-left: 0;
		margin-top: 1vw;
		font-size: inherit;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div {
		width: 100%;
		margin-top: 3vw;
		justify-content: center;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div
		figure {
		margin: 0 2vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div
		figure
		figcaption {
		font-size: 4.2vw;
		margin-top: 3vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		div
		figure
		figcaption
		strong {
		font-size: 6vw;
	}
	#rank_battle
		.rank_reward
		.rank_reward_box
		.rank_reward_inner
		.rank_reward_inline
		ol
		li
		.rank_reward_details
		.rank_reward_items
		p
		small {
		font-size: 4.2vw;
	}
	#rank_battle .rank_reward .rank_reward_box .rank_reward_inner .rank_reward_inline .rank_cap {
		display: block;
	}
}
#rank_battle .rank_support > p {
	margin-bottom: 80px;
}
#rank_battle .rank_support .rank_youtube {
	max-width: 840px;
	margin: 144px auto;
	position: relative;
	background-image: url(../img/rankbattle/rank_support_bg_middle.png);
	background-size: 100%;
	padding: 1px 14px;
	z-index: 2;
}
#rank_battle .rank_support .rank_youtube:before,
#rank_battle .rank_support .rank_youtube:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 68px;
	background-size: 100%;
	background-repeat: no-repeat;
}
#rank_battle .rank_support .rank_youtube:before {
	top: -68px;
	background-image: url(../img/rankbattle/rank_support_bg_top.png);
	background-position: center top;
}
#rank_battle .rank_support .rank_youtube:after {
	bottom: -68px;
	background-image: url(../img/rankbattle/rank_support_bg_bottom.png);
	background-position: center bottom;
}
#rank_battle .rank_support .rank_youtube .rank_inner {
	position: relative;
	max-width: 750px;
	padding-top: 52%;
	margin: -30px auto;
	overflow: hidden;
	z-index: 2;
}
#rank_battle .rank_support .rank_youtube .rank_inner .js-movie,
#rank_battle .rank_support .rank_youtube .rank_inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	cursor: pointer;
}
#rank_battle .rank_support .rank_youtube .rank_inner .js-movie:before,
#rank_battle .rank_support .rank_youtube .rank_inner iframe:before {
	content: "";
	background: url(../img/play-icon.png) no-repeat;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	z-index: 2;
	pointer-events: none;
	background-size: contain;
}
#rank_battle .rank_support .rank_youtube .rank_inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
}
#rank_battle .rank_support .rank_youtube .rank_inner .js-movie img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#rank_battle .rank_support .rank_frame_box > li .rank_blue_frame .rank_frame_inner .rank_cap {
	margin-top: 30px;
}
#rank_battle .rank_support .rank_frame_box > li .rank_blue_frame .rank_frame_inner .rank_img_box {
	margin-top: 50px;
}
#rank_battle .rank_support .rank_blue_line_frame_box {
	margin-top: 105px;
}
#rank_battle .rank_support .rank_blue_line_frame_box .rank_blue_line_frame div .rank_beginner_rule {
	position: absolute;
	top: -80px;
	left: 0;
	max-width: 597px;
}
#rank_battle .rank_support .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_txt {
	padding-top: 50px;
}
#rank_battle .rank_support .rank_support_cap {
	text-indent: -1em;
	padding-left: 1em;
	margin: 40px auto 60px;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_support > p {
		margin-bottom: 10vw;
	}
	#rank_battle .rank_support .rank_youtube {
		max-width: 67.75vw;
		margin: 11.62vw auto;
		padding: 1px 1.13vw;
	}
	#rank_battle .rank_support .rank_youtube:before,
	#rank_battle .rank_support .rank_youtube:after {
		height: 5.49vw;
	}
	#rank_battle .rank_support .rank_youtube:before {
		top: -5.49vw;
	}
	#rank_battle .rank_support .rank_youtube:after {
		bottom: -5.49vw;
	}
	#rank_battle .rank_support .rank_youtube .rank_inner {
		max-width: 60.49vw;
		margin: -2.42vw auto;
	}
	#rank_battle .rank_support .rank_youtube .rank_inner .js-movie:before,
	#rank_battle .rank_support .rank_youtube .rank_inner iframe:before {
		width: 8.07vw;
		height: 8.07vw;
	}
	#rank_battle .rank_support .rank_frame_box > li .rank_blue_frame .rank_frame_inner .rank_cap {
		margin-top: 2.42vw;
	}
	#rank_battle .rank_support .rank_frame_box > li .rank_blue_frame .rank_frame_inner .rank_img_box {
		margin-top: 4.04vw;
	}
	#rank_battle .rank_support .rank_blue_line_frame_box {
		margin-top: 8.47vw;
	}
	#rank_battle .rank_support .rank_blue_line_frame_box .rank_blue_line_frame div .rank_beginner_rule {
		top: -6.46vw;
		max-width: 48.15vw;
	}
	#rank_battle .rank_support .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_txt {
		padding-top: 4.04vw;
	}
	#rank_battle .rank_support .rank_support_cap {
		margin: 3.23vw auto 4.84vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_support .rank_youtube {
		max-width: 840px;
		margin: 17vw auto;
		padding: 5vw 3vw;
	}
	#rank_battle .rank_support .rank_youtube:before,
	#rank_battle .rank_support .rank_youtube:after {
		height: 6.9vw;
	}
	#rank_battle .rank_support .rank_youtube:before {
		top: -6.9vw;
	}
	#rank_battle .rank_support .rank_youtube:after {
		bottom: -7vw;
	}
	#rank_battle .rank_support .rank_youtube .rank_inner {
		max-width: none;
		margin: -7vw auto;
	}
	#rank_battle .rank_support .rank_youtube .rank_inner .js-movie:before,
	#rank_battle .rank_support .rank_youtube .rank_inner iframe:before {
		width: 20vw;
		height: 20vw;
	}
	#rank_battle .rank_support .rank_frame_box > li .rank_blue_frame .rank_frame_inner .rank_cap {
		margin-top: 5vw;
	}
	#rank_battle .rank_support .rank_frame_box > li .rank_blue_frame .rank_frame_inner .rank_img_box {
		margin-top: 7vw;
	}
	#rank_battle .rank_support .rank_blue_line_frame_box {
		margin-top: 13vw;
	}
	#rank_battle .rank_support .rank_blue_line_frame_box .rank_blue_line_frame div .rank_beginner_rule {
		top: -9vw;
		width: 80%;
		max-width: none;
	}
	#rank_battle .rank_support .rank_blue_line_frame_box .rank_blue_line_frame div .rank_line_frame_txt {
		padding-top: 8vw;
	}
	#rank_battle .rank_support .rank_red_line_frame_box .rank_red_line_frame div .rank_line_frame_txt {
		text-align: left;
	}
	#rank_battle .rank_support .rank_support_cap {
		margin: 5vw auto 8vw;
	}
}
#rank_battle .rank_yell .rank_frame_box {
	margin-bottom: 50px;
}
#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img {
	margin: 50px auto;
}
#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img figure {
	position: relative;
}
#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img figure:after {
	content: "";
	position: absolute;
	top: 57.5%;
	right: -325px;
	width: 365px;
	height: 82px;
	background-image: url(../img/rankbattle/rank_yell_img01_txt.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	-webkit-text-stroke: 1px #f90808;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px #f90808;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_yell .rank_frame_box {
		margin-bottom: 4.04vw;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img {
		margin: 4.04vw auto;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img figure {
		width: 30.4%;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img figure:after {
		right: -26.22vw;
		width: 29.44vw;
		height: 6.62vw;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_title {
		margin-top: 2.5vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_yell .rank_frame_box {
		margin-bottom: 5vw;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img {
		margin: 5vw auto;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img figure {
		width: 50%;
		margin: 0;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_img figure:after {
		right: -42vw;
		width: 47vw;
		height: 11vw;
	}
	#rank_battle .rank_yell .rank_frame_box > li .rank_red_frame .rank_frame_inner .rank_yell_title {
		-webkit-text-stroke: 0.1vw #f90808;
		text-shadow: 0px 0px 2vw #f90808, 0px 0px 4vw #f90808;
		margin-top: 3.5vw;
	}
}
#rank_battle .rank_sns {
	margin-top: 90px;
	padding-top: 300px;
	position: relative;
}
#rank_battle .rank_sns:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	width: 150px;
	height: 218px;
	background-image: url(../img/howto/after_arrival_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
#rank_battle .rank_sns h2 {
	font-size: 65px;
	text-align: center;
	-webkit-text-stroke: 1px #0b76f6;
	text-shadow: 0px 0px 15px #0b76f6, 0px 0px 25px #0b76f6;
	margin-bottom: 80px;
}
#rank_battle .rank_sns h2 small {
	font-size: 45px;
}
#rank_battle .rank_sns h2 span {
	letter-spacing: -0.5em;
	margin-left: -0.2em;
}
#rank_battle .rank_sns figure {
	max-width: 963px;
	margin: 0 auto 50px;
}
@media screen and (max-width: 1240px) {
	#rank_battle .rank_sns {
		margin-top: 7.26vw;
		padding-top: 24.2vw;
	}
	#rank_battle .rank_sns:before {
		width: 12.1vw;
		height: 17.59vw;
	}
	#rank_battle .rank_sns h2 {
		font-size: 5.25vw;
		margin-bottom: 6.46vw;
	}
	#rank_battle .rank_sns h2 small {
		font-size: 3.63vw;
	}
	#rank_battle .rank_sns figure {
		max-width: 77.67vw;
		margin: 0 auto 4.04vw;
	}
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_sns {
		margin-top: 12vw;
		padding-top: 41vw;
	}
	#rank_battle .rank_sns:before {
		width: 22vw;
		height: 32vw;
	}
	#rank_battle .rank_sns h2 {
		font-size: 7.6vw;
		-webkit-text-stroke: 0.1vw #0b76f6;
		text-shadow: 0px 0px 3vw #0b76f6, 0px 0px 5vw #0b76f6;
		margin-bottom: 10vw;
	}
	#rank_battle .rank_sns h2 small {
		font-size: 5.6vw;
	}
	#rank_battle .rank_sns figure {
		max-width: none;
		margin: 0 auto 5vw;
	}
}
.rank_mb-0 {
	margin-bottom: 0 !important;
}

#rank_battle .rank_txt_middle {
	margin: 2% 0 5% 0;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#rank_battle .rank_txt_middle {
		font-size: 3.8vw;
		margin: 20px 0 20px 0;
	}
}

#rank_battle .rank_txt_middle .rank_txt_middle_small {
	font-size: 16px;
	color: #dfdfdf;
	font-weight: normal;
	display: inline-block;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	#rank_battle .rank_txt_middle .rank_txt_middle_small {
		font-size: 3.6vw;
	}
}

/*トポロ購入内容確認追加*/
.user-info .user-select-topolo-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-info .user-select-topolo-box .user-select-topolo {
	margin: auto 0 50px;
}
.user-info .user-select-topolo-box .topolo-num {
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
	margin-left: 50px;
	width: 47%;
	max-width: 430px;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-select select {
	width: calc(5em + 20px);
	text-align: start;
	background-color: #2f2f2f;
	border: unset;
	padding: 16px 10px;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-select span {
	vertical-align: bottom;
	margin-left: 20px;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-txt {
	line-height: 1.5;
	margin-top: 25px;
	border-top: 2px solid rgba(255, 255, 255, 0.38);
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-txt div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 0.05);
	padding: 20px;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-txt div p {
	line-height: 1.4;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-txt div .topolo-num-total {
	font-size: 80%;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-txt strong {
	font-size: 135%;
}
.user-info .user-select-topolo-box .topolo-num .topolo-num-txt .topolo-num-tax {
	text-align: right;
	font-size: 70%;
	margin-top: 5px;
	color: #ababab;
}
@media screen and (max-width: 767px) {
	.user-info .user-select-topolo-box {
		display: block;
	}
	.user-info .user-select-topolo-box .user-select-topolo {
		margin: auto auto 40px;
	}
	.user-info .user-select-topolo-box .topolo-num {
		font-size: 18px;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: none;
	}
	.user-info .user-select-topolo-box .topolo-num .topolo-num-select select {
		width: calc(7em + 20px);
	}
	.user-info .user-select-topolo-box .topolo-num .topolo-num-txt {
		margin-top: 20px;
	}
	.user-info .user-select-topolo-box .topolo-num .topolo-num-txt div {
		padding: 12px;
	}
	.user-info .user-select-topolo-box .topolo-num .topolo-num-txt strong {
		font-size: 120%;
	}
}

.f-bold {
	font-weight: bold;
}

/* 240410：aboutページ追加 */
.about_access {
	margin: 80px auto 0;
}
.about_access h2 {
	max-width: 610px;
	margin: 0 auto 30px;
}
.about_access figure {
	max-width: 434px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.about_access {
		margin: 30px auto 0;
	}
	.about_access h2 {
		width: 95%;
		max-width: none;
		margin: 0 auto 20px;
	}
	.about_access figure {
		width: 90%;
		max-width: none;
		margin: auto;
	}
}

.add_img {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 96px;
}
@media screen and (max-width: 767px) {
	.add_img {
		width: 100%;
		max-width: none;
		margin: 0 auto 60px;
	}
	#about .add_img {
		margin: 0 auto 8vw;
	}
}

#quest_list {
	padding-top: 20px;
	position: relative;
}
.quest-prev-top {
	position: absolute;
	top: 20px;
	transition: background-color 0.4s;
	z-index: 8;
	border: 1px solid #fff;
	background-color: #161616;
	border: #969696 2px solid;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.quest-prev-top:hover {
	background-color: #4f1714;
}
.quest-prev-top a {
	padding: 5px 20px 5px 35px;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}
.quest-prev-top a:before {
	left: 10px;
}
@media screen and (max-width: 767px) {
	.quest-prev-top {
		font-size: 12px;
	}
}
#quest_list .quest_list_box {
	margin: 120px auto;
}
#quest_list .quest_list_box .quest_list_items {
	border: 2px solid #009b3a;
	background-image: url(../img/quest/quest_bg.png);
	background-size: 40px;
	margin-bottom: 90px;
}
#quest_list .quest_list_box .quest_list_items:nth-child(2) {
	border-color: #fc3421;
}
#quest_list .quest_list_box .quest_list_items:nth-child(2) .quest_list_items_inner h3 {
	text-shadow: 0 0 10px #fc3421, 0 0 10px #fc3421, 1px 1px 0 #fc3421, -1px -1px 0 #fc3421, -1px 1px 0 #fc3421,
		1px -1px 0 #fc3421, 0px 1px 0 #fc3421, 0 -1px 0 #fc3421, -1px 0 0 #fc3421, 1px 0 0 #fc3421;
}

#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h3 small {
	display: block;
	font-size: 21px;
}
@media screen and (max-width: 767px) {
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h3 small {
		font-size: 16px;
		margin-top: 5px;
	}
}

#quest_list
	.quest_list_box
	.quest_list_items:nth-child(2)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg {
	box-shadow: 0 0 12px #fc3421;
}
#quest_list .quest_list_box .quest_list_items:nth-child(3),
#quest_list .quest_list_box .quest_list_items:nth-child(4),
#quest_list .quest_list_box .quest_list_items:nth-child(5),
#quest_list .quest_list_box .quest_list_items:nth-child(6),
#quest_list .quest_list_box .quest_list_items:nth-child(7),
#quest_list .quest_list_box .quest_list_items:nth-child(8),
#quest_list .quest_list_box .quest_list_items:nth-child(9),
#quest_list .quest_list_box .quest_list_items:nth-child(10) {
	border-color: #b7d400;
}
#quest_list .quest_list_box .quest_list_items:nth-child(3) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(4) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(5) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(6) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(7) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(8) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(9) .quest_list_items_inner h3,
#quest_list .quest_list_box .quest_list_items:nth-child(10) .quest_list_items_inner h3 {
	display: flex;
	align-items: center;
	text-shadow: 0 0 10px #899f00, 0 0 10px #899f00, 1px 1px 0 #899f00, -1px -1px 0 #899f00, -1px 1px 0 #899f00,
		1px -1px 0 #899f00, 0px 1px 0 #899f00, 0 -1px 0 #899f00, -1px 0 0 #899f00, 1px 0 0 #899f00;
}

#quest_list .quest_list_box .quest_list_items:nth-child(3) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(4) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(5) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(6) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(7) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(8) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(9) .quest_list_items_inner h3 img,
#quest_list .quest_list_box .quest_list_items:nth-child(10) .quest_list_items_inner h3 img {
	margin-right: 15px;
	max-width: 70px;
}
@media screen and (max-width: 767px) {
	#quest_list .quest_list_box .quest_list_items:nth-child(3) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(4) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(5) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(6) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(7) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(8) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(9) .quest_list_items_inner h3 img,
	#quest_list .quest_list_box .quest_list_items:nth-child(10) .quest_list_items_inner h3 img {
		max-width: none;
		width: 20%;
	}
}

#quest_list
	.quest_list_box
	.quest_list_items:nth-child(3)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(4)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(5)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(6)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(7)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(8)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(9)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg,
#quest_list
	.quest_list_box
	.quest_list_items:nth-child(10)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg {
	box-shadow: 0 0 12px #b7d400;
}
#quest_list .quest_list_box .quest_list_items:nth-child(11) {
	border-color: #f90;
}
#quest_list .quest_list_box .quest_list_items:nth-child(11) .quest_list_items_inner h3 {
	text-shadow: 0 0 10px #f90, 0 0 10px #f90, 1px 1px 0 #f90, -1px -1px 0 #f90, -1px 1px 0 #f90, 1px -1px 0 #f90,
		0px 1px 0 #f90, 0 -1px 0 #f90, -1px 0 0 #f90, 1px 0 0 #f90;
}

#quest_list
	.quest_list_box
	.quest_list_items:nth-child(11)
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg {
	box-shadow: 0 0 12px #f90;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner {
	width: 95%;
	max-width: 1020px;
	margin: auto;
	position: relative;
	padding: 50px 0;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h2 {
	max-width: 176px;
	position: absolute;
	top: -45px;
	left: 0;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h3 {
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 0 10px #009b3a, 0 0 10px #009b3a, 1px 1px 0 #009b3a, -1px -1px 0 #009b3a, -1px 1px 0 #009b3a,
		1px -1px 0 #009b3a, 0px 1px 0 #009b3a, 0 -1px 0 #009b3a, -1px 0 0 #009b3a, 1px 0 0 #009b3a;
	margin-bottom: 20px;
	line-height: 1.5;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner .quest_ability {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner .quest_ability figure {
	max-width: 142px;
	min-width: 142px;
	margin-right: 12px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner .quest_ability p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li {
	width: 33.333%;
	/* max-width: 290px; */
	margin: 0 38px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:nth-child(3n) {
	margin-right: 0;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:nth-child(3n + 1) {
	margin-left: 0;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:last-child {
	margin-right: 0;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:last-child figure:after {
	content: none;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li figure {
	position: relative;
	margin-bottom: 30px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li figure:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -46px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 16px;
	height: 47px;
	background-image: url(../img/quest/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:last-child .quest_slider:after {
	content: none;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider {
	position: relative;
	margin-bottom: 0;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -46px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 16px;
	height: 47px;
	background-image: url(../img/quest/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider figure:after {
	content: none;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-prev {
	top: calc(50% - 15px);
	left: 5%;
	z-index: 2;
	width: 12px;
	height: 12px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-prev:before {
	content: "";
	opacity: 1;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0px 0px 2px #000);
	transform: rotate(-45deg);
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-next {
	top: calc(50% - 15px);
	right: 5%;
	z-index: 2;
	width: 12px;
	height: 12px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-next:before {
	content: "";
	opacity: 1;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0px 0px 2px #000);
	transform: rotate(45deg);
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-dots {
	bottom: 5%;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 8px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-dots li button {
	background-color: #606d07;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol
	> li
	.quest_slider
	.slick-dots
	li.slick-active
	button {
	background-color: #b7d400;
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol
	> li
	.quest_slider
	.slick-dots
	li
	button:before {
	content: none;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li img {
	display: block;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_title {
	margin-bottom: 20px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li h3 {
	font-size: 20px;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_txt {
	font-size: 16px;
	line-height: 1.5;
}

/* 1カラム用 */
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li {
	width: 100%;
	max-width: none;
	display: flex;
	align-items: flex-start;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li figure {
	width: 48%;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li .quest_txt_box {
	width: 48%;
	margin-left: 4%;
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_sword_skill {
	max-width: 340px;
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_sword_skill
	img {
	display: block;
}
#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li .quest_txt_box .quest_txt {
	line-height: 1.8;
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_txt
	strong {
	font-size: 24px;
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_txt
	small {
	font-size: 13px;
}
#quest_list
	.quest_list_box
	.quest_list_items
	.quest_list_items_inner
	ol.quest_col1
	li
	.quest_txt_box
	.quest_col1_addimg {
	margin-top: 20px;
	box-shadow: 0 0 12px #009b3a;
}
.t-shadow-g {
	text-shadow: 0 0 10px #009b3a, 0 0 10px #009b3a, 1px 1px 0 #009b3a, -1px -1px 0 #009b3a, -1px 1px 0 #009b3a,
		1px -1px 0 #009b3a, 0px 1px 0 #009b3a, 0 -1px 0 #009b3a, -1px 0 0 #009b3a, 1px 0 0 #009b3a;
}
.t-shadow-o {
	text-shadow: 0 0 10px #f90, 0 0 10px #f90, 1px 1px 0 #f90, -1px -1px 0 #f90, -1px 1px 0 #f90, 1px -1px 0 #f90,
		0px 1px 0 #f90, 0 -1px 0 #f90, -1px 0 0 #f90, 1px 0 0 #f90;
}
@media screen and (max-width: 767px) {
	#quest_list {
		padding-top: 10px;
	}
	#quest_list .quest_list_box {
		margin: 130px auto;
	}
	#quest_list .quest_list_box .quest_list_items {
		background-size: 20px;
		margin-bottom: 80px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner {
		width: 90%;
		max-width: none;
		padding: 9vw 0;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h2 {
		width: 45%;
		max-width: none;
		top: -9vw;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner h3 span {
		display: block;
		margin-bottom: 5px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner .quest_ability {
		display: block;
		margin-bottom: 30px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner .quest_ability figure {
		width: 50%;
		max-width: none;
		min-width: unset;
		margin-right: 0;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner .quest_ability p {
		line-height: 1.3;
		margin-top: 12px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol {
		display: block;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li {
		width: 100%;
		max-width: none;
		margin: 0;
		padding-bottom: 60px;
		position: relative;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:after {
		content: "";
		position: absolute;
		bottom: 6px;
		left: 50%;
		-webkit-transform: translate(-50%, 0%) rotate(90deg);
		transform: translate(-50%, 0%) rotate(90deg);
		width: 16px;
		height: 47px;
		background-image: url(../img/quest/arrow.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider:after {
		content: none;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-prev {
		width: 15px;
		height: 15px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li .quest_slider .slick-next {
		width: 15px;
		height: 15px;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li img {
		width: 100%;
	}

	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:last-child {
		padding-bottom: 0;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li:last-child:after {
		content: none;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li figure {
		position: relative;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol > li figure:after {
		content: none;
	}

	/* 1カラム用 */
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li {
		display: block;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li figure {
		width: 100%;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li .quest_txt_box {
		width: 100%;
		margin-left: 0;
	}
	#quest_list .quest_list_box .quest_list_items .quest_list_items_inner ol.quest_col1 li .quest_txt_box .quest_txt {
		line-height: 1.5;
	}
	#quest_list
		.quest_list_box
		.quest_list_items
		.quest_list_items_inner
		ol.quest_col1
		li
		.quest_txt_box
		.quest_sword_skill {
		max-width: none;
	}
	#quest_list
		.quest_list_box
		.quest_list_items
		.quest_list_items_inner
		ol.quest_col1
		li
		.quest_txt_box
		.quest_txt
		small {
		font-size: 14px;
	}
}

.fix_bottom {
	position: fixed;
	left: 0;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	opacity: 0;
}
.fix_bottom a {
	width: 70%;
	max-width: 750px;
	margin: auto;
}
.fix_bottom a,
.fix_bottom img {
	display: block;
}
@media screen and (max-width: 767px) {
	.fix_bottom {
		bottom: 15px;
	}
	.fix_bottom a {
		width: calc(82% - 30px - 13%);
		max-width: none;
		margin: auto;
	}
}

/* INFORMATION */
#info_details {
	background-image: url(../img/top/bg-news.jpg);
	background-repeat: no-repeat repeat;
	background-position: center top;
	background-size: 100%;
	padding: 20px 0 110px;
}

#info_details .event {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

#info_details .event .event_items {
	width: calc(33.333% - 20px);
	margin-bottom: 30px;
}

#info_details .event .event_items:nth-child(3n) {
	margin-right: 0;
}
#info_details .event .event_items:nth-child(3n + 1) {
	margin-left: 0;
}
@media screen and (max-width: 767px) {
	#info_details {
		background-image: url(../img/top/bg-news_sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding: 10px 0 80px;
	}
	#info_details .event {
		margin-top: 30px;
	}
	#info_details .event .event_items {
		width: 100%;
	}
}

.small-gray {
	font-size: 14px;
	color: #d8d8d8;
}

.no-link {
	pointer-events: none;
	opacity: 0.2;
}

.no-info,
.no-service,
.no-charge,
.no-info-en,
.no-service-en,
.no-charge-en {
	position: relative;
	&:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: #000000;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0.8;
	}
	&:after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		z-index: 2;
		width: 90%;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.6;
		text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
		white-space: pre-wrap;
	}
}

@media screen and (max-width: 767px) {
	.no-info,
	.no-service,
	.no-charge,
	.no-info-en,
	.no-service-en,
	.no-charge-en {
		&:after {
			font-size: 13px;
		}
	}
}

.no-info {
	&:after {
		content: "現在施設はリニューアルに向けて休館中です。";
	}
}

.no-info-en {
	&:after {
		content: "The facility is currently closed for renewal.";
	}
}

.no-charge {
	&:after {
		content: "現在施設はリニューアルに向けて休館中ですので、\A予約やトポロのチャージはご利用いただけません。";
	}
}
.no-charge-en {
	&:after {
		content: "As the facility is temporarily closed for renewal, \Areservations and Topolo charging services are also unavailable.";
	}
}

.no-service {
	&:after {
		content: "アノマリー・クエストはサービス終了したため、こちらの機能はご利用いただけません。";
		color: #fc4040;
	}
}
.no-service-en {
	&:after {
		content: "Since Anomaly Quest has been discontinued, this feature is no longer available.";
		color: #fc4040;
	}
}

.renewal_cap {
	text-align: center;
	display: block;
	color: #fc4040;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.renewal_cap {
		font-size: 14px;
	}
}

.legend_frame_box {
	padding: 1px 0;
}
.ranking_legend {
	margin-top: 70px;
}
@media screen and (max-width: 1240px) {
	.ranking_legend {
		margin-top: 5.65vw;
	}
}
.legend_box {
	margin: 50px auto;
	box-shadow: 3px 3px 8px #512800;
	border: 4px solid;
	border-image: linear-gradient(to bottom, #f6b934, #d48c2d, #ffd649, #fffaf5, #f9e777) 1;
	background-image: url(../img/rankbattle/rank_reward_bg.png);
	background-size: 945px;
	text-align: center;
	padding: 50px 20px;
	position: relative;
}
.legend_box:before,
.legend_box:after {
	content: "";
	position: absolute;
	width: 92px;
	height: 93px;
	background-image: url(../img/rankbattle/legend_frame_parts1.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.legend_box:before {
	bottom: -6px;
	left: -8px;
	background-position: left bottom;
	transform: rotate(-180deg);
}
.legend_box:after {
	top: -6px;
	right: -8px;
	background-position: right top;
}
.legend_box .legend_inner {
	position: relative;
}
.legend_box .legend_inner:after {
	content: "";
	position: absolute;
	bottom: -42px;
	right: -12px;
	width: 39px;
	height: 42px;
	background-image: url(../img/rankbattle/legend_frame_parts2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.legend_box .legend_inner h4 {
	font-size: 34px;
	font-weight: bold;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px #f90808;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.legend_box .legend_inner h4:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	width: 100%;
	max-width: 120px;
	height: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #f90808, 0px 0px 25px #f90808;
}
.legend_box .legend_inner p {
	font-size: 22px;
}
.legend_box .legend_inner p strong {
	font-size: 32px;
	font-weight: bold;
	text-shadow: 0px 0px 15px #f90808, 0px 0px 25px #f90808;
}
.legend_box .legend_inner p small {
	font-size: 16px;
}
@media screen and (max-width: 1240px) {
	.legend_box {
		margin: 4.04vw auto;
		padding: 4.04vw 1.62vw;
	}
	.legend_box:before,
	.legend_box:after {
		width: 7.5vw;
		height: 7.5vw;
	}
	.legend_box:before {
		bottom: -0.5vw;
		left: -0.8vw;
	}
	.legend_box:after {
		top: -0.5vw;
		right: -0.8vw;
	}
	.legend_box .legend_inner:after {
		bottom: -3.4vw;
		right: -1vw;
		width: 3.15vw;
		height: 3.39vw;
	}
	.legend_box .legend_inner h4 {
		font-size: 2.74vw;
		padding-bottom: 1.62vw;
		margin-bottom: 2.42vw;
	}
	.legend_box .legend_inner h4:after {
		width: 10vw;
	}
	.legend_box .legend_inner p {
		font-size: 1.77vw;
	}
	.legend_box .legend_inner p strong {
		font-size: 2.57vw;
	}
	.legend_box .legend_inner p small {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px) {
	.legend_box {
		margin: 6vw auto;
		padding: 6vw 3vw;
		box-shadow: 0.6vw 0.6vw 1vw #512800;
		border: 0.8vw solid;
		border-image: linear-gradient(to bottom, #f6b934, #d48c2d, #ffd649, #fffaf5, #f9e777) 1;
	}
	.legend_box:before,
	.legend_box:after {
		width: 12vw;
		height: 12vw;
	}
	.legend_box:before {
		bottom: -1.1vw;
		left: -1.4vw;
	}
	.legend_box:after {
		top: -1.1vw;
		right: -1.4vw;
	}
	.legend_box .legend_inner:after {
		bottom: -5.2vw;
		right: -2.2vw;
		width: 6vw;
		height: 7vw;
	}
	.legend_box .legend_inner h4 {
		font-size: 5.2vw;
		padding-bottom: 3vw;
		margin-bottom: 5vw;
		text-shadow: 0px 0px 2vw #f90808, 0px 0px 4vw #f90808;
	}
	.legend_box .legend_inner h4:after {
		width: 20%;
		max-width: none;
		height: 0.8vw;
	}
	.legend_box .legend_inner p {
		font-size: 4vw;
	}
	.legend_box .legend_inner p strong {
		font-size: 4.8vw;
	}
	.legend_box .legend_inner p small {
		font-size: 3.2vw;
	}
}

.close_title {
	font-size: 42px;
	font-weight: bold;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	text-shadow: 0 0 15px #757575, 0 0 15px #757575, 0 0 15px #757575, 0 0 15px #757575;
	position: relative;
	padding-bottom: 30px;
}

.close_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%) skewX(-15deg);
	width: 100px;
	height: 6px;
	background-color: #fff;
	box-shadow: 0 0 15px #757575, 0 0 15px #757575, 0 0 15px #757575, 0 0 15px #757575;
}
.close_box {
	margin-top: 90px;
}
.close_box h3 {
	margin-bottom: 20px !important;
}
.close_box h3 a {
	color: #fc4040;
}

@media screen and (max-width: 767px) {
	#top .bnr-aq {
		margin: 30px auto 0;
	}

	.close_title {
		font-size: 32px;
		text-shadow: 0 0 10px #757575, 0 0 10px #757575, 0 0 10px #757575, 0 0 10px #757575;
		padding-bottom: 20px;
		margin-bottom: 40px !important;
	}

	.close_title::after {
		width: 80px;
		height: 5px;
		box-shadow: 0 0 10px #757575, 0 0 10px #757575, 0 0 10px #757575, 0 0 10px #757575;
	}
	.close_box {
		margin-top: 60px;
	}
}
.play_close {
	padding-top: 126px !important;
}
.head_thanks {
	position: absolute;
	text-align: center;
	top: calc(100% + 1px);
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	border-bottom: 1px solid #969696;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
}
.head_thanks a {
	color: #fc4040;
}

.play_header_close .play_header_left,
.play_header_close .play_header_right {
	&:lang(ja) {
		height: calc(100% - 166px) !important;
	}
}

.play_header_close .play_header_left p {
	height: calc(100% - 188px);
}

.play_goods_close {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 60px;
	font-size: 21px;
}

@media screen and (max-width: 767px) {
	.play_close {
		padding-top: calc(126px + 5% + 3.4vw) !important;
	}
	.head_thanks {
		font-size: 2.8vw;
		line-height: 1.6;
		padding: 1.5vw 0;
	}

	.play_header_close .play_header_top {
		transform: translateY(calc(-100% - 64px - 14vw));
		margin: calc(64px + 12.1vw) auto auto;
	}

	.play_goods_close {
		margin-top: -3vw;
		margin-bottom: 10vw;
		font-size: 4.3vw;
	}
}