.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px !important;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	background-color: #f3eee8;
	color: #231815;
}

@media screen and (max-width: 599px) {
	body {
		font-size: 14px !important;
	}
}

.has-dm-sans-font-family {
	font-family: "Josefin Sans", "josefin-sans", sans-serif !important;
}

.has-josefin-sans-font-family {
	font-family: "Josefin Sans", "josefin-sans", sans-serif !important;
}

.home .entry-content {
	margin: 0 !important;
}

.has-small-font-size {
	font-size: 12px !important;
}

@media screen and (max-width: 599px) {
	.has-small-font-size {
		font-size: 10px !important;
	}
}

.has-medium-font-size {
	font-size: 16px !important;
}

@media screen and (max-width: 599px) {
	.has-medium-font-size {
		font-size: 14px !important;
	}
}

.has-large-font-size {
	font-size: 20px !important;
}

@media screen and (max-width: 599px) {
	.has-large-font-size {
		font-size: 16px !important;
	}
}

.has-x-large-font-size {
	font-size: 32px !important;
}

@media screen and (max-width: 599px) {
	.has-x-large-font-size {
		font-size: 24px !important;
	}
}

.has-xx-large-font-size {
	font-size: 64px !important;
}

@media screen and (max-width: 599px) {
	.has-xx-large-font-size {
		font-size: 40px !important;
	}
}

.alignwide {
	max-width: 1130px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.alignfull {
	max-width: none !important;
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1130px !important;
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
	max-width: 920px !important;
}

.wp-block-group {
	padding-top: 0 !important;
}

.page .wp-site-blocks,.blog .wp-site-blocks,.single .wp-site-blocks {
	padding-top: 0;
}

.page .wp-site-blocks .wp-block-template-part,.blog .wp-site-blocks .wp-block-template-part,.single .wp-site-blocks .wp-block-template-part {
	margin-block-start: 0;
}

header.wp-block-template-part {
	width: 100%;
	background: rgba(243,238,232,.8);
	position: fixed;
	top: 0;
	z-index: 100;
}

@media screen and (max-width: 599px) {
	header.wp-block-template-part {
		background: rgba(0,0,0,0);
	}
}

body.admin-bar .header_area {
	margin-top: 32px;
	margin-block-start: 32px !important;
}

.header_area .wp-block-navigation {
	margin: 0 auto;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: bold;
	gap: 0;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	.header_area .wp-block-navigation {
		width: 100%;
		font-size: 14px;
	}
}

.header_area .wp-block-navigation-item.wp-block-navigation-link,.header_area .wp-block-navigation-item.wp-block-navigation-submenu {
	min-width: 162px;
	display: block;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link,.header_area .wp-block-navigation-item.wp-block-navigation-submenu {
		min-width: 80px;
	}
}

@media screen and (max-width: 599px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link,.header_area .wp-block-navigation-item.wp-block-navigation-submenu {
		min-width: inherit;
		width: 100%;
	}
}

.header_area .wp-block-navigation-item.wp-block-navigation-link .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content {
	padding: 20px 10px;
	text-align: center;
	color: #573531;
}

@media screen and (max-width: 1200px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content {
		padding: 10px 5px;
	}
}

@media screen and (max-width: 599px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content {
		text-align: left;
	}
}

.header_area .wp-block-navigation-item.wp-block-navigation-link .wp-block-navigation-item__content:hover,.header_area .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content:hover {
	text-decoration: none;
	background: rgba(87,53,49,.95);
	color: #fff;
}

.header_area .wp-block-navigation-item.wp-block-navigation-link .wp-block-navigation-item__content .wp-block-navigation-item__label,.header_area .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content .wp-block-navigation-item__label {
	color: #573531;
}

.header_area .wp-block-navigation-item.wp-block-navigation-link .wp-block-navigation-item__content:hover .wp-block-navigation-item__label,.header_area .wp-block-navigation-item.wp-block-navigation-submenu .wp-block-navigation-item__content:hover .wp-block-navigation-item__label {
	color: #fff;
}

@media screen and (max-width: 599px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link.wp-block-navigation-submenu,.header_area .wp-block-navigation-item.wp-block-navigation-submenu.wp-block-navigation-submenu {
		padding: 0;
	}
}

@media screen and (max-width: 1200px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link.wp-block-navigation-submenu .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu.wp-block-navigation-submenu .wp-block-navigation-item__content {
		margin-right: 15px;
	}
}

@media screen and (max-width: 599px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link.wp-block-navigation-submenu .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu.wp-block-navigation-submenu .wp-block-navigation-item__content {
		margin-right: 0;
	}
}

.header_area .wp-block-navigation-item.wp-block-navigation-link:hover,.header_area .wp-block-navigation-item.wp-block-navigation-submenu:hover {
	background: rgba(87,53,49,.95);
	color: #fff;
	text-decoration: none;
}

.header_area .wp-block-navigation-item.wp-block-navigation-link:hover .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu:hover .wp-block-navigation-item__content {
	color: #fff;
}

@media screen and (max-width: 599px) {
	.header_area .wp-block-navigation-item.wp-block-navigation-link:hover .wp-block-navigation-item__content,.header_area .wp-block-navigation-item.wp-block-navigation-submenu:hover .wp-block-navigation-item__content {
		color: #573531;
	}
}

.header_area .wp-block-navigation-item.wp-block-navigation-link:hover .wp-block-navigation__submenu-icon svg path,.header_area .wp-block-navigation-item.wp-block-navigation-submenu:hover .wp-block-navigation__submenu-icon svg path {
	stroke: #fff;
}

.header_area .wp-block-navigation__submenu-icon {
	background: rgba(0,0,0,0);
	position: absolute;
	right: 12px;
	top: 40%;
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 1200px) {
	.header_area .wp-block-navigation__submenu-icon {
		top: 35%;
		right: 5px;
		width: 12px;
		height: 12px;
	}
}

.header_area .wp-block-navigation__submenu-icon svg {
	width: 14px;
	height: 14px;
}

@media screen and (max-width: 1200px) {
	.header_area .wp-block-navigation__submenu-icon svg {
		width: 12px;
		height: 12px;
	}
}

.header_area .wp-block-navigation__submenu-icon svg path {
	stroke: #573531;
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
	min-width: 148px;
	background: rgba(87,53,49,.8);
	border: none;
	border-radius: 0 0 10px 10px;
	left: 0;
	border-top: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
		min-width: 120px;
	}
}

