/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.8.0
Tested up to: 6.4
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

body {
	font-family: Poppins;
}

a {
	text-decoration: none;
	color: #fff;
}

body .sp_flex, body .sp {
	display: none;
}

#header {
	background:rgba(255,0,0,0);
}

.flex {
	display: flex;
}

.column_2 {
	display: flex;
}

.column_2 > div {
	width: 50%;
}

body .c-gnav__a {
	font-size: 1.3em;
	margin: 0 0.3em;
	transition: all 0.3s ease 0s !important;
}

.c-gnav__a:hover {
	transform: translateY(-0.1875em);
}

h2.wp-block-heading{
	font-size: 3em;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	transition: all 0.3s ease 0s;
}

.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before {
	left: 0px;
    width: 37px;
    height: 5px;
	background: #fff;
}

.arrow::after {
    left: 20px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow:hover {
	transform: translateX(0.1875em);
}

.border-bottom {
	border-bottom: 2px solid #fff;
}

.uncategorized-category span {
font-size:0;
}
.uncategorized-category span:before {
font-size:11px;
content:'NEWS';
}

/* news */
#top_title_area {
	max-width: var(--ark-width--article);
	border-radius: 30px;
	border: 1.5px solid #229753;
	margin: 30px auto;
}

.p-topArea.c-filterLayer::before {
	background: #0000004D 0% 0% no-repeat padding-box;
}

.c-pageTitle__main {
	font-size: 3rem;
    background-color: #000;
    width: 20%;
    padding: 15px 20px;
}


/* footer */

.footer_h {
	gap: 2%;
    margin: 100px auto 50px;
	align-items: center;
	justify-content: center;
}

.flex > a{
	width: 30px;
}

.flex > a:first-child {
	width: 200px;
}

.footer_t {
	gap: 8%;
	justify-content: center;
}

.footer_container > h3 {
	margin-bottom: 30px;
}

.footer_container > div {
	line-height: 35px;
}

#right {
	text-align: center;
	margin: 30px auto 50px;
}

#footer {
	display: none;
}

/*loading*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 50%;
  margin: 37vh auto;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.bottom_fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll_y {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


@media (768px >= width) {
	body .pc {
		display: none;
	}
	
	body .sp {
		display: block;
	}
	
	body .sp_flex {
		display: flex;
	}
	
	.p-drawer__body {
		margin: 0 4vw;
		padding: 10vw 6vw;
		background: transparent linear-gradient(180deg, #161716 0%, #252725 100%) 0% 0% no-repeat padding-box;
		border: 1px solid #252725;
		border-radius: 30px;
	}
	
	.c-drawerNav__a{
		font-size: 1.3em;
	}
	
	.sns_logo {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 20px;
		margin: 20px 10px;
	}
	
	.sns_logo > a {
		width: 35px;
	}
	
	.footer_h{
		flex-wrap: wrap;
	}
	
	.flex > a{
		width: 40px;
	}
	
	.footer_h > a:first-child{
		width: 100%;
		text-align: center;
		margin: 0 auto 30px;
	}
	
	.footer_h > a:first-child > img {
		width: 50%;
	}
	
	.footer_t{
		flex-direction: column;
		width: 80%;
		margin: auto;
	}
	
	.footer_container{
		margin-bottom: 50px;
	}
	
	.c-pageTitle__main{
		width: 80%;
		margin: auto;
	}

} 