@charset "UTF-8";
/* 基本設定 */
body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #585858;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ファーストビュー */
#firstView {
  width: 100%;
  height: 983px;
  overflow: hidden;
  background: url(../images/bg_first-view.jpg) top center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(1%, #f64dbe), color-stop(49%, #f64dbe), color-stop(49%, #58d39d), to(#58d39d));
  background: url(../images/bg_first-view.jpg) top center no-repeat, -webkit-linear-gradient(left, #f64dbe 1%, #f64dbe 49%, #58d39d 49%, #58d39d 100%);
  background: url(../images/bg_first-view.jpg) top center no-repeat, linear-gradient(to right, #f64dbe 1%, #f64dbe 49%, #58d39d 49%, #58d39d 100%);
}

#firstView .fsk {
  -webkit-animation: fadein 1.5s  ease-in 0s 1 normal;
  animation: fadein 1.5s  ease-in 0s 1 normal;
  position: absolute;
  top: 140px;
  width: 204px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: auto;
  background: url(../images/logo_fsk-w.png) no-repeat;
  z-index: 99;
}

#firstView .fsk img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}

#firstView .fsk img:hover {
  opacity: 0.5;
}

#firstView .flexslider {
  width: 2000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#firstView .flexslider:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/bg_info.png) top center no-repeat;
  z-index: 99;
  pointer-events: none;
}

#firstView .flexslider .slides li {
  font-size: 0;
}

#firstView .flexslider .slides li:before {
  content: "";
  display: block;
  position: absolute;
  width: 29%;
  height: 983px;
  top: 0;
  right: 0;
  z-index: 99;
}

#firstView .flexslider .slides li:nth-of-type(1) {
  background: url(../images/img_chara-i.png);
}

#firstView .flexslider .slides li:nth-of-type(2) {
  background: url(../images/img_chara-f.png?v2);
}

#firstView .flexslider .slides li:nth-of-type(3) {
  background: url(../images/img_chara-i.png);
}

#firstView .flexslider .slides li:nth-of-type(4) {
  background: url(../images/img_chara-f2.png?v2);
}

#firstView .flexslider .slides li:nth-of-type(5) {
  background: url(../images/img_chara-i.png);
}

#firstView .flexslider .slides li:nth-of-type(6) {
  background: url(../images/img_chara-f3.png?v2);
}

#firstView .flexslider .slides li:after {
  content: "";
  display: block;
  position: absolute;
  width: 29%;
  height: 983px;
  top: 0;
  left: 0;
  z-index: 99;
}

#firstView .flexslider .slides li a {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

#firstView .flexslider .slides li a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#firstView .info {
  width: 1000px;
  height: 980px;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#firstView .info .macross {
  position: absolute;
  top: 10px;
  left: 0;
  pointer-events: auto;
}

#firstView .info .odc {
  position: absolute;
  top: 10px;
  right: 0;
  pointer-events: auto;
}

#firstView .info .txt {
  position: absolute;
  top: 40px;
  left: 240px;
  pointer-events: auto;
}

#firstView .info .monthInfo {
  width: 100%;
  pointer-events: auto;
}

#firstView .info .monthInfo div {
  position: absolute;
  bottom: 15px;
  width: 320px;
  text-align: center;
}

#firstView .info .monthInfo div a {
  margin-top: 10px;
  width: 300px;
  padding: 20px 0;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-size: 125%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#firstView .info .monthInfo div.oct {
  right: 0;
}

#firstView .info .monthInfo div.oct a {
  color: #009252;
  border: solid 1px #009252;
}

#firstView .info .monthInfo div.oct a:hover {
  color: #fff;
  background: #009252;
}

#firstView .info .monthInfo div.nov {
  left: 0;
}

#firstView .info .monthInfo div.nov a {
  color: #ff01ab;
  border: solid 1px #ff01ab;
}

#firstView .info .monthInfo div.nov a:hover {
  color: #fff;
  background: #ff01ab;
}

#firstView .info .monthInfo div.nov a.none {
  background: #ffafe3;
}