@media screen and (max-width: 599px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
		min-width: inherit;
		width: 100%;
		border-radius: 0;
		border-top: none;
		padding: 0;
	}
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 599px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item {
		border-bottom: none;
	}
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item:last-of-type {
	border-bottom: none;
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 599px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item:last-of-type {
		border-radius: 0;
	}
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content {
	color: #fff;
	justify-content: center;
	padding: 15px 10px;
}

@media screen and (max-width: 1200px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content {
		padding: 6px 5px;
	}
}

@media screen and (max-width: 599px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content {
		color: #573531;
		justify-content: flex-start;
		padding: 4% 6%;
	}
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content:hover {
	border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 599px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content:hover {
		border-radius: 0;
	}
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content:hover .wp-block-navigation-item__label {
	color: #fff;
}

.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
	color: #fff;
}

@media screen and (max-width: 599px) {
	.header_area .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
		color: #573531;
	}
}

@media screen and (max-width: 599px) {
	.wp-block-navigation__responsive-container-open {
		display: block;
		background: #573531;
		width: 55px;
		height: 55px;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 4px;
		z-index: 2;
		box-shadow: 4px 4px 0 0 rgba(0,0,0,.25);
	}
	
	.wp-block-navigation__responsive-container-open svg {
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	
	.wp-block-navigation__responsive-container-open svg path {
		stroke: #fff;
		fill: #fff;
	}
	
	.wp-block-navigation__responsive-container-open:after {
		content: "MENU";
		display: block;
		text-align: center;
		font-family: "Noto Sants" serif;
		font-weight: bold;
		font-size: 10px;
		color: #fff;
	}
}

.has-modal-open .wp-block-navigation__responsive-container.has-modal-open.is-menu-open {
	padding: 0;
	background: #f3eee8;
}

.has-modal-open .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: calc(3rem + 32px);
}

.has-modal-open .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
	border-top: 1px solid #947f7c;
}

.has-modal-open .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding: 0;
	min-width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 4% 6%;
	width: 88%;
	border-bottom: 1px solid #947f7c;
}

@media screen and (max-width: 599px) {
	.has-modal-open .wp-block-navigation__responsive-container-close {
		display: block;
		background: #573531;
		width: 55px;
		height: 55px;
		position: absolute;
		top: 10px;
		right: 10px;
		border-radius: 4px;
		z-index: 2;
		box-shadow: 4px 4px 0 0 rgba(0,0,0,.25);
	}
	
	.has-modal-open .wp-block-navigation__responsive-container-close svg {
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	
	.has-modal-open .wp-block-navigation__responsive-container-close svg path {
		stroke: #fff;
		fill: #fff;
	}
	
	.has-modal-open .wp-block-navigation__responsive-container-close:after {
		content: "CLOSE";
		display: block;
		text-align: center;
		font-family: "Noto Sants" serif;
		font-weight: bold;
		font-size: 10px;
		color: #fff;
	}
}

.common--footer--nav {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 599px) {
	.common--footer--nav {
		font-size: 14px;
	}
}

.l-footer {
	background: #f7f7f7;
}

@media(min-width: calc(1240px 1.8rem)) {
	.l-footer-widget-area .c-fluid-container {
		max-width: calc(1240px + 1.8rem);
		margin: 0 auto;
	}
}

.c-page-top a {
	border: 2px solid var(--accent-color);
	transition: .2s ease-out;
}

@media(hover: hover)and (pointer: fine) {
	.c-page-top:hover {
		filter: brightness(100%);
	}
	
	.c-page-top a:hover {
		background-color: #fff54e;
	}
	
	.c-page-top a:hover svg path {
		fill: var(--accent-color);
	}
}

.p-section-front-page-content {
	padding-top: 0;
}

.top-hero-image {
	min-height: calc(100svh - 47px);
}

@media(min-width: 40rem) {
	.top-hero-image {
		min-height: calc(100svh - 52px);
	}
}

@media(min-width: 64rem) {
	.top-hero-image {
		min-height: calc(100svh - 64px);
	}
}

.smb-section-break-the-grid__header {
	background: var(--bg-gird);
	padding: 5px;
}

@media(min-width: 40rem) {
	.smb-section-break-the-grid__header {
		padding: 20px;
	}
}

.teaser-heading-subtext>span {
	position: relative;
	padding-left: 40px;
}

.teaser-heading-subtext>span:before {
	content: "";
	width: 32px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.teaser-heading-subtext>span.white-line::before {
	background: #fff;
}

.teaser-heading-subtext>span.black-line::before {
	background: #231815;
}

.teaser-heading-subtext.center {
	text-align: center;
}

.teaser-heading-subtext.right {
	text-align: right;
}

.teaser-button-more .wp-element-button {
	background: rgba(0,0,0,0) url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/arrow-right.svg') no-repeat bottom right/contain;
	width: 155px;
	text-align: left;
	padding: 4px 0;
}

.teaser-home--kv {
	padding: 170px 0 194px !important;
	background-image: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/3a67484d9866fd628437157b55fdbfd0f1a60102/images/main_bg.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
}

@media screen and (max-width: 599px) {
	.teaser-home--kv {
		padding: 10% 3% 20% !important;
		background-size: 160% auto;
	}
}

.teaser-home--kv--content {
	position: relative;
	padding-bottom: 120px;
}

@media screen and (max-width: 599px) {
	.teaser-home--kv--content {
		padding-bottom: 0;
	}
}

.teaser-home--kv--text {
	text-shadow: 2px 2px 0 #f3eee8, -2px 2px 0 #f3eee8, 2px -2px 0 #f3eee8, -2px -2px 0 #f3eee8;
}

.teaser-home--kv--info.wp-block-column.wp-block-column-is-layout-flow {
	align-self: auto;
}

@media screen and (max-width: 599px) {
	.teaser-home--kv--info.wp-block-column.wp-block-column-is-layout-flow {
		position: relative;
		z-index: 2;
	}
}

@media screen and (max-width: 599px) {
	.teaser-home--kv--logo img {
		width: 65vw;
	}
}

.teaser-home--kv--wapuu {
	position: absolute;
	top: -150px;
	right: 30px;
}

@media screen and (max-width: 599px) {
	.teaser-home--kv--wapuu img {
		width: 40%;
	}
}

@media screen and (max-width: 599px) {
	.teaser-home--kv--wapuu {
		right: 0;
		top: 10%;
		text-align: right;
		z-index: 1;
	}
	
	.teaser-home--kv--wapuu img {
		width: 35vw;
	}
}

.teaser-home--about {
	position: relative;
}

.teaser-home--about .teaser-heading-subtext {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	.teaser-home--about .teaser-heading-subtext {
		margin-bottom: 4%;
	}
}

.teaser-home--about:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/what_bg-top.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 286px;
	position: absolute;
	top: -286px;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--about:before {
		height: 28vw;
		top: -27.8vw;
	}
}

.teaser-home--about:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/what_bg-bottom.svg') repeat-x top right/auto 100%;
	width: 100vw;
	height: 148px;
	position: absolute;
	right: 0;
	bottom: -148px;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--about:after {
		height: 14vw;
		bottom: -13.8vw;
	}
}

