@charset "utf-8";

/*---------------------------------全体-------------------------------- */
html{
height:100%;
}

.animation{
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
transition:all 0.3s;
}

#contents{
width:1000px;
height:auto;
position:relative;
top:0px;
margin:0 auto;
padding-top:20px;
}

#contentsBox{
    top: 0px;
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

#contentsBox.work{
width:1000px;
}

.red{
color:red;
}
.animation{
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
transition:all 0.3s;
}
.slowAnimation{
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
transition:all 0.5s;
}
.longAnimation{
-webkit-transition:all 3s;
-moz-transition:all 3s;
-ms-transition:all 3s;
transition:all 3s;
}
.opacityAnimation{
-webkit-transition:opacity 3s;
-moz-transition:opacity 3s;
-ms-transition:opacity 3s;
transition:opacity 3s;
}
.button{
width:150px;
height:1em;
padding:0.5em 0 0.5em;
margin:0;
display:block;
text-align:center;
color:#000000;
background-color:rgba(255,255,255,0.5);
}

#footerBox{
width:1000px;
height:1em;
bottom:5px;
position:fixed;
z-index:2900;
}

#footerBoxfirst{
width:100%;
height:1em;
bottom:5px;
position:fixed;
z-index:2900;
}

#footerBoxfirstgentei{
width:100%;
height:1em;
bottom:5px;
top:100px;
z-index:2900;
}

p#footer{
text-align:center;
margin:0;
}

p#footerfirst{
text-align:center;
margin:0;
}

.andcopy{
width:10em;
height:1em;
display:block;
padding:0.75em 0.5em 0.25em 0.5em;
margin:0 auto;
text-align:center;
top:20px;
position:relative;
}



/*---------------------------------上のメニューバー-------------------------------- */

/* インストールするフォント */

@font-face{
 font-family: 'JiyunoTsubasa';
  src: url('font/JiyunoTsubasa.eot'), /* IE9以降 */
       url('JiyunoTsubasa.eot?#iefix') format('embedded-opentype'), /* IE8以前 */
       url('font/JiyunoTsubasa.woff') format('woff'), /* モダンブラウザ */
       url('font/JiyunoTsubasa.ttf')  format('truetype'); /* Safari, Android, iOS */
           }
/* メニューバーの設定 */
.globalNav {
    list-style: none;
    overflow: hidden;
    margin:0 auto;
    width:1000px;
    padding-bottom:0px;
    padding-left:0px;
    z-index: 5;
}

/* 各メニューの間に引く線 */
.globalNav li {
    float: left;
    border-right: 1px solid #DDD;
}

/* 一番右側の線消し */
.globalNav li:last-child{border-right:none}

/* メニューのフォント設定 */
.globalNav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-family: JiyunoTsubasa;
    background-color: rgba(255,255,255,1);
    letter-spacing: 3px;
}

/* 各メニューを7等分 */
#mainmenu ul li:first-child{width:14.2%;}
#mainmenu ul li:nth-child(2){width:14.2%;}
#mainmenu ul li:nth-child(3){width:14.2%;}
#mainmenu ul li:nth-child(4){width:14.2%;}
#mainmenu ul li:nth-child(5){width:14.2%;}
#mainmenu ul li:nth-child(6){width:14.2%;}
#mainmenu ul li:last-child{width:14.2%;}

#mainmenu{
margintop: 0 auto;
}

/* メニュー下の日本語部分 */
.globalNav li a span {
    display: block;
    margin: 15px 0 0 0;
    color: #AAA;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 2px;
}

/* マウスを重ねたときの色変化 */
.globalNav li a:hover {
    background-color: rgba(200,200,200,0.5);
}

/* 現在表示しているメニューを着色 */
.globalNav li.active a {
    background: rgba(100,100,100,1);
    color: rgba(250,250,250,1);
}

/* ---------------------------------index-------------------------------- */
.movieSKIPButton{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:right;
margin-right:100px;
}

.movieSKIPButton:hover{
background-color:rgba(180,180,180,1);
}

.movieSKIP2Button{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:right;
margin-right:100px;
}

.movieSKIP2Button:hover{
background-color:rgba(180,180,180,1);
}


.openingNEXTButton{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:286px;
}

.openingNEXTButton:hover{
background-color:rgba(180,180,180,1);
}

.openingNEXT2Button{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:10px;
}

.openingNEXT2Button:hover{
background-color:rgba(180,180,180,1);
}

.openingNEXT3Button{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:10px;
}

.openingNEXT3Button:hover{
background-color:rgba(180,180,180,1);
}

.openingNEXT4Button{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:10px;
}

.openingNEXT4Button:hover{
background-color:rgba(180,180,180,1);
}

.openingBACKButton{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:100px;
}

.openingBACKButton:hover{
background-color:rgba(180,180,180,1);
}

