@charset "utf-8";

@media screen and (min-width:1200px){

.pcOnly{display: block;}
.spOnly{display: none;}

/* PC > キービジュアル＆TOPイベント
-------------------------------------------------- */
#KEYVISUAL{
	padding: 200px 0 300px;
	background: url("../img/main_pro.png") calc(50% + 400px) top no-repeat, url("../img/bgi_mv.png") center center no-repeat;
	background-size: 1300px auto, cover;
}

#KEYVISUAL .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#KEYVISUAL h1{
	display: block;
	width: 100%;
	max-width: 400px;
}

#KEYVISUAL h1 img{
	width: 100%;
}

#KEYVISUAL .catchcopy{
	margin-top: 50px;
	font-size: 26px;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

#KEYVISUAL .price{
	margin-top: 30px;
	font-size: 16px;
	color: #ffffff;
}

#KEYVISUAL .price span{
	font-size: 12px;
}

#KEYVISUAL .itemLink{
	display: block;
	width: 100%;
	max-width: 400px;
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 25px 0;
	margin-top: 30px;
	transition: 0.3s;
}

#KEYVISUAL .itemLink i{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: 0.3s;
}

#KEYVISUAL .itemLink:hover{
	background: #ffffff;
	color: #cc0000;
}

#KEYVISUAL .itemLink:hover i{
	right: 10px;
}

.topEvent{
	background: #00b6ab;
	padding: 20px 0;
}

.topEvent p{
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
}

.topEvent p span{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

/* PC > キャンペーン
-------------------------------------------------- */
#CAMPAIGN{
	padding: 50px 0;
}

.cpList li{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
}

.cpList a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 30px 40px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
	position: relative;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	background: #ffffff;
}

.cpList a.noEvent{
	pointer-events: none;
}

.cpList a:hover{
	background: #f5f5f5;
}

.cpLeft{
	box-sizing: border-box;
	width: 800px;
}

.cpRight{
	box-sizing: border-box;
	width: 280px;
	padding-right: 40px;
}
.cpRight img{
	width: 100%;
}

.tag{
	font-size: 12px;
	color: #cc0000;
	font-weight: 600;
}

.cnt{
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-top: 10px;
}

.attention,
.period{
	font-size: 12px;
	color: #808486;
	font-weight: 500;
	margin-top: 10px;
}

.cpList a i{
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.cpList a:hover i{
	right: 30px;
}

/* PC > 商品紹介
-------------------------------------------------- */
#PRODUCT .inner{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 50px;
}

.product_block{
	box-sizing: border-box;
	background: url("../img/bgi_mv.png") left top no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 40px;
	width: 50%;
	max-width: 580px;
}

.product_block span.new{
	color: #19bdd2;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
}

.product_img{
	width: 100%;
	max-width: 280px;
	margin: 40px auto;
}

.product_img img{
	width: 100%;
}

.product_name{
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}

.product_name span{
	display: block;
	font-size: 14px;
}

.product_catch{
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
}

.product_price{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}

.product_price span{
	font-size: 12px;
}

.product_link{
	display: block;
	box-sizing: border-box;
	background: #cc0000;
	width: 100%;
	max-width: 380px;
	margin: 40px auto 0;
	color: #ffffff;
	text-align: center;
	position: relative;
	text-decoration: none;
	padding: 23px 0;
	font-size: 14px;
	transition: 0.3s;
}

.product_link.soon{
	background: #cccccc;
	color: #000000;
	pointer-events: none;
}

.product_link i{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.product_link:hover{
	background: #ffffff;
	color: #cc0000;
}

.product_link.soon:hover{
	background: #cccccc;
	color: #000000;
}

.product_link:hover i{
	right: 10px;
}

.comparison_cell .product_link{
	border: 1px solid #cc0000;
}
.comparison_cell .product_link:hover{
	border: 1px solid #cc0000;
}

/* PC > 特徴
-------------------------------------------------- */
#FEATURE{
	padding: 100px 0;
	background: linear-gradient(0deg, #000000, #000000 65%, transparent), url("../img/bgi_mv.png") left top no-repeat, #000000;
}

#FEATURE .inner{
	width: 100%;
}

.sample{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cccccc;
	color: #333333;
	width: 100%;
	max-width: 1200px;
	aspect-ratio: 1200 / 675;
	margin: 0 auto 100px;
	font-size: 36px;
	font-weight: 600;
}

