/*================================================
glowAnime
================================================*/

.glowAnime span{opacity: 0;}
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
  0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
  50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
  100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}

.glowAnime::before {opacity: 0;}
.glowAnime.glow::before { animation:glow_anime_before_on 2s ease-out forwards; }

@keyframes glow_anime_before_on{
  0% { opacity:0; text-shadow: 0 0 0 rgba(177,145,86,0.2),0 0 0 rgba(177,145,86,0.2);}
  100% { opacity:0.8;text-shadow: 0 0 10px rgba(177,145,86,0.2),0 0 15px rgba(177,145,86,0.2); }
}


#splash {
  /*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #333;
	text-align: center;
	color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}


#worksIndex {
  margin: auto;
  padding: 0 !important;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  color: #FFF;
}
@media only screen and (max-width: 560px) {
  #worksIndex {
    box-sizing: inherit;
    width: 94%;
    background-size: auto 120vh !important;
    background-position: center center;
  }
}

#worksIndex .sectionInner {
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 5%;
  box-sizing: border-box;
  position: static !important;
  transform: none;
}
@media only screen and (max-width: 560px) {
  #worksIndex .sectionInner {
    padding: 10% 0 15% 0 !important;
  }
}


#worksList {
  margin: 0;
  padding: 0;
}

#worksList ul {
  margin: 0;
  padding: 0 2vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw 1.5vw;
}
@media only screen and (max-width: 560px) {
  #worksList ul {
    margin: 0;
    padding: 0 3vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5vw 2.5vw;
  }
}

#worksList li {
  margin: 0;
  padding: 0;
}

#worksList li a {
  
}


#noContents {
  text-align: center;
  padding: 15vh 0;
  width: 80%;
  margin: auto;
}

table.narrowList {
  margin: 40px auto;
}
@media only screen and (max-width: 560px) {
  table.narrowList {
    display: block;
    padding: 1em;
    margin: 20px auto;
  }
}

table.narrowList th {
  width: 7em;
  padding: 1em;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  table#narrowList th {
    display: block;
    width: auto;
    text-align: left;
    padding: 0;
  }
}

table.narrowList td {
  padding: 0.5em 1em 0.5em 0;
}
@media only screen and (max-width: 560px) {
  table#narrowList td {
    display: block;
    padding: 0;
  }
}

table.narrowList a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  padding: 0.25em 1em;
  font-size: 0.8em;
  margin: 0.25em 3px 0.25em 0;
  opacity: 0.3;
  white-space: nowrap;
  border: 1px solid #8B8B8B;

}

table.narrowList a:hover, table.narrowList a.active {
  opacity: 1;
}



.move-list {
  margin: 30px auto 80px auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.move-list a {
  display: inline-block;
  color: #FFF;
  background-color: #222222;
  padding: 0.75em 0;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.2em;
  border-radius: 50%;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
}

.move-list a:link, .move-list a:visited {
  background-color:#222222;
}

.move-list .prevnext {
  background-color: #9b9b9b !important;
  color: #FFF;
}

.move-list a:hover {
  color:#FFF;
  background-color: #000;
}

.move-list .now {
  color: #FFF !important;
  background-color: #B19156 !important;
}

body {
  position: relative;
}
body:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../img/works/bg.jpg);
  background-size: cover;
  z-index: -1;
}
body#worksDetailWrapper:before {
  display: none;
}

.section {
  height: auto;
}

body#worksDetailWrapper {
  background: #000 !important;
  color: #FFF;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin: auto;
  padding: 5vw;
  font-size: 0.8em;
  position: relative;
}

#worksDetailWrapper h1 {
  font-size: 1.5em;
  margin-top: 0;
}

#worksDetailWrapper .worksDetailCategory {
  font-size: 0.8em;
  display: inline-block;
  background: #828282;
  color: #FFF;
  padding: 0 1em;
}

#worksDetailWrapper .worksDetailCaption {
  border-top: 1px solid #555; 
  border-bottom: 1px solid #555; 
  padding: 1em 0;
}

#worksDetailWrapper #worksDetailPhotos {
  margin: auto;
  max-width: 800px;
}

#worksDetailWrapper #worksDetailPhotos dl {
  margin: 30px 0;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  line-height: 0;
  border: 3px solid #666;
}

#worksDetailWrapper #worksDetailPhotos dt {
  margin: 0;
  padding: 0;
  text-align: center !important;
  background-color: rgba(0,0,0,0.8);
  background-blend-mode: darken;
}

#worksDetailWrapper #worksDetailPhotos dt img {
  margin: auto !important;
  max-width: 100%;
  max-height: 600px;
}

#worksDetailWrapper #worksDetailPhotos dd {
  margin: 0;
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media only screen and (max-width: 560px) {
  #worksDetailWrapper #worksDetailPhotos dd {
    font-size: 0.8em;
    padding: 0.5em 1em;
  }
}


#worksDetailWrapper #worksDetailInfo {
  
}

#worksDetailWrapper #worksDetailInfo table {
  width: auto;
  border-collapse: separate;
  border-spacing: 3px;
}

#worksDetailWrapper #worksDetailInfo tbody {
  
}

#worksDetailWrapper #worksDetailInfo th {
  font-weight: normal;
  text-align: left;
  padding: 0.25em 1em;
  width: 5em;
  border: 1px solid #555;
  background: #333;
}
@media only screen and (max-width: 560px) {
  #worksDetailWrapper #worksDetailInfo th {
    padding: 0.15em 1em;
    display: inline-block;
  }
}

#worksDetailWrapper #worksDetailInfo td {
  padding: 0.25em 2em 0.25em 0.5em;
}
@media only screen and (max-width: 560px) {
  #worksDetailWrapper #worksDetailInfo td {
    display: block;
    padding: 0.5em 0;
  }
}
