@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

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

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

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

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

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

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

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

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

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

.wrap_main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

h1 {
	display: none;
}

div.header {
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #000;
	background-image: url("../images/common/bg_logo.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.header {
	height:100%;
	background:#231917;
}

div.header h2 {
	margin: 0 auto;
	padding: 0 0 130px;
	text-align: center;
}


/*ul.headnavi {
	position: absolute;
	top: 32px;
	right: 10px;
	font-size: 0;
	line-height: 0;
}
ul.headnavi li {
	float: left;
}
ul.headnavi li:first-child {
	margin-right: 20px;
}
ul.headnavi li:last-child {
}*/

div.header h2.logo a img.sm{
	display:none;
}

.nav_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	display: none;
}

ul.pc_nav {
	margin: 0 auto;
	text-align: center;
	font-size:1.975em;
	display: flex;
	flex-direction:column;
	justify-content: center;
}

ul.pc_nav li {
	width:175px;
	margin:0 auto 50px;
}

ul.pc_nav li:nth-child(2){
	font-size:1.3rem;
}

ul.pc_nav a {
	color: #fff;
	border-bottom:solid 1px #fff;
	position: relative;
	display: block;
}

body:not(.mobile) ul.gnavi li a {
	display: block;
	transition: all 0.3s ease-in-out 0s;
}

ul.pc_nav a:hover {
	opacity: 0.7;
}

.btn_nav {
	position: absolute;
	transition: all 0.5s ease-in-out;
	top: 4px;
	right: 0;
	display: none;
	cursor: pointer;
	height: 55px;
	width: 55px;
}

.btn_nav .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 24px;
}

.btn_nav hr {
	width: 35px;
	background: #fff;
	border-radius: 1px;
	height: 3px;
	position: absolute;
	border: none;
	transform-origin: center center;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: top 0.2s ease-in-out 0.3s, transform 0.2s ease-in-out 0s;
}

.btn_nav.opened hr {
	transition: top 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0.3s;
}

.btn_nav hr:nth-child(1) {
	top: 0;
}

.btn_nav hr:nth-child(2) {
	top: 10px;
}

.btn_nav hr:nth-child(3) {
	top: 20px;
}

.btn_nav.opened hr:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}

.btn_nav.opened hr:nth-child(2) {
	transform: scaleX(0);
	top: 10px;
}

.btn_nav.opened hr:nth-child(3) {
	transform: rotate(-45deg);
	top: 10px;
}

ul.sp_nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #333;
	z-index: 9999;
	display: none;
}

.sp_nav li {
	float: left;
	width: 25%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
}

.sp_nav li a {
	padding: 0 1%;
	display: block;
	background: #EEE;
	color: #333;
}

body:not(.mobile) .sp_nav li a.cr, .sp_nav li a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5);
}

.sp_nav li.inq {
	width: 50%;
}

.sp_nav li.inq a {
	text-decoration: none;
	background: #900;
	color: #FFF;
}

header{
	height:100vh;
	border-right:solid 1px #686b79;
	position:fixed;
	top:0;
	left:0;
}

@media (max-height:774px){
	header{
		overflow-y:scroll;
		z-index:9999;
	}
}

div.contents_wrap {
	width: calc(100% - 200px);
	margin-left:200px;
}

ul.breadlist {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 10px;
	box-sizing: content-box;
}

ul.breadlist li {
	display: inline-block;
}

ul.breadlist li:after {
	content: "> ";
}

ul.breadlist li:last-child:after {
	content: none;
}

ul.breadlist li a {
	text-decoration: underline;
}

body:not(.mobile) ul.breadlist li a:hover {
	text-decoration: none;
}

.container {
	width: 75%;
	min-width:740px;
	margin:30px auto;
	box-sizing: border-box;
}

