@charset "UTF-8";

#wrapper {
	background: url(../characters/images/character_bg1.jpg) center top no-repeat;
	background-size: cover;
}

#header {
	position: relative;
	height: 55px !important;
	overflow: hidden;
	z-index: 20;
}
.characters {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -55px;
}

/* ========================================
	entrance
======================================== */
.entrance {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: url(../characters/images/character_bg2.png) center top no-repeat;
	background-size: 100% auto;
	margin-bottom: 55px;
}
.entrance.is-active {
	position: relative;
}
.entrance-select li {
	position: absolute;
	bottom: 0;
	width:50%;
	cursor: pointer;
}
.entrance-select img {
	width: 100%;
	height: auto;
}
.entrance-select__left {
	left: 0;
}
.entrance-select__right {
	right: 0;
}

.h1-title {
	width: 53.4375%;
	margin: 0 auto;
}
.character-text {
	width: 90.625%;
	margin: 0 auto;
}

/* ========================================
	swiper
======================================== */
.chara-detail .swiper-frame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 500ms linear;
	transition: opacity 500ms linear;
}
.chara-detail.is-active .swiper-frame.first {
	position: relative;
}
.chara-detail .swiper-frame.is-current {
	z-index: 10;
	visibility: visible;
	opacity: 1;
}
.chara-detail .swiper-container {
	width: 100%;
}
.chara-detail .swiper-slide {
	width: 50%;
}
.chara-detail .swiper-slide img {
	width: 320%;
	max-width: none;
	margin-left: -110%;
	height: auto;
	margin-bottom: 70px;
}
.chara-detail .swiper-slide img.default {
	display: none;
}
.chara-detail .swiper-slide img.blur {
	display: block;
}
.chara-detail .swiper-slide.swiper-slide-active img.default {
	display: block;
}
.chara-detail .swiper-slide.swiper-slide-active img.blur {
	display: none;
}

/* ========================================
	profile
======================================== */
#group01 .profile {
	background-image: url(../characters/images/bg_group_a.png);
}
#group02 .profile {
	background-image: url(../characters/images/bg_group_b.png);
}
#group03 .profile {
	background-image: url(../characters/images/bg_group_c.png);
}

.profile {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 65.5%;
}
.profile__block {
	position: absolute;
	bottom: 37%;
	left: 0;
	padding: 0 15px;
}
.profile__name {
	width: 58.96551%;
	margin: 0 auto;
	margin-bottom: 7%;	
	background: url(../characters/images/profile_name_bg.png) center bottom no-repeat;
	background-size: contain;
}
.profile__type {
	margin-bottom: 3%;	
}
.profile__zoom {
	position: absolute;
	top: -15px;
	right: 4.6875%;
	width: 12.5%;
}
.profile__voice {
	margin-bottom: 5%;	
	font-size: 0;
	text-align: center;
}
.profile__voice li {
	display: inline-block;
	width: 31.4375%;
	margin-right: 2.8125%;
	cursor: pointer;
}
.profile__voice li:last-child {
	margin-right: 0;
}
.profile__description {
	margin: 0;
	font-size: 14px;
}
.relation {
}
.relation__title {
	font-size: 14px;
}
.relation__chara {
	font-size: 14px;
	cursor: pointer;
}

