@charset "utf-8";


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html{
	scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}



body,
table,
input, textarea, select, option {
	font-family: 'Shippori Mincho', serif ; 
	font-weight: 400;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a,
a:link {
	color: #cd931b;
	text-decoration: underline;
}

a:visited {
	color: #cd931b;
	text-decoration: underline;
}

a:hover {
	color: #f0ab1d;
	text-decoration: underline;
}

a:active {
	color: #f0ab1d;
	text-decoration: underline;
}



.lazyy{
	animation: fadeIn 3s ease-in 1 forwards;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


.hoverr:hover{
	animation: hoverr .5s ;
}

@keyframes hoverr {
	0% {opacity: 1;}
	50% {opacity: .6;}
	55% {opacity: .7;}
	100% {opacity: 1;}
}





/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #6e5d32;
	line-height: 1.5;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
	border: 4px solid b_lue;
	width: 100vw;
	overflow: hidden;
}


#main{
	border: 3px solid b_lue;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}


/*************************************************************
loading
**************************************************************/
/* ローディング画面 */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1.7s;
	background-color: rgba( 255, 255, 255, .1 );
	backdrop-filter: blur( 52px );
	-webkit-backdrop-filter: blur( 52px );
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.loaded {
	opacity: 0;
	visibility: hidden;
	z-index: -999;
}

body{
	overflow: hidden;
}

#progress {
	margin: auto;
	margin-top: 40vh;
	width: 50vw;
	height: 2px;
	position: relative;
	z-index: 500;
	opacity: .5;
}

/*------------------------------------------------------------
//////////////////////////////////////////////////////////////
	メニュー
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto 205px;
	width: 268px;
	border: 4px solid p_ink;
}

#gNavi li {
	float: right;
	position: relative;
}

#gNavi .navi01 a {
	background: url(img/common_/sp_gnavi01_over.gif) no-repeat 9px top;
	background-size: 20px;
}
#gNavi .navi02 a {
	background: url(img/common_/sp_gnavi02_over.gif) no-repeat 9px top;
	background-size: 20px;
}
#gNavi .navi03 a {
	background: url(img/common_/sp_gnavi03_over.gif) no-repeat 9px top;
	background-size: 21px 177px;
}
#gNavi .navi04 a {
	background: url(img/common_/sp_navi04_over.gif) no-repeat 9px top;
	background-size: 20px;
}
#gNavi .navi05 a {
	background: url(img/common_/sp_gnavi05_over.gif) no-repeat 9px top;
	background-size: 22px 180px;
}
#gNavi .navi06 a {
	background: url(img/common_/sp_gnavi06_over.gif) no-repeat 9px top;
	background-size: 18px;
}
#gNavi .navi07 a {
	background: url(img/common_/sp_gnavi07_over.gif) no-repeat 9px top;
	background-size: 23px;
}
#gNavi li a {
	padding: 0 9px;
	cursor: pointer;
	height: 190px;
	display: block;
}
#gNavi li .menuBox a {
	height: auto;
	padding: 0;
	background: none;
}
#gNavi .active a img,
#gNavi .on a img {
	visibility: hidden;
}
#gNavi .active .menuBox a img,
#gNavi .on .menuBox a img {
	visibility: inherit;
}

#gNavi li .menuBox {
	padding-top: 99px;
	position: absolute;
	left: -64px;
	top: 94px;
	background: url(img/common/line02.gif) repeat-y 83px top;
	display: none;
}
#gNavi .active .menuBox {
	display: block;
}
#gNavi li .menuBox01 {
	padding-top: 83px;
	left: -40px;
	top: 110px;
	background: url(img/common/line02.gif) repeat-y 58px top;
}
#gNavi li .menuBox02 {
	padding-top: 23px;
	top: 170px;
	left: -170px;
	background: url(img/common/line02.gif) repeat-y 190px top;
}
#gNavi li .menuBox03 {
	padding-top: 24px;
	left: -23px;
	top: 169px;
	background: url(img/common/line02.gif) repeat-y 43px top;
}
#gNavi li .menuBox04 {
	padding-top: 13px;
	left: -10px;
	top: 180px;
	background: url(img/common/line02.gif) repeat-y 30px top;
}
#gNavi li .menuBox .infoBox {
	padding-top: 13px;
	width: 124px;
	background-color: #fff;
	border-top: 1px solid #EACB89;
}
#gNavi .active .menuBox .infoBox {
	border-top: 3px solid #EACB89;
}
#gNavi li .menuBox02 .infoBox {
	width: 306px;
}
#gNavi li .menuBox03 .infoBox {
	width: 88px;
}
#gNavi li .menuBox04 .infoBox {
	width: 67px;
}
#gNavi li .menuBox .infoBox ul {
	margin-right: 4px;
}
#gNavi li .menuBox02 .infoBox ul {
	margin: 0 0 0 -4px;
}
#gNavi li .menuBox02 .infoBox .linkUl01 {
	margin: 12px 46px 0 0;
}
#gNavi li .menuBox03 .infoBox ul {
	margin: 0;
}
#gNavi li .menuBox .infoBox ul li a {
	padding: 0 6px;
	height: 112px;
}
#gNavi li .menuBox02 .infoBox ul li a {
	height: 76px;
}

/****/


