@charset "UTF-8";
.fadebox{
	opacity: 0;
}
/*==================================
アニメ下から上
===================================*/
.fadebox.fadeUp1.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp2.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp3.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp4.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp5.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp6.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp7.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp8.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp9.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp10.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp11.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp12.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp13.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp14.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp15.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp16.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp17.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeUp18.is-animated {
	animation: fadeUp 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.4s;
	opacity: 0;
	z-index:99;
}
/*==================================
アニメじわじわ表示
===================================*/
.fadebox.fadeIn1.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn2.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn3.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn4.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn5.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn6.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn7.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn8.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn9.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn10.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn11.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn12.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn13.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn14.is-animated {
	animation: fadeIn 2.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn15.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn16.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn17.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.fadeIn18.is-animated {
	animation: fadeIn 1.5s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.4s;
	opacity: 0;
	z-index:99;
}
/*==================================
アニメ左から右
===================================*/
.fadebox.slideInLtoR1.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR2.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR3.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR4.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR5.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR6.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR7.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR8.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR9.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR10.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR11.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR12.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR13.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR14.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR15.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR16.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR17.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInLtoR18.is-animated {
	animation: slideInLtoR 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.4s;
	opacity: 0;
	z-index:99;
}
/*==================================
アニメ右から左
===================================*/
.fadebox.slideInRtoL1.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL2.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL3.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL4.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL5.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL6.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL7.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL8.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL9.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL10.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL11.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL12.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL13.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL14.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL15.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL16.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL17.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.slideInRtoL18.is-animated {
	animation: slideInRtoL 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.4s;
	opacity: 0;
	z-index:99;
}
/*==================================
アニメズームイン
===================================*/
.fadebox.zoomIn1.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn2.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn3.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn4.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn5.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn6.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn7.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn8.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn9.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn10.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn11.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn12.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn13.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn14.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn15.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn16.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn17.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.zoomIn18.is-animated {
	animation: zoomIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.4s;
	opacity: 0;
	z-index:99;
}
/*==================================
アニメクルクル
===================================*/
.fadebox.kuruIn1.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn2.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn3.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn4.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn5.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 0.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn6.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn7.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn8.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn9.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn10.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 1.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn11.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn12.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn13.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.4s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn14.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.6s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn15.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 2.8s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn16.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.0s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn17.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.2s;
	opacity: 0;
	z-index:99;
}
.fadebox.kuruIn18.is-animated {
	animation: kuruIn 1.0s cubic-bezier(0, 0.25, 0.5, 1) 1 forwards;
	animation-delay: 3.4s;
	opacity: 0;
	z-index:99;
}
/*==================================
アニメ動き
===================================*/
/*=========
じわじわ
==========*/
@keyframes fadeIn {
	0% {
	  	opacity: 0;
	}
	45% {
	  	opacity: 0.2;
	}
	60% {
	  	opacity: 0.4;
	}
	75% {
	  	opacity: 0.6;
	}
	90% {
	  	opacity: 0.8;
	}
	100% {
	  	opacity: 1;
	}
}
/*=========
下から上
==========*/
@keyframes fadeUp {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/*=========
右から左
==========*/
@keyframes slideInRtoL {
  0% {
    transform: translateX(300px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/*=========
左から右
==========*/
@keyframes slideInLtoR {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/*=========
ズームイン
==========*/
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*=========
クルクル
==========*/
@keyframes kuruIn {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
