@charset "utf-8";
/* CSS Document */
html{scroll-behavior: smooth;}
body {
	font-family:"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:15px;
	line-height: 1.5;
	font-weight: 700;
	color: #000000;
	text-align: justify;

}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

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

#wrapper {
	display: flex;
	width: 100%;
	background: #fff no-repeat center top;
	overflow: hidden;
	height: auto;
}

@media screen and (max-width: 1024px) {
	div#wrapper {width: 100%!important; display: block;}
}

/********************************

PCメイン

********************************/

#left{
	height: 100vh;
	max-width: 100%;
	/*width: calc(100vw - 773px);*/
	width: 100vw;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
}

#left>img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: bottom;
}

/*** logo ***/
#left .logo{
	position: absolute;
	top: 4%;
	left: 4.5%;
	width: 44%;
}

#left .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*** pop ***/
#left .pop {
	position: absolute;
	bottom:20px;
	left: 6%;
	width: 40%;
}

#left .pop img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/*#left .pop:hover{opacity: 0.7;}*/

/*** bnr ***/
.bnr {
	position: fixed;
	bottom: 0;
	right: 1.6%;
	width: 12%;
	z-index: 999;
}
.bnr div{
	margin-bottom: 20px;
}
.bnr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 1300px) {
	#left .logo{
		top: 9%;
		left: 3.5%;
		width: 47%;
	}
	#left .pop{
		left: 1.5%;
		width: 50%;
		bottom: 30px;
	}
}

@media screen and (max-width: 1200px) {
	#left .logo {display: none;}
	#left .pop{display: none;}
	.bnr {width: 20%;}
}

@media screen and (max-width: 750px) {
	#left{display: none;}
	#left>img {display: none;}

	.bnr {
		/*width: 120px;
		bottom: 10px;
	  opacity: 0;
	  transform: translateY(30px);
	  transition: opacity 0.6s ease, transform 0.6s ease;*/
		width: 95%;
		bottom: 10px;
		display: flex;
		right: 50%;
		transform: translate(50%,30px);
		gap: 2%;
		opacity: 0;
		transition: .5s ease;
	}

	.bnr.fade_in {
	  opacity: 1;
	  transform: translate(50%,0);
		/*justify-content: center;*/
		justify-content: right;
		align-items: center;
	}
}

@media screen and (max-height: 650px) {
	#left .logo {
		width: 35%;
		left: 10%;
	}

	#left .pop {
		left: 3.5%;
		width: 45%;
		bottom: 30px;
	}
}

/* PCの場合は常に表示 */
@media screen and (min-width: 751px) {
  .bnr {
    opacity: 1 !important;
    transform: none !important;
  }
}


/********************************

中身

********************************/
#center {
	width: 35%;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	left: auto;
	right: 11.5%;
	top: 0;
	background: url(../img/bg.png)top center no-repeat #ffef00;
	background-size: 100%;
	z-index: 998;
	scroll-behavior: smooth;
	/*width: 500px;*/
	/*right: 273px;*/
	/*padding: 90px 20px 60px;*/
}
#center .scroll_box{
	margin: 90px auto 0;
	/*width: 90%;*/
}
#workshop,#sankakigyou,#koryu,#judges,#time,#report,#clf,#gff,.sponsor{
	width: 90%;
}
#center img {width: 100%;}

#center .scroll_box .pc_mv{
	margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
	#mv{
	width: 90%;
	margin: 0 auto;}
}

@media screen and (max-width: 1200px) {
	#center{
		width: 500px;
		/*width: 46%;*/
		left: 50%;
		transform: translateX(-50%);
	}
	.inner_box {
		background: url(../img/bg.png)top center no-repeat;
		background-size: 100%;
		/*padding: 0 5%;*/
	}
	.inner_box div{
		margin: 0 auto;
		/*padding-top: 40px;*/
	}
}

@media screen and (max-width: 750px) {
	#workshop{margin-top: 30px;}
	#center {
		width: 100%;
		height: auto;
		position: static;
		transform: none;
		overflow: hidden;
	}
	#mv{width: 100%;}
}


/********************************

SPメインビジュアル

********************************/

.sp_mv{display: none;}
@media screen and (max-width: 1200px) {
	.sp_mv {
		display: block;
		position: relative;
	}
	.sp_mv a{
		position: absolute;
		width: 86%;
		bottom: 4%;
		display: block;
		height: 36%;
		right: 7%;
		left: 7%;
	}

	#center {background: none #ffef00;}
	#center .scroll_box{
		width: 100%;
		margin: 0 auto;
	}
	#center .scroll_box .pc_mv{display: none;}

}


