@charset "UTF-8";
/* CSS Document */

html,body{
	margin: 0;
	padding: 0;
	}

	body{ background-repeat: repeat;
		background-position: 50% 50%;
		background-attachment: fixed;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px}

 .menu{	color: #000000;
		font-size: 16pt;
		font-weight: normal;
		font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
		letter-spacing: .09em;
		line-height:180%;
    margin: 0;
  }

	h1{	color: #000000;
		font-size: 11pt;
		font-weight: normal;
		font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
		letter-spacing: .09em}

	h2{	color: #000000;
		font-size: 16pt;
		font-weight: normal;
		font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
		letter-spacing: .09em;
		line-height:180%;
    margin: 0;
  }
		
	h3{	color: #000000;
		font-size: 11pt;
		font-weight: normal;
		font-family: helvetica, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, "sans-serif";
		letter-spacing: 1pt}
		
	
		
	a:link{
    text-decoration: none;
    border-bottom: none;
    color: #000000;
  }


	a:visited{
    text-decoration: none;
    border-bottom: solid 2px;
    padding-bottom: 0.6em;
    color: #000000;
  }

	a:hover{
    text-decoration: none;
    color: #000000;
  }
	
	a.example1 {
    color: #7c7c7c;
    border-bottom-color: #7c7c7c
  }

  a img.example2 {
    height: 60%;
  }
	
	
	
	/**************
	
	layout
	
	**************/
	
	#container{
		}
		
	.t1 td{
		line-height:1.8;
		vertical-align:top;
		}
	
	.justify {
		text-align: justify;}	

  .top-image {
  width: 100%;
  height: 100vh; /* 画面の高さと同じ */
  object-fit: contain; /* 画像全体を見せる：はみ出さない */
  object-position: center; /* 中央に配置 */
}

  .menu { 
    z-index: 1;
  }

  .name {
    z-index: 1;
  }

  .text {
      max-width: 1100px;
  }

  .title {
    top:1%;
    z-index: 1;
  }

  .sound {
    width: 100%;
  }

  .audio-player {
    z-index: 1;
  }

  .book {
    display: block;
    justify-content: center;
  }

	.square{
		z-index:1;
		width:350px;
  	height:350px;
  	position:relative;
  	overflow:hidden;
		}
	.square img{
		position:relative;
  	left:-180px;
  	top:-95px;
		}
		
	.square .caption {
		font-size: 15pt;
		font-weight: normal;
		font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
		text-align: center;
		padding-top:		45%;
		color:			#fff;
		letter-spacing: 2pt;
		}
		
	.square .mask {
		width:			100%;
		height:			100%;
		position:		absolute;	/* 絶対位置指定 */
		top:			0;
		left:			0;
		opacity:		0;	/* マスクを表示しない */
		background-color:	rgba(0,0,0,0.0);	/* マスクは半透明 */
		}
		
	.square:hover .mask {
		opacity:		1;	/* マスクを表示する */
		}
			
	.scroll{
    overflow-y: scroll;
    height: 2300px;
}
	#scroll-inner{
    height: 4500px;
}
			
	.box {
    position: relative;
}
			
	.stage {
		position: absolute;
    top: 100px;
    left: 2300px;
}


/****** parallax ********/

#para1 {
    background-image: url("images/1.332_b.jpg");
    background-position: top center;
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat
}

tbody {
    -webkit-text-size-adjust: 100%;
  } 

div {
    color: #13B3A1
}
.a {
    height: 500px;
    font-size: 40px;
    opacity: 0.8
}
.c {
    height: 100vh;
    font-size: 40px;
    background-color: aquamarine;
    opacity: 0.4
}
.b,
.d {
    height: 100vh;
    font-size: 40px;
    background-color: coral;
    opacity: 0.4
}

.contact { color: #000000;
		font-size: 12pt;
		font-weight: normal;
		font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
		letter-spacing: .09em;
		line-height:180%;
    margin: 0;
}

input, textarea {
  outline: none;
  font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
  font-size: 12pt;
}

button {
  outline: solid 1px;
  font-family: helvetica, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, "sans-serif";
  font-size: 12pt;
  appearance: none;
  border: 0;
  background: #FFFFFF;
  color: #000000;
}

