html {
	overflow-y: hidden;
}
body {
	margin: 0;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: medium;
	font-size: 13px;
	letter-spacing: 0.07em;
	line-height: 1.5em;
	background-color: #fbfbfb;
}
body.fix {
	position: fixed;
	left: 0;
}

/*font*/
.midashi{
	font-size: 16px;
	margin-top: 1.2vh;
}
p{
	list-style: none;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}
.indent{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent2{
	padding-left: 1.5em;
}
ol{
	margin: 0;
	padding-left: 2em;
}
.bold{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5em;
}
.white{
	font-size: 180%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	background-color: rgba(251, 251, 251, 0.9);
	color: rgba(0,0,0,1);	
}
.gray{
	font-family: 'Zen Kaku Gothic New', serif;
	font-size: 11px;
	color: #999999;
	line-height: 1.2em;
	letter-spacing: 0.07em;
	margin: 0 0 0.6em 0;
	z-index: -10;
	text-align: left;
}
.underline{
	font-family: 'Zen Kaku Gothic New', serif;
	font-size: 13px;
	letter-spacing: 0.07em;
	line-height: 1.5em;
	background-color: rgba(255,255,255,0.8);
	color: rgba(0,0,0,1);
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
.underline:hover{
    text-decoration:none;
}
a{
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
a:link {
	color: rgba(0,0,0,1);
    text-decoration: underline;
}
a:visited {
    color: rgba(0,0,0,1);
    text-decoration: underline;
}
a:hover {
    color: rgba(0, 0, 0, 1);
    background-color: #fbfbfb;
    text-decoration:none;
}
a:active {
	color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
    text-decoration: none;
}
::selection {background: rgba(255,255,0,0.75); color: rgba(0,0,0,1);}
::-moz-selection {background: rgba(255,255,0,0.75); color: rgba(0,0,0,1);}

.back-white{
	font color: #999999;
	background: #fbfbfb;
}

#header{
	position: fixed;
	top: 5vh;
	left: calc(50vw - 49vh);
	background-color: rgba(255,255,255,0);
	z-index: 10;
}
#name{
	width: auto;
	height: 4vh;
}

div.section {
	width: auto;
	height:auto;
	padding: 0;
	float: left;
	margin-right: 5px;
	z-index: 10;
}
.gallery{
	height: 58.1875vh;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#contents2{
	overflow: hidden;
	position: fixed;
	top: calc(76.1875vh - 0.5vh + 48px) /*88vh*/;
	left: calc(50vw - 49vh);
	z-index: 10;
}

.no_scroll {
  overflow: hidden;
}

#slider {
	height: 80vh;
	width: auto;
	position: relative;
	top: 17vh;
	left: calc(50vw - 49vh);
	padding: 0;
	margin: 0;
	z-index: 10;
	background-color: #fbfbfb;
	display:flex;
}
.wrap {
	width: auto;
	height:auto;
	padding: 0;
	margin-right: 5px;
	z-index: 10;
}
.button-open{
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #fbfbfb;
  border: none;
  }
  
/* modal */
.modal-window {
  display: none;
  position: fixed;
  top: 17vh;
  left: calc(50vw - 49vh + 0em);
  width: calc(98vh - 1em);
  height: calc(58.1875vh + 40px);
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  text-align: justify;
  text-align-last: left;
}
.button-close {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  border: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: 15;
  }
#space{
  width: 20vh;
  height: 58.1875vh;	
}