body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	position: relative;
}
body::before,body::after{
	content: 'Illustrations';
	font-size: 0.65em;
	writing-mode: vertical-lr;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.5em;
	height: 100vh;
	margin-top: -60px;
	color: #999;
	position:fixed;
	top: 0;
}
body::before{
	padding-left: 3%;
	left: 0;
}
body::after{
	padding-right: 3%;
	right: 0;
}
a {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}
p {
	margin-bottom: 1em;
}
a:hover,a:active,a:visited {
	color: #333;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sp {display: none;}
body:not(.page-id-338) .grecaptcha-badge { visibility: hidden; }
@media screen and (max-width:640px){
	.sp {display: block;}
	.pc {display: none;}
	video, .wp-video {
		width: 100% !important;
	}
}

.entry-content li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 0.5em;
	font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
	.entry-content li {
			padding: 0 20px;
	}
}
.ico_thum {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 12px;
	height: 50px;
	display: flex;
	flex-flow: column-reverse;
}
.ico_thum span{
	width: 12px;
	height: 12px;
	z-index: 2;
	margin-top: 5px;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
	display: block;
}
.multiple {
	background: url(../image/ico_multiple.svg) no-repeat;	
}
.ico_blog {
	background: url(../image/ico_pen.svg) no-repeat;
	background-size: 100% auto;
}
.ico_video {
	background: url(../image/ico_video.svg) no-repeat;
	background-size: 100% auto;
}

/* 検索
--------------------------------------------- */

#searchform {
	width: 80%;
}
.screen-reader-text {
	display: block;
	width: 100%;
	clip-path: none;
	height: auto;
	position: relative !important;
	margin-bottom: 5px;
}
#searchform input[type="text"] {
	width: 100%;
	border-radius: 33px;
	padding: 3px 5%;
}
#searchsubmit {
	display: none;
}

@media screen and (max-width:800px) {
	#searchform {
		display: none;
	}

}

/* メイン
--------------------------------------------- */

.wrap_site{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.site-main {
	width: 80%;
}
.sidenav_act{
	font-weight: bold;
}
.header_cmn {
	width: 20%;
	padding-right: 5%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
}
.header_cmn p {
	margin: 0;
	padding: 0;
}
nav a:hover{
	font-weight: bold;
}
.pc_menu_wrap {
	margin-bottom: 10px;
	width: 100%;
	padding-left: 5px;
}
.pc_menu_wrap li {
	margin-bottom: 0.7em;
}
.site-main {
	margin: 16px 0 0 20%;
	padding: 0;
}
.logo_cmn {
	overflow: hidden;
	border-radius: 50%;
	width: 63px;
	height: 63px;
}
.logo_cmn a{
	display: flex;
}
.l-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.head_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.l-header__container {
	width: 100px;
	padding-top: 30px;
}
.namebox {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 0.825em;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.namebox p{
	margin: 0 3px;
}
.taglist {
	font-size: 0.75em;
	width: 100%;
}
.taglist li{
	background-color: #e6e6e6;
	border-radius: 20px;
	display: inline-flex;
	margin: 0 0 7px 0;
	padding: 0;
	transition: 0.5s;
}
.taglist li a{
	display: flex;
	padding: 5px 10px;
}
.taglist li:hover{
	background-color: #666;
}
.taglist li:hover a{
	color: #fff;
}
.list_thum {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding-right: 10%;
}
.list_thum li {
	width: 15.6%;
	margin: 0.5%;
	border-radius: 10px;
	aspect-ratio: 1/1;
	position: relative;
}
.list_thum li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
	border-radius: 10px;
}
.list_thum li a::after,.aside li a::after {
	border-radius: 10px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(000, 000, 000, 0.1);
	transition: 0.5s;
}
.list_thum li img,.aside li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.list_thum li a:hover::after,.aside li a:hover::after {
	background-color: rgba(000, 000, 000, 0);
	transition: 0.5s;
}
.list_thum li:hover img,.aside li:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.cat {
	display: none;
}
.atc {
	width: 68%;
	padding-right: 5%;
}
.aside {
	width: 18%;
	padding-top: 24px;
	position: fixed;
	right: 8%;
	top: 0;
	height: 100vh;
	overflow: scroll;
}
.aside::-webkit-scrollbar{
  display:none;
}
.aside li{
	width: 32.3333%;
	margin: 0.5%;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.entry-meta {
	font-size: 0.9em;
	color: #999;
}
.entry-content img {
	max-height: 95vh;
	width: auto;
}


.entry-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:0 0 25px 0;
}
.entry-list .taglist {
	width: auto;
	margin: 0;
	padding-top: 5px;
}
.entry-list .taglist li a::before{
	content: '#';
}
.entry-list .taglist li {
	margin: 5px 2px;
}
.entry-content p {
	font-size: 0.9em;
	line-height: 1.7;
}
h1 {
	margin-right: 0;
	margin-left: 0;
}

/* パンくず位置調整 */
div#breadcrumb {
	font-size: 94%;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 3px;
}
div#breadcrumb ul li{
	display:inline;
	line-height:20px;
	margin-right: 5px;
}
div#breadcrumb ul li:last-child{
	font-weight: bold;
}
div#breadcrumb ul li a{
	margin-right: 5px;
	text-decoration: underline;
}
div#breadcrumb ul li a:hover{
	text-decoration: none;
}

