/*
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
*/

.l-content__body{
	padding: 0;
	max-width: none;
}

#main_content {
	max-width: none;
}

.c-postContent{
	position: relative;
}

.c-postContent > div, .c-postContent > h2, .c-postContent > h4, .c-postContent > p{
	max-width: var(--ark-width--article);
	margin: auto;
}

.wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow > h1 {
	width: 610px;
    background-color: #000;
    font-size: 4.167em;
}

.wp-block-column > .wp-block-cover {
	margin-top: -64px;
}

.wp-block-group {
	gap: 2em;
}

#register_button {
	background: transparent linear-gradient(90deg, #2F62B7CC 0%, #9730A1CC 100%) 0% 0% no-repeat padding-box;
	border-radius: 30px 0px 0px 0px;
	width: 300px;
    height: 150px;
    align-items: center;
    right: 0px;
    bottom: 0px;
	z-index: 900;
    position: fixed;
}

#register_button > div:first-child {
	font-size: 1.3em;
    padding: 1em 0 1em 1em;
    width: 75%;
}

.column_2 > .container {
	position: relative;
    width: 10%;
	bottom: -5.5vw;
}

.text {
	font-size: 1.38em;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding-bottom: 15px;
    width: 80%;
    margin-top: -50px;
}

.text > p {
	writing-mode: vertical-lr;
}

.grid {
	display: flex;
    height: 200%;
    position: absolute;
    width: 100%;
}

.grid > span {
	border-right: 0.1em solid #fff;
    height: 100%;
    width: 21%;
}

ul.wp-block-latest-posts__list.has-dates.aligncenter.wp-block-latest-posts{
	border: none;
}

ul.wp-block-latest-posts__list.has-dates.aligncenter.wp-block-latest-posts > li {
	display: flex;
	flex-direction: row-reverse;
    justify-content: flex-end;
	align-items: center;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	font-size: 1em;
}

h4.wp-block-heading {
	font-size: 1.88em;
}

.wp-container-core-columns-layout-2.wp-container-core-columns-layout-2 {
    max-width: none;
    background-color: #333;
    padding: 20px 0;
}

.wp-container-core-columns-layout-2.wp-container-core-columns-layout-2 > div:first-child{
	padding-left: 10%;
}

.wp-block-latest-posts__post-title {
	color: #fff;
	text-decoration: none;
	margin-left: 10%;
}

