@charset "utf-8";

/*-----------------------------
	import
------------------------------*/

@import url('reset.css');
@import url('normalize.css');
@import url('animation_20231029.css');
@import url('nav.css');
@import url('deco_20231101.css');
@import url('form.css');


/*-----------------------------
	変数設定
------------------------------*/

:root {
	--bk: #000;
	--wh: #fff;
	--btn-color: #03f;
	--font-en: inge-variable, sans-serif;
	--font-jp: source-han-sans-japanese, sans-serif;
	--font-c80: fot-udkakugoc80-pro, sans-serif;
	--font-c70: fot-udkakugoc70-pro, sans-serif;
	--font-c60: fot-udkakugoc60-pro, sans-serif;
	--max-width01: 1200px;
	--max-width02: 1000px;
}

/*-----------------------------
	初期設定
------------------------------*/

html,body {
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: var(--font-jp);
	font-weight: 300;
	font-style: normal;
	text-align: left;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-east-asian: simplified;
	font-variation-settings: "slnt" 0;
	font-feature-settings: "palt" 1;
}
body {
	position: relative;
	height: 100%;
	background-color: #f7f4e8;
}
body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/bgnoise.png) repeat center center;
}
html.open,
html.open body{
	overflow: hidden !important;
}

*/
* {
    margin:0;
    padding:0;
}
* {
    min-width: 0;
    min-height: 0;
}
a,
a:active,
a:visited,
a:focus  {
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: all .3s;
	pointer-events: auto !important;
}
a:hover {
	color: inherit;
	opacity: 1;
	transition: all .3s;
}

::selection {
	color: #fff !important;
	background: #000 !important;
}
::-moz-selection {
	color: #fff !important;
	background: #000 !important;
}
img,
img a {
	border: none;
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, p, li,
input, textarea, button, select,
pre, code, kbd, samp {
	font-family: var(--font-jp);
}
h1, h2, h3, h4, p, li {
	text-align: left;
}
h1, h2, h3, h4 {
	font-weight: 400;
}
li, p {
	font-size: 14px;
	line-height: 1.8em;
}
.small_font {
	font-size: 0.8em;
}
.bold {
	font-weight: 900;
}

h3.coming {
	text-align: center;
	font-weight: bold;
	font-size: min(5vw,40px);
}

.deco,
.deco img {
	position: absolute;
	pointer-events: none;
}
.accordion_wrap {
	display: none;
}

a.button {
	display: inline-block;
	height: fit-content;
	padding: 10px 60px;
	background: #fff;
	border: 1px solid #03f;
	border-radius: 9999px;
	font-family: var(--font-c80);
	font-size: 14px;
	color: #03f;
	box-shadow: 5px 5px 0px #03f;
}
a.button:hover {
	box-shadow: 0px 0px 0px #03f;
}

.pc,
.deco_pc {
	display: block;
}

.sp,
.deco_sp {
	display: none;
}


.fancybox-is-open .fancybox-bg {
	opacity: .6;
}
.fancybox-slide {
	overscroll-behavior: contain;
}
.modal {
    display: none;
    width: 95%;
	max-width: var(--max-width01);
	border: 1px solid #000;
    border-radius: 5px;
    margin: 20px 0;
}
.popup {
	position: relative;
	display: inline-block;
	width: 45%;
	max-width: 300px;
	margin-bottom: 5px;
}
.wp-block-group .popup {
	width: 100%;
	max-width: 100%;
}
.popup.fadeInDown:before {
	content: 'クリックして拡大';
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: var(--font-c60);
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.5);
	animation-fill-mode:both;
	animation-duration:1s;
	animation-delay: 1.5s;
	animation-name: fadeOut;
	z-index: 1;
}
@keyframes fadeOut {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
.popup img {
	width: 100%;
}



/* コンテンツレイアウト */

.wrapper90 {
	width: 90%;
	max-width: var(--max-width01);
	margin: 0 auto;
}

.wrapper100 {
	width: 100%;
	max-width: var(--max-width01);
	margin: 0 auto;
}




/*-----------------------------
	共通
------------------------------*/

#main_contents {
	position: relative;
	width: 100vw;
	height: auto;
	padding-bottom: 200px;
	overflow: hidden;
}

