@font-face {
  font-family: "ncommonJp";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "ncommonJp";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

body {
	overflow-x: hidden;
}

/*-- main --*/
.local-mainMovie {
	overflow: hidden;
}

.local-mainMovie video {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 400px;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(0);
}

.local-mainSlideShow {
	display: none;
}

@media (max-width: 979px) {
	.local-mainMovie {
		display: none;
	}
}

@media (max-width: 979px) {
	.local-mainSlideShow {
		display: block;
		position: absolute;
		z-index: 1;
		width: 100vw;
		height: 500px;
		top: 56%;
		overflow: hidden;
	}
	.local-mainSlideShow div {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 500px;
	}
	.local-mainSlideShow div:nth-child(1) {
		background: url(../img/ph_main_ss0_tab.jpg) no-repeat 50% 50% / cover;
		animation: mainSlideShow 12s 0s infinite;
		opacity: 0;
	}
	.local-mainSlideShow div:nth-child(2) {
		background: url(../img/ph_main_ss1_tab.jpg) no-repeat 50% 50% / cover;
		animation: mainSlideShow 12s 3s infinite;
		opacity: 0;
	}
	.local-mainSlideShow div:nth-child(3) {
		background: url(../img/ph_main_ss2_tab.jpg) no-repeat 50% 50% / cover;
		animation: mainSlideShow 12s 6s infinite;
		opacity: 0;
	}
	.local-mainSlideShow div:nth-child(4) {
		background: url(../img/ph_main_ss3_tab.jpg) no-repeat 50% 50% / cover;
		animation: mainSlideShow 12s 9s infinite;
		opacity: 0;
	}
	.local-mainSlideShow:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.3);
		z-index: 1;
	}
	@keyframes mainSlideShow {
		 0% { opacity: 0; }
		 8% { opacity: 1; }
		25% { opacity: 1; }
		33% { opacity: 0; }
	}
}

@media (max-width: 759px) {
	.local-mainSlideShow {
		position: relative;
		height: 100vw;
		padding-top: calc(100vw * 1.32 - 28%);
		background: rgba(230,32,0,1);
		top: 0;
	}
	.local-mainSlideShow div {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100vw;
		height: 100vw;
	}
	.local-mainSlideShow div:nth-child(1) {
		background: url(../img/ph_main_ss0.jpg) no-repeat 50% 50% / cover;
	}
	.local-mainSlideShow div:nth-child(2) {
		background: url(../img/ph_main_ss1.jpg) no-repeat 50% 50% / cover;
	}
	.local-mainSlideShow div:nth-child(3) {
		background: url(../img/ph_main_ss2.jpg) no-repeat 50% 50% / cover;
	}
	.local-mainSlideShow div:nth-child(4) {
		background: url(../img/ph_main_ss3.jpg) no-repeat 50% 50% / cover;
	}
}

.local-main {
	overflow: hidden;
	padding: 0 0 400px;
	width: 100vw;
	z-index: 99;
	position: relative;
}

@media (max-width: 979px) {
	.local-main {
		padding: 0 0 320px;
	}
}

@media (max-width: 759px) {
	.local-main {
		padding: 0;
		overflow: visible;
		height: auto;
	}
}

.local-main__wrap {
	height: 685px;
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 2;
	background: url(../img/bg_main.png) 50% 50% / 2560px 694px;
}

@media (max-width: 979px) {
	.local-main__wrap {
		height: calc(50vw * 1.3956521 - 30px);
	}
}

@media (max-width: 759px) {
	.local-main__wrap {
		left: 0;
		width: 100vw;
		height: calc(100vw * 1.32);
		padding-bottom: 0;
		background: url(../img/ph_main_black_sp.png) no-repeat 0 0 / cover;
		position: absolute;
		top: 0;
	}
}

.local-main__content {
	width: 100%;
	max-width: 1200px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 979px) {
	.local-main__content {
		height: calc(50vw * 1.3956521 - 30px);
	}
}

.local-main__content .local-main__ph {
	width: 544px;
	height: 760px;
	position: absolute;
	top: 18px;
	right: 60px;
	background: url(../img/ph_main_hardware.png) no-repeat 0 0 / cover;
}

