@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
==================================================== */
body {
  color: #fff;
  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;
}

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;
  }
  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: 750px;
  width: 100%;
  background: url(../images/bg.jpg) no-repeat center top #002d72;
  background-size: cover;
  text-align: center;
}
#mainHeader .inner {
  width: 800px;
  padding: 60px 0 0;
  margin: 0 auto;
}
#mainHeader .inner h1 {
  margin-bottom: 40px;
}
#mainHeader .inner #cast {
  margin-bottom: 30px;
}
#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.pic img{
  animation: anim1 0.7s 0.5s 1 ease-in-out alternate both running;
  transform: scale(0);
}
#mainHeader .inner #cast .castBox p.name {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 280px;
  margin: -10px 0 0;
  animation: anim2 0.5s 1.3s 1 ease-in-out alternate both running;
  opacity: 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;
}
#mainHeader .inner p.lead a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
#gigyaShare {
  margin-top: 30px;
}
.gig-share-bar-container {
}
@keyframes anim1{
  0% {
    transform: scale(0) ;
    margin: 0px 0 0 0px;
    opacity: 0;
  }
  33.333% {
    transform: scale(0);
    margin-left: 0px;
  }
  75% {
    transform: scale(0.98) ;
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    margin: 0 0 0 0px;
  }
}
@keyframes anim2{
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #mainHeader {
    height: auto;
    padding-bottom: 40px;
  }
  #mainHeader .inner {
    width: 100%;
    padding: 60px 5% 0;
    box-sizing: border-box;
  }
  #mainHeader .inner h1 img {
    width: 100%;
    height: auto;
  }
  #mainHeader .inner #cast {
    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%;
    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;
  }
  @keyframes anim2{
    0% {
      opacity: 0;
      margin-left: 0px;
      margin-top: 10px;
    }
    100% {
      opacity: 1;
      margin-left: 0;
      margin-top: 0px;
    }
  }
}
/* ====================================================
mainContents
==================================================== */
#mainContents .inner {
  width:800px;
  margin: 0 auto;
}
#mainContents #guest {
  background: url(../images/bg_guest_line.png) repeat-x left top;
  color: #000;
  padding-bottom: 50px;
  background-position-y: 1200%;
}
#mainContents #guest.view {
  animation: anim6 2s 0s 1 alternate both running;
}
#mainContents #guest .left {
  float: left;
  width: 50%;
  padding: 100px 0;
}
#mainContents #guest .left h2 {
  margin-bottom: 25px;
}
#mainContents #guest .left p.lead {
  font-size: 20px;
  font-weight: bold;
  color: #90c31f;
  margin-bottom: 25px;
}
#mainContents #guest .left p.text {
  line-height: 1.9em;
}
#mainContents #guest .right {
  float: right;
  width: 47%;
  position: relative;
  padding: 105px 0 100px;
}
#mainContents #guest .right p.pic {
  opacity: 0;
}
#mainContents #guest.view .right p.pic {
  animation: anim3 1s 1s 1 ease-in-out alternate both running;
}
#mainContents #guest .right p.no {
  width: 131px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
}
#mainContents #guest.view .right p.no {
  animation: anim4 0.8s 1.5s 1 ease-in-out alternate both running;
}
#mainContents #guest .right p.name {
  width: 376px;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: -35px;
  z-index: -1;
  opacity: 0;
}
#mainContents #guest.view .right p.name {
  animation: anim5 0.8s 1.5s 1 ease-in-out alternate both running;
}
@keyframes anim3{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim4{
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@keyframes anim5{
  0% {
    opacity: 0;
    left: -65px;
  }
  100% {
    opacity: 1;
    left: -30px;
  }
}
@keyframes anim6{
  0% {
    opacity: 1;
    background-position-y: 1200%;
  }
  100% {
    opacity: 1;
    background-position-y: 0%;
  }
}
@media screen and (max-width: 768px) {
  #mainContents #guest {
    background: url(../images/bg_guest_line_sp.png) repeat-x left top;
    background-size: 15px auto;
    background-position-y: 10000%;
    overflow: hidden;
  }
  #mainContents #guest.view {
    animation: anim6sp 2s 0s 1 alternate both running;
  }
  #guest .inner{
    width: 90%;
    padding: 0 5%;
  }
  #mainContents #guest .left {
    width: 100%;
    padding: 50px 0 20px;
    float: none;
  }
  #mainContents #guest .left h2 {
    width: 60%;
    margin-bottom: 20px;
  }
  #mainContents #guest .left h2 img {
    width: 100%;
    height: auto;
  }
  #mainContents #guest .left p.lead {
    font-size: 19px;
  }
  #mainContents #guest .right {
    width: 100%;
    float: none;
    padding: 0 0 40px;
  }
  #mainContents #guest.view .right p.no {
    width: 30%;
    top: -30px;
    animation: anim4sp 0.8s 1.5s 1 ease-in-out alternate both running;
  }
  #mainContents #guest.view .right p.name {
    width: 90%;
    bottom:-20px;
    animation: anim5sp 0.8s 1.5s 1 ease-in-out alternate both running;
  }
  @keyframes anim4sp{
    0% {
      opacity: 0;
      right: 30px;
    }
    100% {
      opacity: 1;
      right: -13%;
    }
  }
  @keyframes anim5sp{
    0% {
      opacity: 0;
      left: 65px;
    }
    100% {
      opacity: 1;
      left: -10%;
    }
  }
  @keyframes anim6sp{
    0% {
      opacity: 1;
      background-position-y: 10000%;
    }
    100% {
      opacity: 1;
      background-position-y: 0%;
    }
  }
}
#mainContents #interview {
  background: url(../images/bg_interview.png) no-repeat center center #002d72;
  background-position-y:60px;
  padding: 80px 0 100px;
  position: relative;
}
#mainContents #interview:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 0 0 50vw;
  border-color: transparent transparent transparent #002d72;
  position: absolute;
  top: -150px;
  left: 0;
}
#mainContents #interview:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 50vw 0 0;
  border-color: transparent #002d72 transparent transparent ;
  position: absolute;
  top: -150px;
  right: 0;
}
#mainContents #interview h2 {
  margin-bottom: 25px;
}
#mainContents #interview .left{
  width: 50%;
  float: left;
}
#mainContents #interview .left p.lead {
  font-size: 20px;
  font-weight: bold;
  color: #ff5a10;
  margin-bottom: 25px;
}
#mainContents #interview .right{
  width: 47%;
  float: right;
}

@media screen and (max-width: 768px) {
  #mainContents #interview {
    background: url(../images/bg_interview.png) no-repeat top center #002d72;
    background-size: 100% auto;
    background-position-y: 30px;
    padding: 40px 0;
  }
  #mainContents #interview .inner {
    width: 90%;
    padding: 0 5%;
  }
  #mainContents #interview .inner .left{
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  #mainContents #interview h2 {
    width: 50%;
    text-align: center;
    margin: 0 auto 20px;
  }
  #mainContents #interview .left p.lead {
    font-size: 19px;
    margin-bottom: 15px;
  }
  #mainContents #interview .inner .right{
    width: 100%;
    float: none;
  }
  #mainContents #interview:after {
    border-width: 50px 0 0 50vw;
    top: -50px;
  }
  #mainContents #interview:before {
    border-width: 50px 50vw 0 0;
    top: -50px;
  }
}
/* ====================================================
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;
  }
}


/* 0927 */

div.button {
  max-width: 360px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

div.button a {
    color: #000;
    font-weight bold;
}