@media screen and (max-width: 599px) {
	.teaser-home--about--content {
		padding: 0 3%;
	}
}

.teaser-home--about--content--column {
	position: relative;
	z-index: 2;
	flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
	.teaser-home--about--content--column {
		gap: 40px !important;
	}
}

@media screen and (max-width: 599px) {
	.teaser-home--about--content--column .is-style-rounded {
		width: 50%;
	}
}

.teaser-home--about--content--mark {
	position: absolute;
	right: 0;
	bottom: -18px;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.teaser-home--about--content--mark {
		bottom: -1.2vw;
	}
	
	.teaser-home--about--content--mark img {
		width: 50vw;
	}
}

.teaser-home--about--content--link {
	margin-block-start: 32px !important;
}

@media screen and (max-width: 599px) {
	.teaser-home--about--content--link {
		justify-content: center;
	}
}

.teaser-home--about--content--link .is-style-outline a {
	position: relative;
	display: block;
}

.teaser-home--about--content--link .is-style-outline a::after {
	content: "▶";
	font-size: 14px;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.teaser-home--abstruct {
	padding: 152px 0 120px;
}

@media screen and (max-width: 599px) {
	.teaser-home--abstruct {
		padding: 15% 3% 12%;
	}
}

.teaser-home--abstruct .teaser-heading-subtext {
	margin-bottom: 48px;
}

@media screen and (max-width: 599px) {
	.teaser-home--abstruct .teaser-heading-subtext {
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 599px) {
	.teaser-home--abstruct--place {
		border-left: none !important;
		border-top: 1px solid #231815 !important;
	}
}

.teaser-home--latest {
	padding: 0 0 302px;
}

@media screen and (max-width: 599px) {
	.teaser-home--latest {
		padding: 0 3% 30%;
	}
}

.teaser-home--latest .teaser-heading-subtext {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	.teaser-home--latest .teaser-heading-subtext {
		margin-bottom: 4%;
	}
}

.teaser-home--latest--about {
	padding: 40px 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--latest--about {
		padding: 4% 0;
	}
}

.teaser-home--latest--list {
	margin-bottom: 32px;
}

.teaser-home--latest--list:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--latest--list.wp-container-21.wp-container-21 {
		gap: 10px;
	}
}

.teaser-home--sponsors {
	position: relative;
	padding: 0 !important;
}

@media screen and (max-width: 599px) {
	.teaser-home--sponsors {
		padding: 0 3% !important;
	}
}

.teaser-home--sponsors .teaser-heading-subtext {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	.teaser-home--sponsors .teaser-heading-subtext {
		margin-bottom: 4%;
	}
}

.teaser-home--sponsors:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/sponsor_bg-top.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 174px;
	position: absolute;
	top: -174px;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--sponsors:before {
		height: 17vw;
		top: -16.8vw;
	}
}

.teaser-home--sponsors:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/sponsor_bg-bottom.svg') repeat-x top left/auto 100%;
	width: 100vw;
	max-width: 100%;
	height: 148px;
	position: absolute;
	left: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--sponsors:after {
		height: 15vw;
		bottom: -14.8vw;
	}
}

.teaser-home--sponsors--content {
	padding: 115px 0;
}

@media screen and (max-width: 599px) {
	.teaser-home--sponsors--content {
		padding: 12% 0;
	}
}

.teaser-home--sponsors--content--column {
	position: relative;
	z-index: 2;
	justify-content: center;
	flex-wrap: wrap;
}

.teaser-home--sponsors--content--column .wp-block-column {
	background: #fff;
	border-radius: 4px;
}

.teaser-home--sponsors--content--mark {
	position: absolute;
	left: 0;
	bottom: -18px;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.teaser-home--sponsors--content--mark {
		bottom: -1.2vw;
	}
	
	.teaser-home--sponsors--content--mark img {
		width: 50vw;
	}
}

.teaser-home--contact .teaser-heading-subtext {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	.teaser-home--contact .teaser-heading-subtext {
		margin-bottom: 4%;
	}
}

.teaser-home--contact--content {
	padding-top: 118px;
}

@media screen and (max-width: 599px) {
	.teaser-home--contact--content {
		padding: 12% 3% 0 !important;
	}
}

.post .taxonomy-category {
	width: 122px;
	border-radius: 4px;
}

.post .taxonomy-category a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #231815;
}

.post .taxonomy-category a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 8px;
}

.category-recruitment .taxonomy-category {
	border: 1px solid #f5b444;
}

.category-recruitment .taxonomy-category a:before {
	background: #f5b444;
}

.category-news .taxonomy-category {
	border: 1px solid #1e756d;
}

.category-news .taxonomy-category a:before {
	background: #1e756d;
}

.common--footer {
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/footer_bg.svg') repeat-x center bottom/auto 100%;
}

@media screen and (max-width: 599px) {
	.common--footer {
		background-size: 260% auto;
	}
}

@media screen and (max-width: 599px) {
	.common--footer .wp-block-image img {
		width: 80%;
	}
}

.hidden-top-sponsor-btn {
	position: relative;
	z-index: 2;
}

.main_ttl {
	text-align: center;
}

.main_ttl.white {
	color: #fff;
}

.main_ttl-en {
	margin: 0;
	font-size: 64px;
	line-height: 128%;
}

@media screen and (max-width: 599px) {
	.main_ttl-en {
		font-size: 32px;
	}
}

.main_ttl-sub {
	margin: 0 auto;
	font-size: 20px;
	line-height: 128%;
}

@media screen and (max-width: 599px) {
	.main_ttl-sub {
		font-size: 16px;
	}
}

.main_ttl-sub .white-line {
	position: relative;
	padding-left: 40px;
}

@media screen and (max-width: 599px) {
	.main_ttl-sub .white-line {
		padding-left: 32px;
	}
}

.main_ttl-sub .white-line:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	background: #fff;
	width: 32px;
	margin-right: 8px;
}