/*------------------------------------------------------------
//////////////////////////////////////////////////////////////
	mainbox
------------------------------------------------------------*/
#mainbox{
	display: flex;
	flex-direction: row-reverse;
}

@media all and (min-width: 0) and (max-width: 750px) {

	#mainbox{
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
}


/*------------------------------------------------------------
//////////////////////////////////////////////////////////////
	右カラム→
------------------------------------------------------------*/
#conts {
	border: 3px solid y_ellow;
	width: 70%;
	position: relative;
	background: url(img/index_/backnoise_gold.gif);
}


@media all and (min-width: 0) and (max-width: 1050px) {
	#conts {
		border: 3px solid r_ed;
		width: 100vw;
		overflow: hidden;
	}
}



#conts .photoList li {
	width: 100%;
	position: relative;
}

#conts .photoList li a {
	display: block;
}

#conts .photoList li img {
	width: 100%;
}



#conts .mainimg{
	position: relative;
	background: #08132D;
	overflow: hidden;
}
#conts .mainimg .blurimg{
	position: absolute;
	top: 0;
	z-index: 1;
}
#conts .mainimg .mainimgg{
	position: relative;
	top: 0;
	z-index: 2;
}





#conts .mainimg_bk{
	width: 100%;
	height: 30px;
	background-color: #051b28;
	position: absolute;
	z-index: -100;
	margin-top: -30px;
}

#conts .btn_kigan{
	border: 2px solid #E4E3DF;
	border-left: 1px solid #E4E3DF;
	border-right: 0px;
	height: 190px;
	width: 100%;
	background-color: #fffef9;
	position: relative;
	box-shadow: 0px 4px 8px -2px rgba(10,10,10,0.1), 0px 0px 23px 22px rgba(10,10,10,0.02);
	z-index: 1;
	transition: .6s;
	overflow: hidden;
}

#conts .btn_kigan .txtimgbox img{
	position: relative;
}
#conts .btn_kigan .txtimgbox img{
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	height: 85%;
}
#conts .btn_kigan .txtimgbox img:nth-child(1){
	height: 75%;
	top: -20px;
	opacity: .7;
}

#conts .btn_kigan .btn_arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -24%;
	margin: auto;
	height: 10%;
	transition: 1s;
}


@media all and (max-width: 920px) {
	#conts .btn_kigan .btn_arrow{
		right: -34%;
	}
}

#conts .btn_kigan .cloud1{
	position: absolute;
	width: 25%;
	top: 100px;
	left: 30px;
	opacity: .3;
	transition: 1s;
}

#conts .btn_kigan .cloud2{
	position: absolute;
	width: 40%;
	top: -10px;
	right: -180px;
	opacity: .3;
	transition: 1s;
}


#conts .btn_kigan:hover{
	background-color: #f7f3e7;
}
#conts .btn_kigan:hover .cloud1{
	filter: blur(10px);
	opacity: .6;
	transform: scale(1.2);
}
#conts .btn_kigan:hover .cloud2{
	filter: blur(10px);
	opacity: .6;
	transform: scale(1.2);
}
#conts .btn_kigan:hover .btn_arrow{
	transform: translateX(15px);
}