/********************************

コピー

********************************/
#main_copy p{font-size: 24px; font-weight: bold;width: 90%;margin: 0 auto;}

@media screen and (max-width: 1200px) {
	#main_copy{padding-top: 60px;}
}

@media screen and (max-width: 750px) {
	#main_copy p{font-size: 20px;}
}



/********************************

ワークショップとかの部分

********************************/
.main_box {text-align: center; margin: 60px auto;}
.main_box img{
	max-width: 440px;
	width: 100%;
}

.main_box > div{
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
	background: url("../img/workshop_bg.png") repeat-y;
	background-size: 100%;
	padding: 35px 8% 0 5%;
}

.main_box h2{
	font-size: 34px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 20px;
}

.main_box p{font-size: 20px;}

.main_box h3{
	font-size: 24px;
	text-align: center;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-weight: 900;
	line-height: 1;
	padding: 15px 10px;
	margin-bottom: 20px;
	position: relative;
}

.main_box h4{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
	margin-bottom: 10px;
}
.main_box h4::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #000000;
	vertical-align: middle;
	margin-right: 20px;
}
.main_box h4::after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #000000;
	vertical-align: middle;
	margin-left: 20px;
}

.main_box b{
	display: block;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.status {padding-bottom: 30px;}
.status li{margin-top: 50px;}


@media screen and (max-width: 750px) {
	.main_box h2{font-size: 28px;}
	.main_box p{font-size: 17px;}
	.main_box h3{font-size: 20px;padding:10px;}
	.main_box h4{font-size: 20px;}
	.main_box b{font-size: 24px;}
	.status li{margin-top: 40px;}
}

/********************************

その他のポップアップ部分

********************************/
#pop_btn{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 1;
	/*line-height: 40px;*/
	border-radius: 20px;
	background: #000000;
	color: #FFFFFF;
	top: 7px;
	right: 15px;
	cursor: pointer;
}
#pop_btn img{width: 15px;}

.modal_overlay {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.pop_box {
  background: #fff;
  padding: 3em;
  border-radius: 8px;
  max-width: 1000px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5em;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
	#pop_btn{width: 30px; /*line-height: 30px;*/ height: 30px; top: 5px;}
}



/********************************

エントリーボタン

********************************/
.entry_box{
	max-width: 440px;
	width: 90%;
	margin: 0 auto;
	padding-top: 0!important;
}

/********************************

タイムテーブル

********************************/
#time{
	max-width: 440px;
	margin: 80px auto 0;
	font-size: 22px;
}

#time h2{margin-bottom: 30px;}
#time > img{margin-bottom: 20px;}

@media screen and (max-width: 750px) {
	#time{font-size: 17px;}
}


/********************************

ゲストトークショー

********************************/
#talk{
	width: 100%;
	margin: 80px auto 60px;
	font-size: 22px;
	background: url(../img/bg2_2.jpg);
	padding: 40px 5% 60px;
	background-size: 100%;
}
#talk>div{
	width:  100%;
	max-width:440px;
	margin: 0 auto;
}

#talk .last_p{
	text-align: center;
	margin-bottom: 28px;
}