.to_contact {
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: block;
	width: 100px;
	height: 100px;
	z-index: 9999;
}
.to_contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #03f;
	border-radius: 9999px;
	font-family: var(--font-c70);
	font-size: 18px;
	color: #03f;
	box-shadow: 5px 5px 0px #03f;
}
.to_contact a:hover {
	box-shadow: 0px 0px 0px #03f;
}

#footer {
	width: 100%;
	padding: 100px 0;
	background: #eaeaea;
}
#footer p {
	font-size: 12px;
	font-weight: 300;
}
#footer p a {
	text-decoration: underline;
}
.footer_top,
.footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer_top {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #000;
}
.foot_logo {
	display: flex;
	align-items: flex-end;
}
.foot_logo img {
	width: 100%;
	max-width: 200px;
	margin-right: 20px;
}
.foot_sns a {
	margin-left: 10px;
	font-size: 24px;
}
.foot_link ul {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	margin-bottom: 20px;
}
.foot_link ul li {
	font-family: var(--font-c80);
	font-size: 18px;
}
.foot_link p {
	text-align: end;
}
.footer_bottom img {
	height: 100%;
	max-height: 45px;
	margin-right: 20px;
}
.footer_bottom p:first-of-type {
	flex: 1;
	width: 100%;
}


/*-----------------------------
	トップページ
------------------------------*/

/* トップページ共通 */

.top_content_wrap {
	position: relative;
	padding-top: 200px;
}
.top_title h3 {
	font-family: var(--font-en);
	font-size: clamp(80px, 10vw, 120px);
	margin-bottom: -0.4em;
}
.top_title p {
	display: inline-block;
	font-family: var(--font-c80);
	font-size: clamp(18px, 2.5vw, 24px);
	transform: scaleX(.75) translateX(-17.5%);
}

/* トップページファーストビュー */

.head_wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100vw;
	aspect-ratio: 16 / 9;
}

.top_logo {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 35%;
	z-index: 1;
}
.top_logo div {
	width: 80%;
}
.top_date {
	font-family: var(--font-en);
	font-size: 6.5vw;
	margin-left: 1vw;
	margin-bottom: -3vw;
	text-align: center;
}
.top_place {
	font-family: var(--font-c80);
	font-size: 2vw;
	margin-left: 1vw;
}

.top_video {
	position: relative;
	display: block;
	width: 60%;
	aspect-ratio: 16 / 9;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	z-index: 1;
}

/* トップページABOUT */

h2.top_about_head {
	font-family: var(--font-jp);
	font-size: clamp(24px, 7vw, 50px);
	font-weight: 900;
	margin-bottom: 60px;
}
.top_about p {
	margin-bottom: 60px;
	font-size: clamp(14px, 2vw, 18px);
}

.top_about_slider_wrap {
	position: relative;
}
.top_about_slider {
	margin-top: 100px;
	margin-bottom: 0;
}
.top_about_slider img {
	margin: 0 10px;
}

/* トップページINFORMATION */

.top_info {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 60px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 60px;
}
.top_info > div {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 80px);
	padding: 40px;
	border-bottom: 1px solid #000;;
}
.top_info > div:last-child {
	align-items: center;
	border: none;
}
.top_info h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	border-radius: 9999px;
	background: #06ad8b;
	font-family: var(--font-c70);
	font-size: 24px;
	line-height: 1em;
	color: #fff;
}
.top_info h4 span {
	transform: scaleX(.75);
}
.top_info > div > div {
	flex: 1;
	margin-left: 40px;
}
.top_info h3 {
	font-size: clamp(20px, 4vw, 36px);
	font-weight: 900;
}
.top_info h3 span {
	font-size: .7em;
	font-weight: 300;
	vertical-align: .1em;
}
.top_info p {
	font-size: clamp(10px, 2vw, 14px);
	margin-top: 10px;
}
.fee {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* トップページCONTENTS */

.contents_bn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	width: 100%;
	background: #000;
}
.top_contents_list .contents_bn {
	width: calc(50% - 10px);
}
.contents_bn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}
.contents_bn h4 {
	position: relative;
	font-family: var(--font-c60);
	font-size: 30px;
	color: #fff;
}
.contents_bn:after {
	content: "+";
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 100%;
	font-size: clamp(18px, 4vw, 30px);
	color: #fff;
}
.stage .contents_bn:after {
	display: none;
}

