@charset 'utf-8';

/* reset
------------------------------------------------ */
body,div,pre,p,a,img,form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,
figure,figcaption {
	margin: 0;
	padding: 0;
}
html { height: 100%; font-size: 62.5%; }
body {
	width: 100%;
	height: 100%;
	min-width: 1220px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Times New Roman' , serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #000;
}

ul,ol { list-style: none; }
img { width: auto; height: auto; max-width: 100%; border: none; vertical-align: top; }
a:link,
a:visited { text-decoration: none; color: #000; -webkit-transition: ease .3s; transition: ease .3s; }
a:hover { text-decoration: none; opacity: .7; }

input[type=submit] {
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Times New Roman' , serif;
}

.num-date {
	-webkit-text-combine-upright: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}
.num-up {
	text-orientation: upright;
}

/* clearfix
------------------------------------------------ */
.clearfix {
	clear: both;
	*zoom: 1;
}
.clearfix:before,.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after { clear: both; }

/* container
------------------------------------------------ */
#container {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* header
------------------------------------------------ */
#header {
	background: #000;
	padding: 30px 0;
	position: relative;
}
	#logo {
		display: inline-block;
		padding: 10px 0;
	}
		#logo a {
			display: block;
		}
	#primary_menu {
		display: inline-block;
		float: right;
		margin-right: 140px;
	}
		#primary_menu ul li {
			display: inline-block;
		    vertical-align: top;
		}
			#primary_menu ul li a {
				font-size: 1.9rem;
			    color: #fff;
			    text-decoration: none;
			    line-height: 58px;
			    -webkit-writing-mode: vertical-rl;
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
			}
	#tagline {
		position: absolute;
	    right: -8px;
    	top: -40px;
    	z-index: 10;
	}
    
/* main
------------------------------------------------ */
#main {
	position: relative;
	display: block;
	width: 100%;
}

	.page_explain {
		position: relative;
		margin: 0 auto;
		font-size: 2.4rem;
	}

	.vertical_work {
		margin: 0 auto;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 2.4rem;
	}
	.mastcontent img {
		margin: 0 auto;
		display: block;
	} 

/* footer
------------------------------------------------ */
#footer {
	background: #000;
	padding: 20px 0 50px;
	text-align: center;
}
	#copyright {
		font-size: 1.5rem;
		color: #fff;
	}
	#pagetop {
		position: absolute;
    	right: 20px;
   	 	bottom: 120px;
	}

/* modal window
------------------------------------------------ */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.9);
	z-index: 40;
}

#modal_contents {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px !important;
	width: 1200px;
	z-index: 50;
}

#modal_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 47px;
}

	#modal_close a {
		display: block;
		width: 100%;
		height: 100%;
		background: url(../../img/share/close1.png) no-repeat center center;
		background-size: 100%;
	}

/* guide_modal */
#modal_contents .modal_content {
	position: relative;
	padding-top: 80px;
	color: #fff;
}

	#modal_contents .modal_content .title {
		position: absolute;
		top: 80px;
		right: 0;
		font-size: 3.5rem;
		font-weight: normal;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

		#modal_contents .modal_content .title img { margin: 20px 6px 0 0; }


	#modal_contents .modal_content .photo {
		margin: 0 auto;
		width: 770px;
		text-align: center;
	}
