@charset "utf-8";

/* ワイド化 */

.Stage {
  width: auto;
  min-width: 980px;
}

#mainScreen {
  text-align: left;
  width: 100%;
}

div.contents, div.contentsArea {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body {
  /*padding-bottom: 65px;*/
}

/*メイン*/

#thing {
  text-align: center;
  position: relative;
  margin-top: 10px;
  color: #314151;
}

/*pagetop*/

#thing .pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
}

#thing .pagetop a {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url(../img/pagetop.png);
  background-size: 60px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#thing .pagetop a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#thing .sp {
  display: none;
}

#thing .contentHead {
  margin-bottom: 50px;
  position: relative;
  min-width: 980px;
}

#thing .contentHead h2 {
  margin: 0;
  padding: 0;
  height: 380px;
  display: block;
  background-color: #ffecb7;
  background-image: url(../img/bg_ttl_main_pc.png);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#thing .contentHead p {
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#thing ul.thingList {
  box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

#thing ul.thingList li {
  margin: 0 25px 25px 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#thing ul.thingList li a {
  text-decoration: none;
  color: #314151;
}

#thing ul.thingList li:nth-child(3n) {
  margin-right: 0;
}

#thing ul.thingList li .photo {
  width: 310px;
  height: auto;
}

#thing ul.thingList li a:hover .photo {
  opacity: 0.7;
}

#thing ul.thingList li .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 100%;
}
