@charset "UTF-8";
/*======================================================== */
/*  CLASS STYLES */
/*======================================================== */
.fade-riseup {
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade-riseup.shown {
  opacity: 1;
  top: 0px;
  -moz-transition: top 1s ease 0s, opacity 1s ease 0s;
  -o-transition: top 1s ease 0s, opacity 1s ease 0s;
  -webkit-transition: top 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0s, 0s;
  transition: top 1s ease 0s, opacity 1s ease 0s;
}

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

.debug {
  border: 1px solid #f00;
}

.ab {
  position: absolute;
}

.anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: -180px;
}

.debug-sheet {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.5;
  display: none;
  overflow-x: hidden;
}
.debug-sheet img {
  max-width: none;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -740px;
}

body.display-boxline * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00F;
}

/* center image */
.ci {
  text-align: center;
}
.ci > img {
  display: inline-block;
}

/*======================================================== */
/*  haruhi STYLES */
/*======================================================== */
body#page-haruhi {
  min-width: 1080px;
  background: #fff;
}
body#page-haruhi.fixed {
  width: 100%;
  position: fixed;
  top: auto;
  overflow: hidden;
  z-index: 1;
}
body#page-haruhi h1.logo-second {
  display: none;
}
body#page-haruhi #site-header {
  position: absolute;
}
body#page-haruhi .bg {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
body#page-haruhi .bg img {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}
body#page-haruhi .bg.shown {
  opacity: 1;
}
body#page-haruhi #main-container ul.sns-tip {
  position: fixed;
  right: 0;
  top: 148px;
  width: 38px;
  font-size: 0px;
  z-index: 1005;
}
body#page-haruhi #main-container .kv-wrapper {
  position: relative;
  width: 100%;
  min-height: 801px;
  background-color: #fff;
}
body#page-haruhi #main-container .kv-wrapper .kv {
  min-height: 801px;
  background-image: url(/assets/images/haruhi_kv.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  background-size: 100% auto;
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: opacity 0.5s ease 0s;
  position: absolute;
  min-width: 1480px;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  z-index: 101;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-title {
  top: 31%;
  right: 50%;
  transform: translateX(19%);
  z-index: 100;
  opacity: 0;
  -moz-transition: opacity 0.5s ease 1.3s;
  -o-transition: opacity 0.5s ease 1.3s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 1.3s;
  transition: opacity 0.5s ease 1.3s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-title-ghost {
  top: 31%;
  right: 50%;
  transform: translateX(19%);
  z-index: 100;
  display: none;
  opacity: 0.4;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-title-ghost.shown {
  opacity: 0;
  -moz-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-catch {
  bottom: 5%;
  right: 50%;
  transform: translateX(50%);
  z-index: 100;
  opacity: 0;
  -moz-transition: opacity 0.5s ease 1.6s;
  -o-transition: opacity 0.5s ease 1.6s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 1.6s;
  transition: opacity 0.5s ease 1.6s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char {
  opacity: 0;
  z-index: 10;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char > img {
  width: 100%;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char.l1 {
  -moz-transition: opacity 0.5s ease 0.7s;
  -o-transition: opacity 0.5s ease 0.7s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition: opacity 0.5s ease 0.7s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char.l2 {
  -moz-transition: opacity 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.5s;
  transition: opacity 0.5s ease 0.5s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char.l3 {
  -moz-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char.r1 {
  -moz-transition: opacity 0.5s ease 0.4s;
  -o-transition: opacity 0.5s ease 0.4s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.4s;
  transition: opacity 0.5s ease 0.4s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char.r2 {
  -moz-transition: opacity 0.5s ease 0.6s;
  -o-transition: opacity 0.5s ease 0.6s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.6s;
  transition: opacity 0.5s ease 0.6s;
}
body#page-haruhi #main-container .kv-wrapper .kv .kv-char.r3 {
  -moz-transition: opacity 0.5s ease 0.8s;
  -o-transition: opacity 0.5s ease 0.8s;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0.8s;
  transition: opacity 0.5s ease 0.8s;
}
body#page-haruhi #main-container .kv-wrapper .kv.shown {
  opacity: 1;
}
body#page-haruhi #main-container .kv-wrapper .kv.shown .kv-title {
  opacity: 1;
}
body#page-haruhi #main-container .kv-wrapper .kv.shown .kv-catch {
  opacity: 1;
}
body#page-haruhi #main-container .kv-wrapper .kv.shown .kv-char {
  opacity: 1;
}
body#page-haruhi #main-container .char-area {
  position: relative;
  z-index: 100;
  /*animation */
  /*transition */
  /*hover control for animation */
  /*疑似ホバーするときは.chars, liに.vhを与えよ */
}
body#page-haruhi #main-container .char-area .subtitle {
  background-color: #fff;
  padding-top: 82px;
  padding-bottom: 75px;
}
body#page-haruhi #main-container .char-area .chars li {
  transition: all 0.3s;
}
body#page-haruhi #main-container .char-area .chars li .inner:before {
  transition: all 0.5s;
}
body#page-haruhi #main-container .char-area .chars li .inner .hover-bg {
  transition: all 0.3s;
}
body#page-haruhi #main-container .char-area .chars li .inner .pic {
  transition: all 0.3s;
}
body#page-haruhi #main-container .char-area .chars li .inner .h {
  transition: all 0.3s;
}
body#page-haruhi #main-container .char-area .chars li .inner .video {
  transition: all 0.2s;
}
body#page-haruhi #main-container .char-area .chars:hover li, body#page-haruhi #main-container .char-area .chars.vh li {
  /*キャラのいわゆるアンホバー時 */
  width: 240px;
}
body#page-haruhi #main-container .char-area .chars:hover li .inner:before, body#page-haruhi #main-container .char-area .chars.vh li .inner:before {
  opacity: 1;
}
body#page-haruhi #main-container .char-area .chars:hover li .inner.blue .pic, body#page-haruhi #main-container .char-area .chars.vh li .inner.blue .pic {
  /*長門は左基準 */
  left: -306px;
}
body#page-haruhi #main-container .char-area .chars:hover li .inner.red .pic, body#page-haruhi #main-container .char-area .chars.vh li .inner.red .pic {
  /*ハルヒは真ん中基準 */
  margin-left: -428px;
}
body#page-haruhi #main-container .char-area .chars:hover li .inner.yellow .pic, body#page-haruhi #main-container .char-area .chars.vh li .inner.yellow .pic {
  /*みくるは右基準 */
  right: -255px;
}
body#page-haruhi #main-container .char-area .chars li {
  width: 493px;
}
body#page-haruhi #main-container .char-area .chars li:hover, body#page-haruhi #main-container .char-area .chars li.vh {
  /*キャラのホバー時 */
  width: 1000px;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner:before, body#page-haruhi #main-container .char-area .chars li.vh .inner:before {
  opacity: 0;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner .hover-bg, body#page-haruhi #main-container .char-area .chars li.vh .inner .hover-bg {
  /*出てくるときはDelayする */
  transition: all 0.5s 0.5s;
  opacity: 1;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner .pic, body#page-haruhi #main-container .char-area .chars li.vh .inner .pic {
  /*縮むときはtransitionしない */
  transition: width 0s 0.3s, top 0s 0.3s, right 0s 0.3s, margin-left 0s 0.3s, left 0s 0.3s;
  /*widthで縮める */
  width: 470px;
  top: -13px;
  animation: 0.6s fadein-out;
}
@keyframes fadein-out {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body#page-haruhi #main-container .char-area .chars li:hover .inner.blue .pic, body#page-haruhi #main-container .char-area .chars li.vh .inner.blue .pic {
  /*長門は左基準 */
  left: 200px;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner.red .pic, body#page-haruhi #main-container .char-area .chars li.vh .inner.red .pic {
  /*ハルヒは真ん中基準 */
  margin-left: -244px;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner.yellow .pic, body#page-haruhi #main-container .char-area .chars li.vh .inner.yellow .pic {
  /*みくるは右基準 */
  right: 300px;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner .h, body#page-haruhi #main-container .char-area .chars li.vh .inner .h {
  right: -80px;
}
body#page-haruhi #main-container .char-area .chars li:hover .inner .video, body#page-haruhi #main-container .char-area .chars li.vh .inner .video {
  /*出てくるときはDelayする */
  transition: all 0.3s 0.7s;
  opacity: 1;
}
body#page-haruhi #main-container .char-area .chars {
  position: absolute;
  top: 198px;
  left: 50%;
  margin-left: -740px;
  transform-origin: 50% 0%;
  width: 1480px;
  display: flex;
  height: 720px;
  flex-wrap: nowrap;
  min-height: 525px;
}
body#page-haruhi #main-container .char-area .chars li {
  position: relative;
  overflow: hidden;
  min-height: 525px;
  flex-grow: 1;
}
body#page-haruhi #main-container .char-area .chars li .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body#page-haruhi #main-container .char-area .chars li .inner:before {
  opacity: 0;
  /*アンホバー時の黒い板 */
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
body#page-haruhi #main-container .char-area .chars li .inner .hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
body#page-haruhi #main-container .char-area .chars li .inner .pic {
  z-index: 2;
  position: absolute;
  top: -122px;
  width: 799px;
}
body#page-haruhi #main-container .char-area .chars li .inner .pic img {
  max-width: 100%;
}
body#page-haruhi #main-container .char-area .chars li .inner .h {
  z-index: 1;
  position: absolute;
  width: 807px;
  height: 888px;
  top: -80px;
  right: -110px;
}
body#page-haruhi #main-container .char-area .chars li .inner .video {
  opacity: 0;
  position: absolute;
  top: 71%;
  left: 3%;
  z-index: 5;
  animation: 0.5s fade-out;
}
body#page-haruhi #main-container .char-area .chars li .inner .video a > img {
  min-width: 233px;
  min-height: 131px;
}
body#page-haruhi #main-container .char-area .chars li .inner .video .obj {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
body#page-haruhi #main-container .char-area .chars li .blue {
  background-color: #3aa2dc;
}
body#page-haruhi #main-container .char-area .chars li .blue .pic {
  /*長門は左基準 */
  left: -308px;
}
body#page-haruhi #main-container .char-area .chars li .red {
  background-color: #e70010;
}
body#page-haruhi #main-container .char-area .chars li .red .pic {
  /*ハルヒは真ん中基準 */
  left: 50%;
  margin-left: -552px;
}
body#page-haruhi #main-container .char-area .chars li .yellow {
  background-color: #f1a106;
}
body#page-haruhi #main-container .char-area .chars li .yellow .pic {
  /*みくるは右基準 */
  right: 0px;
}
body#page-haruhi #main-container .section {
  width: 994px;
  margin: 0 auto;
  border: 3px solid #ebebeb;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 42px;
  padding-bottom: 26px;
  margin-bottom: 205px;
}
body#page-haruhi #main-container .section .section-date {
  position: relative;
  background-color: #4d4d4d;
  width: 800px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 48px;
  padding-top: 20px;
}
body#page-haruhi #main-container .section1 {
  position: relative;
}
body#page-haruhi #main-container .section1 .anchor {
  top: -600px;
}
body#page-haruhi #main-container .section1 .section-text {
  margin-bottom: 53px;
}
body#page-haruhi #main-container .section1 .section-date:before {
  display: block;
  content: "";
  width: 152px;
  height: 40px;
  position: absolute;
  top: -22px;
  right: 50%;
  background-image: url(/assets/images/haruhi_date_obj.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  transform: translateX(50%);
}
body#page-haruhi #main-container .section1 .pic1 {
  position: relative;
  top: 0px;
  margin-bottom: 30px;
}
body#page-haruhi #main-container .section1 .pic2 {
  position: relative;
  top: 0px;
  left: 10px;
}
body#page-haruhi #main-container .section2 {
  position: relative;
  margin-bottom: 196px;
  padding-bottom: 0;
}
body#page-haruhi #main-container .section2 .anchor {
  top: -800px;
}
body#page-haruhi #main-container .section2 .section-title {
  margin-bottom: 14px;
}
body#page-haruhi #main-container .section2 .section-title img {
  position: relative;
  left: -5px;
}
body#page-haruhi #main-container .section2 .section-text {
  margin-bottom: 48px;
}
body#page-haruhi #main-container .section2 .section-date {
  margin-bottom: 26px;
}
body#page-haruhi #main-container .section2 .box-title {
  margin-bottom: 19px;
}
body#page-haruhi #main-container .section2 .clearfix {
  display: flex;
}
body#page-haruhi #main-container .section2 .clearfix .date-list {
  width: 360px;
  font-size: 14px;
  color: #000;
  margin-left: 35px;
}
body#page-haruhi #main-container .section2 .clearfix .date-list dt {
  float: left;
}
body#page-haruhi #main-container .section2 .clearfix .date-list dd {
  font-weight: bold;
  border-bottom: 1px dotted #a6a6a6;
  padding-left: 42px;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
