/*
 ------------------------------

 ◆creation date: 18/6/6

 ----------------------------- */


/*============================

	メインビジュアル

============================*/

.mainvisual {
	position: relative;
	/*margin-top: 122px;*/
	padding-top: 122px;
	z-index: 5;
}

.mainvisual .mv-inner {
}

.mainvisual h1 img {
	width: 100%;
}

.mainvisual .anchor {
	display: none;
}

.mainvisual .bnr {
	position: absolute;
	bottom: 4%;
	/*top: 80%;*/
	right: 70px;
	text-align: right;
	opacity: 0;
}

.twitter-timeline {
	/*height: 340px !important;*/
}

.mainvisual .live {
}

@media (max-width:1200px) {
	.mainvisual .bnr {
		right: auto;
		left: 18.7%;
		text-align: left;
	}
}

@media (max-width:1024px) {
	.mainvisual .bnr img {
		width: 80%;
	}

	.twitter-timeline {
		height: auto;
	}

}

@media (max-width:950px) {
	.mainvisual .mv-inner {
		position: relative;
	}

	.mainvisual .bnr {
		right: 8%;
		left: auto;
		text-align: right;
	}
	
	.mainvisual .tw {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}
}


@media (max-width:768px) {
	.mainvisual {
		padding-top: 56px;
	}
	.mainvisual .bnr {
		bottom: 5%;
		/*top: 80%;*/
		right: 3%;
	}
	.mainvisual .bnr img {
		width: 100%;
	}

	.mainvisual .anchor {
		display: flex;
	}

	.mainvisual .anchor a {
		display: block;
		width: 50%;
		position: relative;
		background-color: #fffc00;
		font-weight: bold;
		color: #063190;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		padding: 15px;
		border-right: 1px solid #0000cc;
		height: 53px;
	}

	.mainvisual .anchor a:last-child {
		border-right: none;
	}

	.mainvisual .anchor a i {
		display:inline-block;
		vertical-align:middle;
		width:7px;
		height:7px;
		border:1px solid #0000cc;
		border-left:none;
		border-bottom:none;
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition:transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
		position: absolute;
		right: 10px;
		top: 45%;
	}

	.mainvisual .tw dl dd iframe {
		width: 740px !important;
	}
}

@media (max-width:640px) {
	.mainvisual .bnr {
		width: 50%;
	}
}

@media screen and (max-width:340px) {
	.mainvisual .anchor a {
			font-size: 14px;
	}
}






/*============================

	共通

============================*/

h2 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 0.9;
}

h2 span.en {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	margin: 10px 0;
}

.blank {
	padding-top: 8px;
	padding-left: 5px;
}

.new {
	padding-top: 3px;
	padding-left: 5px;
}




@media (max-width:768px) {
	h2 {
		font-size: 3rem;
	}

	h2 span {
		font-size: 1.6rem;
	}
}


/*============================

	2カラム

============================*/

.grid {
	border-top: 4px solid #fff;
	overflow: hidden;
}

.grid ul {
	display: flex;
	flex-wrap: wrap;
}

.grid ul li {
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.grid ul li a,
.grid ul li.comingsoon {
	position: relative;
	display: block;
}

.grid ul li h2 {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	text-shadow: #fff 2px 2px 0, #fff -2px -2px 0,#fff -2px 2px 0, #fff 2px -2px 0,#fff 0px 2px 0, #fff 0 -2px 0,#fff -2px 0 0, #fff 2px 0 0;
}


.grid ul li h2 span {
	display: block;
	width: 100%;
}

.grid ul li a::before {
	content: url(/anaopen/image/2021/210721/arrow02_on.png);
	position: absolute;
	bottom: -7px;
	right: -1px;
	z-index: 1;
}

.grid ul li a::after {
	content: url(/anaopen/image/2021/210721/arrow02.png);
	position: absolute;
	bottom: -7px;
	right: -1px;
	z-index: 2;
}

.grid ul li a:hover::after {
	content: none;
}


.grid ul li:nth-child(odd) {
	border-right: 2px solid #fff;
}

.grid ul li:nth-child(even) {
	border-left: 2px solid #fff;
}

.grid ul li:nth-child(1),
.grid ul li:nth-child(2) {
	/*border-bottom: 2px solid #fff;*/
}

.grid ul li:nth-child(3),
.grid ul li:nth-child(4) {
	border-top: 2px solid #fff;
}

.grid ul li a:hover {
	color: #223f9a;
}


.grid ul li img {
	transition-duration: 0.5s;
	width: 100%;
}

.grid ul li a:hover img {
	transform: scale(1.2);
	transition-duration: 0.5s;
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
}

.grid ul li.comingsoon p {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background-color: rgba(6,49,144,0.6);
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
}

.grid ul li.comingsoon img {

}

@media (max-width:768px) {
	.grid ul {
		display: block;
	}

	.grid ul li:nth-child(odd) {
		border-right: none;
	}

	.grid ul li:nth-child(even) {
		border-left: none;
	}

	.grid ul li:nth-child(1),
	.grid ul li:nth-child(2) {
		/*border-bottom: 2px solid #fff;*/
	}

	.grid ul li:nth-child(3),
	.grid ul li:nth-child(4) {
		border-top: none;
	}

	.grid ul li {
		width: 100%;
		border-bottom: 2px solid #fff;
	}
}



/*============================

	新背景・見出し用

============================*/

#contents-inner section:nth-child(even) {
	background-color: #073491;
}

