/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

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

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
	display: none
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*	`em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*	user zoom.
*/

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
	font-family: sans-serif;
	font-family: 'Poppins', "Noto Sans Japanese", Helvetica, sans-serif;
}
html, body {
	overflow-x: hidden;
	width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
	margin: 0;
	font-family: 'Poppins', "Noto Sans Japanese", Helvetica, sans-serif;
}

/*
* Font Smoothing
*/
html, html a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	-webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
	outline: thin dotted;
	text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
	outline: 0;
	text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
	margin: 0;
}
h2 {
	margin: 0.83em 0;
	font-size: 1.5em;
}
h3 {
	margin: 1em 0;
	font-size: 1.17em;
}
h4 {
	margin: 1.33em 0;
	font-size: 1em;
}
h5 {
	margin: 1.67em 0;
	font-size: 0.83em;
}
h6 {
	margin: 2.33em 0;
	font-size: 0.75em;
}

.title-level1 {
	margin: 0.43em 0;
	font-size: 3em;
}
.title-level2 {
	margin: 0.43em 0;
	font-size: 2.5em;
}
.download .title-level2 {
	vertical-align: middle;
	text-align: center;
}
.title-level1 i ,
.title-level2 i {
	margin-right: 20px;
	vertical-align: middle;
	display: inline-block;
}
.title-level3 {
	margin: 0.43em 0;
	font-size: 2em;
	text-align: center;
	border-bottom: 2px solid transparent;
	padding-bottom: 0.2em;
}

@media screen and ( max-width:560px) {
	.title-level1 {
		margin: 0.43em 0;
		font-size: 2em;
	}
	.title-level2 {
		margin: 0.43em 0;
		font-size: 1.67em;
	}
	.title-level1 i ,
	.title-level2 i {
		margin-right: 5px;
	}
	.title-level1 i svg ,
	.title-level2 i svg {
		width: 70%;
	}
	.title-level3 {
		margin: 0.43em 0;
		font-size: 1.33em;
		text-align: center;
		border-bottom: 2px solid transparent;
		padding-bottom: 0.2em;
	}
}

.lead {
	font-size:14px;
	line-height: 2;
	margin-bottom: 40px;
}
@media (min-width:768px) {
	.lead {
		font-size:16px;
	}
}


/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
	border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
	font-weight: bold
}
blockquote {
	margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
	font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
	background: #ff0;
	color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
	margin: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
	font-size: 1em;
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
	quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
	list-style: none;
	list-style-image: none;
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
	padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
	overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
	margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
	margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
	padding: 0;
	border: 0; /* 1 */
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *	and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	font-size: 100%; /* 1 */
	*vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
	line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*	and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*	`input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*	Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
	cursor: pointer; /* 3 */
	-webkit-appearance: button; /* 2 */
	*overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
	cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*	Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*	(include `-moz` to future-proof).
*/
input[type="search"] {
	/* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield; /* 1 */
	nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

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

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: color, border-color, background-color;
	transition-property: color, border-color, background-color;
}
.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}
p {
	font-size: 16px;
	line-height: 1.4;
}
a {
	color: #4b98a9
}
a:hover, a:focus {
	color: #73d0da;
	text-decoration: none;
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 20px 50px;
	border-radius: 3px;
	background-color: #fff;
	color: #4b98a9;
	font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
	background-color: #73d0da;
	color: #fff;
	text-decoration: none;
}
.learn-btn {
	display: inline-block;
	padding: 18px 46px;
	border: 2px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}
.learn-btn:hover, .learn-btn:focus {
	border-color: #73d0da;
	color: #73d0da;
	text-decoration: none;
}
.read-more-btn {
	display: inline-block;
	color: #323a45;
	text-transform: uppercase;
/*	font-weight: 400;*/
}
.read-more-btn i {
	margin-left: 5px
}
.social-button-syncer,
.download-list {
	text-align: center;
}
.social-button-syncer li {
	display: inline-block;
	margin-bottom: 24px;
	padding: 0 8px;
}
.download-list li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 8px;
}

.download-btn {
	display: inline-block;
	margin-top: 24px;
	width: 240px;
}
.download-btn img {
	width: 100%;
}
.download-btn:hover, .download-btn:focus {
	text-decoration: none;
	opacity: 0.8;
}

.pc-none{display: none;}

