@charset "utf-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;font-size:88%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{color:#000;outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}


/* template style ----------------------*/

body {
	font-size: 14px;
	color:#333;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    background: #fff;
	margin: auto;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6,p,th,td,a {
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
}
h1,h2,h3,h4,h5,h6,th { font-weight: normal; }

.sansPro {
	font-family: 'Source Sans Pro', sans-serif;
}

#wrapper { position:relative; }
.sp-bl,
.sp-il,
.tablet-bl {
	display:none;
}

.inner {
	width:90%;
	max-width:800px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.opa {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.opa:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.opa1 { opacity: 1 !important; }
.w100 { width: 100% !important; }
.h100 { height: 100% !important; }
.none { display: none !important }

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.clearfix:after,
.cf:after {
	clear: both;
}
.clearfix,
.cf {
	zoom: 1;
}

/* header ----------------------*/

#header {
	width: 100%;
	background:#fff;
	border-bottom: 1px solid #c9c9c9;
	height: 80px;
}
	h1 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 40px;
	    width: 241px;
	    margin-right: auto;
	    margin-left:auto;
	}


/* main ------------------------*/

.main {
    padding-bottom: 120px;
}
	.mvBox {
		width: 100%;
		height: 320px;
		background:url(../img/common/pc/mv.jpg) no-repeat center;
		background-size: cover;
		position: relative;
	}
		.name {
		    position: absolute;
		    width: 90%;
		    top: 50%;
		    left: 50%;
		    margin: 0 auto;
		    -webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
	        text-align: center;
            font-size: 50px;
		}
		@media screen and (max-width:1000px) {
			.mvBox {
			    height: 260px;
			}
			.name {
				font-size: 35px;
			}
		}

	.testup {
		margin-top: 100px;
		border: 1px solid #c9c9c9;
	}
		.testup h2 {
			width: 124px;
			margin-right: auto;
			margin-left: auto;
			margin-top: -12px;
			padding-right: 30px;
			padding-left: 30px;
			background:#fff;
		}
		.testup ul {
	        padding-top: 23px;
		    padding-bottom: 37px;
		}
			.testup li {
				text-align: center;
			}
			.testup li + li {
				margin-top: 15px;
			}
				.testup li a {
					font-size: 17px;
					font-family: 'Source Sans Pro', sans-serif;
					-webkit-transition: 0.3s ease-in-out;
					-moz-transition: 0.3s ease-in-out;
					-o-transition: 0.3s ease-in-out;
					transition: 0.3s ease-in-out;
				}
				.testup li a:hover {
					color: #840d83;
				}

	.pages {
	    margin-top: 100px;
	    margin-bottom: 80px;
	}
		.pages li {
			position: relative;
		}
		.pages li + li {
		    margin-top: 40px;
		}
			.pages li .border {
				width: 100%;
				height: 1px;
				position: absolute;
				top: 50%;
			    left: 50%;
			    margin: 0 auto;
			    -webkit-transform: translate(-50%, -50%);
			    -ms-transform: translate(-50%, -50%);
			    transform: translate(-50%, -50%);
			    z-index: -3;
			    border-top: 1px dashed #d1d1d1;
			}
			.pages li h3 {
				background: #fff;
				padding-left: 30px;
				padding-right: 30px;
				float: left;
			    line-height: 35px;
			    font-size: 18px;
			    position: relative;
			}
			.pages li h3:before {
				content:"";
				display: block;
				position: absolute;
				left: 0;
			    top: 5px;
				bottom:0;
				width: 24px;
				height: 22px;
				background:url(../img/common/pc/yet.png) no-repeat center;
				background-size: 24px 22px;
			}
			.pages .ok h3:before {
				background:url(../img/common/pc/ok.png) no-repeat center;
				background-size: 24px 22px;
			}
			.pages .done h3:before {
				background:url(../img/common/pc/checked.png) no-repeat center;
				background-size: 24px 22px;
			}

			.linkBtn {
			    float: right;
			    width: 200px;
			    background: #fff;
			}
			.linkBtn a {
			    display: block;
			    color: #840d83;
			    border: 1px solid #840d83;
			    box-sizing: border-box;
			    text-align: center;
			    padding-top: 7px;
			    padding-bottom: 7px;
			    font-size: 16px;
			    width: 170px;
			    margin-left: auto;
			    -webkit-transition: 0.2s ease-in-out;
				-moz-transition: 0.2s ease-in-out;
				-o-transition: 0.2s ease-in-out;
				transition: 0.2s ease-in-out;
				position: relative;
			}
			.linkBtn a:before {
				content: "";
				position: absolute;
				display: block;
				/*width: 20px;
				height: 12px;
				background:url(../img/common/pc/arrow.png) no-repeat center;
				background-size: 20px 12px;
				right: 15px;*/
				top: 0;
				bottom: 0;
				margin-top: auto;
				margin-bottom: auto;
				right: 15px;
				width: 5px;
				height: 5px;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			.linkBtn a:hover {
				background: #840d83;
			    color: #fff;
			}

			.soon .linkBtn a {
				pointer-events: none;
				color: #fff;
			    border: 1px solid #c6c6c6;
			}
			.soon .linkBtn a:after {
				content: "COMING SOON";
				font-family: 'Source Sans Pro', sans-serif;
				position: absolute;
				top: 50%;
			    left: 50%;
			    margin: 0 auto;
			    -webkit-transform: translate(-50%, -50%);
			    -ms-transform: translate(-50%, -50%);
			    transform: translate(-50%, -50%);
		        color: #c6c6c6;
			    font-size: 13px;
			    width: 100%;
			}

		@media screen and (max-width:900px) {
			.pages li h3 {
				line-height: 36px;
			    font-size: 16px;
			}
			.pages li h3:before {
			    width: 20px;
			    height: 18px;
			    top: 9px;
			    background: url(../img/common/pc/yet.png) no-repeat center;
			    background-size: 20px 18px;
			}
			.pages .ok h3:before {
			    background: url(../img/common/pc/ok.png) no-repeat center;
			    background-size: 20px 18px;
			}
			.pages .done h3:before {
				background: url(../img/common/pc/checked.png) no-repeat center;
			    background-size: 20px 18px;
			}
		}

	.hanrei {
	}
		.hanrei ul {
			display: table;
			margin-left: auto;
		}
		.hanrei li {
			float: left;
			position: relative;
		    padding-left: 30px;
		}
		.hanrei li + li {
			margin-left: 25px;
		}
		.hanrei li:before {
			content:"";
			display: block;
			position: absolute;
			left: 0;
		    top: -2px;
			bottom:0;
			width: 24px;
			height: 22px;
		}
		.hanrei .yet:before {
			background:url(../img/common/pc/yet.png) no-repeat center;
			background-size: 24px 22px;
		}
		.hanrei .ok:before {
			background:url(../img/common/pc/ok.png) no-repeat center;
			background-size: 24px 22px;
		}
		.hanrei .done:before {
			background:url(../img/common/pc/checked.png) no-repeat center;
			background-size: 24px 22px;
		}

	.designedBy {
		padding-top: 45px;
	}
		.designedBy ul {
			display: table;
			margin-left: auto;
		}
		.designedBy li {
			float: left;
			position: relative;
		}
		.designedBy li + li {
			margin-left: 33px;
		    padding-left: 37px;
		}
		.designedBy li + li:before {
			content:"";
			display: block;
			width:13px;
			height: 60px;
			float: left;
			background:url(../img/common/pc/line.png) no-repeat left bottom;
			background-size: 13px 60px;
			position: absolute;
			left: 0;
			bottom: 0;
		}
		.designedBy .kiuchi {
			width: 255px;
		}
		.designedBy .matsui {
			width: 197px;
		}
		.designedBy .saito {
			width:207px;
		}

		@media screen and (max-width:950px) {
			.designedBy li + li {
			    margin-left: 20px;
			    padding-left: 28px;
			}
			.designedBy .kiuchi {
			    width: 220px;
			}
			.designedBy .matsui {
			    width: 170px;
			}
			.designedBy .saito {
			    width: 178px;
			}
		}

		.floatingWrap{
		    width: 100%;
		    position: fixed;
		    bottom:0;
		    z-index: 100;

		}

		.floating_t{
		   -webkit-backface-visibility: hidden;
		    -webkit-transition: All 0.3s ease;
		    backface-visibility: hidden;
		    cursor: pointer;
		    display: block;
				width: 120px;
		    height: 172px;
		    line-height: 50px;
				top:400px;
				right:0;
		    position: fixed;
		    transition: All 0.3s ease;
		}

		.floating_m{
			 -webkit-backface-visibility: hidden;
				-webkit-transition: All 0.3s ease;
				backface-visibility: hidden;
				cursor: pointer;
				display: block;
				width: 60px;
				height: 200px;
				line-height: 50px;
				top:580px;
				right:60px;
				position: fixed;
				transition: All 0.3s ease;
		}

		.floating_l{
			 -webkit-backface-visibility: hidden;
				-webkit-transition: All 0.3s ease;
				backface-visibility: hidden;
				cursor: pointer;
				display: block;
				width: 60px;
				height: 200px;
				line-height: 50px;
				top:580px;
				right:0;
				position: fixed;
				transition: All 0.3s ease;
		}

		.floating_c{
			 -webkit-backface-visibility: hidden;
				-webkit-transition: All 0.3s ease;
				backface-visibility: hidden;
				cursor: pointer;
				display: block;
				width: 200px;
				height: 200px;
				line-height: 50px;
				top:830px;
				right:15px;
				position: fixed;
				transition: All 0.3s ease;
		}

		.floating_cc{
			 -webkit-backface-visibility: hidden;
				-webkit-transition: All 0.3s ease;
				backface-visibility: hidden;
				cursor: pointer;
				display: block;
				width: 20px;
				height: 20px;
				line-height: 50px;
				top:795px;
				right:12px;
				position: fixed;
				transition: All 0.3s ease;
		}


		.floating a:hover{
		    color: #5c594c;

		}


/* footer ----------------------*/

#footer {
}
	.logo {
		padding-top: 20px;
		padding-bottom: 20px;
		background:#f1f1f1;
	}
		.logo a {
			width: 196px;
			margin-right: auto;
			margin-left: auto;
			display: block;
		}

/* parts -----------------------*/



@media screen and (max-width:768px) { /* smart phone 6〜7 */

	.pc { display:none !important; }
	.sp-bl { display:block; }
	.sp-il { display:inline; }

	.inner {
		width:87.5%;
		max-width:560px;
	}

/* sp-header ----------------------*/

#header {
	height: auto;
}
	h1 {
	    width: 180px;
	}

/* sp-main ------------------------*/

.main {
    padding-bottom: 60px;
}

.mvBox {
    height: 120px;
}
	.name {
	    font-size: 20px;
	    line-height: 1.3;
	}

	.testup {
	    margin-top: 50px;
	    border: none;
	}
		.testup ul {
		    padding-top: 0;
		    padding-bottom: 0;
		}
			.testup li {
			    width: 100%;
			    max-width: 200px;
			    margin-right: auto;
			    margin-left: auto;
		        position: relative;
			}
			.testup li a {
			    display: block;
			    background: #840d83;
			    color: #fff;
			    padding-top: 12px;
			    padding-bottom: 12px;
			    letter-spacing:3px;
			    font-size: 15px;
			}
			.testup li a:hover {
				color: #fff;
			}

	.pages {
        margin-bottom: 50px;
	    margin-top: 50px;
	}
		.pages li {
			overflow:hidden;
		}
		.pages li .border {
		    position: absolute;
		    top: inherit;
		    left: 8px;
		    margin: inherit;
		    bottom: 15px;
		    -webkit-transform: inherit;
		    -ms-transform: inherit;
		    transform: inherit;
	        width: 90%;
	        border-top: 1px solid #d1d1d1;
		}
		.pages li .border:before {
			content: "";
			width: 1px;
			height: 100px;
			position: absolute;
		    left: 0;
		    top: -100px;
			border-left: 1px solid #d1d1d1;
		}
		.pages li h3 {
		    line-height: 1.6;
	        padding-left: 25px;
		    padding-right: 0;
	        background: none;
	        padding-bottom: 7px;
		}
		.pages li h3:before {
			top: 3px;
		}
		.pages li h3:after {
			content: "";
		    width: 20px;
		    background: #fff;
		    height: 21px;
		    top: 0;
		    left: 0;
		    position: absolute;
		    z-index: -1;
		}
		.pages li + li {
		    margin-top: 20px;
		}

	.linkBtn {
		width: 135px;
		clear: both;
	}
		.linkBtn a {
		    padding-top: 6px;
		    padding-bottom: 6px;
		    font-size: 13px;
		    width: 135px;
		}

	.hanrei ul {
		margin-left: 0;
	}
		.hanrei li {
		    position: relative;
		    padding-left: 20px;
	        font-size: 11px;
		}
		.hanrei li + li {
		    margin-left: 20px;
		}
		.hanrei li:before {
		    width: 16px;
		    height: 14px;
		    top: 1px;
		}
		.hanrei .yet:before {
			background:url(../img/common/pc/yet.png) no-repeat center;
			background-size: 16px 14px;
		}
		.hanrei .ok:before {
			background:url(../img/common/pc/ok.png) no-repeat center;
			background-size: 16px 14px;
		}
		.hanrei .done:before {
			background:url(../img/common/pc/checked.png) no-repeat center;
			background-size: 16px 14px;
		}

	.designedBy {
        padding-top: 50px;
	    padding-bottom: 0;
	}
		.designedBy ul {
			margin-right: auto;
		}
		.designedBy .kiuchi {
		    width: 100%;
		    max-width: 220px;
		    margin-right: auto;
		    margin-left: auto;
		    float: none;
		}
		.designedBy .matsui {
		    width: 100%;
		    max-width: 220px;
		    margin-left: auto;
		    padding-left: 0;
		    margin-right: auto;
		    float: none;
		}
		.designedBy .saito {
		    width: 100%;
		    max-width: 220px;
		    margin-left: auto;
		    padding-left: 0;
		    margin-right: auto;
		    float: none;
		}
		.designedBy li + li {
			margin-top: 20px;
		}
		.designedBy li:nth-child(2):before, .designedBy li:nth-child(3):before {
			display: none;
		}


/* sp-footer ----------------------*/

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
	.logo a {
	    width: 150px;
	}

/* sp-parts -----------------------*/

.arrow{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.triangle::before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 1px solid #840d83;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.triangle::after{
    left: 6px;
    width: 6px;
    height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

}


/* animation -----------------------*/

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated1_5 {
	animation-duration: 1.5s;
	animation-fill-mode: both;
}
.animated2 {
	animation-duration: 2s;
	animation-fill-mode: both;
}
.animated3 {
	animation-duration: 3s;
	animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
}

/* fade in right */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/* fade in */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

/* fade in */

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}


