@charset "utf-8";


/*--body{
	font-family: 'Hannari', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #333;
	background: #000;
	}--*/


#fireworks .pagetop {
	color: #fff;
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 8rem;
	line-height: 3rem;
	line-height: 3rem;
	border-radius: 3.3rem;
	text-align: center;
    vertical-align: top;
	cursor: pointer;
}

#fireworks .pagetop:hover {
	color: #fff !important;
	opacity: 0.5;
	text-decoration: none;
}

.site-header{
	z-index: 1;
    position: fixed;
}

#fireworks{
	background: #000;
}

#fireworks .copyright {
    text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 50px 0;
	margin: 0;
}

#fireworks .copyright p {
    margin: 0;
	color: #fff;
}


footer#colophon {
    display: none !important;
}
#fireworks a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
text-decoration: none;
	color: #fff;
}

#fireworks a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
	-webkit-text-decoration: underline 1px;
}

#fireworks img {
    display: block;
    max-width: 100%;
	height: auto;
}

#fireworks .border{
    border-top: 1px dotted #3a3939;   
}

#fireworks .pc_none{
	display: none;
}

#fireworks .cp_btn {
	position: relative;
	display: block;
	width: 100px;
	padding: 0.8em;
	text-align: center;
	border: 2px solid #fff;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-weight: bold
}

#fireworks .cp_btn::before,
#fireworks .cp_btn::after {
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	z-index: 2;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
}

#fireworks .cp_btn::before {
	border-top: 3px solid #d21582;
	border-bottom: 3px solid #d21582;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

#fireworks .cp_btn::after {
	border-right: 3px solid #d28415;
	border-left: 3px solid #d28415;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

#fireworks .cp_btn:hover {
	color: #d3478b;
}

#fireworks .cp_btn:hover::after,
#fireworks .cp_btn:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*--------------------tab-------------------*/

@-webkit-keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}

@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}

input[type="radio"]{display:none;}
#fireworks .tab_area{
    font-size:0;
    width: 320px;
    margin: 0 auto;
    padding-top: 60px;
}

#fireworks .tab_area label{
    width: 130px;
    display:inline-block;
    text-align:center;
    cursor:pointer;
    -webkit-transition:ease 0.2s opacity;
    transition:ease 0.2s opacity;
    font-size: 16px;
    margin: 0 15px;
	color: #fff;
}

/*.tab_area label:hover{
    opacity:0.5;
}*/

#fireworks .tab_panel{
    opacity:0;
    padding: 80px 0;
    display:none;
}

#fireworks .tab_wrap{
    width: 650px;
	margin: 0 auto;
	padding-top:130px;
	}
 
#fireworks #tab1:checked ~ .tab_area .tab1_label{color: #333; background: #fff;}
#fireworks #tab1:checked ~ .panel_area #panel1{display:block; -webkit-animation:tabAnim ease 0.6s forwards; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}

#fireworks #tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#333;}
#fireworks #tab2:checked ~ .panel_area #panel2{display:block; -webkit-animation:tabAnim ease 0.6s forwards; }

#fireworks .btn {
  position: relative;
  z-index: 2;
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
}

#fireworks .btn:hover {
  color: #fff;
}

#fireworks .btn::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

#fireworks .btn:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#fireworks .container {
	display: -ms-flexbox; 
	display: -webkit-box;
	display: flex;
	background: url(../../img/fireworks/fireworks_bag03.png);
	background-repeat: no-repeat;
	background-position: right top;
    background-attachment: fixed;
	background-size: auto;
}
	
#fireworks .main-contents {
	width: 100%;
}

#fireworks .sidebar {
	width: 270px;
	position: fixed;
	background: #000;
	padding-top: 115px;
}

#fireworks .ttl{
	position: relative;
}

#fireworks h2{
    color:#fff;
}

#fireworks .month{
    font-size: 28px;
	font-weight: bold;
}

#fireworks .info_nav{
	font-size: 13px;
	color: #e6d057;
	letter-spacing: 1.3px;
}

#fireworks .eng{
    font-size: 18px;
    padding: 0 10px;
	color: #fff;
}

#fireworks .info{
    border: 1px solid #fff;
    padding: 10px;
    margin: 20px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    position: relative;    
}

#fireworks .day{
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
}

#fireworks .info dl{
    margin-left: 80px;
    padding: 10px;
}

#fireworks .info dt{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#fireworks .info dd{
    margin-bottom: 5px;
}

#fireworks .day{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #333;
    padding-top: 10px;
}

#fireworks .red{
    color: #a74e4e;
    color: #a74e4e;
    font-size: 12px;
}

#fireworks .blue{
    color: #3e5481;
    font-size: 12px;
}

#fireworks .small{
	font-size: 12px;
}

@media screen and (max-width: 374px) {
	#fireworks .tab_area{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 140px;
		margin: 0 auto;
	}
	
	
	#fireworks .tab_area label{
		margin: 10px;
	}
}


@media screen and (max-width: 480px) {
	#fireworks .container {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		width: 100%;
		background-image: none;
		    padding: 0;
	}
	
	#fireworks .main-contents{
		width: 100%;
	}
	
	#fireworks .tab_wrap {
		width: 100%;
		padding: 0;
	}
	
	#fireworks .sidebar{
		display: none;		
	}
	
	#fireworks .pc_none{
		display: block;
		}
	
	#fireworks .ttl{
		padding-left: 18px;
	}
	
	#fireworks .info dt{
		font-size: 16px;
	}
	
	#fireworks h2{
		text-align: center;
	}
	
	#fireworks .info_nav{
		padding-top: 10px;
		text-align: center;
		display: block;
	}
	
	.site-header {
		padding: 5px 0 0 0;
		width: 100%;
		text-align: left;
		min-width: 300px;
		position: static;
	}
	
	#fireworks .copyright {
		padding: 20px;
	}
}

@media screen and (min-width: 768px) {
	#fireworks .container{
		width:100%;
	}
}

@media screen and (max-width: 667px) {
	#fireworks .container{
		width: 100%;
		padding-top:0;
		margin: 0 auto;
	}
	
	#fireworks .tab_wrap {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#fireworks .container{
		background: none;
	}
	
	#fireworks .pc_none{
		display: block;
		width: 100%;
		}
	
	#fireworks .sidebar{
		display: none;		
	}
	
	#fireworks .main-contents {
		width: 100%;
		margin:0;
}
	#fireworks .container{
		background: none;
	}
	
	#fireworks .pc_none{
		display: block;
		width: 100%;
		padding-top: 0;
		}
	
	#fireworks .sidebar{
		display: none;		
	}
	
	#fireworks .main-contents {
		width: 100%;
		margin:0;
}

	.site-header{
		position: static;
	}

	
	#fireworks .tab_wrap {
		padding: 0;
		width: 90%;
	}
}


	
@media print{
	#fireworks .tab_wrap{
		width: 100%
	}
	
	#fireworks .sidebar{
		display: none;
	}
	
	#fireworks .info{
		color: #333;
		border: 1px solid #ccc;
	}
	
	#fireworks h2{
		color: #333;
	}
	
	#fireworks .border{
		border-top: 1px dotted #ccc;
    }	
}