@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=block');

* {
	margin:0;
	padding:0;
	text-shadow:none;
	font-weight:normal;
	line-height:1.6;
	-webkit-text-size-adjust:100%;
	font-size:12px;
	font-family:"Roboto","Noto Sans JP","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"CI",Meiryo,"メイリオ","lroSVbN","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#232323;
    outline : none;
	font-feature-settings: "palt";
	text-align:left;
	vertical-align: baseline;
	letter-spacing:0.085em;
}

html {
	position:relative;
}

body {
	position:relative;
	overflow:hidden;
	background:rgba(27, 9, 11, 1);
}

body.lock {
	overflow:hidden;
}

body.loaded {
	overflow:auto;
}

a {
	outline:0;
	border:0;
	color:#0099ff;
	text-decoration:underline;
	transition:1.0s;
}

a:hover {
	opacity:0.5;
}

a.dei {
	pointer-events:none;
	cursor: pointer;
	opacity:0.25;
}

img {
	vertical-align:top;
	border:0;
    outline : none;
}

ul,ol {
	list-style:none;
}

/* コンテント */

.content {
	width:1000px;
	margin:0 auto;
}

/* ヘッダー */

#first {
	position:relative;
	background:url(../img/bg_pc.png) no-repeat top center;
	background-size:100% auto;
}

#first:before {
	background: #87131b;
	background: linear-gradient(180deg, rgba(135, 19, 27, 1) 0%, rgba(27, 9, 11, 1) 100%);
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	z-index:-1;
}

#first .head,
#first h2 {
	position: absolute;
	top: 0;
	left: 0;
}

#first h1 {
}

#first img {
	width:100%;
}

/* toForm */

.toForm {
	text-align:center;
	margin:30px 0 50px 0;
}

.toForm a {
}

.toForm .toform_h {
	font-size:24px;
	text-align:center;
	margin:0 0 5px 0;
	font-weight:700;
	color:#ffffff;
}

.toForm .toform_s {
	font-size:16px;
	text-align:center;
	font-weight:500;
	margin:0 0 20px 0;
	color:#ffffff;
}

.toForm .toform_p {
	font-size:30px;
	text-align:center;
	margin:20px 0 0 0;
	font-weight:700;
	color:#ffffff;
}

.toForm .toform_p span {
	font-size:48px;
	font-weight:700;
	opacity:1;
	color:#ffffff;
}

.toForm a.die {
	opacity:0.25;
	pointer-events:none;
}

.toForm a img {
	margin:0 auto;
}

/* 見出し */

h3 {
	text-align:center;
}

h3 img {
	margin:0 auto;
}

/* 概要 */

#overview {
	padding:40px 0 0 0;
}

#overview .cp_box {
	margin:0 0 30px 0;
}

#overview .cp_box p {
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:600;
	margin:10px 0 0 0;
}

#overview .cp_box p span {
	color:#ffffff;
	font-size:48px;
	font-weight:600;
	line-height:1;
}

#overview .cp_box .cp_box_sub {
	text-align:center;
	color:#ffffff;
	font-size:16px;
	margin:10px 0 0 0;
	letter-spacing:0.05em;
}

#overview .cp_box .cp_box_sub sup {
	color:#ffffff;
	vertical-align:top;
}

/* nav */

#nav {
	padding:20px 0 20px 0;
}

#nav ul {
	margin:0 auto;
	width:790px;
	overflow:hidden;
	clear:both;
}

#nav ul li {
	float:left;
	width:calc( 50% - 10px );
}

#nav ul li:nth-of-type(even) {
	float:right;
}

#nav ul li img {
	width:100%;
}

/* present */

#present {
	padding:0 0 30px 0;
}

#present h3 {
}

#present .present_item_box {
	margin:30px 0 0 0;
}

#present .present_item_text {
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:600;
	margin:10px 0 0 0;
}

#present .present_item_text span {
	color:#ffffff;
	font-size:36px;
	font-weight:600;
}

#present .present_item_text strong {
	color:#e9cd93;
	font-size:24px;
	font-weight:600;
}