footer {
	width: calc(100% - 200px);
	margin-left:auto;
	background: linear-gradient(90deg, #111214, #494c5b, #111214);
	border-top:solid 1px #686b79;
}


/*div.footer {
	margin: 0 auto;
	box-sizing: content-box;
	position: relative;
	overflow: hidden;
}*/


/*div.footer::before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(55,53,50,0.4);
	width: 38.25%;
	height: 100%;
	top: 0;
	transform: skewX(15deg);
	left: -13%;
	z-index: 99;
	pointer-events: none;
}*/

div.contact {
	max-width: 1200px;
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.contact .left {
	width: 100%;
}

div.contact .left ul {
	display: flex;
	justify-content: flex-start;
}

div.contact .left .s1 {
	margin-left:70px;
	margin-right:0;
}

footer div.contact .left .s1 a{
	width:175px;
	display:block;
}

div.contact .left .s2 {
	margin-top:62px;
	margin-left:10px;
	font-size: 15px;
	line-height: 22px;
}

div.contact .left .s3 {
	margin-top: 44px;
	margin-left:60px;
}

div.contact .left .s3 a{
	font-size:3.25em;
}

div.contact .right {
	text-align: left;
	width: 100%;
	font-size: 12px;
}

address {
	margin-top:-21px;
	box-sizing: content-box;
	text-align: right;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.img_cap {
	position: relative;
}

.img_cap span {
	background: rgba(0, 0, 0, 0.6);
	font-size: 10px;
	display: block;
	padding: 3px 5px;
	line-height: 1.5;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

.img_cap.white span {
	background: rgba(255, 255, 255, 0.6);
	color: #333333;
}

.pagetop {
	width:95px;
	height:95px;
	position: fixed;
	bottom: 60px;
	right: -150px;
	transition: all 1.0s ease-in-out 0s;
	z-index: 5;
}

.pagetop.scrolled {
	right: 35px;
}

@media screen and (max-width: 1320px) {
	ul.pc_nav {
		font-size: 18px;
		max-width: 620px;
		right: 29.8%;
	}
}

@media screen and (max-width: 1280px) {
	footer {
		padding: 30px 0 20px;
	}
	div.contact {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	div.contact .left ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	div.contact .left .s1, div.contact .left .s2 {
		margin: 0;
	}
	div.contact .left .s1 img {
		max-width:100%;
	}
	div.contact .left .s3 {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.pagetop {
		bottom: 20px;
	}
	.pagetop.scrolled {
		right: 20px;
	}
}

@media screen and (max-width: 1200px) {
	ul.headnavi {
		top: 38px;
	}
	ul.headnavi li:first-child {
		width: 230px;
	}
	/*ul.headnavi li:last-child {
	margin-top: 8px;
}*/
	ul.pc_nav li .ja {
		display: inline-block;
		margin-left: 5px;
	}
	ul.pc_nav {
		top: 120px;
		max-width: 1100px;
		justify-content: space-around;
		width: auto;
		right: 10px;
		left: 10px;
	}
	div.contact {
		display: block;
	}
	div.contact .left {
		width: auto;
		margin: auto;
		margin-bottom: 2%;
	}
	div.contact .right {
		width: auto;
	}
	address {
		text-align: center;
	}
}

@media (min-width:768px) and (max-width:999px) {
	.container{
		width:100%;
		min-width:unset;
	}

	div.contact .left .s1,footer div.contact .left .s1 a{
		width:120px;
		height:120px;
	}

	div.contact .left .s2{
		padding-top:30px;
	}

	div.contact .left .s3{
		padding-left:25px;
		text-align:left;
	}
}

@media (max-width: 767px) {
	footer {
		width:100%;
		margin:0;
		padding:0 20px 10px;
	}
	.wrap_main {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	div.contents_wrap {
		width: 100%;
		margin-left:0;
	}
	.pagetop.scrolled {
		right: -50px;
	}
}

@media (max-width: 640px) {
	div.contact {
		padding: 25px 10px 10px;
	}
	div.contact .left ul>li {
		display: block;
	}
	div.contact .left ul>li:last-child {
		width: auto;
		text-align: center;
		padding-left: 0;
	}
}

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

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

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

@media (max-width: 767px) {
	header{
		border:none;
		z-index:9999;
	}

	div.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 60px;
		background:#000;
		padding: 3px 0;
		z-index: 100;
		width: 100%;
	}

	div.header h2{
		width:130px;
		height:57px;
		margin:0;
		margin-left:15px;
		padding:0;
	}

	div.header h2.logo a{
		display:block;
	}

	div.header h2.logo a img.sm{
		padding-top:4px;
		display:block;
	}

	.btn_nav {
		right:10px;
		display: block;
	}
	nav.gnavi_wrap {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		opacity: 0;
		/*  transform: scale(1.2);*/
		overflow: hidden;
		transition: .3s all ease-in-out;
		background-color: rgba(0, 0, 0, 0.7);
		/*display: flex;
	align-items: center;*/
		height: calc(100vh - 60px);
		z-index: 999;
	}
	/*nav.gnavi_wrap::after{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.9);
	height: calc(100vh - 60px);
	}*/
	body.nav_open nav.gnavi_wrap {
		pointer-events: all;
		opacity: 1;
	}
	/*body.nav_open nav.gnavi_wrap ul.pc_nav{
		opacity: 1;
	}*/
	div.header h1 {
		display: none;
	}
	ul.headnavi {
		top: 16px;
		right: 57px;
	}
	ul.headnavi li {
		float: none;
	}
	ul.headnavi li:first-child {
		display: none;
	}
	ul.headnavi li:last-child {
		margin-top: 0;
	}
	ul.pc_nav {
		margin-top:5.5%;
		display: flex;
		flex-wrap: wrap;
		opacity: 0;
		transition: .3s opacity ease-in-out;
	}
	body.nav_open ul.pc_nav {
		opacity: 1;
	}
	ul.pc_nav>li {
		width:70%;
		margin-bottom:35px;
		font-size:8.25vw;
	}

	ul.pc_nav li:nth-child(2){
		font-size:7.75vw;
	}

	ul.pc_nav>li:not(:nth-child(-n+2)) {
		margin-top: 15px;
	}
	.nav_btn {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.sp_nav li {
		width: 50%;
	}
	.sp_nav li.inq {
		width: 100%;
	}
}

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


/* ----- 背景用の動画ファイル ----- */

#bg-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url("./../images/dummy.png") no-repeat;
	background-size: cover;
	opacity: 0.3;
	pointer-events: none;
}

.video_wrap::before {
	content: "";
	position: absolute;
	z-index: -90;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	bottom: 0;
	background-size: 3px 3px;
	background-position: 0 0, 1.5px 1.5px;
	/*background-size: 4px 4px;
background-position: 0 0, 2px 2px;*/
	background-image: linear-gradient(45deg, #000 25%, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 75%), linear-gradient(-135deg, #000 25%, #000 25%, transparent 25%, transparent 75%, #000 75%, #000 75%);
}


/* ----- 背景の上に表示させたいコンテンツ ----- */


/*      ボックスライン  */

.box_line {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}


/*.box_line li:nth-child(1){
    position: absolute;
    left:130px;
    top:10px;
    right:10px;
    height:1px;
    background: -moz-linear-gradient(left, #a6a091 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  #a6a091 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  #a6a091 0%, rgba(255,255,255,0) 100%);
}
    
.box_line li:nth-child(2){
    position: absolute;
    right:10px;
    top:10px;
    bottom:130px;
    width:1px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,#a6a091 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,#a6a091 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#a6a091 100%);
}

.box_line li:nth-child(3){
    position: absolute;
    right:130px;
    bottom:10px;
    left:10px;
    height:1px;
    background: -moz-linear-gradient(right, #a6a091 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right,  #a6a091 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to left,  #a6a091 0%, rgba(255,255,255,0) 100%);
}

.box_line li:nth-child(4){
    position: absolute;
    left:10px;
    top:130px;
    width:1px;
    bottom:10px;
    background: -moz-linear-gradient(top, #a6a091 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #a6a091 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #a6a091 0%, rgba(255,255,255,0) 100%);
}*/

@media (max-width: 767px) {
	.box_line li:nth-child(1) {
		left: 70px;
		top: 5px;
	}
	.box_line li:nth-child(2) {
		bottom: 70px;
		right: 5px;
	}
	.box_line li:nth-child(3) {
		right: 70px;
		bottom: 5px;
	}
	.box_line li:nth-child(4) {
		top: 70px;
		left: 5px;
	}

	footer div.contact{
		padding-top:10px;
	}

	div.contact .left .s1,div.contact .left .s2{
		margin:0 auto;
	}

	footer div.contact .left .s1 a{
		width:82.5%;
		max-width:320px;
		margin:0 auto;
	}

	div.contact .left .s2{
		padding-bottom:5px;
	}

	div.contact .left .s3{
		margin:0 auto 15px;
	}

	div.contact .left .s3 a{
		font-size:9vw;
	}

	.pagetop{
		bottom:35px;
	}

	.pagetop.scrolled{
		right:-5px;
	}

	.pagetop img{
		width:80px;
	}
}