#firstView .info .monthInfo div.nov a.none:hover {
  color: #ff01ab;
  background: #ffafe3;
}

/* 注釈 */
.annotation {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e9c011), color-stop(50%, #cfa229), to(#e9c011));
  background: -webkit-linear-gradient(left, #e9c011 0%, #cfa229 50%, #e9c011 100%);
  background: linear-gradient(to right, #e9c011 0%, #cfa229 50%, #e9c011 100%);
  color: #fff;
  font-size: 75%;
}

.annotation ul {
  padding: 20px 0;
  width: 600px;
  margin: 0 auto;
  list-style-type: none;
}

.annotation ul li {
  text-indent: -1em;
  margin-left: 1em;
}

/* イベント先行販売 */
.presaleCol {
  width: 100%;
  background: #fffdec;
  border-bottom: solid 1px #d0a328;
}

.presaleCol h2 {
  border-top: solid 1px #d0a328;
  border-bottom: solid 1px #d0a328;
}

.presaleCol .presaleInner {
  width: 1000px;
  margin: 20px auto;
}

.presaleCol .presaleInner > span {
  font-size: 87.5%;
  text-align: center;
  display: block;
}

.presaleCol .presaleInner dl {
  width: 100%;
  background: #fff;
  margin-top: 20px;
  border: solid 1px #d0a329;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.presaleCol .presaleInner dl dt {
  padding: 10px;
  font-size: 125%;
  text-align: center;
  color: #fff;
  background: #d0a329;
}

.presaleCol .presaleInner dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.presaleCol .presaleInner dl dd table {
  border-collapse: separate;
  border-spacing: 5px;
}

.presaleCol .presaleInner dl dd table tr th {
  background: #d0a329;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}

.presaleCol .presaleInner dl dd table tr td {
  padding: 10px;
}

.presaleCol .presaleInner dl dd a {
  width: 80%;
  padding: 10px;
  background: #fff;
  color: #d0a329;
  display: block;
  margin: 10px auto;
  text-align: center;
  border: solid 1px #d0a329;
  font-size: 120%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.presaleCol .presaleInner dl dd a img {
  width: 25px;
  height: auto;
  vertical-align: middle;
  margin-left: -1em;
}

.presaleCol .presaleInner dl dd a:hover {
  color: #fff;
  background: #d0a329;
  text-decoration: none;
}

/* バナー、動画 */
.fstCol {
  width: 100%;
  margin: 30px auto;
}

.fstCol .bnr {
  background: #fffbdd;
  text-align: center;
  border-top: 1px solid #e5bb15;
  border-bottom: 1px solid #e8bf13;
}

.fstCol dl {
  width: 480px;
  margin: 20px auto;
  text-align: center;
  border: solid 1px #d0a329;
}

.fstCol dl dt {
  background: #d0a329;
  color: #fff;
  padding: 10px 0;
}

.fstCol dl .movie a {
  position: relative;
  display: inline-block;
}

.fstCol dl .movie a:hover {
  opacity: 0.5;
}

.fstCol dl .movie a::before {
  content: "▶";
  position: absolute;
  display: block;
  padding: 20px 25px;
  color: #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h2 {
  text-align: center;
  padding: 20px;
  background: #fff;
  margin-top: 30px;
}

/* ラインナップ */
.lineup {
  width: 100%;
}

.lineup .lineupInner {
  width: 1000px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.lineup .lineupInner > span {
  font-size: 87.5%;
  text-align: center;
  width: 100%;
}

.lineup .lineupInner dl {
  width: 485px;
  background: #fff;
  margin-top: 20px;
}

.lineup .lineupInner dl:nth-of-type(even) {
  margin-left: 20px;
}

.lineup .lineupInner dl dt {
  padding: 10px;
  font-size: 125%;
  text-align: center;
  color: #fff;
}

.lineup .lineupInner dl dd {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.lineup .lineupInner dl dd h4 {
  text-align: center;
  margin-bottom: 10px;
}

.lineup .lineupInner dl dd .caption {
  margin-top: 20px;
  font-size: 85%;
}

.lineup .lineupInner dl dd .campaign {
  margin-top: 20px;
}

.lineup .lineupInner dl dd .campaign span {
  font-size: 75%;
  display: inline-block;
  padding: 3px 20px;
  margin-top: 5px;
  margin-right: 10px;
  width: 45%;
  text-align: center;
}

.lineup .lineupInner dl dd .campaign span.line2 {
  vertical-align: middle;
  line-height: 1.2;
}

.lineup .lineupInner dl dd .campaign ul {
  font-size: 75%;
  margin-top: 10px;
}

.lineup .lineupInner dl dd .campaign ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.lineup .lineupInner dl .flexslider ul {
  border: solid 1px #dedede;
  margin-bottom: 10px;
  position: relative;
}

.lineup .lineupInner dl .flexslider ul:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 79px;
  background: url(../images/ico_zoom.png);
  z-index: 99;
}

.lineup .lineupInner dl .flexslider .flex-control-thumbs {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lineup .lineupInner dl .flexslider .flex-control-thumbs li img {
  opacity: 1;
}

.lineup .lineupInner dl .flexslider .flex-control-thumbs li img.flex-active {
  opacity: 0.2;
}

.lineup .oct {
  background: #e6fff2;
  border-bottom: solid 1px #009252;
}

.lineup .oct h2 {
  border-top: solid 1px #009252;
  border-bottom: solid 1px #009252;
}

.lineup .oct dl {
  border: solid 1px #009252;
}

.lineup .oct dl dt {
  background: #009252;
}

.lineup .oct dl dd h4 {
  color: #009252;
}

.lineup .oct dl dd .flex-control-thumbs {
  border-bottom: solid 1px #009252;
  border-right: solid 1px #009252;
}

.lineup .oct dl dd .flex-control-thumbs li {
  background: #009252;
  border-top: solid 1px #009252;
  border-left: solid 1px #009252;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lineup .oct dl dd .size {
  color: #009252;
  width: 30%;
  margin: 10px 0 0 auto;
  text-align: center;
  border: solid 1px #009252;
}

.lineup .oct dl dd .campaign span {
  background: #009252;
  color: #fff;
}

.lineup .nov {
  background: #fff5fc;
  border-bottom: solid 1px #ff34b7;
}

.lineup .nov h2 {
  border-top: solid 1px #ff34b7;
  border-bottom: solid 1px #ff34b7;
}

.lineup .nov dl {
  border: solid 1px #ff34b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lineup .nov dl dt {
  background: #ff34b7;
}

.lineup .nov dl dd h4 {
  color: #ff34b7;
}

.lineup .nov dl dd .flex-control-thumbs {
  border-bottom: solid 1px #ff34b7;
  border-right: solid 1px #ff34b7;
}

.lineup .nov dl dd .flex-control-thumbs li {
  background: #ff34b7;
  border-top: solid 1px #ff34b7;
  border-left: solid 1px #ff34b7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lineup .nov dl dd .size {
  color: #ff34b7;
  width: 30%;
  margin: 10px 0 0 auto;
  text-align: center;
  border: solid 1px #ff34b7;
}

.lineup .nov dl dd .campaign span {
  background: #ff34b7;
  color: #fff;
}

.btn_return {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.btn_return a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_return a:hover {
  color: #cfa228;
  text-decoration: none;
}

/* フッター */
footer {
  text-align: center;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer small {
  font-size: 75%;
  display: block;
  font-weight: normal;
}

footer .sns {
  margin: 10px;
}

footer .sns li {
  display: inline-block;
  vertical-align: middle;
}

footer .logo {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

footer .logo img {
  width: 50px;
  position: absolute;
  bottom: -10px;
  right: 10px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #firstView .flexslider .slides li a {
  width: 50% !important;
}

_:-ms-lang(x)::-ms-backdrop, #firstView {
  background: url(../images/bg_first-view.jpg) top center no-repeat;
}

/* SP */
@media screen and (max-width: 999px) {
  #firstView {
    height: auto;
    background: url(../images/bg_first-view.jpg) top center no-repeat;
    background-size: 195%;
    margin-top: 100px;
  }
  #firstView .fsk {
    background: none;
    position: static;
  }
  #firstView .fsk img {
    position: absolute;
    width: 25%;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #firstView .fsk img:hover {
    opacity: 1;
  }
  #firstView .flexslider {
    width: 195%;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  #firstView .flexslider:before {
    content: none;
  }
  #firstView .flexslider .slides li a {
    width: calc(100%/2);
    display: inline-block;
  }
  #firstView .flexslider .slides li a:hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #firstView .flexslider .slides li:nth-of-type(1) {
    background: none;
  }
  #firstView .flexslider .slides li:nth-of-type(2) {
    background: none;
  }
  #firstView .flexslider .slides li:nth-of-type(3) {
    background: none;
  }
  #firstView .flexslider .slides li:nth-of-type(4) {
    background: none;
  }
  #firstView .flexslider .slides li:nth-of-type(5) {
    background: none;
  }
  #firstView .flexslider .slides li:nth-of-type(6) {
    background: none;
  }
  #firstView .flexslider .flex-control-paging a {
    background: #e8bf13;
  }
  #firstView .flexslider .flex-control-paging a.flex-active {
    background: #a0780c;
  }
  #firstView .info {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: static;
    z-index: 99;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #firstView .info .macross {
    width: 30%;
    max-width: 208px;
    left: 10px;
  }
  #firstView .info .odc {
    position: absolute;
    width: 20%;
    max-width: 144px;
    right: 10px;
  }
  #firstView .info .txt {
    position: absolute;
    width: 90%;
    max-width: 503px;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #firstView .info .monthInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #firstView .info .monthInfo div {
    position: static;
    width: calc(100% / 2);
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #firstView .info .monthInfo div img {
    width: 100%;
    max-width: 298px;
  }
  #firstView .info .monthInfo div.oct {
    background: #58d39d;
  }
  #firstView .info .monthInfo div.nov {
    background: #f64dbe;
  }
  #firstView .info .monthInfo div a {
    width: 100%;
    max-width: 300px;
  }
  .annotation ul {
    padding: 20px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* イベント先行販売 */
  .presaleCol {
    width: 100%;
  }
  .presaleCol .presaleInner {
    width: 100%;
  }
  .presaleCol .presaleInner dl {
    width: 100%;
  }
  .presaleCol .presaleInner dl dd {
    padding: 0;
  }
  .presaleCol .presaleInner dl dd table {
    border-collapse: collapse;
    width: 100%;
  }
  .presaleCol .presaleInner dl dd table tr th {
    display: block;
    background: #a28430;
    text-align: center;
  }
  .presaleCol .presaleInner dl dd table tr td {
    display: block;
    text-align: center;
  }
  /* バナー、動画 */
  .fstCol {
    overflow: hidden;
  }
  .fstCol .bnr img {
    width: 135%;
    margin-left: -17%;
  }
  .fstCol .sp {
    width: 80%;
    display: block !important;
  }
  .fstCol .sp dd {
    position: relative;
    height: 0;
    padding-top: 56%;
    overflow: hidden;
  }
  .fstCol .sp dd iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
  }
  /* ラインナップ */
  .lineup h2 {
    padding: 15px 10px;
  }
  .lineup h2 img {
    max-width: 763px;
    width: 100%;
    height: auto;
  }
  .lineup .lineupInner {
    width: 100%;
  }
  .lineup .lineupInner dl {
    width: 100%;
    max-width: 485px;
    margin: 10px auto 0 auto;
    float: none;
  }
  .lineup .lineupInner dl:nth-of-type(even) {
    margin-left: auto;
  }
  .lineup .lineupInner dl dd {
    padding: 15px 20px 20px 20px;
  }
  /* フッター */
  footer .logo {
    width: 100%;
    position: static;
    margin: 10px auto;
  }
  footer .logo img {
    position: static;
    width: 50px;
    text-align: center;
  }
}

/* pc、sp切替 */
.sp {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
}