#present .present_item_text strong span {
	color:#e9cd93;
	font-size:48px;
	font-weight:600;
}

#present .present_item {
	overflow:hidden;
	clear:both;
	margin:10px auto 0 auto;
	width:790px;
}

#present .present_item_in {
	float:left;
	width:calc( 50% - 10px );
	margin:0 0 20px 0;
	text-align:center;
	position:relative;
}

#present .present_item_link {
	position: absolute;
	right:120px;
	bottom:130px;
}

#present .present_item_link a {
	display:block;
	line-height:1;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	text-decoration: none;
	position: relative;
	border-radius:65px;
	background:#ac1a20;
	padding:15px 30px;
}

#present .present_item_in img {
	width:100%;
}

#present .present_item_in.right {
	float:right;
}

#present .present_item_in.big {
	width:100%;
}

#present .present_text {
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin:5px 0 0 0;
}

/* step */

#step {
	padding:40px 0 50px 0;
}

#step h4 {
	background:#e9cd93;
	text-align:center;
	font-size:30px;
	font-weight:800;
	text-align:center;
	padding:5px 0;
	letter-spacing:0.15em;
}

#step .step_item {
	margin:30px 0 0 0;
}

#step .step_item_in {
	margin:0 auto 60px auto;
	background:#241111;
	width:790px;
	position: relative;
}

#step .step_item_in::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 40px 20px 0 20px;
	border-color: #241111 transparent transparent;
	translate: -50% 100%;
}

#step .step_item_in:last-child {
	margin:0 auto 0 auto;
}

#step .step_item_in:last-child::after {
	display:none;
}

#step .step_item_in .text_normal {
	font-size:20px;
	text-align:center;
	margin:10px auto 0 auto;
	font-weight:700;
	color:#ffffff;
}

#step .step_item_in .text {
	padding:30px 20px;
}

#step .step_item_in .text p {
	font-size:30px;
	font-weight:700;
	text-align:center;
	color:#ffffff;
}

#step .step_item_in .text p span {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	line-height:1.7;
	display:inline-block;
	text-align:center;
}

#step .step_item_in .text_list {
}

#step .step_item_in .text_list ul {
	margin:30px 30px 0 30px;
}

#step .step_item_in .text_list li {
	padding-left:14px;
	font-size:14px;
	position:relative;
	color:#ffffff;
}

#step .step_item_in .text_list li:before {
	display: inline;
	position: absolute;
	top:3px;
	left:0;
	content: "◆";
	font-size:10px;
	color:#e9cd93;
}

#step .step_item_in .text_list li span {
	font-size:14px;
}

#step .step_item_in .text_list li a {
	font-size:14px;
	color:#e9cd93;
	text-decoration:none;
}

/* ストーリー */

#story {
	background:url(../img/bg.jpg) center center #000000;
	background-size:cover;
	background-attachment: fixed;
	padding:30px 0 60px 0;
}

#story .story_movie {
	margin:25px 0 0 0;
}

#story .story_text {
	margin:20px 0 0 0;
	font-size:18px;
	font-weight:600;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 応募する */

.oubo {
	padding:50px 0 50px 0;
	margin:0 auto;
	width:790px;
	text-align:center;
	font-size:24px;
	font-weight:800;
	color:#ff0000;
}

.oubo_text_main_lead {
	color:#e9cd93;
	font-size:24px;
	font-weight:800;
	text-align:center;
	letter-spacing:0.1em;
	margin:0 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oubo_text_main_lead::before,
.oubo_text_main_lead::after {
    content: "";
    background-color: #e9cd93;
    height: 3px;
    width:35px;
}

.oubo_text_main_lead::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}

.oubo_text_main_lead::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}

.oubo_text_main {
	margin:30px 0 0 0;
}

.oubo_text_main li {
	list-style-type: none;
}

.oubo_text_main li span {
	display:inline-block;
	padding:0 0 0 16px;
	position:relative;
	font-size:16px;
	color:#ffffff;
	font-weight:600;
	color:#e9cd93;
}

.oubo_text_main li span:before {
	display: inline;
	content: "●";
	position: absolute;
	top:0;
	left:0;
}

