/*
Theme Name: Arkhe Child
Template: arkhe
Version: 3.4.2
*/

/* Common */

.icon-arrow {
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.icon-arrow::before,
.icon-arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
/*
    left: 0;
*/
    margin: auto;
    content: "";
    vertical-align: middle;
}
.icon-arrow::before{
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 4px solid #7F033B;
    border-right: 4px solid #7F033B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-arrow.down::before{
    right: 23px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#overlay{ 
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
.spinner_txt {
	display: block;
	margin-top: 0.5em;
	color: #fff;
	font-weight: bold;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
.is-hide{
	display:none;
}


/* Header */
.l-header[data-pcfix="1"] {
	background-color: rgba(255,255,255,0.68);
}
[data-scrolled=false] .l-header[data-pcfix="1"] {
	background-color: rgba(255,255,255,0.68);
}

.c-gnav > .c-gnav__li>.c-gnav__a {
	padding: 16px 10px;
}
.c-gnav > .c-gnav__li:last-child {
	height: 40%;
}
.c-gnav > .c-gnav__li:last-child > .c-gnav__a {
	margin-left: 24px;
	padding: 16px 24px;
	color: #FFF;
	background: #710AC9;
	border-radius: 50px;
}


/* Footer */

.l-footer {
	background-color: #F7F7F7;
	color: #707070;
}
.l-footer__foot {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
	background-color: #710AC9;
	color: #FFF;
}
.l-footer__widgets {
	padding: 2rem 0 0;
}
.l-footer__nav {
	margin-bottom: 2rem;
}

#footer-widget0 {
}
#footer-widget0 h4 {
	margin-bottom: 0.8em;
}
#footer-widget0 .wp-block-image {
	text-align: right;
}
@media screen and (max-width: 782px) {
	#footer-widget0 {
		text-align: center;
	}
	#footer-widget0 .wp-block-image {
		text-align: center;
		margin-bottom: -2em;
	}
	#footer-widget0 .wp-block-columns {
	}
}

.footer-sns-btn {
	margin: 4rem 0 2em;
	text-align: center;
}
.footer-sns-btn .footer-sns-btn__title {
	font-size: 1.1em;
}
.footer-sns-btn ul {
	margin-top: 5px;
	padding: 0;
	list-style: none;
	position: relative;
	vertical-align: text-top;
}
.footer-sns-btn ul:before,
.footer-sns-btn ul:after {
	content: '';
	display: inline-block;
	width: 44px;
	height: 3px;
	background-color: #707070;
}
.footer-sns-btn ul:before {
	margin-right: 5px;
	-webkit-transform: rotate(65deg);
	transform: rotate(65deg);
}
.footer-sns-btn ul:after {
	margin-left: 5px;
	-webkit-transform: rotate(-65deg);
	transform: rotate(-65deg);
}
.footer-sns-btn ul li {
	display: inline-block;
}
.footer-sns-btn ul li a {
	margin: 0 10px;
	display: inline-block;
	color: #000;
	font-size: 40px;
}

@media screen and (max-width: 600px) {
	.footer-sns-btn ul li a {
		margin: 0 8px;
		font-size: 30px;
	}
}


/* Title */

.p-topArea {
	min-height: 20vh;
}


/* Archive */

[data-sidebar=off] .p-postList.-type-card .p-postList__item {

width:20%;

}





/* Top */

#top-news {
	margin: 0px 0px 0px 0px;
	padding: 2rem 0px 1rem 0px;
}

#top-news ul#news-tab {
	margin: 0;
	padding: 0;
	z-index: 9;
	background: #FFF;
}
#top-news ul#news-tab li {
	float: left;
	width: calc( 100% / 4 );
	margin: 0;
	padding: 8px 0;
	border: 1px solid #EBEBEB;
	cursor: pointer;
	text-align: center;
	list-style: none;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	position: relative;
	transition:all .5s ease-in-out;
}
#top-news ul#news-tab li.active {
	cursor: auto;
	color: #FFF !important;
	border: 1px solid #710ac9;
	background: #710ac9;
}
#top-news ul#news-tab li.active:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid #710ac9;
}
#top-news ul#news-tab li:hover {
	border: 1px solid #710ac9;
	color: #710ac9;
}

#top-news ul#news-content {
	clear: both;
	margin: 0 0 0 0;
	padding: 0px;
	overflow: hidden;
}
#top-news ul#news-content li {
	display: none;
	margin: 0;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
	overflow: hidden;
}
#top-news ul#news-content li.active {
	display: block;
}

#top-news dl.news-list {
	margin-top: 1.5rem;
	padding: 0px;
	font-size: 16px;
	background: #FFF;
	box-sizing: border-box;
}
#top-news dl.news-list dt {
	clear:both;
	float: left;
	width: 220px;
	margin: 9px 0px 0px 10px;
}
#top-news dl.news-list dt span.news-category,
#top-news dl.news-list dt span.news-date {
	float: left;
	width: 100px;
	margin: 0px 10px 8px 0px;
	padding: 3px 0px;
	text-align: center;
	color: #FFFFFF;
	background: #710ac9;
	display: inline-block;
	font-size: 14px;
}
#top-news dl.news-list dt span.news-date {
	padding: 2px 0px 0px 0px;
	background: none;
	font-size: 16px;
	font-weight: 600;
	color: #707070;
}
#top-news dl.news-list dd {
	margin: 0;
	padding: 12px 0px 12px 228px;
	line-height: 1.6;
}
#top-news dl.news-list a {
	position: relative;
	display: block;
	z-index: 1;
	border-bottom: 1px solid #EBEBEB;
	color: #707070;
	text-decoration: none;
}
#top-news dl.news-list a:first-child {
	border-top: 1px solid #EBEBEB;
}
#top-news dl.news-list a:hover {
	color: #555 !important;
}
#top-news dl.news-list a i {
    position: absolute;
    top: 35%;
/*
    bottom: 0;
*/
    right: 15px;
    vertical-align: middle;
}
#top-news dl.news-list a::before {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0%;
	-webkit-transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: opacity 0.55s cubic-bezier(0.23, 1, 0.58, 1), width 0.4s cubic-bezier(0.23, 1, 0.58, 1); 
	background: #f7f7f6;
}
#top-news dl.news-list a:hover::before {
	opacity: 1;
	width: 100%;
}

@media screen and (max-width: 600px) {
	#top-news ul#news-tab li {
		padding: 8px 0;
		font-size: 14px;
		letter-spacing: 0em;
	}
	#top-news dl.news-list {
		font-size: 14px;
	}
	#top-news dl.news-list dt {
		margin-left: 0;
	}
	#top-news dl.news-list dd {
		clear: both;
		padding: 0px 20px 7px 0px;
	}
	#top-news dl.news-list dt span.news-category {
		margin-bottom: 5px;
		font-size: 12px;
	}
	#top-news dl.news-list dt span.news-date {
		margin-bottom: 5px;
		padding: 2px 0px 0px 0px;
	}
}


.top-faq-block {
	width: 75%;
	margin: 0 auto;
	border-radius: 10px;
}

@media screen and (max-width: 600px) {
	.top-faq-block {
		width: 100%;
	}
}


/* NFT */

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border: none;
}
/*
#nft-file {
	width: 100%;
	border: none;
}
*/

.single-nft {
	margin-top: 1rem !important;
}
.single-nft img {
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
.nft-infomation {
}
.nft-infomation dl {
}
.nft-infomation dl dt {
	font-weight: 600;
}


body {


	background-size:100% !important;


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

		
body {


	background-size:auto 100%  !important;
        background-position: center;


}

		


}