.anaopen-info,
#news,
.col-reservation {
    overflow: hidden;
}


.anaopen-info h2 span.en {
	color: #168ac4;
}

.anaopen-info h2 span.ttl-jp::before {
	position: absolute;
	/*content: url("/anaopen/image/2024/240517/h2_info_bg.png");*/
	top: 38%;
	left: -139px;
    max-width: 119px;
    
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2024/240517/h2_news_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
}

.anaopen-info h2 span.ttl-jp::after {
	position: absolute;
	/*content: url("/anaopen/image/2024/240517/h2_info_bg.png");*/
	top: 38%;
	right: -139px;
	transform: scale(-1, 1);
    max-width: 119px;
    
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2024/240517/h2_news_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
    
}


#news h2 span.en {
	color: #df86ce;
}

#news h2 span.ttl-jp::before {
	position: absolute;
	top: 38%;
	left: -139px;
    max-width: 119px;
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2025/250701/h2_info_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
    
}

#news h2 span.ttl-jp::after {
	position: absolute;
	top: 38%;
	right: -139px;
	transform: scale(-1, 1);
    max-width: 119px;
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2025/250701/h2_info_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
}


.col-tickets h2 span.en {
	/*color: #e94609;*/
    color: #4be0ac;
}

.col-tickets h2  {
	/*background: url("/anaopen/image/2024/240517/h2_tickets_bg.png") no-repeat top left;*/
    background: url("/anaopen/image/2025/250701/h2_volunteer_bg.png") no-repeat top left;
	padding-left: 20px;
	text-align: left;
}


.col-recruitment h2 span.en {
	/*color: #4be0ac;*/
    color: #e94609;
}

.col-recruitment h2  {
	/*background: url("/anaopen/image/2025/250701/h2_volunteer_bg.png") no-repeat top left;*/
    background: url("/anaopen/image/2024/240517/h2_tickets_bg.png") no-repeat top left;
	padding-left: 20px;
	text-align: left;
}


.special-contents h2 span.en {
	/*color: #08318f;*/
    /*color: #fff;*/
    color: #9fd2f7;
}

.special-contents h2 {
	background: url("/anaopen/image/2025/250801/h2_message_bg.png") no-repeat top left;
	padding-left: 20px;
    text-align: left;
}


.col-reservation h2 span.ttl-jp::before {
	position: absolute;
	/*content: url("/anaopen/image/2024/240517/h2_reservation_bg.png");*/
	top: 38%;
	left: -139px;
    max-width: 119px;
    
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2024/240517/h2_reservation_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
}

.col-reservation h2 span.ttl-jp::after {
	position: absolute;
	/*content: url("/anaopen/image/2024/240517/h2_reservation_bg.png");*/
	top: 38%;
	right: -139px;
	transform: scale(-1, 1);
    max-width: 119px;
    
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2024/240517/h2_reservation_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
}


#top-movie h2 span.en {
	color: #0eaa74;
}

#top-movie h2 span.ttl-jp::before {
	position: absolute;
	top: 38%;
	left: -139px;
    max-width: 119px;
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2025/250801/h2_movie_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
    
}

#top-movie h2 span.ttl-jp::after {
	position: absolute;
	top: 38%;
	right: -139px;
	transform: scale(-1, 1);
    max-width: 119px;
    display: inline-block;
    content: "";
    background-image: url("/anaopen/image/2025/250801/h2_movie_bg.png");
    background-size: 100%;
    height: 7px;
    width: 119px;
    vertical-align: middle;
}


@media (max-width: 768px) {

}