@media (max-width: 1124px) {
	.local-main__content .local-main__ph {
		right: -30px;
	}
}

@media (max-width: 979px) {
	.local-main__content .local-main__ph {
		width: 50vw;
		height: calc(50vw * 1.3956521);
		top: 50%;
		right: -2%;
		transform: translateY(-50%);
		margin-top: 3%;
	}
}

@media (max-width: 759px) {
	.local-main__content .local-main__ph {
		background: url(../img/ph_main_white_sp.png) no-repeat 0 0 / cover;
		top: 0;
		left: 0;
		right: auto;
		width: 0;
		height: calc(100vw * 1.32);
		animation: spMainAnime 8s 4s infinite;
		backface-visibility: hidden;
		overflow: hidden;
		transform: translateY(0);
		margin-top: 0
	}
	@keyframes spMainAnime {
	  0% { width: 0; left: 0; right: auto; background-position: left top; }
	 10% { width: 100vw; left: 0; right: auto; background-position: left top; }
	 50% { width: 100vw; left: auto; right: 0; background-position: right top; }
	 60% { width: 0; left: auto; right: 0; background-position: right top; }
	}
}

@media (min-width: 480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (min-width:480px) {
	  .local-main__content .local-main__ph {
			background-image: url(../img/ph_main_hardware_2x.png);
	  }
	}
}

.local-main__content .local-main__textWrap {
	width: 38%;
	margin: 158px 0 0 55px;
}

@media (max-width: 1124px) {
	.local-main__content .local-main__textWrap {
		width: 42%;
		margin: 158px 0 0 30px;
	}
}

@media (max-width: 979px) {
	.local-main__content .local-main__textWrap {
		margin: 13% 0 0 30px;
		width: 40vw;
	}
}

@media (max-width: 759px) {
	.local-main__content .local-main__textWrap {
		width: 85%;
		padding: 0;
		margin: 0 auto;
		padding-top: calc(100vw * 1.32 + 25px);
	}
}

.local-main__content .local-main__textWrap h2 {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	display: block;
	text-align: center;
}

.local-main__content .local-main__textWrap h2 img {
	width: 83%;
	height: auto;
	margin-left: 6px;
	
}

@media (max-width: 759px) {
	.local-main__content .local-main__textWrap h2 {
		width: 85%;
		margin: 0 auto 25px;
	}
}

.local-main__content .local-main__textWrap h1 {
	margin: 0 auto 28px;
}

.local-main__content .local-main__textWrap h1 img {
	width: 100%;
	height: auto;
}

@media (max-width: 759px) {
	.local-main__content .local-main__textWrap h1 {
		display: none;
	}
}

.local-main__content .local-main__textWrap .info {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px 8px 10px;
	margin-bottom: 24px;
}

.local-main__content .local-main__textWrap .info img {
	width: 100%;
	height: auto;
}

@media (max-width: 759px) {
	.local-main__content .local-main__textWrap .info  {
		display: none;
	}
}

.local-main__content .local-main__textWrap .text {
	font-size: 17px;
	color: #000;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	padding: 0 4px;
}

@media (max-width: 979px) {
	.local-main__content .local-main__textWrap .text {
		font-size: 15px;
		line-height: 30px;
	}
}

@media (max-width: 759px) {
	.local-main__content .local-main__textWrap .text {
		font-size: 14px;
		line-height: 24px;
		color: #fff;
	}
}

.local-main .btnMovie {
	width: 260px;
	height: 60px;
	margin: 0 auto;
	line-height: 58px;
	color: #000;
	border: 3px solid #fff;
	display: block;
	background: rgba(0,0,0,.35);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transition: .3s ease-in-out;
	cursor: pointer;
	z-index: 2;
	position: relative;
	top: 200px;
}

@media (max-width: 979px) {
	.local-main .btnMovie {
		top: 150px;
	}
}

@media (max-width: 759px) {
	.local-main .btnMovie {
		margin: 0 0 0 -130px;
		border: 2px solid #fff;
		font-size: 14px;
		height: 44px;
		line-height: 42px;
		position: absolute;
		top: auto;
		bottom: 30px;
		left: 50%;
	}
}

.local-main .btnMovie i {
	display: inline-block;
	background: url(../img/icon_movieArrow.svg) no-repeat 0 0 / 12px 12px;
	width: 12px;
	height: 12px;
	margin-left: -8px;
	margin-right: 8px;
}

