
/**************** COMMON ****************/

a:hover {
text-decoration:none;
}

#page-top {
	
}
#page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center;
	font-weight: bold;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
	opacity:0.7;
}
@media only screen and (max-width:767px){ #page-top a,#page-top a img {width:30px; position: fixed; bottom: 100px; right: 10px;z-index: 10000;} }
@media only screen and (min-width:768px){ #page-top a,#page-top a img {width:60px;position: fixed; bottom: 50px; right: 50px;z-index: 10000;} }

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 0.5s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 0.5s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 0.5s ease-out;
 }
.slide-right02 {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 0.5s ease-out;
 }
.slide-right03 {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1.5s ease-out;
 }
.slide-right04 {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 2s ease-out;
 }


/*-----------TOPのの動き-------------*/

/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.txt01 {animation-delay: 0.2s;}
.txt02 {animation-delay: 0.5s;}
.txt03 {animation-delay: 0.8s;}
.txt04 {animation-delay: 1.1s;}
.txt05 {animation-delay: 1.5s;}
.txt06 {animation-delay: 2.1s;}


/*-----------TOP動画-------------*/

/**************** STORY TAB ****************/

input[type="radio"]{display:none;}
.tab_area{
    font-size:0;
    margin:0 0 20px 0;
	display: flex;
	flex-wrap:wrap-reverse;
}
.tab_area label{
	text-align: center;
	color: #FFF;
	border-bottom: 3px solid #575343; 
    font-size:16px;
	font-family: "kaisei-harunoumi", sans-serif;
	font-weight: 700;
	font-style: normal;
    cursor:pointer;
    margin:0 10px 0 0;
	padding: 0;
}

.tab_panel{
    width:100%;
    padding:0;
    display:none;
    box-sizing:border-box;
}
.tab_panel p{
    font-size:14px;
    letter-spacing:1px;
    text-align:center;
}
.tab_area .tab1_label{ color: #FFF;}
.tab_area .tab2_label{}
.tab_area .tab3_label{}
.tab_area .tab4_label{}
.tab_area .tab5_label{}
.tab_area .tab6_label{}
.tab_area .tab7_label{}
.tab_area .tab8_label{}
.tab_area .tab9_label{}
.tab_area .tab10_label{}
.tab_area .tab11_label{}
.tab_area .tab12_label{}
.tab_area .tab13_label{}
.tab_area .tab14_label{}
.tab_area .tab15_label{}
.tab_area .tab16_label{}
.tab_area .tab17_label{}
.tab_area .tab18_label{}
.tab_area .tab19_label{}
.tab_area .tab20_label{}
.tab_area .tab21_label{}
.tab_area .tab22_label{}
.tab_area .tab23_label{}
.tab_area .tab24_label{}
.tab_area .tab25_label{}
.tab_area .tab26_label{}
.tab_area .tab27_label{}
.tab_area .tab28_label{}


/**/
#tab1:checked ~ .tab_area .tab1_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab8:checked ~ .panel_area #panel8{display:block;}
#tab9:checked ~ .tab_area .tab9_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab9:checked ~ .panel_area #panel9{display:block;}
#tab10:checked ~ .tab_area .tab10_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab10:checked ~ .panel_area #panel10{display:block;}
#tab11:checked ~ .tab_area .tab11_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab11:checked ~ .panel_area #panel11{display:block;}
#tab12:checked ~ .tab_area .tab12_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab12:checked ~ .panel_area #panel12{display:block;}
#tab13:checked ~ .tab_area .tab13_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab13:checked ~ .panel_area #panel13{display:block;}
#tab14:checked ~ .tab_area .tab14_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab14:checked ~ .panel_area #panel14{display:block;}
#tab15:checked ~ .tab_area .tab15_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab15:checked ~ .panel_area #panel15{display:block;}
#tab16:checked ~ .tab_area .tab16_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab16:checked ~ .panel_area #panel16{display:block;}
#tab17:checked ~ .tab_area .tab17_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab17:checked ~ .panel_area #panel17{display:block;}
#tab18:checked ~ .tab_area .tab18_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab18:checked ~ .panel_area #panel18{display:block;}
#tab19:checked ~ .tab_area .tab19_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab19:checked ~ .panel_area #panel19{display:block;}
#tab20:checked ~ .tab_area .tab20_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab20:checked ~ .panel_area #panel20{display:block;}
#tab21:checked ~ .tab_area .tab21_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab21:checked ~ .panel_area #panel21{display:block;}
#tab22:checked ~ .tab_area .tab22_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab22:checked ~ .panel_area #panel22{display:block;}
#tab23:checked ~ .tab_area .tab23_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab23:checked ~ .panel_area #panel23{display:block;}
#tab24:checked ~ .tab_area .tab24_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab24:checked ~ .panel_area #panel24{display:block;}
#tab25:checked ~ .tab_area .tab25_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab25:checked ~ .panel_area #panel25{display:block;}
#tab26:checked ~ .tab_area .tab26_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab26:checked ~ .panel_area #panel26{display:block;}
#tab27:checked ~ .tab_area .tab27_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab27:checked ~ .panel_area #panel27{display:block;}
#tab28:checked ~ .tab_area .tab28_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab28:checked ~ .panel_area #panel28{display:block;}
#tab29:checked ~ .tab_area .tab29_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab29:checked ~ .panel_area #panel29{display:block;}
#tab30:checked ~ .tab_area .tab30_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab30:checked ~ .panel_area #panel30{display:block;}
#tab31:checked ~ .tab_area .tab31_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab31:checked ~ .panel_area #panel31{display:block;}
#tab32:checked ~ .tab_area .tab32_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab32:checked ~ .panel_area #panel32{display:block;}
#tab33:checked ~ .tab_area .tab33_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab33:checked ~ .panel_area #panel33{display:block;}
#tab34:checked ~ .tab_area .tab34_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab34:checked ~ .panel_area #panel34{display:block;}
#tab35:checked ~ .tab_area .tab35_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab35:checked ~ .panel_area #panel35{display:block;}
#tab36:checked ~ .tab_area .tab36_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab36:checked ~ .panel_area #panel36{display:block;}
#tab37:checked ~ .tab_area .tab37_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab37:checked ~ .panel_area #panel37{display:block;}
#tab38:checked ~ .tab_area .tab38_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab38:checked ~ .panel_area #panel38{display:block;}
#tab39:checked ~ .tab_area .tab39_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab39:checked ~ .panel_area #panel39{display:block;}
#tab40:checked ~ .tab_area .tab40_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab40:checked ~ .panel_area #panel40{display:block;}
#tab41:checked ~ .tab_area .tab41_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab41:checked ~ .panel_area #panel41{display:block;}
#tab42:checked ~ .tab_area .tab42_label{ color: #e49783;border-bottom: 3px solid #e49783; } #tab42:checked ~ .panel_area #panel42{display:block;}

.tab1_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab2_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab3_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab4_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab5_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab6_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab7_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab8_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab9_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab10_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab11_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab12_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab13_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab14_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab15_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab16_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab17_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab18_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab19_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab20_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab21_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab22_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab23_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab24_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab25_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab26_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab27_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab28_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab29_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab30_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab31_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab32_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab33_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab34_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab35_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab36_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab37_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab38_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab39_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab40_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab41_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }
.tab42_label:hover { color: #e49783;border-bottom: 3px solid #e49783; }


.slick-track{
    margin:0;
}
.box{
    box-sizing:border-box;
    padding:0;
    background:#000;
    position:relative;
}
.box img{
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

button.slick-next{
    display:block;
}
.slick-initialized .slick-slide {
    margin: 0;
}

/**************** PC ****************/

/* PC用 */

/**************** PC ****************/

@media only screen and (min-width:751px){

.tab_area label{

    display:inline-block;
	text-align: center;
	font-size:30px;
    margin:0 20px 0.3em 0;

}
	.panel_area {
		padding-top: 1em;
		margin-bottom: 2em;
	}	

}




/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** MOBILE ****************/

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

.panel_area {
		
	}	
	
}