@charset "UTF-8";

/*top*/

body {
  background-image: url(../img/top_bg.jpg);
  background-attachment: fixed;
}


/*header-------------------------*/

header {
  height: 65px;
}

#subHeader {
  height: 600px;
}

#subHeader #topTitle {
  width: 531px;
  height: 185px;
  position: relative;
  margin: 0 auto;
  top: 40px;
}

#subHeader #catch {
  width: 528px;
  height: 113px;
  position: relative;
  margin: 0 auto;
  top: 280px;
}

#subHeader #d2 {
  width: 427px;
  height: 177px;
  position: relative;
  margin: 0 auto;
  top: -90px;
}

#subHeader #onsale {
  width: 410px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  top: -90px;
}


/*contents-------------------------*/


/*contents*/

#sp_title {
  position: relative;
  left: -18px;
  top: 0px;
  padding: 0 0 0 0;
  margin-bottom: -7px;
}

#specialmenu {
  width: 871px;
}

#specialmenu_main {
  width: 870px;
  heigt: 218px;
  margin: 0 auto;
  background: url(../../top/img/specialmenu_bg.png);
}

#specialmenu_scrool {
  width: 800px;
  height: 290px;
  overflow: hidden;
  padding: 14px 35px;
}

#specialmenu_scrool li {
  float: left;
  width: 260px;
  height: 90px;
  margin: 0px 10px 10px 0px;
}

#specialmenu_scrool li:nth-child(3n) {
  margin-right: 0px;
}

#sp_scrool {
  position: relative;
  top: -100px;
  left: 11px;
}

#sp_img {
  padding: 21px 0 0 35px;
}

#news_main {
  width: 871px;
  height: 320px;
  margin-top: 20px;
}

#news_main h2 {
  margin-bottom: 7px;
}

.topics {
  width: 560px;
  height: 246px;
  background: url(../img/bg_topics.png) no-repeat;
  float: left;
}

.news {
  width: 292px;
  height: 246px;
  background: url(../img/bg_news.png) no-repeat;
  float: right;
}

#news_main .inner {
  padding: 14px;
}

#news_main h3 {
  color: #fe6c0c;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

#news_main h3 img {
  margin-right: 7px;
}

.topics .inner .left {
  float: left;
  margin: 20px 14px 20px 0;
  width: auto;
  max-height: 162px;
  width: 216px;
}

.topics .inner a.textLink,
.news .inner a.textLink {
  color: #fe6c0c;
}

.news dt {
  font-weight: bold;
  padding-bottom: 7px;
}

.ttlWrap {
  background-color: rgba(0, 0, 0, 0.75);
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.ttlWrap h2 {
  border-bottom: 1px solid #fe6c0c;
  text-align: center;
  padding: 12px 0 4px;
  font-family: 'Orbitron', sans-serif;
  color: #fe6c0c;
  font-size: 25px;
  line-height: 1;
}

.specWrap {
  width: 871px;
  margin: 0 auto;
  padding: 10px 0;
}

.specWrap {
  border: 2px solid #737373;
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  display: table;
  text-align: left;
}

.specWrap h4 {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #fff;
  color: #fe6c0c;
  font-size: 20px;
  width: 170px;
  padding: 0 25px;
  box-sizing: border-box;
}

.specWrap ul {
  display: table-cell;
  vertical-align: middle;
  padding: 0 25px;
}

.specWrap ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
}

.specWrap ul li:nth-child(1),
.specWrap ul li:nth-child(4) {
  width: 190px;
}

.specWrap ul li:nth-child(2),
.specWrap ul li:nth-child(5) {
  width: 290px;
}

.specWrap ul li:nth-child(3),
.specWrap ul li:nth-child(7) {
  width: 165px;
}

.specWrap ul li.notice {
  width: 100%;
  font-size: 11px;
}

/* modal */
#inline-content.movie {
  background-color: #000;
  border: 3px solid #ff6a18;
  padding: 30px;
}
#inline-content.movie h3 {
  font-size: 30px;
  font-weight: bold;
}
#inline-content.movie h3 span {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  color: #ff6a18;
  margin-left: 2em;
}
#inline-content.movie .lead {
  padding-top: 1em;
  font-size: 18px;
}
#inline-content .movieBox {
  width: 600px;
  margin: 0 auto;
}
#inline-content .movieBox ul li {
  float: left;
  text-align: center;
  margin: 25px auto 0;
  width: 50%;
}

#modal_btn {
  width: 392px;
  height: 56px;
  position: relative;
  margin: 0 auto;
  top: 155px;
  box-shadow: 0px 0px 7px 2px #2e2e2e;
  -moz-box-shadow: 0px 0px 7px 2px #2e2e2e;
  -webkit-box-shadow: 0px 0px 7px 2px #2e2e2e;
  border-radius: 7px;
}
#modal_btn img { width: 100%; }
/* ===================================================================
SP
=================================================================== */

@media screen and (max-width: 640px) {
  header {
    height: 89px;
  }
  #subHeader {
    height: 700px;
  }
  #subHeader #catch {
    top: 40px;
  }
  #subHeader #onsale {
    top: 40px;
  }

  #subHeader #d2 {
    top: 40px;
  }

  #subHeader .btn_what {
    width: 544px;
    height: 78px;
    position: relative;
    margin: 0 auto;
    top: 60px;
  }
  #modal_btn {
    width: 544px;
    height: 78px;
    position: relative;
    margin: 0 auto;
    top: 230px;
  }
  #specialmenu {
    width: 100%;
  }
  .ttlWrap h2 {
    font-size: 30px;
  }
  #specialmenu_main {
    width: 96%;
  }
  #specialmenu_scrool {
    width: 560px;
    height: auto;
    padding: 14px 0;
    margin: 0 auto;
  }
  #news_main {
    width: 100%;
    height: auto;
    margin-top: 5%;
  }
  #specialmenu_scrool li {
    margin: 10px;
  }
  #specialmenu_scrool li:nth-child(3n) {
    margin-right: 10px;
  }
  #news_main h3 img {
    display: block;
    margin: 0 auto 10px;
  }
  .forDetail {
    text-align: right;
  }
  .topics {
    width: 96%;
    height: auto;
    background: none;
    float: none;
    background-color: rgba(0, 0, 0, 0.75);
    margin: 0 auto 5px;
  }
  .news .inner {
    float: none;
    padding: 14px;
    margin-bottom: 5px;
  }
  .news {
    width: 96%;
    height: auto;
    background: none;
    float: none;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #news_main h3 {
    text-align: center;
    font-size: 24px;
  }
  .topics .inner .left {
    float: none;
    margin-right: 0;
  }
  .topics .inner img.pic {
      width: 480px;
      max-height: 100%;
      margin-bottom: 14px;
  }
  .specWrap {
    width: 96%;
    height: auto;
    margin: 40px auto 0;
    text-align: center;
  }
  .specWrap h4 {
    display: block;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    width: 94%;
    padding: 5px 0 15px;
    font-size: 24px;
  }
  .specWrap ul {
    display: block;
    padding: 10px 25px 0;
  }
  .specWrap ul li {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100% !important;
    line-height: 1.8;
    font-size: 18px;
  }
  .specWrap ul li.notice {
    font-size: 13px;
  }
}

/* ===================================================================
inline colorbox
=================================================================== */
@media screen and (max-width: 860px) {
  /* modal */
  #inline-content.movie h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  #inline-content.movie h3 span {
    display: block;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Orbitron', sans-serif;
    color: #ff6a18;
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  #inline-content .movieBox {
    width: 100%;
  }
  #inline-content .movieBox ul li {
    float: none;
    width: 100%;
  }
}

