@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 16px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
html{
    overflow-x:hidden;
}
body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
  letter-spacing: 0.04rem;
  overflow-x:hidden;
}
a {
  color: #FFF;
  text-decoration: none;
}

a.rollover {
  transition: all 0.2s ease;
}

a.rollover:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  body {
    min-width: 100%;
  }
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
mainHeader 
==================================================== */
#mainHeader {
  height: 710px;
  width: 100%;
  background: url(../images/bg.jpg) no-repeat center top #002d72;
  background-size: cover;
  text-align: center;
}
#mainHeader .inner {
  width: 800px;
  padding: 50px 0 0;
  margin: 0 auto;
}
#mainHeader .inner h1 {
  margin-bottom: 40px;
}
#mainHeader .inner #cast {
  margin-bottom: 25px;
}
#mainHeader .inner #cast .castBox {
  float:left;
  width: 50%;
  text-align: center;
  position: relative;
  padding-right: 50px;
}
#mainHeader .inner #cast .castBox p.pic {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  
}
#mainHeader .inner #cast .castBox p.name {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 280px;
  margin: -10px 0 0;
  text-align: left;
}
#mainHeader .inner #cast .castBox p.name span {
  font-size: 14px;
  display: block;
  line-height: 1em;
  margin-bottom: 5px;
}
#mainHeader .inner p.lead {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  color: #03004c;
  font-weight: bold;
}
#gigyaShare {
  margin-top: 20px;
}
.gig-share-bar-container {
}

@media screen and (max-width: 768px) {
  #mainHeader {
    height: auto;
    padding-bottom: 40px;
  }
  #mainHeader .inner {
    width: 100%;
    padding: 20px 0 0;
  }
  #mainHeader .inner h1 {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto 20px;
  }
  #mainHeader .inner h1 img {
    width: 100%;
    max-width: 278px;
    height: auto;
  }
  #mainHeader .inner #cast {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0 5%;
  }
  #mainHeader .inner #cast .castBox {
    width:50%;
    height: 200px;
    padding: 0;
  }
  #mainHeader .inner #cast .castBox#castBox1 {
    padding-right: 3%;
  }
  #mainHeader .inner #cast .castBox#castBox2 {
    padding-left: 3%;
  }
  #mainHeader .inner #cast .castBox p.pic {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #mainHeader .inner #cast .castBox p.pic img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  #mainHeader .inner #cast .castBox p.name {
    position: static;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin: 0;
  }
  #mainHeader .inner #cast .castBox p.name span {
    font-size: 13px;
  }
  #mainHeader .inner p.lead {
    width: 94%;
    margin: 0 auto;
    font-size: 14px;
  }
}
/* ====================================================
mainContents
==================================================== */
#mainContents {
  background: url(../images/content-bg.gif) repeat center center;
}
#mainContents #guest {
  padding: 0;
  text-align: center;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#mainContents #guest img {
  margin-left: 80px;
}
#mainContents #guest .textBox {
  width:1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
}
#mainContents #guest .textBox .inner {
  width: 1200px;
  height: 100%;
  position: relative;
  text-align: left;
}
#mainContents #guest .textBox .inner p.text {
  text-align: left;
  position: absolute;
  width: 330px;
  top: 200px;
  left: 230px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}
#mainContents #guest .textBox .inner p.name {
  text-align: center;
  position: absolute;
  bottom: 60px;
  right: 320px;
  font-size: 18px;
}
#mainContents #guest .textBox .inner p.name span {
  font-size: 16px;
}
@media screen and (max-width: 1281px) {
  #mainContents #guest .textBox .inner p.text {
    left: 270px;
  }
  #mainContents #guest .textBox .inner p.name {
    right: 280px;
  }
}
@media screen and (max-width: 1200px) {
  #mainContents #guest {
    left: -640px;
    margin-left: 50vw;
  }
}

@media screen and (max-width: 768px) {
  #mainContents {
  background: url(../images/content-bg.gif) repeat center center;
  }
  #mainContents #guest {
    width: 100%;
    min-width: auto;
    max-width: 640px;
    margin: 0 auto;
    left: 0;
  }
  #mainContents #guest img {
    margin-left: 0px;
  }
  #mainContents #guest .textBox .inner {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
  }
  #mainContents #guest .textBox {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  #mainContents #guest .textBox .inner p.text {
    width: 80%;
    top: 30%;
    left: 12%;
    font-size: 16px;
  }
  #mainContents #guest .textBox .inner p.name {
    width: 100%;
    font-size: 16px;
    bottom: 10%;
    text-align: center;
    left: 0;
    font-weight: bold;
  }
  #mainContents #guest .textBox .inner p.name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 736px) {
  #mainContents #guest .textBox .inner p.text {
  }
}
@media screen and (max-width: 640px) {
  #mainContents #guest .textBox .inner p.name {
    bottom: 7%;
  }  
}
@media screen and (max-width: 376px) {
  #mainContents #guest .textBox .inner p.text {
    top: 160px;
  }
}
@media screen and (max-width: 351px) {
  #mainContents #guest .textBox .inner p.text {
    top: 120px;
  }
}
@media screen and (max-width: 320px) {
  #mainContents #guest .textBox .inner p.text {
    top: 120px;
  }
}
/* ====================================================
mainFotter
==================================================== */
#mainFotter {
  height: 150px;
  font-size: 12px;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
}
#mainFotter .inner {
  width: 100%;
  max-width: 1000px;
  height: 150px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#mainFotter .inner p#home,
#mainFotter .inner p#jwavelogo,
#mainFotter .inner p#copy {
  position: absolute;
  top: 50px;
}
#mainFotter .inner p#home {
  width: 89px;
  left: 10px;
  text-align: left;
  z-index: 1;
}
#mainFotter .inner p#jwavelogo {
  width: 164px;
  text-align: right;
  right: 10px;
  z-index: 1;
}
#mainFotter .inner p#copy {
  width: 100%;
  line-height: 50px;
  text-align: center;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #mainFotter,
  #mainFotter .inner {
    height: 178px;
  }
  
  #mainFotter .inner p#home,
  #mainFotter .inner p#jwavelogo {
    margin: 0 20px;
    top: 25px;
    line-height: 40px;
  }
  #mainFotter .inner p#home {
    width: 100px;
    height: 50px;
    left: 0;
  }
  #mainFotter .inner p#jwavelogo {
    width: 150px;
    height: 15px;
    right: 0;
  }
  #mainFotter .inner p#copy {
    top: 85px;
  }
}