.movieFlex{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
}

.movie{
	position: relative;
	width: 48%;
	max-width: 1200px;
	aspect-ratio: 560 / 315;
}

.movie iframe{
	display: block;
	width: 100%;
	aspect-ratio: 560 / 315;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}

.movie p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}

.feature_block{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto 50px;
}

.feature_block img{
	width: 100%;
}

.feature_block h2{
	font-size: 36px;
	line-height: 1.2em;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000000;
	margin-bottom: 40px;
	position: absolute;
	left: 60px;
	bottom: 100px;
	color: #ffffff;
}

.feature_block p{
	font-size: 16px;
	text-shadow: 2px 2px 2px #000000;
	position: absolute;
	left: 60px;
	bottom: 50px;
	color: #ffffff;
}

.fadeIn {
	transform: translate3d(0, 50px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* PC > プレイ体験
-------------------------------------------------- */
#EXPERIENCE{
	background: url("../img/bgi_experience_top.png") center top 60px no-repeat, url("../img/bgi_experience_bottom.png") center bottom 60px no-repeat, #f5f5f5;
	background-size: auto, auto, auto;
	padding: 100px 0;
}

#EXPERIENCE h2{
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
}

#EXPERIENCE h2+p{
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	margin: 50px 0;
}

#EXPERIENCE h2+p span{
	font-size: 12px;
}

.custom,
.custom2{
	width: 100%;
	margin-bottom: 20px;
}

.slick-slide img {
	margin: 0 auto;
	width: 100%;
}

.slick-initialized .slick-slide {
	box-sizing: border-box;
	padding: 0 10px;
}

.download_appli{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	border: 1px solid #cccccc;
	padding: 20px 40px;
	margin: 50px auto 0;
}

.download_appli span{
	font-size: 14px;
}

.download_appli div{
	display: flex;
	justify-content: space-between;
	width: 260px;
}

.download_appli div a{
	display: block;
	height: 40px;
}

.download_appli div a img{
	height: 100%;
	width: auto;
}

.download_appli div a:hover img{
	opacity: 0.8;
}

.official{
	display: block;
	width: 100%;
	max-width: 1200px;
	text-align: right;
	margin: 20px auto 0;
}

.official a{
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.official a i{
	margin-left: 5px;
}

.official a:hover{
	border-bottom: 1px solid #000;
}

/* PC > 比較
-------------------------------------------------- */
#COMPARISON{
	padding: 100px 0;
}

#COMPARISON h2{
	font-size: 36px;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 100px;
}

.comparison_table{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.comparison_cell{
	display: flex;
}

.comparison_cell div{
	width: 50%;
	max-width: 400px;
	text-align: center;
}

.comparison_cell.border{
	border-bottom: 1px solid #cccccc;
	padding: 40px 0;
}

.comparison_cell div h3{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 30px 0;
}

.comparison_cell div h3 span{
	display: block;
}

.comparison_cell div p{
	font-size: 14px;
	text-align: center;
}

.comparison_cell div.price{
	font-size: 16px;
	font-weight: 500;
}

.comparison_cell div.price span{
	font-size: 12px;
}

.comparison_cell div h4{
	font-size: 14px;
	font-weight: 600;
}

.comparison_cell div:not(.price){
	font-size: 14px;
}

.comparison_cell ul{
	padding-top: 10px;
	margin-left: 40px;
}

.comparison_cell li{
	display: flex;
	align-items: center;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
}

.comparison_cell li span{
	font-size: 12px;
}

.comparison_cell li i{
	font-size: 20px;
	color: #19bdd2;
	margin-right: 10px;
}

.noFunction::before{
	display: block;
	content: "";
	width: 20px;
	height: 4px;
	font-size: 20px;
	background: #cccccc;
	margin-right: 10px;
}

.setInfo{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
}

.setInfo .slick-list{
	width: 1200px;
    overflow: visible;
	overflow-x: hidden;
}

.set_slider li{
	width: 333px !important;
	background: #f5f7f7;
	border-radius: 10px;
	padding: 20px !important;
	margin-right: 10px;
}

.setTag{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.setImg img{
	width: 100%;
	max-width: 260px;
}

.setName{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.4em;
	height: 4.2em;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}

.setLink{
	display: inline-block;
	padding: 20px 30px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	transition: 0.3s;
}

.setLink:hover{
	background: #cc0000;
}

.setInfo .slick-next{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	right: -35px;
	background: url("../img/next.svg") center center no-repeat, #000000;
	background-size: 10px auto;
}

.setInfo .slick-next::before{
	display: none;
}

/* PC > FAQ
-------------------------------------------------- */
#FAQ{
	background: #dee3e3;
	padding: 100px 0;
}

#FAQ h2{
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

#FAQ h2 span{
	display: block;
	width: 70px;
	line-height: 30px;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto 20px;
}

