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

/* ハリーホック 
-------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-table;
}

/* Hides from IE-mac 
-------------------------------------------------- */
*html .clearfix{
	height: 1%;
	display: inline;
	overflow: hidden;
}

.clearfix{
	display: block;
}


/* IE用画像荒れ対策
-------------------------------------------------- */
img { -ms-interpolation-mode: bicubic; }


* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;    
	background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:focus {
	outline: none !important;
}
a:hover {
	outline:none;
	background-color: #dcdcdc;
}


/* ページ全体の基本レイアウト
-------------------------------------------------- */
body {
	font-family: 'Sawarabi Mincho', sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	letter-spacing: 0.2vw;
	color: #333333;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

/* header
-------------------------------------------------- */

header {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}
header .headerInn {
	width: 100%;
}

header .headMenuLink {
	font-weight: 600;
	font-size: 18px;
	color: #323232;
}
header a.MenuInnLink {
	color: #4c4c4c;
}
header .topMainImg{
	display: block;
	width: 100%;
}

/* main img */
.topMain {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(img/00_PV_1.mp4) no-repeat center center/cover;
}
video {
  min-width: 100%;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 10%, rgba(0,0,0,.0) 50%);
  background-size: 4px 4px;
  z-index: 2;
}


/* footer
-------------------------------------------------- */
footer {
	border-top: #e1e1e1 solid 1px;
}
footer .footerInn {
	padding: 0;
}
footer .footerTitle {
	font-weight: 600;
}
footer .footerPoint {
	position: relative;
}
footer .snsList {
	display: flex;
	padding: 0;
}
footer .snsListItem .snsLink {
	color: #323232;
	margin: 0;
}

footer #page-top {
	background: #323232;
	cursor: pointer;
}
footer #page-top .pageTopInn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
footer .thintop {
}
footer .thintop:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
}
footer .thintop:after {
	content: "";
	display: block;
	position: absolute;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	transform: rotate(135deg);
}



@media screen and (min-width: 768px) {
	/* header
-------------------- */	
	header {
		width: 100%;
		flex-direction: column;
	}
	header .headerInn {
		height: auto;
		margin: 0 auto;
		padding: 0;
		order: 2;
	}
	header .headMenu {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		padding: 0;
		background: #f3f3f3;
	}
	header .mainMenu {
		display: flex;
		justify-content: space-between;
		width: 880px;
		padding: 35px 0;
		letter-spacing: 0.1em;
	}
	header .headMenuLink:hover {
		opacity: 0.6;
		transition: 0.5s;
	}
	header .headerInn .topMain{
		position: relative;
		margin: 0;
		padding: 0;
	}
	header .topMainImg{
		order: 1;
	}
	

/* footer
-------------------- */	
	footer {
		margin-top: 200px;
		padding: 60px 0 25px;
	}
	footer .footerInn {
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	footer .footerText {
		font-size: 12px;
		line-height: 2.0;
	}
	footer .footerPoint {
		font-size: 5px;
		bottom: 2px;
	}
	footer .copy {
		font-size: 12px;
		margin-top: 100px;
	}
	
	footer .footersns {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	footer .snsList {
		justify-content: space-between;
		align-items: flex-end;
		margin: 0;
	}
	footer .snsListItem {
		margin-left: 25px;
	}
	footer .snsListItem .snsLink {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 22px;
		padding: 0;
	}
	
	footer #page-top {
		position: fixed;
		z-index: 9000;
		bottom: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	footer #page-top .pageTopInn {
		font-size: 16px;
		margin: 0;
		padding: 0 0 0 25px;
	}
	footer .thintop {
	}
	footer .thintop:before {
		top: 16px;
		left: 25px;
		width: 1px;
		height: 20px;
	}
	footer .thintop:after {
		top: 17px;
		left: 19px;
		width: 11px;
		height: 10px;
	}

}

@media all and (max-width: 767px) {
/* header
-------------------- */		
	header {
	}
	header .headerInn {  	
		display:-webkit-box;
  		display:-ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: fixed;
		z-index: 5000;	
	}
	header .headerMenu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	header .headMenu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		background: #fff;
		padding-top: 60px;
	}
	header .mainMenu {
		border-bottom: 1px solid #dbdbdb;
		padding: 0;
	}
	header .mainMenu .headMenuList {
		border-top: 1px solid #dbdbdb;
		margin: 0;
	}
	header .mainMenu .headMenuLink {
		display: flex;
		justify-content: space-between;
		padding: 4.5vw 5vw;
	}
	
	header .menu-trigger,
	header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	header .menu-trigger {
		position: relative;
		top: 12px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 10000;
	}
	header .menu-trigger.open {
		top: 24px;
	}
	header .menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #323232;
	}
	header .menu-trigger span:nth-of-type(1) {
		top: 5px;
	}
	header .menu-trigger span:nth-of-type(2) {
		top: 14px;
	}
	header .menu-trigger span:nth-of-type(3) {
		top: 23px;
	}
	header .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(0px) rotate(-45deg);
		transform: translateY(0px) rotate(-45deg);
	}
	header .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-18px) rotate(45deg);
		transform: translateY(-18px) rotate(45deg);
	}
	header .accordion {
		display: none;
	}
	
	header .headerInn .topMain{
		order: 1;
		width: 100%;
		height: 100%;
	}

/* footer
-------------------- */		
	footer {
		margin: 10vw 0 0;
		padding: 10vw 10vw 0;
	}
	footer .footerInn {
		margin: 0 0 5vw;
	}
	footer .footerText {
		font-size: 2.75vw;
		line-height: 1.7;
	}
	footer .footerPoint {
		font-size: 1.2vw;
		bottom: 0.5vw;
	}
	footer .copy {
		font-size: 3vw;
		line-height: 1.0;
		margin-top: 5vw;
		padding: 0;
	}
	footer .snsList {
		justify-content: flex-end;
		margin-top: 15vw;
	}
	footer .snsListItem {
	}
	footer .snsListItem .snsLink {
		font-size: 5vw;
		padding: 0 2.5vw;
	}

	footer #page-top {
		z-index: 9000;
		right: 0;
		width: 51px;
		height: 51px;
	}
	footer #page-top .pageTopInn {		
		font-size: 4.0vw;
		margin: 0;
		padding: 0;
	}
	footer .thintop {
	}
	footer .thintop:before {
		top: 13px;
		left: 25px;
		width: 1px;
		height: 25px;
	}
	footer .thintop:after {
		top: 15px;
		left: 17px;
		width: 15px;
		height: 15px;
	}
}