.local-main .btnMovie:hover {
	background: rgba(255,255,255,.15);
}

/*-- features --*/
.local-features {
	width: 100%;
	z-index: 2;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 759px) {
	.local-features {
		display: none;
	}
}

.local-features_leftPhoto {
	width: 50%;
	height: 536px;
	background: #f2f2f2 url(../img/bg_control.jpg) no-repeat right center / auto 536px;
	position: relative;
}

@media (min-width:480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (min-width:480px) {
	  .local-features_leftPhoto {
			background-image: url(../img/bg_control_2x.jpg);
	  }
	}
}

@media (max-width: 1124px) {
	.local-features_leftPhoto {
		height: 450px;
		background-size: auto 450px;
	}
}

.local-features .local-features_leftPhotoSub {
	width: 50vw;
	height: 536px;
	position: absolute;
	background: #f2f2f2 url(../img/bg_controlBack.jpg) no-repeat right center / auto 536px;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	animation: ssLeftPhotoSlideShow 12s 4s infinite;
}

@keyframes ssLeftPhotoSlideShow {
	 0% { opacity: 0; }
	16% { opacity: 1; }
	50% { opacity: 1; }
	66% { opacity: 0; }
}

@media (min-width:480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (min-width:480px) {
	  .local-features_leftPhotoSub {
			background-image: url(../img/bg_controlBack_2x.jpg);
	  }
	}
}

@media (max-width: 1124px) {
	.local-features_leftPhotoSub {
		height: 450px;
		background-size: auto 450px;
		background-position: -415px center;
	}
}

.local-features_rightPhoto {
	width: 50%;
	height: 536px;
	background: #f8f8f8 url(../img/bg_amiibo.jpg) no-repeat left center / auto 536px;
}

@media (min-width:480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) and (min-width:480px) {
	  .local-features_rightPhoto {
			background-image: url(../img/bg_amiibo_2x.jpg);
	  }
	}
}

@media (max-width: 1124px) {
	.local-features_rightPhoto {
		height: 450px;
		background-size: auto 450px;
	}
}

.local-features__textWrap {
	z-index: 2;
	position: relative;
	width: 100%;
	background: #fff;
}

.local-features__text {
	z-index: 2;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 759px) {
	.local-features__text {
		padding: 0 14px 1px 0;
		display: block;
	}
}

.local-features__text img {
	width: 90%;
	margin: 3% 0 7% 4%;
}

.local-features_left {
	width: calc( 50% - 40px );
	background-color: #fff;
  margin: 40px 0 50px; 
  position: relative;
}

.local-features__textWrap .local-features_leftPhotoSub {
	display: none;
}

@media (max-width: 979px) {
	.local-features_left {
		width: calc( 50% - 30px );
	}
}

@media (max-width: 759px) {
	.local-features_left:before {
		content: '';
		width: calc(100% - 14px);
		height: 140px;
		position: absolute;
		background: #f2f2f2 url(../img/bg_control.jpg) no-repeat -120px center / auto 145px;
		top: 14px;
		left: 14px;
	}
	.local-features__textWrap .local-features_leftPhotoSub {
		display: block;
		width: calc(100% - 14px);
		height: 140px;
		position: absolute;
		background: #f2f2f2 url(../img/bg_controlBack.jpg) no-repeat -140px center / auto 145px;
		top: 14px;
		left: 14px;
		opacity: 0;
		animation: ssLeftPhotoSlideShow 12s 4s infinite;
	}
	.local-features_left:after {
		content: '';
		width: calc(100% - 14px);
		height: 150px;
		position: absolute;
		background: url(../img/txt_control_sp.svg) no-repeat 49vw center / auto 85px;
		top: 9px;
		left: 14px;
	}
	.local-features_left {
		width: auto;
		padding: 0;
		background: none;
		padding: 164px 0 0;
		margin-top: 4px;
	}
	.local-features_left h3 {
		display: none;
	}
}

.local-features_right {
	width: calc( 50% - 60px );
	background-color: #fff;
	background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 1px 4px;
  padding: 0 0 0 60px;
  margin: 40px 0 50px; 
  position: relative;
}