@media screen and (max-width: 599px) {
	.main_ttl-sub .white-line:before {
		width: 24px;
	}
}

.main_ttl-sub .black-line {
	position: relative;
	padding-left: 40px;
}

.main_ttl-sub .black-line:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	background: #231815;
	width: 32px;
	margin-right: 8px;
}

@media screen and (max-width: 599px) {
	.main_ttl-sub .black-line:before {
		width: 24px;
	}
}

.dot_ttl {
	margin: 0 auto 24px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	.dot_ttl {
		margin: 0 auto 3%;
		font-size: 26px;
	}
}

.dot_ttl:after {
	content: "";
	display: block;
	margin: 10px auto 0;
	height: 12px;
	width: 68px;
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_89%2B90/images/dot_ttl.svg') no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
	.dot_ttl:after {
		height: 10px;
		width: 56px;
		margin: 1% auto 0;
	}
}

.mainvisual {
	overflow: hidden;
	position: relative;
	background-color: #f3eee8;
	padding-bottom: 190px !important;
	margin-bottom: -100px;
}

@media screen and (max-width: 599px) {
	.mainvisual {
		padding-bottom: 100px !important;
	}
}

.mainvisual:before,.mainvisual:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.mainvisual:before {
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/b74f2086d857c5d074baeea12e074f30af20ff9f/images/top-left_bg.svg') no-repeat top left;
	left: -150px;
	background-size: contain;
}

@media(min-width: 800.01px)and (max-width: 1700px) {
	.mainvisual:before {
		left: -200px;
		background-size: auto;
	}
}

@media screen and (max-width: 800px) {
	.mainvisual:before {
		background-image: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_87/images/top-left_bg-tab.svg');
		left: -16%;
		background-size: 60%;
	}
}

@media screen and (max-width: 599px) {
	.mainvisual:before {
		left: -21%;
		background-size: 60%;
	}
}

.mainvisual::after {
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/b74f2086d857c5d074baeea12e074f30af20ff9f/images/top-right_bg.svg') no-repeat top right;
	right: 0;
	background-size: contain;
}

@media(min-width: 800.01px)and (max-width: 1700px) {
	.mainvisual::after {
		right: -200px;
		background-size: auto;
	}
}

@media screen and (max-width: 800px) {
	.mainvisual::after {
		background-image: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_87/images/top-right_bg-tab.svg');
		right: -10%;
		left: auto;
		background-size: auto 100%;
	}
}

@media screen and (max-width: 599px) {
	.mainvisual::after {
		right: -22%;
		left: auto;
		background-size: 60%;
	}
}

.mainvisual_box {
	position: relative;
	z-index: 2;
	width: 460px;
	margin: 0 auto;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: -50px;
}

@media screen and (max-width: 800px) {
	.mainvisual_box {
		width: auto;
		height: auto;
		margin-bottom: -50px;
	}
}

.mainvisual_box .img_box {
	width: 372px;
	margin: 0 auto 12px;
}

@media screen and (max-width: 800px) {
	.mainvisual_box .img_box {
		width: 249px;
	}
}

@media screen and (max-width: 599px) {
	.mainvisual_box .img_box {
		width: 200px;
		margin: 0 auto 18px;
	}
}

.mainvisual_box .img_box .wapuu.wp-block-image {
	margin: 0 auto;
	width: 100%;
}

.mainvisual_box .img_box .wapuu.wp-block-image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.mainvisual_box .img_box .wapuu_pc {
	display: block;
}

.mainvisual_box .img_box .wapuu_pc img {
	max-height: calc(100vh - 200px);
}

@media screen and (max-width: 599px) {
	.mainvisual_box .img_box .wapuu_pc {
		display: none;
	}
}

.mainvisual_box .img_box .wapuu_sp {
	display: none;
}

@media screen and (max-width: 599px) {
	.mainvisual_box .img_box .wapuu_sp {
		display: block;
	}
}

.mainvisual_box .lead {
	font-size: 32px;
	line-height: 128%;
	margin: 0;
}

@media screen and (max-width: 800px) {
	.mainvisual_box .lead {
		font-size: 20px;
	}
}

.linkarea {
	position: relative;
	background-color: #4041e4;
	padding: 140px 0 130px !important;
}

@media screen and (max-width: 800px) {
	.linkarea {
		padding: 10vw 0 16.25vw !important;
	}
}

@media screen and (max-width: 599px) {
	.linkarea {
		padding: 6% 0 13% !important;
	}
}

.linkarea:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_88/images/link_bg-top.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 164px;
	position: absolute;
	top: -164px;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.linkarea:before {
		height: 28vw;
		top: -27.8vw;
	}
}

.linkarea:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/what_bg-bottom.svg') repeat-x top right/auto 100%;
	width: 100vw;
	height: 148px;
	position: absolute;
	right: 0;
	bottom: -148px;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.linkarea:after {
		height: 14vw;
		bottom: -13.8vw;
	}
}

.linkarea_list {
	display: flex;
	column-gap: 40px;
	position: relative;
	z-index: 2;
	width: 920px;
	margin: 0 auto;
}

@media screen and (max-width: 1100px) {
	.linkarea_list {
		width: 83.636364vw;
		column-gap: 3.636364vw;
	}
}

.linkarea_list-box {
	width: 280px;
	height: 280px;
	background: #f3eee8;
	box-shadow: 10px 10px 0 0 rgba(0,0,0,.25);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px 16px;
}

@media screen and (max-width: 1100px) {
	.linkarea_list-box {
		width: 25.454545vw;
		height: 25.454545vw;
		padding: 2.909091vw 1.454545vw;
	}
}

@media screen and (max-width: 599px) {
	.linkarea_list-box {
		box-shadow: 1.25vw 1.25vw 0 0 rgba(0,0,0,.25);
	}
}

.linkarea_list-box figure img {
	filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
}

.linkarea_list-box p {
	margin: auto 0 0;
	font-size: 24px;
}

@media screen and (max-width: 800px) {
	.linkarea_list-box p {
		font-size: 16px;
	}
}