.oubo_link,
.oubo_link a {
	display:inline-block;
}

/* ボタン */

.support {
	padding:20px 0 20px 0;
	overflow:hidden;
	clear:both;
	text-align:center;
}

.link {
	padding:40px 0 0 0;
	overflow:hidden;
	clear:both;
	text-align:center;
}

.support .support_in,
.link .link_in {
	width:400px;
	margin:0 auto;
	display:inline-block;
	margin:0 10px;
}

.support .support_in {
}

.support .support_in a {
	display:block;
	line-height:65px;
	height:65px;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	text-decoration: none;
	border:1px solid #ffffff;
	position: relative;
	border-radius:65px;
}

.link .link_in {
	background: #121212;
}

.link .link_in a {
	display:block;
	line-height:65px;
	height:65px;
	text-align:center;
	color:#121212;
	font-size:24px;
	font-weight:700;
	text-decoration: none;
	position: relative;
}

.support .support_in a .dli-plus::before,
.link .link_in a .dli-plus::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

/* 対象期間 */

.ticket_end_out {
	text-align:center;
}

.ticket_end {
	text-align:center;
	color:#f5d043;
	font-size:30px;
	font-weight:800;
	margin:20px 0 0 0;
	padding:0 30px;
}

.ticket_end span {
	color:#f5d043;
	font-size:48px;
	font-weight:700;
}

.ticket_end span.small {
	font-size:14px;
	font-weight:500;
	display:inline-block;
	margin:0 0 0 5px;
}

/* 応募締切 */

.campaign_end {
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	margin:0 0 20px 0;
}

.campaign_end span {
	color:#ffffff;
	font-size:36px;
	font-weight:700;
}

/* ポップアップ */

.kiyaku_box {
	display:none;
}

.kiyaku_box_in {
	position:fixed;
	background:rgba(0,0,0,1);
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10010 !important;
}

.kiyaku_text {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000000;
	overflow:hidden;
	z-index:10011 !important;
}

.kiyaku_text_in_out {
	overflow-y:scroll;
	scrollbar-width:10px;
	margin:auto;
	height:100%;
}

.kiyaku_text_in {
	position:relative;
	padding:50px 50px;
	z-index:10012 !important;
	margin:auto;
}

.kiyaku_text_in_out::-webkit-scrollbar {
	width:10px;
}

.kiyaku_text_in_out::-webkit-scrollbar-track {
	background:#ffffff;
}

.kiyaku_text_in_out::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 1px rgba(255, 255, 255, 0.5);
}

.kiyaku_text_in_out::-webkit-scrollbar-corner {
	display: none;
}

.kiyaku_close {
	display:block;
	position:fixed;
	top:20px;
	right:20px;
	width:60px;
	height:60px;
	transition:0.35s;
	cursor: pointer;
	z-index:10013 !important;
}

.kiyaku_close:hover {
	opacity:0.5;
}

.kiyaku_close::before,
.kiyaku_close::after {
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	width:2px;
	height:60px;
	background:#e9cd93;
}
 
.kiyaku_close::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
 
.kiyaku_close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* ポップアップ - インナー */

.kiyaku_box {
	padding:90px 0 20px 0;
	position:relative;
}

/* ポップアップ - 見出し */

.kiyaku_box h2 {
	text-align:center;
	margin:0 0 20px 0;
	color:#ffffff;
	font-size:30px;
	font-weight:800;
}

/* ポップアップ - 規約 */

.kiyaku_box .kiyaku {
}

.kiyaku_box .kiyaku h3 {
	font-size:18px;
	color:#e9cd93;
	font-weight:700;
	margin:0 0 5px 0;
	text-align:left;
}

.kiyaku_box .kiyaku ul {
	margin:5px auto 20px auto;
}

.kiyaku_box .kiyaku li {
	color:#ffffff;
	padding-left:14px;
	font-size:14px;
	position:relative;
}

.kiyaku_box .kiyaku li:before {
	display: inline;
	position: absolute;
	top:3px;
	left:0;
	content: "●";
	font-size:10px;
	color:#e9cd93;
}