#talk em{
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 40px;
	display: block;
}
#talk > img{margin-bottom: 20px;}
#talk .talk01{margin-bottom: 25px;}
#talk .talk02{left: 1px;}
#talk .talk01 div{
	padding: 40px 30px 0;
	width: 96%;
	box-sizing: border-box;
	position: relative;
	top: -1px;
	margin: 0;
}
#talk .talk02 div{
	padding: 40px 30px 0;
	width: 96%;
	box-sizing: border-box;
	position: relative;
	top: 0px;
	left: 0;
	margin: 0;
}
#talk .talk01 div{background-image: linear-gradient(130deg, #f0855d 35%, #b783b8 65%);}
#talk .talk02 div{background-image: linear-gradient(-170deg, #aacf44 10%, #60b0e3 73%);}
#talk .talk01 div::after{
	content: "";
	display: inline-block;
	height: 100%;
	width: 4%;
	position: absolute;
	right: -4%;
	top: 0;
}
#talk .talk02 div::after{
	content: "";
	display: inline-block;
	height: 100%;
	width: 4%;
	position: absolute;
	right: -4%;
	top: 0;
}
#talk .talk01 div::after{
	background: url("../img/talk_01_dots.png");background-size: 100%;
}
#talk .talk02 div::after{
	background: url("../img/talk_02_dots.png");background-size: 100%;
}
#talk .talk01>img{
	margin: -5px 0 0;
}
#talk .talk02>img{
	margin: -2px 0 0;
}
@media screen and (min-width: 1300px) {
	#talk .talk01 div{
		padding: 40px 30px 0;
		width: calc(100% - 18px);
		box-sizing: border-box;
		position: relative;
		top: -1px;
		margin: 0;
	}
	#talk .talk02 div{
		padding: 40px 30px 0;
		width: calc(100% - 18px);
		box-sizing: border-box;
		position: relative;
		top: 0px;
		left: 0;
		margin: 0;
	}
	#talk .talk01 div::after{
		content: "";
		display: inline-block;
		height: 100%;
		width: 18px;
		position: absolute;
		right: -18px;
		top: 0;
	}
	#talk .talk02 div::after{
		content: "";
		display: inline-block;
		height: 100%;
		width: 18px;
		position: absolute;
		right: -18px;
		top: 0;
	}
	#talk .talk02 > img {
	    margin: -3px 0 0;
	}
}
@media screen and (max-width: 750px) {
	#talk{
		font-size: 15px;
		margin: 50px auto;
		padding: 0 5% 30px;
	}

	#talk .last_p {font-size: 20px;}

	#talk em{
		font-weight: 600;
		font-size: 15px;
		margin-bottom: 40px;
		display: block;
	}
	#talk > img{margin-bottom: 20px;}
	#talk .talk02{margin: 0 auto;}
	#talk .talk01,#talk .talk02{padding: 0;}
	#talk .talk01 div,
	#talk .talk02 div{
		padding: 20px 6% 0;
		box-sizing: border-box;
		position: relative;
		top: -1px;
		margin: 0;
	}

	#talk .talk01 div::after,
	#talk .talk02 div::after{
		content: "";
		display: inline-block;
		height: 100%;
		top: 0;
	}
	#talk .talk01 div::after{background: url("../img/talk_01_dots.png");background-size: 105%;}
	#talk .talk02 div::after{background: url("../img/talk_02_dots.png");background-size: 100%;}
	#talk .talk01>img{margin: -3px 0 0;}
	#talk .talk02>img{margin: -1px 0 0;}
	#talk .talk01 div{background-image: linear-gradient(150deg, #f0855d 35%, #b783b8 65%);}
	#talk .talk02 div{background-image: linear-gradient(-165deg, #aacf44 10%, #60b0e3 73%); margin-top: 1px;}
}



/********************************

下の白ボックス

********************************/
.btm_box{
	max-width: 440px;
	width: 100%;
	background: #FFFFFF;
	padding: 60px 30px 50px;
	text-align: center;
	font-size: 22px;
	margin: 0 auto 25px;
}

.btm_box p{text-align: justify; margin-top: 30px;}

#clf img{max-width: 216px; width: 90%;}
#gff img{max-width: 310px; width: 90%;}

#gff{margin-bottom: 80px;}

@media screen and (max-width: 750px) {
	.btm_box{font-size: 17px;}
}


/********************************

footer

********************************/

footer{
	background: #FFFFFF;
	text-align: center;
	padding: 25px 0;
	font-size: 13px;
}
footer div{
	max-width: 326px;
	width: 80%;
	display: flex;
	margin: 0 auto 30px;
	justify-content: space-between;
}


@media screen and (max-width: 750px) {
	footer{padding-bottom: 150px;}
}


/*
sponsor
*/
.sponsor{
	margin: 0 auto 60px;max-width: 440px;
}
.sponsor div{
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	font-size: 20px;
	background: #920783;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.sponsor ul{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sponsor li{
	width: calc( 50% - 10px );
}
@media screen and (max-width: 1200px){
	.inner_box .sponsor{
		width: 100%;
		margin-bottom: 60px;
		padding: 0;

	}
	.inner_box .sponsor div{
		color: #fff;
		width: 100%;
		text-align: center;
		padding: 0;
	}
}
@media screen and (max-width: 500px){
	.sponsor_2{width: 90%;}
}
/*
審査員
*/
#judges{
	margin: 0 auto 80px;
	max-width: 440px;
	padding: 0;
}
#judges>div{
	padding: 40px 5% 10px;
	background: #fff;
	border-radius: 0 0 40px 40px;
	width: 100%
}
#judges>div>div{margin-bottom: 50px;padding: 0;}
#judges div img{margin-bottom: 30px;}
#judges em{
	margin-bottom: 30px;
	text-align: center;
	display: block;
}
#judges p{text-align: justify;}
#judges em,.judges p{
	font-weight: 600;
	font-size: 22px;
}

