@charset "UTF-8";

/* ------------------------------------------------------
LSページ（SP）用CSS
------------------------------------------------------*/
#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* ヘッダー
------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
}
#header .navBtn {
  position: absolute;
  right: 0;
}
#header .navBtn img {
  height: 40px;
}

/* コンテンツ
------------------------------------------------------*/
#content {
  background: url(../images/ls/bg_content_sp.gif) center 195px no-repeat;
	background-size: 480px auto;
}


.keyCol {
  position: relative;
	width: 100%;
	height: 135px;
	margin: 0 auto 10px;
}
.keyCol h1 {
  position: relative;
  width: 320px;
  height: 135px;
  margin: 0 auto;
  line-height: 140px;
}
.keyCol h1 img {
  width: 100%;
  vertical-align: middle;
}


.movieCol {
  width: 100%;
  margin: 0 auto 20px;
  padding-top: 10px;
  text-align: center;
}
.movieCol h3 {
  margin-bottom: 0;
}
.movieCol h3 img {
  height: 11px; 
}
.movieCol a img {
  width: 90%;
  max-width: 460px;
}
.movieCol iframe {
  border: 3px solid #fff;
}


.newmovieCol {
  width: 100%;
  height: 278px;
  margin: 0 auto 20px;
  padding-top: 10px;
  text-align: center;
  background: url(../images/ls/bg_newmovie_sp.png) center bottom no-repeat;
  background-size: 480px auto;
}
.newmovieCol h3 {
  margin-bottom: 5px;
}
.newmovieCol h3 img {
  height: 11px; 
}
.newmovieCol h4 {
  margin-bottom: 12px;
}
.newmovieCol h4 img {
  height: 42px;
}
.newmovieCol .text1 {
  width: 308px;
  margin: 0 auto 125px;
  text-align: left;
  padding-left: 12px;
}
.newmovieCol .text1 img {
  height: 44px;
}

.qualityCol {
  width: 100%;
  height: 456px;
  margin: 0 auto 10px;
  padding-top: 10px;
  text-align: center;
  background: url(../images/ls/bg_quality_sp.png) center bottom no-repeat;
  background-size: 480px auto;
}
.qualityCol h3 {
  margin-bottom: 5px;
}
.qualityCol h3 img {
  height: 14px; 
}
.qualityCol h4 {
  margin-bottom: 12px;
}
.qualityCol h4 img {
  height: 24px;
}
.qualityCol .text1 {
  width: 308px;
  margin: 0 auto 125px;
  text-align: left;
  padding-left: 12px;
}
.qualityCol .text1 img {
  height: 37px;
}

.qualityCol .text2 {
  width: 320px;
  margin: 0 auto 20px;
  text-align: right;
  padding-left: 0;
}
.qualityCol .text2 img {
  width: 218px;
  height: 82px;
}


.characterCol {
  width: 100%;
  height: 1080px;
  margin: 0 0 0;
  text-align: center;
  background: url(../images/ls/bg_chara_sp.png) center 15px no-repeat;
  background-size: 480px auto;
}
.characterCol h3 {
  padding-top: 10px;
  margin-bottom: 10px;
}
.characterCol h3 img {
  height: 11px; 
}
.characterCol h4 img {
  width: 320px;
}
#asuna {
  padding-top: 133px;
}
#sinon {
  padding-top: 45px;
}
#leafa {
  padding-top: 132px;
}


/* フッターなど
------------------------------------------------------*/
.pagetop {
  margin-top: -20px;
}

#snsColSP,#copyright
 {
  background: #000000;
}

/* コンテンツ
------------------------------------------------------*/



