#header {
  position: relative;
  padding: 40px 0 0;
}
@media only screen and (max-width: 599px) {
  #header {
    padding-top: 20px;
  }
}
#header .head-img .logo {
  float: right;
  margin-top: 50px;
  margin-right: 85px;
}
@media only screen and (max-width: 800px) {
  #header .head-img .logo {
    width: 56%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 599px) {
  #header .head-img .logo {
	width: 60%;
	position: absolute;
	top: 30px;
	right: 5px;
	margin: 0px;
  }
}
#header .head-img .eros-main {
  float: left;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #header .head-img .eros-main {
    width: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  #header .head-img .eros-main {
	width: 50%;
	margin-bottom: 0;
	margin-left: -5%;
	margin-top: -5%;
  }
}
#header .head-text {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: url(../img/home/bg-headtext.png) no-repeat 50% 0;
  height: 178px;
}
@media only screen and (max-width: 800px) {
  #header .head-text {
    position: static;
    background: #c1272d;
    height: auto;
    padding: 20px 0;
  }
}
#header .head-text .container {
  height: 100%;
}
@media only screen and (max-width: 800px) {
  #header .head-text .container {
    height: auto;
  }
}
#header .head-text .container .text {
	width: 60%;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
	color: white;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
  #header .head-text .container .text {
	position: static;
	width: 98%;
	margin-bottom: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
  }
}
#header .head-text .container .eros1 {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  #header .head-text .container .eros1 {
    position: static;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  #header .head-text .container .eros1 {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
  }
}

#event-info {
  background: url(../img/home/bg-event.jpg);
  padding: 50px 0;
}
@media only screen and (max-width: 800px) {
  #event-info {
    padding: 20px 0;
  }
}
#event-info .icon {
  float: left;
  width: 200px;
  height: 240px;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #event-info .icon {
    float: none;
    width: 100%;
    height: 150px;
    margin-right: 0;
  }
}
#event-info .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#event-info .event-list {
  float: left;
  width: 804px;
  height: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 800px) {
  #event-info .event-list {
    width: 94%;
    margin: 0 auto;
    float: none;
  }
}
#event-info .event-list iframe,
#event-info .event-list object {
  width: 100%;
  height: 100%;
}

#about-text {
	background: url(../img/home/bg-about.jpg);
	color: white;
	overflow: hidden;
}
#about-text .container {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 250px;
	width: 724px;
}
@media only screen and (max-width: 800px) {
  #about-text .container {
	width: auto;
    padding: 20px 0 0;
  }
}
#about-text .container h2 {
  text-align: center;
}
#about-text .container .text {
	/* [disabled]margin-left: 180px; */
	/* [disabled]width: 80%; */
	font-size: 16px;
}
@media only screen and (max-width: 800px) {
  #about-text .container .text {
    margin: 0 auto 10px;
    width: 94%;
  }
}
@media only screen and (max-width: 599px) {
  #about-text .container .text {
    font-size:14px;
  }
}
#about-text .container .eros2 {
  position: absolute;
  margin: 0;
  left: -80px;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  #about-text .container .eros2 {
    width: 80%;
    margin: 0 auto;
    position: static;
    text-align: center;
  }
}

#movie-list {
  background: url(../img/home/bg-movie.jpg);
  padding-bottom: 200px;
}
@media only screen and (max-width: 800px) {
  #movie-list {
    padding-bottom: 400px;
  }
}
#movie-list .title {
  background: #c1272d;
  padding: 10px 0;
}
#movie-list .title h2 {
  background: url(../img/home/bg-movieh2.png) no-repeat 0 50%;
  color: white;
  margin-bottom: 0;
  padding: 8px 0;
  padding-left: 65px;
}
#movie-list .contents {
  padding: 30px 0;
}
#movie-list .contents ul {
  margin-left: 0;
  list-style: none;
}
#movie-list .contents ul li {
  float: left;
  width: 244px;
  margin-left: 16px;
}
@media only screen and (max-width: 800px) {
  #movie-list .contents ul li {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#movie-list .contents ul li.clear {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 800px) {
  #movie-list .contents ul li.clear {
    margin-left: auto;
  }
}
#movie-list .contents ul li a {
  display: block;
}