@media screen and (max-width:1100px){
	body::before,body::after{
		content: none;
	}
	.pc_menu{
		font-size: 0.9em;
	}
}
@media screen and (max-width:800px){
	pre {
		font-size: 0.9em;

	}
	.entry-meta {
		width: 95%;
		margin: 0 auto;
	}
	div.entry-list {
		margin:25px auto 30px auto;
		width: 95%;
	}
	.pc_menu_wrap li {
		margin-bottom: 0;
	}
	.entry-content img {
		max-height: inherit !important;

		max-width: calc(100% + 40px);
		margin: 0 auto 0 -20px;
	}
	.entry-content .no_m img {
		max-width: 100%;
		margin: 0;
	}
	.atc {
    width: 100%;
    padding-right: 0;
		margin: 0 auto;
	}
	.entry-content p {
		padding: 0 20px;
	}
	.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{
	padding-left:20px;
	padding-right: 20px;
}
.entry-header h1{
	padding-left:20px;
	padding-right: 20px;
}
	.cat {
		display: block;
	}
	.site-main {
		width: 96%;
		margin:0 auto 0 auto;
	}
	.logo_cmn {
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
	.taglist {
		margin: 50px auto 14px auto;
		display: block;
		width: 90%;
	}
	.taglist li {
		margin: 0 2px 4px 0;
	}
	.page_form {
		padding-top: 50px;

	}
	.tag_form {
			display: none !important;	
	}
	.list_thum {
    padding-right: 0;
	}
	.header_cmn {
    width: 100%;
		position: relative;
    padding-right: 0;
    height: auto;
    justify-content: flex-start;
	}
	.h_menu_logo {
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		background-color: rgba(255,255,255,0.9);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.namebox {
    margin-bottom: 0px;
	}
	.l-header__container {
    width: 100%;
    padding-top: 10px;
	}
	.taglist {
    display: flex;
		flex-wrap: wrap;
	}
	.namebox {
		width: auto;
		margin-left: 10px;
	}
	.namebox p {
		margin: 0 5px;
	}
	.aside {
    width: 100%;
    position: static;
    height: auto;
    overflow: auto;
	}
}

@media screen and (max-width:640px){
	.list_thum li {
		width: 32.3333%;
		border-radius: 6px;
	}
}

.banner.hide {
  transform:translateY(-110px);
}

@media screen and (max-width:800px) {
	.l-header__container {
		background-color: rgb(255,255,255,0.9);
	}
	.l-header {
		z-index: 4;
		width: 100%;
	}
	.head_inner {
		padding: 0;
		align-items: center;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width:800px){
	/* MENU */
	.h_menu_wrap {
		transform: scale(0,1);
		transition: all ease 200ms;
		position: fixed;
		z-index: 999;
		opacity: 0.99;
		background: rgba(000, 000, 000, 0.9);
		width: 60%;
		height: 100vh;
		right: 0;
		top: 0;
		flex-wrap: wrap;
		flex-direction: inherit;
		align-items: flex-start;
		transform-origin: right;
	}
	.h_menu_img {
		width: 24.8%;
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 110px;
		height: 100%;
		background-image: url(../image/cmn/bg_openmenu.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.h_menu_img p {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		color: #FFF;
		letter-spacing: 0.1em;
		padding-bottom: 280px;
	}
	.h_menu_img br{
		display: none;
	}
	.h_menu_img::before {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		content: '';
		opacity: 0.7;
		background-color: #282828;
		z-index: -1;
	}
	.h_menu_img::after{
		width: 28.2269vw;
		height: 15.7vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 80px;
		z-index: -1;
		position: absolute;
		content: '';
		background-image: url(../image/cmn/logo_openmeu_50th.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.h_menu {
		width: 45%;
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
		text-align: left;
	}
	.h_menu li{
		border-bottom: #808080 solid 1px;
		width: 40%;
		letter-spacing: 0.1em;
		margin-right: 10%;
		position: relative;
		padding-right: 30px;
		height: 13vh;
		font-size: 0.9em;
	}
	.h_menu li a::after {
		content: '';
		background-image: url(../image/cmn/ico_cmn_arrow_gray.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 18px;
		height: 80%;
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.h_menu li:hover a:after{
		animation-duration: 1.8s;
		-webkit-animation-timing-function: ease;
		animation-timing-function: ease;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		animation-name: arrow_r;
	}
	.h_menu li a:hover {
		color: #FFF;
	}
	.h_menu li a {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		color: #FFF;
		font-size: 1.375em;
	}
	.h_menu_deco {
		color: #808080;
		font-size: 0.59em;
		display: block;
	}
	.h_menu_bottom a{
		font-size: 0.8125em;
		color: #FFF;
	}
	.h_menu_bottom a:hover{
		text-decoration: underline;
	}
	.h_menu_bottom {
		display: flex;
		justify-content: flex-end;
		padding-right: 5%;
	}
	.h_menu_bottom li{
		margin-right: 20px;
	}
}

@media screen and (max-width:800px) {
	.h_menu {
		width: 70%;
		margin: 0px auto 0px auto;
	}
	.flex_deco {
		display: flex;
		align-items: center;
	}
	.h_menu li {
		width: 100%;
		height: 8vh;
	}
	.h_menu li a {
    padding: 20px 0 21px 0;
		display: flex;
		align-items: center;
		font-size: 0.95em;
	}
	.h_menu_deco {
    margin-left: 20px;
		letter-spacing: 0;
	}
	.h_menu li::after {
		background-size: 100% auto;
		width: 10px;
    height: 100%;
	}
	.h_menu_bottom {
		padding: 0 5%;
		align-items: center;
	}
	.h_menu_bottom li {
    margin-right: 20px;
    line-height: 1.3;
	}
}

/* ハンバーガーメニュー
--------------------------------------------- */
@media screen and (max-width:800px) {
	.humb_btn {
		height: 30px;
		top: 15px;
		right: 15px;
		z-index: 1000;
		position: fixed;
	}
	.btn{
		width: 30px;
		height: 30px;
		background-color: #333;
		color: #FFF;
		border-radius: 50%;
		position: relative;
		display: block;
		margin: 0 auto;
		transition: all ease 200ms;
		margin-left: 10px;
	}
	.humb_btn label {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
		align-items: center;
		cursor: pointer;
		margin: 0;
		text-align: center;
	}
	.btn::before{
		content: '';
		left: 8px;
		top: 10px;
		position: absolute;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 2;
	}
	#h_open:checked ~ .humb_btn label{
		align-content: center;
	}
	#h_open:checked ~ .humb_btn .btn::before{
		border-top: none;
		border-right: none;
		width: 2px;
		height: 18px;
		transform: rotate(45deg);
		background-color: #fff;
		left: 14px;
		top: 7px;
	}
	#h_open:checked ~ .humb_btn .btn::after{
		width: 2px;
		height: 18px;
		transform: rotate(-45deg);
		background-color: #fff;
		left: 14px;
		top: 7px;
		content: '';
		position: absolute;
	}
	#h_open:checked ~ .head_inner .h_menu_wrap {
			transform: scale(1);
	}
	#h_open:checked ~ .humb_btn {
			transform: scale(1);
	}
	.h_menu_img,.h_menu_bottom {
		opacity: 0;
		transition: 500ms;
	}
	#h_open:checked ~ .head_inner .h_menu ,#h_open:checked ~ .head_inner .h_menu_img,#h_open:checked ~ .head_inner .h_menu_bottom {
		opacity: 1;
		transition: 500ms;
		transition-delay : 0.25s;
	}
	.humb_btn span::before {
		font-size: 0.85em;
	}
}

.site-footer {
	text-align: center;
	padding: 80px 10% 50px 10%;
	width: 100%;
	color: #666;
}

/*** 全画面警告 ***/

.screen-2d{
	display: none;
	justify-content: center;
	align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
	background-color: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 1.7;
}
.scrn_flex {
	display: flex;
}
.screen-2d .wrap_txt {
	width: 85%;
	margin: -30px auto 0 auto;
}
.screen-2d .logo_cmn {
	margin: 0 auto;
}
.screen-2d .click_btn{
  max-width: 300px;
	width: 90%;
	margin: 0 auto 10px auto;
	border-radius: 50px;
	background-color: #fff;
	color: #333;
	padding: 18px;
	align-items: center;
	justify-content: center;
	font-size: 1.15em;
	cursor: pointer;
  font-weight: bold;
}
/*** クリック後 ***/
.screen-2d.clicked {
	animation: fadeout-anim 1s linear forwards;
}
@keyframes fadeout-anim {
	0% {opacity: 100%;}
	99% {opacity: 0;}
	100% {display: none;}
}

@media screen and (max-width:640px){
	.screen-2d{
		font-size: 0.9em;
	}
	input[type="text"],input[type="email"] {width: 100%;}
}

@media screen and (max-width:800px) {
	.ifw_wrap {
		padding-left: 20px;
	}
}


/* page_navi　ページナビゲーション
--------------------------------------------- */


.pagination {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.pagination ul {
  display: flex;
}

.pagination ul {
  justify-content: center;
  display: flex;
  padding-bottom: 80px;
}

.list_qa ul .page-numbers {
  color: #333;
  background: #fff;
  width: min(10vw, 3.5em);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  font-size: 1.0625em;
  line-height: 100%;
  margin: 0 2px;
  transition: all ease 300ms;
}

.list_qa .page-numbers a {
	text-decoration: none;
}
ul .page-numbers a {
	text-decoration: none;
}
.list_qa ul .page-numbers:active, .list_qa ul .page-numbers:visited, .list_qa ul .page-numbers:focus {
  color: #333;
}
.list_qa ul .page-numbers:not(.dots):hover,.list_qa ul .page-numbers.current {
  background-color: #333;
  color: #fff;
}

.prev.page-numbers,
.next.page-numbers {
  border: none;
  color: #fff;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  opacity: 0.75;
}

.badge-updated-24h {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -2px;
    top: -2px;
    background: #ff5a5a;
    z-index: 2;
    border-radius: 50%;
}
