@charset "UTF-8";

.background01,
.background02,
.background03,
.background04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;
  background: top center no-repeat;
  background-size: cover;
}

.background01 {
  background-image: url(../images/top/visual.jpg);
}

.background02 {
  background-image: url(../images/top/bg02.jpg);
}

.background03 {
  background-image: url(../images/top/bg03.jpg);
}

.background04 {
	background: url(../images/top/other_bg02.png) center bottom no-repeat,  url(../images/top/other_bg01.png) center top no-repeat;
	background-size: 100% auto;
}

.background-area.is-type01 .background01 {
	opacity: 1;
}

.background-area.is-type02 .background02 {
	opacity: 1;
}

.background-area.is-type03 .background03 {
	opacity: 1;
}

.background-area.is-type04 .background04 {
	opacity: 1;
}

/*
.l-wrapper {
  background: rgba(255, 255, 255, 0.6);
}
*/

/* ========================================
	contents
======================================== */
/* visual */
.p-top-visual {
	position: relative;
}
.p-top-visual_ttl {
	position: absolute;
	top: 0;
	left: 0;
}

/* spec */
.p-top-spec {
	position: absolute;
	top: 102%;
	right: 0;
	width: 58.93333333%;
	height: auto;
	z-index: 10;
}
.p-top-spec_info {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 7px;
}
.p-top-spec_cero {
	position: absolute;
	bottom: 19.5%;
	right: 22px;
	width: 14.027149%;
}
.p-top-spec_detail {
	position: absolute;
	bottom: -16px;
	right: 0;
	width: 49.77375565%;
}

