@charset "UTF-8";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	background-color: #000;
	position: relative;
	box-sizing: border-box;
}
.imgWidth {
	width: 100%;
	max-width: 100%;
	height: auto;
}
img {
	border: 0;
	width: 100%;
	pointer-events: none;
	 -webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome and Opera */	
}
a {
	display: block;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
}
/*a:hover {
	transition: all 0.5s cubic-bezier(0.07, 0.58, 0.56, 0.96);
	opacity: 0.7; 
}*/
.posi--center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}

/* ローディング */
.loading {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101; 
}
.loading__img, .shosai__loading {
	color: #fff;
	font-size: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.loading__sgsummer {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101; 
}

/* header */
.header__machineLogo {
	background: url("../img/machineLogo.png") no-repeat top left;
	background-size: 100% auto;
	text-indent: -9999vw;
}
.header__machineLogo a {
	height: 100%;
}
.header__links li {
	text-indent: -9999vw;
}
.header__links__item--line {
	background: url("../img/lineIcon.png") no-repeat top left;
}
.header__links__item--twitter {
	background: url("../img/twitterIcon.png") no-repeat top left;
}
.header__links__item--sabohani {
	background: url("../img/sabohaniLogo.png") no-repeat top left;
}
.header__links__item--company {
	background: url("../img/companyLogo.png") no-repeat top left;
}
.header__links li {
	background-size: 100% auto;
}

/* footer */
.footer__bnlist li {
	text-indent: -9999vw;
}
.footer__bnlist__note {
	background: url("../img/footer__note.png") no-repeat top left;
	background-size: 100% auto;
}
.footer__bnlist__sns--line {
	background: url("../img/footer__line.png") no-repeat top left;
}
.footer__bnlist__sns--twitter {
	background: url("../img/footer__twitter.png") no-repeat top left;
}
.footer__bnlist__sns--youtube {
	background: url("../img/footer__youtube.png") no-repeat top left;
}
.footer__bnlist__sns {
	background-size: 100% auto;
}

/* メイン */
/* TOP */
.contents__top__bn li a {
	display: block;
	height: 100%;
}
.footer__copyright {
	background: url("../img/copyright.png") no-repeat center left;
	background-size: 100% auto;
}
.contents__top__bn__pv {
	background: url("../img/contents__top__bn__pv.png") no-repeat top left;
}
.contents__top__bn__cam {
	background: url("../img/contents__top__bn__cam.png") no-repeat top left;
}
.contents__top__bn__secchi {
	background: url("../img/contents__bn__secchi.png") no-repeat top left;
	position: relative;
}
.contents__top__bn__pv, .contents__top__bn__cam,
.contents__top__bn__secchi {
	text-indent: -9999vw;
	background-size: 100% auto;
}
/* 設置店検索 */
.contents__top__bn__secchi__selectwrap {
	width: 45.5%;
    height: 69%;
    position: absolute;
    top: 12.5%;
    right: 13.5%;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contents__top__bn__secchi__selectwrap::before {
	content: "";
	width: 4%;
	height: 100%;
	background: url("../img/arrow.png") no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
}
.contents__top__bn__secchi__selectwrap__ken {
	width: 57%;
	height: 81%;
	position: absolute;
	border: 1px solid #7e7e7e;
	background-color: #fff;
	text-indent: 0;
	font-size: 2.8vw;
	top: 9%;
	left: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10% 0 3%;
    font-size: .8vw;
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.contents__top__bn__secchi__selectwrap__btn {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 4%;
	right: .5%;
	background: url("../img/contents__bn__secchi__btn.png") no-repeat center right;
	background-size: 100% auto;
	border: none;
	text-indent: -9999vw;
}

/*==========================================================================
993px〜
==========================================================================*/
@media (min-width: 993px) {
	.dispNon--pctab {
		display: none !important;
	}
	.dispNon--sp {
		display: block !important;
	}
	.noScroll {
		width: 100%;
		overflow: hidden;
	}	
	.loading__sgsummer {
		background: url("../img/loading__bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.loading__sgsummer__logo {
		width: 65%;
		height: 50%;
		background: url("../img/loading__sgsummer__logo.png") no-repeat center center;
		background-size: contain;
		opacity: 0;
	}
	/* header */
	.header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		background: url("../img/header__bg.jpg") no-repeat top left #7b2900;
		background-size: 100% auto;
		overflow: hidden;
	}
	.header__machineLogo {
		width: 7.39%;
		height: 90%;
		margin-top: .4%;
		margin-left: 2.3%;
		float: left;
	}
	.header__pcnav {
		width: 67.81%;
		height: 62.69%;
		float: left;
		margin: 0 0 0 2%;
		position: relative;
		top: 50%;
		-webkit-transform: translate(0, -51%);
		-moz-transform: translate(0, -51%);
		-o-transform: translate(0, -51%);
		transform: translate(0, -51%); 
	}
	.header__pcnav ul {
		width: 100%;
		height: 100%;
		display: -webkit-flex;
		display: flex;
	}
	.header__pcnav li {
		width: 19.20%;
		height: 100%;
		text-indent: -9999vw;
		margin-right: 1.3%;
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		-ms-transition-duration: .5s;
	}
	.header__pcnav li a {
		height: 100%;
	}
	.header__pcnav li:last-child {
		margin-right: 0;
	}
	.header__pcnav__tokuchou {
		background: url("../img/header__pcnav__tokuchou.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__tokuchou:hover {
		background: url("../img/header__pcnav__tokuchou--hover.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__gameflow {
		background: url("../img/header__pcnav__gameflow.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__gameflow:hover {
		background: url("../img/header__pcnav__gameflow--hover.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__basic {
		background: url("../img/header__pcnav__basic.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__basic:hover {
		background: url("../img/header__pcnav__basic--hover.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__character {
		background: url("../img/header__pcnav__character.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__character:hover {
		background: url("../img/header__pcnav__character--hover.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__shousai {
		background: url("../img/header__pcnav__shousai.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__pcnav__shousai:hover {
		background: url("../img/header__pcnav__shousai--hover.png") no-repeat top left;
		background-size: 100% auto;
	}
	li.header__pcnav--comingsoon {
		background: url("../img/header__pcnav__comingsoon.png") no-repeat top left;
		background-size: 100% auto;
	}
	li.header__pcnav--comingsoon:hover {
		background: url("../img/header__pcnav__comingsoon.png") no-repeat top left;
		background-size: 100% auto;
	}
	.header__links {
		float: right;
		width: 19.53%;
		padding-top: 0;
		height: 54%;
		overflow: hidden;
		position: relative;
		top: 50%;
		-webkit-transform: translate(0, -51%);
		-moz-transform: translate(0, -51%);
		-o-transform: translate(0, -51%);
		transform: translate(0, -51%); 
	}
	.header__links li {
		float: left;
	}
	.header__pcnav li.new a {
		position: relative;
	}
	.header__pcnav li.new a::before {
		content: "";
		width: 30%;
		height: 100%;
		background: url(../img/new.png) no-repeat top left;
		background-size: 100% auto;
		position: absolute;
		top: -25%;
		left: -6%;
		/*top: -29%;
		left: -12%;*/
	}
	.header__links__item--line, .header__links__item--twitter {
		width: 10.66%;
		height: 59.70%;
		margin-top: 3.8%;
	}
	.header__links__item--twitter {
		margin-left: 2.13%;
	}
	.header__links__item--sabohani {
		width: 24.8%;
		height: 100%;
		margin-left: 6.93%;
	}
	.header__links__item--company {
		width: 30.4%;
		height: 67.16%;
		margin-top: 3.4%;
		margin-left: 5.33%;
	}
	.spnav, .spnav.active {
		display: none;
		opacity: 0;
	}
	.shadow {
		width: 100%;
		height: 4vw;
		position: fixed;
		left: 0;
		background: url("../img/header__shadow.png") no-repeat top left;
		background-size: 100% auto;
		z-index: 2;
	}
	
	/* footer */
	.footer {
		width: 100%;
		padding: 15px 15px;
		overflow: hidden;
		box-sizing: border-box;
		background-color: #000;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	.footer__bnlist {
		float: right;
		width: 60.1%;
		overflow: hidden;
	}
	.footer__bnlist li {
		float: left;
		margin-left: .6%;
		text-indent: -9999vw;
	}
	.footer__bnlist__note {
		width: 43.3%;
		height: 3vw;
	}
	.footer__bnlist__sns {
		width: 18%;
		height: 3vw;
	}
	.footer__copyright {
		float: left;
		width: 22.70%;
		height: 3vw;
	}
	.pagetop {
		width: 3.5%;
		position: fixed;
		right: 20px;
		bottom: 90px;
		z-index: 11;
	}
	
	/* メイン 共通 */
	.contents {
		width: 100%;
		background: url(../img/contents__bg.jpg) no-repeat top 6.55vw center;
		background-attachment: fixed;
		background-size: 100% auto;
		position: relative;
		z-index: 1;
	}	
	.bgLink, .bgLink--opacity {
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		-ms-transition-duration: .5s;
	}
	.bgLink a, .bgLink--opacity a {
		height: 100%;
	}
	.bgLink:hover {
		opacity: 1;
		transform: scale(0.9);
		-moz-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-o-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		-ms-transition-duration: .5s;
	}
	.bgLink--opacity:hover {
		opacity: .7;
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		-ms-transition-duration: .5s;
	}
	/* TOP */
	.contents__top {
		width: 100%;
		background-image: url("../img/contents__main02.png"), url("../img/contents__main.jpg");
		background-repeat: no-repeat,no-repeat;
		background-position: top right ,top center;
		background-size: 85% auto, 100% auto;
		position: relative;
	}
	.contents__top__news {
		width: 38.9%;
		height: 4vw;
		position: absolute;
		top: 3%;
		left: 2%;
		z-index: 3;
		background: url("../img/contents__top__news.png") no-repeat top left;
		background-size: 100% auto;
		color: #fff;
		font-size: 1.2vw;
		line-height: 1em;
		/*font-size: 1.0vw;
		line-height: 1.2em;*/
		box-sizing: border-box;
		padding-left: 9.5%;
		padding-top: 1.2%;
		letter-spacing: .05em;
	}
	.contents__top__bn {
		width: 26.35%;
		height: 86.5%;
		position: absolute;
		top: 13%;
		left: 7%;
		z-index: 2;
	}
	.contents__top__bn__pv {
		width: 100%;
		height: 39%;
		margin-bottom: .2%;
		background-size: 100% auto;
	}
	.contents__top__bn__cam {
		width: 100%;
		height: 39%;
		margin-bottom: .7%;
		background-size: 100% auto;
	}
	.contents__top__bn__secchi {
		width: 91.3%;
		height: 8.32%;
		background-size: 100% auto;
		box-sizing: border-box;
		margin-left: 4.3%;
	}
	
	.contents__block {
		width: 100%;
		height: 853px;
		padding: .5% 0 1%;
		box-sizing: border-box;
		position: relative;
	}
	.contents__ttl {
		text-indent: -9999vw;
		position: relative;
		z-index: 5;
	}
	.contents__top__bn__secchi {
		width: 100%;
		height: 7%;
		background-size: auto 100%;
	}
	/* 特徴・スペック */

	.contents__tokucho__img {
		width: 100%;
		height: 100%;
		text-indent: -9999vw;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/contents__tokucho__img.png") no-repeat center center;
		background-size: auto 100%;
		z-index: 1;
	}
	
	/* ゲームフロー */
	.contents__gameflow__img {
		width: 100%;
		height: 100%;
		text-indent: -9999vw;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/contents__gameflow__img.png") no-repeat center center;
		background-size: auto 100%;
		z-index: 1;
	}
	
	/* 基本情報 */
	.contents__basic__img {
		width: 100%;
		height: 100%;
		text-indent: -9999vw;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/contents__basic__img.png") no-repeat center center;
		background-size: auto 100%;
		z-index: 1;
	}
	
	/* キャラクター紹介・ストーリー */
	.contents__character__img {
		width: 100%;
		height: 100%;
		text-indent: -9999vw;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/contents__character__img.png") no-repeat center center;
		background-size: auto 100%;
		z-index: 1;
	}
	/* 詳細情報 */
	.contents__shousai {
		position: relative;
	}
	.contents__shousai__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/*padding: .7% 0 1.5% 0;*/
		box-sizing: border-box;
		overflow: hidden;
	}
	.contents__shousai__list {
		width: auto;
		height: 100%;
		position: absolute;
		top: .5%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0); 
	}
	.contents__shousai__list__01 {
		background: url("../img/contents__shousai__img__01.png") no-repeat center center;
		background-size: auto 100%;
	}
	.contents__shousai__list__02 {
		background: url("../img/contents__shousai__img__02.png") no-repeat center center;
		background-size: auto 100%;
	}
	.contents__shousai__list__03 {
		background: url("../img/contents__shousai__img__03.png") no-repeat center center;
		background-size: auto 100%;
	}
	.contents__shousai__list__04 {
		background: url("../img/contents__shousai__img__04.png") no-repeat center center;
		background-size: auto 100%;
	}
	.contents__shousai__list--sp.slick-initialized.slick-slider {
		display: none !important;
	}
	.slick-slide img {
		display: block;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.slick-list,
	.slick-track {
		height: 100%;
	}
	.slick-arrow {
		position: absolute;
		width: 3.5%;
		height: 20%;
		top: 50%;
		z-index: 10;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		text-indent: -9999vw;
		cursor: pointer;
	}
	.prev {
		left: 6%;
		background: url("../img/prev.png") no-repeat center right;
		background-size: 100% auto;
	}
	.next {
		right: 6%;
		background: url("../img/next.png") no-repeat center left;
		background-size: 100% auto;
	}
	.imgover .contents__over {
		display: none;
	}
}

@media (max-width: 1250px) {
	.slick-arrow {
		width: 5%;
	}
	.prev {
		left: 0%;
		background: url("../img/prev.png") no-repeat center right;
		background-size: 100% auto;
	}
	.next {
		right: 0%;
		background: url("../img/next.png") no-repeat center left;
		background-size: 100% auto;
	}
}

/*==========================================================================
1920px〜
==========================================================================*/
@media (min-width: 1920px) {
}




/*==========================================================================
〜992px
==========================================================================*/
@media (max-width: 992px) {
	body {
        position: relative;
		min-width: 320px;
	}
	.dispNon--sp {
		display: none !important;
	}
	.dispNon--pctab {
		display: block !important;
	}
	.loading__rezero {
		background: url("../img/loading__bg.jpg") no-repeat center center;
		background-size: cover;
	}
	.loading__rezero__logo {
		width: 70%;
		height: 30%;
		background: url("../img/loading__rezero__logo.png") no-repeat center center;
		background-size: contain;
	}
	/* header */
	.header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		background: url("../img/sp/header__bg.jpg") no-repeat top left #fff;
		background-size: 100% auto;
	}
	.header__bg {
		position: relative;
	}
	.header__machineLogo {
		width: 26.26%;
		height: 87%;
		position: absolute;
		top: 5%;
		left: 3%;
	}
	.header__links  {
		width: 47.86%;
		height: 40.47%;
		overflow: hidden;
		position: absolute;
		top: 28.57%;
		left: 33.46%;
	}
	.header__links li {
		float: left;
	}
	.header__links__item--line, .header__links__item--twitter {
		width: 13.09%;
		height: 69.11%;
		margin-top: 2.5%;
	}
	.header__links__item--twitter {
		margin-left: 2.7%;
	}
	.header__links__item--sabohani {
		width: 26.46%;
		height: 100%;
		margin-left: 5.4%;
	}
	.header__links__item--company {
		width: 32.59%;
		height: 69.11%;
		margin-top: 2.5%;
		margin-left: 5.4%;
	}
	.header__menuBtn {
		position: absolute;
		width: 13.33%;
		top: 50%;
		right: 2.5%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%); 
	}
	.spnav {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 20;
		padding-top: 4vw;
		background-color: rgba(0,0,0,.7);
		display: none;
		opacity: 0;
		transition-duration: 1s;
		-moz-transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-o-transition-duration: 1s;
		-ms-transition-duration: 1s;
	}
	.spnav.active {
		/*display: block;
		opacity: 1;*/
		transition-duration: .8s;
		-moz-transition-duration: .8s;
		-webkit-transition-duration: .8s;
		-o-transition-duration: .8s;
		-ms-transition-duration: .8s;
	}
	.spnav__list {
		width: 90.93%;
		margin: 0 auto;
	}
	.spnav__list a {
		height: 100%;
	}
	.spnav__list__tokuchou {
		width: 100%;
		height: 17.1vw;
		background: url("../img/sp/nav__tokuchou.png") no-repeat bottom center;
	}
	.spnav__list__gameflow {
		width: 100%;
		height: 14.6vw;
		background: url("../img/sp/nav__gameflow.png") no-repeat center center;
	}
	.spnav__list__basic {
		width: 100%;
		height: 14.6vw;
		background: url("../img/sp/nav__basic.png") no-repeat center center;
	}
	.spnav__list__character {
		width: 100%;
		height: 14.6vw;
		background: url("../img/sp/nav__character.png") no-repeat bottom center;
	}
	.spnav__list__shousai {
		width: 100%;
		height: 17.1vw;
		background: url("../img/sp/nav__shousai.png") no-repeat top center;
	}
	.spnav__list li {
		background-size: 100% auto;
	}
	.spnav__list li, .spnav__close {
		text-indent: -9999vw;
	}
	.spnav__close {
		width: 32.26%;
		height: 10.5vw;
		margin: 3vw auto 0;
		background: url("../img/sp/close.png") no-repeat top left;
		background-size: 100% auto;
	}
	
	/* footer */
	.footer {
		width: 100%;
		position: relative;
		z-index: 1;
		padding-bottom: 15vw;
		background-color: #000;
		padding-top: 3vw;
	}
	.footer__bnlist li {
		margin: 2.5vw auto 0;
	}
	.footer__bnlist li a {
		width: 100%;
		height: 100%;
	}
	.footer__bnlist__note {
		width: 95%;
		height: 10.2vw;
	}
	.footer__bnlist__sns {
		width: 87.0%;
		height: 22vw;
	}
	.footer__copyright {
		width: 80.4%;
		height: 8vw;
		margin: 2.5vw auto 0;
	}
	.pagetop {
		width: 10%;
		position: fixed;
		right: 3.5%;
		bottom: 5vw;
		z-index: 11;
	}
	
	/* メイン */
	.contents {
		position: relative;
		z-index: 1;
		box-sizing: content-box;
	}
	.contents::before {
		background: url(../img/sp/contents__bg.jpg) no-repeat top center;
		background-size: cover;
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
	}
	.contents__over {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(0,0,0,.7);
		opacity: 0;
		z-index: 100;
		top: 0;
		left: 0;
		transition-duration: .6s;
		-moz-transition-duration: .6s;
		-webkit-transition-duration: .6s;
		-o-transition-duration: .6s;
		-ms-transition-duration: .6s;
	}
	.contents__over__close {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: url("../img/close.png") no-repeat center center;
		background-size: 100% auto;
		z-index: 10;
	}
	/* top */
	.contents__top {
		width: 100%;
		background-image: url("../img/sp/contents__main.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		position: relative;
	}
	.contents__top__news {
		width: 94.93%;
		height: 11vw;
		margin: 0 auto;
		background: url("../img/contents__top__news.png") no-repeat top 2vw left;
		background-size: 100% auto;
		color: #fff;
		font-size: 3.2vw;
		line-height: 1em;
		/*font-size: 2.5vw;
		line-height: 1.3em;*/
		box-sizing: border-box;
		padding-left: 24%;
		padding-top: 4.8%;
		letter-spacing: .05em;
	}
	.contents__top__bn {
		width: 100%;
		height: 50.74%;
		position: absolute;
		bottom: 0;
		z-index: 2;
		box-sizing: border-box;
	}
	.contents__top__bn__pv {
		width: 93%;
		height: 42.5%;
		margin: 0 auto;
	}
	.contents__top__bn__cam {
		width: 93%;
		height: 42.5%;
		margin: 0 auto;
	}
	.contents__top__bn__secchi {
		width: 94.6%;
		height: 14%;
		margin: 0 auto;
	}
	
	.contents__block {
		width: 100%;
		height: auto;
		padding: 5vw 0;
		box-sizing: border-box;
		position: relative;
	}
	.contents__ttl {
		text-indent: -9999vw;
		position: relative;
		z-index: 1;
	}
	
	/* 特徴・スペック */
	.contents__tokucho__img {
		width: 100%;
		height: 80vw;
		text-indent: -9999vw;
		background: url("../img/sp/contents__tokucho__img.png") no-repeat center center;
		background-size: 100% auto;
		position: relative;
		z-index: 2;
		margin-top: -7vw;
	}
	.contents__tokucho__img::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/sp/plus.png") no-repeat center center;
		background-size: 14.4% auto;
		position: absolute;
		z-index: 3;
		top:0;
		left: 0;
	}
	.contents__over__tokucho {
		width: 100%;
		height: 90%;
		background: url("../img/sp/contents__tokucho__img--over.png") no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); 
	}
	
	/* ゲームフロー */
	.contents__gameflow__img {
		width: 100%;
		height: 80vw;
		text-indent: -9999vw;
		background: url("../img/sp/contents__gameflow__img.png") no-repeat center center;
		background-size: 100% auto;
		position: relative;
		z-index: 2;
		margin-top: -7vw;
	}
	.contents__gameflow__img::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/sp/plus.png") no-repeat center center;
		background-size: 14.4% auto;
		position: absolute;
		z-index: 3;
		top:0;
		left: 0;
	}
	.contents__over__gameflow {
		width: 100%;
		height: 90%;
		background: url("../img/sp/contents__gameflow__img--over.png") no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); 
	}
	
	/* 基本情報 */
	.contents__basic__img {
		width: 100%;
		height: 80vw;
		text-indent: -9999vw;
		background: url("../img/sp/contents__basic__img.png") no-repeat center center;
		background-size: 100% auto;
		position: relative;
		z-index: 2;
		margin-top: -7vw;
	}
	.contents__basic__img::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/sp/plus.png") no-repeat center center;
		background-size: 14.4% auto;
		position: absolute;
		z-index: 3;
		top:0;
		left: 0;
	}
	.contents__over__basic {
		width: 100%;
		height: 90%;
		background: url("../img/sp/contents__basic__img--over.png") no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); 
	}
	
	/* キャラクター紹介・ストーリー */
	.contents__character__img {
		width: 100%;
		height: 80vw;
		text-indent: -9999vw;
		background: url("../img/sp/contents__character__img.png") no-repeat center center;
		background-size: 100% auto;
		position: relative;
		z-index: 2;
		margin-top: -7vw;
	}
	.contents__character__img::before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/sp/plus.png") no-repeat center center;
		background-size: 14.4% auto;
		position: absolute;
		z-index: 3;
		top:0;
		left: 0;
	}
	.contents__over__character {
		width: 100%;
		height: 90%;
		background: url("../img/sp/contents__character__img--over.png") no-repeat center center;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); 
	}
	/* 詳細情報 */
	.contents__shousai__img {
		margin-top: -.5vw;
		height: auto;
	}
	.contents__shousai__img::before {
		display: none;
	}
	.contents__shousai__list__01, .contents__shousai__list__02, .contents__shousai__list__03, .contents__shousai__list__04 {
		padding: 12vw 0;
	}
	.contents__shousai__list__01 {
		background-image: url("../img/sp/plus.png"), url("../img/sp/contents__shousai__img__01.png");
		background-repeat: no-repeat, no-repeat;
		background-position: center center, center center;
		background-size: 14.4% auto, 96.26% auto;
	}
	.contents__shousai__list__02 {
		background-image: url("../img/sp/plus.png"), url("../img/sp/contents__shousai__img__02.png");
		background-repeat: no-repeat, no-repeat;
		background-position: center center, center center;
		background-size: 14.4% auto, 96.26% auto;
	}
	.contents__shousai__list__03 {
		background-image: url("../img/sp/plus.png"), url("../img/sp/contents__shousai__img__03.png");
		background-repeat: no-repeat, no-repeat;
		background-position: center center, center center;
		background-size: 14.4% auto, 96.26% auto;
	}
	.contents__shousai__list__04 {
		background-image: url("../img/sp/plus.png"), url("../img/sp/contents__shousai__img__04.png");
		background-repeat: no-repeat, no-repeat;
		background-position: center center, center center;
		background-size: 14.4% auto, 96.26% auto;
	}
	.contents__shousai__list.slick-initialized.slick-slider {
		display: none !important;
	}
	.slick-arrow {
		width: 5%;
		height: 40vw;
		position: absolute;
		top: 50%;
		text-indent: -9999vw;
		z-index: 10;
		opacity: 1;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.prev {
		left: .5%;
		background: url("../img/prev.png") no-repeat center left;
		background-size: 100% auto;
	}
	.next {
		right: .5%;
		background: url("../img/next.png") no-repeat center right;
		background-size: 100% auto;
	}
	.contents__over__shousai__01, .contents__over__shousai__02,
	.contents__over__shousai__03, .contents__over__shousai__04 {
		width: 100%;
		height: 90%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); 
	}
	.contents__over__shousai__01 {
		background: url("../img/sp/contents__shousai__img__01.png") no-repeat center center;
		background-size: contain;
	}
	.contents__over__shousai__02 {
		background: url("../img/sp/contents__shousai__img__02.png") no-repeat center center;
		background-size: contain;
	}
	.contents__over__shousai__03 {
		background: url("../img/sp/contents__shousai__img__03.png") no-repeat center center;
		background-size: contain;
	}
	.contents__over__shousai__04 {
		background: url("../img/sp/contents__shousai__img__04.png") no-repeat center center;
		background-size: contain;
	}
	/* 設置店検索 */
	.contents__top__bn__secchi__selectwrap {
		width: 49.5%;
		height: 40%;
		top: 7%;
		right: 7.5%;
	}
	.contents__top__bn__secchi__selectwrap__ken {
		font-size: 2.8vw;
	}
	

}
