@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "M PLUS 1", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #fff;
	font-weight: 500;
	font-feature-settings: "palt";
	background: #302C42;
}
@media (max-width: 767px) {
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #fff;
	text-decoration:none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
@media (max-width: 1024px) {
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-ts {
	display: none !important;
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}

/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}

.ff_mont {
	font-family: "Montserrat", sans-serif;
}


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	max-width: 1274px;
	margin: 0 auto;
	padding: 0 45px;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
.inner {
	padding: 0 20px;
}
}

/* header
----------------------------------------------- */
#header {
	position: fixed;
	background: rgba(48,44,66,0.65);
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
#header .header_in {
	height: 80px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#header .header_logo {
	position: absolute;
	font-size: 0;
	left: min(36px,1.875vw);
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	width: min(200px,10.42vw);
	z-index: 1;
}
#header .gnavi {
	display: flex;
	align-items: center;
}
#header .gnavi li {
	margin: 0 min(40px,2.08vw);
}
#header .gnavi li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
#header .gnavi li a:hover {
	opacity: 0.5;
}
.navbar-toggle {
	display: none;
}
.navbar-collapse {
	display: none;
}
@media (max-width: 1024px) {
#header .header_in {
	justify-content: space-between;
	padding: 0 15px;
	height: 60px;
}
#header .header_logo {
	position: static;
	font-size: 0;
	width: 100px;
}
#header .gnavi {
	display: none;
}
.navbar-toggle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 40px;
	border: 1px #fff solid;
	position: relative;
	z-index: 99;
}
.navbar-toggle .toggleico {
	width: 30px;
	height: 30px;
	position: relative;
}
.navbar-toggle span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 30px;
	height: 1px;
}
#header .navbar-toggle span:nth-of-type(1) {
	top:8px;
}

#header .navbar-toggle span:nth-of-type(2) {
	top:18px;
	width: 24px;
}

#header .navbar-toggle.on span:nth-of-type(1) {
	top:8px;
	transform: translateY(6px) rotate(-45deg);
}

#header .navbar-toggle.on span:nth-of-type(2) {
	top: 18px;
	width: 30px;
	transform: translateY(-4px) rotate(45deg);
}
.navbar-collapse {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: rgba(48,44,66,0.65);
	z-index: 90;
}
.navbarin {
	padding: 30px 20px;
}
.navbarbox {
	width: 100%;
}
.navbarbox .navlist li {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
}
.navbarbox .navlist li+li {
	border-top: 1px #fff solid;
}
.navbarbox .navlist li a {
	display: block;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
}


/* footer
----------------------------------------------- */
#footer {
	padding: 160px 20px 0;
}
#footer .footer_in {
	max-width: 1270px;
	margin: 0 auto;
}
#footer .copyright {
	text-align: center;
	padding: 50px 10px 60px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	position: relative;
}
#footer .copyright:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #343045 0%, #C0B7E8 35%, #8176AF 69%, #343045 100%);
	z-index: 0;
}
#footer .footer_mess {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 45px;
}
#footer .footer_logo {
	padding: 25px 0 0;
	margin-right: 100px;
}
#footer .footer_link {
	padding: 0 75px;
	position: relative;
}
#footer .footer_link+.footer_link {
	padding: 0 0 0 75px;
}
#footer .footer_link:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 196px;
	left: 0;
	top: 5px;
	background: linear-gradient(to bottom, #343045 0%, #C0B7E8 35%, #8176AF 69%, #343045 100%);
	z-index: 0;
}
#footer .footer_link li+li {
	margin-top: 20px;
}
#footer .footer_link li a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}


