



.g-nav-btn {
	position: fixed;
	right: 15px;
	top: 50%;
	z-index: 9998;
	color: #ffffff;
	height: 50px;
	margin-top: -25px;
	cursor: pointer;
	display: block;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.g-nav-btn.on ul li:first-child {
	-webkit-animation: gnav-out 0.5s cubic-bezier(0.6, 0.28, 0.81, 0.57), gnav-in 0.3s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.5s;
	animation: gnav-out 0.5s cubic-bezier(0.6, 0.28, 0.81, 0.57), gnav-in 0.3s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.5s;
}
.g-nav-btn.on ul li:nth-child(2) {
	-webkit-animation: gnav-out 0.5s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.1s, gnav-in 0.3s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.6s;
	animation: gnav-out 0.5s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.1s, gnav-in 0.3s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.6s;
}
.g-nav-btn.on ul li:last-child {
	-webkit-animation: gnav-out 0.5s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.2s, gnav-in 0.3s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.7s;
	animation: gnav-out 0.5s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.2s, gnav-in 0.3s cubic-bezier(0.6, 0.28, 0.81, 0.57) 0.7s;
}
.g-nav-btn ul {
	overflow: hidden;
}
.g-nav-btn ul li {
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #ffffff;
	width: 30px;
	height: 1px;
	display: block;
	margin-bottom: 10px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.g-nav-btn ul li:nth-child(2) {
	width: 26px;
}
.g-nav-btn ul li:last-child {
	margin-bottom: 5px;
	position: relative;
	top: 0;
}
.g-nav-btn span {
	letter-spacing: 0.08em;
	font-size: 10px;
	display: block;
	left: -5px;
	bottom: 0;
	text-align: center;
	opacity: 1;
	position: absolute;
}
.g-nav-btn span.g-off {
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.g-nav-btn {
		right: 15px;
		top: 15px;
		margin-top: 0px;
		height: 35px;
	}
	.g-nav-btn ul li {
		margin-bottom: 5px;
	}
}
.js__open-nav .g-nav-btn {
	color: black;
	color: #000000;
}
.js__open-nav .g-nav-btn ul li {
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #000000;
}
.js__open-nav .g-nav-btn ul li:first-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 10px;
}
.js__open-nav .g-nav-btn ul li:nth-child(2) {
	width: 0;
}
.js__open-nav .g-nav-btn ul li:last-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -12px;
}
.js__open-nav .g-nav-btn .g-off {
	opacity: 1;
}
.js__open-nav .g-nav-btn .g-on {
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
	.js__open-nav .g-nav-btn ul {
		overflow: inherit;
		position: relative;
		bottom: -3px;
	}
	.js__open-nav .g-nav-btn ul li:first-child {
		top: 0px;
	}
}
.js__open-nav .g-nav-wrap {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.g-nav-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	z-index: 9997;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js__open-nav {
	overflow: hidden;
}
.js__open-nav .g-nav-bg {
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.g-nav-btn-wrap {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
}
.js__open-nav .g-nav-btn-wrap {
	border-left: 1px solid #e6e6e6;
	z-index: 9999;
	position: fixed;
}
.g-nav-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9998;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.g-nav-wrap .g-nav-inner .fl {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
.g-nav-wrap .g-nav-inner .fr {
	right: 0;
	top: 0;
	width: 50%;
	position: absolute;
	background-color: #ffffff;
	height: 100%;
}
.g-nav-wrap .g-nav-inner .fr nav {
	width: 80%;
}
.g-nav-wrap .g-nav-inner .fr nav ul {
	width: 100%;
}
.g-nav-wrap .g-nav-inner .fr nav ul li {
	line-height: 1;
	float: left;
	width: 50%;
	margin-bottom: 5%;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a {
	overflow: hidden;
	display: block;
	color: #000000;
	transition: all .6s ease;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a:hover {
	color: #CAB89B;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a .number {
	display: block;
	float: left;
	font-size: 10px;
	margin: 16px 20px 0 0;
	text-align: right;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a .number:before {
	content: "";
	background-color: #000000;
	width: 20px;
	height: 1px;
	display: block;
	margin-bottom: 10px;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a .nav-text {
	float: left;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a .nav-text .en {
	display: block;
	font-size: 25px;
	margin-bottom: 10px;
}
.g-nav-wrap .g-nav-inner .fr nav ul li a .nav-text .cn {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-family: "微軟正黑體";
}
.g-nav-wrap .g-nav-inner .fr nav ul .last-c {
	margin-bottom: 0;
}

.bottomBoxDiv {
	position: absolute;
	bottom: 1em;
	left: 7em;
	color: #666;
	font-size: 0.9em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
}

.bottomBoxDiv2 {
	position: absolute;
    bottom: 5.9em;
    left: 5.2em;
    color: #666;
    font-size: 1.2em;
    padding-top: 1em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
}

.bottomBoxDiv2 ul li {
	float: left;
	letter-spacing: 1em;
	word-spacing: 1em;
}
.bottomBoxDiv2 ul li a:hover {
	color: #C96;
	transition: all .8s ease;	
}


@media screen and (max-width: 768px) {
	.g-nav-btn-wrap {
		width: auto;
	}
	.js__open-nav .g-nav-btn-wrap {
		border-left: none;
	}
	.g-nav-wrap .g-nav-inner .fl {
		display: none;
	}
	.g-nav-wrap .g-nav-inner .fr {
		right: 0;
		top: 0;
		width: 100%;
		position: absolute;
		background-color: #ffffff;
		height: 100%;
	}
	.g-nav-wrap .g-nav-inner .fr nav {
		width: 100%;
	}
	.g-nav-wrap .g-nav-inner .fr nav ul li {
		margin-bottom: 10%;
	}
	.g-nav-wrap .g-nav-inner .fr nav ul li a .number {
		margin: 9px 10px 0 0;
	}
	.g-nav-wrap .g-nav-inner .fr nav ul li a .nav-text .en {
		font-size: 20px;
	}
	.g-nav-wrap .g-nav-inner .fr nav ul li a .nav-text .cn {
		font-size: 12px;
	}
}
.mv-ttl {
	z-index: 1000;
	color: #ffffff;
}
.mv-ttl .name {
	width: 140px;
	margin: 0 auto 20px auto;
}
.mv-ttl .name svg {
	fill: #ffffff;
}
.mv-ttl .sales-copy {
	font-size: 50px;

	margin-bottom: 20px;
}
.mv-ttl .sales-copy span.id {
	display: block;
	text-align: center;
}
.mv-ttl .sales-copy span.id:first-child {
	margin-bottom: 10px;
}
.mv-ttl p {
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.mv-ttl {
		width: 90%;
	}
	.mv-ttl .name {
		width: 24%;
		margin: 0 auto 10px auto;
	}
	.mv-ttl .sales-copy {
		font-size: 9.14vw;
		margin-bottom: 10px;
	}
	.mv-ttl .sales-copy span.id {
		display: block;
		text-align: center;
	}
	.mv-ttl .sales-copy span.id:first-child {
		margin-bottom: 5px;
	}
	.mv-ttl p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
.footer .footer-top {
	background-color: #DDDDDD;
	padding: 40px 0;
}
.footer .footer-top .footer-inner {
	overflow: hidden;
	margin-bottom: 20px;
}
.footer .footer-top .footer-inner .footer-logo {
	float: left;
	width: 218px;
}
.footer .footer-top .footer-inner ul {
	float: right;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.footer .footer-top .footer-inner ul li {
	float: left;
	font-size: 12px;
	margin: 0 20px 0 0;
}
.footer .footer-bottom {
	overflow: hidden;
}
.footer .footer-bottom .footer-bottom-l {
	float: left;
}
.footer .footer-bottom .footer-bottom-l address {
	font-style: normal;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
.footer .footer-bottom .footer-bottom-l span {
	font-size: 12px;
	display: block;
}
.footer .footer-bottom .footer-bottom-r {
	float: right;
	position: relative;
	margin: 25px 0 0 0;
}
.footer .footer-bottom .footer-bottom-r ul {
	overflow: hidden;
}
.footer .footer-bottom .footer-bottom-r ul li {
	float: left;
	margin: 0 0 0 10px;
}
.footer .footer-bottom .footer-bottom-r ul li a i {
	font-size: 20px;
}
.footer ul li a {
	color: #000000;
	transition: all .6s ease;
}
.footer ul li a:hover {
	color: #CC9933;
	}
.footer .footer-copy {
	background-color: #000000;
	padding: 20px 0;
	line-height: 1;
}
.footer .footer-copy .inner {
	overflow: hidden;
}
.footer .footer-copy ul {
	float: left;
	overflow: hidden;
}
.footer .footer-copy ul li {
	float: left;
	border-left: 1px solid #ffffff;
}
.footer .footer-copy ul li:last-child {
	border-right: 1px solid #ffffff;
}
.footer .footer-copy ul li a {
	color: #ffffff;
	font-size: 12px;
	padding: 0 15px;
}
.footer .footer-copy ul li a:hover {
	color: #CC9933;
	}

.footer .footer-copy small {
	display: block;
	float: right;
	font-size: 12px;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.footer .footer-top {
		padding: 20px 0;
	}
	.footer .footer-top .footer-inner .footer-logo {
		width: 30%;
		float: none;
	}
	.footer .footer-top .footer-inner ul {
		float: none;
	}
	.footer .footer-top .footer-inner ul li {
	float: none;
	font-size: 12px;
	margin: 0 0 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
	}
	.footer .footer-top .footer-inner ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
	.footer .footer-top .footer-inner ul li a:hover {
	color: #CC9933;
	}
	.footer .footer-top .footer-inner ul li a:after {
		/*content: "\e904";*/
		position: absolute;
		font-family: icomoon;
		font-size: 6px;
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
	}
	.footer .footer-bottom .footer-bottom-l a {
		color: #000000;
	}
	.footer .footer-bottom .footer-bottom-r {
		margin: 37px 0 0 0;
	}
	.footer .footer-copy {
		padding: 0;
		background-color: inherit;
	}
	.footer .footer-copy .inner {
		width: 100%;
	}
	.footer .footer-copy ul {
		float: none;
	}
	.footer .footer-copy ul li {
		margin: 0 0 10px 0;
	}
	.footer .footer-copy ul li a {
		text-align: center;
	}
	.footer .footer-copy small {
		float: none;
	}
	.copy-inner {
		background-color: #000000;
		padding: 10px 0;
	}
	.copy-inner small {
		text-align: center;
	}
	.footer-copy-inner {
		overflow: hidden;
		padding: 20px 0 10px 0;
		background-color: #3f3f3f;
	}
	.footer-copy-inner ul {
		width: 96%;
		margin: 0 auto;
	}
	.footer-copy-inner ul li {
		float: left;
		width: 50%;
		border-right: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
	}
	.footer-copy-inner ul li:nth-child(2n) {
		border-left: none;
	}
	.footer-copy-inner ul li a {
		display: block;
	}
}
.l-lineup ul {
	overflow: hidden;
}
.l-lineup ul li {
	overflow: hidden;
	float: left;
	width: 50%;
}
.l-lineup ul li:first-child .text-area {
	border-right: 1px solid #e9e9e9;
}
.l-lineup ul li .img-area {
	position: relative;
}
.l-lineup ul li .img-area figure {
	overflow: hidden;
}
.l-lineup ul li .img-area img {
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-lineup ul li .img-area:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
	z-index: 9;
	content: "";
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-lineup ul li .img-area .name {
	width: 150px;
	z-index: 999;
}
.l-lineup ul li .text-area {
	position: relative;
	padding: 6%;
	line-height: 1;
}
.l-lineup ul li .text-area p {
	font-weight: 600;
	margin: 0;
}
.l-lineup ul li .text-area .icon {
	font-size: 10px;
	-webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	right: 6%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.l-lineup ul li .text-area .number {
	font-size: 30px;
	margin-bottom: 15px;
}
.l-lineup ul li .text-area .number span {
	font-size: 34px;
	display: inline-block;
	margin: 0 0 0 5px;
}
.l-lineup ul li a {
	display: block;
	color: #000000;
}
.l-lineup ul li a:hover .img-area img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-lineup ul li a:hover .img-area:after {
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-lineup ul li a:hover .text-area .icon {
	right: 4%;
	-webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 768px) {
	.l-lineup ul li .img-area .name {
		width: 40px;
	}
	.l-lineup ul li .img-area .icon {
		font-size: 8px;
		position: absolute;
		right: 15px;
		bottom: 15px;
		color: #ffffff;
		z-index: 999;
	}
	.l-lineup ul li .text-area {
		padding: 8% 4%;
	}
	.l-lineup ul li .text-area p {
		font-size: 10px;
	}
	.l-lineup ul li .text-area .number {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.l-lineup ul li .text-area .number span {
		font-size: 17px;
	}
}
.contact-area {
	background-image: url("/assets/front/css/images/common/bg_contact.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 120px 0;
	position: relative;
}
.contact-area:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	z-index: 9;
	background-color: #000000;
	opacity: 0.7;
	top: 0;
	left: 0;
}
.contact-area .inner {
	position: relative;
	z-index: 99;
	color: #ffffff;
}
.contact-area .contact-ttl {
	color: #ffffff;
	text-align: center;
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 20px;
	display: block;
}
.contact-area .text-area {
	line-height: 1.8;
	margin-bottom: 60px;
	font-weight: 400;
	text-align: center;
}
.contact-area .text-area p {
	margin-bottom: 0;
}
.contact-area ul li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 20px 0;
}
.contact-area ul li:first-child {
	border-right: 1px solid #ffffff;
}
.contact-area ul li a {
	color: #ffffff;
}
.contact-area ul li .btn {
	border: 1px solid #ffffff;
}
.contact-area ul li .btn .btn-in:after {
	background-color: #ffffff;
}
.contact-area ul li .btn .btn-in:before {
	background-color: #ffffff;
}
.contact-area ul li b {
	display: block;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 16px;
}
.contact-area ul li .tel {
	display: inline-block;
	text-align: center;
	line-height: 1;
	width: 100%;
	margin-bottom: 20px;
}
.contact-area ul li .tel .tel-name {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 0 10px 0 0;
}
.contact-area ul li .tel .phone {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
}
.contact-area ul li dl {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: 300;
}
.contact-area ul li dl dt {
	display: inline-block;
	text-align: center;
	margin: 0 20px 0 0;
}
.contact-area ul li dl dd {
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.contact-area {
		padding: 0;
		background-image: none;
	}
	.contact-area:after {
		display: none;
	}
	.contact-area .contact-ttl-head {
		background-image: url("/assets/front/css/images/common/bg_contact.jpg");
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		padding: 30px 0;
		position: relative;
	}
	.contact-area .contact-ttl-head:after {
		width: 100%;
		height: 100%;
		position: absolute;
		content: "";
		z-index: 9;
		background-color: #000000;
		opacity: 0.5;
		top: 0;
		left: 0;
	}
	.contact-area .inner {
		width: 100%;
	}
	.contact-area .contact-ttl {
		font-size: 30px;
		margin-bottom: 10px;
		position: relative;
		z-index: 999;
	}
	.contact-area .text-area {
		line-height: 1.6;
		margin-bottom: 0px;
		font-size: 12px;
		position: relative;
		z-index: 999;
	}
	.contact-area .contact-area-inner {
		background-color: #000000;
		padding: 0 0 2% 0;
	}
	.contact-area ul {
		width: 96%;
		margin: -2% auto 0 auto;
		background-color: #3f3f3f;
		position: relative;
		z-index: 999;
	}
	.contact-area ul li {
		float: left;
		width: 100%;
		padding-bottom: 30px;
	}
	.contact-area ul li:first-child {
		border-right: none;
		padding-bottom: 0;
		padding-top: 30px;
	}
	.contact-area ul li b {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.contact-area ul li .tel {
		margin-bottom: 10px;
	}
	.contact-area ul li .tel .tel-name {
		font-size: 12px;
	}
	.contact-area ul li .tel .phone {
		font-size: 17px;
	}
	.contact-area ul li dl {
		font-size: 12px;
	}
	.contact-area ul li dl dt {
		margin-right: 10px;
	}
}
.sns-area {
	padding: 80px 0;
}
.sns-area b {
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 40px;
}
.sns-area ul {
	width: 620px;
	margin: 0 auto;
}
.sns-area ul li {
	float: left;
	box-shadow: 0px 6px 36px rgba(191, 191, 191, 0.6);
	margin-right: 20px;
}
.sns-area ul li:last-child {
	margin-right: 0;
}
.sns-area ul li .btn {
	border: none;
	background-color: #ffffff;
}
.sns-area ul li .btn .btn-in {
	display: inline-block;
	vertical-align: middle;
}
.sns-area ul li .btn .btn-in:after {
	background-color: #d8d8d8;
}
.sns-area ul li .btn .btn-in:before {
	background-color: #d8d8d8;
}
.sns-area ul li .btn .btn-in i.icon {
	line-height: 1;
	display: inline-block;
	position: static;
	font-size: 20px;
	-webkit-transform: translateY(0%) translateX(0%);
	-ms-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.sns-area ul li .btn .btn-in i.icon.icon-youtube {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.sns-area {
		padding: 40px 0;
	}
	.sns-area b {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.sns-area ul {
		width: 96%;
		margin: 0 auto;
	}
	.sns-area ul li {
		width: 49%;
		margin: 0 2% 0 0;
	}
	.sns-area ul li:last-child {
		margin: 0;
	}
	.sns-area ul li .btn {
		padding: 15px 0;
		width: 100%;
	}
	.sns-area ul li .btn .btn-in {
		font-size: 12px;
	}
	.sns-area ul li .btn .btn-in i.icon {
		line-height: 1;
		font-size: 12px;
		margin: 0 5px 0 0;

	}
	.sns-area ul li .btn .btn-in i.icon.icon-youtube {
		font-size: 10px;
	}
}
.breadcrumb-list {
	margin-bottom: 40px;
}
.breadcrumb-list ul {
	overflow: hidden;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cacaca;
	display: inline-block;
	width: 100%;
}
.breadcrumb-list ul li {
	line-height: 1;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
}
.breadcrumb-list ul li:first-child {
	font-size: 14px;
}
.breadcrumb-list ul li a:after {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 1px;
	background-color: #000000;
	margin: 0 5px;
	content: "";
}
@media screen and (max-width: 768px) {
	.breadcrumb-list {
		margin-bottom: 20px;
	}
	.breadcrumb-list ul li {
		font-size: 10px;
	}
	.breadcrumb-list ul li:first-child {
		font-size: 12px;
	}
}
body {
	width: 100%;
	height: 100%;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
.wrapper {
	margin: 0 0 0 80px;
	position: relative;
	height: 100%;
}
.floater {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.floater2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
.container {
	display: block;
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
}


.btn {
	width: 200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 20px;
	color: #000;
	line-height: 1;
	display: block;
	font-size: 1.5em;
	background-color: #fff;
	margin-top: -8em;
}
@media screen and (min-width: 320px) and (max-width: 480px){
.btn {
    width: 100px;
    padding: 10px;
    font-size: 1em;
    margin-top: -6em;
}
}


.btn:hover .btn-in:before {
	left: 0;
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover .btn-in:after {
	right: 0;
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btn:hover .btn-in .icon {
	left: -15px;
}
.btn .btn-in {
	display: block;
}
/*
.btn .btn-in:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #000000;
	top: 0;
	left: 5px;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1;
}
.btn .btn-in:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #000;
	top: 0;
	right: 5px;
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1;
}
*/
.btn .btn-in .icon {
	position: relative;
	left: -1em;
    font-size: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	-webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*# sourceMappingURL=../cssmap/common.css.map */