@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri");
.load {
  background: url("../img/top/bg_sieg.png") center top #fff;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1500;
}
.load .img {
  position: absolute;
  width: 30%;
  height: 100%;
  background: url("../img/top/sieg.png") no-repeat center;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  left: 50%;
  margin-left: -15%;
  opacity: 0;
}

body {
  background: url("../img/top/bg.jpg") center;
}

.top_contents {
  width: 1160px;
  margin: auto;
/*  padding-bottom: 70px;*/
}
.top_contents .left {
  float: left;
  padding-top: 30px;
  width: 385px;
  text-align: center;
}
.top_contents .left h1 {
  margin-bottom: 28px;
}
.top_contents .left .onair {
  margin-bottom: 30px;
}
.top_contents .left .top_gloval {
  background: url("../img/top/line.png") no-repeat top;
  margin-bottom: 46px;
}
.top_contents .left .top_gloval .menu {
  background: url("../img/top/line.png") no-repeat bottom;
  padding: 20px 0 5px;
  letter-spacing: -.4em;
  text-align: left;
  margin-bottom: 28px;
}
.top_contents .left .top_gloval .menu ul {
  display: inline-block;
  vertical-align: top;
}
.top_contents .left .top_gloval .menu ul:nth-child(2) {
  width: 150px;
}
.top_contents .left .top_gloval .menu ul:nth-child(1) {
  width: 155px;
}
.top_contents .left .top_gloval .menu li {
  font-family: "Amiri", serif;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 12px;
  margin-bottom: 15px;
}
.top_contents .left .top_gloval .menu li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.top_contents .left .top_gloval .menu li a:hover {
  opacity: 0.6;
}
.top_contents .left .top_gloval .sns {
  margin: 0 35px;
}
.top_contents .left .top_gloval .sns .twitter {
  float: left;
}
.top_contents .left .top_gloval .sns .share {
  float: right;
  letter-spacing: -.4em;
}
.top_contents .left .top_gloval .sns .share li {
  display: inline-block;
}
.top_contents .left .top_gloval .sns .share li.tw {
  margin: 0 20px;
}
.top_contents .left .top_gloval .sns .share li.fb {
  margin-right: 20px;
}
.top_contents .left .top_gloval .sns a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.top_contents .left .top_gloval .sns a:hover {
  opacity: 0.6;
}
.top_contents .left .movie {
  margin-bottom: 40px;
}
.top_contents .left .movie h2 {
  margin-bottom: 20px;
}
.top_contents .left .movie .thumb {
  position: relative;
  width: 385px;
/*  height: 144px;*/
	height: 190px;
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.top_contents .left .movie .thumb .over {
  background: url("../img/common/play.png") no-repeat center rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.top_contents .left .movie .thumb .over:hover {
  opacity: 0;
}
.top_contents .left .movie .ss12_i {
  margin-bottom: 30px;
}
.top_contents .left .news h2 {
  margin-bottom: 2px;
}
.top_contents .left .news ul {
  text-align: left;
}
.top_contents .left .news ul li {
  background: url("../img/top/line.png") no-repeat bottom;
  padding: 18px 0;
}
.top_contents .left .news ul li .date {
  color: #cda05f;
  float: left;
  font-size: 12px;
  padding-top: 3px;
}
.top_contents .left .news ul li .title {
  margin-left: 80px;
  width: 305px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.top_contents .left .news ul li .title:hover {
  opacity: 0.6;
}
.top_contents .left .news ul li .title a {
  font-size: 14px;
  position: relative;
}
.top_contents .main_image {
  float: right;
  position: relative;
}
.top_contents .main_image .catch1, .top_contents .main_image .catch2 {
  position: absolute;
  top: 28px;
}
.top_contents .main_image .catch1 {
  right: 24px;
}
.top_contents .main_image .catch2 {
  left: 0;
  left: 24px;
}
.top_contents .main_image .img {
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 757px;
}
.top_contents .main_image .img:first-child {
  position: relative;
}
.top_contents .main_image .img.current {
  opacity: 1;
}

#floatMovie {
  z-index: 1000;
}
#floatMovie .close {
  left: 50%;
  top: 50%;
  margin-left: 460px;
  margin-top: -325px;
}
#floatMovie .player {
  position: absolute;
  width: 980px;
  height: 551px;
  left: 50%;
  top: 50%;
  margin: -275px 0 0 -490px;
}