/************** 202510.追記 ********************/

.movie_txt{margin-top: 10px;}

.anchor_btn{
	background: #000000;
	border-radius: 36px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 18px 0 20px;
	margin-top: 20px;
	font-size: 18px;
	position: relative;
}
.anchor_btn:hover{opacity: 0.7;}

.anchor_btn::after{
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	right: 24px;
	top: 27px;
}

#report{
	max-width: 440px;
	margin: 80px auto 0;
	font-size: 22px;
}

#report h2{margin-bottom: 16px;}

#report .subttl {
	background: #2eb6aa;
	text-align: center;
	color: #ffffff;
	padding: 13px 10px;
	font-size: 20px;
	border-radius: 14px;
	margin-bottom: 30px;
}

#report>div{margin-top: 80px;}
#report div div{margin-bottom: 60px;}

#report div h5{
	font-weight: 700;
	margin: 20px 0 14px;
}

#report iframe{border-radius: 20px;}

@media screen and (max-width: 750px) {
	#report div div{
		padding-top: 0px;
		margin-bottom: 50px;
	}
	#report p{font-size: 17px;}
}

/*========= header （ハンバーガーメニュー） ===========*/
header {
	/*width: 100%;*/
	width: 100px;
	position: fixed;
	top: 1.6%;
	right: 1.6%;
	z-index: 1000;
	display: inline-block;
	animation: he_bg 0.5s;
	transition: 0.4s;
	box-sizing: border-box;
}

.hamburger {
	width: 78px;
	height: 78px;
	float: right;
	position: relative;
	background: #920783;
	border-radius: 50%;
}

.hamburger div {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute !important;
	z-index: 10001;
	cursor: pointer;
	top: 33%;
	right: 27%;
}

.hamburger div span:nth-child(1) {
	margin-top: 0px;
}

.hamburger div span:nth-child(2) {
	margin-top: 12px;
	margin-right: 0px;
}

.hamburger div span:nth-child(3) {
	margin-top: 24px;
}

.hamburger div span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff none repeat scroll 0% 0%;
	opacity: 1;
	right: 0px;
	transition: all 0.25s ease-in-out 0s;
	transform: rotate(0deg);
}

.hamburger div span.color {
	background: #ffffff none repeat scroll 0% 0%;
}

.hamburger div.opened span:nth-child(1) {
	transform: rotate(135deg);
	margin-top: 10px;
	background: #920783 !important;
}

.hamburger div.opened span:nth-child(2) {
	opacity: 0;
	right: -75px;
}

.hamburger div.opened span:nth-child(3) {
	transform: rotate(-135deg);
	margin-top: 10px;
	background: #920783 !important;
}

/*------ hamburger menu clickの時の LIST ------*/

div.inner {
	width: 26%;
	/*height: 70%;*/
	/*height: calc(100% - 200px);*/
	height: 100%;
	background-color: #f7f6f2;
	position: fixed;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
	top: 0;
	opacity: 0;
	right: -100%;
	display: block;
	overflow-y: scroll;
	padding: 120px 0;
}

div.inner>div {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

div.inner div ul {
	/*margin-left: auto;*/
	width: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
}

div.inner div ul li {
	width: 100%;
	display: block;
	vertical-align: top;
}

div.inner div ul li a {
	color: #920783;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 40px;
}

.on {
	right: 0 !important;
	display: block;
}

@media screen and (max-width: 1400px) {
	div.inner>div {width: 86%;}
	div.inner>div>span {width: 47%;}
	div.inner>div>span>img {width: 100%;}
}

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

	header {height: 72px;}

	.hamburger {
		width: 74px;
		height: 72px;
		top: 0px;
		right: 0px;
	}

	.hamburger div {
		width: 34px;
		height: 30px;
		right: 28%;
		top: 31%;
	}

	div.inner {
		width: 100%;
		height: 100%;
	}

	.hamburger a:hover {opacity: 1;}

}
/*スライド*/

.swiper{margin-top: 50px;}

.swiper--wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 300px;
}

.swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	/*line-height: 300px;*/
	line-height: 230px;
}

.swiper-slide img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 750px) {
	/*.swiper-slide {line-height: 230px;}*/
	.swiper2 {margin: 40px auto 30px;}
}

@media screen and (max-width: 500px) {
	.swiper-slide{line-height: 180px;}
}

.pagetop{
	width: 60px;
	height: 60px;
	position: relative;
	background: #dd5334;
	border-radius: 50%;
	margin-left: auto;
	display: block;
}

.pagetop::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 12px solid #ffffff;
	border-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
