@charset "UTF-8";
/* CSS Document */
 
html,
body {
	width: 100%;
	position: relative;
}
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-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{
    overflow-y: scroll;
}
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;
}
* {box-sizing: border-box;}
body{
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus,
a:active,
a:hover {
	outline: none;
}
.clearfix{
    clear:both;
	padding: 0;
	line-height: 0;
}
.animation_fadeInUp,
.animation_fadeInDown,
.animation_fadeInRight,
.animation_fadeInLeft {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:3s;
 -ms-animation-duration:3s;
 animation-duration:3s;
 visibility: visible !important;
}
.animation_fadeInUp {
 -webkit-animation-name: animation_fadeInUp;
 animation-name: animation_fadeInUp;
}
.animation_fadeInDown {
 -webkit-animation-name: animation_fadeInDown;
 animation-name: animation_fadeInDown;
}
.animation_fadeInRight {
 -webkit-animation-name: animation_fadeInRight;
 animation-name: animation_fadeInRight;
}
.animation_fadeInLeft {
 -webkit-animation-name: animation_fadeInLeft;
 animation-name: animation_fadeInLeft;
}
@-webkit-keyframes animation_fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes animation_fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes animation_fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes animation_fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes animation_fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-180px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes animation_fadeInRight {
 0% { opacity: 0; -webkit-transform: translateX(-180px); -ms-transform: translateX(-180px); transform: translateX(-180px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes animation_fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(180px); }
 100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes animation_fadeInLeft {
 0% { opacity: 0; -webkit-transform: translateX(180px); -ms-transform: translateX(180px); transform: translateX(180px); }
 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.coming {
	height: 300px;
	margin: 0 auto;
	padding-top: 120px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