@media screen and (max-width: 599px) {
	.linkarea_list-box p {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.linkarea_list-box p {
		font-size: 10px;
	}
}

.linkarea_list-box.timetable figure {
	margin: 26px auto 0;
}

@media screen and (max-width: 1100px) {
	.linkarea_list-box.timetable figure {
		margin: 2.363636vw auto 0;
	}
	
	.linkarea_list-box.timetable figure img {
		width: 13.272727vw;
	}
}

.linkarea_list-box.floormap figure {
	margin: 40px auto 0;
}

@media screen and (max-width: 1100px) {
	.linkarea_list-box.floormap figure {
		margin: 1.818182vw auto 0;
	}
	
	.linkarea_list-box.floormap figure img {
		width: 11.818182vw;
	}
}

.linkarea_list-box.access figure {
	margin: 20px auto 0;
}

@media screen and (max-width: 1100px) {
	.linkarea_list-box.access figure {
		margin: 1.818182vw auto 0;
	}
	
	.linkarea_list-box.access figure img {
		width: 10.818182vw;
	}
}

.linkarea_box:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_88/images/link_mark.svg') no-repeat bottom right/contain;
	width: 600px;
	height: 402px;
	position: absolute;
	right: 0;
	bottom: -24px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.linkarea_box:after {
		width: 52.5vw;
		height: 35.125vw;
		bottom: -1vw;
	}
}

.linkarea_wapuu {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -330px;
}

@media screen and (max-width: 800px) {
	.linkarea_wapuu {
		width: 46.375vw;
		bottom: -28vw;
	}
}

@media screen and (max-width: 599px) {
	.linkarea_wapuu {
		bottom: -30vw;
	}
}

.infoarea {
	padding: 0 0 330px !important;
}

@media screen and (max-width: 599px) {
	.infoarea {
		padding: 0 0 35% !important;
	}
}

.news {
	margin-bottom: 120px;
}

@media screen and (max-width: 1100px) {
	.news {
		padding: 0 20px;
	}
}

@media screen and (max-width: 599px) {
	.news {
		margin-bottom: 12%;
	}
}

.news .main_ttl {
	margin: 0 auto 40px;
}

@media screen and (max-width: 599px) {
	.news .main_ttl {
		margin: 0 auto 4%;
	}
}

.news_box {
	margin: 0 auto;
}

.news_list ul {
	display: flex;
	column-gap: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.news_list ul {
		column-gap: 20px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 599px) {
	.news_list ul {
		display: block;
		margin-bottom: 5%;
	}
}

.news_list ul>li {
	width: calc((100% - 80px)/3);
	margin-top: 0;
}

@media screen and (max-width: 800px) {
	.news_list ul>li {
		width: calc((100% - 40px)/3);
	}
}

@media screen and (max-width: 599px) {
	.news_list ul>li {
		width: 100%;
		display: flex;
		column-gap: 2%;
		align-items: center;
		margin-bottom: 3%;
	}
}

.news_list ul>li .wp-block-post-featured-image {
	margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
	.news_list ul>li .wp-block-post-featured-image {
		margin-bottom: 0;
		width: 40%;
	}
}

.news_list ul>li .wp-block-post-featured-image a {
	border: 3px solid #231815;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.news_list ul>li .wp-block-post-featured-image a {
		border: 1.5px solid #231815;
	}
}

@media screen and (max-width: 599px) {
	.news_list ul>li .sp_info {
		width: 58%;
		margin-top: 0;
	}
}

.news_list ul>li .cat-day {
	margin: 0 0 13px;
}

@media screen and (max-width: 599px) {
	.news_list ul>li .cat-day {
		margin: 0 0 2%;
	}
}

.news_list ul>li .cat-day .taxonomy-category {
	pointer-events: none;
}

.news_list ul>li .news-ttl {
	margin: 0;
	font-size: 20px;
	line-height: 128%;
}

@media screen and (max-width: 599px) {
	.news_list ul>li .news-ttl {
		font-size: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.about {
		padding: 0 20px;
	}
}

.about .main_ttl {
	margin: 0 auto 40px;
}

@media screen and (max-width: 599px) {
	.about .main_ttl {
		margin: 0 auto 4%;
	}
}

.about_box {
	border: 6px solid #231815;
	border-radius: 20px;
	background: #fff;
	padding: 74px !important;
}

@media screen and (max-width: 599px) {
	.about_box {
		padding: 7% !important;
		border: 3px solid #231815;
	}
}

.about_box-inner {
	padding-bottom: 80px;
	border-bottom: 1px solid #231815;
	margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
	.about_box-inner {
		padding-bottom: 8%;
		margin-bottom: 8%;
	}
}

.about_box-inner:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.about_box-inner.whats .whats_text {
	column-gap: 30px;
}

.about_box-inner.whats .whats_text .wp-block-media-text__content {
	padding: 0;
	width: 457px;
}

@media screen and (max-width: 1100px) {
	.about_box-inner.whats .whats_text .wp-block-media-text__content {
		width: 49vw;
	}
}

@media screen and (max-width: 599px) {
	.about_box-inner.whats .whats_text .wp-block-media-text__content {
		width: auto;
	}
}

.about_box-inner.whats .whats_text .wp-block-media-text__content p {
	margin: 0;
}

.about_box-inner.whats .whats_text .wp-block-media-text__content ol {
	font-size: 12px;
	margin: 0;
	padding-left: 1em;
}

.about_box-inner.whats .whats_text .wp-block-media-text__media {
	width: 273px;
}

@media screen and (max-width: 1100px) {
	.about_box-inner.whats .whats_text .wp-block-media-text__media {
		width: 25vw;
	}
}

@media screen and (max-width: 599px) {
	.about_box-inner.whats .whats_text .wp-block-media-text__media {
		margin: 0 auto 3%;
	}
}

.about_box-inner.info .info_day {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 13px;
}

@media screen and (max-width: 599px) {
	.about_box-inner.info .info_day {
		font-size: 16px;
		margin-bottom: 2%;
	}
}

.about_box-inner.info .info_price {
	text-align: center;
	line-height: 160%;
	list-style-position: inside;
	margin: 0 0 24px;
}

@media screen and (max-width: 599px) {
	.about_box-inner.info .info_price {
		margin: 0 0 3%;
	}
}

.about_box-inner.info .info_list {
	margin: 0 0 24px;
}

@media screen and (max-width: 599px) {
	.about_box-inner.info .info_list {
		margin: 0 0 3%;
	}
}

.about_box-inner.kids .kids_text {
	margin: 0 0 24px;
}

@media screen and (max-width: 599px) {
	.about_box-inner.kids .kids_text {
		margin: 0 0 3%;
	}
}

.about_box-inner .wp-block-buttons {
	justify-content: center;
}

.wp-block-buttons {
	margin-bottom: 10px;
}

.wp-block-buttons .wp-block-button.blue .wp-block-button__link {
	background: #4041e4 !important;
}

.wp-block-buttons .wp-block-button.blue .wp-block-button__link:hover {
	opacity: 1;
	filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.25));
	mix-blend-mode: none;
	background: #40bde4 !important;
	color: #fff;
}

