@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*  6p〜10p
---------------------------*/

@keyframes anime {
    0% {
        opacity: 0;
    }

    12.5% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    70% {
        opacity: 0;
        z-index: 9;
    }

    100% {
        opacity: 0;
    }
}


@keyframes anime2 {
  0% {
		opacity: 0;
		background-position: left center;
	}

	5% {
		opacity: 1;
	}

	40% {
		opacity: 1;
		background-position: right center;
	}
	
	41% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}

	.main_img2 {
    z-index: 10;
		opacity: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
		background-position: center;
    left: 0;
    top: 0;
    animation: anime 30s 0s infinite;
}

.swing {
    transform-origin: 56px 0px;
    animation: swing linear 3s infinite;
}
	
.main_img2:nth-of-type(1) {
	background-image: url("../img/main1.png");
	background-size: cover;
}

.main_img2:nth-of-type(2) {
	background-image: url("../img/main1p2.png");
	background-size: cover;
	animation-delay: 7.5s;
}
	
.main_img2:nth-of-type(3) {
	background-image: url("../img/main1p3.png");
	background-size: cover;
	animation-delay: 15s;
}

.main_img2:nth-of-type(4) {
	background-image: url("../img/main1p4.png");
	background-size: cover;
	animation-delay: 22.5s;
}
	
	.main_imgBox2 {
    height: 100vh;
    overflow: hidden;
    position: relative;
		display: block;
}

.sp-main {
	height: 100vh;
	background-image: url("../img/main1.png");
	background-size: cover;
}

#youtube-area {
  width: 100%;
	padding-bottom: 56.25%;
  position: relative;
	margin-top: 4rem;
}

#youtube-area2 {
  width: 100%;
  height: 100vh;
  position: relative;
}

ul#bxslider99 li {
  width: 300px;
  height: 500px;
  position: relative;
}

ul#bxslider99 li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.tab-on121 {
		display: none;
	}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {



/*  6p〜10p
---------------------------*/

.tab-on121 {
		display: block;
	}
	
	.main-new {
		height: 100vh;
	background-image: url("../img/main1.png");
	background-size: cover;
	}

}

@media only screen and (min-width: 767px) {
	
	
	
	.main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 30s 0s infinite;
}
	
.main_img:nth-of-type(1) {
	background-image: url("../img/main1.png");
	background-size: cover;
}

.main_img:nth-of-type(2) {
    animation-delay: 7.5s;
	background-image: url("../img/main1p2.png");
	background-size: cover;
}
	
.main_img:nth-of-type(3) {
    animation-delay: 15s;
	background-image: url("../img/main1p3.png");
	background-size: cover;
}
	
.main_img:nth-of-type(4) {
    animation-delay: 22.5s;
	background-image: url("../img/main1p3.png");
	background-size: cover;
}

.pc-title {
		position: absolute;
		top: 200px;
		width: 500px;
		z-index: 999;
	}
	
	.main_imgBox {
    height: 100vh;
    overflow: hidden;
    position: relative;
		display: block;
}
	
}

@media only screen and (min-width: 1023px) {


/*  6p〜10p
---------------------------*/
	
	
	.main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: anime 30s 0s infinite;
}
	
.main_img:nth-of-type(1) {
	background-image: url("../img/main1.png");
	background-size: cover;
}

.main_img:nth-of-type(2) {
    animation-delay: 7.5s;
	background-image: url("../img/main1p2.png");
	background-size: cover;
}
	
.main_img:nth-of-type(3) {
    animation-delay: 15s;
	background-image: url("../img/main1p3.png");
	background-size: cover;
}
	
.main_img:nth-of-type(4) {
    animation-delay: 22.5s;
	background-image: url("../img/main1p3.png");
	background-size: cover;
}

.pc-title {
		position: absolute;
		top: 200px;
		width: 500px;
		z-index: 999;
	}
	
	.main_imgBox {
    height: 100vh;
    overflow: hidden;
    position: relative;
		display: block;
}
	

	

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1199px) {


	
/*  6p〜10p
---------------------------*/
	
	.main_img {
    height: 100vh;
}
	
	.main_imgBox {
    height: 100vh;
}
	
.pc-title {
		width: 600px;
	}
	


}