@media (max-width: 979px) {
	.local-features_right {
		width: calc( 50% - 50px );
		padding: 0 0 0 40px;
	}
}

@media (max-width: 759px) {
	.local-features_right:before {
		content: '';
		width: calc(100% - 14px);
		height: 140px;
		position: absolute;
		background: #f8f8f8 url(../img/bg_amiibo.jpg) no-repeat -10px top / auto 140px;
		top: 0;
		left: 14px;
		margin-top: -20px;
	}
	.local-features_right:after {
		content: '';
		width: calc(100% - 14px);
		height: 150px;
		position: absolute;
		background: url(../img/txt_amiibo_sp.svg) no-repeat 49vw center / auto 85px;
		top: -25px;
		left: 14px;
	}
	.local-features_right {
		width: auto;
		padding: 0;
		background: none;
		padding: 134px 0 0;
		margin-bottom: 30px;
	}
	.local-features_right h3 {
		display: none;
	}
}

.local-features__text p {
	padding: 0 0;
	font-size: 18px;
  line-height: 32px;
  margin-bottom: 3%;
}

@media (max-width: 979px) {
	.local-features__text p {
		font-size: 14px;
	  line-height: 26px;
	}
}

@media (max-width: 759px) {
	.local-features__text p {
	  padding-left: 14px;
	}
}

/*-- game --*/
.local-game {
	width: 100%;
	height: 660px;
	background: rgba(206,24,30,1);
	z-index: 2;
	position: relative;
}

@media (max-width: 979px) {
	.local-game {
		height: auto;
	}
}

.local-game .local-game__hardware,
.local-game .local-game__ss0,
.local-game .local-game__ss1,
.local-game .local-game__ss2,
.local-game .local-game__ss3,
.local-game .local-game__ss4,
.local-game .local-game__ss5,
.local-game .local-game__ss6,
.local-game .local-game__ss7 {
	width: 38%;
	height: 606px;
	top: 27px;
	left: 0;
	background: no-repeat right 0 / auto 606px;
	position: absolute;
	z-index: 2;
}

@media (max-width: 979px) {
	.local-game .local-game__hardware,
	.local-game .local-game__ss0,
	.local-game .local-game__ss1,
	.local-game .local-game__ss2,
	.local-game .local-game__ss3,
	.local-game .local-game__ss4,
	.local-game .local-game__ss5,
	.local-game .local-game__ss6,
	.local-game .local-game__ss7 {
		display: none;
	}
}

.local-game .local-game__hardware {
	background-image: url(../img/ph_game__hardware.png);
}

.local-game .local-game__ss0 {
	background-image: url(../img/ph_game__ss_0.png);
	animation: ssSlideShow 32s 0s infinite;
	opacity: 0;
}

.local-game .local-game__ss1 {
	background-image: url(../img/ph_game__ss_1.png);
	animation: ssSlideShow 32s 4s infinite;
	opacity: 0;
}

.local-game .local-game__ss2 {
	background-image: url(../img/ph_game__ss_2.png);
	animation: ssSlideShow 32s 8s infinite;
	opacity: 0;
}

.local-game .local-game__ss3 {
	background-image: url(../img/ph_game__ss_3.png);
	animation: ssSlideShow 32s 12s infinite;
	opacity: 0;
}

.local-game .local-game__ss4 {
	background-image: url(../img/ph_game__ss_4.png);
	animation: ssSlideShow 32s 16s infinite;
	opacity: 0;
}

.local-game .local-game__ss5 {
	background-image: url(../img/ph_game__ss_5.png);
	animation: ssSlideShow 32s 20s infinite;
	opacity: 0;
}

.local-game .local-game__ss6 {
	background-image: url(../img/ph_game__ss_6.png);
	animation: ssSlideShow 32s 24s infinite;
	opacity: 0;
}

.local-game .local-game__ss7 {
	background-image: url(../img/ph_game__ss_7.png);
	animation: ssSlideShow 32s 28s infinite;
	opacity: 0;
}

@keyframes ssSlideShow {
	 0% { opacity: 0; }
	 3% { opacity: 1; }
	12% { opacity: 1; }
	15% { opacity: 0; }
}

