@charset "utf-8";
.top {
	position: relative;
}
.top .l-content {
	padding-bottom: 160px;
	position: relative;
}
.top .l-content::after {
	background: url(../../images/top/bg_sns.svg) no-repeat;
	background-size: 100%;
  bottom: 20px;
	content: '';
	height: 226px;
	left: 200px;
	position: absolute;
	width: 254px;
  z-index: 0;
}
.top .l-wrap::before {
	background: #D52127;
	border-radius: 10px;
	content: '';
	height: 3537px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
}
.top .top-mainvisual {
	height: 1434px;
	position: relative;

}

.top .top-mainvisual canvas,
.top .top-mainvisual #animation_container {
  display: block;
  height: auto !important;
  width: 100% !important;
}
/* .top .top-mainvisual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../../images/top/p_mainvisual.svg) no-repeat;
} */
/* .top .top-mainvisual .top-maintitle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 698px;
	height: 698px;
	z-index: 2;
}
.top .top-mainvisual .top-maintitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(50px);
  z-index: -1;
  background: #fff;
  border-radius: 100%;
}
.top .top-mainvisual .main_lead {
	color: var(--D52127, #D52127);
	text-align: center;
	text-shadow: 4px 0 5px #FFF;
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 40px;
}
.top .top-mainvisual .main_lead em {
	color: var(--000, #000);
	text-align: center;
	text-shadow: 4px 0 5px #FFF;
	font-family: "Akshar", sans-serif;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 2.24px;
} */

.top .title_area h2 {
	line-height: 1;
	position: relative;
	text-align: center;
}
.top .title_area h2::before {
	background: url(../../images/top/i_title_area.svg) no-repeat;
	background-size: contain;
	content: '';
	height: 55px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -80px;
	width: 75px; 
}
.top .title_area h2 em {
	color: #D9D9D9;
	font-family: "Akshar", sans-serif;
	font-size: 8.3rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}
.top .title_area h2 span {
	color: #000;
	display: block;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: -30px;
	text-align: center;
}
.top .message {
	margin-top: -425px;
	position: relative;
	z-index: 2;
}
.top .message::before {
	background: url(../../images/top/bg_message.svg) no-repeat top center;
	background-size: 100%;
	content: '';
	height: 301px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1378px;

}
.top .message .title_area,
.top .sns .title_area {
	background: #fff;
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
  height: 364px;
	margin: 0 auto;
	padding: 50px 0 0;
	width: 980px;
}
.top .message .message_navigation {
	display: flex;
	flex-wrap: wrap;
	margin-top: -130px;
	position: relative;
	z-index: 4;
}
.top .message .message_navigation .message_navigation_card {
	margin-right: 40px;
	width: calc((100% / 2) - 20px);
}
.top .message .message_navigation .message_navigation_card.no-link a {
	pointer-events: none;
}

.top .message .message_navigation .message_navigation_card a:hover {
	text-decoration: none;
}
.top .message .message_navigation .message_navigation_card a:hover img {
	opacity: 0.7;
}
.top .message .message_navigation .message_navigation_card:nth-of-type(2n) {
	margin-right: 0;
}
.top .message .message_navigation .message_navigation_card figure {
	background: #fff;
	position: relative;
}
.top .message .message_navigation .message_navigation_card.no-link a figure::before {
	align-items: center;
	background: rgba(0, 0, 0, 0.40);
	color: #fff;
	content: 'Coming Soon';
	display: flex;
	font-family: "Akshar", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	height: 0;
	height: 100%;
	justify-content: center;
	line-height: normal;
	position: absolute;
	top: 0;
	width: 100%;
}
.top .message .message_navigation .message_navigation_card img {
	height: auto;
	transition: .5s;
	width: 100%;
}
.top .message .message_navigation .message_navigation_card .message_navigation_title {
	color: #000;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px !important;
	text-align: center;
}
.top .message .message_navigation .message_navigation_card a:hover {
	text-decoration: none;
}
.top .bg_content {
	position: relative;
}
.top .bg_content::after {
	background: url(../../images/top/bg_main_nav.svg) no-repeat;
	background-size: 100%;
  bottom: -30px;
	content: '';
	height: 1308px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 1637px;
  z-index: 0;
}
.top .navigation {
	margin-top: 85px;
}