/**/
.kaisya_link{
	background-color: #fefcf1;
	text-align: center;
	font-size: 90%;
	padding: 15px 0;
	transition: 1.2s;
	border-left: 1px solid #E4E3DF;
}
.kaisya_link a{
	transition: 1.2s;
	color: #c4a154;
	text-decoration: none;
}
.kaisya_link a:hover{
	color: #e3751c;
}

/*****/

.sldrbox{
	width: 100%;
	min-height: 720px;
	max-height: 800px;
	min-width: 1000px;
	height: 68vw;
	overflow: hidden;
}

.sldrbox li{
	width: 100%;
	height: 100%;
}

.sldrbox li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.slider_cont01{
	background-color: #0D3B5A;
	position: relative;
	z-index: 2;
}
.btm_slide{
	box-shadow: 0px 14px 26px -13px rgba(0,14,24,0.3);
	position: relative;
}



.lazyy{
	animation: fadeIn 3s ease-in 1 forwards;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


.slider_cont02{
	background-color: #0D3B5A;
	position: relative;
	z-index: 1;
}








@media all and (min-width: 0) and (max-width: 750px) {
	#conts {
		border: 3px solid y_ellow;
		width: 100vw;
		position: relative;
		background: url(img/index_/back_paper.gif);
	}

	.sp_head{
		width: 53%;
		margin: 45px auto 55px;
	}
	.sp_head span{
		font-size: 80%;
		color: #073859;
		position: relative;
		left: 1vw;
		top: -1vw;
	}
	.sp_head span img{
		width: 21vw;
	}

	#conts .photoList li {
		width: 100%;
		position: relative;
	}
	
	#conts .photoList li a {
		display: block;
	}
	
	#conts .photoList li img {
		width: 100%;
	}
	
	
	
	#conts .mainimg{
		position: relative;
		border: 1px solid r_ed;
	}
	#conts .mainimg .main_img_light{
		position: absolute;
		top: 0;
		animation: main_img_light 5s ease-in-out infinite;
	}
	
	@keyframes main_img_light {
		0% {opacity: 0;}
		15% {opacity: .2;}
		30% {opacity: 0;}
		45% {opacity: .25;}
		60% {opacity: .05;}
		75% {opacity: .5;}
		90% {opacity: .05;}
		100% {opacity: 0;}
	}
	
	
	#conts .mainimg a{
		position: absolute;
		bottom: 1.5em;
		right: 0;left: 0;
		margin: 0 auto;
		transition: 1s;
		text-align: center;
		color: #b7ab73;
		text-decoration: none;
		display: block;
		width:fit-content;
		border-bottom: 1px solid #6e5d32;
	}
	#conts .mainimg a:hover{
		text-decoration: none;
		color: #ded091;
		border-bottom: 1px solid #244b6c;
	}
	
	#conts .mainimg .tky{
		text-decoration: none;
		color: #ded091;
		position: absolute;
		bottom: 1em;
		left: 1em;
		font-size: 70%;
		opacity: .7;
	}
	
	
	#conts .mainimg_bk{
		width: 100%;
		height: 30px;
		background-color: #051b28;
		position: absolute;
		z-index: -100;
		margin-top: -30px;
	}
	
	#conts .btn_kigan{
		margin-top: 25px;
		height: auto;
		border: none;
		min-width: none;
		width: 100%;
	}

	.kaisya_link{
		background-color: transparent;
		padding: 0;
		border-left: none;

		text-align: center;
		display: block;
		margin-top: 13px;
		font-size: 90%;
	}
	.kaisya_link a {
		display: inline;
		color: #ad8235;
		text-decoration: underline;
	}
	.sp_bnrbox{
		margin-top: 75px;
	}

	.sp_bnrbox .twin_bnr_box{
		display: flex;
	}
	/***************************/
	


	.sp_newsbox {
		border: 3px solid p_ink;
		width: 90vw;
		margin: 130px auto;
		margin-bottom: 100px;
	}
	.sp_newsbox h2 {
		margin-bottom: 38px;
		text-align: center;
	}
	.sp_newsbox h2 img{
		border: 3px solid p_ink;
	}
	
	.sp_newsbox h2 a {
		display: inline-block;
		color: #231815;
		transition: all 0.5s;
		text-decoration: none;
		width: 23vw;
		margin: 0 auto;
	}
	
	.sp_newsbox h2 a:hover {
		color: #c78b17;
		transition: all 0.5s;
	}
	
	.sp_newsbox .links {
		font-size: 85%;
		line-height: 1.2;
		text-align: left;
		width: 80vw;
		border: 1px solid r_ed;
		letter-spacing: 0px;
		margin: 0 auto 2.5em;
		padding-left: 1em;
		padding-top: .3em;
	}
	
	.sp_newsbox .links a {
		color: #5b5b58;
		transition: all 1.5s;
		text-decoration: none;
		display: block;
		margin-bottom: 1.4em;
	}
	.sp_newsbox .links a:last-child {
		padding-bottom: .4em;
	}
	
	.sp_newsbox .links a:hover {
		color: #c7a91f;
		transition: all 0.5s;
	}
	
	.sp_newsbox .links img {
		display: none;
	}
	
	.sp_newsbox .message {
		border-left: 2px solid #DFC485;
	}
	.sp_newsbox .information {
		border-left: 3px solid #E7E2CD;
	}
	

	/***************************/
	.sldrbox{
		width: 100%;
		min-height: 100vw;
		max-height: 100vw;
		min-width: 130%;
		height: 50vw;
		overflow: hidden;
		border: 0px solid purple;
		background: url(img/index_/backnoise_blu.gif);
	}
	.sp_mb3{
		margin-bottom: 3px;
	}
	.sldrbox li{
		width: 100%;
		height: 100%;
	}
	
	.sldrbox li img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	
	.slider_cont01{
		background-color: #0D3B5A;
		position: relative;
		z-index: 2;
	}
	.btm_slide{
		box-shadow: 0px 14px 26px -13px rgba(0,14,24,0.3);
		position: relative;
	}
	
	
	
	.lazyy{
		animation: fadeIn 3s ease-in 1 forwards;
	}
	@keyframes fadeIn{
		0%{
			opacity: 0;
		}
		100%{
			opacity: 1;
		}
	}
	
	
	
	.slider_cont02{
		background-color: #0D3B5A;
		position: relative;
		z-index: 1;
	}
	
	.min1150{
		min-width: 1150px;
	}
	
	
}









