@charset "UTF-8";
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

 @keyframes popupAnimation {
 10%,  90% {
 transform: translateY(-70px);
 opacity: 1;
}
}
 @keyframes modalAnimation {
 100% {
 transform: translateY(5%);
 opacity: 1;
}
}
 @keyframes favAnimation {
 10%,  90% {
 opacity: 1;
}
}
 @keyframes rotateAnimation {
 100% {
 transform: rotate(360deg);
}
}
 @keyframes fadeinAnimation {
 100% {
 opacity: 1;
}
}



/**
 * foundation/_mixin.scss
 */

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	width: 100%;
	padding-top: 120px;
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
	word-break: normal;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media only screen and (max-width: 960px) {
body {
	padding-top: 40px;
}
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
a.off {
	opacity: 0;
	pointer-events: none;
}

ul {
	list-style: none;
}


/* _align.scss - utility
====================================================================== */


/* Text
-------------------- */

.u-ta-l {
	text-align: left !important;
}
.u-ta-c {
	text-align: center !important;
}
.u-ta-c {
	text-align: right !important;
}
/* Vertical
-------------------- */

.u-va-t {
	vertical-align: top !important;
}
.u-va-m {
	vertical-align: middle !important;
}
.u-va-b {
	vertical-align: bottom !important;
}
/* _clearfix.scss - utility
====================================================================== */


/* Clearfix
-------------------- */

.u-cf::after {
	content: "";
	display: block;
	clear: both;
}
.u-c-h {
	color: #004c97 !important;
}
.u-c-g {
	color: #f5f5f5 !important;
}
.u-c-b {
	color: #333333 !important;
}
.u-c-n {
	color: #888 !important;
}
.u-c-c {
	color: green !important;
}
.u-c-e {
	color: red !important;
}
.u-c-w {
	color: white !important;
}
.u-c-f {
	color: #3b5998 !important;
}
.u-c-t {
	color: #55acee !important;
}
.u-td-n {
	text-decoration: none !important;
}
.u-td-u {
	text-decoration: underline !important;
}

@media only screen and (min-width: 960px) {
		.u-pc-hide {
			display: none !important;
		}
}

@media only screen and (max-width: 960px) {
		.u-sp-hide {
			display: none !important;
		}
}
.u-lh-20 {
	line-height: 1.2 !important;
}
.u-lh-40 {
	line-height: 1.4 !important;
}
.u-lh-60 {
	line-height: 1.6 !important;
}
.u-lh-80 {
	line-height: 1.8 !important;
}
.u-lh-100 {
	line-height: 2 !important;
}
/* _margin.scss - utility
====================================================================== */


/* Margins
-------------------- */


/* Auto */

.u-ma {
	margin: 0 auto !important;
}
/* All */

.u-m-0 {
	margin: 0 !important;
}
.u-m-3 {
	margin: 3px !important;
}
.u-m-5 {
	margin: 5px !important;
}
.u-m-10 {
	margin: 10px !important;
}
.u-m-15 {
	margin: 15px !important;
}
.u-m-20 {
	margin: 20px !important;
}
.u-m-25 {
	margin: 25px !important;
}
.u-m-30 {
	margin: 30px !important;
}
.u-m-50 {
	margin: 50px !important;
}
/* Top */

.u-mt-0 {
	margin-top: 0 !important;
}
.u-mt-3 {
	margin-top: 3px !important;
}
.u-mt-5 {
	margin-top: 5px !important;
}
.u-mt-6 {
	margin-top: 6px !important;
}
.u-mt-7 {
	margin-top: 7px !important;
}
.u-mt-10 {
	margin-top: 10px !important;
}
.u-mt-15 {
	margin-top: 15px !important;
}
.u-mt-20 {
	margin-top: 20px !important;
}
.u-mt-25 {
	margin-top: 25px !important;
}
.u-mt-30 {
	margin-top: 30px !important;
}
.u-mt-35 {
	margin-top: 35px !important;
}
.u-mt-40 {
	margin-top: 40px !important;
}
.u-mt-50 {
	margin-top: 50px !important;
}
.u-mt-55 {
	margin-top: 55px !important;
}
.u-mt-60 {
	margin-top: 60px !important;
}
.u-mt-70 {
	margin-top: 70px !important;
}
.u-mt-80 {
	margin-top: 80px !important;
}
.u-mt-100 {
	margin-top: 100px !important;
}
/* Right */

.u-mr-0 {
	margin-right: 0 !important;
}
.u-mr-3 {
	margin-right: 3px !important;
}
.u-mr-5 {
	margin-right: 5px !important;
}
.u-mr-10 {
	margin-right: 10px !important;
}
.u-mr-15 {
	margin-right: 15px !important;
}
.u-mr-20 {
	margin-right: 20px !important;
}
.u-mr-25 {
	margin-right: 25px !important;
}
.u-mr-30 {
	margin-right: 30px !important;
}
.u-mr-40 {
	margin-right: 40px !important;
}
/* Bottom */

.u-mb-0 {
	margin-bottom: 0 !important;
}
.u-mb-3 {
	margin-bottom: 3px !important;
}
.u-mb-5 {
	margin-bottom: 5px !important;
}
.u-mb-8 {
	margin-bottom: 8px !important;
}
.u-mb-10 {
	margin-bottom: 10px !important;
}
.u-mb-15 {
	margin-bottom: 15px !important;
}
.u-mb-20 {
	margin-bottom: 20px !important;
}
.u-mb-25 {
	margin-bottom: 25px !important;
}
.u-mb-30 {
	margin-bottom: 30px !important;
}
.u-mb-50 {
	margin-bottom: 50px !important;
}
.u-mb-60 {
	margin-bottom: 60px !important;
}
.u-mb-100 {
	margin-bottom: 100px !important;
}
/* Left */

.u-ml-0 {
	margin-left: 0 !important;
}
.u-ml-3 {
	margin-left: 3px !important;
}
.u-ml-5 {
	margin-left: 5px !important;
}
.u-ml-10 {
	margin-left: 10px !important;
}
.u-ml-15 {
	margin-left: 15px !important;
}
.u-ml-20 {
	margin-left: 20px !important;
}
.u-ml-25 {
	margin-left: 25px !important;
}
.u-ml-30 {
	margin-left: 30px !important;
}
.u-o-0 {
	opacity: 0 !important;
}
.u-o-6 {
	opacity: 0.6 !important;
}
/* _padding.scss - utility
====================================================================== */


/* Paddings
-------------------- */


/* All */

.u-p-0 {
	padding: 0 !important;
}
.u-p-3 {
	padding: 3px !important;
}
.u-p-5 {
	padding: 5px !important;
}
.u-p-10 {
	padding: 10px !important;
}
.u-p-15 {
	padding: 15px !important;
}
.u-p-20 {
	padding: 20px !important;
}
.u-p-25 {
	padding: 25px !important;
}
.u-p-30 {
	padding: 30px !important;
}
/* Top */

.u-pt-0 {
	padding-top: 0 !important;
}
.u-pt-3 {
	padding-top: 3px !important;
}
.u-pt-5 {
	padding-top: 5px !important;
}
.u-pt-10 {
	padding-top: 10px !important;
}
.u-pt-15 {
	padding-top: 15px !important;
}
.u-pt-20 {
	padding-top: 20px !important;
}
.u-pt-25 {
	padding-top: 25px !important;
}
.u-pt-30 {
	padding-top: 30px !important;
}
.u-pt-50 {
	padding-top: 50px !important;
}
.u-pt-60 {
	padding-top: 60px !important;
}
/* Right */

.u-pr-0 {
	padding-right: 0 !important;
}
.u-pr-3 {
	padding-right: 3px !important;
}
.u-pr-5 {
	padding-right: 5px !important;
}
.u-pr-10 {
	padding-right: 10px !important;
}
.u-pr-15 {
	padding-right: 15px !important;
}
.u-pr-20 {
	padding-right: 20px !important;
}
.u-pr-25 {
	padding-right: 25px !important;
}
.u-pr-30 {
	padding-right: 30px !important;
}
.u-pr-35 {
	padding-right: 35px !important;
}
/* Bottom */

.u-pb-0 {
	padding-bottom: 0 !important;
}
.u-pb-5 {
	padding-bottom: 5px !important;
}
.u-pb-10 {
	padding-bottom: 10px !important;
}
.u-pb-15 {
	padding-bottom: 15px !important;
}
.u-pb-20 {
	padding-bottom: 20px !important;
}
.u-pb-25 {
	padding-bottom: 25px !important;
}
.u-pb-30 {
	padding-bottom: 30px !important;
}
.u-pb-50 {
	padding-bottom: 50px !important;
}
.u-pb-70 {
	padding-bottom: 70px !important;
}
.u-pb-80 {
	padding-bottom: 80px !important;
}
.u-pb-100 {
	padding-bottom: 100px !important;
}
/* Left */

.u-pl-0 {
	padding-left: 0 !important;
}
.u-pl-5 {
	padding-left: 5px !important;
}
.u-pl-10 {
	padding-left: 10px !important;
}
.u-pl-15 {
	padding-left: 15px !important;
}
.u-pl-20 {
	padding-left: 20px !important;
}
.u-pl-25 {
	padding-left: 25px !important;
}
.u-pl-30 {
	padding-left: 30px !important;
}
.u-pl-35 {
	padding-left: 35px !important;
}
/* _size.scss - utility
====================================================================== */


/* Sizes
-------------------- */

.u-fs-10 {
	font-size: 10px !important;
}
.u-fs-11 {
	font-size: 11px !important;
}
.u-fs-12 {
	font-size: 12px !important;
}
.u-fs-13 {
	font-size: 13px !important;
}
.u-fs-14 {
	font-size: 14px !important;
}
.u-fs-15 {
	font-size: 15px !important;
}
.u-fs-16 {
	font-size: 16px !important;
}
.u-fs-17 {
	font-size: 17px !important;
}
.u-fs-18 {
	font-size: 18px !important;
}
.u-fs-19 {
	font-size: 19px !important;
}
.u-fs-20 {
	font-size: 20px !important;
}
.u-fs-21 {
	font-size: 21px !important;
}
.u-fs-22 {
	font-size: 22px !important;
}
.u-fs-24 {
	font-size: 24px !important;
}
.u-fs-26 {
	font-size: 26px !important;
}
.u-fs-28 {
	font-size: 28px !important;
}
.u-fs-30 {
	font-size: 30px !important;
}
.u-fs-36 {
	font-size: 36px !important;
}
.u-fs-40 {
	font-size: 40px !important;
}
.u-ws-n {
	white-space: nowrap;
}