/* ==========================================================================
haeder
========================================================================== */
header {
}
header.main {
	min-height: 100vh;
	width: 100%;
}
header.main .container {
	margin: 0 auto;
	padding: 20% 0;
	width: 90%;
	max-width: 980px;
}
header.main .container h1 {
	color: #fff;
	font-weight: 900;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.8);
}
header.main .container h1 span {
	display: block;
	font-size: 0.5em;
	margin: 0 0 -2.4em 20%;
	text-shadow: none;
}
header.main .container h1 img {
	margin: 0 0 24px;
	width: 100%;
}
header.main .container p {
	color: #fff;
	font-weight: 700;
	line-height: 1.8;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.8);
}
@media screen and ( max-width:991px ) {
	header.main {
		min-height: auto;
		height: auto;
	}
}

/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
	width: 13px;
	height: 13px;
	opacity: 1;
	background: transparent;
	border: 2px solid white;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
	background: white;
}


/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
	margin: 40px 0 0;
	padding: 0;
	border: none;
}
blockquote p {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 70%;
	vertical-align: top;
	font-style: italic;
}
blockquote .avatar {
	display: inline-block;
	margin-right: 20px;
	width: 64px;
	height: 64px;
	vertical-align: middle;
}
blockquote .logo-quote {
	display: inline-block;
	margin: 0 0 0 90px;
}

/* ==========================================================================
contents
========================================================================== */
section.contents {
	background-color: #E9E9E9;
}
section.contents .container {
	padding: 8.16% 15px 4.08%;
}

section.contents a {
}
section.contents a:hover, section.contents a:focus {
	text-decoration: none;
}

.movieWrap {
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}
.movieWrap iframe {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

section.contents a:hover, section.contents a:focus {
	text-decoration: none;
}

section.contents .modebox {
	padding-bottom: 60px;
}
section.contents .row.modebox {
	padding-bottom: 0;
}
section.contents .modebox .detail {
	padding: 0 30px;
}
section.contents .modebox .detail p {
	line-height: 1.8;
}
section.contents .modebox .img {
	text-align: center;
	padding-bottom: 30px;
}

section.contents .modebox .img img {
	max-width: 100%;
}

@media screen and ( max-width:460px ) {
	section.contents .col-md-4.modebox .img img {
		width: 70%;
	}
}
@media screen and ( max-width:992px ) {
	section.contents .modebox .detail {
		padding: 0 15px;
	}
}

/* ==========================================================================
#catch
========================================================================== */
#catch {
	background: rgba(0,0,0,0.8);
	min-height: 100vh;
	text-align: center;
}
#catch .container {
	background: url(../img/graph.png) 50% 0% no-repeat;
	background-size: cover;
	min-height: inherit;
}
#catch .container .copy {
	margin: 64% auto 10%;
}
#catch .container .copy h1 {
	color: #fff;
	font-size: 5em;
	font-weight: 900;
	letter-spacing: -0.1em;
	margin: 0 auto;
}
#catch .container .copy p {
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
@media screen and ( max-width:991px ) {
	#catch {
		height: auto;
		min-height: auto;
	}
	#catch .container .copy {
		margin: 80% auto 40%;
	}
	#catch .container .copy h1 {
		font-size: 3em;
	}
	#catch .container .copy p {
		font-size: 1.25em;
	}
}

/* ==========================================================================
#contents-mode
========================================================================== */
#contents-mode h1 {
	font-weight: 700;
}
#contents-mode h2 {
	font-weight: 700;
	text-align: center;
}
#contents-mode p {
	font-weight: 400;
}
@media screen and ( max-width:991px ) {
	#contents-mode h1 i {
		display: block;
	}
}
/* ==========================================================================
#download
========================================================================== */
#download {
	background: rgba(0,0,0,0.5);
}
#download .container {
	padding: 8.16% 15px;
}
#download .container .row>div {
	float: none;
	margin: 0 auto;
}
#download .container h1 {
	color: #fff;
	font-weight: 900;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.8);
}
#download .container h1 span {
	display: block;
	font-size: 0.5em;
	margin: 0 0 -2.4em 20%;
	text-shadow: none;
}
#download .container h1 img {
	margin: 0 0 24px;
	width: 100%;
}



/* ==========================================================================
Footer
========================================================================== */
footer {
	margin:0 auto 0;
	color:#000;
	clear:both;
	text-align: center;
	border-top: 2px solid transparent;
}
footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #FFF;
}