.wp-block-buttons .wp-block-button__link {
	background: #e67823 !important;
	border-radius: 50vh;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 40px;
	min-width: 390px;
	text-decoration: none;
	filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.25));
	position: relative;
}

@media screen and (max-width: 599px) {
	.wp-block-buttons .wp-block-button__link {
		padding: 7px 20px;
		min-width: 280px;
		filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
		font-size: 15px;
	}
}

.wp-block-buttons .wp-block-button__link:hover {
	background: #f5b444 !important;
	opacity: 1;
	filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 599px) {
	.wp-block-buttons .wp-block-button__link:hover {
		filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
	}
}

.wp-block-buttons .wp-block-button__link:after {
	content: "▶";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 599px) {
	.wp-block-buttons .wp-block-button__link:after {
		font-size: 10px;
		right: 3%;
	}
}

.under_mv {
	background: #f3eee8 url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/header_bg.svg') no-repeat top center/cover;
	padding: 65px 0;
	margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
	.under_mv {
		background-size: 120% auto;
	}
}

@media screen and (max-width: 599px) {
	.under_mv {
		background: #f3eee8 url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/header_bg_sp.svg') no-repeat top center/cover;
		padding: 8% 0;
		margin-bottom: 4%;
	}
}

.under_mv_box {
	min-height: 358px;
	position: relative;
	padding: 65px 0;
}

.under_mv_box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/wapuu.svg') no-repeat top center/contain;
	height: 358px;
	width: 72vw;
}

@media screen and (max-width: 599px) {
	.under_mv_box:before {
		height: 34.375vw;
		width: 95vw;
		top: 48%;
	}
}

@media screen and (max-width: 599px) {
	.under_mv_box {
		padding: 8% 0;
		min-height: 34.375vw;
	}
}

.under_mv_ttl {
	margin: 0 auto 24px;
}

.under_mv_ttl img {
	margin: 0 auto;
	display: block;
	width: 29.861111vw;
}

@media screen and (max-width: 599px) {
	.under_mv_ttl img {
		width: 54.25vw;
	}
}

.under_mv_date {
	font-size: 30px;
	line-height: 128%;
}

@media screen and (max-width: 599px) {
	.under_mv_date {
		font-size: 16px;
	}
}

.page_contents {
	background: #1e756d;
	position: relative;
	margin: 0 auto 200px;
	padding: 0 !important;
}

@media screen and (max-width: 599px) {
	.page_contents {
		margin-bottom: 20%;
	}
}

.page_contents::before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/main-top_bg.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 208px;
	position: absolute;
	top: -140px;
	right: 0;
	display: block;
}

@media screen and (max-width: 599px) {
	.page_contents::before {
		height: 18vw;
		top: -10vw;
	}
}

.page_contents:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/main-bottom_bg.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 208px;
	position: absolute;
	bottom: -120px;
	right: 0;
	display: block;
}

@media screen and (max-width: 599px) {
	.page_contents:after {
		height: 18vw;
		bottom: -10vw;
	}
}

.page_contents-box {
	margin: 0 auto;
	padding: 0 !important;
}

.page_contents-box.is-layout-constrained,.page_contents-box.wp-block-group {
	max-width: 1100px !important;
}

@media screen and (max-width: 1100px) {
	.page_contents-box.is-layout-constrained,.page_contents-box.wp-block-group {
		max-width: 90% !important;
	}
}

@media screen and (max-width: 599px) {
	.page_contents-box.is-layout-constrained,.page_contents-box.wp-block-group {
		max-width: 96% !important;
	}
}

.page_contents-box:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/mark-top.svg') no-repeat top right/contain;
	width: 282px;
	height: 429px;
	position: absolute;
	top: -80px;
	right: 0;
	display: block;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.page_contents-box:before {
		content: none;
	}
}

.page_contents-box:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/mark-bottom.svg') no-repeat bottom left/contain;
	width: 497px;
	height: 474px;
	position: absolute;
	bottom: -50px;
	left: 0;
	display: block;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	.page_contents-box:after {
		content: none;
	}
}

.page_contents-box .contents_box {
	margin: 0 auto;
	background: #fff;
	border-radius: 50px;
	position: relative;
	z-index: 2;
	padding: 48px 90px !important;
}

.page_contents-box .contents_box.is-layout-constrained,.page_contents-box .contents_box.wp-block-group {
	max-width: 1100px !important;
}

@media screen and (max-width: 1100px) {
	.page_contents-box .contents_box.is-layout-constrained,.page_contents-box .contents_box.wp-block-group {
		max-width: 90% !important;
	}
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box.is-layout-constrained,.page_contents-box .contents_box.wp-block-group {
		max-width: 96% !important;
	}
}

@media screen and (max-width: 1100px) {
	.page_contents-box .contents_box {
		padding: 5% 10% !important;
	}
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box {
		padding: 10% 5% !important;
	}
}

.page_contents-box .contents_box h1 {
	font-size: 32px;
	font-weight: bold;
	color: #573531;
	margin: 0 0 32px;
	text-align: left;
	position: relative;
	padding-left: 52px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h1 {
		font-size: 18px;
		padding-left: 32px;
		margin-bottom: 3%;
	}
}

.page_contents-box .contents_box h1::before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/h1.svg') no-repeat center center/contain;
	width: 36px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h1::before {
		width: 24px;
		height: 28px;
	}
}

.page_contents-box .contents_box h2 {
	font-size: 32px;
	font-weight: bold;
	color: #573531;
	margin: 20px 0 40px;
	text-align: left;
	display: flex;
	position: relative;
	padding: 0 0 0 74px !important;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h2 {
		font-size: 18px;
		padding-left: 48px !important;
		margin: 2% 0 4%;
	}
}

.page_contents-box .contents_box h2::before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/h2.svg') no-repeat center center/contain;
	width: 66px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h2::before {
		width: 40px;
		height: 25px;
	}
}

.page_contents-box .contents_box h2:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #1e756d;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h2:after {
		height: 2px;
	}
}

.page_contents-box .contents_box h3:not(.wordcamp-schedule__time-slot-header) {
	font-size: 24px;
	font-weight: bold;
	color: #573531;
	margin: 0 0 38px;
	text-align: left;
	position: relative;
	padding-left: 70px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h3:not(.wordcamp-schedule__time-slot-header) {
		font-size: 16px;
		padding-left: 35px;
		margin-bottom: 4%;
	}
}