@media (max-width: 520px) {
    .anaopen-info h2 span.ttl-jp::before,
    #news h2 span.ttl-jp::before,
    .col-reservation h2 span.ttl-jp::before,
    #top-movie h2 span.ttl-jp::before {
        width: 50px;
        left: -60px;
        max-width: none;
    }

    .anaopen-info h2 span.ttl-jp::after,
    #news h2 span.ttl-jp::after,
    .col-reservation h2 span.ttl-jp::after,
    #top-movie h2 span.ttl-jp::after {
        width: 50px;
        right: -60px;
        max-width: none;
    }
}



/*============================

	インフォメーション

============================*/

.top-infomation {
	/*background: url("/anaopen/image/2023/230703/info_bg.png") no-repeat center bottom #c8ecfb;
	background-size: 100%;*/
	padding: 30px 0 45px 0;
}

.top-infomation .inner {
	position: relative;
	text-align: center;
	z-index: 4;
}

.top-infomation .anaopen-info {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	z-index: 4;
}

.top-infomation .anaopen-info a {
	text-shadow: none;
}

.top-infomation .anaopen-info h2 {
	text-align: center;
	color: #08318f;
	margin-bottom: 30px;
}



/*
.top-infomation .anaopen-info h2::after {
	content: url("/anaopen/image/2023/230703/info_border.png");
	display: block;
}
*/
.top-infomation .anaopen-info .info-inner {
	font-size: 1.6rem;
	color: #08318f;
}
/*
.top-infomation .anaopen-info .info-inner ul {
	margin-bottom: 45px;
}
*/
.top-infomation .anaopen-info .info-inner li span.date {
	display: inline-block;
	font-weight: bold;
	margin-right: 30px;
}

.top-infomation .anaopen-info .info-inner li span.txt {
	/*font-weight: bold;*/
}

.top-infomation .anaopen-info .info-inner a {
	position: relative;
	font-weight: bold;
	/*text-decoration: none;*/
}

.top-infomation .anaopen-info .info-inner a:hover {
	text-decoration: underline;
}

.top-infomation .anaopen-info .info-inner a i {
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	border:1px solid #fefc00;
	border-left:none;
	border-bottom:none;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	margin-top:-2px;
	margin-left: 10px;
}

.top-infomation .anaopen-info .info-inner li {
	background: url("/anaopen/image/2023/230703/icon_info.png") bottom right no-repeat;
	background-size: 100%;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

/*
.top-infomation .covid dt a::before {
	content: url("/anaopen/image/2022/220707/icon_notice.png");
}
*/

/*-- 当日用 -- */

#news {
	padding-top: 30px;
	border-top: 4px solid #fff;
	/*background: url("/anaopen/image/2023/230901/info_bg2.png") no-repeat center bottom #c8ecfb;
	background-size: 100%;*/
	padding-bottom: 45px;
}

#news h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
/*
#news h2::after {
	content: url("/anaopen/image/2023/230703/info_border.png");
	display: block;
}
*/

.link-box {
	position: relative;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	max-width: 800px;
	margin: 0 auto;
	z-index: 10;
}

.link-box .text {
	font-size: 1.6rem;
	/*color: #08318f;*/
    color: #fff;
	text-align: center;
}


.link-box a {
	display: block;
}

#live {
	padding-top: 60px;
}

.link-box .live {
	/*background-color: #fffc00;*/
	padding: 5px 5px 0 5px;
	float: left;
}

.link-box .link {
	float: right;
	width: 60%;
}

.link-box .live a {
	background-color: #fffc00;
	color: #063190;
	text-align: center;
	text-decoration: none;
}

.link-box .live a img {
	display: block;
}

.link-box .live a span {
	position: relative;
	display: inline-block;
	padding: 11px 30px;
	font-size: 16px;
	font-weight: bold;
}

.link-box .live a:hover span > i {
	-webkit-transform:translateX(5px) rotate(45deg);
	transform:translateX(5px) rotate(45deg);
}

.link-box ul.click {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin-left: 30px;	*/
}

.link-box ul.click li {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 15px;
	width: 45%;
}

.link-box ul.click li a {
	padding: 14px 25px 14px 10px;
}

.link-box ul.click li a span {
	font-size: 80%;
	display: block;
}

.link-box ul.click li:last-child {
	margin-bottom: 0;
}

.live-info {
	text-align: center;
	padding: 0 3%;
}



.kokuchi {
	text-align: center;
	margin: 0 auto;
	z-index: 5;
}

