/* common
------------------------------------------------------------------------------*/
#main {
  background: #f3f3f3;
  padding-bottom: 150px;
}

/* #ttl h2
------------------------------------------------------------------------------*/
#main #ttl h2 {
  background: url("/movie/img/movie_logo_wh.svg") center 200px / 280px auto no-repeat;
}
#main #ttl::after {
  display: none;
}

/* #list
------------------------------------------------------------------------------*/
#list {
}
#list .inner {
  width: 1100px;
  padding: 90px 0 0 338px;
  box-sizing: border-box;
}
#list .cnt h2 {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: url("/common/img/icn_logo_octa.svg") 30px 6px / 33px auto no-repeat;
  padding: 2px 0 25px 84px;
  position: relative;
  box-sizing: border-box;
}
#list .cnt .movie_list {
  padding: 0 0 55px;
  font-size: 0;
}
#list .cnt .movie_list a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0em;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 224px;
  margin: 0 0 54px 30px;
  transition: .5s;
}
#list .cnt .movie_list a:hover {
  opacity: .7;
}
#list .cnt .movie_list a dl dd.date {
  color: #00a0e9;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 7px;
}
#list .cnt .movie_list a dl dt.thum img {
 max-width: 100%;
}
#list .navi dl.fixed {
  position: fixed;
  left: 50%;
  top: 160px;
  margin-left: -550px;
}
#list .navi dl {
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  box-sizing: border-box;
  width: 280px;
  border-radius: 20px;
  padding: 45px 45px 50px 35px;
}
#list .navi dl dt {
  color: #00a0e9;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #00a0e9 solid 4px;
  margin-bottom: 20px;
}
#list .navi dl dd {
  border-bottom: #d9e6ec dotted 2px;
}
#list .navi dl dd a {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 16px 0 16px 36px;
  background: url(/common/img/ftr_icn.png) 10px 19px no-repeat;
}

/* #popup
------------------------------------------------------------------------------*/
#popup {
  display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 30px;
  box-sizing: border-box;
	z-index: 5500;
}
#popup .bg {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5510;
  cursor: pointer;
}
#popup .cnt {
  position: relative;
  top: 50%;
  left: 50%;
  width: 720px;
  height: calc( 720 / 16 * 9px );
  margin-left: -360px;
  margin-top: calc( -720px / 16 * 9 / 2 );
	z-index: 5520;
}
#popup .cnt iframe {
  width: 100%;
  height: 100%;
}
#popup #popup-close {
	width: 50px;
	position: absolute;
	right: 30px;
	top: 30px;
  z-index: 5530;
  line-height: 0.1;
  cursor: pointer;
}