@media (hover: hover){
  
  a:hover {
    border-bottom: solid 2px;
    padding-bottom: 0.25em;
  }
  
  .top {
    margin-top: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    height: 100%;
    padding : 0;
  }
  .top img{
  width: 100%;
  max-width: 1000px;
}
  .top img:hover{
  cursor:pointer;
  border-bottom: solid 2px;
  padding-bottom: 0.9em;
  color: #000000;
  }
  
  .arrow {
    display: none;
  }
  
  .name {
  position: fixed;
  top: 20px;
  left: 40px;
}

  .menu {
    position: fixed;
    bottom: 25px;
    right: 90px;

  }

  .work-list {
    margin-top: 20px;
    margin-left: 40px;
  }
  
  .about {
    margin-top: 20px;
    margin-left: 40px;
    max-width: 900px;
  }

  .title {
    position: fixed;
    top: 20px;
    left: 40px;
  }

  .photo {
    top: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    height: 100%;
    padding : 0;
  }
  .photo li {
    margin: 30px 10px;
    list-style: none;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding : 0;
  }
  .photo li img {
    width: 100%;
    max-width: 1000px;
    border-bottom: solid 2px;
    padding-bottom: 0.9em;
    color: transparent;
  }
  
  .photo li iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video {
    text-align:center;
    width: 1000px;
  }
  
  .youtube {
    width: 100%;
    margin: auto;
    max-width: 1000px;
  }
  
  .youtube iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  
  .book {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    height: 100%;
    padding-bottom: 0.9em;
    margin-top: 50px;
  }
  .book img {
  width: 100%;
  max-width: 1000px;
  border-bottom: solid 2px;
  padding-bottom: 0.9em;
  color: transparent;
  }
  
  .book img:hover{
  cursor:pointer;
  border-bottom: solid 1.5px;
  padding-bottom: 0.9em;
  color: #000000;
  }
  
  .audio-player {
    position: fixed;
    bottom: 25px;
    left: 50px;
  }
  
  .credit {
    margin-left:  40px;
  }
  
  .button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 28px;
  height: 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  z-index: 1;
}

.button:hover {
  background-color: #ff7700;
  border: none;
}

button:hover {
  outline: solid 1px;
  background: #e6e6e6;
}
  
}

@media (hover: none) {
  h2{
  font-size: 11pt;}
  a:active {
    text-decoration: none;
    border-bottom: solid 1.5px;
    padding-bottom: 0.25em;
    color: #000000
  }
  .top {
    margin: 17% 5px;
  }
  .top img {
    position: relative;
    width: 100%;
    max-width: 1000px;
    display: inline-block;
    border-bottom: solid 1.5px transparent;
    padding-bottom: 0.7em;
  }
  .top img:active {
    border-bottom: solid 1.5px #000;
    padding-bottom: 0.7em;
  }
  
  .arrow-layout {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
  }
  
  .arrow::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
  
  .name {
  position: fixed;
  top: 3%;
  margin-left: 5px;
}
  .menu {
  position: fixed;
  bottom: 20px;
  right: 70px;
}
  
  .work-list {
    margin-top: 3%;
    margin-left: 5px;
  }
  
  .about {
    margin-top: 3%;
    margin-left: 5px;
    max-width: 900px;
  }
  
  .book {
  margin-top: 100px;
  width: 100%;
}
  .book img {
    position: relative;
    width: 100%;
    max-width: 1000px;
    display: inline-block;
    border-bottom: solid 2px transparent;
    padding-bottom: 0.7em;
  }
  
  .title {
  position: fixed;
  margin-top: 3%;
  margin-left: 5px;
}
  
  .photo {
    top: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    height: 100%;
    width: 100%;
    padding : 0;
  }
  .photo li {
    margin: 10px 5px;
    list-style: none;
    height: 100%;
    max-width: 1000px;
  }
  
  .photo li img {
    width: 100%;
    max-width: 1000px;
  }
  
  .youtube {
    position: relative;
    margin: 10px 5px 10px 5px;
    width: 100%;
    padding-top: calc(563 / 1000 * 100%);
    max-width: 1000px;
  }
  
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  
  .audio-player {
  position: fixed;
  bottom: 60px;
  left: 25px;
  }
  
  .credit {
    margin-left: 5px;
  }
  
  
  .button {
  position: fixed;
  bottom: 25px;
  right: 20px;
  width: 28px;
  height: 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  z-index: 1;
}

.button:active {
  background-color: #ff7700;
  border: none;
}

button:hover {
  outline: solid 1px;
  background: #e6e6e6;
  
}
  
  /*
  .button {
  position: fixed;
  top: 3.5%;
  right: 10px;
  width: 28px;
  height: 20px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  z-index: 1;
}
  .button:active {
  background-color: #ff7700;
  border: none;
  }
}
*/


/*
#panzoom {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

#panzoom img {
  width: auto;
  height: auto;
  vertical-align: bottom;
}*/