@charset "UTF-8";

html,
body{
	width:100%;
	height:100%;
	/* overflow:hidden; */
	margin:0;
	padding:0;
}


body {
    background-color: #fff;
    color: #000;
    font-family: Futura, sans-serif;
    letter-spacing: 0.07em;
}

a {
	text-decoration: none;

}
a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
	color: #000;
}

.name {
	color: #000;
    font-size: 2em;
    position: fixed;
    top: 20px;
    left: 30px;
}



.title {
	color: #000;
    font-size: 0.9em;
    position: fixed;
    bottom: 15px;
    left: 25px;
}

@media screen and (min-width : 1281px){
.title {
	color: #000;
    font-size: 0.9em;
    position: fixed;
    bottom: 22px;
    left: 36px;
}
}


.sub-title {
	color: #000;
    font-size: 1em;
    margin-bottom: 5em;
}







.menu-font a:link,
.menu-font a:visited,
.menu-font a:hover,
.menu-font a:active {
	color: #fff;
}




.menu-font {
	font-size:0.6em;
}

@media screen and (min-width : 768px){
    .menu-font{ font-size : 0.8em;}
}

@media screen and (min-width : 1281px){
.menu-font {
	font-size: 1em;
}
}



.dan {
	float:left;
}

.dan2 {
	display: block;
	margin-left: 80px;
}



.slider img {
    width: auto;
    max-height: 75vh;
    object-fit: cover;
}

@media screen and (min-width : 1025px){
    .slider img {
    width: auto;
    max-height: 75vh;
    object-fit: cover;
}
}

@media screen and (min-width : 1281px){
    .slider img {
    width: auto;
    max-height: 80vh;
    object-fit: cover;
}
}



.menu, .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.menu {
  position: fixed;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 20px;
  z-index: 10;
}

@media screen and (min-width : 1281px){
.menu {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
}




.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 10;
}

.menu span:nth-of-type(1) {
  top: 0px;
}

.menu span:nth-of-type(2) {
  top: 7px;
}

.menu span:nth-of-type(3) {
  top: 14px;
}

.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}

.menu.active span:nth-of-type(2) {
  opacity: 0;
}

.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}


.navbar {
	height:80px;
	background-color: #fff;
}


#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(100,100,100,0.98);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  color: #fff;
}

#nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav a {
  color: #fff;
}

.nav_wrap{
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: absolute;
    width: 100%;
    overflow: auto;
}

.menu2 {
	display: none;
}

@media screen and (min-width : 1113px){
	.menu2 {
		display: inline;
	}
}





#nav2 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(240,240,240,0.95);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  color: #fff;
}

#nav2.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

#nav2 a {
  color: #fff;
}

.nav_wrap2{
    align-items: top;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: absolute;
    width: 100%;
    overflow: auto;
    padding:50px 0;
}

.icon-tiles {
	width:5px;
	height:5px;
	box-shadow:0 -7px 0,-7px -7px 0,7px -7px 0,0 0 0 32px inset,-7px 0 0,7px 0 0,0 7px 0,-7px 7px 0,7px 7px 0;
	/* margin:15px; */
	position: fixed;
	bottom:30px;
	right:30px;
}




.icon-close-p {
    position: fixed;
    top: 25px;
    right: 27px;
}

.icon-close {
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	cursor: pointer;
}
.icon-close span::before,
.icon-close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 2px;
	margin: -8% 0 0 -42%;
	background: #000;
}
.icon-close span::before {
	transform: rotate(-45deg);
}
.icon-close span::after {
	transform: rotate(45deg);
}


.font-ss{
	font-size: 0.6em;
}


.font-s{
	font-size: 0.8em;
}

.font-m{
	font-size: 1.8em;
}


.bio-name-space {
	padding-top: 15em;
	padding-bottom: 5em;
}





.bio  {
	margin-top:5em;
	margin-bottom: 2em;
}

.bio-name {
	font-size:1.8em;
	letter-spacing: 0.3em;
}

.bio-dan {
	float:left;
	margin-bottom:0.5em;
}

.bio-dan2 {
	display: block;
	margin-left: 50px;
	margin-bottom:0.5em;
}


#wrapper {
  position: relative;
  max-width: 876px;
  margin: 0 auto;
}

@media screen and (min-width : 1023px){
#wrapper {
  position: relative;
  max-width: 944px;
  margin: 0 auto;
}
}

@media screen and (min-width : 1113px){
#wrapper {
  position: relative;
  max-width: 1104px;
  margin: 0 auto;
}
}

@media screen and (min-width : 1281px){
#wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
}

#gallery {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.item {
  margin: 3px;
  width: 150px;
}

@media screen and (min-width : 1023px){
.item {
  margin: 3px;
  width: 230px;
}
}

@media screen and (min-width : 1113px){
.item {
  margin: 3px;
  width: 270px;
}
}

@media screen and (min-width : 1281px){
.item {
  margin: 4px;
  width: 300px;
}
}

.item2 {
	margin: 0px;
}




.item img {
	width: 100%;
}

.page-title {
	font-size: 1.4em;
    margin:200px 0 120px 0;
}


.page-top-space {
	font-size: 1em;
	margin-top:130px;
}


.copy {
	font-size: 0.6em;
    padding: 13em 0 5em 0;
}


.jumbotron {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.jumbotron-extend {
    position: relative;
    height: 100%;
	padding: 0 25px;
}

@media screen and (min-width : 768px){
.jumbotron-extend {
    position: relative;
    height: 100%;
    min-height: 300px;
	padding: 0 25px;
}
}


.jumbotron-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.container-fluid {
    padding: 0 15px;
}

@media (orientation: portrait){
    padding: 0 15px;
}


@media (orientation: landscape) and (min-width : 835px){
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 85%;
}
}

.waku {
	border: 1px solid #999;
}

.pan-list {
	color: #000;
    font-size: 0.7em;
    position: fixed;
    bottom: 20px;
    left: 30px;
}


.btn-btn {
	color: #000;
	background-color: #fff;
	border-color: #ccc;
	padding:8px 20px 8px 20px;
	border-radius: 4px;
}

.btn-btn:hover {
	color: #fff;
	background-color: #000;
	border-color: #ccc;
	padding:8px 20px 8px 20px;
	border-radius: 4px;
}


.space-5 {
	padding-bottom: 5em;
}

.list-unstyled {
	line-height: 2em;
}

.next {
	color: #000;
    font-size: 2em;
    position: fixed;
    top: 45%;
    right: 5px;
}

@media screen and (min-width : 768px){
.next {
	color: #000;
    font-size: 2em;
    position: fixed;
    top: 45%;
    right: 30px;
}
}

.prev {
	color: #000;
    font-size: 2em;
    position: fixed;
    top: 45%;
    left: 5px;
}

@media screen and (min-width : 768px){
.prev {
	color: #000;
    font-size: 2em;
    position: fixed;
    top: 45%;
    left: 30px;
}
}

.photo-size {
	width: auto;
	max-height: 80vh;
}


.photo {
    margin-bottom: 4em;
}

@media screen and (min-width : 768px){
.photo {
    margin-bottom: 5em;
}
}

.index-icon {
	padding-bottom: 4px;
	margin-right: 8px;
}



img {
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}






