@charset "utf-8";


/*左から右にフェードイン*/
.left-to-right {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1s;
    transition-delay: .3s;
}
.left-to-right.inview {
    opacity: 1;
    transform: translate(0);
}

/*右から左にフェードイン*/
.right-to-left {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.right-to-left.inview {
    opacity: 1;
    transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.down-to-top.inview {
    opacity: 1;
    transform: translateY(0);
}

/*フェードイン*/
.fade-in {
    opacity: 0;
    transition: all 1s;
    transition-delay: .3s;
}
.fade-in.inview {
    opacity: 1;
}

/*モノクロ→カラー*/
.gray-color img {
    filter: grayscale(100%);
	transition-delay: 1.3s!important;
}
.gray-color.inview img {
    filter:grayscale(0);
}


.down-to-top_parent .down-to-top_child {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    transition-delay: .3s;
}
.down-to-top_parent.inview .down-to-top_child {
    opacity: 1;
    transform: translate(0);
}
.down-to-top_parent .down-to-top_child:nth-child(2) {
	transition-delay: .5s;
}
.down-to-top_parent .down-to-top_child:nth-child(3) {
	transition-delay: .7s;
}
.down-to-top_parent .down-to-top_child:nth-child(4) {
	transition-delay: .9s;
}
.down-to-top_parent .down-to-top_child:nth-child(5) {
	transition-delay: 1.1s;
}
.down-to-top_parent .down-to-top_child:nth-child(6) {
	transition-delay: 1.4s;
}

.down-to-top_parent > span {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    transition-delay: .6s;
}
.down-to-top_parent.inview > span {
    opacity: 1;
    transform: translate(0);
    display: inline-block;
}
.down-to-top_parent > span:nth-child(2) {
	transition-delay: .7s;
}
.down-to-top_parent > span:nth-child(3) {
	transition-delay: .8s;
}
.down-to-top_parent > span:nth-child(4) {
	transition-delay: .9s;
}
.down-to-top_parent > span:nth-child(5) {
	transition-delay: 1s;
}
.down-to-top_parent > span:nth-child(6) {
	transition-delay: 1.1s;
}
.down-to-top_parent > span:nth-child(7) {
	transition-delay: 1.2s;
}
.down-to-top_parent > span:nth-child(8) {
	transition-delay: 1.3s;
}
.down-to-top_parent > span:nth-child(9) {
	transition-delay: 1.4s;
}
.down-to-top_parent > span:nth-child(10) {
	transition-delay: 1.5s;
}
.down-to-top_parent > span:nth-child(11) {
	transition-delay: 1.6s;
}
.down-to-top_parent > span:nth-child(12) {
	transition-delay: 1.7s;
}
.down-to-top_parent > span:nth-child(13) {
	transition-delay: 1.8s;
}
.down-to-top_parent > span:nth-child(14) {
	transition-delay: 1.9s;
}
.down-to-top_parent > span:nth-child(15) {
	transition-delay: 2.0s;
}
.down-to-top_parent > span:nth-child(16) {
	transition-delay: 2.1s;
}
.down-to-top_parent > span:nth-child(17) {
	transition-delay: 2.2s;
}
.down-to-top_parent > span:nth-child(18) {
	transition-delay: 2.3s;
}
.down-to-top_parent > span:nth-child(19) {
	transition-delay: 2.4s;
}
.down-to-top_parent > span:nth-child(20) {
	transition-delay: 2.5s;
}
.down-to-top_parent > span:nth-child(21) {
	transition-delay: 2.6s;
}
.down-to-top_parent > span:nth-child(22) {
	transition-delay: 2.7s;
}
.down-to-top_parent > span:nth-child(23) {
	transition-delay: 2.8s;
}
.down-to-top_parent > span:nth-child(24) {
	transition-delay: 2.9s;
}
.down-to-top_parent > span:nth-child(25) {
	transition-delay: 3.0s;
}
.down-to-top_parent > span:nth-child(26) {
	transition-delay: 3.1s;
}
.down-to-top_parent > span:nth-child(27) {
	transition-delay: 3.2s;
}
.down-to-top_parent > span:nth-child(28) {
	transition-delay: 3.3s;
}
.down-to-top_parent > span:nth-child(29) {
	transition-delay: 3.4s;
}
.down-to-top_parent > span:nth-child(30) {
	transition-delay: 3.5s;
}
.down-to-top_parent > span:nth-child(31) {
	transition-delay: 3.6s;
}
.down-to-top_parent > span:nth-child(32) {
	transition-delay: 3.7s;
}
.down-to-top_parent > span:nth-child(33) {
	transition-delay: 3.8s;
}
.down-to-top_parent > span:nth-child(34) {
	transition-delay: 3.9s;
}
.down-to-top_parent > span:nth-child(35) {
	transition-delay: 4.0s;
}
.down-to-top_parent > span:nth-child(36) {
	transition-delay: 4.1s;
}
.down-to-top_parent > span:nth-child(37) {
	transition-delay: 4.2s;
}
.down-to-top_parent > span:nth-child(38) {
	transition-delay: 4.3s;
}
.down-to-top_parent > span:nth-child(39) {
	transition-delay: 4.4s;
}
.down-to-top_parent > span:nth-child(40) {
	transition-delay: 4.5s;
}


.fade-in_parent .fade-in_child {
    opacity: 0;
    transition: all 1s;
    transition-delay: .3s;
}
.fade-in_parent.inview .fade-in_child {
    opacity: 1;
}
.fade-in_parent .fade-in_child:nth-child(2) {
	transition-delay: .5s;
}
.fade-in_parent .fade-in_child:nth-child(3) {
	transition-delay: .7s;
}
.fade-in_parent .fade-in_child:nth-child(4) {
	transition-delay: .9s;
}
.fade-in_parent .fade-in_child:nth-child(5) {
	transition-delay: 1.1s;
}
.fade-in_parent .fade-in_child:nth-child(6) {
	transition-delay: 1.4s;
}

/*アニメーションdelay*/
.animation_delay2 {
	transition-delay: .5s;
}
.animation_delay4 {
	transition-delay: .8s;
}
.animation_delay6 {
	transition-delay: 1.1s;
}

.for_pc {
	display: none;
}
.for_sp {
	display: block;
}


.left-to-right-curtain {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.left-to-right-curtain.inview {
    -webkit-animation: curtain_anim_left 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
    animation: curtain_anim_left 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
}
@keyframes curtain_anim_left {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}
.right-to-left-curtain {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.right-to-left-curtain.inview {
    -webkit-animation: curtain_anim_right 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
    animation: curtain_anim_right 1s cubic-bezier(0.7, 0, 0.17, 1) 0.2s 1 normal both running;
}
@keyframes curtain_anim_right {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}