@media (max-width: 1024px) {
#footer .footer_logo {
	margin-right: 50px;
}
#footer .footer_link {
	padding: 0 40px;
	position: relative;
}
#footer .footer_link+.footer_link {
	padding: 0 0 0 40px;
}
}
@media (max-width: 767px) {
#footer {
	padding: 80px 20px 0;
}
#footer .copyright {
	padding: 30px 10px;
	font-size: 12px;
}
#footer .footer_mess {
	padding: 0 0 30px;
	flex-direction: column;
	align-items: center;
}
#footer .footer_logo {
	padding: 0;
	width: 130px;
	margin: 0 0 30px;
}
#footer .footer_link {
	width: 100%;
	padding: 30px 20px;
}
#footer .footer_link+.footer_link {
	padding: 30px 20px 0;
}
#footer .footer_link:before {
	width: 100%;
	height: 3px;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #343045 0%, #C0B7E8 35%, #8176AF 69%, #343045 100%);
}
#footer .footer_link li+li {
	margin-top: 20px;
}
#footer .footer_link li a {
	font-size: 14px;
}
}


/* H
----------------------------------------------- */
.hdl {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 48px;
	position: relative;
}
.hdl:before {
	position: absolute;
	content: "";
	background: url(../img/ico_hdl.png) center center no-repeat;
	width: 30px;
	height: 28px;
	right: calc(100% + 10px);
	top: 12px;
	z-index: 0;
}

@media (max-width: 767px) {
.hdl {
	font-size: 24px;
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}
.hdl:before {
	background: url(../img/ico_hdl.png) center center no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	right: auto;
	left: 0;
	top: 8px;
	z-index: 0;
}
}


/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 80px;
	margin-top: -80px;
	z-index: 0;
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 60px;
	margin-top: -60px;
}
}


/* block
----------------------------------------------- */
.block {
	position: relative;
}



/* main
----------------------------------------------- */
.main {
	position: relative;
}
.main:before {
	position: absolute;
	content: "";
	background: #393452;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.mainimg {
	text-align: center;
	position: relative;
	z-index: 1;
}
.mainimg img {
	-webkit-border-radius: 0 0 0 80px;
	-moz-border-radius: 0 0 0 80px;
	-ms-border-radius: 0 0 0 80px;
	-o-border-radius: 0 0 0 80px;
	border-radius: 0 0 0 80px;
	width: 100%;
}
@media (max-width: 767px) {
.mainimg img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	-webkit-border-radius: 0 0 0 40px;
	-moz-border-radius: 0 0 0 40px;
	-ms-border-radius: 0 0 0 40px;
	-o-border-radius: 0 0 0 40px;
	border-radius: 0 0 0 40px;
}
}


