@charset "UTF-8";


:root {
	--font_eng: YakuhanJP, "Zalando Sans SemiExpanded", sans-serif;
	--hover_anime: all .2s ease-in-out;
}

body {
	font-family: YakuhanJP, "Zalando Sans", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	color: #242227;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-feature-settings: "palt";
	font-weight: bold;
}

strong {
	font-weight: bold;
}


.c-entry__content.p-entry-content {
	text-align: justify;
	word-break: break-all;
}

.p-global-nav {
	font-feature-settings: "palt";

}






@media (min-width: 1024px) {

}

@media (min-width: 769px) and (max-width: 1023px){

}

@media ( min-width: 769px ) {
	body {
		background-color: #2aa22a;
	}

	.site_all_wrap {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.bg_wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	body.admin-bar .bg_wrap {
		padding-top: 32px;
	}



	.bg_left {
		flex: 0 0 25vw;
		background: url(../img/poster.jpg) no-repeat 0 100%;
		background-size: cover;
		padding: 2em;
	}

	

	.bg_slide {
		flex: 0 0 25vw;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 3em;
	}

	.pc_nav {
		display: inline-block;
	}





	.l-container {
		background-color: #fff;
		max-width: 50vw;
		margin: 0 auto;
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
		transition: max-width 0.4s ease, margin 0.4s ease;
	}

	.l-container.is-expanded {
		max-width: 100%;
		margin: 0;
	}
	
	.c-entries {
		--entries--item-width: 50%;
	}

	.main_nav {
		font-family: "Zen Maru Gothic", sans-serif;
	}

	.main_nav-list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.main_nav-list li + li {
		margin-top: .5em;
	}
	
	.main_nav-list li a {
		display: block;
		text-decoration: none;
		color: #333;
		font-size: 1.25rem;
		background-color: rgba(255,255,255,.6);
		border-radius: 100px;
		padding: .5em 1.5em;
		transition: var(--hover_anime);
	}

	.copyright_origin {
		margin-top: auto;
	}

	.fancybox-youtube img {
		width: 100%;
		margin: 0 auto;
	}

	.main-logo {
		width: 100%;
		max-width: 320px;
	}

	.social_links {
		display: flex;
		flex-wrap: wrap;
		gap: 1em;
		align-items: center;
		justify-content: center;
		margin-bottom: 1.5em;
	}
	
	.social_links a {
		display: block;
		width: 48px;
		height: 48px;
	}

}

@media (max-width: 768px) {

	body.admin-bar .site_all_wrap {
		top: 46px;
  }

	.main_nav-list {
		display: none;
	}
}






@media (any-hover: hover) {
	.main_nav-list li a:hover {
		background-color: #207e20;
		color: #fff;
	}
}

#autozip {
	display: none !important;
}

.c-prev-next-nav {
	justify-content: space-between;
}

.c-prev-next-nav__item {
	width: 48px;
	height: 48px;

}

.c-prev-next-nav__item > a {
	background-color: #29A22A;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
} 

.c-entry-summary__term {
	display: none;
}

.c-entry-summary__figure {
	border-radius: 10px;
}

.c-drawer__inner ul {
	font-size: 1rem;
	font-weight: bold;
}
}

@media (min-width: 1024px) { 
	.menu-item-has-children>a::after {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: border-color .2s;
		transition: border-color .2s;
		content: '';
	}
}


@media ( max-width: 768px ) {
	:root {
		--_global--font-family: var(--font-family);
    --_global--font-size-px: 13px;
	}
}