.kokuchi .inner {
	display: inline-block;
	padding: 30px 40px;
	background: #fff;
	max-width: 950px;
	margin-bottom: 30px;
	text-align: left;
	text-align: center;
	color: #063190;
	box-shadow: 0 0 0 15px #fff inset,0 0 0 16px #00a7ea inset;
	box-sizing: border-box;
}

.kokuchi .inner div {
}

.kokuchi .inner p {
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;

}



@media (max-width:950px) {
	.kokuchi {
		padding: 0 2%;
	}

	.kokuchi .inner {
		padding: 25px;
		box-shadow: 0 0 0 10px #fff inset,0 0 0 11px #00a7ea inset;
	}

	.kokuchi .inner dl dt {
		padding: 0;
	}
}


@media (max-width:768px) {

	#live {
		padding-top: 0;
	}

	.link-box {
		display: block;
		padding: 2%;
	}
	.link-box .live {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.link-box .live img {
		width: 100%;
	}

	.link-box .link {
		float: none;
		width: 100%;
	}

	.link-box ul.click {
		display: block;
		margin-left: 0;	
	}

	.link-box ul.click li {
		width: 100%;
	}
}


@media (max-width:1200px) {
	.top-infomation {
		background-size: auto;
		background-position: bottom center;
	}
}


@media screen and (min-width: 769px) and (max-width: 1100px) {
	.top-infomation .covid dl {
		max-width: 650px;
	}
}

@media (max-width:900px) {
	.top-infomation .covid {
		padding: 0 2%;
	}
}

@media (max-width:768px) {
	.top-infomation {
		background-size: auto;
		padding: 30px 0;
		/*margin-top: -53px;
		padding-top: 53px;*/
	}

	.top-infomation .inner {
	}

	.top-infomation .inner ul {
		/*margin-top: 10px;*/
		padding: 0 2%;
	}

.top-infomation .anaopen-info .info-inner li {
	background: url("/anaopen/image/2023/230703/icon_info_sp.png") bottom right no-repeat;
}

	.top-infomation .top-infomation-bnr {
		padding-bottom: 30px;
	}

	.top-infomation .top-infomation-bnr img {
		width: 80%;
	}


	.top-infomation .anaopen-info {
		padding: 0 4%;
	}

	.top-infomation .anaopen-info .info-inner li span {
		display: block;
		margin-right: 0;
		/*font-weight: bold;*/
		text-shadow: none;
	}
	
	.top-infomation .anaopen-info .info-inner li a {
		display: block;
	}

	.top-infomation .anaopen-info .info-inner li span.date::before {
		content: "●";
		padding-right: 5px;
	}
}



/*============================

	ダイジェスト動画

============================*/

.top-movie {
	position: relative;
	display: table;
	border-top: 4px solid #fff;
	/*background: url("/anaopen/image/2023/230703/movie_bg.png") no-repeat center top #f2faff;*/
	padding: 30px 0 45px 0;
	width: 100%;
}

.top-movie h2 {
	text-align: center;
	color: #08318f;
	margin-bottom: 30px;
}

.top-movie .movie-link {
	text-align: center;
	background: url("/anaopen/image/2023/230703/movie_bg2.png") no-repeat center center;
}

.top-movie .movie-link a,
.top-movie .movie-link a:hover {
	text-decoration: none;
	color: #08318f;
}

.top-movie .movie-link a:hover {
	opacity: 0.8;
}

.top-movie .movie-link a p {
	margin-top: 15px;
}

@media (min-width: 1400px) {
	.top-movie {
		background-size: 100%;
	}
}

@media (max-width:768px) {
	.top-movie {
		padding: 30px 4% 45px 4%;
	}
	
	.top-movie .movie-link {
		text-align: left;
	}
	
	.movie-link p {
		padding-left: 1em;
		text-indent: -1em;
	}
}


/*============================

	ダウンロード

============================*/

.top-dl {
	position: relative;
	display: table;
	border-top: 4px solid #fff;
	background: url("/anaopen/image/2023/230703/application_bg.png") no-repeat center top;
	background-size: 100%;
	padding: 30px 0 45px 0;
	width: 100%;
}

.top-dl h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.top-dl h2::after {
	content: url("/anaopen/image/2023/230703/reservation_border.png");
	display: block;
}

