@charset "UTF-8";
/* CSS Document */

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

	.sp_none {
		display: none;
	}
	/**********************************
				top
	**********************************/
	#top {
		width: 100%;
		background: none;
		position: fixed;
		top: 0;
		z-index: 9999;
		overflow: initial;
		transform: translate(0%,0);
		transition: .5s;
		padding-top: 0;
	}
	#top.scr {
		background: #FFFFFF;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
		transition: 0.5s;
	}
	.top_inner {
		max-width: 100%;
		height: 60px;
		padding: 0 5%;
	}
	.top_inner .logo {
		display: none;
		width: 120px;
		height: auto;
	}
	.top_inner .logo img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		vertical-align: middle;
	}
	#top.scr .top_inner .logo {
		display: inline-block;
	}
	#hamburger {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 9999;
	}	
	.icon-animation {
		width: 60px;
		height: 60px;
		float: left;
		display: block;
		position: relative;
		border-radius: 50%;
	}
	.icon-animation span {
		width: 25px;
		height: 3px;
		display: block;
		background: none;
		position: relative;
		margin: auto;
		top: 22.5px;
		left: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
		-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
				transform: rotate(0deg);
	}
	.icon-animation span:after {
		transition: all 0.3s;
		position: absolute;
		content: "";
		width: 25px;
		height: 3px;
		background: #FFFFFF;
		display: block;
		transform: translateX(0) rotate(0deg);
	}
	.icon-animation span:before {
		transition: all 0.3s;
		position: absolute;
		content: "";
		width: 25px;
		height: 3px;
		background: #FFFFFF;
		display: block;
		transform: translateX(0px) rotate(0deg);
	}
	#top.scr .icon-animation span:after,
	#top.scr .icon-animation span:before {
		background: #000000;
	}
	/***********************************************
						type-1
	***********************************************/
	.type-1 .top {
	  -webkit-transform: translateY(-3.5px);
		  -ms-transform: translateY(-3.5px);
			  transform: translateY(-3.5px);
	}
	.type-1 .bottom {
	  -webkit-transform: translateY(3.5px);
		  -ms-transform: translateY(3.5px);
			  transform: translateY(3.5px);
	}
	.type-1.is-open .middle {
		opacity: 0;
	}
	.type-1.is-open .top {
	  -webkit-transform: rotate(-45deg) translateY(3.5px);
		  -ms-transform: rotate(-45deg) translateY(3.5px);
			  transform: rotate(-45deg) translateY(3.5px);
		left: -1.75px;
	}
	.type-1.is-open .bottom {
	  -webkit-transform: rotate(45deg) translateY(-3.5px);
		  -ms-transform: rotate(45deg) translateY(-3.5px);
			  transform: rotate(45deg) translateY(-3.5px);
		left: -1.75px;
	}
	.nav_sp {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9900;
		display: block;
		padding: 32px 32px;
		transform: translate(0%,-100%);
		background: rgba(0,0,0,0.9);
        transition: all 0.3s cubic-bezier(0.995, 0.010, 1.000, 0.415);
		text-align: center;
	}
	.nav_sp.active {
		display: block;
		width: 100%;
		height: 100%;
		transform: translate(0%,0%);
		background: rgba(0,0,0,0.9);
	}
	.nav_sp_top {
		width: 100%;
	}
	.nav_sp_top img {
		width: 120px;
		height: auto;
		opacity: 0;
		transition: 0.3s;
		transform: translate(0px,-15px);
	}
	.nav_sp.active .nav_sp_top img  {
		opacity: 1;
		transition: 0.3s;
		transform: translate(0px,0);
		transition-delay: 0.5s;
	}
	.nav_sp ul {
		width: 100%;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0 10%;
		transform: translate(-50%,-50%);
	}
	.nav_sp ul li a {
		opacity: 0;
		transform: translate(0px,-15px);
		display: inline-block;
		color: #FFFFFF;
		padding: 8px 12px;
		font-size: 5vw;
		font-weight: 300;
		line-height: 1.5;
		position: relative;
		letter-spacing: 2px;
	}
	.nav_sp ul li a span {
		display: block;
		font-size: 0.6rem;
	}
	.nav_sp.active ul li a {
		opacity: 1;
		transition: 0.3s;
		transform: translate(0px,0px);
	}
	.nav_sp ul li.cta {
		width: 100%;
		display: table;
		border-collapse: collapse;
		border-spacing: 0;
		margin-top: 20px;
	}
	.nav_sp ul li .sell {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.nav_sp ul li .buy {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.nav_sp ul li.cta a {
		display: block;
		border: 1px solid #FFFFFF;
		padding: 10px 0;
	}
	.nav_sp ul li .buy a {
		border-left: 0;
	}
	.nav_sp ul li:nth-child(1) a {
		transition-delay: 0s;
	}
	.nav_sp.active ul li:nth-child(1) a {
		transition-delay: 0.5s;
	}
	.nav_sp ul li:nth-child(2) a {
		transition-delay: 0.01s;
	}
	.nav_sp.active ul li:nth-child(2) a {
		transition-delay: 0.55s;
	}
	.nav_sp ul li:nth-child(3) a {
		transition-delay: 0.02s;
	}
	.nav_sp.active ul li:nth-child(3) a {
		transition-delay: 0.6s;
	}
	.nav_sp ul li:nth-child(4) a {
		transition-delay: 0.03s;
	}
	.nav_sp.active ul li:nth-child(4) a {
		transition-delay: 0.65s;
	}
	.nav_sp ul li:nth-child(5) a {
		transition-delay: 0.04s;
	}
	.nav_sp.active ul li:nth-child(5) a {
		transition-delay: 0.7s;
	}
	.nav_sp ul li:nth-child(6) a {
		transition-delay: 0.05s;
	}
	.nav_sp.active ul li:nth-child(6) a {
		transition-delay: 0.75s;
	}
	
	.scroll_down a {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 60px;
		text-align: center;
		letter-spacing: 4px;
		font-size: 0.7rem;
		color: #FFFFFF;
		z-index: 3;
		padding-bottom: 110px;
	}
	.scroll_down a span {
		display: block;
		transform: rotate(90deg);
	}
	.scroll_down a:after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 50%;
		width: 1px;
		height: calc(100% - 60px);
		background: #FFFFFF;
	}
	
	/**********************************
				header
	**********************************/
	header {
		width: 100%;
		height: 100%;
		padding: 0 60px 60px 0;
		position: relative;
	}
	header:after {
		position: absolute;
		content: "";
		bottom: 0;
		right: 0;
		width: 80%;
		height: 100%;
		background: #161719;
		z-index: 1;
	}
	.header_inner {
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0px auto;
		background: url("/img/common/kv_sp.jpg") 65% 0% / cover;
		z-index: 2;
	}
	.header_abs img {
		width: 100%;
		height: auto;
		margin-bottom: 60px;
	}
	.header_abs {
		width: 100%;
		max-width: 180px;
		min-width: initial;
		text-align: left;
		position: absolute;
		content: "";
		top: 50%;
		left: 10%;
		transform: translate(0,-50%);
		color: #FFFFFF;
		z-index: 3;
	}
	.header_ttl {
		font-size: 8vw;
		font-weight: 800;
		color: #FFFFFF;
	}
	.header_sttl {
		font-size: 2rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	#about {
		margin-top: -60px;
		padding-top: 60px;
	}
	#service {
		margin-top: -60px;
		padding-top: 60px;
	}
	#company {
		margin-top: -60px;
		padding-top: 60px;	
	}
	#contact {
		margin-top: -60px;
		padding-top: 60px;	
	}
	/**********************************
				white
	**********************************/
	.about {
		position: relative;
	}
	.about_inner {
		padding: 15% 10%;
		animation: bgscroll 60s linear infinite!important;
	}
	.ttl_wrap {
		margin-bottom: 20px;
	}
	.main_ttl {
		font-size: 1.4rem;
		margin-bottom: 10px;
		letter-spacing: 4px;
	}
	.sub_ttl {
		font-size: 0.9rem;
		line-height: 1.8;
	}
	.about_inner .in {
		position: relative;
		width: 100%;
	}
	.about_inner .in .about_ttl {
		display: table-cell;
		width: 0;
		padding-right: 0;
		font-size: 1rem;
		line-height: 20px;
	}
	.about_inner .in .about_ttl span {
		position: absolute;
		top: 50%;
		left: initial;
		right: -50%;
		transform: rotate(90deg) translate(0%,-50%);
		width: 100%;
		letter-spacing: 4px;
	}
	.about_inner .in .about_ttl span:after {
		display: none;
	}
	.about_inner .ttl_wrap {
	}
	.about_inner .main_ttl {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.about_inner .sub_ttl {
		letter-spacing: 0;
		line-height: 1.8;
	}

	/**********************************
				service
	**********************************/
	.service_sp_image {
		width: 100%;
		height: 300px;
		background: url("/img/common/service.jpg") 50% 50% / cover;
	}
	.service {
		padding: 0;
	}
	.service_inner {
		display: block;
	}
	.service_list_cv {
		display: block;
		top: 100%;
		padding: 15% 10%;
		text-align: center;
		vertical-align: top;
	}
	.service_logo img {
		width: 100%;
		max-width: 200px;
		display: block;
		margin: 0px auto;
		margin-bottom: 30px;
	}
	.service_ttl {
		font-size: 1rem;
		margin-bottom: 30px;
	}
	.service_text {
		font-size: 0.8rem;
		line-height: 2;
		text-align: left;
	}
	.service_btn a {
		font-size: 0.9rem;
		padding: 16px 0;
	}
	.service_list_icon {
		display: block;
		width: 100%;
		height: 300px;
		background: url("/img/common/service.jpg") 50% 50% / cover;
		vertical-align: top;
		display: none;
	}

	/**********************************
				vision
	**********************************/
	.vision {
		padding: 15% 0;
	}
	.vision_inner .ttl_wrap {
		margin-bottom: 40px;
	}
	.vision_inner .right {
		position: relative;
	}
	.vision_inner .right_bg {
		width: 95%;
		background: url("/img/common/vision_bg.jpg") 0% 50% / cover;
	}
	.vision_inner .right:after {
		width: 90%;
		height: 100%;
	}
	.vision_inner .right .in {
		padding: 10% 0 10% 5%;
	}
	.vision_inner .right .in .in_copy {
		width: 100%;
		padding: 10%;
	}
	.vision_inner .right .in .in_copy .ttl {
		font-size: 1rem;
		margin-top: 40px;
	}
	.vision_inner .right .in .in_copy .txt {
		font-size: 0.8rem;
		margin-top: 40px;
		padding: 10% 5%;
	}

	/**********************************
				company
	**********************************/
	.company {
		width: 100%;
		height: auto;
		padding: 15% 10%;
		position: relative;
	}
	.company_inner {
		max-width: 1280px;
		height: auto;
		margin: 0px auto;
	}
	.company .ttl_wrap {
		margin: 0 auto 40px;
	}
	.company .main_ttl {
		font-size: 1.2rem;
		margin: 0;
	}
	.company .sub_ttl {
		position: relative;
		padding-bottom: 20px;
	}
	table.news th {
		display: block;
		width: 100%;
		padding: 20px 0 10px;
		font-weight: bold;
	}
	table.news td {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		font-size: 0.8rem;
		color: #333333;
	}
	/**********************************
				access
	**********************************/
	.map {
		padding-bottom: 56.25%;
	}
	.map_caption {
		padding: 10% 5%;
		text-align: center;
	}
	.map_caption .info {
		font-size: 0.9rem;
	}
	.map_caption .view {
		margin-top: 20px;
	}
	.map_caption .tel {
		margin-top: 10px;
	}
	/**********************************
				contact
	**********************************/
	.contact {
		position: relative;
		width: 100%;
		height: auto;
		padding: 10% 0 0;
	}
	.contact_inner .caption {
		font-size: 0.8rem;
	}
	.contact_choice.mt {
		margin-top: 10%;
	}
	.contact_choice .buy {
		display: block;
		width: 100%;
	}
	.contact_choice .sell {
		display: block;
		width: 100%;
	}

	/**********************************
				footer
	**********************************/
	footer {
		padding: 0;
	}
	.footer_inner {
		padding: 20% 10% 10%;
	}
	.footer_inner .logo img {
		width: 100%;
		max-width: 160px;
		height: auto;
	}
	ul.footer_nav {
		margin-top: 30px;
	}
	ul.footer_nav li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	ul.footer_nav li:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
	ul.footer_nav li a {
		color: #888888;
	}
	.footer_inner .copyright {
		margin-top: 80px;
		text-align: center;
	}

	
}