h2.wp-block-heading {
	border-left: 10px solid;
    padding-left: 30px;
	border-image: linear-gradient(0deg, #2F62B7 0%, #9730A1 100%) 1;
}

.wp-block-group.is-vertical.is-content-justification-left.is-layout-flex.wp-container-core-group-layout-1.wp-block-group-is-layout-flex{
	flex-direction: column;
}

.wp-container-core-group-layout-1.wp-container-core-group-layout-1 > a {
	width: 30px;
}

h3.wp-block-heading{
	font-size: 2.5em;
	background: -webkit-linear-gradient(90deg, #2F62B7 0%, #5E4BAD 45%, #9730A1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 40px;
}

.wp-container-core-columns-layout-6.wp-container-core-columns-layout-6 img, .wp-container-core-columns-layout-7.wp-container-core-columns-layout-7 img {
	transition: all 0.3s ease 0s;
}

.wp-container-core-columns-layout-6.wp-container-core-columns-layout-6 img:hover,  .wp-container-core-columns-layout-7.wp-container-core-columns-layout-7 img:hover {
	transform: translateY(-0.1857em);
}

.enjoy_h > div:first-child {
	margin: 22px 0;
}

.enjoy_h > div:nth-child(2) {
	font-size: 1.5em;
}

.c-postContent > div.overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #141514;
      align-items: center;
      justify-content: center;
	  max-width: none;
}

.popup {
	padding: 50px;
	width: 85%;
    background-color: #252725;
    border-radius: 30px;
}

.popup > div:first-child {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.color_h {
    padding-left: 20px;
	border-left: 7px solid;
	border-image: linear-gradient(0deg, #2F62B7 0%, #9730A1 100%) 1;
}

.close {
	font-size: 3em;
}

.popup .column_2 {
    align-items: center;
}

.column_2 > p {
    width: 50%;
    padding-right: 50px;
    text-align: left;
}

.button_gradient_container{
	background: transparent linear-gradient(90deg, #2F62B7 0%, #9730A1 100%) 0% 0% no-repeat padding-box;
    border-radius: 100px;
    display: flex;
    width: 30%;
    padding: 15px;
}

.button_arrow::before {
    left: 10px;
    width: 20px;
    height: 3px;
    background: #fff;
}

.button_arrow::after {
	left: 20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.c-postContent > .background_gray {
	max-width: none;
    background: transparent linear-gradient(90deg, #252725 0%, #161716 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#background_gray1 {
    height: 36vw;
    top: 57%;
}

.games_container{
	position: relative;
}

.games_container img {
	border-radius: 30px;
}

.games_container > a {
	position: absolute;
    top: 35%;
    left: 25%;
    width: 50%;
    padding: 25px;
}

.games_h {
	font-size: 1.6em;
}

.games_container .arrow {
	margin-left: 15%;
}

.game_column > div:first-child {
	height: 20vw;
	overflow: auto;
	scrollbar-width: thin;
}

.game_column > div:nth-child(2){
	width: 40%;
	margin: auto;
}

#background_gray2 {
    height: 105vw;
    top: 70%;
}

.activity h4 {
	font-size: 1.7em;
	margin-left: -20%;
}

.access_container > div {
	display: flex;
	gap: 5%;
	line-height: 35px;
}

.access_h {
	font-weight: 700;
}

.google_map {
	position: absolute;
    top: 90%;
    left: 45%;
}

@media (768px >= width) {
	.c-postContent > div, .c-postContent > h2, .c-postContent > h4, .c-postContent > p {
		max-width: 330px;
	}
	
	.wp-block-group.is-vertical.is-content-justification-left.is-layout-flex.wp-container-core-group-layout-1.wp-block-group-is-layout-flex{
		display: none;
	}
	
	h2.wp-block-heading{
		font-size: 2.2em;
	}
	
	h4.wp-block-heading{
		font-size: 1.2em;
	}
	
	.l-main__body>.c-postContent>:first-child{
		position: relative;
	}
	
	.l-main__body>.c-postContent>:first-child > div:first-child {
		position: absolute;
		left: -10px;
	}
	
	.wp-block-column.is-vertically-aligned-center.is-layout-flow.wp-block-column-is-layout-flow > h1{
		width: 300px;
		background-color: #000;
		font-size: 2em;
		line-height: 2.5em;
	}
	
	img.wp-block-cover__image-background{
		background: transparent url(img/top img.png) 0% 0% no-repeat padding-box;
		border: 2px solid #229753;
		border-radius: 0px 0px 30px 30px;
	}
	
	.column_2 > .container{
		margin: 50px 0 30px;
		bottom: 4.5vw;
	}
	
	.text {
		font-size: 15px;
		margin-top: -20px;
	}
	
	#register_button{
		width: 200px;
		height: 100px;
	}
	
	#register_button > div:first-child{
		font-size: 15px;
	}
	
	.arrow::before {
    	left: 10px;
    	width: 20px;
		height: 3px;align-content
	}
	
	.arrow::after{
		left: 15px;
		width: 15px;
		height: 15px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	
	.wp-container-core-columns-layout-3.wp-container-core-columns-layout-3{
		max-width: none;
		background-color: #333;
		padding: 50px;
	}
	
	.wp-container-core-columns-layout-3 > .wp-block-column.is-vertically-aligned-center{
		flex-basis: 40% !important;
	}
	
	.wp-container-core-columns-layout-3 > .wp-block-column.is-vertically-aligned-center:nth-child(2){
		text-align: right;
	}
	
	ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts{
		border: none;
	}
	
	.wp-container-core-columns-layout-4.wp-container-core-columns-layout-4{
		flex-direction: column-reverse;
	}
	
	.top_staff_button {
		display: flex;
		justify-content: flex-end;
	}
	
	.button_gradient_container{
		width: 60%;
		padding: 20px;
	}
	
	.slide {
		width:100%;
		overflow-x: scroll;
	}
	
	.slide > a {
		width: 75%;
		margin: 10px;
		flex-shrink: 0;
	}
	
	.games_container > a{
		left: 10%;
		width: 80%;
		padding: 15px;
	}
	
	.activity h4 {
		margin-left: 0;
	}
	
	.google_map{
		top: 95%;
		left: 15%;
	}
	
	.c-postContent > .access_container {
		margin-bottom: 200px;
	}
	
	.access_container > div{
		margin: 40px auto;
	}
	
	.popup {
		width: 90%;
		padding: 30px;
	}
	
	.popup > div:first-child {
		align-items: baseline;
	}
	
	.column_2 > p {
		width: 100%;
		padding: 0;
		line-height: 35px;
	}
	
	.popup .column_2{
		flex-direction: column-reverse;
	}
	
	.column_2 > div {
		width: 100%;
	}
	
	.game_column > div:first-child {
		height: 50vw;
	}
	
	.game_column > div:nth-child(2) {
		width: 90%;
	}
}