/* -----------------------------------------------------------
    ABOUT US
-------------------------------------------------------------- */
#about .top-area{
    padding: 120px 0 40px;
    margin: 0 0 40px;
}
#about .top-area video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 720px;
    min-height: 168px;
}
#about .mask{
	mask-image: url("../img/logo-txt.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("../img/logo-txt.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
@media screen and (max-width: 768px){
    #about .top-area{
        padding: 80px 20px 60px;
        margin: 0 0 0;
    }
    #about .top-area .txt{
        text-align: left;
    }
}

/* -----------------------------------------------------------
    FEATURE
-------------------------------------------------------------- */
#about .about-area{
    position: relative;
    margin: 50px 0 0;
}

#about .about-area .inner{
	/*
    width: 1500px;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
	*/
}
#about .about-area .inner h2{
    text-align: center;
    font-size: 3.0rem;
    margin: 80px 0 30px;
}
#about .about-area .inner .txt-box .txt:nth-child(n + 2){
    margin: 15px 0 0;
}
#about .about-area .inner .txt-box{
	/*
    width: 1000px;
    padding: 90px 130px 90px;
    border: solid 1px #333;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: -1;
	*/

	width: 1100px;
    padding: 0 0 100px;
	margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    #about .about-area .inner{
        width: 100% !important;
    }
}


/*スライダー*/
.about-area .img-area {
}
.about-area .img-area .img-list {
	padding: 0;
	display: block;
}
.about-area .img-area .img-list li {
	margin: 0 5px;
}
.about-area .img-area .img-list img {
	width: 100%;
	height: 310px;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: 10px;
}


@media screen and (max-width: 768px){
    #about .about-area{
        padding: 0px;
        margin: 0;
    }
    #about .top-area video{
        width: 300px;
    }
    .top-area .catch{
        margin: 70px 0 30px;
    }
    #about .about-area .inner{
        padding: 50px 20px 60px;
    }
    #about .about-area .inner::before {
        display: none;
    }
    #about .about-area .inner h2{
        font-size: 2.4rem;
        margin: 0 0 20px;
    }
    #about .about-area .inner .img{
        margin: 0 0 20px;
    }
    #about .about-area .inner .img img{
        width: 100%;
    }
    #about .about-area .inner .txt-box{
        width: 100%;
        border: none;
        padding: 0;
        text-align: left;
        background-position: right 10px bottom 0px;
    }

	/*スライダー*/
	.about-area .img-area .img-list img {
		height: 140px;
	}

}


/* -----------------------------------------------------------
    FEATURE
-------------------------------------------------------------- */

.feature-area {
    position: relative;
}
.feature-area .txt-scroll{
    transition: all .3s;
    opacity: 1;
    animation: scrolltxt 8s linear infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0%);
    white-space: nowrap;
}
.feature-area .txt-scroll h3{
    font-family: 'Lato', sans-serif;
	font-size: 20.0rem;
    font-weight: 900;
	color: #00000000;
    -webkit-text-stroke: 2px #fff;
    /* opacity: 0.3; */
    font-weight: bold;
    /* -webkit-text-stroke: 2px #fff; */
	display: block;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    line-height: 1em;
    animation: scrollAnime 50s linear infinite;
    padding: 0 0 0 30px;
}
@keyframes scrolltxt{
	0%{
		transform: translate(-40%, 0%)}
	100%{
		transform: translate(-60%, 0%)}
}

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

    .feature-area{
        padding: 60px 20px 70px 20px;
    }

	.feature-area .txt-scroll h3{
        font-size: 8.0rem;
    }

}