.kiyaku_box .kiyaku li a {
	font-size:14px;
	color:#e9cd93;
	text-decoration:none;
}

/* ポップアップ - 共通（注意事項） */

.kiyaku_box .kiyaku_list ul {
	margin:10px auto 20px auto;
}

.kiyaku_box .kiyaku_list li {
	list-style-type: none;
	padding:0 0 0 16px;
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	position:relative;
}

.kiyaku_box .kiyaku_list li a {
	font-size:14px;
	color:#e0f90f;
	text-decoration:none;
}

.kiyaku_box .kiyaku_list li:before {
	display: inline;
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

.kiyaku_box .kiyaku_list.kome li:before {
	content: "■";
	font-size:10px;
	display: inline-block;
	margin:3px 0 0 0;
}

.kiyaku_box .kiyaku_list li b {
	font-size:14px;
	color:#ffffff;
	font-weight:600;
}

/* フッター */

#main_fot {
	padding:30px 0 50px 0;
	background:url(../img/bg_in.jpg) center center;
	background-size:cover;
}

#main_fot img {
}

#main_fot .footer_logo {
	text-align:center;
}

#main_fot .official_in {
	text-align:center;
}

/* 予告 */

.ytMovie_box {
	position:relative;
	padding-bottom:56.5%;
	height:0;
	overflow:hidden;
}

.ytMovie_box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}

/* メッセージ */

.msg {
	color:#ffffff;
	text-align:center;
	margin:0 0 30px 0;
	font-size:36px;
	font-weight:900;
}

.msg span {
	font-size:48px;
	font-weight:900;
	color:#ffffff;
}

/* シーンカット */

.ph_box {
	overflow:hidden;
	position:relative;
	z-index:10;
}

.ph_box * {
	height:300px !important;
}

.ph_box img {
	width:auto !important;
}

/* フッター */

footer{
	position: relative;
	margin:0 auto;
	padding:50px 0 20px 0;
	background-color: #1c0e0e;
}

footer #footer ul{
	margin:50px auto 0 auto;
}

footer ul{
	position: relative;
	margin:0 auto;
	width: 60%;
	max-width:290px;
	gap:0 60px;
}
footer ul li{
	position: relative;
	margin: 0;
	width: calc(50% - 30px);
	cursor: pointer;
	 transition: all .4s ease-out;
}
footer ul li:hover{opacity: 0.6;}

footer img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    image-rendering: auto;
}

.footer_logo {
	margin:0 0 40px 0;
}

.copyright {
	margin:30px 0 0 0;
	text-align:center;
	font-size:10px;
	color:#b1a47c;
}