.stage {
	margin-top: 60px;
	margin-bottom: 10px;
}
.stage_list {
	padding: 30px 60px;
	background: #fff;
}
.stage_list > div {
	display: flex;
}
.stage_list > div > p {
	width: 65px;
	font-family: var(--font-c80);
}
.stage_list > div > p:after {
	content: '　●';
	display: inline-block;
	font-family: var(--font-jp);
}
.stage_list > div > div:first-of-type {
	display: block;
	width: 30px;
	height: auto;
	margin-left: -8px;
	border-top: 1px dashed #000;
	border-left: 1px solid #000;
	transform: translateY(12px);
}
.stage_list > div:last-child > div:first-of-type {
	border-left: none;
}
.stage_list > div > div:last-of-type {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	padding: 20px;
	background: #f4efe8;
}
.stage_list > div > div > div {
	width: 100%;
}
.stage_list .accordion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.stage_list .accordion:after {
	content: "+";
	display: inline;
	margin-left: 20px;
	font-size: 24px;
	font-weight: 300;
}
.stage_list .accordion.active:after {
	content: "−";
}
.stage_list .accordion_wrap {
	margin-top: 20px;
	padding: 10px;
	background: #fff;
}
.stage_list .stage_info {
	 padding-bottom: 10px;
	 margin-bottom: 10px;
	 border-bottom: 1px dashed #000;
}
.stage_list .accordion_wrap > h4 {
	font-family: var(--font-c70);
	text-align: center;
	font-size: clamp(16px, 4vw, 20px);
	margin: 10px 0;
}
.stage_list .accordion_wrap > p {
	font-size: clamp(12px, 2vw, 14px);
}
.stage_list > div > div h3 {
	font-family: var(--font-c80);
	font-size: 20px;
}
.stage_list > div > div h3 span {
	display: block;
	margin-top: 5px;
	font-family: var(--font-c70);
	font-size: .75em;
}
.speakers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.speakers > div {
	display: block;
	width: calc((100% - 80px) / 4);
}
.speakers > div img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.speakers > div a p {
	text-align: center;
	font-size: clamp(10px, 2vw, 12px);
	line-height: 1.4em;
	margin-top: 5px;
}
.speakers > div a p span {
	display: inline-block;
	margin-bottom: 5px;
}