#FAQ .inner{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	border-radius: 4px;
}

dl{
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 4px;
}

dt.question{
	display: flex;
	align-items: center;
	padding: 30px 40px;
	cursor: pointer;
}

a.question{
	display: flex;
	align-items: center;
	padding: 30px 40px;
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 4px;
	text-decoration: none;
	color: #000000;
	transition: 0.2s;
}

dt.question div:nth-child(1),
a.question div:nth-child(1){
	display: flex;
	align-items: center;
}


a.question div:nth-child(2){
	display: inline-block;
	width: 40px;
	aspect-ratio: 1 / 1;
	background: #dee3e3;
	margin-left: auto;
	border-radius: 100%;
	position: relative;
	text-align: center;
}

a.question i{
	display: block;
	margin-left: auto;
	font-size: 18px;
	line-height: 40px;
}

a.question:hover{
	background: #f5f5f5;
}

dt.question span{
	font-size: 26px;
	font-weight: 600;
	font-family: "din-2014", sans-serif;
	margin-right: 30px;
}

a.question span{
	font-size: 26px;
	font-weight: 600;
	font-family: "din-2014", sans-serif;
	margin-right: 30px;
}

dt.question .mark{
	display: inline-block;
	width: 40px;
	aspect-ratio: 1 / 1;
	background: #dee3e3;
	margin-left: auto;
	border-radius: 100%;
	position: relative;
}

dt.question .mark::before{
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -7px;
}

dt.question .mark::after{
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -7px;
	transition: 0.2s;
	opacity: 1;
	transform: rotate(180deg);
}

dt.question.open .mark::after{
	transform: rotate(90deg);
	opacity: 0;
}

dd.answer{
	display: none;
	padding: 0 40px 30px;
	position: relative;
}

dd.answer::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #dee3e3;
	margin: 0 auto 30px;
}

dd.answer .contact{
	display: inline-block;
	color: #ffffff;
	background: #235b9c;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 14px;
	border: 1px solid #235b9c;
	transition: 0.2s;
}

dd.answer .contact:hover{
	background: #ffffff;
	color: #235b9c;
}

/* PC > 先行体験
-------------------------------------------------- */
#PRECEDE{
	padding: 100px 0;
}

#PRECEDE h2{
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

#PRECEDE h2 span{
	display: block;
	width: 110px;
	line-height: 30px;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto 20px;
}

#PRECEDE .overview{
	text-align: center;
	font-size: 14px;
	margin-top: 40px;
}

.present{
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	border: 1px solid #cccccc;
	margin: 50px auto;
	padding: 30px 0;
}

.present p{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.present span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #808486;
	margin-top: 15px;
}

.present div{
	width: 350px;
	margin: 30px auto 0;
}

.present div img{
	width: 100%;
}

.location{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	background: url("../img/next.svg") center right 20px no-repeat, #000000;
	background-size: 10px auto, auto;
	padding: 30px;
	border-radius: 4px;
	text-decoration: none;
	transition: 0.2s;
	border: 1px solid #000000;
}

.location:hover{
	background: url("../img/next_bk.svg") center right 20px no-repeat, #ffffff;
	background-size: 10px auto, auto;
	border: 1px solid #000000;
}

.location h3{
	display: block;
	width: 50%;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
}
.location:hover h3{
	color: #000000;
}

.location div{
	box-sizing: border-box;
	width: 50%;
	border-left: 1px solid #ffffff;
	padding-left: 50px;
	color: #ffffff;
}
.location:hover div{
	border-left: 1px solid #000000;
}

.location div span{
	font-size: 22px;
	font-weight: 600;
}

.location div p{
	font-size: 14px;
	margin-top: 10px;
}

