@charset "utf-8";
/* CSS Document */

/* reset *************************************************************/
body {line-height:1; margin:0; font-family:arial,sans-serif;}
h1, h2, h3, h4, h5, h6, p {margin:0; font-size:100%; font-weight:normal; line-height:1.3;display:block;}
article,footer,header {display:block;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding:0;margin:0;}
a {display:block;color:#ff6699;text-decoration:none;}
img {vertical-align:baseline; border:0; padding:0; margin:0;}
div {margin:0;padding:0;}
/* //reset *************************************************************/

*{
  box-sizing: border-box;
}
body {
  background: #333;
  font-family: sans-serif;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin:0 auto;
  vertical-align: bottom;
}
#wrapper {
	background: -webkit-linear-gradient(#5e1960, #4c144e) ;
	background: linear-gradient(#5e1960, #4c144e);
  background: #5e1960;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 751px) {
  body {font-size:24px;}
  #wrapper {width:750px;margin:auto;}
}
@media screen and (max-width: 750px) {
  body {font-size:14px;}
  #wrapper {width:100%;}
}


/**************************************************/
#top {
  width: 100%;
}

#main-visual {
	position: relative;
}

.logo {
	position: absolute;
	bottom: 65px;
	right: 0;
	width: 40%;
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
}

.main01,.main02 {width:100%;}


/*通常*/
.main02,
.aori02{
	display: none;
}

/*変化*/
.change .main01,
.change .aori01{
	display: none;
}
.change .main02,
.change .aori02 {
	display: block;
}

.aori01,
.aori02 {
	position: absolute;
	width: 30%;
	z-index: 8;
}
.aori01 {
	top: 8%;
	left: -2%;
	-webkit-animation: aori01 1.6s linear infinite;
					animation: aori01 1.6s linear infinite;
}
.aori02 {
	top: 7%;
	right: 0%;
	-webkit-animation: aori02 3.5s linear infinite;
					animation: aori02 3.5s linear infinite;
}
@-webkit-keyframes aori01 {
	0% {
		-webkit-transform:scale(1.02);
	}
	100% {
		-webkit-transform:scale(1);
	}
}
@keyframes aori01 {
	0% {
		transform:scale(1.02);
	}
	100% {
		transform:scale(1);
	}
}

@-webkit-keyframes aori02 {
	0% {
		-webkit-transform:scale(1.06);
	}
	100% {
		-webkit-transform:scale(1);
	}
}
@keyframes aori02 {
	0% {
		transform:scale(1.06);
	}
	100% {
		transform:scale(1);
	}
}


#obi{
	position: absolute;
	left: -5px;
	bottom: 5px;
	background-image:url(../img/obi.jpg);
	background-size: 450px; 
	width:450px;
	height:61px;
	-webkit-transform: rotate(-4deg);
					transform: rotate(-4deg);
	z-index: 9;
}

#c01 {
  position: relative;
  width: 100%;
}
#c01 > a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
}

#c03 {
  position: relative;
  width: 100%;
}
#c03 .tit {
  position: absolute;
  z-index: 0;
}
											
#c03 ul:after {
  display:block;
  clear:both;
  height:0;
  line-height:0;
  visibility:hidden;
  content: ".";
  font-size: 0.1em;
}
#c03 ul {
	position: absolute;
	top: 15%;
	width: 84%;
	left: 8%;
	display: block;
	margin: 0 0 5% 0;
}
#c03 ul li{ width: 48%; position: relative;}
#c03 ul .movie_v1 { float: left;}
#c03 ul .movie_v2 { float: right;}


#c03 ul li .movie_name {
	position: absolute;
	width: 25%;
	right: -10%;
	top: -15%;
}	

.balloon {
	position: absolute;
	left: 0;
	top: -22%;
	z-index: 10;
	-webkit-animation: balloon .9s ease infinite alternate;
					animation: balloon .9s ease infinite alternate;
}
@-webkit-keyframes balloon {
	0% {
		-webkit-transform:translateY(0);
	}
	100% {
		-webkit-transform:translateY(-8px);
	}
}
@keyframes balloon {
	0% {
		transform:translateY(0);
	}
	100% {
		transform:translateY(-8px);

	}
}

.btn-area {
	position: relative;
	padding-top: 15%;
	background: -webkit-linear-gradient(#c51111, #ab0e0e);
	background: linear-gradient(#c51111, #ab0e0e);
  background: #ab0e0e;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	box-shadow: 0 0 0 2px #ab0e0e;
}


}
.btn {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 0;
}
#bottom {
	margin-top: 20px;
}
#footer {
  color: #fff;
  padding: 5.33333333% 0;
}
#copyright {
  font-size: 10px;
  margin-bottom: 3%;
}
#footer p {
  font-size: 10px;
}
#footer p span {
  font-weight: bold;
}

@media screen and (min-width:768px) { 
	#obi{
		background-size: 900px; 
		width: 900px;
		height: 122px;
	}
}

video {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: baseline;
}