.next_story {
  position: fixed;
  top: 0;
  left: 50%;
  opacity: 0;
  display: none;
}
.next_story img {
  width: 120px;
}
.next_story:hover img {
  -webkit-animation: moves 0.4s linear 2;
  -moz-animation: moves 0.4s linear 2;
  -o-animation: moves 0.4s linear 2;
  animation: moves 0.4s linear 2;
}

@keyframes moves {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(-5deg);
    -moz-transform: translateY(-15px) rotate(-5deg);
    -ms-transform: translateY(-15px) rotate(-5deg);
    -o-transform: translateY(-15px) rotate(-5deg);
    transform: translateY(-15px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}


#firstMovie {
  display: block;
  opacity: 1;
  z-index: 500;
}
#firstMovie .close {
  left: auto;
  right: 40px;
  top: 10px;
}
#firstMovie h3 {
  color: #cda05f;
  font-family: "Amiri", serif;
  font-size: 40px;
  text-align: center;
  position: absolute;
  font-weight: normal;
  width: 100%;
  top: 15%;
  background: url("../img/common/line_M.png") no-repeat center bottom;
  padding-bottom: 20px;
}
#firstMovie .thumb_list {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  top: 30%;
}
#firstMovie .thumb_list li {
  width: 450px;
  display: inline-block;
  background: #a07840;
  position: relative;
  padding-bottom: 20px;
}
#firstMovie .thumb_list li:before, #firstMovie .thumb_list li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #a07840;
}
#firstMovie .thumb_list li:before {
  top: -4px;
}
#firstMovie .thumb_list li:after {
  bottom: -4px;
}
#firstMovie .thumb_list li:nth-child(1) {
  margin-right: 12px;
}
#firstMovie .thumb_list li .thumb {
  padding: 5px 2px;
  position: relative;
  margin-bottom: 8px;
}
#firstMovie .thumb_list li .thumb img {
  width: 100%;
  position: relative;
}
#firstMovie .thumb_list li .thumb:after {
  content: '';
  display: block;
  position: absolute;
  width: 446px;
  height: 251px;
  top: 5px;
  left: 2px;
  cursor: pointer;
  background: url("../img/common/play.png") no-repeat center rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#firstMovie .thumb_list li .thumb:hover:after {
  background: url("../img/common/play.png") no-repeat center transparent;
}
#firstMovie .thumb_list li .title {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



#floatBanner {
  display: block;
  opacity: 1;
}
#floatBanner .banner {
  position: relative;
  text-align: center;
  top: 5%;

		width: 720px;
		margin: auto;
}
#floatBanner .banner h2 {
  color: #cda05f;
  background: url("../img/common/line_M.png") no-repeat center bottom;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Amiri", serif;
  width: 720px;
  font-size: 24px;
  margin: 0 auto 25px;
  font-weight: normal;
}
#floatBanner .banner li {
  max-width: 720px;
  padding: 0 15px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#floatBanner .banner li img {
  width: 100%;
}
#floatBanner .banner li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
#floatBanner .banner li a:hover {
  opacity: 0.6;
}





.bnr_event{
	margin: 0 0 20px 0;
}
.bnr_event img{
	width:385px;
}

#news_list {
  width: 980px;
  margin: 0 auto 80px;
}
#news_list h2 {
  text-align: center;
  margin-bottom: 20px;
}
#news_list ul {
  text-align: left;
}
#news_list ul li {
  background: url("../img/top/line.png") repeat-x bottom;
  padding: 18px 0;
}
#news_list ul li .date {
  color: #cda05f;
  float: left;
  font-size: 12px;
  padding-top: 3px;
}
#news_list ul li .title {
  margin-left: 80px;
  width: 900px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
#news_list ul li .title:hover {
  opacity: 0.6;
}
#news_list ul li .title a {
  font-size: 14px;
  position: relative;
}