@charset "utf-8";

.home-title-color {
	color: #36bdf4;
}
.home-sub-color {
	color: #666;
}

.home-title {
	color: #36bdf4;
	line-height: 1.5;
	width: 100%;
	font-size: 1.5rem;
}
.img-home-1 {
	height: 110vw;
	max-height: 27rem;
}
.home-title-left {
	display: none;
}
.home-title-bottom {
	display: block;
}
.home-sub {
	color: #666;
	line-height: 1.5;
	font-size: 1rem;
}
@media (min-width: 576px) {
	.img-home-1 {
		height: 50vw;
	}
	.home-title-left {
		display: block;
	}
	.home-title-bottom {
		display: none;
	}
}
@media (max-width: 640px) and (orientation: landscape) {
	.home-title {
		width: 46vw;
		font-size: 3.5vw;
	}
	.img-home-1 {
		height: 50vw;
		max-height: 50vw;
	}
	.home-title-left {
		display: block;
	}
	.home-title-bottom {
		display: none;
	}
}
@media (min-width: 641px) {
	.home-title {
		width: 46vw;
		font-size: 3.5vw;
	}
	.img-home-1 {
		max-height: 100vw;
	}
	.home-title-left {
		display: block;
	}
	.home-title-bottom {
		display: none;
	}
	.home-sub {
		font-size: 2vw;
	}
}

.bg-home-2 {
	background-color: #00dcfe;
}
.img-home-2 {
    width: 50vw;
    height: auto;
    margin-right: 3rem;
    margin-top: 1rem;
}
@media (max-width: 640px) and (orientation: landscape) {
	.img-home-2 {
	    width: 26vw;
	    margin-top: 0;
	}
}
@media (min-width: 576px) {
	.img-home-2 {
	    width: 26vw;
	    margin-top: 0;
	}
}

.bg-home-3 {
	background-color: #ffda21;
}
.img-home-3 {
    width: 75vw;
    height: auto;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 640px) and (orientation: landscape) {
	.img-home-3 {
	    width: 38vw;
	    margin-bottom: 0;
	}
}
@media (min-width: 576px) {
	.img-home-3 {
	    width: 38vw;
	    margin-bottom: 0;
	}
}

.bg-home-4 {
	background-color: #e13ae6;
}
.img-home-4 {
    width: 75vw;
    height: auto;
    margin-top: 1.5rem;
}
@media (max-width: 640px) and (orientation: landscape) {
	.img-home-4 {
	    width: 36vw;
	    margin-top: 0;
	}
}
@media (min-width: 576px) {
	.img-home-4 {
	    width: 36vw;
	    margin-top: 0;
	}
}

.bg-carousel {
    height: 40rem;
    overflow: hidden;
}
@media (min-width: 768px) {
    .bg-carousel {
        height: calc(100vw * .52);
        min-height: 24rem;
        max-height: 36rem;
    }
}
@media (min-width: 1200px) {
    .bg-carousel {
        height: calc(100vw * .36);
    }
}

.carousel-1 .carousel-image {
    height: 50%;
}
.carousel-1 .carousel-desc {
    height: 50%;
    text-align: center;
}
@media (min-width: 768px) {
    .carousel-1 .carousel-image {
        height: 100%;
    }
    .carousel-1 .carousel-desc {
        height: auto;
        text-align: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
    }
}

.carousel-2 .carousel-image {
    height: 50%;
}
.carousel-2 .carousel-desc {
    height: 50%;
    text-align: center;
}
@media (min-width: 768px) {
    .carousel-2 .carousel-image {
        height: 100%;
    }
    .carousel-2 .carousel-desc {
        height: auto;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media (min-width: 1024px) {
    .carousel-2 .carousel-desc {
        left: 15%;
        right: 15%;
    }
}