body#page-haruhi #main-container .section2 .clearfix .date-list dd:last-child {
  border: none;
}
body#page-haruhi #main-container .section2 .clearfix .list2 {
  margin-left: 20px;
}
body#page-haruhi #main-container .section2 .clearfix .pic1 {
  margin-left: 14px;
}
body#page-haruhi #main-container .section2 .clearfix .pic1 img {
  position: relative;
  top: -22px;
}
body#page-haruhi #main-container .section3 {
  position: relative;
  padding-bottom: 28px;
}
body#page-haruhi #main-container .section3 .section-title {
  margin-bottom: 10px;
}
body#page-haruhi #main-container .section3 .section-text {
  margin-bottom: 50px;
}
body#page-haruhi #main-container .section3 .section-text img {
  position: relative;
  left: 3px;
}
body#page-haruhi #main-container .section3 .section-date {
  margin-bottom: 96px;
}
body#page-haruhi #main-container .section3 ul.cards {
  position: relative;
  margin-left: 60px;
  margin-bottom: 110px;
}
body#page-haruhi #main-container .section3 ul.cards:before {
  display: block;
  content: "";
  width: 940px;
  height: 455px;
  position: absolute;
  top: -47px;
  right: 27px;
  background-color: #fff;
  border-radius: 13px;
}
body#page-haruhi #main-container .section3 ul.cards > li {
  float: left;
  width: 254px;
  margin-right: 47px;
  position: relative;
  z-index: 1;
}
body#page-haruhi #main-container .section3 ul.cards > li:last-child {
  margin-right: 0px;
}
body#page-haruhi #main-container .section3 ul.cards > li .card {
  margin-bottom: 10px;
}
body#page-haruhi #main-container .section3 ul.cards > li .card video {
  width: 254px;
}
body#page-haruhi #main-container .section3 ul.cards > li .card .commingsoon {
  padding: 0 13px;
  position: relative;
  left: 9px;
}
body#page-haruhi #main-container .section3 ul.cards > li .info .card-title {
  word-break: break-word;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 15px;
  text-align: center;
}
body#page-haruhi #main-container .section4 {
  position: relative;
  margin-bottom: 90px;
}
body#page-haruhi #main-container .section4 .section-title {
  margin-bottom: 15px;
}
body#page-haruhi #main-container .section4 .section-text {
  margin-bottom: 53px;
}
body#page-haruhi #main-container .section4 .section-date {
  margin-bottom: 30px;
}
body#page-haruhi #main-container .section4 .flexbox {
  position: relative;
}
body#page-haruhi #main-container .section4 .box4 {
  padding-bottom: 38px;
}
body#page-haruhi #main-container .section4 .box4 .pic1 {
  position: relative;
  top: 0;
  left: 4px;
  margin-bottom: 33px;
}
body#page-haruhi #main-container .section4 .box4 .box-title2 {
  margin-bottom: 39px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix {
  margin-bottom: 25px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step1 {
  float: left;
  width: 342px;
  margin-left: 107px;
  margin-right: 68px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step1 .step1-title {
  margin-bottom: 86px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step1 .step1-btn {
  margin-left: 17px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step2 {
  float: left;
  width: 321px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step2 .step2-title {
  margin-bottom: 18px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step2 .twitter-widget-wrap {
  width: 371px;
}
body#page-haruhi #main-container .section4 .box4 .clearfix .step2 .twitter-widget-wrap twitter-widget {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #1da1f2;
}
body#page-haruhi #main-container .section4 .box4 .box-title {
  margin-bottom: 15px;
}
body#page-haruhi #main-container .section4 .box4 .terms {
  color: #000;
  font-size: 16px;
  padding: 0 95px;
  margin-bottom: 47px;
  display: none;
}
body#page-haruhi #main-container .section4 .box4 .terms a {
  color: #f55190;
}
body#page-haruhi #main-container .section4 .box4 .terms a:hover {
  text-decoration: underline;
}
body#page-haruhi #main-container .section4 .box4 .termopener {
  width: 800px;
  margin: 0 auto;
  height: 48px;
}
body#page-haruhi #main-container .section4 .box4 .termopener a {
  position: relative;
}
body#page-haruhi #main-container .section4 .box4 .termopener a img.termclose {
  display: none;
}
body#page-haruhi #main-container .section4 .box4 .termopener a img.termopen {
  display: inline-block;
}
body#page-haruhi #main-container .section4 .box4 .termopener.opened a img.termclose {
  display: inline-block;
}
body#page-haruhi #main-container .section4 .box4 .termopener.opened a img.termopen {
  display: none;
}
body#page-haruhi #main-container .applink-wrapper {
  background-color: #000;
  padding-top: 98px;
  padding-bottom: 83px;
}
body#page-haruhi #main-container .applink-wrapper .haruhi-link {
  margin-bottom: 40px;
}
body#page-haruhi #main-container .applink-wrapper #top-applink {
  margin-top: 0px !important;
}
body#page-haruhi #main-container .applink-wrapper #top-applink .applink-inner .applink-text {
  margin-bottom: 0px !important;
}

#modal-wrap {
  display: none;
}

button#cboxClose {
  background-image: url(/assets/images/haruhi_btn_close.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: auto;
  width: 34px;
  height: 34px;
  right: 0;
  top: -50px;
}
button#cboxClose:hover {
  background-position: 0 0;
}

div#cboxOverlay {
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

.movie {
  max-width: 900px !important;
  width: 100% !important;
  height: 506px !important;
  overflow: visible !important;
}
.movie #cboxWrapper {
  max-width: 900px !important;
  width: 100% !important;
}
.movie #cboxWrapper #cboxContent {
  max-width: 1000px !important;
  width: 100% !important;
}
.movie #cboxWrapper #cboxContent #cboxLoadedContent {
  max-width: 900px !important;
  width: 100% !important;
  overflow: hidden !important;
}

@media screen and (max-width: 900px) {
  .movie {
    width: 100% !important;
  }
  .movie #cboxWrapper {
    width: 100% !important;
  }
  .movie #cboxWrapper #cboxContent {
    width: 100% !important;
    height: auto !important;
  }
}
.totop {
  z-index: 10000000;
}