@media (min-width:480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	  .local-game .local-game__hardware {
			background-image: url(../img/ph_game__hardware_2x.png);
	  }
		.local-game .local-game__ss0 {
			background-image: url(../img/ph_game__ss_2x_0.png);
	  }
		.local-game .local-game__ss1 {
			background-image: url(../img/ph_game__ss_2x_1.png);
	  }
		.local-game .local-game__ss2 {
			background-image: url(../img/ph_game__ss_2x_2.png);
	  }
		.local-game .local-game__ss3 {
			background-image: url(../img/ph_game__ss_2x_3.png);
	  }
		.local-game .local-game__ss4 {
			background-image: url(../img/ph_game__ss_2x_4.png);
	  }
		.local-game .local-game__ss5 {
			background-image: url(../img/ph_game__ss_2x_5.png);
	  }
		.local-game .local-game__ss6 {
			background-image: url(../img/ph_game__ss_2x_6.png);
	  }
		.local-game .local-game__ss7 {
			background-image: url(../img/ph_game__ss_2x_7.png);
	  }
	}
}

.local-game .local-game__textWrap {
	width: 63%;
	margin: 0 0 0 auto;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 979px) {
	.local-game .local-game__textWrap {
		width: 100%;
	}
}

@media (max-width: 759px) {
	.local-game .local-game__textWrap {
		font-size: 12px;
	}
}

.local-game h3 img {
	margin: 5.5% auto 0;
	width: 100%;
	height: auto;
}

@media (max-width: 979px) {
	.local-game h3 img {
		margin-top: 35px;
		width: 80%;
	}
}

@media (max-width: 759px) {
	.local-game h3 img {
		width: 100%;
		margin-bottom: 6px;
	}
}

.local-game .local-game__panel {
	width: 100%;
	height: 300px;
	margin: 24px 0 24px;
	background: url(../img/ph_game__panel.jpg) repeat-x 0 0 / auto 300px;
	animation: panelScroll 75s linear infinite;
}

@media (min-width:480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	  .local-game .local-game__panel {
			background-image: url(../img/ph_game__panel_2x.jpg);
	  }
	}
}

@media (max-width: 759px) {
	.local-game .local-game__panel {
		height: 200px;
		background-size: auto 200px;
		margin: 18px 0 18px;
	}
}

@keyframes panelScroll {
	  0% {background-position: 0 0;}
	100% {background-position: -3734px 0;}
}

@media (max-width: 759px) {
	@keyframes panelScroll {
		  0% {background-position: 0 0;}
		100% {background-position: -2489px 0;}
	}
}

.local-game .local-game__textWrap .ncommon-bt {
	width: 400px;
	height: 60px;
	line-height: 56px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 759px) {
	.local-game .local-game__textWrap .ncommon-bt {
		width: 80%;
		height: 48px;
		line-height: 44px;
		font-size: 14px;
	}
}

.local-game .local-game__textWrap .ncommon-bt > i {
	top: 20px !important;
}

@media (max-width: 759px) {
	.local-game .local-game__textWrap .ncommon-bt > i {
		top: 15px !important;
	}
}

.local-game .local-game__notes {
  display: inline-block;
  margin: 18px auto 34px;
}

.local-game .local-game__notes p {
  font-size: 11px;
  line-height: 14px;
  text-align: left;
  padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 4px;
}
.local-game .local-game__notes p span {
	margin-right: 3px;
}

@media (max-width: 759px) {
	.local-game .local-game__notes p {
		font-weight: normal;
		line-height: 18px;
	}
	.local-game .local-game__notes p span {
		font-family: 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	}
}

/*-- lineup --*/
.local-lineup {
	width: 100%;
	background: #fff;
	z-index: 2;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.local-lineup__bg {
	background: url(../img/bg_color.png) 0 0 / 457px 243px;
	position: absolute;
	top: -500px;
	left: -50vw;
	width: 200vw;
	height: 2500px;
	transform: rotate(-10deg);
	z-index: 1;
}

.local-lineup .local-lineup__colorWrap {
	z-index: 99;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__colorWrap {
		display: block;
	}
}

.local-lineup .local-lineup__black,
.local-lineup .local-lineup__white {
	width: calc( 50% - 30px );
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__black,
	.local-lineup .local-lineup__white {
		width: 100%;
	}
	.local-lineup .local-lineup__black {
		margin-top: 25px;
	}
	.local-lineup .local-lineup__white {
		margin-top: 0;
	}
}

.local-lineup .local-lineup__black h4,
.local-lineup .local-lineup__white h4 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__black h4,
	.local-lineup .local-lineup__white h4 {
		font-size: 16px;
		line-height: 42px;
	}
}