.openingBACK2Button{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:100px;
}

.openingBACK2Button:hover{
background-color:rgba(180,180,180,1);
}

.openingBACK3Button{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
float:left;
margin-left:100px;
}

.openingBACK3Button:hover{
background-color:rgba(180,180,180,1);
}

.openingMENU{
width:80%;
}

.openingIMG{
width:80%;
margin:0 auto;
text-align:center;
}


/* ---------------------------------top-------------------------------- */

#TOPhaikei{
background:url(img/top/haikei.png);
margin:0 auto;
width: 1000px;
}

.openingBACKbutton{
width:10em;
height:1em;
display:block;
padding:0.75em 0.5em 0.25em 0.5em;
float:right;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:20px;
cursor:pointer;
position:relative;
}

.openingBACKbutton:hover{
background-color:rgba(180,180,180,1);
}

.andcopy{
width:10em;
height:1em;
display:block;
padding:0.75em 0.5em 0.25em 0.5em;
margin:0 auto;
text-align:center;
top:20px;
position:relative;
}


/* ---------------------------------first-------------------------------- */
.haikei1 {
  padding-top:20px;
  height: 300px;
  overflow: hidden;
  position: relative;
  width:1000px;
  margin:0 auto;
}
 
.haikei1 img {
  position: absolute;
  align-content: center;
  align-items: center;
  width:1000px;
}


.container {
  display: flex;
  width:1000px;
  margin:0 auto;
  line-height:100%;
}

.itaibutton{  
  width:400px;
  height:50px;
  margin-top:20px;
  border: 2px solid rgba(100,100,100,0.5);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .3s;
  float: left;
  margin-right:20px;
}
.itaibutton:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: rgba(100,100,100,0.5)
}

.itaibutton:hover {
  cursor: pointer;
}
.itaibutton:hover:after {
  width: 100%;
  left: 0;
}

.sawadabutton{
  width:400px;
  height:50px;
  margin-top:20px;
  border: 2px solid rgba(100,100,100,0.5);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .3s;
  float: left;
  margin-right:20px;
}
.sawadabutton:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: rgba(100,100,100,0.5);
}

.sawadabutton:hover {
  cursor: pointer;
}
.sawadabutton:hover:after {
  width: 100%;
  left: 0;
}

#itaitext{
clear:left;
display:none;
position:relative;
}
#sawadatext{
clear:left;
display:none;
position:relative;
}
.textboxfirst p{
line-height:1.3em;
width:1000px;
margin:20px auto;
}

.textRIGHT{
text-align:right;
}

.textCENTER{
text-align:center;
}

.textBIG{
font-size:14pt;
}

.firstPDFbutton{
width:120px;
height:50px;
margin-top:20px;
display:block;
text-align:center;
float:right;
color:#000000;
background-color: rgba(200,200,200,0.5);
}

.firstPDFbutton:hover{
background-color:rgba(0,0,0,0.5);
color:#ffffff;
cursor:pointer;
}


/* ---------------------------------exhibition-------------------------------- */
.pc{
display:block;
}
.phone{
display:none;
}
#exhibitionImageBox{
width:90%;
margin:0 auto;
padding:10px 0 0;
text-align:center;
}
#exhibitionImageBox img{
max-width:100%;
max-height:100%;
}

#seekButtonBox{
width:100%;
height:100px;
top:calc(50% - 50px);
position:absolute;
z-index:1000;
}
.seekButton{
width:0;
height:0;
}
#leftSeek{
border:50px solid transparent;
border-right:50px solid rgba(220,220,220,1);
float:left;
}
#leftSeek.exhibition{
display:none;
}
#rightSeek{
border:50px solid transparent;
border-left:50px solid rgba(220,220,220,1);
float:right;
}
#rightSeek:hover{
border-left:50px solid rgba(0,0,0,0.5);
cursor:pointer;
}
#leftSeek:hover{
border-right:50px solid rgba(0,0,0,0.5);
cursor:pointer;
}
.selectButton{
width:5.8em;
height:1em;
padding:0.75em 0 0.25em;
margin:0 0.2em 0;
display:block;
text-align:center;
float:right;
color:#000000;
background-color: rgba(200,200,200,0.5);
}
.selectButton:hover{
background-color:rgba(0,0,0,0.5);
color:#ffffff;
cursor:pointer;
}
#pdfDownloadButtonOnExhibition1{
margin:0 0.5em 0;

}
#pdfDownloadButtonOnExhibition2{
margin:0 0.5em 0;
padding:0px 126.5px 0px 126.5px;
}
#pdfDownloadButtonOnExhibition3{
margin:0 0.5em 0;

}
#pdfDownloadButtonOnExhibition4{
margin:0 0.5em 0;

}
nav.exhibition{
width:100%;
height:2em;
}
#exhibitionNumBox{
width:4em;
height:1em;
float:left;
text-align:center;
padding:0.75em 0 0.25em;
background-color:rgba(255,255,255,0.5);
}
#captionBoxOnExhibition{
width:20em;
height:1em;
text-align:center;
float:left;
padding:0.75em 0 0 0.25em;
background-color:rgba(255,255,255,0.5);
}
#seekBar{
width:100%;
height:16px;
margin:0;
}
#seekBar ul{
margin:0px 0 0;
padding:0;
}
#seekBar li{
width:3.2%;
height:16px;
display:block;
float:left;
cursor:pointer;
background-color:rgba(220,220,220,0.5);
}
#seekBar li:hover{/* 同じことをjqueryでも書きました。これではうまくいかなかったので。 */
background-color:rgba(220,220,220,1);
}
#seekBar li:nth-child(1){
background-color:rgba(220,220,220,1);
}
body.movie{
background-color:white;
}
div.movie{
width:90%;
height:90%;
margin:0 auto;
text-align:center;
}
video.movie{
width:90%;
height:90%;
margin:0 auto;
box-shadow:0 0 15px;
}
.movieBackButton{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
margin:0 auto;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
}
.movieBackButton:hover{
background-color:rgba(180,180,180,1);
}
/* ■PROJECT */
nav.project{
width:20%;
height:auto;
float:left;
}
div#projectView{
width:80%;
float:right;
}
div#projectView img{
display:none;
}