.location:hover div span,
.location:hover div p{
	color: #000000;
}

.comment{
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid #cccccc;
	margin: 0 auto;
	padding-top: 50px;
}

.comment p{
	font-size: 12px;
}

.comment ul{
	margin-bottom: 30px;
}

.comment ul.battery li{
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.comment li{
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
}

.comment span{
	font-size: 12px;
}

.bluetooth{
	height: 50px;
}

/* PC > ページTOP
-------------------------------------------------- */
.return{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgba(255, 255, 255, 0.95);
	color: #050505;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #050505;
	font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	z-index: 100;
	font-size: 12px;
	text-decoration: none;
}

.return::before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #050505;
	border-right: 1px solid #050505;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1199px){

.pcOnly{display: none;}
.spOnly{display: block;}

/* SP > キービジュアル＆TOPイベント
-------------------------------------------------- */
#KEYVISUAL{
	padding: 0;
}

#KEYVISUAL .inner{
	display: none;
}

.spMain{
	background: url("../img/bgi_mv.png") top center no-repeat;
	background-size: cover;
	padding: 60px 40px;
}

h1{
	margin-bottom: 100px;
}

h1 img{
	width: 100%;
}

.dartsboard{
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-bottom: 60px;
}

.dartsboard img{
	display: block;
	width: 100%;
}

.dartsboard img:nth-child(1) {
    position: relative;
    z-index: 1;
    opacity: 1;
    animation: fade1 12s linear infinite, glow1 12s linear infinite;
}

/* 1枚目を土台にする */
.dartsboard img:nth-child(1) {
	position: relative;
	z-index: 1;
	opacity: 1;
	animation: fade1 12s linear infinite, glow1 12s linear infinite;
}

/* 2枚目以降を重ねる */
.dartsboard img:nth-child(2),
.dartsboard img:nth-child(3),
.dartsboard img:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
}

.dartsboard img:nth-child(2) {
	animation: fade2 12s linear infinite, glow2 12s linear infinite;
}

.dartsboard img:nth-child(3) {
	animation: fade3 12s linear infinite, glow3 12s linear infinite;
}

.dartsboard img:nth-child(4) {
	animation: fade4 12s linear infinite, glow4 12s linear infinite;
}

