@charset "utf-8";*{box-sizing:border-box}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}


body {
	width:100%; 
	height: auto;
	margin: 0 auto;
	font-family:"メイリオ",meiryo,Arial,san-serif;
	color:#333;
	font-size:14px;
	line-height: 24px; 
	background: #000;
}

@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: -100px -200px;}
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


#container {
	overflow:hidden;
	text-align:left;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}


.area{
	position: relative;
}

.line{
	position: relative;
	border-bottom: 16px solid #403838;
}

.txt01{
	position: absolute;
	top:14%;
	left: 1%;
	width: 24%;
}

.txt02{
	position: absolute;
	bottom:7%;
	left: 1%;
	width: 100%;
}

.logo{
	position: absolute;
	top:1%;
	left: 1%;
	width: 45%;
}


@keyframes vertical {
    0% { transform:translateY(-20px); }
  100% { transform:translateY(  0px); }
}

.btn{
  animation: vertical ease-in-out infinite alternate;
  text-align:center;
  padding:30px 0 0;
}

.btn{ animation-duration: 1.4s}


.voice01{
  position: absolute;
  top:58%;
  width: 12%;
  left: 3%;
  z-index: 100;
}

.voice02{
  position: absolute;
  top:58%;
  width:12%;
  left: 17%;
  z-index: 100;
}

.voice03{
  position: absolute;
  top:58%;
  width: 12%;
  left: 31%;
  z-index: 100;
}

	
	.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;   
    margin-top: -16px;
    z-index: 10;
     
}
 
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
 
.swiper-button-prev {
    background: url(../images/arrow01.png) no-repeat center center / contain;
	background-size: 28px auto;
}
 
.swiper-button-next {
    background: url(../images/arrow02.png) no-repeat center center / contain;
	background-size: 2	8px auto;
}
 
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5	px;
    right: auto
}
 
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 5px;
    left: auto
}

.title01{
	z-index: 100;
	bottom: -5.5%;
	position: absolute;
}



#footer{
	background:#000;
	text-align:center;
}

.footer-area{
	margin:0 auto;
	padding:16px 0;
	text-align:center;
	color: #fff;

}