.zyosyo{
padding:0px 85.8px 0px 85.8px;
}

.gamebunseki{
padding:0px 0px 0px 0px;
}

.keturonpaneru{
padding:0px 126px 0px 126px;
}

.kentikubunseki{
padding:0px 118px 0px 118px;
}


/* ---------------------------------event-------------------------------- */
div#slideShow{
width:100%;
height:100%;
position:fixed;
display:none;/* 初期表示はしない */
background-color:rgba(0,0,0,0.5);/* 黒の半透明 */
z-index:4000;/* 最前面に表示 */
}
#eventNameBox{
width:200px;
float:left;
}
#slideBox{
width:795px;
display:none;
float:right;
}
#eventName{
width:100%;
margin:0;
padding:0;
cursor:pointer;
}
#eventName li{
width:100%;
height:2em;
padding-top:0.5em;
list-style-type:none;
}
#eventName li.doubleLine{
height:3em;
}
#eventName li:hover{
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
#zoomButton{
width:5em;
height:1em;
padding-top:0.75em;
padding-bottom:0.25em;
padding-left:0.5em;
padding-right:0.5em;
margin-bottom:0px;
float:left;
text-decoration:none;
color:black;
background-color:rgba(255,255,255,0.5);
display:none;/* デフォルトで非表示。特定の画像で表示します。 */
}
#zoomButton:hover{
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
.thisEventName{
width:16em;
height:1em;
text-align:center;
padding:0.5em;
float:right;
background-color:rgba(255,255,255,0.5);
}

.secretEvent{
display:none;
}

.eventButton{
width:100%;
height:1em;
padding: 0.5em 0em 0.5em 0em;
display:block;
}

.eventButton.doubleLine{
height:2em;
}

div#slider{
width:780px;
max-width:100%;
height:auto;
max-height:800px;
margin:0 auto;
float:right;
position:relative;
}
div#slider img{
max-width:74.45%;
max-height:700px;
text-align:center;
margin:0 auto;
margin-left: 0px;
position:absolute;
top:50px;
right:100px;
bottom:50px;
left:100px;
cursor:pointer;
z-index:3;
}

div#slider img:first-child{
z-index:1;
}
div#slider img:last-child{
z-index:2;
}
.crossfadeNext{
opacity:0;
}
.autoplayButton{
display:none;
position:absolute;
margin:auto;
top:200px;
right:0;
bottom:0;
left:0;
z-index:10;
cursor:pointer;
}

#pictureNumber{
width:3em;
height:1em;
margin:0 0.5 0 0.5em;
padding-top:0.75em;
padding-bottom:0;
padding-left:0.5em;
padding-right:0.5em;
text-align:center;
display:block;
float:left;
background-color:rgba(255,255,255,0.5);
}

#operationBox{
height:2em;
}

.leftSeek{
border:50px solid transparent;
border-right:50px solid rgba(220,220,220,0.5);
float:left;
margin-left:0px;
padding-left:0px;
z-index:100;
position:relative;
top:210px;
right:0;
bottom:210px;
left:0;
}
.rightSeek{
border:50px solid transparent;
border-left:50px solid rgba(220,220,220,0.5);
float:right;
z-index:100;
position:relative;
top:210px;
right:0;
bottom:210px;
left:0;
}
.leftSeek:hover{
border-right:50px solid rgba(0,0,0,0.5);
cursor:pointer;
}
.rightSeek:hover{
border-left:50px solid rgba(0,0,0,0.5);
cursor:pointer;
}


