@charset "utf-8";
*{
	user-select: none;
}

@keyframes intro-img{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(40px);
	}
}

@keyframes intro-img-2{
	0%, 100%{
		transform: translateY(40px);
	}
	50%{
		transform: translateY(0);
	}
}

.event-admin {
	display: none !important;
}

#container{
	position: relative;
	min-width: 1280px;
	background: #2a0706;
	overflow: hidden;
}

.tabcontent{display: none;}
.tabcontent.current{display: block;}

/*intro*/
#intro{
	position: relative;
	height: 1063px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_bg.webp') center 0 no-repeat;
}
#intro div.top{
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 999;
	min-width: 1280px;
	max-width: 100%;
	width: 100%;
	height: 90px;
	background: rgba(18, 0, 0, 0.88);
}
#intro div.top div.top_in{
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
#intro div.top div.top_in a.pt_logo{
	position: absolute;
	top: 15px;
	display: block;
	width: 182px;
	height: 58px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/pt_logo.png') no-repeat;
}
#intro div.top div.top_in a.btn_home{
	position: absolute; 
	top: 15px;
	right: 160px;
	display: block;
	width: 61px;
	height: 61px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/btn_home.png') no-repeat;
}
#intro div.top div.top_in a.btn_home:hover{
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/btn_home_on.png') no-repeat;
}
#intro div.top div.top_in a.btn_close{
	position: absolute; 
	top: 15px;
	right: 0;
	display: block;
	width: 171px;
	height: 61px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/btn_close.png') no-repeat;
}
#intro div.top div.top_in a.btn_close:hover{
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/btn_close_on.png') no-repeat;
}
#intro div.top ul#tabs{
	text-align: center;
}
#intro div.top ul#tabs li{
	display: inline-block;
	width: 230px;
	height: 90px;
	cursor: pointer;
	margin: 0 40px;
}
#intro div.top ul#tabs li:first-child{
	position: relative;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/tab01.png') center no-repeat;
}
#intro div.top ul#tabs li:first-child:after{
	display: block;
	content: '';
	clear: both;
	width: 1px;
	height: 20px;
	background: #674f40;
	position: absolute; 
	right: -40px; 
	top: 36px;
}
#intro div.top ul#tabs li:first-child.current,
#intro div.top ul#tabs li:first-child:hover{
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/tab01_on.png') center no-repeat;
}
#intro div.top ul#tabs li:last-child{
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/tab02.png') center no-repeat;
}
#intro div.top ul#tabs li:last-child.current,
#intro div.top ul#tabs li:last-child:hover{
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/tab02_on.png') center no-repeat;
}

#intro p.intro_img01{
	position: absolute;
	top: 215px;
	left: 50%;
	margin-left: -760px;
	width: 236px;
	height: 502px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_img01.png') no-repeat;
	animation: intro-img 3s infinite;
}
#intro p.intro_img02{
	position: absolute;
	top: 634px;
	left: 0;
	width: 152px;
	height: 476px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_img03.png') no-repeat;
	animation: intro-img 3s infinite;
}
#intro p.intro_img03{
	position: absolute;
	top: 570px;
	left: 50%;
	margin-left: -750px;
	width: 208px;
	height: 442px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_img02.png') no-repeat;
	transform: translateY(40px);
	animation: intro-img-2 3s infinite;
}
#intro p.intro_img04{
	position: absolute;
	top: 372px;
	left: 50%;
	margin-left: 470px;
	z-index: 2;
	width: 237px;
	height: 503px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_img04.png') no-repeat;
	transform: translateY(40px);
	animation: intro-img-2 3s infinite;
}
#intro p.intro_img05{
	position: absolute;
	top: 218px;
	left: 50%; 
	margin-left: 600px;
	width: 234px;
	height: 477px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_img05.png') no-repeat;
	animation: intro-img 3s infinite;
}

#intro p.intro_back{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 1579px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/intro_back.png') center 0 no-repeat;
}

/*event01*/
#event01{
	height: auto;
}
#event01 div.cont01{
	height: 3067px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/event01_01.webp') center 0 no-repeat;
}
#event01 div.cont02{
	height: 3104px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/event01_02.webp') center 0 no-repeat;
}
#event01 div.cont03{
	height: 2259px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/event01_03.webp') center 0 no-repeat;
}

#event02{
	height: 3601px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/event02_01.webp') center 0 no-repeat;
}

p.btn_top{
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 102px;
	height: 98px;
	background: url('https://web-files-tokyo-cdn.masangsoft.com/public/PT/event/2025/23rdEvent/btn_top.png') no-repeat;
	cursor: pointer;
}