/*------------------------------------------------------------
//////////////////////////////////////////////////////////////
	左カラム・サイドメニュー
------------------------------------------------------------*/
#sideBar {
	position: relative;
	width: 30%;
	min-width: 320px;
}


#sideBar h1 {
	margin: 70px auto 80px;
	width: 55px;
	/*width: 155px;*/

}



#sideBar .bnrbox {
	border: 3px solid p_ink;
	max-width: 350px;
	text-align: center;
	margin: 0 auto;
}
#sideBar .bnrbox .line{
	width: 90%;
	height: 1px;
	background-color: #e4e3df;
	margin: 0 auto 60px;
}
#sideBar .bnrbox a img {
	width: 80%;
}

/******/

#sideBar .newsbox {
	border: 3px solid p_ink;
	width: 80%;
	margin: 130px auto;
	margin-bottom: 600px;
}
#sideBar .newsbox h2 {
	margin-bottom: 68px;
	text-align: center;
}
#sideBar .newsbox h2 img{
	width: 90px;
}

#sideBar .newsbox h2 a {
	display: inline-block;
	color: #231815;
	transition: all 0.5s;
	text-decoration: none;
}

#sideBar .newsbox h2 a:hover {
	color: #c78b17;
	transition: all 0.5s;
}

#sideBar .newsbox .links {
	font-size: 90%;
	line-height: 1.2;
	text-align: left;
	letter-spacing: .5px;
	margin-bottom: 2.5em;
	padding-left: 1em;
	padding-top: .3em;
}

#sideBar .newsbox .links a {
	color: #5b5b58;
	transition: all 1.5s;
	text-decoration: none;
	display: block;
	margin-bottom: 1.4em;
	letter-spacing: 0;
}
#sideBar .newsbox .links a:last-child {
	padding-bottom: .4em;
}

#sideBar .newsbox .links a:hover {
	color: #c7a91f;
	transition: all 0.5s;
}

#sideBar .newsbox .links img {
	display: none;
}

#sideBar .newsbox .message {
	border-left: 2px solid #DFC485;
}
#sideBar .newsbox .information {
	border-left: 3px solid #E7E2CD;
}


