@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
html{
	font-size:62.5%;
}

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

a{
	text-decoration: none;
	color:#000;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.object-fit-img {
  		object-fit: cover;
		width:100%;
		height:100%;
  		font-family: 'object-fit: cover;'
}

.font-min{
	font-family: 'Shippori Mincho', serif;
}

sup{
	font-size:0.8em;
	position: relative;
	top:-0.3em;
}

body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	color:#191919;
	font-feature-settings: "palt";
	letter-spacing: .8px;	
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

body.fixed{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
}


@media screen and (min-width:751px){
	
	.pc_none{display:none !important;}
	
	body{
		font-size:1.4rem;  /*14px*/;
		line-height:2.6rem;
		min-width: 1100px;
	}
	
	/*header*/
	
	header{
		position: fixed;
		top:0;
		left:0;
		background:#fff;
		width:100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index:10;
	}
	
	header .logobox{
		width:204px;
		line-height: 0;
		margin:0 0 0 40px;
	}
	
	header .centerbox{
		font-size:2.4rem;
		line-height: 1;
		font-weight: 700;
		margin:0 auto;
	}
	
	header .menubox{
		width:245px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header .menubox.box2{
		justify-content: flex-end;
	}
	
	header .menubox .entrybtn{
		width:150px;
	}
	
	header .menubox .entrybtn a{
		border:1px solid #000;
		padding:5px 0 7px 0;
		background:#fff;
		text-align: center;
		display: block;
		width:100%;
		font-size:1.8rem;
		font-weight: 400;
		transition: all 0.2s;
	}
	
	header .menubox .entrybtn a:hover{
		color:#fff;
		background:#000;
	}
	
	#headnav .overflow{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:calc(100vh);
		background-color:rgba(47,47,47,0.4);
		z-index:5;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s;
	}
	
	
	#headnav .overflow.active{
		visibility: visible;
		opacity: 1;
	}
	
	#headnav nav{
		position: fixed;
		height:calc(100vh - 64px);
		top:64px;
		left:100%;
		z-index:30;
		padding:65px 30px;
		background:#333;
		display: flex;
		flex-direction: column;
		overflow:auto;
		align-items: flex-start;
		transition: all 0.2s;
	}
	
	#headnav nav a{
		display: inline-block;
		color:#fff;
		font-size:1.4rem;
		line-height: 1;
		padding:0 0 5px 0;
		position: relative;
		margin:0 0 25px 0;
		white-space: nowrap;
	}
	
	#headnav nav a:nth-child(4),
	#headnav nav a:nth-child(7){
		margin:0 0 55px 0;
	}
	
	#headnav nav a[target="_blank"]::after{
		content: "";
		width:17px;
		height:13px;
		background:url("../images/common/blank.svg") no-repeat;
		background-size:17px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}
	
	#headnav nav a:last-child{
		margin:0 0 0 0;
	}
	
	#headnav nav a::before{
		content: "";
		width:100%;
		height:1px;
		background:#fff;
		position: absolute;
		top:100%;
		left:0;
		transition: all 0.2s;
		z-index: 1;
	}
	
	#headnav nav a:hover::before{
		height:3px;
	}
	
	/*footer*/
	footer{
		padding:50px 0;
		background:#333333;
		position: relative;
		z-index: 20;
	}
	
	footer .innerbox{
		width:1100px;
		margin:0 auto;
	}
	
	footer .innerbox .logobox{
		width:295px;
		line-height: 0;
		margin:0 0 30px 0;
	}
	
	footer .innerbox .flexbox{
		display: flex;
		justify-content: space-between;
	}
	
	footer .innerbox .flexbox .leftbox .txbox{
		font-size:1.2rem;
		line-height: 2.1rem;
		color:#fff;
		margin:0 0 20px 0;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox{
		display: flex;
		align-items: center;
		margin:0 0 30px 0;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a{
		color:#fff;
		font-size:1.2rem;
		line-height: 1;
		margin:0 0 0 25px;
		transition: all 0.2s;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a[target="_blank"]::after{
		content: "";
		width:17px;
		height:13px;
		background:url("../images/common/blank.svg") no-repeat;
		background-size:17px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a.contact{
		display: inline-block;
		padding:8px 15px;
		border:1px solid #fff;
		margin:0 0 0 0;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a.contact:hover{
		opacity: 1;
		background:#fff;
		color:#333;
	}
	
	
	footer .innerbox .flexbox .leftbox .copy{
		padding:0 0 0 0;
		font-size:1.2rem;
		line-height: 1;
		color:#fff;
		letter-spacing: 0;
	}
	
	footer .innerbox .flexbox .rightbox nav{
		display: flex;
		justify-content: flex-end;
	}
	
	footer .innerbox .flexbox .rightbox nav .box{
		display: flex;
		flex-direction: column;
		margin:0 0 0 60px;
		align-items: flex-start;
	}
	
	footer .innerbox .flexbox .rightbox nav a{
		display: inline-block;
		color:#fff;
		font-size:1.4rem;
		line-height: 1;
		padding:0 0 5px 0;
		position: relative;
		margin:0 0 25px 0;
	}
	
	footer .innerbox .flexbox .rightbox nav a[target="_blank"]::after{
		content: "";
		width:17px;
		height:13px;
		background:url("../images/common/blank.svg") no-repeat;
		background-size:17px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}
	
	footer .innerbox .flexbox .rightbox nav a:last-child{
		margin:0 0 0 0;
	}
	
	footer .innerbox .flexbox .rightbox nav a::before{
		content: "";
		width:100%;
		height:1px;
		background:#fff;
		position: absolute;
		top:100%;
		left:0;
		transition: all 0.2s;
		z-index: 1;
	}
	
	footer .innerbox .flexbox .rightbox nav a:hover::before{
		height:3px;
	}
	
	.menu{
		width:64px;
		height:64px;
		background:#fff;
		top:0;
		right:0;
		z-index:10;
		order:2;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}
	
	.menu .tx{
		display: block;
		text-align: center;
		margin:5px 0 0 0;
		transition: all 0.4s;
		height:1rem;
	}
	
	.menu.active .tx{
		height:0;
		margin:0 0 0 0;
	}
	
	.menu .tx::after{
		content: "MENU";
		display: block;
		letter-spacing: 0.05em;
		font-size:1rem;
		line-height: 1;
		font-weight: bold;
	}
	
	.menu.active .tx::after{
		content: "";
		display: block;
		letter-spacing: 0.05em;
		font-size:1rem;
		font-weight: bold;
	}

	.menu-trigger,
	.menu-trigger span {
  		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger {
  		position: relative;
  		width: 30px;
  		height: 15px;
		z-index:5;
	}
	.menu-trigger span {
  		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 1px;
  		background-color: #000;
  		border-radius: 0px;
	}

	.menu-trigger span:nth-of-type(1) {
  		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
 		top:7px;
	}
	.menu-trigger span:nth-of-type(3) {
  		bottom: 0;
		width:100% !important;
	}

	.active .menu-trigger span:nth-of-type(1) {
  		-webkit-transform: translateY(7px) rotate(45deg);
  		transform: translateY(7px) rotate(45deg);
	}
	.active .menu-trigger span:nth-of-type(2) {
  		opacity: 0;
	}
	.active .menu-trigger span:nth-of-type(3) {
  		-webkit-transform: translateY(-7px) rotate(-45deg);
 		 transform: translateY(-7px) rotate(-45deg);
		width:100% !important;
	}
	
	#maincontainer{
		border-top:64px solid #fff;
		position: relative;
		overflow: hidden;
	}
	
	/*arrow*/
	.btnbox{
		display: inline-block;
	}
	
	.right_arrow_btn{
		display: flex;
		align-items: center;
		font-weight: 300;
		padding:10px 20px;
		background:#333;
		color:#fff;
		font-size:1.6rem;
	}
	
	.right_arrow_btn span{
		width:23px;
		height:23px;
		display: flex;
		background:none;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		margin:0 0 0 20px;
		position: relative;
		border:1px solid #fff;
		overflow: hidden;
	}
	
	.right_arrow_btn span::before{
		content:"";
		width:6px;
		height:9px;
		background:url("../images/common/arrow.svg") no-repeat;
		background-size:6px;
		display: block;
		position: absolute;
		right:calc(50% - 3px);
		top:calc(50% - 4px);
		
	}
	
	.right_arrow_btn span::after{
		content:"";
		width:6px;
		height:9px;
		background:url("../images/common/arrow.svg") no-repeat;
		background-size:6px;
		opacity: 0;
		position: absolute;
		right:40px;
		top:calc(50% - 4px);
		
	}
	
	.right_arrow_btn:hover span::before {
  		animation: arrowbefore .25s;
		animation-fill-mode: forwards;
	}
	
	.right_arrow_btn:hover span::after {
  		animation: arrowafter .25s;
		animation-delay: .25s;
		animation-fill-mode: forwards;
	}
	
	.down_arrow_btn{
		display: flex;
		align-items: center;
		font-weight: 300;
		padding:10px 20px;
		background:#333;
		color:#fff;
		font-size:1.6rem;
	}
	
	.down_arrow_btn span{
		width:23px;
		height:23px;
		display: flex;
		background:none;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		margin:0 0 0 20px;
		position: relative;
		border:1px solid #fff;
		overflow: hidden;
	}
	
	.down_arrow_btn span::before{
		content:"";
		width:6px;
		height:9px;
		background:url("../images/common/arrow.svg") no-repeat;
		background-size:6px;
		display: block;
		position: absolute;
		transform: rotate(90deg);
		right:calc(50% - 3px);
		top:calc(50% - 4px);
		
	}
	
	.down_arrow_btn span::after{
		content:"";
		width:6px;
		height:9px;
		background:url("../images/common/arrow.svg") no-repeat;
		background-size:6px;
		opacity: 0;
		position: absolute;
		top:-40px;
		transform: rotate(90deg);
		right:calc(50% - 3px);
		
	}
	
	.down_arrow_btn:hover span::before {
  		animation: arrowbefore2 .25s;
		animation-fill-mode: forwards;
	}
	
	.down_arrow_btn:hover span::after {
  		animation: arrowafter2 .25s;
		animation-delay: .25s;
		animation-fill-mode: forwards;
	}
	
	/*mousestalker*/
	
	/* マウスストーカー */
    #stkr{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 7px;
      height: 7px;
      background: rgba(51, 51, 51, 1);
      border-radius: 50%;
      transition: 0.2s;
      transition-timing-function: ease-out;
      pointer-events: none;
      z-index: 4;
	  display: none;
    }
	
	#stkr2{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 50px;
      height: 50px;
      background: rgba(51, 51, 51, 0.2);
      border-radius: 50%;
      transition: 0.4s;
      transition-timing-function: ease-out;
      pointer-events: none;
      z-index: 4;
	  display: none;
    }
	
}

@media screen and (max-width:750px){
	
	.sp_none{display:none !important;}
	
	body{
		font-size:1.4rem;  /*14px*/;
		line-height:2.6rem;
		min-width: 100%;
	}
	
	/*header*/
	
	header{
		position: fixed;
		top:0;
		left:0;
		background:#fff;
		width:100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		z-index:10;
		flex-direction: column;
		height:50px;
	}
	
	header .logobox{
		width:125px;
		line-height: 0;
		margin:0 0 0 5%;
	}
	
	header .centerbox{
		font-size:1.7rem;
		line-height: 1;
		font-weight: 700;
		margin:5px 0 0 5%;;
	}
	
	header .menubox .entrybtn{
		width:100px;
	}
	
	header .menubox .entrybtn a{
		border:1px solid #000;
		padding:0px 0 2px 0;
		background:#fff;
		text-align: center;
		display: block;
		width:100%;
		font-size:1.4rem;
		font-weight: 400;
		transition: all 0.2s;
	}
	
	header .menubox{
		position: absolute;
		top:0;
		right:0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#headnav .overflow{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		height:calc(100vh);
		background-color:rgba(47,47,47,0.4);
		z-index:5;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s;
	}
	
	
	#headnav .overflow.active{
		visibility: visible;
		opacity: 1;
	}
	
	#headnav nav{
		position: fixed;
		height:calc(100vh - 50px);
		top:50px;
		left:100%;
		z-index:6;
		padding:40px 5%;
		background:#333;
		display: flex;
		flex-direction: column;
		overflow:auto;
		align-items: flex-start;
		transition: all 0.2s;
		width:100%;
	}
	
	#headnav nav a{
		display: inline-block;
		color:#fff;
		font-size:1.3rem;
		line-height: 1;
		padding:0 0 5px 0;
		position: relative;
		margin:0 0 15px 0;
	}
	
	#headnav nav a:nth-child(4),
	#headnav nav a:nth-child(7){
		margin:0 0 40px 0;
	}
	
	#headnav nav a[target="_blank"]::after{
		content: "";
		width:14px;
		height:11px;
		background:url("../images/common/blank.svg") no-repeat;
		background-size:14px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}
	
	#headnav nav a:last-child{
		margin:0 0 0 0;
	}
	
	#headnav nav a::before{
		content: "";
		width:100%;
		height:1px;
		background:#fff;
		position: absolute;
		top:100%;
		left:0;
		transition: all 0.2s;
		z-index: 1;
	}
	
	#headnav nav a:hover::before{
		height:3px;
	}
	
	/*footer*/
	footer{
		padding:40px 0;
		background:#333333;
		position: relative;
		z-index: 20;
	}
	
	footer .innerbox{
		width:90%;
		margin:0 auto;
	}
	
	footer .innerbox .logobox{
		width:200px;
		line-height: 0;
		margin:0 0 15px 0;
	}
	
	footer .innerbox .flexbox{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	footer .innerbox .flexbox .leftbox{
		order: 1;
	}
	
	footer .innerbox .flexbox .leftbox .txbox{
		font-size:1rem;
		line-height: 1.5rem;
		color:#fff;
		margin:0 0 25px 0;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox{
		display: flex;
		align-items: flex-start;
		margin:0 0 15px 0;
		flex-direction: column;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a{
		color:#fff;
		font-size:1.3rem;
		line-height: 1;
		margin:0 25px 0 0;
		transition: all 0.2s;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a:hover{
		opacity: 0.7;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a[target="_blank"]::after{
		content: "";
		width:14px;
		height:11px;
		background:url("../images/common/blank.svg") no-repeat;
		background-size:14px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a.contact{
		display: inline-block;
		padding:8px 15px;
		border:1px solid #fff;
		margin:0 25px 10px 0;
	}
	
	footer .innerbox .flexbox .leftbox .btnbox a.contact:hover{
		opacity: 1;
		background:#fff;
		color:#333;
	}
	
	
	footer .innerbox .flexbox .leftbox .copy{
		padding:0 0 0 10px;
		font-size:1rem;
		line-height: 1;
		color:#fff;
		letter-spacing: 0;
	}
	
	footer .innerbox .flexbox .rightbox nav{
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	footer .innerbox .flexbox .rightbox nav .box{
		display: flex;
		flex-direction: column;
		margin:0 0 40px 0;
		align-items: flex-start;
	}
	
	footer .innerbox .flexbox .rightbox nav a{
		display: inline-block;
		color:#fff;
		font-size:1.3rem;
		line-height: 1;
		padding:0 0 5px 0;
		position: relative;
		margin:0 0 15px 0;
	}
	
	footer .innerbox .flexbox .rightbox nav a[target="_blank"]::after{
		content: "";
		width:14px;
		height:11px;
		background:url("../images/common/blank.svg") no-repeat;
		background-size:14px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top:-2px;
		margin:0 0 0 5px;
	}
	
	footer .innerbox .flexbox .rightbox nav a:last-child{
		margin:0 0 0 0;
	}
	
	footer .innerbox .flexbox .rightbox nav a::before{
		content: "";
		width:100%;
		height:1px;
		background:#fff;
		position: absolute;
		top:100%;
		left:0;
		transition: all 0.2s;
		z-index: 1;
	}
	
	footer .innerbox .flexbox .rightbox nav a:hover::before{
		height:3px;
	}
	
	.menu{
		width:auto;
		padding:0 5vw;
		height:50px;
		background:#fff;
		top:0;
		right:0;
		z-index:10;
		order:2;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}
	
	.menu .tx{
		display: block;
		text-align: center;
		margin:5px 0 0 0;
		transition: all 0.4s;
		height:1rem;
	}
	
	.menu.active .tx{
		height:0;
		margin:0 0 0 0;
	}
	
	.menu .tx::after{
		content: "MENU";
		display: block;
		letter-spacing: 0.05em;
		font-size:1rem;
		line-height: 1;
		font-weight: bold;
	}
	
	.menu.active .tx::after{
		content: "";
		display: block;
		letter-spacing: 0.05em;
		font-size:1rem;
		font-weight: bold;
	}

	.menu-trigger,
	.menu-trigger span {
  		display: inline-block;
  		transition: all .4s;
  		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger {
  		position: relative;
  		width: 30px;
  		height: 15px;
		z-index:5;
	}
	.menu-trigger span {
  		position: absolute;
  		left: 0;
  		width: 100%;
  		height: 1px;
  		background-color: #000;
  		border-radius: 0px;
	}

	.menu-trigger span:nth-of-type(1) {
  		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
 		top:7px;
	}
	.menu-trigger span:nth-of-type(3) {
  		bottom: 0;
		width:100% !important;
	}

	.active .menu-trigger span:nth-of-type(1) {
  		-webkit-transform: translateY(7px) rotate(45deg);
  		transform: translateY(7px) rotate(45deg);
	}
	.active .menu-trigger span:nth-of-type(2) {
  		opacity: 0;
	}
	.active .menu-trigger span:nth-of-type(3) {
  		-webkit-transform: translateY(-7px) rotate(-45deg);
 		 transform: translateY(-7px) rotate(-45deg);
		width:100% !important;
	}
	
	#maincontainer{
		border-top:50px solid #fff;
		position: relative;
		overflow: hidden;
	}
	
	/*arrow*/
	.btnbox{
		display: inline-block;
	}
	
	.right_arrow_btn{
		display: flex;
		align-items: center;
		font-weight: 300;
		padding:8px 20px;
		background:#333;
		color:#fff;
		font-size:1.7rem;
	}
	
	.right_arrow_btn span{
		width:23px;
		height:23px;
		display: flex;
		background:none;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		margin:0 0 0 20px;
		position: relative;
		border:1px solid #fff;
		overflow: hidden;
	}
	
	.right_arrow_btn span::before{
		content:"";
		width:6px;
		height:9px;
		background:url("../images/common/arrow.svg") no-repeat;
		background-size:6px;
		display: block;
		position: absolute;
		right:calc(50% - 3px);
		top:calc(50% - 4px);
		
	}
	
	.right_arrow_btn span::after{
		content:"";
		width:6px;
		height:9px;
		background:url("../images/common/arrow.svg") no-repeat;
		background-size:6px;
		opacity: 0;
		position: absolute;
		right:40px;
		top:calc(50% - 4px);
		
	}
	
	.right_arrow_btn:hover span::before {
  		animation: arrowbefore .25s;
		animation-fill-mode: forwards;
	}
	
	.right_arrow_btn:hover span::after {
  		animation: arrowafter .25s;
		animation-delay: .25s;
		animation-fill-mode: forwards;
	}
	
	/*mousestalker*/
	
	/* マウスストーカー */
    #stkr{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 15px;
      height: 15px;
      background: rgba(51, 51, 51, 1);
      border-radius: 50%;
      transition: 0.2s;
      transition-timing-function: ease-out;
      pointer-events: none;
      z-index: 10;
		display: none;
    }
	
	#stkr2{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 50px;
      height: 50px;
      background: rgba(51, 51, 51, 0.2);
      border-radius: 50%;
      transition: 0.4s;
      transition-timing-function: ease-out;
      pointer-events: none;
      z-index: 10;
		display: none;
    }
	
}


@keyframes arrowbefore {
  100% {
    right:0;
    opacity: 0;
  }
  }
 @keyframes arrowafter {
  100% {
    right:calc(50% - 3px);
    opacity: 1;
  }
}

@keyframes arrowbefore2 {
  100% {
    top:100%;
    opacity: 0;
  }
  }
 @keyframes arrowafter2 {
  100% {
    top:calc(50% - 4px);
    opacity: 1;
  }
}