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;
}
/*font*/
/*font*/
.midashi{
	font-size: 16px;
	margin-top: 1.2vh;
	position: relative;
}
p{
	list-style: none;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}
.indent{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent2{
	padding-left: 1em;
}
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-size: 11px;
	color: #999999;
	line-height: 1.2em;
	letter-spacing: 0.07em;
	margin: 0.2em 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: 4vw;
	left: 5vw;
	background-color: rgba(255,255,255,0);
}
#name{
	width: 60vw;
	height: auto;
}

div.section {
	width: auto;
	height:auto;
	padding: 0;
	float: left;
	margin-right: 5px;
	z-index: 10;
}
.gallery{
	height: 53.4375vw;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#contents2{
	overflow: hidden;
	position: fixed;
	top: calc(53.4375vw + 5vw + 8vh + 3em + 48px );
	left: 5vw;
	z-index: 10;
}

.no_scroll {
  overflow: hidden;
}

#slider {
	width: auto;
	height: calc(100vh - 1em);
	position: absolute;
	top: calc( 5vw + 8vh + 2.4em);
	left: 5vw;
	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: calc( 5vw + 8vh + 2.4em);
  left: 5vw;
  height: 70vh;
  width: 90vw;
  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: 5vw;
  height: 53.4375vw;	
}