/****/


#sideBar .snsbox {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 430px;
}

#sideBar .snsbox a {
	display: inline-block;
}

.sns{
	border: 2px solid r_ed;
	width: 100%;
	opacity: .6;
	margin-bottom: 25px;
}

/*.sns ul{
	border-bottom: 1px solid rgb(215, 226, 233);
}*/

.sns li{
	width: 15%;
	margin: 0;
	display: inline-block;
}

.sns li img{
	width: 35px;
}


/****/

#sideBar .bnrbox2 {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 240px;
	width: 100%;
}

#sideBar .bnrbox2 img{
	margin: 13px 0 20px 0;
	width: 50%;
	max-width: 190px;
}
#sideBar .kaikan{
	width: 85%;
	margin: auto;
}



.menuBox{
	transition: all 1s;
}


@media all and (min-width: 0) and (max-width: 750px) {
	#sideBar {
		border: 6px solid g_reen;
		position: relative;
		width: 100vw;
		min-width: 100vw;
	}

	/******/
	
	#sideBar .snsbox {
		position: relative;
		width: 100%;
		text-align: center;
		bottom: 0px;
	}
	
	#sideBar .snsbox a {
		display: inline-block;
	}
	

	.sns{
		margin-top: 70px;
		border: 2px solid r_ed;
		margin-bottom: 0;
	}

	.sns li{
		margin-right: 0px;
		border: 1px solid b_lue;
		width: 15%;
	}

	.sns li:nth-child(2) {
		position: relative;
		right: 0px;
	}

	.sns li img{
		width: 30px;
	}

	
	/****/
	
	#sideBar .bnrbox2 {
		position: relative;
		width: 100%;
		text-align: center;
		bottom: 0px;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 40px;
	}
	
	#sideBar .bnrbox2 img{
		margin: 13px 0 20px 0;
		width: 47%;
		max-width: 190px;
	}
	
	.menuBox{
		transition: all 1s;
	}
	

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 15px;
	background-image: url(img/common_/paper_edge.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top:-3px;
	left: 0;
}
#gFooter {
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 70px 0 50px;
	color: #fff;
	text-align: center;
	background-color: #0D3B5A;
}

#gFooter .foot_add {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.9;
	color: #BFA576;
	margin-bottom: 8px;
	display: inline-block;
	margin: 0 auto;
}

#gFooter .foot_add .copyright {
	font-size: 13px;
	color: #BFA576;
	display: inline-block;
	margin-top: 1.8em;
}

.sp {
	display: none !important;
}

.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

@media all and (min-width: 0) and (max-width: 750px) {

	#gFooter::before {
		content: '';
		display: inline-block;
		width: 100%;
		height: 15px;
		background-image: url(img/common_/paper_edge.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		top:-3px;
		left: 0;
	}
	#gFooter {
		overflow: hidden;
		position: relative;
		width: 100%;
		bottom: 0;
		color: #fff;
		text-align: center;
		padding-left: 0;
		background-color: #0D3B5A;
	}
	
	#gFooter .foot_add {
		font-size: 14px;
		font-weight: 400;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.9;
		color: #BFA576;
		width: auto;
		display: inline-block;
		margin: 0 auto 20px;
	}
	
	#gFooter .foot_add .copyright {
		font-size: 13px;
		color: #BFA576;
		display: inline-block;
		margin-top: 1.8em;
	}
	



}

@media all and (min-width: 0) and (max-width: 750px) {
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
}

/**********/







/*------------------------------------------------------------
//////////////////////////////////////////////////////////////
	メニュー
------------------------------------------------------------*/

#gHeader{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 100;
}

#gHeader .s_head{
	border: 5px solid r_ed;
	width: 10%;
	height: 95px;
	position: fixed;
	top: 0;
	right: 0;
}


#gHeader .s_head .menu {
	position: absolute;
	right: 20px;
	top: 25px;
	width: 70px;
	z-index: 200;
	border: 1px solid r_ed;
}

#gHeader .s_head .menu a {
	display: block;
	transition: .7s;
}
#gHeader .s_head .menu .menu_linebox{
	position: relative;
	width: 5vw;
	max-width: 50px;
	height: 4vw;
	border: 1px solid y_ellow;
	text-align: right;
}
#gHeader .s_head .menu span{
	display: inline-block;
	position: absolute;
	height: 1px;
	right: 0;
	width: 100%;
	transition: all .4s;
	background: #b7ab73;
}