.speaker_modal .modal_content {
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.speaker_modal .modal_content > div {
	width: 49%;
}
.speaker_modal .modal_content h4 {
	font-family: var(--font-c80);
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.speaker_modal img {
    width: 100%;
}

.top_contents_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.top_contents_list .contents_bn {
	width: calc(50% - 5px);
}

.content_modal h3 {
	font-family: var(--font-c80);
	font-size: clamp(20px, 3.5vw, 30px);
	margin-top: 20px;
}
.content_modal p {
	margin-top: 20px;
}
.content_modal p a {
	text-decoration: underline;
}
.content_modal_img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.content_modal_list {
	margin-top: 20px;
}
.content_modal_list h4 {
	font-family: var(--font-c70);
	font-size: clamp(16px, 2.5vw, 20px);
	margin-bottom: 10px;
}
.content_modal_list li {
	display: inline-block;
}
.content_modal_list li:after {
	content: "/";
	display: inline;
	margin: 0 5px;
}
.content_modal_list li:last-child:after {
	display: none;
}

.to_all {
	text-align: center;
}

/* トップページ JUNKANS */

.top_junkans_wrap {
	position: relative;
	margin-top: 100px;
	background: #fff;
}
.top_junkans {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 0;
	z-index: 1;
}
.junkans_logo {
	display: flex;
	flex-direction: column;
	width: calc(35% - 40px);
}
.junkans_logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	background: #00b800;
	border-radius: 20px;
	font-family: var(--font-c70);
	font-size: min(1.5vw,20px);
	color: #fff;
}
.junkans_logo a i {
	font-size: 30px;
}
.junkans_content {
	display: block;
	width: 65%;
}
.junkans_content > p {
	margin-top: 40px;
	margin-bottom: 20px;
}
.junkans_slide .slick-list {
	padding: 0 40% 0 0 !important;
}
.junkans_slide .slick-slide {
	margin-right: 20px;
}
.junkans_slide .slick-list img {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	opacity: .7;
}
.junkans_slide .slick-list .slick-active img {
	opacity: 1;
}

.article_thumb {
	position: relative;
	top: 5px;
	left: 5px;
	padding-bottom: 5px;
}
.article_thumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #000;
}
.slick-active.article_thumb:before {
	display: none;
}
.article_thumb h4 {
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
	color: #999;
}
.slick-active.article_thumb h4 {
	color: #000;
}
.article_thumb p {
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	padding: 5px 20px;
	background: #ccc;
	border: 1px solid #000;
	border-radius: 9999px;
	font-family: var(--font-c70);
	font-size: 12px;
	z-index: 1;
}
.slick-active.article_thumb p {
	background: #fff;
}
.article_thumb:first-child::after {
	content: "NEW";
	position: absolute;
	top: -5px;
	right: -5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #e44d82;
	border-radius: 9999px;
	font-family: var(--font-c60);
	font-size: 20px;
	color: #fff;
}


/* トップページ PARTNERS */

.top_partners {
	position: relative;
	padding-top: 100px;
}

.partner_list {
	width: calc(100% - 80px);
	margin-top: 60px;
	padding: 40px;
	background: #fff;
}
.partner_list > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #000;;
}
.partner_list > div:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: none;
}
.partner_list h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	border-radius: 9999px;
	font-family: var(--font-c70);
	font-size: 24px;
	text-align: center;
	line-height: 1em;
}
.partner_list h4 span {
	transform: scaleX(.75);
}
.partner_list > div > div {
	flex: 1;
	width: 100%;
	margin-left: 40px;
}
.partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.partners img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
.partners_l {
	gap: 40px 20px;
}
.partners_m {
	gap: 30px 20px;
}
.partners_s {
	gap: 20px;
}
.partners_l img {
	max-width: 400px;
	max-height: 80px;
}
.partners_m img {
	max-width: 180px;
	max-height: 80px;
}
.partners_s img {
	max-width: 120px;
	max-height: 60px;
}
.partners p {
	font-family: var(--font-c70);
	font-size: clamp(16px, 3.5vw, 20px);
	letter-spacing: .2em;
}
.partners_s p {
	font-size: clamp(14px, 3vw, 16px);
}

.staff {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px;
}
.staff > div {
	position: relative;
	width: calc((100% - 25px) / 6);
	border-radius: 5px;
	overflow: hidden;
}
.staff > div img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.staff > div p {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.75);
	font-size: min(2vw, 12px);
	color: #fff;
	box-sizing: border-box;
}
.staff > div p span {
	display: inline-block;
	line-height: 1.4em;
	font-size: min(1.5vw, 10px);
}



/*-----------------------------
	Page・Single共通
------------------------------*/

.article_body {
	max-width: var(--max-width02);
	margin-top: 80px;
}
.article_body h2 {
	font-size: clamp(20px, 2.5vw, 28px);
	margin-bottom: 1em;
	padding: 5px 20px 10px 20px;
	border-left: 5px solid #666;
	border-bottom: 5px double #666;
}
.article_body h2:first-letter {
	font-size: 1.4em;
	letter-spacing: .1em;
}
.article_body h3 {
	font-size: clamp(18px, 2vw, 24px);
	margin-bottom: 1em;
	padding: 0px 20px 3px 20px;
	border-left: 5px solid #666;
}
.article_body h4 {
	font-size: clamp(16px, 1.5vw, 20px);
	margin-bottom: 1em;
}
.article_body ul {
	margin-left: 2em;
	margin-bottom: .5em;
}
.article_body li {
	margin-bottom: .5em;
	list-style: circle;
	font-weight: 400;
}
.article_body p {
	line-height: 2em;
	margin-bottom: 1em;
}
.article_body a {
	text-decoration: underline;
}