@media screen and (max-width:640px) {

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	body {
		min-width:320px;
	}

	/* コンテント */

	.content {
		width:auto;
	}

	/* ヘッダー */

	#first {
		background:url(../img/bg_sp.png) no-repeat top center;
		background-size:100% auto;
	}

	#first img {
		width:100%;
	}

	/* 概要 */

	#overview {
		padding:20px 7.5% 0 7.5%;
	}

	#overview .cp_box {
		margin:0 0 30px 0;
	}

	#overview .cp_box p {
		font-size:18px;
		margin:20px 0 0 0;
	}

	#overview .cp_box p span {
		font-size:36px;
	}

	#overview .cp_box .cp_box_sub {
		font-size:12px;
		margin:10px 0 0 0;
	}

	#overview img {
		width:100%;
	}

	/* nav */

	#nav {
		padding:0 7.5% 0 7.5%;
	}

	#nav ul {
		width:auto;
	}

	#nav ul li {
		float:none;
		width:auto;
		margin:20px 0 0 0;
	}

	#nav ul li:nth-of-type(even) {
		float:none;
	}

	/* 見出し */

	h3 {
		text-align:center;
	}

	/* present */

	#present {
		padding:25px 0 30px 0;
	}

	#present img {
		width:100%;
	}

	#present .present_item_text {
		font-size:18px;
		margin:20px 0 0 0;
	}

	#present .present_item_text span {
		font-size:24px;
	}

	#present .present_item_text strong {
		font-size:18px;
	}

	#present .present_item_text strong span {
		font-size:36px;
		line-height:1;
	}

	#present .present_item {
		margin:20px 15% 0 15%;
		width:auto;
	}

	#present .present_item_in {
		margin:0 0 20px 0;
		width:auto;
	    float:none;
	}

	#present .present_item_in.right {
	    float:none;
	}

	#present .present_item_in img {
		width:100%;
		height:auto;
	}

	#present .present_item_link {
	    left:12.5%;
	    right:12.5%;
	    bottom:17vw;
	}

	#present .present_item_link a {
	    font-size:4vw;
	}

	#present .present_text {
		font-size:10px;
	    margin:5px 7.5% 0 7.5%;
	    text-align:left;
	}
	
	#present .oubo {
		margin: 0 7.5%;
	}

	/* step */

	#step {
		padding:25px 7.5% 30px 7.5%;
	}

	#step h4 {
		font-size:24px;
		padding:5px 0;
	}

	#step .step_item {
		margin:30px 0 0 0;
	}

	#step .step_item_in {
		margin:0 auto 60px auto;
		width:auto;
	}

	#step .step_item_in .text_normal {
		font-size:14px;
		text-align:left;
	}

	#step .step_item_in .text {
		padding:20px 20px;
	}

	#step .step_item_in .text p {
		font-size:16px;
	}

	#step .step_item_in .text p span {
		font-size:12px;
		line-height:1.6;
		text-align:center;
	}

	#step .step_item_in .text p span.full {
		width:100%;
	}

	#step .step_item_in .text_list ul {
		margin:15px 0 0 0;
	}

	#step .step_item_in .text_list li {
		padding-left:15px;
		font-size:10px;
	}

	#step .step_item_in .text_list li span {
		font-size:10px;
	}

	#step .step_item_in .text_list li a {
		font-size:10px;
	}

	#step .step_item_in .text_list li:before {
		top:0;
	}

	#step img {
		width:100%;
	}

	/* ストーリー */

	#story {
		background-size:auto 100%;
		padding:20px 0 40px 0;
	}

	#story .story_movie {
		margin:10px 7.5% 0 7.5%;
	}

	#story .story_text {
		margin:15px 7.5% 0 7.5%;
		font-size:14px;
	}

	#story img {
		width:100%;
	}

	/* 対象期間 */

	.ticket_end_out {
	}

	.ticket_end {
		font-size:16px;
		margin:20px 5% 0 5%;
		display:block;
		line-height:1.3;
	}

	.ticket_end span {
		font-size:30px;
		line-height:1.3;
	}

	.ticket_end span.small {
		font-size:12px;
		display:block;
		margin:7px 0 0 0;
		line-height:1;
		text-align:center;
	}

	/* 応募する */

	.oubo {
		padding:30px 0 0 0;
		width:auto;
	}

	.oubo_text_main_lead {
		font-size:16px;
		margin:0 0 10px 0;
		letter-spacing:0.05em;
	}

	.oubo_text_main {
		margin:20px 0 0 0;
	}

	.oubo_text_main li span {
		padding:0 0 0 12px;
		font-size:12px;
	}

	.oubo_link,
	.oubo_link a {
		display:inline-block;
	}

	.oubo_link img {
		width:100%;
	}

	/* 応募締切 */

	.campaign_end {
	    margin:10px 0 0 0;
		font-size:14px;
	}

	.campaign_end span {
		font-size:24px;
	}

	/* soon */

	.soon {
		font-size:30px;
		margin:40px 0 0 0;
	}

	/* toForm */

	.toForm {
		margin:0 0 50px 0;
	}

	.toForm a img {
		width:100%;
	}

	.toForm .toform_h {
		font-size:16px;
	}

	.toForm .toform_s {
		font-size:10px;
	}

	.toForm .toform_p {
		font-size:18px;
		margin:20px 0 0 0;
	}

	.toForm .toform_p span {
		font-size:30px;
	}

	/* ポップアップ */

	.kiyaku_text_in {
		padding:100px 20px 30px 20px;
	}

	.kiyaku_close {
		position:fixed;
		top:20px;
		right:20px;
		width:45px;
		height:45px;
	}

	.kiyaku_close:hover {
		opacity:1;
	}

	/* ポップアップ - インナー */

	.kiyaku_box {
		padding:130px 0 20px 0;
	}

	/* ポップアップ - 見出し */

	.kiyaku_box h2 {
		font-size:18px;
		margin:0 0 15px 0;
	}

	/* ポップアップ - 規約 */

	.kiyaku_box .kiyaku h3 {
		font-size:14px;
	}

	.kiyaku_box .kiyaku li {
		padding-left:14px;
		font-size:12px;
	}

	.kiyaku_box .kiyaku li:before {
		display: inline;
		position: absolute;
		top:1px;
		left:0;
		content: "●";
		font-size:10px;
	}

	.kiyaku_box .kiyaku li a {
		font-size:12px;
	}

	/* ポップアップ - 共通（注意事項） */

	.kiyaku_box .kiyaku_list ul {
		margin:0 auto;
	}

	.kiyaku_box .kiyaku_list li {
		padding:0 0 0 14px;
		font-size:12px;
	}

	.kiyaku_box .kiyaku_list li a {
		font-size:12px;
	}

	.kiyaku_box .kiyaku_list.kome li:before {
		content: "■";
		font-size:10px;
		display: inline-block;
		margin:2px 0 0 0;
	}

	.kiyaku_box .kiyaku_list li b {
		font-size:12px;
	}

	/* ボタン */

	.support {
		padding:30px 5% 0 5%;
	}

	.link {
		padding:25px 5% 0 5%;
	}

	.support .support_in, .link .link_in {
	    width:280px;
	    margin:0;
	}

	.support .support_in {
	    margin:0 0 15px 0;
	}

	.support .support_in a {
		line-height:45px;
		height:45px;
		font-size:12px;
	}

	.link .link_in a {
		line-height:50px;
		height:50px;
		font-size:16px;
	}

	.support .support_in a .dli-plus,
	.link .link_in a .dli-plus {
		top:22px;
		right:15px;
		margin:0 0 0 15px;
		width:0.5em;
		height: 0.05em;
	}

	/* シーンカット */

	.ph_box * {
		height:150px !important;
	}

	/* メッセージ */

	.msg {
		font-size:16px;
	    margin: 0 0 20px 0;
	}

	.msg span {
		font-size:36px;
	}

	/* フッター */

	footer {
		padding:30px 0 20px 0;
	}

	footer #footer ul{
		margin:30px auto 0 auto;
	}

	footer ul{
		margin: 0 auto;
		width: 60%;
		max-width:180px;
		gap:0 30px;
	}

	footer ul li{
		margin: 0;
		width: calc(50% - 15px);
		 transition: all .4s ease-out;
	}

	.copyright {
	    margin: 30px 0 0 0;
	    font-size:2vw;
	}

}

.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexend{justify-content:flex-end;}
.flexstart{justify-content:flex-start;}
.flexaligncenter{align-items: center;}
.flexalignstart{align-items: flex-start;}
.flexalignend{align-items: flex-end;}
.flexstretch{align-content: stretch;}


/* loadong */
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: #281413;
	background: linear-gradient(150deg,#281413 0%, #000000 100%);
	opacity: 1;
	transition: opacity .3s ease-out;
	z-index: 20000;
}
#loading.LoadOut{opacity: 0;}
#loading .loader {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}

#loading .loader div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	opacity: .8;
}

#loading .loader .one {
	border-top: 1px solid #d6b67c;
	animation: rotate-left 1s linear infinite;
}

#loading .loader .two {
	border-right: 1px solid #cd9d35;
	animation: rotate-right 1s linear infinite;
}

#loading .loader .three {
	border-bottom: 1px solid #f7edd5;
	animation: rotate-right 1s linear infinite;
}

#loading .loader .four {
	border-left: 1px solid #965f29;
	animation: rotate-right 1s linear infinite;
}

@keyframes rotate-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