.page_contents-box .contents_box h3:not(.wordcamp-schedule__time-slot-header)::before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/h3.svg') no-repeat center center/contain;
	width: 54px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h3:not(.wordcamp-schedule__time-slot-header)::before {
		width: 27px;
		height: 20px;
	}
}

.page_contents-box .contents_box h4:not(.wordcamp-schedule__session-title) {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #1e756d;
	border-radius: 50vh;
	position: relative;
	overflow: hidden;
	padding: 16px 42px;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h4:not(.wordcamp-schedule__session-title) {
		font-size: 15px;
		padding: 8px 32px;
	}
}

.page_contents-box .contents_box h4:not(.wordcamp-schedule__session-title)::before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/h4_left.svg') no-repeat center center/contain;
	width: 46px;
	height: 38px;
	position: absolute;
	left: 4vh;
	top: 0;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h4:not(.wordcamp-schedule__session-title)::before {
		left: 1.2vh;
		width: 32px;
		height: 27px;
	}
}

.page_contents-box .contents_box h4:not(.wordcamp-schedule__session-title)::after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/h4_right.svg') no-repeat center center/contain;
	width: 51px;
	height: 50px;
	position: absolute;
	right: 4vh;
	bottom: 0;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box h4:not(.wordcamp-schedule__session-title)::after {
		right: 1.2vw;
		width: 36px;
		height: 35px;
	}
}

.page_contents-box .contents_box p {
	margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box p {
		margin-bottom: 4%;
	}
}

.page_contents-box .contents_box a {
	color: #573531;
	text-decoration: underline;
	text-underline-offset: .2em;
}

.page_contents-box .contents_box a:hover {
	text-decoration: none;
}

.page_contents-box .contents_box ul {
	margin-bottom: 32px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box ul {
		margin-bottom: 4%;
	}
}

.page_contents-box .contents_box ol {
	margin-bottom: 32px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box ol {
		margin-bottom: 4%;
	}
}

.page_contents-box .contents_box ol li::marker {
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box ol li::marker {
		font-size: 16px;
	}
}

.page_contents-box .contents_box strong {
	background: linear-gradient(transparent 55%, #F5B444 0%);
	display: inline;
	padding: 0 1px;
}

.page_contents-box .contents_box table thead {
	border: none;
}

.page_contents-box .contents_box table th,.page_contents-box .contents_box table td {
	min-width: 185px;
	padding: 20px 16px 16px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box table th,.page_contents-box .contents_box table td {
		min-width: 135px;
		padding: 10px 8px 8px;
	}
}

.page_contents-box .contents_box table th {
	background: #1e756d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}

.page_contents-box .contents_box table td {
	border: 1px solid #ccc;
	color: #231815;
	background: #fff;
}

.page_contents-box .contents_box blockquote {
	background: #f2f9f8;
	border-radius: 50px;
	padding: 80px 50px;
	font-style: italic;
	position: relative;
	z-index: 2;
	border: none;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box blockquote {
		padding: 40px 25px;
	}
}

.page_contents-box .contents_box blockquote:before,.page_contents-box .contents_box blockquote:after {
	content: "“";
	font-size: 64px;
	font-weight: bold;
	position: absolute;
	color: #bfe8d4;
	z-index: 0;
	font-style: normal;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box blockquote:before,.page_contents-box .contents_box blockquote:after {
		font-size: 40px;
	}
}

.page_contents-box .contents_box blockquote:before {
	top: 15px;
}

.page_contents-box .contents_box blockquote:after {
	right: 60px;
	bottom: 15px;
	transform: rotate(180deg);
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box blockquote:after {
		right: 20px;
	}
}

.page_contents-box .contents_box .wp-block-post-date {
	font-size: 14px;
	margin-right: 30px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .wp-block-post-date {
		font-size: 12px;
		margin-right: 15px;
	}
}

.page_contents-box .contents_box .taxonomy-category {
	position: relative;
	padding-left: 30px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .taxonomy-category {
		padding-left: 15px;
	}
}

.page_contents-box .contents_box .taxonomy-category:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/category.svg') no-repeat center center/contain;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: 0;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .taxonomy-category:before {
		width: 14px;
		height: 11px;
		top: 4px;
	}
}

.page_contents-box .contents_box .taxonomy-category a {
	text-decoration: none;
	color: #231815;
	font-size: 14px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .taxonomy-category a {
		font-size: 12px;
	}
}

.page_contents-box .contents_box .wp-block-post-featured-image {
	margin: 20px 0 30px;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .wp-block-post-featured-image {
		margin: 2% 0 3%;
	}
}

.page_contents-box .contents_box .wp-block-buttons {
	margin-bottom: 10px;
}

.page_contents-box .contents_box .wp-block-buttons .wp-block-button__link {
	background: #e67823 !important;
	border-radius: 50vh;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 40px;
	min-width: 340px;
	text-decoration: none;
	filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.25));
	position: relative;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .wp-block-buttons .wp-block-button__link {
		padding: 7px 20px;
		min-width: 80%;
		filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
		font-size: 15px;
	}
}

.page_contents-box .contents_box .wp-block-buttons .wp-block-button__link:hover {
	background: #f5b444 !important;
	opacity: 1;
	filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .wp-block-buttons .wp-block-button__link:hover {
		filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
	}
}

.page_contents-box .contents_box .wp-block-buttons .wp-block-button__link:after {
	content: "▶";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-size: 14px;
	color: #fff;
}

@media screen and (max-width: 599px) {
	.page_contents-box .contents_box .wp-block-buttons .wp-block-button__link:after {
		font-size: 10px;
		right: 5px;
	}
}

.page_contents-box .contents_box .googlemaps iframe {
	width: 100%;
}