footer .link {
	clear: both;
	padding-top: 20px;
	width: 60%;
	max-width: 180px;
	margin: 0 auto;
}
footer .link img {
	width: 100%;
}
footer .link a:hover {
	text-decoration:none;
	-moz-opacity:0.75;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	opacity:0.75
}

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

	footer {
		background:url("../img/footbg.png") repeat 0 0;
	}
	footer .inner {
		position:relative;
		margin:0 auto;
		padding:0 0
	}
	footer .pageTop {
		position:absolute;
		top:-44px;
		right:20px
	}
	footer a {
		font-size:12px
	}

	footer .container {
		padding:0
	}
	footer .container .temSiteLink {
		position:relative;
		margin-bottom:30px;
		padding:30px 0;
		box-shadow:0 14px 6px -12px rgba(0,0,0,0.6)
	}
	footer .container .temSiteLink h2 {
		color:#CCC;
		font-size:16px;
		font-family:"Oswald",sans-serif,Arial;
		font-weight:400;
		margin-bottom:20px
	}
	footer .container .temSiteLink ul li {
		display:inline-block;
		*display:inline;
		*zoom:1;
		vertical-align:top;
		border-right:1px solid #444;
		position:relative;
		z-index:2
	}
	footer .container .temSiteLink ul li:before {
		border-right:1px solid #000;
		bottom:0;
		left:0;
		right:0;
		top:0;
		content:"";
		display:block;
		position:absolute;
		z-index:-1
	}
	footer .container .temSiteLink ul li.teamF a {
		background:url("../img/logoWord_120x50_F.png") no-repeat 50% 0;
		background-size:120px auto
	}
	footer .container .temSiteLink ul li.teamE a {
		background:url("../img/logoWord_120x50_E.png") no-repeat 50% 0;
		background-size:120px auto
	}
	footer .container .temSiteLink ul li.teamL a {
		background:url("../img/logoWord_120x50_L.png") no-repeat 50% 0;
		background-size:120px auto
	}
	footer .container .temSiteLink ul li.teamM a {
		background:url("../img/logoWord_120x50_M.png") no-repeat 50% 0;
		background-size:120px auto
	}
	footer .container .temSiteLink ul li.teamBs a {
		background:url("../img/logoWord_120x50_Bs.png") no-repeat 50% 0;
		background-size:120px auto
	}
	footer .container .temSiteLink ul li.teamH a {
		background:url("../img/logoWord_120x50_H.png") no-repeat 50% 0;
		background-size:120px auto
	}
	footer .container .temSiteLink ul li:last-child {
		border:none
	}
	footer .container .temSiteLink ul li:last-child:before {
		border:none
	}
	footer .container .temSiteLink ul li a {
		display:block;
		font-size:11px;
		color:#FFF;
		padding:60px 15px 20px;
		width:120px;
		-webkit-box-sizing: content-box;
		   -moz-box-sizing: content-box;
		        box-sizing: content-box;
	}
	footer .container .temSiteLink ul li a:hover {
		text-decoration:none;
		-moz-opacity:0.75;
		-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
		opacity:0.75
	}
	footer .container .temSiteLink ul li a span {
		display:block;
		font-size:10px;
		font-family:"Oswald",sans-serif,Arial;
		font-weight:400;
		margin-top:7px;
		color:#999
	}
	footer .container .footerLink ul li {
		display:inline-block;
		*display:inline;
		*zoom:1;
		vertical-align:top
	}
	footer .container .footerLink ul li a {
		color:#FFF
	}
	footer .container .footerLink ul.outline {
		margin-bottom:30px
	}
	footer .container .footerLink ul.outline li {
		margin:0 10px
	}
	footer .container .footerLink ul.outline li a {
		position:relative;
		line-height:170%
	}
	footer .container .plm {
		text-indent:130%;
		white-space:nowrap;
		overflow:hidden;
		margin:0 auto 10px;
		width:121px;
		height:40px;
		background:url("../img/logo_footer01.png") no-repeat 0 0;
		background-size:100px auto
	}
	footer .container .copyright {
		text-align:center;
		font-size:11px;
		color:#999
	}
}