/* movie */
.p-top-movie {
	position: absolute;
	bottom: -350px;
	left: 0;
	width: 100%;
	height: 261px;
	background: url(../images/top/movie_bg.png) center top no-repeat;
	background-size: 100% auto;
}
.p-top-movie_ttl {
	width: 24%;
	margin: 0 auto;
	padding-top: 37px;
}
.p-top-movie_list {
	width: 100%;
	font-size: 0;
	margin-top: 30px;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
}
.p-top-movieitem {
	display: inline-block;
	width: 50%;
	max-width: 210px;
}
.p-top-movie_list .bx-wrapper {
	max-width: 100%!important;
}
.p-top-movie_list .bx-viewport {
	height: 144px!important;
	overflow: visible!important;
	padding: 15px 0;
}
.p-top-movie_list .bx-prev {
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -155px;
	background: url(../images/top/ico_prev.png) center center no-repeat;
	background-size: 40px 40px;
	transform: translateY(-50%);
}
.p-top-movie_list .bx-next {
	top: 50%;
	right: 50%;
	width: 40px;
	height: 40px;
	margin-right: -155px;
	background: url(../images/top/ico_next.png) center center no-repeat;
	background-size: 40px 40px;
	transform: translateY(-50%);
}
.p-top-movieitem_body {
  position: relative;
	/*height: 145px;*/
	box-sizing: border-box;
	margin: 0 10px;
	padding: 10px;
	background: #ffffff;
}
.p-top-movieitem_thumb {
	margin-bottom: 8px;
}
.p-top-movieitem_thumb.line2 {
	margin-bottom: 3px;
}
.p-top-movieitem_play {
     display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -30px 0 0 -20px;
    background: url(../images/top/movie_play.png) center center no-repeat;
    background-size: 100% auto;
}
.p-top-movieitem_ttl {
	text-align: center;
}
.p-top-movieitem_ttl img {
	display: inline;
}
.p-top-movieitem_body .new {
	position:absolute;
	width: 42px;
  height: 42px;
  top: -14px;
  right: -12px;
	background: url(../images/top/icon_new.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.p-top-modalmovie {
}
.l-modal_ytTtl {
	color: #ffffff;
	font-size: 20px;
}
.p-top-modalmovie_prev,
.p-top-modalmovie_next {
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
}
.p-top-modalmovie_next {
	text-align: right;
}

/* coordinate */
.p-top-coordinate {
  position: relative;
  width: 100%;
  background: url(../images/top/coordinate_bg.png) center top repeat-y;
	background-size: 100% auto;
	margin-top: 350px;
}
.p-top-coordinate:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 25px;
	background: url(../images/top/section_bg_line01.png) center top no-repeat;
	background-size: 100% auto;
}

.p-top-coordinate-inner {
	padding-top: 63px;
	padding-bottom: 46px;
}
.p-top-coordinate_title {
	width: 34.4%;
	margin-left: 5.33333333%;
	margin-bottom: 15px;
}
.p-top-coordinate_lead {
	width: 77.2%;
	margin-left: 5.33333333%;
	margin-bottom: 22px;
}
.p-top-coordinate_text {
	width: 55.4666666%;
	margin-left: 5.33333333%;
	margin-bottom: 25px;
}
.p-top-coordinate_btn {
	width: 73.33333333%;
	margin-left: auto;
	margin-right: auto;
}
.p-top-coordinate_img {
	position: relative;
	margin-bottom: 15px;
}
.p-top-coordinate-slide {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.p-top-coordinate-slide li {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: 500ms;
}
.p-top-coordinate-slide li.is-center {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.p-top-coordinate-itemlist {
  width: 100%;
	margin-top: 25px;
  font-size: 0;
}
.p-top-coordinate_item {
  display: inline-block;
  width: 50%;
}
.p-top-coordinate_item_img {
	margin-bottom: 12px;
}
.p-top-coordinate_item_img img {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition:
		opacity 400ms,
		-webkit-transform 500ms,
		transform 500ms;
}
.p-top-coordinate_item_img.is-animation img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.p-top-coordinate_star {
	position: absolute;
	top: 25px;
	right: 0;
	width: 34.6666666%;
}

/* dramatic */
.p-top-dramatic {
  position: relative;
  margin-top: -5px;
}
.p-top-dramatic:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 25px;
	background: url(../images/top/section_bg_line02.png) center top no-repeat;
	background-size: 100% 25px;
}
.p-top-dramatic-inner {
  background: url(../images/top/dramatic_bg.png) center 19px no-repeat;
  width: 100%;
 	background-size: 100% auto;
	padding-top: 25px;
}
.p-top-dramatic_title {
	width: 27.0666666%;
	margin-left: 5.33333333%;
	margin-bottom: 1.96969696%;
  margin-top: 9.8639562%;
}
.p-top-dramatic_lead {
	width: 57.8666666%;
	margin-left: 5.33333333%;
	margin-bottom: 4%;
}
.p-top-dramatic_copy {
  position: absolute;
	width: 23.73333333%;
	right: 7%;
	top: 9.3%;
}
.p-top-dramatic_text {
	width: 76.8%;
	margin-left: 5.33333333%;
	margin-bottom: 19%;
}
.p-top-dramatic_btn {
	width: 73.33333333%;
	margin-left: auto;
	margin-right: auto;
  padding-bottom: 14.030303%;
}
.p-top-dramatic-slidewrap {
	position: absolute;
	left: 0;
	top: -3.13253%;
	z-index: -1;
	width: 100%;
}
.p-top-dramatic_line {
	position: relative;
	margin-bottom: 12.121212%;
	z-index: 1;
}
.p-top-dramatic_chara img {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition:
		opacity 400ms,
		-webkit-transform 500ms,
		transform 500ms;
}
.p-top-dramatic_chara.is-animation img {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.p-top-dramatic_chara01 {
	position: absolute;
	left: 45.3333333%;
	top: 39.7572%;
	width: 29.8666666%;
	z-index: 2;
  pointer-events: none;
}
.p-top-dramatic_chara02 {
	position: absolute;
	right: 5%;
	top: 34.5978%;
	width: 28.5333333%;
	z-index: 2;
}
.p-top-dramatic_chara02 img {
	transition-delay: 300ms;
}
.p-top-dramatic_chara03 {
	position: absolute;
	left: 18.6666666%;
	top: 37.86%;
	width: 36%;
	z-index: 2;
}
.p-top-dramatic_chara03 img {
	transition-delay: 600ms;
}
.p-top-dramatic_star {
	position: absolute;
	right: 0;
	top: 20px;
	width: 34.6666666%;
}

.p-top-other {
	margin-top: -5px;
	padding: 60px 0 40px 0;
}
.p-top-share {
	margin-bottom: 50px;
}
.p-top-share_title {
  width: 52%;
	margin: 0 auto 30px auto;
}
.p-top-amiibo_title {
  width: 50.6666666%;
	margin: 0 auto 30px auto;
}


/* ========================================
	top-footer
======================================== */
.l-footer_info.top-footer_info {
	padding-top: 20px;
}
.top-sns {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}
.top-sns li {
	display: inline-block;
	width: 9.3333333%;
	margin: 0 12px;
	font-size: 14px;
}
.top_copyright {
	display: block;
	width: 43.2%;
	margin: 11px auto 0 auto;
}