.page_contents-box .contents_box .post-list-info {
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.page_contents-box .contents_box .post-list .taxonomy-category {
	padding-left: 0;
}

.page_contents-box .contents_box .post-list .taxonomy-category:before {
	content: none;
}

.page_contents-box .contents_box .post-list h2 {
	padding: 0 !important;
	margin: 10px 0 !important;
}

.page_contents-box .contents_box .post-list h2:before,.page_contents-box .contents_box .post-list h2:after {
	content: none;
}

.page_contents-box .contents_box .post-list h2 a {
	color: #231815;
	text-decoration: none;
}

.page_contents-box .contents_box .wp-block-query-pagination .page-numbers,.page_contents-box .contents_box .wp-block-query-pagination .wp-block-query-pagination-previous,.page_contents-box .contents_box .wp-block-query-pagination .wp-block-query-pagination-next {
	color: #573531;
	text-decoration: none !important;
}

.page_contents-box .contents_box .wp-block-query-pagination .page-numbers:hover,.page_contents-box .contents_box .wp-block-query-pagination .page-numbers.current {
	color: #fff;
}

.archive.category .c-entry-summary__body {
	display: flex;
	flex-flow: column-reverse;
}

.archive.category .c-entry-summary__header {
	margin-bottom: 0;
}

.archive.category .c-entry-summary__meta {
	margin-top: 0;
	margin-bottom: .45rem;
}

.archive.category .c-entry-summary__meta .c-meta {
	width: 100%;
	justify-content: flex-start;
}

.archive.category .c-meta__item.c-meta__item--author {
	display: none;
}

.sponsors {
	position: relative;
}

.sponsors:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/main/images/sponsor_bg-top.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 174px;
	position: absolute;
	top: -174px;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 599px) {
	.sponsors:before {
		height: 17vw;
		top: -16.5vw;
	}
}

.sponsors:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_66/images/under/main-bottom_bg.svg') repeat-x bottom right/auto 100%;
	width: 100vw;
	height: 208px;
	position: absolute;
	bottom: -120px;
	right: 0;
	display: block;
}

@media screen and (max-width: 599px) {
	.sponsors:after {
		width: 103vw;
		right: -3px;
		height: 18vw;
		bottom: -10vw;
	}
}

.sponsors_box {
	position: relative;
}

.sponsors_box:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_91/images/sponsor_mark-top.svg') no-repeat center center/contain;
	width: 509px;
	height: 487px;
	position: absolute;
	top: -110px;
	right: 0;
	z-index: 2;
}

@media screen and (max-width: 800px) {
	.sponsors_box:before {
		width: 35.347222vw;
		height: 33.819444vw;
		top: -20vw;
	}
}

.sponsors_box:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_91/images/sponsor_mark-bottom.svg') no-repeat center center/contain;
	width: 513px;
	height: 489px;
	position: absolute;
	bottom: -160px;
	left: 0;
	z-index: 2;
}

@media screen and (max-width: 800px) {
	.sponsors_box:after {
		width: 35.625vw;
		height: 33.958333vw;
		bottom: -18vw;
	}
}

.sponsors_box-inner {
	position: relative;
	z-index: 5;
}

.sponsors_box-inner:before {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_91/images/trumpet.svg') no-repeat center center/contain;
	width: 295px;
	height: 426px;
	position: absolute;
	right: 3.680556vw;
	top: -400px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.sponsors_box-inner:before {
		width: 26.6319443vw;
		height: 38.4583329vw;
		top: -38vw;
	}
}

.sponsors_box-inner:after {
	content: "";
	background: url('https://raw.githubusercontent.com/wctokyo/2023-wctokyo-styles/feature/Issue_91/images/cymbal.svg') no-repeat center center/contain;
	width: 324px;
	height: 387px;
	position: absolute;
	left: 5.555556vw;
	bottom: -370px;
	z-index: 1;
}

@media screen and (max-width: 800px) {
	.sponsors_box-inner:after {
		width: 29.25vw;
		height: 34.9375vw;
		bottom: -35vw;
	}
}

.sponsors_ttl {
	text-align: center;
	color: #fff;
	font-size: 32px;
	position: relative;
}

@media screen and (max-width: 599px) {
	.sponsors_ttl {
		font-size: 22px;
	}
}

.sponsors_ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1px;
	width: 100%;
	background: #fff;
}

.sponsors_ttl .txt {
	background: #1e756d;
	margin: 0 auto;
	display: inline-block;
	padding: 0 40px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 599px) {
	.sponsors_ttl .txt {
		padding: 0 20px;
	}
}

.sponsors_gold {
	margin: 0 auto 60px !important;
	padding: 0 20px;
}

@media screen and (max-width: 599px) {
	.sponsors_gold {
		margin: 0 auto 30px !important;
	}
}

.sponsors_gold-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

@media screen and (max-width: 599px) {
	.sponsors_gold-list {
		gap: 20px;
		margin-top: 10px;
	}
}

.sponsors_gold-list>figure {
	width: calc((100% - 40px)/2);
	flex-basis: calc((100% - 40px)/2);
	background: #fff;
}

@media screen and (max-width: 599px) {
	.sponsors_gold-list>figure {
		width: calc((100% - 20px)/2);
		flex-basis: calc((100% - 20px)/2);
	}
}

.sponsors_silver {
	margin: 0 auto 60px !important;
	padding: 0 20px;
}

@media screen and (max-width: 599px) {
	.sponsors_silver {
		margin: 0 auto 30px !important;
	}
}

.sponsors_silver-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

@media screen and (max-width: 599px) {
	.sponsors_silver-list {
		gap: 20px;
		margin-top: 10px;
	}
}

.sponsors_silver-list>figure {
	width: calc((100% - 80px)/3);
	flex-basis: calc((100% - 80px)/3);
	background: #fff;
}

@media screen and (max-width: 599px) {
	.sponsors_silver-list>figure {
		width: calc((100% - 40px)/3);
		flex-basis: calc((100% - 40px)/3);
	}
}

.sponsors_bronze,.sponsors_lunch {
	margin: 0 auto 32px !important;
	padding: 0 20px;
}

@media screen and (max-width: 599px) {
	.sponsors_bronze,.sponsors_lunch {
		margin: 0 auto 24px !important;
	}
}

.sponsors_bronze-list,.sponsors_lunch-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

@media screen and (max-width: 599px) {
	.sponsors_bronze-list,.sponsors_lunch-list {
		gap: 20px;
		margin-top: 10px;
	}
}

.sponsors_bronze-list>figure,.sponsors_lunch-list>figure {
	width: calc((100% - 120px)/4);
	flex-basis: calc((100% - 120px)/4);
	background: #fff;
}

@media screen and (max-width: 599px) {
	.sponsors_bronze-list>figure,.sponsors_lunch-list>figure {
		width: calc((100% - 60px)/4);
		flex-basis: calc((100% - 60px)/4);
	}
}

.wp-block-button .wp-block-button__link {
	transition: all ease-in-out .2s;
}

.wp-block-button:hover .wp-block-button__link {
	filter: brightness(0.7);
	mix-blend-mode: multiply;
	transition: all ease-in-out .2s;
}