/* --------------------------------project------------------------------- */
nav.project{
width:200px;
height:auto;
float:left;
}

div#projectView{
width:800px;
float:right;
}
div#projectView img{
display:none;
}
/* #operationBoxはEVENTへ */
.hpButton{
width:6em;
height:1em;
position:absolute;
top:0px;
right:0px;
bottom:50px;
left:585px;
padding:0.75em 0em 0.25em 0em;
text-align:center;
color:#000000;
background-color:rgba(220,220,220,1);
cursor:pointer;
float:right;
}
.hpButton:hover{
background-color:rgba(0,0,0,0.5);
color:#ffffff;
cursor:pointer;
}
#zoomButton.project{
margin:0 0 0 0.5em;
}
#projectNumber{
width:6em;
height:1em;
float:left;
text-align:center;
padding:0em 0em 0em 0em;
background-color:rgba(255,255,255,0.5);
position:absolute;
top:0px;
right:0px;
bottom:50px;
left:0px;
}
.projectCaption{
width:500px;
height:1em;
float:left;
padding:0.5em 0em 0.25em 0em;
background-color:rgba(255,255,255,0.5);
line-height:100%;
position:absolute;
top:0px;
right:0px;
bottom:50px;
left:170px;
}
.projectImage{
width:100%;
display:none;
}
#projectText{
width:17.5em;
height:2em;
margin:0 auto;
}
/* ---------------------------------work-------------------------------- */
.pc{
display:block;
}

#workerName{
display:none;
}
.workSelectButton{
width:6em;
height:1em;
padding-top:0.5em;
display:block;
}
.workSelectButton p{
padding-top:0.5em;
}
.workSelectButton:hover{
cursor:pointer;
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
nav#workNavigation{
width:20%;
height:auto;
float:left;
}
nav#workNavigation ul{
padding:0 0 0 1em;
list-style-type:none;
}
#obNameList{
margin:0;
display:none;
}
#studentList{
margin:0 0 0 1em;
padding:0;
display:none;
}
#studentList dt{
width:100%;
height:1em;
padding-top:0.5em;
}
#studentList dt:hover{
cursor:pointer;
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
#studentList dd{
margin:0;
padding:0;
display:none;
}
#studentList li{
width:100%;
height:1.5em;
padding:0;
}
span.nameSelectButton{
width:100%;
height:1em;
padding-top:0.5em;
padding-bottom:0;
display:block;
cursor:pointer;
}
span.nameSelectButton:hover{
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
.nameSelectButton{
-webkit-transition:all .3s;
transition:all .3s;
}

#obButton,
#studentButton{
width:100%;
height:2em;
}
#obButton p{
margin:0;
padding:0.5em 0;
}
#studentButton p{
margin:0;
padding:0.5em 0;
}

div#workView{
width:780px;
height:auto;
float:right;
}

div#captionBox{
width:100%;
height:200px;
position:relative;
}

div#workerImageBox{
width:150px;
height:auto;
float:left;
}
img#workerImage{
width:150px;
height:150px;
display:none;
}

.textBox{
width:calc(100% - 150px - 1em);
height:auto;
padding:0 0 0 1em;
float:right;
line-height: 100%;
}
.textBox p:first-child{
margin:0;
}
.textBox p:nth-child(n+2){
margin:1em 0 0;
}

div#workImageBox{
width:100%;
height:auto;
position:relative;
}
img.workImage{
width:100%;
height:auto;
display:none;
}

#pdfButtonOnWork{
width:150px;
height:2em;
display:none;
float:left;
cursor:pointer;
background-color: rgba(200,200,200,1);
}
#pdfButtonOnWork:hover{
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
#pdfButtonOnWork p{
text-align:center;
margin:0;
padding:0.75em 0 0.25em;
}
#pdfButtonOnWork a{
text-decoration:none;
color:#000000;
}
.anotherWorkButton{
width:150px;
height:2em;
display:none;
float:left;
cursor:pointer;
background-color:rgba(200,200,200,01);
border-left: 1px solid white;
}
.anotherWorkButton:hover{
color:#ffffff;
background-color:rgba(0,0,0,0.5);
}
.anotherWorkButton p{
text-align:center;
margin:0;
padding:0.75em 0 0.25em;
}

div#captionBox{
width:100%;
height:200px;
position:relative;
}

dt.animation{
}


/* ---------------------------------ending exhibitionのmovieと併用-------------------------------- */

.movieTOPButton{
width:10em;
height:1em;
display:block;
padding:0.5em 0.5em 0.5em 0.5em;
margin:0 auto;
color:black;
background-color:rgba(180,180,180,0.5);
text-align:center;
top:15px;
cursor:pointer;
position:relative;
}

.movieTOPButton:hover{
background-color:rgba(180,180,180,1);
}