.local-lineup .local-lineup__black h4 {
	background-color: #009aaf;
}

.local-lineup .local-lineup__white h4 {
	background-color: #ff9800;
}

.local-lineup .local-lineup__black img,
.local-lineup .local-lineup__white img {
	margin: 10% auto 6%;
	width: 100%;
	height: auto;
	transition: .3s ease-in-out;
	cursor: pointer;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__black img,
	.local-lineup .local-lineup__white img {
		margin: 6% auto 3%;
		width: 90%;
	}
}

.local-lineup .local-lineup__black div,
.local-lineup .local-lineup__white div {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .2em;
	display: inline-block;
	padding: 0 28px 0 44px;
	margin-bottom: 10%;
	border-radius: 15px;
	background: #212121 url(../img/icon_zoom.svg) no-repeat 7px 7px / 16px 16px;
	transition: .3s ease-in-out;
	cursor: pointer;
}

@media (max-width: 979px) {
	.local-lineup .local-lineup__black div {
		background-color: #009aaf;
	}
	.local-lineup .local-lineup__white div {
		background-color: #ff9800;
	}
}

.local-lineup .local-lineup__black a:hover > img {
	filter:brightness(128%);
}

.local-lineup .local-lineup__black a:hover > div {
	background-color: #009aaf;
}

.local-lineup .local-lineup__white a:hover > img {
	filter:brightness(109%);
}

.local-lineup .local-lineup__white a:hover > div {
	background-color: #ff9800;
}

.local-lineup .local-lineup__setWrap {
	z-index: 99;
	position: relative;
	width: 100%;
	background-color: #fff;
  border-radius: 2px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	padding: 2px;
}

.local-lineup .local-lineup__setWrap h4 {
  border-radius: 2px;
  background-color: #e8e8e8;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__setWrap h4 {
	  font-size: 14px;
	}
}

.local-lineup .local-lineup__setContentWrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 40px 6px;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__setContentWrap {
		display: block;
		padding: 12px 16px;
	}
}

.local-lineup .local-lineup__setContentLeft,
.local-lineup .local-lineup__setContentRight {
	width: calc( 50% - 30px );
	text-align: left;
	margin: 0 auto;
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__setContentLeft,
	.local-lineup .local-lineup__setContentRight {
		width: calc( 100% - 15px );
	}
}

.local-lineup li {
	clear: both;
	width: 100%;
  font-size: 16px;
  background: url(../img/bg_lineup__list.png) repeat-x left center;
  height: 16px;
  margin: 24px 0;
}

@media (max-width: 979px) {
	.local-lineup li {
	  font-size: 12px;
	  height: 12px;
	  margin: 18px 0;
	}
}

.local-lineup .itemName {
  float: left;
	background: #fff;
	padding-right: 12px;
}

.local-lineup .itemNum {
  float: right;
	background: #fff;
	padding-left: 12px;
}

.local-lineup .itemAC {
	background: none;
}

.local-lineup .itemNotes {
	font-size: 12px;
	text-align: center;
	margin-bottom: 28px;
}

@media (max-width: 759px) {
	.local-lineup .itemAC {
		text-align: center;
		padding-top: 8px;
	}
	.local-lineup .itemNotes {
		font-size: 10px;
	}
}

.local-lineup .itemAC p {
	background: rgba(206,24,30,1) url(../img/icon_ac.svg) no-repeat 5px 5px / 18px 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	border-radius: 14px;
	top: -6px;
	position: relative;
	padding: 0 12px 0 32px;
}

@media (max-width: 979px) {
	.local-lineup .itemAC p {
		font-size: 11px;
	}
}

@media (max-width: 759px) {
	.local-lineup .itemAC p {
		font-size: 11px;
		display: inline-block;
		top: 0px;
	}
}