.top-dl .dl-box {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.top-dl .dl-box figure {
	width: 35%;
}

.top-dl .dl-box .rakuraku,
.top-dl .dl-box .pamphlet {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 48%;
	padding-left: 2%;
}

.top-dl .dl-box .rakuraku {
	border-right: 1px solid #fff;
}

.top-dl .dl-box dl {
	padding: 0 3%;
	width: 60%;
}

.top-dl .dl-box dl dt {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.top-dl .dl-box .rakuraku dl dt::before {
	content: url("/anaopen/image/2023/230801/icon_rakuraku.png");
	padding-right: 10px;
}

.top-dl .dl-box .pamphlet dl dt::before {
	content: url("/anaopen/image/2023/230801/icon_pamphlet.png");
	padding-right: 10px;
}

.top-dl .dl-box dl dd.details {
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.top-dl .dl-box dl dd .btn01 {
	display: block;
}

.top-dl .dl-box dl dd.comingsoon {
	border: 1px solid #fff;
	padding: 10px 30px;
	font-size: 1.6rem;
	text-align: center;
}


@media (max-width:768px) {
	.top-dl .dl-box {
		display: block;
		padding: 3%;
	}

	.top-dl .dl-box .rakuraku,
	.top-dl .dl-box .pamphlet {
		width: 100%;
		padding-left: 0;
	}

	.top-dl .dl-box .rakuraku {
		flex-direction: row-reverse;
		border-right: none;
		border-bottom: 1px solid #fff;
		padding-bottom: 30px;
		padding-right: 2%;
		margin-bottom: 10%;
	}

	.top-dl .dl-box dl dd.details {
		margin-bottom: 15px;
	}
}



/*============================

	チケット

============================*/

#tickets {
    background-color: #fff;
}

.col-tickets {
	position: relative;
	display: table;
	border-top: 4px solid #fff;
	/*background: url("/anaopen/image/2023/230703/info_bg.png") no-repeat center bottom #c8ecfb;*/
	/*margin-top: 30px;*/
	width: 100%;
	z-index: 0;
}

.col-tickets h2 {
	/*border-left: 10px solid #04a6ea;
	padding-left: 10px;*/
	text-align: left;
}

.col-tickets figure,
.col-tickets .details {
	display: table-cell;
	vertical-align: top;
}

.col-tickets figure {
	width: 40%;
	line-height: 0 !important;
}

.col-tickets figure img {
	width: 100%;
}

.col-tickets .details {
	/*background-color: #00a7ea;*/
	/*color: #08318f;*/
    color: #fff;
}

.col-tickets .details .inner {
    position: relative;
	padding: 30px 85px 30px 85px;
}

.col-tickets .details .inner .text {
	font-size: 1.6rem;
    /*text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
    z-index: 2;
}

.col-tickets .details .inner .box {
	border: 2px solid #08318f;
	padding: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #fff;
	color: #08318f;
}

.col-tickets .details .inner .box span {
	font-weight: bold;
}

.col-tickets .details .inner .kounyu {
	/*text-align: center;*/
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.col-tickets .details .inner .box2 {
	border: 1px solid #fff;
	padding: 15px;
	margin-bottom: 40px;
	text-align: left;
	font-size: 1.6rem;
}

.col-tickets figure {
	background: url("/anaopen/image/2021/210715/bg_ticket.jpg") no-repeat bottom center;
}


.col-tickets ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
}

.col-tickets ul.text li::before {
	background: url(/anaopen/image/2023/230703/message_bg.png) no-repeat top center;
	padding-right: 5px;
}

.ticket-info {
	margin: 15px 0 0 0;
    /*text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
}

.ticket-info a {
	font-weight: bold;
}

@media (min-width:1400px) {
	.col-tickets figure {
		background-size: 100%;
	}
}


@media screen and (min-width: 769px) and (max-width: 1250px) {
	.col-tickets .details .inner {
		padding: 30px 6%;
		
	}
}


@media (max-width:768px) {

	.col-tickets {
		display: block;
		padding-bottom: 30px;
	}

	.col-tickets h2 {
		margin-top: 7%;
	}
	
	.col-tickets figure {
		display: none;
	}

	.col-tickets .details {
		display: block;
		vertical-align: top;
		width: 100%;
	}

	.col-tickets .details .inner {
		padding: 2% 4%;
	}

	.col-tickets .details .inner h2 {
	}

	.col-tickets .details .inner .box {
		margin-bottom: 5%;
	}

	.col-tickets .details .inner .kounyu {
		padding-bottom: 5%;
		display: block;
	}

	.col-tickets .details .inner .kounyu a.btn01 {
		display: block;
	}

	.ticket-info {
		margin: 15px 0 0 0;
	}
}





/*============================

	ボランティア募集

============================*/

section #volunteer {
	padding-top: 100px;
	margin-top: -100px;
    background-color: none;
}

.col-recruitment {
	/*display: table;*/
	display: flex;
	border-top: 4px solid #fff;
    /*text-shadow: #e2f2fd 1px 1px 0, #e2f2fd -1px -1px 0,#e2f2fd -1px 1px 0, #e2f2fd 1px -1px 0,#e2f2fd 0px 1px 0, #e2f2fd 0 -1px 0,#e2f2fd -1px 0 0, #e2f2fd 1px 0 0;*/
}

.col-recruitment a {
    text-shadow: none;
}

.col-recruitment figure,
.col-recruitment .details {
	/*display: table-cell;
	vertical-align: top;*/
	overflow: hidden;
}

.col-recruitment .indent {
	text-indent: -1em;
	padding-left: 1em;
}

.col-recruitment .details {
	width: 60%;
	/*min-width: 592px;*/
}

.col-recruitment figure {
	/*background: url("/anaopen/image/2022/220707/bg_recruitment.jpg") no-repeat center center;*/
	background: url("/anaopen/image/2025/250701/bg_recruitment.jpg") no-repeat center center;
	width: 40%;
    background-size: cover;
}

.col-recruitment .details {
	/*background: url("/anaopen/image/2023/230703/application_bg.png") no-repeat left top #35ade6;
	background-size: 100%;*/
	/*color: #fff;*/
    color: #08318f;
}

.col-recruitment .details .inner {
	margin: 30px 85px 30px 85px;
}

.col-recruitment .details .inner dl {
	margin-bottom: 30px;
}

.col-recruitment .details .inner dl dt {
	font-size: 1.8rem;
	font-weight: bold;
}

.col-recruitment .details .inner dl dt::before {
	content: "●";
	padding-right: 5px;
}

.col-recruitment .details .inner dl dd {
	font-size: 1.6rem;
}

.col-recruitment .details .inner .web {
	display: flex;
	justify-content: space-between;
}

.col-recruitment .details .inner .web .btn {
	width: 75%;
}

.col-recruitment .details .inner .web .btn p,
.col-recruitment .details .inner .fax p {
	text-indent: -1em;
	padding-left: 1em;
}

.col-recruitment .details .inner .web .qr {
	width: 20%;
	margin-left: 5%;
	text-align: right;
}

.col-recruitment .details .inner .web .qr img {
	width: 70%
}

.col-recruitment .close {
	background-color: #fff;
	padding: 15px 22px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}

.col-recruitment .details .inner .btn01 {
	display: block;
}

.reader {
	/*border: 1px solid #fff;*/
    border: 1px solid #08318f;
	padding: 10px;
	margin-top: 30px;
}

.reader a {
	display: flex;
	align-items: center;
	/*color: #fff;*/
    color: #08318f;
	text-decoration: none;
}

.reader a img {
	padding-right: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
	.col-recruitment .details .inner {
		margin: 2% 6%;
	}
}

@media (max-width:768px) {
    section #volunteer {
        padding-top: 50px;
        margin-top: -50px;
    }
	.col-recruitment {
		display: block;
		width: 100%;
		/*padding-top: 50px;
		margin-top: -50px;*/
	}

	.col-recruitment h2 {
		margin-top: 7%;
	}

	.col-recruitment figure {
		display: none;
	}

	.col-recruitment .details {
		/*display: block;*/
		/*width: 100%;*/
		min-width: inherit;
		padding-bottom: 30px;
		background-size: auto;
		width: 100%;
	}

	.col-recruitment .details .inner {
		margin: 2% 4%;
	}

	.col-recruitment .details .inner address {
		margin-bottom: 5%;
	}

	.col-recruitment .details .inner .kounyu {
		padding-bottom: 5%;
	}

	.col-recruitment .details .inner .web .btn {
		width: 100%;
	}

	.col-recruitment .details .inner .web .qr {
	display: none;
	}

	.reader a {
		display: block;
	}

	.reader a img.reader-icon {
		display: block;
		margin-bottom: 10px;
	}
}






/*============================

	予約系

============================*/

.col-reservation {
	background: url(/anaopen/image/2021/210715/bg_reservation.jpg) no-repeat top center;
	border-top: 4px solid #fff;
	text-align: center;
	padding:20px 30px 30px 30px;
}

.col-reservation h2 {
	color: #fff;
	margin-bottom: 30px;
	/*text-shadow:
		0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e,0 0 3px #0b308e;*/
	/*text-shadow:
		0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e,0 0 2px #0b308e;*/
	text-shadow: 0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498,0 0 2px #003498;
}
/*
.col-reservation h2::after {
	content: url("/anaopen/image/2023/230703/reservation_border.png");
	display: block;
}
*/
.col-reservation .btn02:nth-child(even) {
	margin: 0 15px;
}

a.btn02 {
	min-width: 230px;
}

.reservation-info {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	margin-top: -10px;
	/*text-shadow:
		0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666,0 0 3px #666;*/
}

.reservation-info p,
.reservation-info a {
	display: inline-block;
	/*background-color: rgba(255,255,255,0.8);*/
	padding: 1%;
	color: #0b308e;
	font-weight: bold;
	opacity: 1 !important;
	text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

@media (min-width:1261px) {
	.col-reservation {
		background-size: 100%;
	}
}

@media screen and (min-width: 870px) and (max-width: 1060px) {
	a.btn02 {
		min-width: inherit;
		width: 21%;
		font-size: 98%;
	}
}

@media screen and (min-width: 729px) and (max-width: 869px) {
	a.btn02 {
		min-width: inherit;
		width: 45%;
		font-size: 100%;
		margin-bottom: 15px;
	}
}



@media (max-width:728px) {
	.col-reservation h2 {
		color: #fff;
		margin-bottom: 10px;
	}
	.col-reservation .btn02:nth-child(even) {
		margin: 3% 0;
	}

	a.btn02 {
		min-width: inherit;
		width: 100%;
	}

}




/*============================

	メッセージ・動画

============================*/

.special-contents {
	position: relative;
	/*margin: 30px auto 0 auto;*/
	margin: 0 auto;
    margin-top: 4px;
	/*border-top: 4px solid #fff;*/
	/*background: url(/anaopen/image/2023/230703/message_bg.png) no-repeat top center;*/
	padding: 0 2%;
	z-index: 0;
}

.special-contents h2 {
	display: block;
	/*border-left: 10px solid #00a0e9;
	padding-left: 10px;*/
	color: #003498;
	margin-bottom: 30px;
	/*text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
}

.special-contents-inner {
	display: flex;
	/*width: 100%;*/
	max-width: 1250px;
	margin: 0 auto;
}


/*-- メッセージ -------------------*/

.message {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*margin-left: 85px;
	margin-right: 85px;*/
}

.message h2,
.special-movie h2 {
	margin-top: 30px;
    color: #fff;
}

.message p {
	position: relative;
	display: block;
	max-width: 1200px;
	font-size: 1.6rem;
	/*color: #003498;*/
    color: #fff;
	font-weight: bold;
	letter-spacing: 0.3px;
	/*text-shadow: #fff 1px 1px 0, #fff -1px -1px 0,#fff -1px 1px 0, #fff 1px -1px 0,#fff 0px 1px 0, #fff 0 -1px 0,#fff -1px 0 0, #fff 1px 0 0;*/
	/*text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
    text-shadow:
		0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498,0 0 3px #003498;
	z-index: 4;
}

.message p span {
	font-size: 2rem;
	font-weight: bold;
	/*color: #003498;*/
	color: #fff;
	/*text-shadow: #fff 2px 2px 0, #fff -2px -2px 0,#fff -2px 2px 0, #fff 2px -2px 0,#fff 0px 2px 0, #fff  0 -2px 0,#fff -2px 0 0, #fff 2px 0 0;*/
	text-shadow:
		0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	margin-right: 3px;
	/*padding: 0 3px 0 3px;*/
	/*background: linear-gradient(transparent 0%, #0b308e 0%);*/
	/*background: linear-gradient(transparent 0%, #fff 0%);*/
	/*border-bottom: 2px solid #fff;*/
	/*line-height: 1.8;*/
}

.message p:first-child,
.special-movie p {
	margin: 30px 0 0 0
}


@media (min-width: 1400px) {
	.special-contents {
		background-size: 100%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
	.special-contents {
		/*background: url(/anaopen/image/2021/210715/bg_sp_contents.png) no-repeat center top #00a7ea;
		background-size: 100%;*/
		padding: 30px 4% 0 4%;
	}
}
/*
@media screen and (min-width: 769px) and (max-width: 950px) {
}
*/

@media screen and (min-width: 769px) and (max-width: 900px) {
	.info-inner {
		/*background: url(/anaopen/image/2021/210715/bg_sp_contents.png) no-repeat center top #00a7ea;
		background-size: 100%;*/
		padding: 0 2%;
	}
}

@media (max-width:768px) {
	.top-infomation {
		/*background: url(/anaopen/image/2021/210715/bg_info_sp.png) no-repeat center top #00a7ea;
		background-size: 100%;*/
		padding: 30px 0;
	}

	.special-contents {
		/*background: url(/anaopen/image/2021/210715/bg_sp_contents.png) no-repeat center top #00a7ea;
		background-size: 100%;*/
		padding: 30px 4% 0 4%;
	}

	.special-contents-inner {
		display: block;
	}

	.message {
		width: 100%;
		margin-bottom: 0;
	}

	.message {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}

	.message h2 {
		margin-top: 0;
	}

	.message p,
	.message p span {
		/*・text-shadow: #fff 1px 1px 0, #fff -1px -1px 0,#fff -1px 1px 0, #fff 1px -1px 0,#fff 0px 1px 0, #fff 0 -1px 0,#fff -1px 0 0, #fff 1px 0 0;*/
	}
}





/*============================

	アニメーション用

============================*/
/*
#contents {
	position: relative;
}
*/
@media (min-width: 769px) {
	#contents-inner .float01 {
		position: absolute;
		top: 668px;
		right: 8%;
		z-index: 0;
	}
	
	#contents-inner .float02 {
		position: absolute;
		/*top: 1225px;*/
        top: 950px;
		left: 5%;
		z-index: 0;
	}
	
	#contents-inner .float03 {
		position: absolute;
		/*top: 1823px;*/
        top: 1800px;
		right: 1.7%;
		z-index: 0;
	}
	
	#contents-inner .float04 {
		position: absolute;
		top: 2534px;
		left: 4%;
		z-index: 0;
	}
	
	#contents-inner .float05 {
		position: absolute;
		top: 3112px;
		right: 3.7%;
		z-index: 0;
	}
}