.article_body a.wp-block-button__link {
	margin-bottom: 2em;
	text-decoration: none;
}

.artcle_button {
	width: 100%;
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px dashed #000;
}
.artcle_button a {
	text-decoration: none;
}

.sponsor-application-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 80px;
	padding-top: 60px;
	border-top: 1px dashed #000;
}
.sponsor-application-links .button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 76px;
	padding: 14px 24px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
	font-size: 20px;
}

/*-----------------------------
	Page
------------------------------*/

.page_head {
	padding: 100px 0;
	background: #fff;
}
.page_head > div {
	max-width: var(--max-width02);
}


/* お問い合わせ・出店フォーム */

.contact .article_body ul {
	width: 100%;
	padding: 40px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 20px;
	margin: 0;
	margin-bottom: 40px;
}
.contact .article_body ul li {
	font-size: 14px;
	font-weight: 400;
	list-style-type: circle;
	margin: 1em 0;
	margin-left: 20px;
}
a.rinji-eigyo {
	display: flex;
	width: 90%;
	max-width: 800px;
	height: 100px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 40px;
	border: 1px solid #03f;
	background: #fff;
	text-decoration: none;
	font-family: var(--font-c80);
	font-size: min(3.5vw,20px);
	color: #03f;
	box-shadow: 5px 5px 0px #03f;
}
a.rinji-eigyo:hover {
	box-shadow: 0px 0px 0px #03f;
}


/* ボランティア募集 */
.volunteer_list {
	margin: 40px 0;
}
.volunteer_content {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.volunteer_content:last-child {
	border-bottom: 1px solid #999;
}
.volunteer_content > div {
	padding: 10px;
}
.volunteer_content > div:first-child {
	width: 80px;
	border-right: 1px solid #999;
}
.volunteer_content > div:last-child {
	flex: 1;
}
.volunteer_content > div p:last-child {
	margin: 0;
}


/* 出展者情報 */

#contents .page_head > div {
	max-width: var(--max-width01);
}

.contents {
	margin-top: 80px;
}

.contents_links img {
	width: 100%;
}
.contents_links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 60px 0;
}
.contents_links ul li {
	font-size: 18px;
}
.contents_links ul li a.button {
	padding: 5px 40px;
	font-family: var(--font-c70);
	font-size: 14px;
}

.contents_head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 100%;
	background: #000;
}
.contents_head img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
}
.contents_head h4 {
	position: relative;
	font-family: var(--font-c60);
	font-size: 40px;
	color: #fff;
}

.contents_list_wrap > p {
	margin: 40px 0;
	font-size: clamp(14px, 2vw, 16px);
}
.contents_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 100px;
}
.contents_list > div {
	width: calc((100% - 60px) / 4);
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 10px;
	overflow: hidden;
}
.contents_list > div a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-bottom: 1px solid #000;
	transition: all .3s;
}
.contents_list > div a:hover img {
	opacity: .5;
	transition: all .3s;
}
.contents_list > div a p {
	line-height: 1.2em;
	margin: 5px 10px;
}
.contents_list > div a p.contents_cap {
	display: inline-block;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 10px;
}

.contents_modal img {
    width: 100%;
}