/* PARTNERS
----------------------------------------------- */
.partners {
	background: url(../img/bg_partner.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 110px;
	-webkit-border-radius: 0 0 0 80px;
	-moz-border-radius: 0 0 0 80px;
	-ms-border-radius: 0 0 0 80px;
	-o-border-radius: 0 0 0 80px;
	border-radius: 0 0 0 80px;
}
.partners .hdl {
	margin-bottom: 30px;
}
.partners .partner_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 30px;
}
.partners .partner_box .box_left {
	
}
.partners .partner_box .box_right {
	padding: 12px 20px 25px;
	background: rgba(20,91,175,0.2);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.partners .partner_box .logo_mess {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.partners .partner_box .logo_ico {
	margin-right: 15px;
}
.partners .partner_box .logo_txt {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: -0.05em;
}
.partners .partner_box .logo_det {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 900;
}
.partners .partner_box .logo_img {
	text-align: center;
}

@media (max-width: 767px) {
.partners {
	padding: 40px 0 50px;
	-webkit-border-radius: 0 0 0 40px;
	-moz-border-radius: 0 0 0 40px;
	-ms-border-radius: 0 0 0 40px;
	-o-border-radius: 0 0 0 40px;
	border-radius: 0 0 0 40px;
}
.partners .partner_box {
	display: block;
}
.partners .partner_box .box_left {
	margin: 0 0 40px;
	text-align: center;
}
.partners .partner_box .logo_ico {
	margin-right: 10px;
	flex-shrink: 0;
}
.partners .partner_box .logo_txt {
	font-size: 22px;
}
.partners .partner_box .logo_det {
	font-size: 18px;
}
}


/* about
----------------------------------------------- */
.about {
	background: url(../img/bg_about.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 120px;
	-webkit-border-radius: 0 0 0 80px;
	-moz-border-radius: 0 0 0 80px;
	-ms-border-radius: 0 0 0 80px;
	-o-border-radius: 0 0 0 80px;
	border-radius: 0 0 0 80px;
}
.about .hdl {
	margin-bottom: 45px;
}
.about .about_det {
	font-size: 36px;
	color: #FFDA00;
	margin-bottom: 40px;
}
.about .about_det .det_lar {
	font-size: 42px;
	font-weight: 800;
}
.about .about_txt {
	font-size: 24px;
	margin-bottom: 5px;
}
.about .about_img {
	text-align: center;
}


@media (max-width: 767px) {
.about {
	padding: 40px 0 60px;
	-webkit-border-radius: 0 0 0 40px;
	-moz-border-radius: 0 0 0 40px;
	-ms-border-radius: 0 0 0 40px;
	-o-border-radius: 0 0 0 40px;
	border-radius: 0 0 0 40px;
}
.about .hdl {
	margin-bottom: 30px;
}
.about .about_det {
	font-size: 24px;
	margin-bottom: 30px;
}
.about .about_det .det_lar {
	font-size: 32px;
}
.about .about_txt {
	font-size: 18px;
	margin-bottom: 20px;
}
}


/* investors
----------------------------------------------- */
.investors {
	background: url(../img/bg_investors.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 70px;
	-webkit-border-radius: 0 0 0 80px;
	-moz-border-radius: 0 0 0 80px;
	-ms-border-radius: 0 0 0 80px;
	-o-border-radius: 0 0 0 80px;
	border-radius: 0 0 0 80px;
}
.investors .hdl {
	margin-bottom: 40px;
}
.investors .invest_note {
	margin-top: 40px;
	font-size: 24px;
}
.investors .invest_img {
	text-align: center;
}

@media (max-width: 767px) {
.investors {
	padding: 40px 0;
	-webkit-border-radius: 0 0 0 40px;
	-moz-border-radius: 0 0 0 40px;
	-ms-border-radius: 0 0 0 40px;
	-o-border-radius: 0 0 0 40px;
	border-radius: 0 0 0 40px;
}
.investors .hdl {
	margin-bottom: 20px;
}
.investors .invest_note {
	margin-top: 20px;
	font-size: 18px;
}
}


/* team
----------------------------------------------- */
.team {
	background: url(../img/bg_team.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 80px 0 150px;
	-webkit-border-radius: 0 0 0 80px;
	-moz-border-radius: 0 0 0 80px;
	-ms-border-radius: 0 0 0 80px;
	-o-border-radius: 0 0 0 80px;
	border-radius: 0 0 0 80px;
}
.team .team_block .hdl {
	margin-bottom: 50px;
}
.team .team_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.team .team_box .box_in {
	flex: 1;
}
.team .team_box .box_mess {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.team .team_box .mess_head {
	flex-shrink: 0;
	margin-right: 20px;
}
.team .team_box .mess_in {
	flex: 1;
}
.team .team_box .mess_type {
	font-size: 24px;
}
.team .team_box .mess_name {
	margin-top: 20px;
}
.team .team_box .box_txt {
	
}
.team .team_box .box_img {
	margin-left: 20px;
}

.team .baad_block {
	margin-top: 60px;
}
.team .baad_block .hdl {
	margin-bottom: 40px;
}
.team .baad_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: -30px;
}
.team .baad_list > li {
	width: 560px;
	max-width: 48%;
	margin-bottom: 30px;
	position: relative;
}
.team .baad_list > li:before {
	position: absolute;
	content: "";
	background: url(../img/left_dec.png) center center no-repeat;
	width: 36px;
	height: 36px;
	left: 0;
	top: 0;
	z-index: 0;
}
.team .baad_list > li:after {
	position: absolute;
	content: "";
	background: url(../img/right_dec.png) center center no-repeat;
	width: 60px;
	height: 60px;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.team .baad_inner {
	height: 100%;
	background: rgba(20,91,175,0.2);
	padding: 16px 16px 20px 20px;
	clip-path: polygon(0 15px,15px 0,calc(100% - 15px) 0,100% 15px,100% calc(100% - 32px),calc(100% - 32px) 100%,15px 100%,0 calc(100% - 15px));
}
.team .baad_ico {
	display: none;
	position: absolute;
	right: 0;
	top: -10px;
	justify-content: flex-end;
	z-index: 1;
}
.team .baad_flex {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
.team .baad_flex .flex_img {
	padding: 10px 20px 0 0;
}
.team .baad_flex .flex_in {
	flex: 1;
}
.team .baad_flex .flex_cont {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-bottom: 8px;
}
.team .baad_flex .flex_cont.row {
	flex-direction: column;
	align-items: flex-start;
}
.team .baad_flex .flex_name {
	font-weight: 900;
	margin-right: 15px;
}
.team .baad_flex .flex_txt {
	font-size: 11px;
}
.team .baad_col {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
.team .baad_col .baad_flex {
	width: calc((100% - 10px)/2);
}
.team .baad_col .flex_txt {
	font-size: 9px;
}

@media (max-width: 1024px) {
.team .team_box {
	display: block;
}
.team .team_box .box_img {
	text-align: center;
	margin: 30px 0 0;
}
.team .baad_list {
	display: block;
	margin: 0;
}
.team .baad_list > li {
	width: auto;
	max-width: none;
	margin-bottom: 0;
}
.team .baad_list > li+li {
	margin-top: 30px;
}
}
@media (max-width: 767px) {
.team {
	padding: 40px 0 70px;
	-webkit-border-radius: 0 0 0 40px;
	-moz-border-radius: 0 0 0 40px;
	-ms-border-radius: 0 0 0 40px;
	-o-border-radius: 0 0 0 40px;
	border-radius: 0 0 0 40px;
}
.team .team_block .hdl {
	margin-bottom: 30px;
}
.team .team_box .mess_type {
	font-size: 18px;
}

.team .baad_block {
	margin-top: 40px;
}
.team .baad_block .hdl {
	margin-bottom: 30px;
}
.team .baad_inner {
	padding: 30px 20px 20px;
}
.team .baad_ico img {
	width: 50px;
}
.team .baad_flex .flex_img {
	padding: 10px 10px 0 0;
}
.team .baad_flex .flex_cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.team .baad_flex .flex_cont.row {
	flex-direction: row;
	align-items: center;
}
.team .baad_flex .flex_name {
	margin-right: 10px;
}
.team .baad_col {
	display: block;
}
.team .baad_col .baad_flex {
	width: auto;
}
.team .baad_col .baad_flex+.baad_flex {
	margin-top: 20px;
}
.team .baad_col .flex_txt {
	font-size: 11px;
}
}


/* token
----------------------------------------------- */
.token {
	background: url(../img/bg_token.jpg) center center no-repeat fixed;
	background-size: cover;
	padding: 80px 0 120px;
	position: relative;
}
.token:before {
	position: absolute;
	content: "";
	background: rgba(67,61,96,0.85);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.token .token_block+.token_block {
	margin-top: 60px;
}
.token .hdl {
	margin-bottom: 45px;
}
.token .token_det {
	font-size: 40px;
	margin-bottom: 35px;
}
.token .token_txt {
	font-size: 24px;
}
.token .road_tit {
	text-align: center;
	margin: 35px 0 25px;
	color: #3DB2F9;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.01em;
-webkit-text-shadow: 0 0 5px #3DB2F9;
-moz-text-shadow: 0 0 5px #3DB2F9;
-ms-text-shadow: 0 0 5px #3DB2F9;
-o-text-shadow: 0 0 5px #3DB2F9;
text-shadow: 0 0 5px #3DB2F9;
}
.token .road_img {
	text-align: center;
}
.token .uti_img {
	text-align: center;
	margin: 45px 0 0;
}
.token .allo_img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	column-gap: 35px;
	flex-wrap: wrap;
}
.token .allo_img img {
	margin: 5px 0;
}

@media (max-width: 767px) {
.token {
	padding: 40px 0 60px;
}
.token .token_block+.token_block {
	margin-top: 40px;
}
.token .hdl {
	margin-bottom: 30px;
}
.token .token_det {
	font-size: 30px;
	margin-bottom: 20px;
}
.token .token_txt {
	font-size: 18px;
}
.token .road_tit {
	margin: 15px 0;
	font-size: 18px;
	letter-spacing: 0.01em;
}
.token .uti_img {
	margin: 30px 0 0;
}
.token .allo_img {
	column-gap: 20px;
}
}


/* product
----------------------------------------------- */
.product {
	background: rgba(67,61,96,0.85);
}

.product .product_box {
	padding: 25px 0 25px 250px;
	position: relative;
}
.product .product_box .hdl {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.product .slider-nav .slick-list {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.product .slider-nav .slick-slide {
	outline: none;
	margin: 0 1.04vw;
	cursor: pointer;
	position: relative;
}
.product .slider-nav .slick-slide img {
	width: 100%;
	border: 1px #C0B7E8 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.product .slider-nav .slick-slide.slick-current:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 10px rgba(44,229,193,0.6);
	-moz-box-shadow: inset 0 0 10px rgba(44,229,193,0.6);
	-ms-box-shadow: inset 0 0 10px rgba(44,229,193,0.6);
	-o-box-shadow: inset 0 0 10px rgba(44,229,193,0.6);
	box-shadow: inset 0 0 10px rgba(44,229,193,0.6);
	z-index: 0;
}
.product .slider-nav .slick-slide.slick-current img {
	border: 1px #7fcbd7 solid;
	-webkit-box-shadow: 0 3px 10px rgba(44,229,193,0.6);
	-moz-box-shadow: 0 3px 10px rgba(44,229,193,0.6);
	-ms-box-shadow: 0 3px 10px rgba(44,229,193,0.6);
	-o-box-shadow: 0 3px 10px rgba(44,229,193,0.6);
	box-shadow: 0 3px 10px rgba(44,229,193,0.6);
}
@media (max-width: 767px) {
.product .product_box {
	padding: 20px 0;
}
.product .product_box .hdl {
	position: static;
	transform: translateY(0);
	margin: 0 0 10px;
}
.product .slider-nav .slick-slide {
	outline: none;
	margin: 0 3vw;
	cursor: pointer;
	position: relative;
}
}

.product .slider-for .slick-slide {
	height: 0;
}
.product .slider-for .slick-slide.slick-current {
	height: auto;
}
.product .phoenix_bg {
	background: url(../img/bg_phoenix.jpg) center center no-repeat fixed;
	background-size: cover;
}
.product .monster_bg {
	background: url(../img/bg_monster.jpg) center center no-repeat fixed;
	background-size: cover;
}
.product .verse_bg {
	background: url(../img/bg_verse.jpg) center center no-repeat fixed;
	background-size: cover;
}

.product .dex_bg {
	background: url(../img/bg_dex.jpg) center center no-repeat fixed;
	background-size: cover;
}

.product .backerz_bg {
	background: url(../img/bg_backerz.jpg) center center no-repeat fixed;
	background-size: cover;
}

.product .nftland_bg {
	background: url(../img/bg_nftland.jpg) center center no-repeat fixed;
	background-size: cover;
}

.product .neptune_bg {
	background: url(../img/bg_neptune.jpg) center center no-repeat fixed;
	background-size: cover;
}

.product .ragnarok_bg {
	background: url(../img/bg_ragnarok.jpg) center center no-repeat fixed;
	background-size: cover;
}

.product .product_block {
	padding: 60px 0;
}
.product .for_mess {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 35px;
}
.product .for_mess .mess_hd {
	font-size: 36px;
	margin-right: 35px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.product .for_mess .mess_sns {
	display: flex;
	align-items: center;
	column-gap: 24px;
	flex-shrink: 0;
}
.product .for_mess .mess_sns a:hover {
	opacity: 0.5;
}
.product .phoenix_box01 {
	text-align: center;
}
.product .phoenix_box02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.product .phoenix_box03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 860px;
	column-gap: 20px;
	margin: 30px auto 0;
}
.product .phoenix_box03 li {
	width: calc((100% - 60px)/4);
	margin: 40px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product .phoenix_box03 .box_img {
	text-align: center;
}
.product .phoenix_box03 .box_img img {
	width: 80px;
}
.product .phoenix_box03 .box_txt {
	margin: 10px 0 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.product .phoenix_box04 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 80px 0 0;
}
.product .phoenix_box04 li+li {
	margin: 50px 0 0;
}
.product .phoenix_box05 {
	display: flex;
	justify-content: center;
	margin: 100px 0 0;
}
@media (max-width: 767px) {
.product .phoenix_box03 {
	justify-content: space-between;
}
.product .phoenix_box03 li {
	width: calc((100% - 20px)/2);
	margin: 20px 0 0 0;
}
.product .phoenix_box03 .box_txt {
	font-size: 12px;
}
.product .phoenix_box04 {
	margin: 50px 0 0;
}
.product .phoenix_box04 li+li {
	margin: 30px 0 0;
}
.product .phoenix_box05 {
	margin: 50px 0 0;
}
}

.product .monster_box01 {
	text-align: center;
}
.product .monster_box02 {
	margin: 10px 0 -30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.product .monster_box02 li {
	margin: 0 40px 30px 0;
}
.product .monster_box02 li:nth-child(3n) {
	margin-right: 0;
}
.product .monster_box03 {
	margin: 140px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product .verse_box01 {
	text-align: center;
}
.product .verse_box02 {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product .verse_box02 li {
	margin: 50px 0 0;
}
.product .verse_box02 .box02_tit {
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 600;
	margin: 0 0 -50px;
}
.product .verse_box02 .phoenix_box03 {
	max-width: 730px;
}
.product .verse_box02 .phoenix_box03 li {
	margin: 60px 0 0;
}
@media (max-width: 767px) {
.product .verse_box02 .box02_tit {
	font-size: 22px;
	margin: 0 0 -50px;
}
.product .verse_box02 .phoenix_box03 li {
	margin: 30px 0 0;
}
}

.product .verse_box03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 60px;
	margin: 140px 0 0;
}
.product .verse_box03 .box_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}
.product .verse_box03 .box_right {
	
}

.product .dex_box01 {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	column-gap: 25px;
}
.product .dex_box01 .box_left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product .dex_box01 .box_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 15px;
}

.product .backerz_box01 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 20px;
}
.product .backerz_box01 .box_left {
	padding: 50px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 5px;
}
.product .backerz_box01 .box_right {
	
}

.product .nftland_box01 {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 3px;
}
.product .nftland_box01 .box_left {
	padding: 60px 0 0;
}
.product .nftland_box01 .box_right {
	
}
.product .nftland_box02 {
	position: relative;
	margin: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.product .nftland_box02 .box_in {
	margin: 20px 40px 0 0;
}
.product .nftland_box02 .box_img {
	position: absolute;
	bottom: -10px;
	right: 40px;
	z-index: 1;
}


@media (max-width: 1024px) {
.product .monster_box02 {
	justify-content: space-between;
}
.product .monster_box02 li {
	width: calc((100% - 20px)/2);
	margin: 0 0 30px 0;
}
.product .monster_box02 li:nth-child(5n) {
	width: auto;
}
}
@media (max-width: 767px) {
.product .product_block {
	padding: 50px 0;
}
.product .for_mess {
	margin-bottom: 30px;
}
.product .for_mess .mess_hd {
	font-size: 24px;
}
.product .for_mess .mess_sns {
	column-gap: 10px;
}
.product .phoenix_box03 {
	margin: 50px 0 0;
}
.product .phoenix_box04 {
	margin: 50px 0 0;
}
.product .phoenix_box04 img {
	margin: 5px 0;
}

.product .monster_box02 li {
	margin: 0 0 20px;
}
.product .monster_box02 li:nth-child(5n) {
	width: 60%;
}
.product .monster_box03 {
	margin: 50px 0 0;
}
.product .verse_box03 {
	column-gap: 0;
	margin: 50px 0 0;
	flex-direction: column;
	align-items: center;
}
.product .verse_box03 .box_left {
	margin: 0 0 20px;
}
.product .dex_box01 {
	flex-direction: column;
}
.product .dex_box01 .box_left {
	margin: 0 0 20px;
}

.product .backerz_box01 {
	flex-direction: column;
	align-items: center;
}
.product .backerz_box01 .box_left {
	padding: 0;
	margin: 0 0 20px;
}
.product .nftland_box01 {
	flex-direction: column;
	align-items: center;
}
.product .nftland_box01 .box_left {
	padding: 0;
	margin: 0 0 20px;
}
.product .nftland_box02 {
	justify-content: space-between;
}
.product .nftland_box02 .box_in {
	width: calc((100% - 20px)/2);
	margin: 20px 0 0;
}
.product .nftland_box02 .box_img {
	bottom: -10px;
	right: 0;
	width: 214px;
}
}

.product .neptune_box01 {
	display: flex;
	justify-content: space-between;
	column-gap: 50px;
}

.product .neptune_box02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0 0;
	column-gap: 60px;
}
.product .neptune_box02 li {
	margin: 25px 0 0;
}
@media (max-width: 767px) {
.product .neptune_box01 {
	flex-direction: column;
	align-items: center;
	column-gap: 0;
}
.product .neptune_box01 .box_right {
	margin: 30px 0 0;
}
.product .neptune_box02 {
	justify-content: space-between;
	column-gap: 0;
}
.product .neptune_box02 li {
	width: calc((100% - 20px)/2);
}
}

.product .ragnarok_box01 {
	display: flex;
	align-items: flex-start;
}
.product .ragnarok_box01 .box_left {
	position: relative;
}
.product .ragnarok_box01 .box_right {
	margin: 0 0 0 -40px;
}
.product .ragnarok_box02 {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	margin: 10px 0 0;
}
.product .ragnarok_box02 li {
	margin: 25px 0 0;
}
@media (max-width: 767px) {
.product .ragnarok_box01 {
	flex-direction: column;
	align-items: center;
}
.product .ragnarok_box01 .box_right {
	margin: 30px 0 0;
}
.product .ragnarok_box02 {
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 0;
	margin: 10px 0 0;
}
.product .ragnarok_box02 li {
	width: calc((100% - 20px)/2);
}
}




/* XXXXX
----------------------------------------------- */


@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}

/* ホバーで文字表示
----------------------------------------------------*/
.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 0.9em;
  color: #4682b4;
}
 
.description_bottom { /* ツールチップのスタイル */
  width: 150px; /* 横幅 */
  position: absolute;
  top: 80%; /* Y軸の位置 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.tooltip:hover .description_bottom { /* マウスオーバー時のスタイル */
  top: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}
