@charset "UTF-8";
/* CSS Document */

/*======================================

	0.common

=======================================*/

body {
	overflow: unset;
}

body.nosclbar {
	overflow: hidden;
}

.disable_pc {
	display: none;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}


.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.chu {
	font-size: 11px;
}

.point {
	color: #ff0000;
}

a.audio {
	text-decoration: none;	
}


.kome {
	position: relative;
    top: -10px;
    font-size: 10px;	
}


.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
 	.w1000 {
		width: 92%;
	}
}


.w860 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 899px) {
 	.w860 {
		width: 92%;
	}
}


/*======================================

	0.contents

=======================================*/

body {
	cursor: pointer;
}

#bg_mov {
	position: relative;
	overflow: hidden;
}

#bg_mov video {
	position: fixed; 
 	top:50%; 
 	left: 50%;
 	/* max-height: 100%;  */
 	transform: translate(-50%,-50%);
}

#bg_mov.next video {
	animation: nextPage 1.5s;
	animation-fill-mode: both;
}

@keyframes nextPage {
	0 {
		opacity: 1;
		transform: translate(-50%,-50%) scale(1);
	}
	30% {
		transform: translate(-50%,-50%) scale(2);
		filter: blur(0);
		/* opacity: 0;	 */
	}
	
	45% {
		transform: translate(0%,-50%) scale(2);
		filter: blur(6px);
		/* opacity: 0;	 */
	}
	
	100% {
		transform: translate(0%,-50%) scale(10);
		filter: blur(6px);
		opacity: 0;
	}
}

.randomWrap {
  background-color: #ccc;
  position:relative;
  height: 300px;
  margin: 24px 0;
  overflow: hidden;
}

#randomMove {
  cursor: pointer;
  position: absolute;
  transition: .1s;
  transform: translate(-50%, -50%);

  /*見た目*/
  width : 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all .4s;
}

#randomMove:before {
	content: '▶︎';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	z-index: 99999;
	
	
}

#randomMove:hover {
	
	transform: scale(1.5);
	transition: all .4s;
}

#randomMove:hover:before {
	
}

#timerClock {
	position: fixed;
	bottom: 0;
	right: 0;
	transform: rotate(0);
	z-index: 999;
	
	opacity: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#timerClock.act {
	opacity: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#timerClock .year, 
#timerClock .month, 
#timerClock .day, 
#timerClock .hour, 
#timerClock .min, 
#timerClock .sec {
	position: relative;
	padding-right: 0.5em;
	display: inline-block;
}

#timerClock p {
	display: inline-block;
	color: rgba(255, 255, 255, 0.3);
	font-weight: bold;
	margin-bottom: 0;
	vertical-align: baseline;
	line-height: 1em;
}

#timerClock .t {
	position: absolute;
	top: -170%;
	font-size: calc(12px + 4 * (100vw - 1000px)/400);
}

#timerClock .a {
	font-size: calc(60px + 36 * (100vw - 1000px)/400);
	display: inline-block;
	padding-left: 15px;
}

#timerClock .a:after {
	content: '';
	display: block;
	width: 1px;
	min-height: calc(60px + 42 * (100vw - 1000px)/400);
	background: rgba(255, 255, 255, .3);
	position: absolute;
	right: 0;
	bottom: -10px;
}

#timerClock .sec .a:after {
	width: 0;
}