.modal_slider {
	margin-bottom: 80px;
}
.modal_slider .slick-dots {
	text-align: center;
	bottom: inherit;
	left: 0;
	margin-top: 20px;
}
.modal_slider .slick-dots li {
	width: calc(100% / 6 - 10px);
	margin: 0 5px;
}
.modal_slide {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
}
.modal_slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.contents_modal .modal_content {
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.contents_modal .modal_content > div {
	width: 49%;
}
.contents_modal .modal_content h4 {
	font-family: var(--font-c80);
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.modal_sns {
	display: flex;
	align-items: center;
	gap: 20px;
}
.modal_sns li {
	font-size: 16px;
	margin-top: 20px;
}

p.contents_cap {
	padding: 0 5px;
	background: #efefef;
	font-size: 12px;
	font-weight: 500;
}


/* FAQ */
.faq_list {
	border-bottom: 1px solid var(--bk);
}
.faq_list .accordion {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 20px 0;
	border-top: 1px solid var(--bk);
}
.faq_list .accordion:after {
	content: "+";
	display: inline;
	margin-left: 20px;
	font-size: 24px;
	font-weight: 300;
}
.faq_list .accordion.active:after {
	content: "−";
}
.faq_list h3 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 20px;
}
.faq_list .accordion_wrap {
	margin-bottom: 20px;
	padding: 10px;
}
.faq_list p {
	font-size: clamp(12px, 2vw, 14px);
}


/*-----------------------------
	Single
------------------------------*/

.article_head > div:first-child {
	padding: 100px 0;
	background-color: #fff;
}
.article_head > img {
	margin: 40px 0;
}

.article_title {
	position: relative;
	margin-bottom: 60px;
	padding: 100px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-size: cover;
	background-position: center center;
}
.article_title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.article_title div {
	display: flex;
}
.article_title p {
	font-family: var(--font-c70);
	font-size: 20px;
	margin-right: 40px;
	color: #fff;
}
.article_title h1 {
	flex: 1;
	font-size: clamp(24px, 3vw, 32px);
	color: #fff;
}


/* 循環ズ */

.junkans_head > div:first-child {
	display: flex;
	align-items: center;
}
.junkans_head img {
	width: 20%;
	min-width: 100px;
	margin-right: 40px;
}


/* アーカイブ */

.archive_mov {
	display: flex;
	width: 100%;
}
.archive_mov div {
	width: calc(16 / 25 * 100%);
}
.archive_mov div iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.archive_mov img {
	width: calc(9 / 25 * 100%);
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.archive_gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px 0;
}
.archive_gallery a {
	width: calc((100% - 60px) / 4);
}
.archive_gallery a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


/*-----------------------------
	Archive
------------------------------*/

.archive .page_head > div{
	max-width: var(--max-width01);
}
.archive_list_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.archive_list_wrap a {
	display: block;
	width: calc((100% - 60px) / 3);
	background: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	box-sizing: border-box;
}
.archive_list_wrap h4 {
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
}
.archive_list_wrap a img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-bottom: 1px solid #000;
	border-radius: 10px 10px 0 0;
}



.wp-pagenavi {
	margin-top: 60px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	font-size: 12px;
	font-family: var(--font-c80);
	padding: 0;
	margin: 3px;
	letter-spacing: 0em;
	border-radius: 9999px;
}
.wp-pagenavi span.current {
	background: #000;
	color: #fff;
}


/* 循環ズ */
.junkans_head > p {
	margin-top: 20px;
	font-size: clamp(14px, 2vw, 18px);
}
.junkans_archive .archive_list_wrap {
	position: relative;
	padding: 5px;
}
.junkans_archive .archive_list_wrap p {
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	padding: 5px 20px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 9999px;
	font-family: var(--font-c70);
	font-size: 12px;
	z-index: 1;
}


/*-----------------------------
	タブレット設定
------------------------------*/

@media screen and (max-width: 860px)
{

.pc,
.deco_sp {
	display: none;
}

.sp,
.deco_pc {
	display: block;
}


/*-----------------------------
	共通
------------------------------*/

#footer p {
	font-size: 10px;
}
.foot_logo img {
	max-width: 150px;
}
.foot_sns a {
	font-size: 20px;
}
.foot_link ul li {
	font-size: 14px;
}
.footer_bottom img {
	max-height: 40px;
}