.top .navigation .l-container {
	position: relative;
}
.top .main_navigation {
	display: flex;
	position: relative;
}
.top .main_navigation .main_navigation_textbox {
	align-items: center;
	background: var(--FFF, #FFF);
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 0;
	position: absolute;
	right: 0;
	top: -32px;
	width: 560px;
	z-index: 2;
}
.top .main_navigation .main_navigation_textbox .main_navigation_text {
	color: #000;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
	text-align: center;
	text-shadow: 4px 0 5px #FFF;
}
.top .main_navigation .main_navigation_textbox .btn {
	height: 50px;
	margin-top: 45px;
	width: 300px;
}
.top .main_navigation .main_navigation_textbox .btn a {
	align-items: center;
	background: #000;
	color: #FFF;
	display: flex;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	line-height: normal;
	text-align: center;
	transition: .5s;
	width: 100%;
}
.top .main_navigation .main_navigation_textbox .btn a:hover {
	background: #D52127;
	border-radius: 30px;
	text-decoration: none;
}
.top .main_navigation .main_navigation_imgbox {
	order: 1;
	width: 893px;
}

.top .main_navigation.-data {
	margin-top: 88px;
}
.top .main_navigation.-data .main_navigation_imgbox {
	margin: 0 0 0 auto;
}
.top .main_navigation.-data .main_navigation_textbox {
	left: 0;
	right: auto;
}
.top .sns {
	margin-top: 65px;
	position: relative;
	z-index: 1;
}
.top .sns .title_area {
	height: 319px;
}
.top .sns .sns-list {
	margin-top: -90px;
}
.top .sns .sns-list ul {
	display: flex;
	flex-wrap: wrap;
}
.top .sns .sns-list ul li {
  margin-right: 50px;
	width: calc((100% / 5) - 50px);
}
.top .sns .sns-list li a {
	align-items: center;
	background: #fff;
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
	display: flex;
	height: 120px;
	justify-content: center;
	transition: .5s;
	width: 208px;
}
.top .sns .sns-list li a:hover {
	opacity: 0.7;
}
.top .sns .sns-list li a img {
	height: 46px;
	width: auto;
}
.top .sns .sns-list li.youtube a img {
	height: auto;
	width: 54px;
}
@media (max-width: 767px) {
	.top .l-wrap::before {
    content: none;
	}
	.top .l-content {
    padding-bottom: 120px;
		padding-top: 50px;
	}
	.top .l-content::after {
		content: none;
	}
	.top .top-mainvisual {
		background: none;
		flex-direction: column;
		height: 263px;
		justify-content: flex-start;
		overflow: hidden;
		position: relative;
	}
	.top .top-mainvisual canvas,
	.top .top-mainvisual #animation_container {
		left: 50%;
		transform: translate(-50%, 0);
    width: 110% !important;

	}
	.top .top-mainvisual .top-maintitle h1 img {
		height: auto;
		width: 144px;
	}
	.top .top-mainvisual .main_lead {
		font-size: 2.4rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: -80px;
		position: relative;
		z-index: 3;
	}
	.top .top-mainvisual .main_lead em { 
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 300;
		letter-spacing: 0.72px;
		line-height: normal;
	}
	.top .message .title_area,
	.top .sns .title_area {
		height: auto;
		margin: 0 auto;
		width: 85%;
	}
	.top .title_area h2 em {
		color: #D9D9D9;
		font-size: 4.1rem;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-align: center;
	}
	.top .message {
    margin-top: 30px;
 }
	.top .message::before {
    background: url(../../images/top/bg_message_sp.svg) no-repeat top center;
    background-size: 100%;
    content: '';
    height: 161px;
    width: 371px;
	}
	.top .title_area h2 span {
		font-size: 2rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: -10px;
		text-align: center;
	}
	.top .message .title_area,
	.top .sns .title_area {
		padding-bottom: 20px;
	}
	.top .message .title_area {
		background: #fff;
	}
	.top .message .message_navigation {
		background: #fff;
		box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
		margin: 0 auto;
		position: relative;
		width: 85%;
	} 
	.top .message .message_navigation .message_navigation_card {
    margin-right: 0;
    width: 100%;
	}
	.top .message .message_navigation .message_navigation_card.no-link a figure::before {
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
		left: -30px;
    width: 120%;
    z-index: 2;
	}
	.top .message .message_navigation .message_navigation_card img {
    left: -30px;
    position: relative;
		width: 120%;
	}
	.top .message .message_navigation .message_navigation_card .message_navigation_title {
		font-size: 1.6rem;
		margin-bottom: 35px;
	}
	.top .bg_content::after {
		content: none;
	}
	.top .main_navigation {
		flex-direction: column;
		position: relative;
	}
	.top .main_navigation.-history::before {
		background: url(../../images/top/bg_history_sp.svg) no-repeat;
		background-size: contain;
		content: '';
		height: 125px;
		position: absolute;
		right: -20px;
		top: 0;
		width: 116px;
		z-index: 3;
	}
	.top .main_navigation.-history::after {
		background: url(../../images/top/bg_history02_sp.svg) no-repeat;
		background-size: contain;
		bottom: -35px;
		content: '';
		height: 110px;
		left: -20px;
		position: absolute;
		width: 151px;
		z-index: 3;
	}
	.top .main_navigation.-data::before {
		background: url(../../images/top/bg_history03_sp.svg) no-repeat;
		background-size: contain;
		content: '';
		height: 107px;
		left: -20px;
		position: absolute;
		top: -35px;
		width: 105px;
		z-index: 3;
	}
	.top .main_navigation.-data::after {
		background: url(../../images/top/bg_history04_sp.svg) no-repeat;
		background-size: contain;
		bottom: -35px;
		content: '';
		height: 111px;
		position: absolute;
		right: -20px;
		width: 146px;
		z-index: 3;
	}
	.top .main_navigation .main_navigation_textbox {
		margin: 0 auto;
    position: relative;
    top: 0;
    width: 85%;
    z-index: 2;
	}
	.top .main_navigation .main_navigation_textbox .main_navigation_text {
		font-size: 1.4rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 15px;
		text-shadow: 4px 0 5px #FFF;
	}
	.top .main_navigation .main_navigation_textbox .btn {
    height: 50px;
    margin-top: 25px;
    width: 90%;
	}
	.top .main_navigation .main_navigation_imgbox {
    order: 1;
    width: 100%;
	}
	.top .main_navigation .main_navigation_imgbox img {
		height: auto;
		width: 100%;
	}
	.top .sns {
		position: relative;
	}
	.top .sns .title_area {
		height: 435px;
		padding-bottom: 40px;
	}
	.top .sns .sns-list {
		left: 50%;
		margin-top: -50px;
		position: absolute;
		top: 50%;
		transform: translate(-50%, 0);
		width: 90%;
	}
	.top .sns .sns-list ul li {
    margin-right: 24px;
    width: calc((100% / 2) - 15px);
	}
	.top .sns .sns-list ul li:nth-of-type(2n) {
		margin-right: 0;
	}
	.top .sns .sns-list ul li:nth-of-type(n + 3) {
		margin-top: 20px;
	}
	.top .sns .sns-list li a {
		height: 93px;
		width: 100%;
	}
	.top .sns .sns-list li a img {
    height: 35px;
	}
	.top .sns .sns-list li.youtube a img {
    width: 41px;
	}
}