@media (max-width: 768px) {
	#contents-inner .float01,
	#contents-inner .float02,
	#contents-inner .float03,	
	#contents-inner .float04,	
	#contents-inner .float05 {
        display: none;
	}
}




#top-infomation {
	position: relative;
}

#top-infomation .cloud-top {
	position: absolute;
	top: -8%;
	left: 5%;
}

#top-infomation .cloud-left {
	position: absolute;
	top: 72%;
	left: 0;
	width: 160px;
	z-index: 3;
}

.cloud-right {
	position: absolute;
	/*top: 20%;*/
	bottom: -30px;
	right: 0;
	/*transform: scaleY(0.3);*/
	z-index: 0;
}

img.cloud-right {
	width: 159px;
}

#top-infomation .cloud-right2 {
	position: absolute;
	top: 20%;
	right: 0;
}

.cloud-airplane {
	position: absolute;
	top: 50px;
	/*left: 20px;*/
	right: 0;
	width: 604px;
	height: 132px;
	overflow: hidden;
    z-index: 3;
}

.cloud-airplane img {
	position: absolute;
	/*bottom: -50px;*/
	top: 0;
	right: -600px;
}


@media screen and (min-width: 769px) and (max-width: 1250px) {
	#top-infomation .cloud-left {
		width: 120px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1170px) {
	.cloud-right {
		position: absolute;
		/*top: 20%;*/
		bottom: 0;
		right: 0;
		width: 220px;
	}

	.cloud-airplane {
		width: 470px;
		/*bottom: 120px;*/
	}
}