/* fade in up in main contents */

@-webkit-keyframes mainFI {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes mainFI {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.mainFI {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.6s;
	-ms-animation-duration:1.6s;
	animation-duration:1.6s;
	-webkit-animation-name: mainFI;
	animation-name: mainFI;
	visibility: visible !important;
	opacity: 0;
}

/* fade in up in up main contents */

@-webkit-keyframes mainFIU {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes mainFIU {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mainFIU {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:.6s;
	-ms-animation-duration:.6s;
	animation-duration:1s;
	-webkit-animation-name: mainFIU;
	animation-name: mainFIU;
	visibility: visible !important;
	opacity: 0;
}

/* fade in up in up main contents */

@-webkit-keyframes mainFID {
	0% {
		/*opacity: 1;*/
		-webkit-transform: translate(0, -35px);
		transform: translate(0, -35px, 0);
	}
	100% {
		/*opacity: 1;*/
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes mainFID {
	0% {
		/*opacity: 1;*/
		-webkit-transform: translate(0, -35px);
		transform: translate(0, -35px);
	}
	100% {
		/*opacity: 1;*/
		-webkit-transform: none;
		transform: none;
	}
}

.mainFID {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.8s;
	-ms-animation-duration:1.8s;
	animation-duration:1.8s;
	-webkit-animation-name: mainFID;
	animation-name: mainFID;
	/*visibility: visible !important;*/
	/*opacity: 1;*/
}


/* fade in up in up for late main contents */

@-webkit-keyframes mainFIU_late {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes mainFIU_late {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mainFIU_late {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: mainFIU_late;
	animation-name: mainFIU_late;
	visibility: visible !important;
	opacity: 0;
}


@-webkit-keyframes mainFIR {
	0% {
		opacity: 0;
		-webkit-transform: translate(20px,0);
		transform: translate(20px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes mainFIR {
	0% {
		opacity: 0;
		-webkit-transform: translate(20px,0);
		transform: translate(20px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mainFIR {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:.6s;
	-ms-animation-duration:.6s;
	animation-duration:.6s;
	-webkit-animation-name: mainFIR;
	animation-name: mainFIR;
	visibility: visible !important;
	opacity: 0;
}


@-webkit-keyframes mainFIL {
	0% {
		opacity: 0;
		-webkit-transform: translate(-40px,0);
		transform: translate(-40px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes mainFIL {
	0% {
		opacity: 0;
		-webkit-transform: translate(-40px,0);
		transform: translate(-40px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.mainFIL {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.6s;
	-ms-animation-duration:1.6s;
	animation-duration:1.6s;
	-webkit-animation-name: mainFIL;
	animation-name: mainFIL;
	visibility: visible !important;
	opacity: 0;
}

.sawarabimincho {
	font-family: "Sawarabi Mincho" !important;
}
