@charset "utf-8";

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-style:normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "メイリオ","ms pgothic", sans-serif;
	color: #000;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
    background: #000;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
a:hover {
	opacity: 0.5;
	transition: 0.7s;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}



body{
	line-height: 150%;
	word-break: break-all;
	overflow: hidden;
}

a{
	text-decoration: none;
}

span.blo{
    display: block;
}

img{
	max-width: 100%;
}

p{
	font-size: 4vw;
	line-height: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li{
	letter-spacing: 0.1em;
}

#wrap{
	position: relative;
    /*width: 1200px;*/
    margin: 0 auto;
    background: #fff;
}


.pc{
	display: none;
}

/* floating
   ========================================================================== */
#floating{
	position: fixed;
	bottom: 0;
	line-height: 0;
	z-index: 99;
}

#floating a{
	display: block;
}
	
footer{
	margin-bottom: 12vw !important;
}


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

	p{
		
		font-size: 16px;
	}
    

}
@media screen and (min-width : 768px){

	
	.sp{
		display: none;
	}

	.pc{
		display: block;
	}

	img.pc{
		display: inline-block;
	}


	/* floating
	   ========================================================================== */
	#floating{
		display: none;
	}
	
	footer{
		margin-bottom: 0 !important;
	}

	

}
@media screen and (min-width : 1025px){

	
    body{
    	min-width: 1200px;
    }
    	
    a{
    	text-decoration: none;
    }
    	
    a.over{
    	transition: all ease-out 0.3s;
    }
    	
    a.over:hover{
    	opacity: 0.6;
    }

	a.disabled{
		pointer-events: none;
	}
    
    .inner{
    	width: 1200px;
    	margin: auto;
		box-sizing: border-box;
    }
    	
    img{
    	width: auto !important;
    }
	
	
}
/* ボタンのアニメーション */
.animation {
    visibility: visible !important;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}
.replay {
    -webkit-animation-iteration-count: infinite !important;
    animation-iteration-count: infinite !important;
}

/*bounce-in*/
.bounce-in {
    -webkit-animation: bounce-in 1.8s;
            animation: bounce-in 1.8s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}
@keyframes bounce-in {
    0%  {transform: scale(1);opacity: 1;}
    25% {transform: scale(1.1);}
    40% {transform: scale(.8);}
    50% {transform: scale(1.1);}
    60% {transform: scale(.9);}
    70% {transform: scale(1.05);opacity: 1;}
    80% {transform: scale(.95);}
    90% {transform: scale(1.01);}
    100%{transform: scale(1);}
}
@-webkit-keyframes bounce-in {
    0%  {transform: scale(1);opacity: 1;}
    25% {transform: scale(1.1);}
    40% {transform: scale(.8);}
    50% {transform: scale(1.1);}
    60% {transform: scale(.9);}
    70% {transform: scale(1.05);opacity: 1;}
    80% {transform: scale(.95);}
    90% {transform: scale(1.01);}
    100%{transform: scale(1);}
}

.bgwh{background: #fff;}