/*-----------------------------
	トップページ
------------------------------*/


.speakers > div {
	display: block;
	width: calc((100% - 60px) / 3);
}
.speakers > div a p span,
.speakers > div a p br {
	display: none;
}

.staff > div {
	width: calc((100% - 15px) / 4);
}
.staff > div p span,
.staff > div p br {
	display: none;
}

/*-----------------------------
	Page・Single共通
------------------------------*/


/*-----------------------------
	Page
------------------------------*/

.contents_head {
	height: 200px;
}
.contents_list > div {
	width: calc((100% - 40px) / 3);
}

/*-----------------------------
	Single
------------------------------*/

.article_title {
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}


/* アーカイブ */

.archive_mov {
	flex-wrap: wrap;
	gap: 20px;
}
.archive_mov div,
.archive_mov img  {
	width: 100%;
}

.archive_gallery a {
	width: calc((100% - 40px) / 3);
}


/*-----------------------------
	Archive
------------------------------*/

.archive_list_wrap a {
	width: calc((100% - 30px) / 2);
}

}


/*-----------------------------
	スマホ設定
------------------------------*/

@media screen and (max-width: 720px)
{

.pc,
.deco_pc {
	display: none;
}

.sp,
.deco_sp {
	display: block;
}

a.button {
	padding: 10px 50px;
	font-size: 12px;
	box-shadow: 3px 3px 0px #03f;
}

.sponsor-application-links {
	grid-template-columns: 1fr;
	gap: 18px;
	margin-top: 60px;
	padding-top: 40px;
}
.sponsor-application-links .button {
	min-height: 64px;
	padding: 12px 4px;
	font-size: 18px;
}

@media screen and (max-width: 360px) {
	.sponsor-application-links .button {
		padding: 12px;
		font-size: 16px;
	}
}

/*-----------------------------
	共通
------------------------------*/

#main_contents {
	padding-bottom: 150px;
}

.to_contact {
	bottom: 30px;
	right: 20px;
	width: 70px;
	height: 70px;
}
.to_contact a {
	font-size: 13px;
	box-shadow: 3px 3px 0px #03f;
}


#footer {
	padding: 80px 0;
}
#footer p {
	font-size: clamp(10px, 3vw, 12px);
	font-weight: 300;
}
.footer_top,
.footer_bottom {
	display: block;
}
.footer_top {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #000;
}
.foot_logo {
	flex-direction: column;
	align-items: flex-start;
}
.foot_logo img {
	max-width: 400px;
	margin: 0;
	margin-bottom: 40px;
}
.foot_sns a {
	margin: 0;
	margin-right: 20px;
	font-size: clamp(18px, 6vw, 24px);
}
.foot_link ul {
	justify-content: flex-start;
	margin: 20px 0;
}
.foot_link ul li {
	font-size: clamp(14px, 4vw, 18px);
}
.foot_link p {
	text-align: left;
}
.footer_bottom img {
	max-height: 60px;
}
.footer_bottom p:first-of-type {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 40px;
}


/*-----------------------------
	トップページ
------------------------------*/


/* トップページ共通 */

.top_content_wrap {
	padding-top: 150px;
}

/* トップページファーストビュー */

.head_wrap {
	display: block;
	aspect-ratio: 9 / 16;
}

.top_logo {
	width: 70%;
	margin: 0 auto;
	padding-top: 25%;
}
.top_logo div {
	width: 100%;
}
.top_date {
	font-size: 16.5vw;
	margin-bottom: -8vw;
}
.top_place {
	font-size: 5vw;
}

.top_video {
	width: 85%;
	margin-top: 10%;
	margin-left: 15%;
	border-radius: 10px 0 0 10px;
}

/* トップページINFORMATION */