/* ========================================
	teamselect
======================================== */
.teamselect {
	position: absolute;
	bottom: 6%;
	left: 50%;
	z-index: 15;
	width: 73.4375%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.teamselect li {
	margin-top: 19%;
	text-align: center;
}
.teamselect li.is-active {
	display: none;
}
.characters-list-btn {
	position: absolute;
	right: 4.6875%;
	width: 12.5%;
	z-index: 50;
}
.entrance .characters-list-btn {
	top: 4px;
}
.chara-detail .characters-list-btn {
	top: 30px;
}


/* ========================================
	modal-charalist
======================================== */
#charalist .modal-contents,
#zoom .modal-contents {
	background: transparent;
}
#zoom .modal-contents {
	margin: 10px 0 0 0;
}
.modal-charalist {
	margin: 50px 5px 20px 5px;
	padding-top: 35px;
}
.modal-charalist p {
	width: 50%;
	margin-bottom: 15px;
}
.modal-charalist ul {
	font-size: 0;
	margin-bottom: 30px;
}
.modal-charalist li {
	position: relative;
	display: inline-block;
	width: 22.4137931%;
	margin: 0 3.44827% 10px 0;
}
.modal-charalist li .icon-new {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	background: url(../characters/images/modal/charalist_thumbs_new.png) left top no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
.modal-charalist li:nth-child(4n) {
	margin-right: 0;
}
#charalist .modal-close__btn,
#zoom .modal-close__btn {
	width: 41.93548%;
	margin: 0 auto;
}
#zoom .modal-close__btn {
	margin-top: 30px;
}
#charalist .modal-close__righttop,
#zoom .modal-close__righttop {
	width: 40px;
}
#zoom-img {
	width: 100%;
}

/* ========================================
	footer
======================================== */
footer {
	z-index: 100;
}


/* ========================================
	3DS
======================================== */
.preload-3ds {
	display: none;
}
.is3ds .preload-3ds,
.isNew3ds .preload-3ds {
	display: block;
}
.is3ds .preload-3ds img,
.isNew3ds .preload-3ds img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
}
.is3ds .swiper-button-prev,
.isNew3ds .swiper-button-prev,
.is3ds .swiper-button-next,
.isNew3ds .swiper-button-next {
  position: absolute;
  top: 18%;
  width: 38px;
  height: 75px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 38px 75px;
  -webkit-background-size: 38px 75px;
  background-size: 38px 75px;
  background-position: center;
  background-repeat: no-repeat;
}
.is3ds .swiper-button-prev,
.isNew3ds .swiper-button-prev {
  background-image: url("../characters/images/icon_prev.png");
  left: 0;
  right: auto;
}
.is3ds .swiper-button-next,
.isNew3ds .swiper-button-next {
  background-image: url("../characters/images/icon_next.png");
  right: 0;
  left: auto;
}
.is3ds .swiper-frame,
.isNew3ds .swiper-frame {
	display: none;
	position: relative;
}
.is3ds .swiper-frame.is-current,
.isNew3ds .swiper-frame.is-current {
	display: block;
}
.is3ds .swiper-wrapper,
.isNew3ds .swiper-wrapper {
	min-height: 700px;
}
.is3ds .swiper-slide,
.isNew3ds .swiper-slide {
	display: none;
	width: 320px;
	height: 300px;
}
.is3ds .swiper-slide.is-current,
.isNew3ds .swiper-slide.is-current {
	display: block;
}
.is3ds .swiper-slide img,
.isNew3ds .swiper-slide img {
	width: 100%;
	margin-left: 0;
}
.chara-3ds {
	display: none;
}
.is3ds .chara-3ds,
.isNew3ds .chara-3ds {
	display: block;
}
.is3ds #group01 .profile,
.isNew3ds #group01 .profile {
	background-image: url(../characters/images/bg_group_a_3ds.png);
}
.is3ds #group02 .profile,
.isNew3ds #group02 .profile {
	background-image: url(../characters/images/bg_group_b_3ds.png);
}
.is3ds #group03 .profile,
.isNew3ds #group03 .profile {
	background-image: url(../characters/images/bg_group_c_3ds.png);
}
.is3ds .profile__block,
.isNew3ds .profile__block {
	display: none;
	bottom: 210px;
}
.is3ds .profile__block.is-current,
.isNew3ds .profile__block.is-current {
	display: block;
}
.is3ds .profile__zoom,
.isNew3ds .profile__zoom {
	display: none;
}
.is3ds .profile__voice,
.isNew3ds .profile__voice {
	display: none;
}

/**0405Icon**/
.swiper-slide img.ico_new{
	width: 32.5%;
	height: auto;
	position: absolute;
	top:55px;
	left:70%;
}