@charset "utf-8";

/* 左カラム可変・右カラム固定
------------------------------*/
.catch .main {
	float: left;
	width: 100%;
	margin: 0 -370px 0 0;
}
.catch .side {
	float: right;
	width: 360px;
} 
.catch .main .content {
	margin: 0 370px 0 0;
}

@media screen and (max-width: 1019px) {
.catch .main,
.catch .side,
.catch .main .content {
	float: none;
	width: auto;
	margin-right: 0;
}
}

/* スライダー
------------------------------*/
#mainSlider {
	overflow: hidden;
}
#mainSlider img {
	width: 100%;
}
#mainSlider video {
	width: 100%;
	height: 100%;
}
#mainSlider .arrowBtn {
	display: block;
	background: no-repeat center center;
	width: 50px;
	height: 60px;
	overflow: hidden;
	text-indent: -99em;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -47px;
	z-index: 10;
}
#mainSlider .arrowPrev {
	background-image: url(../img/home/btn_visual_left.png);
	left: 0;
}
#mainSlider .arrowNext {
	background-image: url(../img/home/btn_visual_right.png);
	right: 0;
}
#mainSlider .slick-dots {
	text-align: center;
	margin: 10px 0 7px;
}
#mainSlider .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}
	#mainSlider .slick-dots li button {
		border: 5px solid #999;
		border-radius: 10px;
		background: none;
		text-indent: -99em;
		overflow: hidden;
		width: 0;
		height: 0;
		padding: 0;
		outline: none;
		cursor: pointer;
	}
	#mainSlider .slick-dots li.slick-active button {
		border: 2px solid #25a5e4;
		padding: 3px;
	}

.mainSlider .slick-list a,
.mainSlider video {
	display: block;
}
.mainSlider .slick-slide,
.mainSlider .slick-list a {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

/* 初期表示：フェードイン */
.mainSlider {
	opacity: 0;
}
@keyframes fadeIn1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mainSlider {
	-webkit-animation: fadeIn1 1s both;
	-moz-animation: fadeIn1 1s both;
	-o-animation: fadeIn1 1s both;
	-ms-animation: fadeIn1 1s both;
	animation: fadeIn1 1s both;

	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@media screen and (max-width: 1019px) {
#mainSlider {
	margin-left: -10px;
	margin-right: -10px;
}
#mainSlider {
	margin-left: -10px;
	margin-right: -10px;
}
/*
#mainSlider .slick-slide {
	position: relative;
}
#mainSlider .slick-slide:before,
#mainSlider .slick-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#mainSlider .slick-slide:after {
	content: "\25b6";
	top: 50%;
	left: 50%;
	opacity: 0.7;
	background: rgb(254,255,255);
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(254,255,255,1) 30%,rgba(204,204,204,1) 100%);
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(254,255,255,1) 30%, rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(254,255,255,1) 30%, rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(254,255,255,1) 30%, rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(254,255,255,1) 30%,rgba(204,204,204,1) 100%);
	border-radius: 50%;
	width: 75px;
	height: 65px;
	margin: -40px 0 0 -40px;
	padding: 15px 0 0 5px;
	text-align: center;
	line-height: 1;
	font-size: 50px;
}
*/

.mainSlider a {
	position: relative;
	z-index: 2;
	opacity: 1!important;
}
.deviceTab .mainSlider [href] video {
	visibility: hidden;
	position: relative;
	z-index: -9999;
	opacity: 0!important;
}

/*
.mainSlider video {
	visibility: hidden;
	position: relative;
	z-index: -9999;
	opacity: 0;
}
.mainSlider .playing video {
	visibility: visible;
	position: static;
	opacity: 1;
}
#mainSlider .playing:before,
#mainSlider .playing:after {
	 display: none;
}
*/
}