@media screen and ( max-width:540px ) {

	footer .inner {
		position:relative;
		width:100%;
		margin:0 auto;
		padding:0
	}
	footer a {
		font-size:12px
	}
	footer .container {
		background:#222;
		padding:0 20px 20px
	}
	footer .container .temSiteLink {
		position:relative;
		margin:0 -10px 15px;
		padding:15px 0
	}
	footer .container .temSiteLink h2 {
		color:#CCC;
		font-size:16px;
		font-family:"Oswald",sans-serif,Arial;
		font-weight:400;
		margin-bottom:20px
	}
	footer .container .temSiteLink ul li {
		display:inline-block;
		margin:0 5px 0
	}
	footer .container .temSiteLink ul li a {
		display:block;
		text-indent:130%;
		white-space:nowrap;
		overflow:hidden;
		width:40px;
		height:40px
	}
	footer .container .temSiteLink ul li a br {
		display: none;
	}
	footer .container .temSiteLink ul li.teamF a {
		background:#FFF url("../img/logoInt_120x120_F.png") no-repeat 50% 0;
		background-size:40px auto;
		border-radius:50%
	}
	footer .container .temSiteLink ul li.teamE a {
		background:#FFF url("../img/logoInt_120x120_E.png") no-repeat 50% 0;
		background-size:40px auto;
		border-radius:50%
	}
	footer .container .temSiteLink ul li.teamL a {
		background:#FFF url("../img/logoInt_120x120_L.png") no-repeat 50% 0;
		background-size:40px auto;
		border-radius:50%
	}
	footer .container .temSiteLink ul li.teamM a {
		background:#FFF url("../img/logoInt_120x120_M.png") no-repeat 50% 0;
		background-size:40px auto;
		border-radius:50%
	}
	footer .container .temSiteLink ul li.teamBs a {
		background:#FFF url("../img/logoInt_120x120_Bs.png") no-repeat 50% 0;
		background-size:40px auto;
		border-radius:50%
	}
	footer .container .temSiteLink ul li.teamH a {
		background:#FFF url("../img/logoInt_120x120_H.png") no-repeat 50% 0;
		background-size:40px auto;
		border-radius:50%
	}

	footer .container .footerLink ul li {
		display:inline-block
	}
	footer .container .footerLink ul li a {
		color:#FFF
	}
	footer .container .footerLink ul.outline {
		margin-bottom:30px
	}
	footer .container .footerLink ul.outline li {
		margin:0 10px
	}
	footer .container .footerLink ul.outline li a {
		position:relative;
		line-height:170%
	}
	footer .container .plm {
		text-indent:130%;
		white-space:nowrap;
		overflow:hidden;
		margin:0 auto 10px;
		width:98px;
		height:32px;
		background:url("../img/logo_footer01.png") no-repeat 0 0;
		background-size:100% auto
	}
	footer .container .copyright {
		text-align:center;
		font-size:11px;
		color:#999
	}
	#wrapper_2015 {
		min-height:100%;
		height:auto !important;
		height:100%;
		margin:0 auto -250px
	}
	footer,.push {
		margin:0 auto;
		height:250px;
		clear:both;
		position:relative
	}
	* html footer {
		display:none
	}
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
	visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
	visibility: visible
}
.delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-15s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}


/*
*/
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: inset 0 0 0 2px #dddddd;
  color: #61686b !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 3em;
  letter-spacing: 0.05em;
  line-height: 3.15em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(144, 144, 144, 0.075);
    color: #61686b !important; }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(144, 144, 144, 0.15);
    color: #61686b !important; }
  input[type="submit"].icon,
  input[type="reset"].icon,
  input[type="button"].icon,
  button.icon,
  .button.icon {
    padding-left: 1.35em; }
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    button.icon:before,
    .button.icon:before {
      color: #a8b0b3;
      margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    display: block;
    margin: 0 0 1em 0;
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.8em; }
  input[type="submit"].big,
  input[type="reset"].big,
  input[type="button"].big,
  button.big,
  .button.big {
    font-size: 1.35em; }
  input[type="submit"].special,
  input[type="reset"].special,
  input[type="button"].special,
  button.special,
  .button.special {
    background-color: #fff;
    border: 0;
	  border-radius: 4px;
    box-shadow: none;
    color: #231815;
	width: 240px;
}
    input[type="submit"].special:hover,
    input[type="reset"].special:hover,
    input[type="button"].special:hover,
    button.special:hover,
    .button.special:hover {
		opacity: 0.8;
}
    input[type="submit"].special:active,
    input[type="reset"].special:active,
    input[type="button"].special:active,
    button.special:active,
    .button.special:active {
      background-color: #182249; }
    input[type="submit"].special.icon:before,
    input[type="reset"].special.icon:before,
    input[type="button"].special.icon:before,
    button.special.icon:before,
    .button.special.icon:before {
      color: #a5aabd; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    background-color: #6f7577 !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: default;
    opacity: 0.25; }


/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	padding-top: 40px;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 88px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 100% ;
	margin: 0 ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
	}
}


/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
	vertical-align: top;
}


/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
	.sc-li {
		display: none ;
	}
}