@charset "UTF-8";

.pc { display: block !important; }
.sp { display: none !important; }


.full {
    background-image: url("../images/bg_sora.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.New_Table2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


.fadeInRight {
    animation: fadeInRight 1.0s ease 0s 1 normal;
}
/* fadeInRight */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
  }
}

.kakaku {
  top: 1%;
  left: 15%;
margin-bottom: 10%;
}

.InGif {
  width: 100%;
  height: 100%;
  top: 8%;
  text-align: center;
}


.embed-container { position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	
} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.oya{
  position: relative;
}
.bottom-left {
  position: absolute;
  bottom: 25px;
  left: 25px;
}


.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}


.shivering {
  animation: shivering 2s linear infinite;
}

/* shivering */
@keyframes shivering {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}


/*====================================================================
slick
====================================================================*/


.slickwindow {width:100%; overflow:hidden;}
.slickwindow ul {margin:0 auto; width:640px;}

.slick-list {overflow:visible;}

.slickmain li {
	margin: 10px;
}



@media screen and (max-width:480px) {
    .slick-prev{
        left: 5px;
                 
    }
     .slick-next{
       right: 5px;
    }
}
