@charset "UTF-8";
/*==============================================
 * main.css
 *=============================================*/
/*
 * RESET
 */
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 {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*==============================================
 * SETTING
 *=============================================*/
/*
 * variables
 */
/*
 * mixins
 */
/*==============================================
 * LAYOUT
 *=============================================*/
.l-frame--limit {
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
}

.l-frame--large {
	max-width: 1400px;
	margin: 0 auto;
	overflow-x: hidden;
}

@media screen and (max-width: 480px) {
	.l-frame--large {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.l-frame {
	max-width: 1200px;
	margin: 4.28em auto;
	padding-top: 4.28em;
}

@media screen and (max-width: 480px) {
	.l-frame {
		max-width: 100%;
		margin: 2em auto;
		padding-top: 0;
	}
}

.l-frame--member {
	position: relative;
}

/*
 * hide
 */
@media (max-width: 480px) {
	.sp-none {
		display: none;
	}
}

@media (min-width: 481px) {
	.pc-none {
		display: none;
	}
}

/*
 * btn transition
 */
.u-btn {
	cursor: pointer;
}

.u-btn img {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

@media screen and (max-width: 480px) {
	.u-btn img {
		-webkit-transition: none;
		transition: none;
	}
}

.u-btn:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media screen and (max-width: 480px) {
	.u-btn:hover img {
		-webkit-transform: none;
		transform: none;
	}
}

/*
 * IF IE
 */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .l-frame--large {
		overflow: hidden !important;
	}
}

.l-frame--large {
	overflow: hidden !important;
}

/*==============================================
 * HEADER
 *=============================================*/
.header {
	position: relative;
	max-width: 1400px;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #ffffff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.header {
		position: relative;
		max-width: 100%;
		width: 100%;
		height: 4.28em;
		z-index: 12;
	}
}

.header__main {
	position: relative;
	padding-top: 2.14em;
}

@media screen and (max-width: 480px) {
	.header__main {
		padding-top: 0;
	}
}

.header__main__ttl {
	width: 16.8em;
	margin-left: 3%;
	padding: 0.28em 0;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 0.85em;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.header__main__ttl {
		position: absolute;
		text-align: left;
		top: 2.0em;
		padding: 0;
		border: none;
		font-size: 0.64em;
	}
}

.header__main__logo {
	width: 22em;
	margin: -2.6em auto;
	text-align: center;
}

.header__main__logo img {
	width: 22em;
}

@media screen and (max-width: 480px) {
	.header__main__logo {
		position: absolute;
		top: 1em;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 20;
	}
	.header__main__logo img {
		width: 51%;
	}
}

.header__main__entry {
	position: absolute;
	width: 10.5em;
	top: 270%;
	right: 3%;
	z-index: 1;
}

.header__main__entry img {
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

.header__main__entry a {
	display: block;
}

.header__main__entry:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 480px) {
	.header__main__entry {
		display: none;
		-webkit-transition: none;
		transition: none;
	}
}

.header__main__web {
	z-index: 2;
	position: absolute;
	width: 10.5em;
	top: 100%;
	right: 3%;
}

.nav {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 12%;
	width: 60%;
	margin: 0 auto;
	color: #000000;
}

@media screen and (max-width: 480px) {
	.nav {
		position: relative;
		width: 100%;
		top: 4.28em;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		background: rgba(0, 0, 0, 0) none no-repeat scroll top left;
		z-index: 0;
	}
}

@media screen and (max-width: 480px) {
	.active.nav {
		position: fixed;
		z-index: 10;
		opacity: 1;
		visibility: visible;
		background: white;
		overflow: scroll;
	}
}

.nav__ul {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 480px) {
	.nav__ul {
		display: block;
		top: 4.28em;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.nav__ul__item {
	font-size: 1.2em;
	padding-right: 0;
}

.nav__ul__item img {
	width: 1.8em;
	margin: -2px 3px 0 0;
}

.nav__ul__item a {
	position: relative;
	display: inline-block;
	-webkit-transition: width 1s ease .1s;
	transition: width 1s ease .1s;
}

.nav__ul__item a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 3px;
	right: 0;
	bottom: -6px;
	left: auto;
	background: url(../../image/border.png) no-repeat scroll center center;
	background-size: cover;
	-webkit-transition: width .2s ease .0s;
	transition: width .2s ease .0s;
}

.nav__ul__item a:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.nav__ul__item a p {
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.nav__ul__item {
		display: block;
		width: 9.6em;
		margin: 0 auto;
		font-size: 16px;
		text-align: left;
		padding: 7% 0;
	}
	.nav__ul__item a {
		text-decoration: none;
		color: #000000;
	}
	.nav__ul__item a:hover {
		color: #000000;
	}
	.nav__ul__item img {
		margin: -3px 14px 0 0;
	}
}

.nav__entry {
	display: none;
}

@media screen and (max-width: 480px) {
	.nav__entry {
		position: relative;
		text-align: center;
		margin: 0 auto 2em;
		display: block;
	}
	.nav__entry img {
		width: 40%;
	}
}

.item--line {
	border-bottom: none;
}

.no-event {
	pointer-events: none;
}

.no-event a {
	color: #ccc;
}

/*
 * HAMBURGER BUTTON
 */
@media screen and (max-width: 480px) {
	.header__line {
		display: block;
		position: absolute;
		width: 44px;
		height: 44px;
		right: 12px;
		top: 8px;
		background: #ffffff none no-repeat scroll top left;
		cursor: pointer;
		z-index: 9999;
	}
	.header__line span {
		display: block;
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		animation: backCenter 1s ease 0s 1 normal both;
		-moz-animation: backCenter 1s ease 0s 1 normal both;
		-webkit-animation: backCenter 1s ease 0s 1 normal both;
	}
	.header__line span::before {
		content: '';
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
		animation: backTop 1s ease 0s 1 normal both;
		-moz-animation: backTop 1s ease 0s 1 normal both;
		-webkit-animation: backTop 1s ease 0s 1 normal both;
	}
	.header__line span::after {
		content: '';
		position: absolute;
		width: 22px;
		height: 1px;
		background: #000000 none no-repeat scroll top left;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		animation: backBottom 1s ease 0s 1 normal both;
		-moz-animation: backBottom 1s ease 0s 1 normal both;
		-webkit-animation: backBottom 1s ease 0s 1 normal both;
	}
	.header__ttl {
		font-size: 1em;
		padding-left: 0;
	}
	.header__main div {
		width: auto;
	}
	.header__main__btn {
		left: 0;
	}
	.active.header__line span {
		animation: lineCenter 1s ease 0s 1 normal both;
		-moz-animation: lineCenter 1s ease 0s 1 normal both;
		-webkit-animation: lineCenter 1s ease 0s 1 normal both;
	}
	.active.header__line span::before {
		content: '';
		animation: lineTop 1s ease 0s 1 normal both;
		-moz-animation: lineTop 1s ease 0s 1 normal both;
		-webkit-animation: lineTop 1s ease 0s 1 normal both;
	}
	.active.header__line span::after {
		content: '';
		animation: lineBottom 1s ease 0s 1 normal both;
		-moz-animation: lineBottom 1s ease 0s 1 normal both;
		-webkit-animation: lineBottom 1s ease 0s 1 normal both;
	}
	@-webkit-keyframes lineTop {
		0% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@keyframes lineTop {
		0% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
	}
	@-webkit-keyframes lineBottom {
		0% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@keyframes lineBottom {
		0% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	@-webkit-keyframes lineCenter {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
	@keyframes lineCenter {
		0% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
	}
	@-webkit-keyframes backTop {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
	}
	@keyframes backTop {
		0% {
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
		100% {
			-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
		}
	}
	@-webkit-keyframes backBottom {
		0% {
			opacity: 0;
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
			opacity: 1;
		}
	}
	@keyframes backBottom {
		0% {
			opacity: 0;
		}
		50% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(6px);
			transform: translateY(6px);
			opacity: 1;
		}
	}
	@-webkit-keyframes backCenter {
		0% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		50% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}
	@keyframes backCenter {
		0% {
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		50% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
		100% {
			-webkit-transform: rotate(0);
			transform: rotate(0);
		}
	}
}

.header--fixed {
	z-index: 30;
	position: fixed;
	max-width: 1400px;
	min-width: 1000px;
	width: 100%;
	height: 70px;
	top: 0;
	margin: 0 auto;
	background: #fff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

@media screen and (max-width: 480px) {
	.header--fixed {
		display: none;
	}
}

.header--fixed .nav {
	bottom: 24%;
}

.header__sub img {
	width: 14em;
}

.header__sub__logo {
	margin: 0.8em auto;
	text-align: center;
}

.header__sub__ttl {
	width: 12%;
	margin-left: 3%;
	margin: 2.1em 0 0 2.6em;
	padding: 0.28em 0;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 0.85em;
	text-align: center;
}

.is-active.header--fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 18px -10px rgba(0, 0, 0, 0.6);
	z-index: 32;
}

/*==============================================
 * IF IE
 *=============================================*/
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .header--fixed {
		display: none;
	}
	*::-ms-backdrop, .is-active.header--fixed {
		display: block;
	}
}

.header--fixed {
	display: none\9;
}

.is-active.header--fixed {
	display: block\9;
}

/*==============================================
 * FOOTER
 *=============================================*/
.footer {
	position: relative;
	max-width: 1400px;
	width: 96%;
	margin: 0 auto;
	padding: 4em 0 2em 0;
	overflow: hidden;
	z-index: 10;
}

@media screen and (max-width: 480px) {
	.footer {
		position: relative;
		max-width: 100%;
		z-index: 10;
		width: 87.5%;
		padding-top: 1em;
	}
}

.footer__btn {
	width: 6em;
	margin: 0 auto 4em;
	cursor: pointer;
}

.footer__btn img {
	display: block;
	width: 4em;
	margin: 0 auto;
}

.footer__btn__txt {
	color: #000000;
	padding-top: 1.42em;
	font-size: 0.92em;
	font-weight: 400;
}

.footer__small {
	text-align: center;
	float: right;
}

@media screen and (max-width: 480px) {
	.footer__small {
		text-align: left;
		float: none;
	}
}

.footer__small small {
	font-size: 0.85em;
}

@media screen and (max-width: 480px) {
	.footer__small small {
		font-size: 0.75em;
	}
}

.footer__ul {
	display: inline-block;
	padding-bottom: 2%;
}

.footer__ul__item {
	display: inline-block;
	padding-right: 1em;
}

.footer__ul__item a {
	color: #000;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.footer__ul__item {
		display: block;
		padding-top: 8%;
		font-size: 0.85em;
	}
	.footer__ul__item:nth-child(2) {
		display: none;
	}
}

/*==============================================
 * COMMON
 *=============================================*/
body {
	font-size: 87.50%;
	background: #ffffff none no-repeat scroll top left;
	font-family: 'FOT-筑紫A丸ゴシック Std M', 'TsukuARdGothicStd-M';
	color: #000000;
}

.container {
	background: #FFF none no-repeat scroll top left;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

li {
	list-style: none;
}

p {
	letter-spacing: 1px;
	line-height: 1.4;
}

/*==============================================
 * MAIN CONTENTS
 *=============================================*/
/*
 * container
 */
.container {
	min-width: 1000px;
}

@media screen and (max-width: 480px) {
	.container {
		min-width: 100%;
	}
}

.c-txt {
	font-size: 1.07em;
	letter-spacing: 1px;
	line-height: 2.0;
}

.c-ttl {
	position: relative;
	display: table;
	table-layout: fixed;
	padding: 3em 4em;
	border: 1px solid #000000;
	border-radius: 100px;
	z-index: 1;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.c-ttl {
		padding: 8% 6%;
		margin: 0 auto;
	}
}

.c-ttl img {
	display: table-cell;
	vertical-align: middle;
}

.c-ttl p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
	font-size: 1.71em;
}

@media screen and (max-width: 480px) {
	.c-ttl p {
		font-size: 1em;
	}
}

.c-more {
	position: absolute;
}

.c-more img {
	width: 29px;
	float: left;
}

.c-more p {
	float: left;
	padding: 5px 0 0 5px;
}

.c-opacity {
	-webkit-transition: opacity .5s ease 0s !important;
	transition: opacity .5s ease 0s !important;
}

.c-opacity:hover {
	opacity: 0.6 !important;
}

@media screen and (max-width: 480px) {
	.c-opacity:hover {
		opacity: 1;
	}
}

/*
 * hero
 */
.c-hero {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 0;
}

.c-hero:before {
	z-index: 1;
	content: attr(data-item);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0.3%;
	background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 480px) {
	.c-hero:before {
		background-color: rgba(0, 0, 0, 0);
	}
}

.c-hero__mov {
	width: 100%;
}

.c-hero__poster {
	width: 100%;
}

.c-hero__arrow {
	position: absolute;
	text-align: center;
	width: 6.5em;
	right: 0;
	bottom: 14%;
	left: 0;
	margin: auto;
	z-index: 1;
}

.c-hero__arrow img {
	width: 3.28em;
}

.c-hero__arrow .c-hero__arrow__txt {
	color: #ffffff;
	padding-top: 1.42em;
	font-size: 0.92em;
	font-weight: 400;
}

@media screen and (max-width: 480px) {
	.c-hero__slide {
		height: 19.8em;
	}
}

.c-hero__cover {
	position: absolute;
	top: 25%;
	left: 0;
}

@media screen and (max-width: 480px) {
	.c-hero__cover {
		top: 36%;
	}
}

.c-hero__web {
	z-index: 2;
	position: absolute;
	width: 10.5em;
	top: 12%;
	right: 3%;
}

@media screen and (max-width: 480px) {
	.c-hero__web {
		z-index: 10;
		width: 24%;
		top: 6%;
	}
}

/*
 * news
 */
.c-news {
	position: relative;
	display: inline-block;
	width: 328px;
	margin-bottom: 5em;
	padding: 3em 2.6em 2.14em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5 none no-repeat scroll top left;
	z-index: 0;
}

@media screen and (max-width: 480px) {
	.c-news {
		width: 100%;
		padding: 6% 6.25%;
		-webkit-box-sizing: none;
		box-sizing: none;
	}
}

@media screen and (max-width: 480px) {
	.c-news--hide {
		display: none;
	}
}

.c-news__ttl {
	text-align: center;
	padding-bottom: 1.71em;
	font-size: 1.428em;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.c-news__ttl {
		padding-bottom: 8%;
	}
}

.c-news__article {
	margin: 0 auto;
	padding-bottom: 1.8em;
	font-size: 0.92em;
}

.c-news__article .c-news__article__date {
	padding-bottom: 0.85em;
}

.c-news__article .c-news__article__summary {
	line-height: 1.8;
}

@media screen and (max-width: 480px) {
	.c-news__article {
		padding-bottom: 6%;
	}
}

.c-news__btn {
	display: none;
}

@media screen and (max-width: 480px) {
	.c-news__btn {
		position: absolute;
		display: block;
		text-align: center;
		right: 0;
		bottom: -3.4em;
		left: 0;
		margin: auto;
		cursor: pointer;
	}
	.c-news__btn img {
		width: 2em;
		margin: 0 auto;
		padding-bottom: 1em;
	}
}

.c-photo {
	position: relative;
}

.c-photo--web {
	position: relative;
	margin-top: 2em;
	padding-bottom: 26%;
	clear: both;
}

@media screen and (max-width: 480px) {
	.c-photo--web {
		margin-top: 1em;
		padding-bottom: 40%;
	}
}

.c-photo__top {
	position: absolute;
	width: 194px;
	top: 6em;
	left: 7em;
}

.c-photo__bottom {
	position: absolute;
	width: 194px;
	top: 22em;
	left: 14em;
}

.c-photo--frame {
	width: 83.33333333%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.c-photo--frame {
		width: 85.33333333%;
		margin: 0 0 0 auto;
	}
}

.c-photo--col {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 91%;
	margin: 0 0 0 auto;
	top: 19%;
}

@media screen and (max-width: 480px) {
	.c-photo--col {
		display: block;
	}
}

.c-photo--col__img {
	width: 25.49450549%;
	margin-top: 4em;
}

@media screen and (max-width: 480px) {
	.c-photo--col__img {
		width: 40%;
		margin-top: -2.5em;
	}
}

.c-photo--col__web {
	width: 53.2967033%;
}

@media screen and (max-width: 480px) {
	.c-photo--col__web {
		width: 80%;
		margin: 2em auto 0;
	}
}

/*
 * message 
 */
.c-message {
	position: relative;
	width: 60%;
	margin-top: 1.85em;
	padding-bottom: 15em;
	float: right;
}

@media screen and (max-width: 480px) {
	.c-message {
		width: 100%;
		padding-bottom: 7em;
		float: none;
	}
}

.c-message__ttl {
	padding: 3em 4.4em;
}

@media screen and (max-width: 480px) {
	.c-message__ttl {
		padding: 7.2% 14%;
	}
}

.c-message__ttl img {
	width: 2.64em;
}

@media screen and (max-width: 480px) {
	.c-message__ttl img {
		width: 2em;
	}
}

.c-message__ttl .c-message__ttl__heading {
	letter-spacing: 2px;
}

.c-message__txt {
	position: relative;
	color: #caeef5;
	width: 398px;
	height: 278px;
	top: 4em;
	font-weight: bold;
	z-index: 1;
}

.c-message__txt img[src$=".svg"] {
	width: 100%;
	padding-left: 6.25%;
}

@media screen and (max-width: 480px) {
	.c-message__txt {
		width: 60%;
		height: auto;
		top: 1.6em;
		padding-left: 6.25%;
	}
}

.c-message__img {
	position: absolute;
	width: 70%;
	top: 6.68em;
	right: 5.48em;
}

@media screen and (max-width: 480px) {
	.c-message__img {
		width: 60%;
		top: 18%;
		right: 0;
	}
}

.c-message__more {
	bottom: 4.8em;
}

@media screen and (max-width: 480px) {
	.c-message__more {
		bottom: 1.6em;
		padding-left: 6.25%;
	}
}

/*
 * about 
 */
.c-about {
	position: relative;
	margin-top: 12em;
	padding-bottom: 36em;
	clear: both;
}

@media screen and (max-width: 480px) {
	.c-about {
		margin-top: 1em;
		padding-bottom: 22.6em;
	}
}

.c-about__ttl {
	left: 2.6em;
	padding: 1.6em 7.6em 1.6em 4em;
}

@media screen and (max-width: 480px) {
	.c-about__ttl {
		right: 0;
		left: 0;
		padding: 5% 11%;
	}
}

.c-about__ttl img {
	width: 2.64em;
	margin-top: 1.6em;
}

@media screen and (max-width: 480px) {
	.c-about__ttl img {
		width: 2em;
		margin-top: 0.8em;
	}
}

.c-about__ttl p {
	line-height: 1.75;
}

.c-about__txt {
	position: absolute;
	bottom: 15.8%;
	left: 10.8%;
}

@media screen and (max-width: 480px) {
	.c-about__txt {
		position: absolute;
		bottom: 4em;
		left: 0;
		padding: 0 6.25%;
	}
}

.c-about__img--large {
	position: absolute;
	width: 45.4%;
	left: 10.8%;
	margin-top: -1.2em;
	z-index: 0;
}

@media screen and (max-width: 480px) {
	.c-about__img--large {
		position: inherit;
		width: 80%;
		left: 0;
		margin-top: -0.6em;
	}
}

.c-about__img--medium {
	position: absolute;
	width: 19%;
	right: 16.7%;
	margin-top: 2em;
}

@media screen and (max-width: 480px) {
	.c-about__img--medium {
		width: 30%;
		left: 14%;
		margin-top: 2.6em;
	}
}

.c-about__img--small {
	position: absolute;
	width: 20.8%;
	right: 5.8%;
	margin-top: 18em;
}

@media screen and (max-width: 480px) {
	.c-about__img--small {
		width: 30%;
		right: 14%;
		margin-top: 2.6em;
	}
}

.c-about__more {
	bottom: 3.6em;
	left: 9em;
}

@media screen and (max-width: 480px) {
	.c-about__more {
		bottom: 1em;
		left: 6.25%;
	}
}

/*
 * web
 */
.c-web {
	position: relative;
	margin-top: 4em;
	padding-bottom: 36em;
	clear: both;
}

@media screen and (max-width: 480px) {
	.c-web {
		margin-top: 1em;
		padding-bottom: 22.6em;
	}
}

/*
 * area (project, member)
 */
.c-area {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.c-area--gray {
	background: #f2f2f2 none no-repeat scroll top left;
}

.c-area--motion {
	position: relative;
	margin-top: -6em;
}

@media screen and (max-width: 480px) {
	.c-area--motion {
		margin: -12em 0 4em 0;
	}
}

.c-area__ttl {
	position: absolute;
	padding: 3em 6.8em;
	top: -6%;
}

.c-area__ttl img {
	width: 2.6em;
}

@media screen and (max-width: 480px) {
	.c-area__ttl {
		padding: 1.4em 3.2em;
	}
	.c-area__ttl img {
		width: 2em;
	}
}

.c-area__ttl--top {
	right: 11%;
}

@media screen and (max-width: 480px) {
	.c-area__ttl--top {
		position: relative;
		top: -3.2em;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.c-area__ttl--bottom {
	left: 11%;
}

@media screen and (max-width: 480px) {
	.c-area__ttl--bottom {
		position: relative;
		top: -3.6em;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.c-area__txt {
	position: absolute;
	font-size: 1.07em;
	line-height: 2;
	top: 11%;
}

@media screen and (max-width: 480px) {
	.c-area__txt {
		top: -1em;
		padding: 0 6.25%;
	}
}

.c-area__txt--top {
	left: 27.4%;
}

@media screen and (max-width: 480px) {
	.c-area__txt--top {
		position: relative;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.c-area__txt--bottom {
	right: 27.4%;
}

@media screen and (max-width: 480px) {
	.c-area__txt--bottom {
		position: relative;
		right: 0;
		left: 0;
		margin: auto;
	}
}

.c-area__type {
	display: flex;
	flex-wrap: wrap;
	vertical-align: middle;
	text-align: center;
	width: 93.8%;
	margin: 0 auto;
	padding: 18em 0 5em 0;
}

@media screen and (max-width: 480px) {
	.c-area__type {
		position: relative;
		right: 0;
		left: 0;
		margin: auto;
		padding: 2em 0 6em 0;
	}
}

.c-area__type__select {
	display: table-cell;
	table-layout: fixed;
}

.c-area__type__select p {
	padding-top: 2em;
	font-size: 1.14em;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
	line-height: 1.5;
}

.c-area__type__select p span {
	font-size: 0.8em;
}

@media screen and (max-width: 480px) {
	.c-area__type__select {
		display: block;
	}
	.c-area__type__select p {
		padding-top: 1em;
	}
	.c-area__type__select img {
		width: 60%;
		margin: 0 auto;
	}
}

.c-area__type--top {  
	width: 17%;
	padding: 0 4%;
	margin-bottom: 50px;
}

.c-area__type__2l_left{
	margin-left: 10%;
}

@media screen and (max-width: 480px) {
	.c-area__type__2l_left{
		margin-left: 0;
	}
}

@media screen and (max-width: 480px) {
	.c-area__type--top {
		width: 100%;
		padding: 0;
	}
}

.c-area__type--bottom {
	width: 21.4%;
	padding: 0 3%;
}

@media screen and (max-width: 480px) {
	.c-area__type--bottom {
		width: 100%;
		padding: 0;
	}
}

.c-area__type__member{
	justify-content: center;
	margin-bottom: 8em;
	display: table;
	vertical-align: center;
	width: 93.8%;
	margin: 0 auto;
	padding: 12em 0 10em 0;
}

/*
 * recruit
 */
.c-recruit {
	position: relative;
	max-width: 1400px;
	padding-bottom: 35%;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.c-recruit {
		margin-top: 10%;
		padding-bottom: 0;
	}
}

.c-recruit__ttl {
	position: absolute;
	right: 10em;
	margin-top: -5.71em;
	padding: 2.6em 7em;
}

.c-recruit__ttl img {
	width: 2.34em;
}

.c-recruit__ttl p {
	line-height: 1.75;
}

@media screen and (max-width: 480px) {
	.c-recruit__ttl {
		position: relative;
		right: 0;
		left: 0;
		margin: auto;
		padding: 7% 16%;
	}
	.c-recruit__ttl img {
		width: 1.14em;
		margin-top: 0.2em;
	}
}

.c-recruit__txt {
	margin: 4% 0 12% 27%;
}

@media screen and (max-width: 480px) {
	.c-recruit__txt {
		margin: 0;
		padding: 10% 6.25% 8%;
	}
}

.c-recruit__img {
	width: 72%;
	margin-right: 8%;
	margin-left: auto;
}

@media screen and (max-width: 480px) {
	.c-recruit__img {
		margin-top: -1em;
	}
}

.c-recruit__col {
	position: relative;
}

.c-recruit__col--left {
	position: absolute;
	width: 24%;
}

@media screen and (max-width: 480px) {
	.c-recruit__col--left {
		top: 2.6em;
	}
}

.c-recruit__col--center {
	position: absolute;
	width: 37%;
	top: 7em;
	left: 27.6%;
	margin: auto;
}

@media screen and (max-width: 480px) {
	.c-recruit__col--center {
		top: 3.8em;
	}
}

.c-recruit__col--right {
	position: absolute;
	width: 32%;
	top: 3em;
	right: 0;
}

@media screen and (max-width: 480px) {
	.c-recruit__col--right {
		top: 2.5em;
	}
}

.c-recruit__more {
	position: relative;
	bottom: 50%;
	left: 26.8%;
	margin-top: -10%;
	padding-bottom: 9em;
}

@media screen and (max-width: 480px) {
	.c-recruit__more {
		left: 6.25%;
		margin-top: -2%;
		padding-bottom: 12%;
	}
}

/*
 * section
 */
.c-section {
	position: relative;
	width: 77.66666667%;
	margin: 0 auto 6em;
}

@media screen and (max-width: 480px) {
	.c-section {
		width: 100%;
		margin: 4em auto;
	}
}

.c-section--frame {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 97.74678112%;
}

@media screen and (max-width: 480px) {
	.c-section--frame {
		display: block;
		width: 100%;
	}
}

.c-section--left {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 480px) {
	.c-section--left {
		margin: 0;
	}
}

.c-section--right {
	margin: 0 auto 0 0;
}

@media screen and (max-width: 480px) {
	.c-section--right {
		margin: 0;
	}
}

.c-section__title {
	z-index: 2;
	position: relative;
	display: inline-block;
	border: 1px solid #000000;
	border-radius: 100px;
	padding: 0 5em;
	white-space: nowrap;
	line-height: 1.75;
}

@media screen and (max-width: 480px) {
	.c-section__title {
		margin: 0 auto;
		padding: 0 2em;
	}
}

.c-section__title--col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: 120px;
}

@media screen and (max-width: 480px) {
	.c-section__title--col {
		height: 86px;
	}
}

.c-section__title img {
	width: 30px;
}

.c-section__title span {
	padding-left: 1em;
	letter-spacing: 2px;
	font-size: 1.71em;
	font-family: 'FOT-筑紫A丸ゴシック Std B','TsukuARdGothicStd-B';
}

@media screen and (max-width: 480px) {
	.c-section__title span {
		font-size: 1em;
	}
}

.c-section--frame a {
	display: block;
	width: 59.71459934%;
}

@media screen and (max-width: 480px) {
	.c-section--frame a {
		width: 100%;
	}
}

.c-section__image--lg {
	width: 100%;
}

@media screen and (max-width: 480px) {
	.c-section__image--lg {
		width: 80%;
	}
}

.c-section__image--sm {
	width: 25.46652031%;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
}

@media screen and (max-width: 480px) {
	.c-section__image--sm {
		width: 30%;
		margin-top: 2em;
		-webkit-transform: translateX(16em) translateY(0);
		transform: translateX(16em) translateY(0);
	}
}

.c-section__text {
	margin-top: 5em;
	font-size: 1.07em;
	letter-spacing: 1px;
	line-height: 2.0;
}

@media screen and (max-width: 480px) {
	.c-section__text {
		margin-top: 44%;
		padding: 0 6.25%;
	}
}

.c-section__btn {
	position: relative;
	margin: 2em 0 0 2.5em;
}

@media screen and (max-width: 480px) {
	.c-section__btn {
		padding: 0 6.25%;
	}
}

.c-section__btn::before {
	position: absolute;
	content: '';
	width: 29px;
	height: 29px;
	background: transparent url(../../image/arrow-right.png) no-repeat scroll center center;
	background-size: cover;
	left: -2.5em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
	.c-section__btn::before {
		left: -1em;
	}
}

.c-section--left .c-section__title {
	-webkit-transform: translateX(-4em);
	transform: translateX(-4em);
}

@media screen and (max-width: 480px) {
	.c-section--left .c-section__title {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}

.c-section--left .c-section__image--lg {
	margin-top: -1em;
}

.c-section--right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.c-section--right .c-section__title {
	-webkit-transform: translateX(2em);
	transform: translateX(2em);
}

@media screen and (max-width: 480px) {
	.c-section--right .c-section__title {
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0);
	}
}

.c-section--right .c-section__image--lg {
	margin-top: -1em;
}

@media screen and (max-width: 480px) {
	.c-section--right .c-section__image--lg {
		margin: -1em 0 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.c-section--right .c-section__image--sm {
		position: absolute;
		top: 52%;
		left: 10%;
		margin-top: 0;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}
}

/*==============================================
 * canvas
 *=============================================*/
.c-canvas {
	position: relative;
}

#canvas-white {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 480px) {
	#canvas-white {
		width: 600px !important;
		height: auto !important;
		top: 60%;
	}
}

#animation_container-black {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.c-canvas--top {
	position: relative;
	margin-bottom: -13em;
}

@media screen and (max-width: 480px) {
	.c-canvas--top {
		width: 600px !important;
		height: auto !important;
		margin-bottom: -28em;
	}
}

#canvas-blackTop {
	position: absolute;
	bottom: 16%;
}

@media screen and (max-width: 480px) {
	#canvas-blackTop {
		width: 600px !important;
		height: auto !important;
		top: -14%;
	}
}

.c-canvas--bottom {
	position: relative;
	margin: -7em 0;
}

@media screen and (max-width: 480px) {
	.c-canvas--bottom {
		position: absolute;
		margin: 11em 0 -26em;
	}
}

@media screen and (max-width: 480px) {
	#canvas-blackBottom {
		width: 600px !important;
		height: auto !important;
	}
}

/*==============================================
 * c-ticker
 *=============================================*/
.c-ticker-container {
	width: 100%;
	z-index: 10;
}

.c-ticker-container--bottom {
	height: 380px;
}

@media screen and (max-width: 480px) {
	.c-ticker-container--bottom {
		height: 160px;
		margin-top: 35%;
	}
}

.c-ticker__item {
	position: relative;
	padding: 40px 0;
}

.c-ticker__item .pop {
	width: 241px;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
	left: 272px;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-transform-origin: center 200px;
	transform-origin: center 200px;
}

@media screen and (max-width: 480px) {
	.c-ticker__item .pop {
		width: 103px;
	}
}

.c-ticker__item .title {
	width: 1093px;
}

@-webkit-keyframes swing {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes swing {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	75% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

/*==============================================
 * video.js
 *=============================================*/
#my-video.video-js {
	background: #FFF none no-repeat scroll top left !important;
}

@media screen and (max-width: 480px) {
	#my-video.video-js {
		display: none !important;
	}
}

#my-video.video-js .vjs-tech {
	position: relative !important;
}

.my-video-dimensions {
	width: 100% !important;
	height: auto !important;
}