.local-lineup .local-lineup__bnr {
	z-index: 99;
	position: relative;
	margin: 30px auto 40px;
	display: inline-block;
	width: 80vw;
	height: calc(80vw * 0.2274);
	max-width: 932px;
	max-height: 212px;
	background: url(../img/bnr_dq.png) no-repeat 0 0 / 100% 100%;
	transition: .3s ease-in-out;
	cursor: pointer;
}

@media (min-width:480px) {
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	  .local-lineup .local-lineup__bnr {
			background-image: url(../img/bnr_dq_2x.png);
	  }
	}
}

@media (max-width: 979px) {
	.local-lineup .local-lineup__bnr {
		margin: 20px auto 30px;
	}
}

@media (max-width: 759px) {
	.local-lineup .local-lineup__bnr {
		width: calc(100vw - 28px);
		height: calc((100vw - 28px) * 0.64);
		max-width: 750px;
		max-height: 480px;
		background: url(../img/bnr_dq_sp.png) no-repeat 0 0 / 100% 100%;
	}
}

.local-lineup .local-lineup__bnr:hover {
	filter:brightness(115%);
}

/*-- ftrlink --*/
.local-ftrLink {
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding: 35px 0;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 759px) {
	.local-ftrLink {
		padding: 24px 0;
		font-size: 12px;
	}
}

.local-ftrLink a {
	display: block;
	padding: 24px 38px 26px 36px;
	background-image: linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px), linear-gradient(to bottom, #999, #999 1px, transparent 1px, transparent 3px);
  background-repeat: repeat-y;
  background-position: left top, right top;
  background-size: 1px 4px;
  margin-left: -1px;
	transition: .3s ease-in-out;
}

@media (max-width: 759px) {
	.local-ftrLink a {
		padding: 18px 38px 20px 36px;
	}
}

.local-ftrLink a:hover {
	color: #ce181e;
}

.local-ftrLink a i {
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/icon_ftrLinkArrow.svg) no-repeat 0 0 / cover;
	margin-right: 8px;
}

@media (max-width: 759px) {
	.local-ftrLink a i {
		width: 5px;
		height: 9px;
	}
}

/*-- modal --*/
.local-modal__gallery {
	padding: 44px;
}
@media (max-width: 759px) {
	.local-modal__gallery {
		padding: 12px;
	}
}
.local-modal__gallery img {
	width: 100%;
	height: auto;
}

/*-- parts --*/
.local-modal__title,
.local-modal__title-spec {
	text-align: center;
}

@media screen and (min-width: 760px), print {
  .local-modal {
    padding: 70px 0;
  }
}
@media screen and (max-width: 759px) {
  .local-modal {
    padding: 38px 0 42px;
  }
}
@media screen and (min-width: 760px), print {
  .local-modal__title {
    font-size: 26px;
    font-weight: bold;
    width: 848px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto 100px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 759px) {
  .local-modal__title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto 60px;
    padding-bottom: 40px;
  }
}