#gHeader .s_head .menu span:nth-of-type(1){
	top: 15px;
	transition: 1s ;
}

#gHeader .s_head .menu span:nth-of-type(2){
	top: 25px;
}
#gHeader .s_head .menu span:nth-of-type(3){
	top: 35px;
}


#gHeader .s_head .menu a:hover span:nth-of-type(1){
	transform: translateY(3px);
}
#gHeader .s_head .menu a:hover span:nth-of-type(3){
	transform: translateY(-3px);
}

/*****/


.hum_menuBox {
	padding: 0 23px 38px 0;
	width: 101vw;
	position: fixed;
	top: 0;
	display: block;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	-ms-overflow-style: none;
	/*
	transition: all right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition: all right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 1000;
	overflow-x: hidden;
	transform:translate3d(0,0,0);*/

	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 12px );
	-webkit-backdrop-filter: blur( 12px );
	border-radius: 0px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
/****/
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	opacity: 0;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}
.hum_menuBox::-webkit-scrollbar{
	display: none;
}




.hum_menuBox.on {
	border: 2px solid r_ed;
	background: rgba( 255, 255, 255, 0.85 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 32px );
	-webkit-backdrop-filter: blur( 12px );
	border-radius: 0px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
/****/
	visibility: visible;
	opacity: 1;
}

.hum_menuBox_out .close {
	position: fixed;
	right: 50px;
	top: 30px;
	width: 43px;
	opacity: .2;
	z-index: 500;
	visibility: hidden;
}
.hum_menuBox_out.on .close {
	opacity: 1;
	transition: transform 10s ease, opacity 0.9s ease;
	transition-delay: .5s;
	visibility:visible;
}


.hum_menuBox .close a {
	padding: 10px;
	display: block;
}
.hum_menuBox .close img,
#gHeader.header_fixed .close img {
	width: 40px;
}

.tree1,.tree2,.tree3,.tree4,.tree5,.tree6,.tree7,.tree8,.tree9 {
	opacity: 0;
	transform: translateX(20px);
	transition: transform 0.6s ease, opacity 0.2s ease;
}

.tree1{
	transition-delay: 0.15s;
}
.tree2{
	transition-delay: .2s;
}
.tree3{
	transition-delay: .3s;
}
.tree4{
	transition-delay: .4s;
}
.tree5{
	transition-delay: .5s;
}
.tree6{
	transition-delay: .6s;
}
.tree7 {
	transition-delay: .7s;
}
.tree8 a{
	transition-delay: .7s;
	text-decoration: underline !important;
	margin-top: 4em;
}
.tree9 a{
	transition-delay: .7s;
	text-decoration: underline !important;
	margin-top: 0em;
}



.hum_menuBox.on .tree1,.hum_menuBox.on .tree2,.hum_menuBox.on .tree3,.hum_menuBox.on .tree4,.hum_menuBox.on .tree5,.hum_menuBox.on .tree6,.hum_menuBox.on .tree7 ,.hum_menuBox.on .tree8,.hum_menuBox.on .tree9 {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}



/*********/
.engbox{
	position: absolute;
	top: 25px;
	left: 60px;
	font-size: 50%;
}
.engbox a{
	color: #928565;
	display: inline-block;
	font-size: 90%;
	margin-top: 0.7em;
	margin-left: 0.09em;
}

.menu_outer{
	position: absolute;
	margin: 0px;
	padding-bottom: 60px;
	padding-left: 150px;
	top: 130px;
	width: 400px;
	z-index: 20;
}





.menu_outer .treebox{
	position: relative;
	z-index: 20;
}


.js-summary {
	position: relative;
	display: block; /* 矢印を消す */
	padding: 22px 3px 20px 62px; /* アイコンの余白を開ける */
	cursor: pointer; /* カーソルをポインターに */
	transition: 0.2s;
	font-size: 60%;
	font-weight: normal;
	transition: .9s;
	color: #222;

}

.js-summary:hover {
	color: #ad8235;
}

