@charset "UTF-8";

.grecaptcha-badge { visibility: hidden; }

a:link,
a:active,
a:visited
{
	color: rgb(0, 105, 62);
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:not([class]):link,
a:not([class]):active,
a:not([class]):visited,
a:not([class]):hover
{
	color: rgb(0, 105, 62);
	text-decoration: none;
	border-bottom: 1px dotted;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

body:not(.touch) a:not([class]):hover
{
	color: rgba(0, 105, 62, .5);
}

a.blank:after
{
	font-family: 'awesome';
	content:"\f35d";
	margin-left: .5em;
	z-index: 2;
}

a.pdf:after
{
	font-family: 'awesome';
	content: "\f1c1";
	margin-left: .5em;
	z-index: 2;
}

a.doc:after
{
	font-family: 'awesome';
	content: "\f1c2";
	margin-left: .5em;
	z-index: 2;
}

a.box,
a.box.dir
{
/*	font-family: R-R, GG-R, sans-serif;*/
/*	text-transform: uppercase;*/
	padding: .25em 1em;
	color:rgb(255, 255, 255);

	display:flex;
	align-items:center;
	justify-content:center;
	
	border: 2px solid rgb(0, 105, 62);
	background-color:rgb(0, 105, 62);
	
	border-radius: .25em;
	overflow: hidden;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a.box._w
{
	color:rgb(0, 105, 62);
	background-color:rgba(255, 255, 255, 1);
}

body:not(.touch) a.box:hover
{
	color: rgb(0, 105, 62);
/*	background-color: rgb(245, 245, 245);
	box-shadow: inset 0px 0px 2px rgba(0,0,0,.5);*/
}

body:not(.touch) a.box._w:hover
{
	color: rgb(255, 255, 255);
}

a.box:before
{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	
	transform: scaleX(0);
	transform-origin: right center;

	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

a.box._w:before
{
	background-color: rgb(0, 105, 62);
}

body:not(.touch) a.box:hover:before
{
	transform: scaleX(1);
	transform-origin: left center;
}


a.box._b
{
	font-size: clamp(1.1rem, 3.5vw, 2rem);
	padding: .5em 1.5em .5em 2em;
}

a.dir
{
	display:flex;
	justify-content: space-between;
	align-items:center;
	color:rgb(0, 105, 62);
}
a.dir._w
{
	color:rgb(255, 255, 255);
}

a.dir > .dir
{
	flex-shrink: 0;
	display:flex;
	align-items:center;
	justify-content: center;
	width: 1em;
	height: 1em;
	margin-left: .25em;
	transform: translateY(-1px);
	
	transform-origin: center center;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

a.dir p
{
	margin-right: .5rem;
}

a.dir p > span
{
	display: inline-block;
}

a.dir > .dir:after
{
	content:"";
	flex-shrink: 0;
	flex-grow: 0;
	display:block;
	width: 1em;
	height: 1em;
	transform-origin: center center;
	border-style: solid;
	border-width:4px 4px 0 0;
	transform: rotate(45deg) scale(.5) translateX(calc(.2em + 2px)) translateY(calc(-.2em - 0px));
}

a.dir > .dir:before
{
	content:"";
	display:none;
	flex-shrink: 0;
	flex-grow: 0;
	width: 100%;
	border-bottom: 2px solid;
	transform: translateX(calc(1em + .5px)) translateY(1px);
}

body:not(.touch) a.dir:hover
{
	color: rgb(0, 105, 62);
}

body:not(.touch) a.dir:hover > .dir
{
	transform: translateX(.25em);
}

a.dir._n > .dir:after
{
	border-color: rgb(0, 105, 62);
}

body:not(.touch) a.dir._w:hover
{
	color: rgb(255, 255, 255);
	filter:alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}


body:not(.touch) a:not([class]):hover
{
	color:rgba(0, 105, 62, .5);
}

h1, h2, h3, h4, h5
{
	font-family: "Z-M", "Midashi Go MB31", sans-serif;
	font-weight: 500;
}

.max_page_width
{
	margin: 0 auto;
	padding: 0 2rem;
	width:100%;
	max-width: 912px;
}

.wrapper
{
	display: flex;
	align-items: flex-start;
}

.title_tb
{
	position: sticky;
	top: 5rem;
	writing-mode: tb;
	font-size: clamp(1.2rem, 3vw, 2rem);
	line-height: 1;
	white-space: nowrap;
}

.contents
{
	flex-grow: 1;
	padding-left: clamp(2rem, 8vw, 4rem);
	padding-top: max(2vw, 2rem);
}

.left_indent_contents
{
	padding: 
		max(2rem, 4vw)
		2rem
		max(2rem, 4vw)
		max(2rem, calc( (100% - 912px) / 2 + 2rem))
	;
}

.left_indent_contents ._mw
{
	max-width: calc(912px - clamp(1.2rem, 3vw, 2rem) - max(4vw, 4rem) - 4rem);
}

#main
{
	background-color:rgb(240, 240, 240);
}

/*//////////////////////////////////////////////////////////////////////////////////
///=///////////////////////////////// Loadign //////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

/* ボーダーローダー */
#loader
{
	position:fixed;
	height:100%;
	width:100%;
	top: 0px;
	left: 0px;
	background-color: rgb(255, 255, 255);
	z-index:9998;
}

.pace
{
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	z-index: 9999;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.pace:after
{
	content: attr(data-progress-text);

	display: inline-block;
	
	position: fixed;
	top: calc(50% + 1em);
	left: 0;
	width: 100vw;
	text-align: center;
	font-size: 1.1rem;
	color: rgb(0, 105, 62);
}

.pace .pace-progress
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	width: 100%;
	position: fixed;
	z-index: 9999;
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	height: 2px;
	width: 100%;
	background: rgba(0, 105, 62, 1);
}

.pace.pace-inactive, .loaded .pace
{
	display: none;
}

/*//////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////// Footer /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

#footer
{
	width:100%;
	color: rgb(0, 105, 62);
	padding-top: max(5rem, 5vw);
	background-color: rgb(255, 255, 255);
}

#footer .links_wrapper
{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: -1rem;
}

#footer .links_wrapper > div
{
	margin: 1rem;
}

#footer .menu a.dir
{
	font-size: clamp(1rem, 1vw, 1.1rem);
	text-transform: uppercase;
	display: flex;
	margin-bottom: .5em;
}

#footer .menu a.box
{
	margin-top: 1.5rem;
	font-size: .8em;
	color:white;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgb(255, 255, 255);
}


#footer .tel_add > div + div
{
	margin-top: 1rem;
}

#footer .links > p
{
	text-transform: uppercase;
	font-size: clamp(1rem, 1vw, 1.1rem);
	margin-bottom: .5em;
}

#footer .links ._b
{
	font-size: .9em;
	padding: .5em 0;
	display:block;
	color:white;
}

#footer .links ._b + ._b
{
	border-top: 1px solid rgba(255, 255, 255, .5);
}

#footer .other_links
{
	display: flex;
	flex-direction:column;
	justify-content: flex-end;
}

#footer .sns
{
	display: flex;
	justify-content:flex-end;
	align-items: flex-end;
	margin-bottom: 1rem;
}
#footer .sns > a
{
	width: clamp(1.5rem, 4vw, 2rem);
}

#footer .sns > a + a
{
	margin-left: .5em;
}

#footer .other_links a.box
{
	font-size: .8em;
	color: rgb(0, 105, 62);
	border-width:0;
	border-radius: 10px;
	overflow: hidden;
}
#footer .other_links a.box:hover
{
	color: rgb(255, 255, 255);
}

#footer .credit
{
	background-color: rgb(0, 105, 62);
	color: rgb(255, 255, 255);
	font-size: .8em;
	margin-top: max(5rem, 5vw);
	padding: 1rem 2rem;
	text-align: center;
}


/*//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// Contents ////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

body
{
	-webkit-text-size-adjust: 100%; 
	color: rgb(0, 105, 62);
	background-color:rgb(240, 240, 240);
	text-align:left;
	line-height:1.7;
	font-size: 1rem;
	letter-spacing:0em;
	font-family: "Z-M", "Midashi Go MB31", sans-serif;
	word-wrap: break-word;
	position: relative;
}

#allWrapper:before,
#allWrapper:after
{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    z-index: -1;
}
#allWrapper:before
{
    top: -50vh;
	background-color:rgb(240, 240, 240);
}
#allWrapper:after
{
    bottom: -50vh;
	background-color: rgb(0, 105, 62);
}

#allWrapper
{
	width: 100%;
	min-height: calc(100vh - 5rem);
	background-color:rgb(240, 240, 240);
}

.pageContainer
{
	-webkit-transition: width .7s ease;
	-moz-transition: width .7s ease;
	-ms-transition: width .7s ease;
	-o-transition: width .7s ease;
	transition: width .7s ease;
}
/*.pageContainer:not(#titleWrapper){overflow-x: hidden;}*/

.pageContainer .transY
{
	transform: translateY(5rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: transform .7s ease, opacity .7s ease;
	-moz-transition: transform .7s ease, opacity .7s ease;
	-ms-transition: transform .7s ease, opacity .7s ease;
	-o-transition: transform .7s ease, opacity .7s ease;
	transition: transform .7s ease, opacity .7s ease;
}
.pageContainer.end .transY
{
	transform: translateY(0rem);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .marginY
{
	margin-top: 5rem;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: margin-top .7s ease, opacity .7s ease;
	-moz-transition: margin-top .7s ease, opacity .7s ease;
	-ms-transition: margin-top .7s ease, opacity .7s ease;
	-o-transition: margin-top .7s ease, opacity .7s ease;
	transition: margin-top .7s ease, opacity .7s ease;
}
.pageContainer.end .marginY
{
	margin-top: 0rem;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .transX
{
	transform: translateX(5rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: transform .7s ease, opacity .7s ease;
	-moz-transition: transform .7s ease, opacity .7s ease;
	-ms-transition: transform .7s ease, opacity .7s ease;
	-o-transition: transform .7s ease, opacity .7s ease;
	transition: transform .7s ease, opacity .7s ease;
}
.pageContainer.end .transX
{
	transform: translateX(0rem);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pageContainer .transBlur
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-filter: blur(10px);
	filter: blur(10px);
	
	-webkit-transition: -webkit-filter .7s ease, opacity .7s ease;
	-moz-transition: -moz-filter .7s ease, -moz-opacity .7s ease;
	-ms-transition: -ms-filter .7s ease, opacity .7s ease;
	-o-transition: -o-filter .7s ease, opacity .7s ease;
	transition: filter .7s ease, opacity .7s ease;
}
.pageContainer.end .transBlur
{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	
	-webkit-filter: blur(0px);
	filter: blur(0px);
}


#goTopBt
{
	position:fixed;
	bottom: 5.5rem;
	right: .0;
	z-index:7000;
	display:none;
	cursor:pointer;
	width: 2rem;
	height: 2rem;
	background-color: rgb(0, 105, 62);

	-webkit-transition:bottom .3s ease;
	-moz-transition:bottom .3s ease;
	-ms-transition:bottom .3s ease;
	-o-transition:bottom .3s ease;
	transition:bottom .3s ease;
}

body:not(.touch) #goTopBt:hover
{
	bottom: 6rem;
}

#goTopBt:after
{
	content:"";
	display: block;
	position: absolute;
	top: .5rem;
	left: .5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 .5rem 0.866rem .5rem;
	border-color: transparent transparent #ffffff transparent;
}


/*//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////// Selector ////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

#selectorBts
{
	display: none;
}

#selector
{
	z-index: 9990;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	background-color:rgb(255, 255, 255);
}

.hamburgerOpen #selector
{
	background-color: white;
	position: fixed;
}

#selector *
{
	pointer-events: auto;
}

#selector > div
{
	font-size: clamp(1rem, 2vw, 1.2rem);
	pointer-events: none;
	display:flex;
	padding: .5rem 1rem;
	justify-content: space-between;
	align-items: center;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#selector .links,
#selector .other_links
{
	display: flex;
	align-items: center;
}

#selector .links a._a
{
	cursor: pointer;
	text-transform: uppercase;
	color: rgb(0, 105, 62);
	margin: 0 1em;
}

#selector .links a._a:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0em;
	width: 100%;
	border-bottom: 2px solid;
	transform: scaleX(0);
	transform-origin: right center;
	
	transition: transform .3s;
}

#selector .links a._a:hover:after
{
	transform: scaleX(1);
	transform-origin: left center;
}

#selector a._contact
{
	font-size: .8em;
	background-color: rgb(0, 105, 62);
	color: rgb(255, 255, 255);
}

#selector a._contact:before
{
	background-color: rgb(255, 255, 255);
}
body:not(.touch) #selector a._contact:hover
{
	color:rgb(0, 105, 62);
}

.hamburgerOpen #selector ._contact
{
	display: none;
}

#selector #selectorBts{display:none;}


/*##############################
############ Menu Bt ###########
##############################*/

.hamburgerWrapper
{
	pointer-events: auto;
	padding-left: 1rem;
	
	cursor: pointer;
	display:flex;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}

.hamburgerWrapper > span
{
	font-size: .7rem;
}

.hamburgerOpen .hamburgerWrapper > span
{
	transform:scale(0, 0);
}

.hamburger
{
	cursor: pointer;
	height: 1.5rem;
	width: 2rem;
}
.hamburger span
{
	top: .5rem;
	width: 2rem;
	left: calc(50% - 1rem);
	height: 2px;
	display: block;
	position: absolute;
	background-color: rgb(0, 105, 62);
	
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.hamburger p.text
{
	white-space: nowrap;
	font-size: .6em;
	text-align: center;
	position: absolute;
	bottom: .5em;
	width: 100%;
}

.hamburger .top
{
	transform: translateY(.5rem);
}
.hamburger .middle
{
	transform: translateY(0);
}
.hamburger .bottom
{
	transform: translateY(0rem);
}

body:not(.hamburgerOpen):not(.touch) .hamburgerWrapper:hover .hamburger .top
{
	transform: translateY(.55rem);
}
body:not(.hamburgerOpen):not(.touch) .hamburgerWrapper:hover .hamburger .bottom
{
	transform: translateY(-.2rem);
}

.hamburger.open .top
{
	transform: rotate(-45deg) translateX(-.5rem) translateY(.5rem);
}

.hamburger.open .middle
{
	transform: rotate(0deg) scale(0);
}

.hamburger.open .bottom
{
	transform: rotate(45deg) translateX(.5rem) translateY(.5rem);
}


/*##############################
########### MENU LiIST #########
##############################*/

#menuList
{
	position:fixed; 
	justify-content: center;
	top: 0rem;
	margin: 0;
	width:100%;
	height:100vh;
	z-index: 9800;
	background-color: rgb(240, 240, 240);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#menuList .menuWrapper
{
	margin: 0 auto; 
	width: 100%;
	max-width: 1020px;
	padding: max(5vw, 4rem) clamp(1rem, 5vw, 2rem);
}

#menuList a
{
	cursor: pointer;
}

#menuList .menu
{
	display:flex;
	flex-direction:column;
	
	align-items: center;
	justify-content: center;
	
	min-height: 100%;
}

#menuList .linksWrapper
{
	text-transform: uppercase;
/*	width: calc(50% - max(5rem, 5vw));
	margin-left: max(5rem, 5vw);*/
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	
	align-items: center;
	justify-content: center;
	
}

#menuList .linksWrapper h2
{
	font-size: clamp(1.2rem, 9vw, 3.5rem);
	margin-bottom: max(2rem, .5em);
	line-height: 1.1;
}

#menuList .linksWrapper .links,
#menuList .linksWrapper .other_links
{
	width: 100%;
	font-size: clamp(1.1rem, 5vw, 1.5rem);
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	flex-grow: 1;
	justify-content: flex-end;
	margin-bottom: max(2vw, 2rem);
}

#menuList .linksWrapper .other_links
{
	align-items:center;
}

#menuList .moreBt._box
{
	font-size: .8em;
	color: rgb(0, 105, 62);
	margin-bottom: 1em;
	width: 100%;
	justify-content: center;
}
body:not(.touch) #menuList .moreBt._box:hover
{
	color: rgb(255, 255, 255);
}

#menuList .sns
{
	width:100%;
	border-top: 1px solid rgb(255, 255, 255);
	padding-top: 2rem;
	display: flex;
	justify-content:center;
}
#menuList .sns > a
{
	width: clamp(2rem, 4vw, 3rem);
}

#menuList .sns > a + a
{
	margin-left: .5em;
}


.sns a
{
	min-width: 1rem;
	aspect-ratio: 1 / 1;
	background-size:cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

/*.hamburgerOpen #selector a.sns._1
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	pointer-events: none;
}*/

body:not(.touch) .sns a:hover
{
	filter:alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

.sns a._1
{
	background-image:url(../_img/sns_1_g.svg);
}
.sns a._2
{
	background-image:url(../_img/sns_2_g.svg);
}
.sns a._3
{
	background-image:url(../_img/sns_3_g.svg);
}

.sns a._1._w
{
	background-image:url(../_img/sns_1_w.svg);
}
.sns a._2._w
{
	background-image:url(../_img/sns_2_w.svg);
}
.sns a._3._w
{
	background-image:url(../_img/sns_3_w.svg);
}


/**********************************************************/
/************************** Parts **************************/
/**********************************************************/


.moreBt
{
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap:wrap;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 0;
	
	color: rgb(0, 105, 62);
	
	line-height: 1.25;
	margin: 0;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.moreBt._box
{
	align-items: center;
	padding: .5em 1.5em;
	line-height: 1;
	border: 1px solid rgb(150, 150, 150);
	background-color: rgb(255, 255, 255);
	border-radius: .5em;
	overflow: hidden;
}

.moreBt._box._b
{
	color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 105, 62);
	background-color: rgb(0, 105, 62);
}

body:not(.touch) .moreBt._box:hover
{
	color: rgb(255, 255, 255);
/*	box-shadow: inset 1px 1px 1px rgba(0,0,0,.5), inset -1px -1px 1px rgba(0,0,0,.5);*/
}

body:not(.touch) .moreBt._box._b:hover
{
	color: rgb(0, 105, 62);
}

.moreBt._box:before
{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 105, 62);
	
	transform: scaleX(0);
	transform-origin: right center;

	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.moreBt._box._b:before
{
	background-color: rgb(255, 255, 255);
}

body:not(.touch) .moreBt._box:hover:before
{
	transform: scaleX(1);
	transform-origin: left center;
}

.moreBt > span.text,
.moreBt > p
{
/*	text-transform: uppercase;*/
	padding-right: 1em;
	letter-spacing: .05em;
	width: calc(100% - 5em);
}

.moreBt > span.dir
{
	display:flex;
	align-items: center;
	
	width: 1em;
	height: 1em;
	transform: translateX(.5em);
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.moreBt._box > span.text,
.moreBt._box > p
{
	width: calc(100% - 3em);
}

.moreBt span.dir:after
{
	content:"";
	flex-shrink: 0;
	flex-grow: 0;
	display: block;
	width: .5em;
	height: .5em;
	border-style: solid;
	border-width: 0px 0px 2px 2px;
	transform: rotate(-135deg);
}

.moreBt span.dir:before
{
	content:"";
	display: none;
	flex-shrink: 0;
	flex-grow: 0;
	width: .75em;
	height: 0;
	border-style: solid;
	border-width: 2px 0 0 0;
	transform: translateX(.5em);
}

body:not(.touch) .moreBt:hover span.dir
{
	right: -.5em;
}

/*body:not(.touch) .linkBt:hover, 
body:not(.touch) .pdfLink:hover, 
body:not(.touch) .linkBtL:hover
{
	color: rgb(255, 255, 255);
}

body:not(.touch) .linkBtM:hover
{
	color: rgb(160, 160, 160);
}*/


/*.secTitle
{
	font-size: 1.5rem;
	font-family: serif, "A1 Mincho", 'YuMin_36pKn-Medium';
	font-weight: 400;
	color: rgb(0, 0, 0);
}*/

.photoCredit
{
	transform:scale(.7);
}

* + .photoCredit
{
	margin-left: 1em;
}

.photoCredit:before
{
	content:"©︎ ";
	margin-left: 0em;
	font-size: 1em;
}


/**********************************************************/
/************************** Search ************************/
/**********************************************************/

.search_wrapper
{
	width:100%;
	max-width: 50rem;
	padding: 5rem 2rem;
}

.search_container
{
	box-sizing: border-box;
	border-bottom: 2px solid;
	padding: .5rem 0rem;
	width:100%;
	
	-webkit-align-items: center;
	align-items: center;
}
.search_container input[type="text"]
{
	font-size: 1.5rem;
	border: none;
	padding: .5rem;
	width: calc(100% - 2rem);
background: rgba(0,0,0,0);
}
.search_container input[type="text"]:focus 
{
	outline: 0;
}
.search_container input[type="submit"]
{
	display: block;
	font-size: 1.5rem;
	cursor: pointer;
	border: none;
	background: none;
	outline : none;
	font-family: f-icons;
	font-weight: 400;
}


/*//////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////// ANIMATION ///////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/


@keyframes circle-spin
{
	0%
	{
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		filter:alpha(opacity=20);
		-moz-opacity: .2;
		opacity: .2;
	} /*0%の時は20％の透明度*/
	50%
	{
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	} /*50%の時は透明度なし*/
	100%
	{
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		filter:alpha(opacity=20);
		-moz-opacity: .2;
		opacity: .2;
	} /*100%の時に20％の透明度に戻る*/
}


@keyframes progress_slider_1
{
	0%
	{
		transform: scaleX(0);
	}
	100%
	{
		transform: scaleX(100%);
	}
}


/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 800px)
{
	.hamburgerWrapper,
	#menuList
	{
		display: none;
	}
	
	.hamburgerOpen #selector
	{
		position: sticky;
	}
	
	.hamburgerOpen #selector ._contact
	{
		display: flex;
	}

}

@media screen and (max-width: 800px)
{
	#selector .links
	{
		display: none;
	}
}

@media screen and (max-width: 1000px)
{
	#selector .links a._a
	{
		font-size: .9em;
	}
}

@media screen and (max-width: 450px)
{
	.hamburgerWrapper
	{
		padding-left: 0;
	}
	
	#footer .link
	{
		flex-direction:column;
		padding: 0 1rem;
	}
	#footer .link a._a
	{
		width: calc(100% - 2rem);
	}
}