@media screen and (min-width: 900px) and (max-width: 951px) {
	.cloud-airplane {
		width: 440px;
		/*bottom: 120px;*/
	}
}

@media (max-width:899px) {
	.cloud-airplane {
		display: none;
	}
}


@media (max-width:768px) {
	#top-infomation .info-anime {
		display: none;
	}

	#top-infomation .info-anime p img {
		width: 30%;
	}

	#top-infomation .cloud-top {
		/*position: absolute;
		top: 5%;*/
		display: none;
	}

	#top-infomation .cloud-left {
		position: absolute;
		top: 39%;
		bottom: auto;
		left: 0;
	}

	.cloud-right {
		position: absolute;
		bottom: 0;
		/*right: -20px;*/
		right: 0;
	}

	#top-infomation .cloud-right2 {
		position: absolute;
		bottom: auto;
		top: 80%;
		right: 0;
	}

	img.cloud-airplane {
		width: 100%;
	}
}




.col-recruitment {
	overflow: hidden;
}

.col-recruitment .details,
.col-recruitment figure {
	position: relative;
}

.col-recruitment figure,
.col-recruitment .details,
.col-recruitment h2{
	/*opacity: 0;*/
}

.col-recruitment figure {
	/*min-height: 520px;*/
}

.col-recruitment figure {
	/*left: -100%;*/
}

.col-recruitment .details {
	/*bottom: -100%;*/
}

.col-recruitment h2 {
	/*display: block;
	right: -100%;*/
}