/* 1枚目 → 2枚目 の重なりを長くする */
@keyframes fade1 {
	0%   { opacity: 1; }
	24%  { opacity: 1; }
	36%  { opacity: 0; }
	95%  { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fade2 {
	0%   { opacity: 0; }
	18%  { opacity: 0; }
	30%  { opacity: 1; }
	45%  { opacity: 1; }
	57%  { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes fade3 {
	0%   { opacity: 0; }
	43%  { opacity: 0; }
	55%  { opacity: 1; }
	70%  { opacity: 1; }
	82%  { opacity: 0; }
	100% { opacity: 0; }
}

@keyframes fade4 {
	0%   { opacity: 0; }
	68%  { opacity: 0; }
	80%  { opacity: 1; }
	95%  { opacity: 1; }
	100% { opacity: 0; }
}

/* 発光 1枚目 */
@keyframes glow1 {
	0%, 20%, 100% {
		filter: drop-shadow(0 0 8px #e5f1fd)
		drop-shadow(0 0 16px #e5f1fd);
	}
	10% {
		filter: drop-shadow(0 0 18px #e5f1fd)
		drop-shadow(0 0 32px #e5f1fd);
	}
	36%, 95% {
		filter: drop-shadow(0 0 0 #e5f1fd)
		drop-shadow(0 0 0 #e5f1fd);
	}
}

/* 発光 2枚目 */
@keyframes glow2 {
	0%, 18%, 57%, 100% {
		filter: drop-shadow(0 0 0 #ff8ba0)
		drop-shadow(0 0 0 #ff8ba0);
	}
	38% {
		filter: drop-shadow(0 0 18px #ff8ba0)
		drop-shadow(0 0 32px #ff8ba0);
	}
	45% {
		filter: drop-shadow(0 0 12px #ff8ba0)
		drop-shadow(0 0 24px #ff8ba0);
	}
}

/* 発光 3枚目 */
@keyframes glow3 {
	0%, 43%, 82%, 100% {
		filter: drop-shadow(0 0 0 #92deff)
		drop-shadow(0 0 0 #92deff);
	}
	63% {
		filter: drop-shadow(0 0 18px #92deff)
		drop-shadow(0 0 32px #92deff);
	}
	70% {
		filter: drop-shadow(0 0 12px #92deff)
		drop-shadow(0 0 24px #92deff);
	}
}

/* 発光 4枚目 */
@keyframes glow4 {
	0%, 68% {
		filter: drop-shadow(0 0 0 #75f3c3)
		drop-shadow(0 0 0 #75f3c3);
	}
	88% {
		filter: drop-shadow(0 0 18px #75f3c3)
		drop-shadow(0 0 32px #75f3c3);
	}
	95% {
		filter: drop-shadow(0 0 12px #75f3c3)
		drop-shadow(0 0 24px #75f3c3);
	}
	100% {
		filter: drop-shadow(0 0 0 #75f3c3)
		drop-shadow(0 0 0 #75f3c3);
	}
}

.spMain p{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.topEvent{
	background: #00b6ab;
	padding: 20px 0;
}

.topEvent p{
	color: #ffffff;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 600;
	text-align: center;
}

.topEvent p span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.itemLink{
	display: block;
	width: calc(100% - 30px);
	max-width: 400px;
	background: #cc0000;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 20px 0;
	margin: 30px auto;
	transition: 0.3s;
}

.itemLink i{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: 0.3s;
}

/* SP > キャンペーン
-------------------------------------------------- */
#CAMPAIGN{
	padding: 0 0 50px;
}

.cpList li{
	width: 100%;
	max-width: 1200px;
	padding: 10px;
}

.cpList a{
	display: block;
	box-sizing: border-box;
	padding: 30px 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	border-radius: 10px;
	position: relative;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	background: #ffffff;
	overflow: hidden;
	height: 100%;
}

.cpList a.noEvent{
	pointer-events: none;
}

.cpList a:hover{
	background: #f5f5f5;
}

.cpLeft{
	box-sizing: border-box;
}

.cpImg_sp{
	display: flex;
	aspect-ratio: 600 / 375;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 0 0 30px;
}

.cpImg_sp img{
	width: 100%;
}

.tag{
	display: block;
	font-size: 12px;
	color: #cc0000;
	font-weight: 600;
	margin-bottom: 30px;
}

.cnt{
	font-size: 14px;
	color: #000000;
	margin-bottom: 30px;
}

.attention,
.period{
	font-size: 12px;
	color: #808486;
	font-weight: 500;
	margin-bottom: 5px;
}

.cpList a i{
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.cpList a:hover i{
	right: 30px;
}

.cpList li {
	width: 100%;
	max-width: 1200px;
	padding: 0 7.5px;
}

#CAMPAIGN .slick-track {
	display: flex;
}

#CAMPAIGN .slick-slide {
	height: auto !important;
}

#CAMPAIGN .slick-dots{
	display: flex;
	justify-content: space-around;
	position: static;
	width: calc(100% - 20px);
	margin: 20px auto 0;
}

#CAMPAIGN .slick-dots li{
	height: 6px;
}

#CAMPAIGN .slick-dots li.slick-active button:before{
	opacity: 1;
}

#CAMPAIGN .slick-dots li button:before{
	height: 6px;
}

#CAMPAIGN .slick-dots li button{
	width: 100%;
	height: 0;
	padding: 3px;
}

#CAMPAIGN .slick-dots li button:before{
	content: "";
	width: 100%;
	background: #000000;
	border-radius: 50px;
	opacity: 0.15;
}

#CAMPAIGN .slick-list{
	padding: 10px 10% !important;
}

#CAMPAIGN .slick-dotted.slick-slider{
	margin-bottom: 0;
}

/* SP > 商品紹介
-------------------------------------------------- */
#PRODUCT .inner{
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 15px;
}

.product_block{
	box-sizing: border-box;
	background: url("../img/bgi_mv.png") left top no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 30px 20px;
	width: 100%;
	margin-bottom: 20px;
}

.product_block span.new{
	color: #19bdd2;
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
}

.product_img{
	width: 100%;
	max-width: 280px;
	margin: 20px auto 40px;
}

.product_img img{
	width: 100%;
}

.product_name{
	font-size: 24px;
	line-height: 1.3em;
	font-weight: 600;
	color: #ffffff;
}

.product_name span{
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.product_catch{
	color: #ffffff;
	font-size: 14px;
	margin-top: 30px;
}

.product_price{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}

.product_price span{
	font-size: 12px;
}

.product_link{
	display: block;
	box-sizing: border-box;
	background: #cc0000;
	width: 100%;
	max-width: 380px;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	position: relative;
	text-decoration: none;
	padding: 15px 0;
	font-size: 14px;
	transition: 0.3s;
}

.product_link.soon{
	background: #cccccc;
	color: #000000;
	pointer-events: none;
}

.product_link i{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: 0.3s;
}

.product_link:hover{
	background: #ffffff;
	color: #cc0000;
}

.product_link.soon:hover{
	background: #cccccc;
	color: #000000;
}

.product_link:hover i{
	right: 10px;
}

.comparison_cell .product_link{
	border: 1px solid #cc0000;
}
.comparison_cell .product_link:hover{
	border: 1px solid #cc0000;
}

/* SP > 特徴
-------------------------------------------------- */
#FEATURE{
	padding: 50px 0;
	background: linear-gradient(0deg, #000000, #000000 65%, transparent), url("../img/bgi_mv.png") left top no-repeat, #000000;
}

#FEATURE .inner{
	width: 100%;
}

.sample{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #cccccc;
	color: #333333;
	width: calc(100% - 30px);
	max-width: 1200px;
	aspect-ratio: 1200 / 675;
	margin: 0 auto 50px;
	font-size: 24px;
	font-weight: 600;
}

.movieFlex{
	width: calc(100% - 30px);
	margin: 0 auto 50px;
}

.movie{
	width: 100%;
	max-width: 1200px;
	aspect-ratio: 560 / 315;
	margin-bottom: 20px;
}

.movie iframe{
	display: block;
	width: 100%;
	aspect-ratio: 560 / 315;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
}

.movie p{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
}

.feature_block{
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.feature_block img{
	width: 100%;
}

.feature_block h2{
	font-size: 26px;
	line-height: 1.4em;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000000;
	margin-bottom: 40px;
	color: #ffffff;
	position: absolute;
}
.f01 h2{left: 20px;	bottom: 23%;}
.f02 h2{left: 20px;	bottom: 15%;}
.f03 h2{left: 20px;	bottom: 12%;}

.feature_block p{
	font-size: 16px;
	text-shadow: 2px 2px 2px #000000;
	position: absolute;
	color: #ffffff;
	padding: 0 20px;
}
.f01 p{left: 0;	bottom: 8%;}
.f02 p{left: 0;	bottom: 5%;}
.f03 p{left: 0;	bottom: 3%;}

.fadeIn {
	transform: translate3d(0, 50px, 0);
	transition: 1s;
	opacity: 0;
}

.fadeIn.animated {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* SP > プレイ体験
-------------------------------------------------- */
#EXPERIENCE{
	background: url("../img/bgi_experience_top.png") center top 60px no-repeat, url("../img/bgi_experience_bottom.png") center bottom 60px no-repeat, #f5f5f5;
	background-size: auto, auto, auto;
	padding: 50px 0;
}

#EXPERIENCE h2{
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 600;
	text-align: left;
	padding: 0 15px;
}

#EXPERIENCE h2+p{
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	margin: 50px 0;
	padding: 0 15px;
}

#EXPERIENCE h2+p span{
	font-size: 12px;
}

.custom,
.custom2{
	width: 100%;
	margin-bottom: 10px;
}

#EXPERIENCE .slick-slide img {
	margin: 0 auto;
	width: 100%;
}

#EXPERIENCE .slick-initialized .slick-slide {
	box-sizing: border-box;
	padding: 0 5px;
}

.download_appli{
	display: block;
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1200px;
	border: 1px solid #cccccc;
	padding: 20px;
	margin: 50px auto 0;
}

.download_appli span{
	font-size: 14px;
	display: block;
}

.download_appli div{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.download_appli div a{
	display: block;
	height: 40px;
	margin: 0 5px;
}

.download_appli div a img{
	height: 100%;
	width: auto;
}

.download_appli div a:hover img{
	opacity: 0.8;
}

.official{
	display: block;
	width: calc(100% - 30px);
	text-align: right;
	margin: 10px auto 0;
}

.official a{
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.official a i{
	margin-left: 5px;
}

.official a:hover{
	border-bottom: 1px solid #000;
}

/* SP > 比較
-------------------------------------------------- */
#COMPARISON{
	padding: 50px 0;
}

#COMPARISON h2{
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 50px;
}

.comparison_table{
	width: calc(100% - 30px);
	margin: 0 auto;
}

.comparison_cell{
	display: flex;
	justify-content: space-between;
}

.comparison_cell div{
	width: 48%;
	text-align: left;
}

.comparison_cell.border{
	padding: 10px 0;
}

.comparison_cell div h3{
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	margin: 30px 0;
	border-bottom: 3px solid #000000;
	padding-bottom: 10px;
}

.comparison_cell div img{
	width: 100%;
}

.comparison_cell div h3 span{
	display: block;
}

.comparison_cell div p{
	font-size: 14px;
	text-align: left;
}

.comparison_cell div.price{
	font-size: 14px;
}

.comparison_cell div.price span{
	font-size: 12px;
}

.comparison_table h4{
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-top: 20px;
}

.comparison_cell h4{
	display: none;
}

.comparison_cell div:not(.price){
	font-size: 14px;
}

.comparison_cell ul{
	padding-top: 10px;
	margin-left: 0px;
}

.comparison_cell li{
	display: flex;
	align-items: center;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
}

.comparison_cell li span{
	font-size: 10px;
}

.comparison_cell li i{
	font-size: 18px;
	color: #19bdd2;
	margin-right: 10px;
}

.noFunction::before{
	display: block;
	content: "";
	width: 20px;
	height: 4px;
	font-size: 18px;
	background: #cccccc;
	margin-right: 10px;
}

.setInfo{
	width: 100%;
	margin: 50px auto 0;
	overflow-x: hidden;
}

.setInfo .slick-list{
	width: 100%;
    overflow: visible;
	overflow-x: hidden;
}

.set_slider li{
	background: #f5f7f7;
	border-radius: 10px;
	padding: 20px !important;
	margin: 0 7.5px;
}

.setTag{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.setImg img{
	width: 100%;
	max-width: 220px;
}

.setName{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.4em;
	height: 4.2em;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
}

.setLink{
	display: block;
	padding: 15px 30px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #ffffff;
	background: #000000;
	text-decoration: none;
	transition: 0.3s;
}

.setLink:hover{
	background: #cc0000;
}

.setInfo .slick-next{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	right: -35px;
	background: url("../img/next.svg") center center no-repeat, #000000;
	background-size: 10px auto;
}

.setInfo .slick-next::before{
	display: none;
}

#COMPARISON .slick-list{
	padding: 0 !important;
}

#COMPARISON .slick-dots{
	display: flex;
	justify-content: space-around;
	position: static;
	width: calc(100% - 20px);
	margin: 20px auto 0;
}

#COMPARISON .slick-dots li{
	height: 6px;
	background: none;
	padding: 0 !important;
	width: 20% !important;
}

#COMPARISON .slick-dots li.slick-active button:before{
	opacity: 1;
}

#COMPARISON .slick-dots li button:before{
	height: 6px;
}

#COMPARISON .slick-dots li button{
	width: 100%;
	height: 0;
	padding: 3px;
}

#COMPARISON .slick-dots li button:before{
	content: "";
	width: 100%;
	background: #000000;
	border-radius: 50px;
	opacity: 0.15;
}

#COMPARISON .slick-dotted.slick-slider{
	margin-bottom: 0;
}

/* SP > FAQ
-------------------------------------------------- */
#FAQ{
	box-sizing: border-box;
	background: #dee3e3;
	padding: 50px 15px;
}

#FAQ h2{
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}

#FAQ h2 span{
	display: none;
	width: 70px;
	line-height: 30px;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto 20px;
}

#FAQ .inner{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	border-radius: 4px;
}

dl{
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 4px;
}

dt.question{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

a.question{
	display: flex;
	align-items: center;
	padding: 20px 15px;
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 4px;
	text-decoration: none;
	color: #000000;
	transition: 0.2s;
	font-size: 14px;
	font-weight: 600;
}

dt.question div:nth-child(1),
a.question div:nth-child(1){
	width: 85%
}

a.question div:nth-child(2){
	display: inline-block;
	width: 24px;
	aspect-ratio: 1 / 1;
	background: #dee3e3;
	margin-left: auto;
	border-radius: 100%;
	position: relative;
	text-align: center;
}

a.question i{
	display: block;
	margin-left: auto;
	font-size: 12px;
	line-height: 24px;
}

a.question:hover{
	background: #f5f5f5;
}

dt.question span{
	display: none;
	font-size: 26px;
	font-weight: 600;
	font-family: "din-2014", sans-serif;
	margin-right: 30px;
}

a.question span{
	display: none;
	font-size: 26px;
	font-weight: 600;
	font-family: "din-2014", sans-serif;
	margin-right: 30px;
}

dt.question .mark{
	display: inline-block;
	width: 24px;
	aspect-ratio: 1 / 1;
	background: #dee3e3;
	margin-left: auto;
	border-radius: 100%;
	position: relative;
}

dt.question .mark::before{
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -6px;
	margin-top: -1px;
}

dt.question .mark::after{
	content: "";
	display: block;
	width: 2px;
	height: 12px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-top: -6px;
	margin-left: -1px;
	transition: 0.2s;
	opacity: 1;
	transform: rotate(180deg);
}

dt.question.open .mark::after{
	transform: rotate(90deg);
	opacity: 0;
}

dd.answer{
	display: none;
	padding: 0 15px 20px;
	position: relative;
	font-size: 14px;
}

dd.answer::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #dee3e3;
	margin: 0 auto 20px;
}

dd.answer .contact{
	display: inline-block;
	color: #ffffff;
	background: #235b9c;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 14px;
	border: 1px solid #235b9c;
	transition: 0.2s;
}

dd.answer .contact:hover{
	background: #ffffff;
	color: #235b9c;
}

/* SP > 先行体験
-------------------------------------------------- */
#PRECEDE{
	box-sizing: border-box;
	padding: 50px 15px;
}

#PRECEDE h2{
	font-size: 24px;
	font-weight: 600;
	text-align: left;
}

#PRECEDE h2 span{
	display: none;
	width: 110px;
	line-height: 30px;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto 20px;
}

#PRECEDE .overview{
	text-align: left;
	font-size: 14px;
	margin-top: 40px;
}

.present{
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	border: 1px solid #cccccc;
	margin: 50px auto;
	padding: 30px 20px;
	border-radius: 10px;
}

.present p{
	margin-top: 30px;
	font-size: 14px;
	text-align: left;
}

.present span{
	display: block;
	text-align: left;
	font-size: 12px;
	color: #808486;
	margin-top: 15px;
}

.present div::before{
	display: block;
	content: "数量限定・購入特典";
	color: #cc0000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 30px;
}

.present div{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.present div img{
	width: 100%;
}

.location{
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	text-decoration: none;
	transition: 0.2s;
}

.location h3{
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	color: #000000;
}
.location:hover h3{
	color: #000000;
}

.location div{
	box-sizing: border-box;
	width: 100%;
	margin: 10px auto 0;
	color: #ffffff;
	background: url("../img/next.svg") center right 10px no-repeat, #000000;
	background-size: 8px auto, auto;
	padding: 15px 0;
	transition: 0.2s;
	border: 1px solid #000000;
}

.location div span{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.location div p{
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.location:hover div{
	color: #000000;
	background: url("../img/next_bk.svg") center right 10px no-repeat, #ffffff;
	background-size: 8px auto, auto;
	border: 1px solid #000000;
	
}

.comment{
	width: 100%;
	max-width: 1200px;
	border-top: 1px solid #cccccc;
	margin: 50px auto 0;
	padding-top: 50px;
}

.comment p{
	font-size: 12px;
}

.comment ul{
	margin-bottom: 30px;
}

.comment ul.battery li{
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.comment li{
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px;
}

.comment span{
	font-size: 12px;
}

.bluetooth{
	height: 50px;
}

/* SP > ページTOP
-------------------------------------------------- */
.return{
	position: fixed;
	bottom: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.95);
	color: #050505;
	width: 40px;
	line-height: 35px;
	padding-top: 5px;
	border: 1px solid #050505;
	font-family: 'Oswald', 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	z-index: 100;
	font-size: 12px;
	text-decoration: none;
}

.return::before{
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #050505;
	border-right: 1px solid #050505;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: auto;
}

}