.js-click:before,
.js-summary:before {
	content: "";
	position: absolute;
	top: 35px;
	left: 30px;
	width: 24px;
	height: 24px;
	border-top: 1px solid #C69B4D;
	transform: translateX(-50%);
}
.js-click:before,
.js-summary:after {
	content: '';
	position: absolute;
	top: 23px;
	left: 30px;
	border-bottom: 1px solid #C69B4D;
	width: 24px;
	height: 24px;
	transform: rotate(90deg);
	transition: .6s;
}

.js-click.open:before,
.js-summary.open:before {
	content: ""
}

.js-click.open:before,
.js-summary.open:after {
	content: '';
	position: absolute;
	top: 18px;
	left: 30px;
	border-bottom: 1px solid #C69B4D;
	width: 0px;
	height: 0px;
	transform: rotate(90deg);
	opacity: 0;
}

.js-container {
	display: none;
}

.js-container{
	border-top: 1px solid #a1a1a1;
	line-height: 1.3;
	margin-left: 62px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.js-container a{
	color: #6a6f74;
	text-decoration: none;
	transition: .6s;
	font-size: 55%;
}
.js-container a:hover{
	color: #333;
}
.js-container .oharaibox{
	display: flex;
}
.js-container .oharaibox .kiganbox{
	margin-left: 4em;
}

.menu_singlelink a{
	color: #222;
	text-decoration: none;
	transition: .6s;
	font-size: 55%;
	display: inline-block;
	margin-left: 63px;
	margin-bottom: 15px;
}
.menu_singlelink a:hover{
	color: #ad8235;
}
.weddlink a::after{
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(img/common_/outlink.svg) no-repeat;
	position: relative;
	left: 5px;

}

/*****/






@media all and (max-width: 750px) {

	#gHeader{
		width: 100%;
		height: 40px;
		position: absolute;
		top: 0;
		z-index: 100;
		border: 2px solid g_reen;
	}
	
	#gHeader .s_head{
		border: 5px solid r_ed;
		width: 100%;
		height: 95px;
		position: fixed;
	}
	
	
	#gHeader .s_head .menu {
		position: absolute;
		right: -1px;
		top: 0px;
		width: 50px;
		z-index: 200;
		border: 1px solid r_ed;
	}
	
	#gHeader .s_head .menu a {
		display: block;
		transition: .7s;
	}
	#gHeader .s_head .menu .menu_linebox{
		position: relative;
		width: 8vw;
		max-width: 50px;
		height: 4vw;
		border: 1px solid y_ellow;
		text-align: right;
	}
	#gHeader .s_head .menu span{
		display: inline-block;
		position: absolute;
		height: 1px;
		right: 0;
		width: 100%;
		transition: all .4s;
		background: #D1A006;
	}
	
	#gHeader .s_head .menu span:nth-of-type(1){
		top: 15px;
		transition: 1s ;
	}
	
	#gHeader .s_head .menu span:nth-of-type(2){
		top: 25px;
	}
	#gHeader .s_head .menu span:nth-of-type(3){
		top: 35px;
	}
	
	
	#gHeader .s_head .menu a:hover span:nth-of-type(1){
		transform: translateY(3px);
	}
	#gHeader .s_head .menu a:hover span:nth-of-type(3){
		transform: translateY(-3px);
	}
	
	/*****/
	
	.hum_menuBox {
		padding: 0 23px 38px 0;
		width: 100vw;
		position: fixed;
		top: 0;
		display: block;
		box-sizing: border-box;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	
		/*
		transition: all right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transition: all right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-ms-transition: all right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		z-index: 1000;
		overflow-x: hidden;
		transform:translate3d(0,0,0);*/
	
		background: rgba( 255, 255, 255, 0.1 );
		box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 12px );
		-webkit-backdrop-filter: blur( 12px );
		border-radius: 0px;
		border: 1px solid rgba( 255, 255, 255, 0.18 );
	/****/
		display: flex;
		visibility: hidden;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 29px;
		opacity: 0;
		transition: opacity 0.6s ease, visibility 0.6s ease;
	}
	
	
	
	
	
	.hum_menuBox.on {
		right: -0px;
		transform:translate3d(0,0,0); 
		border: 2px solid r_ed;
		background: rgba( 255, 255, 255, 0.85 );
		box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 32px );
		-webkit-backdrop-filter: blur( 12px );
		border-radius: 0px;
		border: 1px solid rgba( 255, 255, 255, 0.18 );
	/****/
		visibility: visible;
		opacity: 1;
	}
	
	.hum_menuBox_out .close {
		position: fixed !important;
		right: 7px;
		top: 7px;
		width: 53px;
		transform:translate3d(0,0,0); 
		z-index: 2;
	}
	.hum_menuBox_out .close a {
		padding: 10px;
		display: block;
	}
	.hum_menuBox_out .close img,
	#gHeader.header_fixed .close img {
		width: 30px;
	}
	.hum_menuBox_out .close {
		position: fixed;
		right: 18px;
		top: 10px;
		width: 43px;
		opacity: .2;
		z-index: 500;
		visibility: hidden;
	}
	.hum_menuBox_out.on .close {
		opacity: 1;
		transition: transform 10s ease, opacity 0.9s ease;
		transition-delay: .5s;
		visibility:visible;
	}

	
	
	
	
	
	/*********/
	.engbox{
		position: absolute;
		top: 20px;
		left: 23px;
		font-size: 50%;
		z-index: 2;
	}
	.engbox a{
		color: #244b6c;
	}
	
	.engbox img{
		width: 6.5vw;
	}
	
	.menu_symbol{
		position: absolute;
		top: 47px;
		right: 0;left: 0;
		margin: auto;
		text-align: center;
		font-size: 47%;
		color: #b7ab73;
		border: 1px solid r_ed;
		z-index: 1;
	}
	.menu_symbol span{
		position: relative;
		right: .1.6em;
	}
	.menu_symbol img{
		width: 14vw;
		opacity: .7;
		margin-top: 20px;
	}

	.menu_outer{
		position: absolute;
		margin: 0px;
		padding-bottom: 60px;
		padding-left: 12vw;
		top: 180px;
		width: 80vw;
		z-index: 20;
	}
	
	
	
	
	
	.menu_outer .treebox{
		position: relative;
		z-index: 20;
	}
	
	
	.js-summary {
		position: relative;
		display: block; /* 矢印を消す */
		padding: 22px 3px 20px 62px; /* アイコンの余白を開ける */
		cursor: pointer; /* カーソルをポインターに */
		transition: 0.2s;
		font-size: 50%;
		font-weight: normal;
		transition: .9s;
		color: #222;
	
	}
	
	.js-summary:hover {
		color: #ad8235;
	}
	
	.js-click:before,
	.js-summary:before {
		content: "";
		position: absolute;
		top: 33px;
		left: 30px;
		width: 20px;
		height: 20px;
		border-top: 1px solid #C69B4D;
		transform: translateX(-50%);
	}
	.js-click:before,
	.js-summary:after {
		content: '';
		position: absolute;
		top: 23px;
		left: 30px;
		border-bottom: 1px solid #C69B4D;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
		transition: .6s;
	}
	
	.js-click.open:before,
	.js-summary.open:before {
		content: ""
	}
	
	.js-click.open:before,
	.js-summary.open:after {
		content: '';
		position: absolute;
		top: 18px;
		left: 30px;
		border-bottom: 1px solid #C69B4D;
		width: 0px;
		height: 0px;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	.js-container {
		display: none;
	}
	
	.js-container{
		border-top: 1px solid #c5bc9a;
		line-height: 1.3;
		margin-left: 62px;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	
	.js-container a{
		color: #6a6f74;
		text-decoration: none;
		transition: .6s;
		font-size: 47%;
	}
	.js-container a:hover{
		color: #333;
	}
	.js-container .oharaibox{
		display: flex;
	}
	.js-container .oharaibox .kiganbox{
		margin-left: 1.5em;
	}
	
	.menu_singlelink a{
		color: #222;
		text-decoration: none;
		transition: .6s;
		font-size: 50%;
		display: inline-block;
		margin-left: 63px;
		margin-bottom: 15px;
	}
	.menu_singlelink a:hover{
		color: #ad8235;
	}
	.weddlink a::after{
		content: '';
		display: inline-block;
		width: 1em;
		height: 1em;
		background: url(img/common_/outlink.svg) no-repeat;
		position: relative;
		left: 5px;
	
	}
	
}