.local-modal.local-modal--noPics .local-specs {
  padding-top: 0;
}
@media screen and (min-width: 760px), print {
	.local-modal__imgPC img:first-child{
		margin-bottom: 100px;
	}
	.local-modal__imgPC img{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 759px) {
  .local-modal__imgPC {
    display: none;
  }
  .border{
	  border-bottom: 1px solid #e6e6e6;
	  padding-bottom: 60px;
	  margin-bottom: 60px;
  }
}
@media screen and (min-width: 760px), print {
  .local-modal__imgSP {
    display: none;
  }
}
.local-parts__bodyText {
  margin: 35px 14px 0 14px;
}
.local-parts__bodyText + img {
  margin-top: 42px;
}
.local-parts__bodyTextItem {
  margin-top: 10px;
  height: auto;
  text-align: left;
}
.local-parts__bodyTextItem--inner,
.local-parts__bodyIcon {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItem--inner,
  .local-parts__bodyIcon {
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 12px;
    line-height: 20px;
  }
  .local-parts__bodyTextItem--inner:before,
  .local-parts__bodyIcon:before {
    content: "";
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #e60012;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 6px 0 0;
  }
  .local-parts__bodyTextItem--inner br,
  .local-parts__bodyIcon br {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--01:before {
    content: '1';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--02:before {
    content: '2';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--03:before {
    content: '3';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--04:before {
    content: '4';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--05:before {
    content: '5';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--06:before {
    content: '6';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--07:before {
    content: '7';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--08:before {
    content: '8';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--09:before {
    content: '9';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemList--10:before {
    content: '10';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyItemIcon--11:before,
  .local-parts__bodyTextItemList--11:before {
    content: '11';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyItemIcon--12:before,
  .local-parts__bodyTextItemList--12:before {
    content: '12';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyItemIcon--13:before,
  .local-parts__bodyTextItemList--13:before {
    content: '13';
  }
}
@media screen and (max-width: 979px) {
  .local-parts__bodyItemIcon--14:before,
  .local-parts__bodyTextItemList--14:before {
    content: '14';
  }
}
.local-parts__bodyTextItemCap {
  font-size: 12px;
  font-weight: normal;
  padding-top: 7px;
  line-height: 18px;
  color: #737373;
}
@media screen and (max-width: 979px) {
  .local-parts__bodyTextItemCap {
    margin-left: 24px;
  }
}

/*-- spec --*/
.local-specs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.local-modal__title-spec{
    font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-modal__title-spec {
    font-size: 26px;
    font-weight: bold;
  }
}
@media screen and (max-width: 759px) {
  .local-modal__title-spec {
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (min-width: 760px), print {
  .local-specs {
    padding: 70px 56px 0;
  }
}
@media screen and (max-width: 759px) {
  .local-specs {
    padding: 40px 14px 0;
  }
}
.local-specs__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16.666666666666664%;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .local-specs__headline {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 759px) {
  .local-specs__headline {
    padding-top: 7px;
    padding-bottom: 21px;
  }
}
.local-specs__headlineCol {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .local-specs__headlineCol {
    margin-top: -7px;
    margin-bottom: -7px;
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 375px) and (max-width: 759px) {
  .local-specs__headlineCol {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 374px) {
  .local-specs__headlineCol {
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 12px;
    line-height: 20px;
  }
}
.local-specs__headlineCol span {
  display: inline-block;
}
.local-specs__headlineCol--2 {
  width: 50%;
}
.local-specs__contentListCol {
  width: 100%;
  display: table;
  border-bottom: solid 1px #e6e6e6;
}
.local-specs__contentListCol:first-child {
  border-top: solid 1px #e6e6e6;
}
.local-specs__contentListCol > div {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
@media screen and (min-width: 760px), print {
  .local-specs__contentListCol > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .local-specs__contentListCol > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.local-specs__contentTitle {
  width: 16.666666666666664%;
  border-right: solid 1px #e6e6e6;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 14px;
  line-height: 24px;
  min-width: 60px;
}
@media (max-width: 759px) {
	.local-specs__contentTitle {
	  font-size: 11px;
	  line-height: 22px;
	}
}
.local-specs__contentTitle span.symbol{
    font-size: 0.7em;
}
.local-specs__contentText span.disc:before{
    content: "●";
    color: #e6e6e6;
    padding-right: 0.5em;
}
.local-specs__contentText {
  width: 83.33333333333334%;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 13px;
  line-height: 26px;
}
@media (max-width: 759px) {
	.local-specs__contentText {
	  font-size: 11px;
	  line-height: 22px;
	}
}

.local-specs__contentText .notes {
  text-align: left;
  text-indent: -1em;
  padding-left: -1em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(100% + 1em);
  width: -moz-calc(100% + 1em);
  width: calc(100% + 1em);
}
.local-specs__contentText--al {
  text-align: left;
}
.local-specs__contentList li {
  list-style: disc;
  text-align: left;
}
.local-specs__captionInText {
  color: #737373;
}
@media screen and (max-width: 759px) {
  .local-specs__captionInText {
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 10px;
    line-height: 18px;
  }
}

.local-specs__note{
    font-size: 12px;
}
@media screen and (min-width: 760px), print {
    .local-specs__note{
        margin: 20px 0 0;
    }    
}
@media screen and (max-width: 759px){
    .local-specs__note{
        margin: 20px 0 0;
        font-size: 10px;
    }
}
.local-specs__note ul li{
    text-indent: -1.5em;
    padding-left: 2em;
    line-height: 1.6em;
}