.top_info {
	border-radius: 40px;
}
.top_info > div {
	width: calc(100% - 40px);
	padding: 20px;
}
.top_info > div:last-child {
	align-items: flex-start;
}
.top_info h4 {
	width: 60px;
	height: 60px;
	font-size: 18px;
}
.top_info > div > div {
	margin-left: 20px;
}
.fee {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.fee div {
	margin-bottom: 10px;
}


/* トップページCONTENTS */

.contents_bn {
	height: 80px;
}
.contents_bn h4 {
	font-size: max(4vw,24px);
}
.contents_bn:after {
	width: 20px;
}

.stage_list {
	padding: 30px 20px;
}
.stage_list > div > p {
	width: 48px;
	font-size: 12px;
}
.stage_list > div > p:after {
	white-space: pre-wrap;
	content: ' ●';
	display: inline-block;
	font-family: var(--font-jp);
}
.stage_list > div > div:first-of-type {
	width: 15px;
	transform: translateY(10px);
}
.stage_list > div > div:last-of-type {
	padding: 15px;
}
.stage_list > div > div h3 {
	font-size: max(3vw,18px);
}
.stage_list > div > div h3 span {
	font-size: .6.5em;
}

.speakers > div {
	display: block;
	width: calc((100% - 40px) / 2);
}

.speaker_modal .modal_content {
	display: block;
}
.speaker_modal .modal_content > div {
	width: 100%;
}
.speaker_modal img {
	margin-bottom: 40px;
}

.top_contents .to_all {
	margin-top: 40px;
}

/* トップページ JUNKANS */

.top_junkans_wrap {
	margin-top: 75px;
}
.top_junkans {
	flex-direction: column-reverse;
	align-items: flex-start;
	padding: 75px 0;
	z-index: 1;
}
.junkans_logo {
	flex-direction: row;
	align-items: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
.junkans_logo img {
	width: 40%;
	margin-right: 20px;
}
.junkans_logo a {
	font-size: min(3.5vw,20px);
	margin: 0;
}
.junkans_logo a i {
	font-size: min(4vw,30px);
}
.junkans_content {
	display: block;
	width: 100%;
}
.junkans_slide {
	width: calc(100% + 5vw);
}
.junkans_slide .slick-list {
	padding: 0 20% 0 0 !important;
}


/* トップページ PARTNERS */

.top_partners {
	position: relative;
	padding-top: 100px;
}

.partner_list {
	width: calc(100% - 40px);
	padding: 40px 20px;
}
.partner_list h4 {
	width: 50px;
	height: 50px;
	font-size: 16px;
}
.partner_list > div > div {
	margin-left: 10px;
}
.partners_l {
	gap: 30px;
}
.partners_l img {
	max-width: 100%;
	max-height: 80px;
}
.partners_m {
	gap: 20px;
}
.partners_s {
	gap: 15px;
}

.staff > div {
	width: calc((100% - 10px) / 3);
}





/*-----------------------------
	Page・Single共通
------------------------------*/


/*-----------------------------
	Page
------------------------------*/


.contents_list > div {
	width: calc((100% - 20px) / 2);
}
.contents_modal .modal_content {
	display: block;
}
.contents_modal .modal_content > div {
	width: 100%;
}

/*-----------------------------
	Single
------------------------------*/

.article_title div {
	flex-direction: column;
	gap: 20px;
}

/* 循環ズ */

.junkans_head img {
	min-width: 160px;
	margin-right: 20px;
}

/* アーカイブ */

.archive_gallery a {
	width: calc((100% - 20px) / 2);
}

/*-----------------------------
	Archive
------------------------------*/

.archive_list_wrap a {
	width: 100%;
}

}


/* padding */
.p0 {
	padding: 0 !important;
}
.p20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.p80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.p100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.p200 {
	padding-top: 200px !important;
	padding-bottom: 200px !important;
}

.pt0 {
	padding-top: 0 !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pt200 {
	padding-top: 200px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pb200 {
	padding-bottom: 200px !important;
}


/* margin */

.m0 {
	margin: 0 !important;
}
.m20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.m40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.m60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.m80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
.m100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.m200 {
	margin-top: 200px !important;
	margin-bottom: 200px !important;
}

.mt0 {
	margin-top: 0px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt200 {
	margin-top: 200px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb200 {
	margin-bottom: 200px !important;
}
