
/**************** 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:50px; 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;
	justify-content: center;
}
.tab_area label{
    width:40px;
	height: 40px;
	text-align: center;
	background:#; color: #000; border:3px solid #000;
    font-size:24px;
	font-family: ab-maruhanamaki, sans-serif;
	font-weight: 400;
	font-style: normal;
    cursor:pointer;
    margin:0 5px 9px 5px;
	line-height: 45px;
	border-radius: 50%;
	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{background:#a7b1dd; color: #000; border:3px solid #000;  }
.tab_area .tab2_label{background:#a7b1dd; color: #000; border:3px solid #000; }

/**/
#tab1:checked ~ .tab_area .tab1_label{background:#a7b1dd; color: #FFF; border-color: #FFF; } #tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#a7b1dd; color: #FFF; border-color: #FFF; } #tab2:checked ~ .panel_area #panel2{display:block;}

.tab1_label:hover {background:#a7b1dd; color: #FFF; border-color: #FFF;  }
.tab2_label:hover {background:#a7b1dd; color: #FFF; border-color: #FFF; }




.slick-track{
    margin:0;
}
.box{
    box-sizing:border-box;
    padding:0;
    background:#e686cd;
    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{
    width:45px;
    height:45px;
    display:inline-block;
	text-align: center;
	background:#6b7e81; color: #FFF; border:2px solid #FFF;
    font-size:25px;
    margin:0 10px 0.3em 0;
	line-height: 45px;
	border-radius: 50%;
}
	.panel_area {
		padding-top: 1em;
		margin-bottom: 2em;
	}	

}




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

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

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

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

.panel_area {
		
	}	
	
}