.newSlot {
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	position: relative;
	padding: 19px 25px 20px;
	line-height: 1.1;
}
	.newSlot .new {
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.newSlot figure {
		float: left;
		min-height: 168px;
		margin-right: 20px;
		margin-top: 5px;
	}
		.newSlot figure img {
			max-width: 98px;
		}
	.newSlot .inner {
		overflow: hidden;
		padding-bottom: 10px;
	}
	.newSlot h1 {
		color: #1160aa;
		font-size: 1.25em;
		line-height: 1.4;
		margin-bottom: 7px;
		padding-right: 15px;
	}
	.newSlot p {
		line-height: 1.4;
		margin-bottom: 7px;
	}
	.newSlot small {
		font-size: 0.7em;
		color: #8b8989;
	}
	.newSlot .btnArea {
		letter-spacing: -0.5em;
		float: right;
		width: 65%;
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
	}
	.newSlot .btnArea .btn {
		letter-spacing: normal;
		width: 48%;
		display: inline-block;
		vertical-align: top;
		line-height: 1.7;
		margin-top: 5px;
	}
	.newSlot .btn:first-child {
		margin-right: 2%;
	}

.recentAllSlot .shop_search .subTitle {
	padding: 0 20px 25px;
	line-height: 1.4;
}
@media screen and (min-width: 1299px) {
.recentAllSlot .shop_search .subTitle .pc {
	display: none;
}
}
@media screen and (min-width: 1479px) {
.recentAllSlot .shop_search .subTitle .pc {
	display: inline;
}
}

.otherSlot {
	background: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	padding: 25px;
	margin-bottom: 10px;
	text-align: center;
}
.otherSlot figure {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
	.otherSlot .btn {
		margin-top: 5px;
	}

@media screen and (min-width: 1299px) {
	.recentNewSlot {
		float: left;
		width: 57.6%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.recentAllSlot {
		float: right;
		width: 41%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.recentNewSlot .newSlot,
	.recentAllSlot .outer,
	.recentAllSlot .shop_search .inner,
	.recentAllSlot .otherSlot {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.recentAllSlot .otherSlot {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-o-align-items: center;
		-ms-align-items: center;
		align-items: center;
		height: 100%;
	}
		.otherSlot .btn {
			width: 80%;
		}
}
@media screen and (max-width: 1298px) {
	.recentNewSlot .newSlot,
	.recentAllSlot .outer,
	.otherSlot {
		height: auto!important;
	}
}
@media screen and (max-width: 767px) {
	.newSlot {
		padding: 19px 15px 20px;
	}
	.newSlot h1 {
		font-size: 111%;
		line-height: 1.2;
	}
	.newSlot .btnArea {
		width: 100%;
		padding-top: 5px;
		clear: both;
	}
	#mainSlider .arrowBtn {
		width: 35px;
		height: 60px;
	}
}

/* 速報 */
.emergencyMsg {
	max-width: 965px;
	margin: 18px auto;
	padding: 24px 20px;
	background: #fff;
	font-weight: bold;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
	.emergencyMsg p {
		text-align: center;
		font-size: 1.12em;
	}
	.emergencyMsg span {
		display: block;
		padding: 0 40px 0 0;
		text-align: right;
	}

/* スクエアバナー */
.bnr_slider {
	background: #1160aa;
	padding: 18px;
}
.bnr_slider .slick-track {
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}
	.bnr_slider > div {
		background: #fff;
		border-radius: 10px;
		padding: 15px 70px;
		max-width: 1110px;
		margin: 0 auto;
		position: relative;
	}
	.bnr_slider .slick-slide {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 100%;
		font-size: initial;
	}
		.bnr_slider .slick-slide img {
			display: inline;
		}
	.bnr_slider .arrowBtn {
		display: block;
		background: no-repeat center center;
		width: 50px;
		height: 60px;
		overflow: hidden;
		text-indent: -99em;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: -30px;
	}
	.bnr_slider .arrowBtn:hover {
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}
	.bnr_slider .arrowPrev {
		background-image: url(../img/common/btn_slider_arrow_left.gif);
		left: 10px;
	}
	.bnr_slider .arrowNext {
		background-image: url(../img/common/btn_slider_arrow_right.gif);
		right: 10px;
	}
@media screen and (max-width: 767px) {
	.bnr_slider > div {
		padding: 15px 35px;
	}
	.bnr_slider .arrowBtn {
		width: 30px;
		height: 50px;
		margin-top: -25px;
	}
	.bnr_slider .arrowPrev {
		background: url(../img/common/btn_slider_arrow_left.gif) -10px center;
		left: 0;
		border-radius: 0 5px 5px 0;
	}
	.bnr_slider .arrowNext {
		background: url(../img/common/btn_slider_arrow_right.gif) -7px center;
		right: 0;
		border-radius: 5px 0 0 5px;
	}
}

/* 公式サイト・アプリ・ゲーム */
.official {
	margin: 10px 0;
	padding: 0 30px 30px;
	background: #fff;
}
	.official > div {
		margin-top: 40px;
	}
	.official h1 {
		font-size: 1.7em;
		font-weight: normal;
		color: #00a1e8;
		text-align: center;
		position: relative;
		padding: 20px 0 0;
	}
	.official h1:before {
		content: '';
		position: absolute;
		width: 40%;
		height: 5px;
		background: #21a2e4;
		top: 0;
		left: 50%;
		margin-left: -20%;
	}
	.official h2 {
		color: #1160aa;
		font-size: 1.25em;
		line-height: 1.4;
		margin-bottom: 7px;
	}
	.official .btn {
		width: 50%;
	}

	.officialLeft,
	.officialRight,
	.officialCenter {
		width: 50%;
		max-width: 587px;
		box-sizing: border-box;
	}
	.officialLeft {
		float: left;
		padding: 0 30px 0 0;
	}
	.officialRight {
		float: right;
		padding: 0 0 0 30px;
		border-left: 1px solid #c9c9c9;
	}
	.officialCenter {
		max-width: 557px;
		margin: 0 auto;
	}

	.official figure {
		text-align: center;
		margin: 0 0 15px;
	}
	.official .land .btn {
		display: inline-block;
		width: 48%;
	}
	.official .land .btn:last-child {
		margin-left: 3%;
	}

@media screen and (max-width: 1019px) {
	.officialCenter {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.official {
		padding: 0 15px 30px;
	}
	.official h1 {
		font-size: 132%;
	}
	.official h2 {
		font-size: 111%;
	}
	.official > div {
		margin-top: 0;
	}

	.officialLeft,
	.officialRight,
	.officialCenter {
		float: none;
		border-bottom: 1px solid #c9c9c9;
		width: auto;
		max-width: none;
		margin-top: 20px;
		padding: 0 0 20px;
	}
	.officialRight {
		border-left: none;
	}
	.official > div:last-child .officialRight {
		border-bottom: none;
		padding: 0;
	}
	.official .btn {
		width: 80%;
	}
	.official .land .btn {
		display: block;
		width: 80%;
	}
	.official .land .btn:last-child {
		margin: 5px auto 0;
	}
}

/* お知らせ・新着情報 */
.newsBlock {
	margin: 10px 0;
	padding: 0 30px 47px;
	background: #fff;
}
	.newsBlock h1 {
		font-size: 1.7em;
		font-weight: normal;
		color: #00a1e8;
		text-align: center;
		position: relative;
		padding: 20px 0;
	}
	.newsBlock h1:before {
		content: '';
		position: absolute;
		width: 40%;
		height: 5px;
		background: #21a2e4;
		top: 0;
		left: 50%;
		margin-left: -20%;
	}
	.newsBlock .tab {
		text-align: center;
		letter-spacing: -0.5em;
		margin-bottom: 28px;
	}
		.newsBlock .tab li {
			display: inline-block;
			letter-spacing: normal;
			vertical-align: top;
			width: 20%;
			max-width: 140px;
		}
			.newsBlock .tab li a {
				display: block;
				border-radius: 5px;
				color: #fff;
				text-decoration: none;
				padding: 3px 0;
				margin: 0 5px;
				font-size: 0.9em;
				border: 2px solid;
			}
			.newsBlock .tab li a.tAll {
				border-color: #9e9fa0;
				background-color: #9e9fa0;
			}
			.newsBlock .tab li a.tAll.active {
				background-color: #fff;
				color: #9e9fa0;
			}
			.newsBlock .tab li a.tNews {background-color: #d83f36; border-color: #d83f36;}
			.newsBlock .tab li a.tPachi {background-color: #21a2e4; border-color: #21a2e4;}
			.newsBlock .tab li a.tMob {background-color: #25b752; border-color: #25b752;}
			.newsBlock .tab li a.tFan {background-color: #f27f28; border-color: #f27f28;}
			.newsBlock .tab li a.tNews.active {background-color: #fff; color: #d83f36;}
			.newsBlock .tab li a.tPachi.active {background-color: #fff; color: #21a2e4;}
			.newsBlock .tab li a.tMob.active {background-color: #fff; color: #25b752;}
			.newsBlock .tab li a.tFan.active {background-color: #fff; color: #f27f28;}
	.newsBlock .tab_item {
		text-align: center;
	}
		.newsBlock .tab_item li {
			display: inline-block;
			vertical-align: top;
			margin: 0 1% 22px;
			width: 30%;
			min-width: 290px;
		}
		.newsBlock .tab_item li a {
			display: block;
			text-decoration: none;
			color: #333;
			position: relative;
			text-align: left;
		}
			.newsBlock .tab_item li figure {
				float: left;
				margin-right: 12px;
				width: 100px;
				height: 100px;
				overflow: hidden;
			}
			.newsBlock .tab_item li time {
				position: absolute;
				right: 0;
				top: 3px;
				font-size: 0.85em;
				color: #9e9999;
			}
			.newsBlock .tab_item li .ico {
				display: inline-block;
				color: #fff;
				font-size: 0.8em;
				padding: 1px 10px;
			}
			.newsBlock .tab_item .iNews, .newsBlock .tab_item .news {background-color: #d83f36;}
			.newsBlock .tab_item .iPachi, .newsBlock .tab_item .slot {background-color: #21a2e4;}
			.newsBlock .tab_item .iMob, .newsBlock .tab_item .mobile {background-color: #25b752;}
			.newsBlock .tab_item .iFan, .newsBlock .tab_item .fun {background-color: #f27f28;}
			.newsBlock .tab_item li p {
				overflow: hidden;
				margin-top: 5px;
			}
	.newsBlock .btn {
		width: 25%;
		margin-top: 0;
	}
.tabList {
	display: none;
}
	.tabList.active {
		display: block;
	}
@media screen and (max-width: 1320px) and (min-width: 769px) {
	.newsBlock .tab_item li time {
		position: static;
		display: block;
	}
	.newsBlock .tab_item li p {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.newsBlock {
		padding: 0 10px 20px;
	}
	.newsBlock .tab {
		margin-bottom: 18px;
	}
	.newsBlock .tab_item li {
		min-width: inherit;
		width: 100%;
		margin: 0 0 22px;
	}
	.newsBlock .btn {
		width: 80%;
		margin-top: 0;
	}
	.newsBlock .tab li {
		width: 33%;
		margin-bottom: 10px;
	}
	.newsBlock .tab li:nth-child(4),
	.newsBlock .tab li:nth-child(5) {
		width: 50%;
	}
	.newsBlock .tab li a {
		border-radius: 0;
	}
}
@media screen and (max-width: 374px) {
	.newsBlock .tab_item li time {
		position: static;
		display: block;
	}
	.newsBlock .tab_item li p {
		margin-top: 0;
	}
}


/* バナー */
.bannerList {
	letter-spacing: -0.5em;
}
	.bannerList li {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: middle;
		margin: 0 6px 10px 0;
	}
	.bannerList li img {
		max-height: 70px;
	}

@media screen and (max-width: 767px) {
	.bannerList li img {
		max-height: 45px;
	}
}


/* グッズ */
.goodsBlock {
	margin: 10px 0;
	padding: 0 30px 47px;
	background: #fff;
}
	.goodsBlock h1 {
		font-size: 1.7em;
		line-height: 1.2;
		font-weight: normal;
		color: #00a1e8;
		text-align: center;
		position: relative;
		padding: 25px 0;
	}
	.goodsBlock h1:before {
		content: '';
		position: absolute;
		width: 40%;
		height: 5px;
		background: #21a2e4;
		top: 0;
		left: 50%;
		margin-left: -20%;
	}
	.goodsBlock ul {
		width: 100%;
		overflow: hidden;
	}
		.goodsBlock ul li {
			width: 49%;
			float: right;
		}
		.goodsBlock ul li:first-child {
			float: left;
		}
			.goodsBlock ul li span {
				font-size: 116%;
			}
@media screen and (max-width: 767px) {
	.goodsBlock ul li {
		width: 100%;
		float: none;
		margin-top: 10px;
		text-align: center;
	}
	.goodsBlock ul li:first-child {
		margin-top: 0;
		float: none;
	}
}