@charset "utf-8";

/*reset
--------------------------------*/

a {
	color: #212121;
}


/*重要なお知らせ
--------------------------------*/

.top-noteCntWrap {
	position: relative;
}

.top-noteCntWrapInner {
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	padding-bottom: 15px;
}

.top-noteHead {
	font-size: 1.4rem;
	color: #000;
	position: relative;
	padding-left: 19px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 2;
}

.top-noteAcc {
	margin-left: 10px;
	margin-right: 10px;
}

.top-noteAcc:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.top-noteHead:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-top: auto;
	margin-bottom: auto;
	color: #fff;
	line-height: 14px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	background: url(/system/files/common/img/ico_exclamation.png) no-repeat 7px center/ auto 12px;
}

.top-noteCnt {
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.top-noteHead:before {
	background-color: #212121;
}

.disp-big .top-noteHead:before {
	background-color: #212121;
}

.disp-toto .top-noteHead:before {
	background-color: #212121;
}

.top-noteAccBtn {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 16px;
	font-size: 1.2rem;
	cursor: pointer;
}

.top-noteAccBtn:not(.top-noteHead) {
	border-top: 1px solid #d9d9d9;
}

.top-noteAccBtn:not(.top-noteHead).is-active {
	font-weight: bold;
	color: #e80000;
}

.top-noteAccBtn:after {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-noteAccBtn:after {
	border-right: 3px solid #212121;
	border-bottom: 3px solid #212121;
}

.disp-big .top-noteAccBtn:after {
	border-right: 3px solid #212121;
	border-bottom: 3px solid #212121;
}

.disp-toto .top-noteAccBtn:after {
	border-right: 3px solid #212121;
	border-bottom: 3px solid #212121;
}

.top-noteAccBtn.is-active:after {
	border-right: none;
	border-bottom: none;
}

.top-noteAccBtn.is-active:after {
	border-left: 3px solid #212121;
	border-top: 3px solid #212121;
}

.disp-big .top-noteAccBtn.is-active:after {
	border-left: 3px solid #212121;
	border-top: 3px solid #212121;
}

.disp-toto .top-noteAccBtn.is-active:after {
	border-left: 3px solid #212121;
	border-top: 3px solid #212121;
}

.top-noteCnt a {
	text-decoration: underline;
}

.top-noteCnt a:hover {
	text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
	.top-noteHead {
		width: 1104px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
	}
	.top-noteHead:before {
		top: 2px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		background-position: center;
		background-size: auto 12px;
	}
	.top-noteCntWrapInner {
		padding-bottom: 30px;
	}
	.top-noteAccBtn {
		position: relative;
		padding: 15px 32px 15px 28px;
		font-size: 1.4rem;
	}
	.top-noteAcc {
		width: 1104px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-noteCnt {
		font-size: 1.3rem;
		padding-left: 28px;
		padding-right: 32px;
	}
}


/*キービジュアルスライダー
--------------------------------*/

.top-KvSliderPager {
	position: relative;
	text-align: center;
	padding-right: 37px;
}

.disp-big .top-KvSliderPager {
	background-color: #000;
}

.disp-toto .top-KvSliderPager {
	background-color: #ffd800;
}

.top-KvSliderPager .slick-dots {
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 0;
	display: inline-block;
}

.top-KvSliderPager .slick-dots>li {
	display: inline-block;
	margin-left: 14px;
	margin-right: 14px;
}

.top-KvSliderPager .slick-dots>li>button {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	padding: 0;
	text-indent: -9999px;
}

.disp-big .top-KvSliderPager .slick-dots>li>button {
	background-color: #fff;
	border: 1px solid #fff;
}

.disp-toto .top-KvSliderPager .slick-dots>li>button {
	background-color: #37331e;
	border: 1px solid #37331e;
}

.disp-big .top-KvSliderPager .slick-dots>li.slick-active>button {
	background-color: #000;
}

.disp-toto .top-KvSliderPager .slick-dots>li.slick-active>button {
	background-color: #ffd800;
}

.top-KvSliderPauseWrap {
	position: absolute;
	right: 0;
	bottom: 0;
}

.top-KvSliderPager .top-KvSliderPause {
	position: relative;
	width: 37px;
	height: 30px;
	display: block;
	cursor: pointer;
}

.top-KvSliderPager .top-KvSliderPause:before,
.top-KvSliderPager .top-KvSliderPause:after {
	content: '';
	display: block;
	position: absolute;
}

.top-KvSliderPager .top-KvSliderPause:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 12px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.disp-big .top-KvSliderPager .top-KvSliderPause:before {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.disp-toto .top-KvSliderPager .top-KvSliderPause:before {
	border-left: 2px solid #37331e;
	border-right: 2px solid #37331e;
}

.disp-big .top-KvSliderWrap.is-pause .top-KvSliderPause:before,
.disp-toto .top-KvSliderWrap.is-pause .top-KvSliderPause:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
}

.disp-big .top-KvSliderWrap.is-pause .top-KvSliderPause:before {
	border-color: transparent transparent transparent #fff;
}

.disp-toto .top-KvSliderWrap.is-pause .top-KvSliderPause:before {
	border-color: transparent transparent transparent #000;
}

.top-KvSliderPager .top-KvSliderPause:after {
	left: -1px;
	height: 90%;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 1px;
}

.disp-big .top-KvSliderPager .top-KvSliderPause:after {
	background-color: #f1807d;
}

.disp-toto .top-KvSliderPager .top-KvSliderPause:after {
	background-color: #b69c0b;
}

@media print,
screen and (min-width: 768px) {
	.top-KvSliderWrap .slick-slide{
		padding: 0 22px 34px;
	}
	.top-KvSliderPager {
		z-index: 1;
		position: relative;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background-color: transparent ;
		font-size: 0;
		text-align: center;
	}

	.top-KvSliderPauseWrap{
		position: static;
	}

	.disp-big .top-KvSliderPause {
		background-color: #000;
	}

	.disp-big .slick-dots {
		background-color: #000;
	}

	.disp-toto .top-KvSliderPause {
		background-color: #ffd800;
	}

	.disp-toto .slick-dots {
		background-color: #ffd800;
	}

	.disp-big .top-KvSliderPager .top-KvSliderPause:before {
		border-left: 4px solid #fff;
		border-right: 4px solid #fff;
	}

	.disp-toto .top-KvSliderPager .top-KvSliderPause:before {
		border-left: 4px solid #37331e;
		border-right: 4px solid #37331e;
	}

	.disp-big .top-KvSliderWrap.is-pause .top-KvSliderPause:before,
	.disp-toto .top-KvSliderWrap.is-pause .top-KvSliderPause:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 8px;
	}
}


/*キャリーオーバーエリア
--------------------------------*/

#top-carryArea.is-blank .top-carryHead,
#top-carryArea.is-blank .top-carryBody {
	display: none;
}

#top-carryArea.is-blank .top-carryHead,
#top-carryArea.is-blank .top-carryBody {
	display: none;
}

#top-carryArea.is-blank .top-carryBlank {
	display: block;
}

/*販売なし、通信エラー時
--------------------------------*/

#top-carryArea.is-blank .top-carryBigBody,
#top-carryArea.is-blank .top-carryInfo,
#top-carryArea.is-blank .top-carryBtn{
	display: none;
}

#top-carryArea.is-blank .top-carryBigBody,
#top-carryArea.is-blank .top-carryInfo,
#top-carryArea.is-blank .top-carryBtn{
	display: none;
}

#top-carryArea.is-blank .top-carryBlank {
	display: block;
}

/*リ怏モ、ハ、キ。「ヘィミナ・ィ・鬩`瓶
------------------------------------*/

.top-carryBlank {
	display: none;
	text-align: center;
	padding: 20px;
}

.top-carryBlankMsg {
	font-size: 1.4rem;
	margin-bottom: 17px;
	font-weight: bold;
}

.disp-big .top-carryBlankMsg {
	color: #2f0101;
}

.disp-toto .top-carryBlankMsg {
	color: #2f0101;
}

.disp-big .top-carryBlank {
	background: url(/system/files/common/img/big/bg_carry_blank_SP.png) no-repeat center/ 100% 100%;
}

.disp-toto .top-carryBlank {
	background-color: #ffef8f;
}


@media print,
screen and (min-width: 768px) {
	.top-carryArea {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.top-carryInner {
		width: 1105px;
		margin-left: auto;
		margin-right: auto;
	}
}

.top-carryHead {
	position: relative;
	text-align: center;
}

.top-carryFlg {
	position: absolute;
}

.top-carryFlg {
	left: 10px;
	width: 61.5px;
	height: 54px;
	z-index: 1;
	top: -2px;
}

.top-carryTtl {
	font-size: 2.2rem;
	line-height: 1.3;
}

.top-carryTtl .top-carryTtlS {
	font-size: 1.7rem;
}

.top-carryTtl .top-carryTtlL {
	font-size: 2.5rem;
}

.top-carryTxtPC {
	display: none;
}

.top-carryWordWrap {
	display: inline-block;
}

.top-carryWordUnit+.top-carryWordUnit {
	margin-left: 7px;
}

.top-carryTtl span {
	font-weight: bold;
}


/*キャリーオーバーメーター
------------------------------------*/

.top-carryNumArea {
	margin-bottom: 14px;
}

.top-carryNumWrap {
	padding: 3px;
	margin-bottom: 4px;
	background-color: #212121;
}

.top-carryNumInner {
	-webkit-box-shadow: 1px 1px 0 0 #000;
	box-shadow: 1px 1px 0 0 #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


/*賞金カウンター非表示*/

#top-carryArea.is-numAreaRemoved #top-carryNumArea {
	display: none;
}

.top-carryItem {
	padding-top: 10%;
	position: relative;
	background: #000;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.disp-big .top-carryItem {
	padding-top: 10%;
}

.disp-toto .top-carryItem {
	padding-top: calc(14% + 1px);
}

.top-num,
.top-kanji {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.top-num.is-hide {
	-webkit-animation: slideOut 0.1s;
	animation: slideOut 0.1s;
	height: 0;
}

@-webkit-keyframes slideOut {
	0% {
		height: 100%;
	}
	49% {
		height: 100%;
	}
	50% {
		height: 50%;
	}
	99% {
		height: 50%;
	}
	100% {
		height: 0;
	}
}

@keyframes slideOut {
	0% {
		height: 100%;
	}
	49% {
		height: 100%;
	}
	50% {
		height: 50%;
	}
	99% {
		height: 50%;
	}
	100% {
		height: 0;
	}
}


/*BIG
----------------------*/

.disp-big .top-numFirst0 {
	background-image: url(/system/files/common/img/big/img_num0.png);
}

.disp-big .top-numFirst1 {
	background-image: url(/system/files/common/img/big/img_num1.png);
}

.disp-big .top-numFirst2 {
	background-image: url(/system/files/common/img/big/img_num2.png);
}

.disp-big .top-numFirst3 {
	background-image: url(/system/files/common/img/big/img_num3.png);
}

.disp-big .top-numFirst4 {
	background-image: url(/system/files/common/img/big/img_num4.png);
}

.disp-big .top-numFirst5 {
	background-image: url(/system/files/common/img/big/img_num5.png);
}

.disp-big .top-numFirst6 {
	background-image: url(/system/files/common/img/big/img_num6.png);
}

.disp-big .top-numFirst7 {
	background-image: url(/system/files/common/img/big/img_num7.png);
}

.disp-big .top-numFirst8 {
	background-image: url(/system/files/common/img/big/img_num8.png);
}

.disp-big .top-numFirst9 {
	background-image: url(/system/files/common/img/big/img_num9.png);
}

.disp-big .top-num0 {
	background-image: url(/system/files/common/img/big/img_num0.png);
}

.disp-big .top-num1 {
	background-image: url(/system/files/common/img/big/img_num1.png);
}

.disp-big .top-num2 {
	background-image: url(/system/files/common/img/big/img_num2.png);
}

.disp-big .top-num3 {
	background-image: url(/system/files/common/img/big/img_num3.png);
}

.disp-big .top-num4 {
	background-image: url(/system/files/common/img/big/img_num4.png);
}

.disp-big .top-num5 {
	background-image: url(/system/files/common/img/big/img_num5.png);
}

.disp-big .top-num6 {
	background-image: url(/system/files/common/img/big/img_num6.png);
}

.disp-big .top-num7 {
	background-image: url(/system/files/common/img/big/img_num7.png);
}

.disp-big .top-num8 {
	background-image: url(/system/files/common/img/big/img_num8.png);
}

.disp-big .top-num9 {
	background-image: url(/system/files/common/img/big/img_num9.png);
}

.disp-big .top-kanjiOku {
	background-image: url(/system/files/common/img/big/img_kanjiOku.png);
}

.disp-big .top-kanjiMan {
	background-image: url(/system/files/common/img/big/img_kanjiMan.png);
}

.disp-big .top-kanjiEn {
	background-image: url(/system/files/common/img/big/img_kanjiEn.png);
}


/*toto
----------------------*/

.disp-toto .top-numFirst0 {
	background-image: url(/system/files/common/img/toto/img_num0.png);
}

.disp-toto .top-numFirst1 {
	background-image: url(/system/files/common/img/toto/img_num1.png);
}

.disp-toto .top-numFirst2 {
	background-image: url(/system/files/common/img/toto/img_num2.png);
}

.disp-toto .top-numFirst3 {
	background-image: url(/system/files/common/img/toto/img_num3.png);
}

.disp-toto .top-numFirst4 {
	background-image: url(/system/files/common/img/toto/img_num4.png);
}

.disp-toto .top-numFirst5 {
	background-image: url(/system/files/common/img/toto/img_num5.png);
}

.disp-toto .top-numFirst6 {
	background-image: url(/system/files/common/img/toto/img_num6.png);
}

.disp-toto .top-numFirst7 {
	background-image: url(/system/files/common/img/toto/img_num7.png);
}

.disp-toto .top-numFirst8 {
	background-image: url(/system/files/common/img/toto/img_num8.png);
}

.disp-toto .top-numFirst9 {
	background-image: url(/system/files/common/img/toto/img_num9.png);
}

.disp-toto .top-num0 {
	background-image: url(/system/files/common/img/toto/img_num0.png);
}

.disp-toto .top-num1 {
	background-image: url(/system/files/common/img/toto/img_num1.png);
}

.disp-toto .top-num2 {
	background-image: url(/system/files/common/img/toto/img_num2.png);
}

.disp-toto .top-num3 {
	background-image: url(/system/files/common/img/toto/img_num3.png);
}

.disp-toto .top-num4 {
	background-image: url(/system/files/common/img/toto/img_num4.png);
}

.disp-toto .top-num5 {
	background-image: url(/system/files/common/img/toto/img_num5.png);
}

.disp-toto .top-num6 {
	background-image: url(/system/files/common/img/toto/img_num6.png);
}

.disp-toto .top-num7 {
	background-image: url(/system/files/common/img/toto/img_num7.png);
}

.disp-toto .top-num8 {
	background-image: url(/system/files/common/img/toto/img_num8.png);
}

.disp-toto .top-num9 {
	background-image: url(/system/files/common/img/toto/img_num9.png);
}

.disp-toto .top-kanjiOku {
	background-image: url(/system/files/common/img/toto/img_kanjiOku.png);
}

.disp-toto .top-kanjiMan {
	background-image: url(/system/files/common/img/toto/img_kanjiMan.png);
}

.disp-toto .top-kanjiEn {
	background-image: url(/system/files/common/img/toto/img_kanjiEn.png);
}

.top-carryBtn a:hover {
	opacity: 0.6;
}

@media print,
screen and (min-width: 768px) {
	.top-carryFlg {
		left: 12px;
	}

	.disp-big .top-carryFlg {
		top: -2px;
	}

	.disp-toto .top-carryFlg {
		top: -7px;
	}

	.disp-big .top-carryItem {
		padding-top: 67px;
	}

	.disp-toto .top-carryItem {
		padding-top: 70px;
	}

	.top-carryNumWrap {
		padding: 4px;
	}

	/*賞金カウンター非表示時*/
	#top-carryArea.is-numAreaRemoved .top-carryBody {
		padding-top: 64px;
	}

	.top-carryTxtPC {
		display: inline;
	}

	.top-carryTtl {
		font-size: 3rem;
		line-height: 1.3;
	}

	.top-carryTtl .top-carryTtlS {
		font-size: 2.4rem;
	}

	.top-carryTtl .top-carryTtlL {
		font-size: 3.6rem;
	}

	/*販売終了、エラー*/
	.top-carryBlank {
		padding: 40px;
	}

	.disp-big .top-carryBlank {
		min-height: 310px;
		background: url(/system/files/common/img/big/bg_carry_blank_PC.png) no-repeat center/ 1105px 305px;
	}

	.top-carryBlankMsg {
		font-size: 2.6rem;
		margin-bottom: 35px;
	}

	.top-carryScheduleBnr:hover {
		opacity: 0.6;
	}
}


/*BIG　キャリーエリア
------------------------------------------*/

.disp-big .top-carryArea {
	background: #e80000;
}

.disp-toto .top-carryArea {
	background: #ffd400;
}



/*キャリーエリアタイトル部分*/


/*キャリーオーバー発生時*/

#top-carryArea.top-flgOver #top-carryWords {
	display: inline;
}


/*キャリーオーバー未認証*/

#top-carryArea.top-flgNormal.top-noPermission #top-carryWords {
	display: none;
}


/*キャリーオーバー発生時*/

#top-carryArea.top-flgOver .top-carryFlg {
	background: url(/system/files/common/img/big/img_flg_over_SP.png) no-repeat center/ contain;
	height: 63px;
}


/*キャリーオーバーなし*/

#top-carryArea.top-flgNormal .top-carryFlg {
	background: url(/system/files/common/img/big/img_flg_normal_SP.png) no-repeat center/ contain;
}


/*キャリーオーバー発生時*/

#top-carryArea #top-noCarryWords {
	display: none;
}


/*キャリーオーバー未認証*/

#top-carryArea.top-flgNormal.top-noPermission #top-noCarryWords {
	display: inline;
}

#top-firstPrizeWords.is-hide {
	display: none;
}

.disp-big .top-carryHead {
	padding: 21px 10px 21px 66px;
	background: url(/system/files/common/img/big/bg_carryOver01_SP.png) repeat-x top center/ auto 100%;
}

.disp-big .top-carryHead:before,
.disp-big .top-carryHead:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 19px;
}

.disp-big .top-carryHead:before {
	top: -3px;
	background: url(/system/files/common/img/big/bg_carryOverBarTop01_SP.png) repeat-x left center/ 375px auto;
}

.disp-big .top-carryHead:after {
	bottom: -3px;
	background: url(/system/files/common/img/big/bg_carryOverBarBtm01_SP.png) repeat-x left center/ 375px auto;
}

.disp-big .top-carryTtl {
	color: #eecd76;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
}

@media print,
screen and (min-width: 768px) {
	.disp-big .top-carryArea {
		background: #e80000;
	}

	.disp-big .top-carryHead {
		padding: 20px 186px 18px 186px;
		background-image: url(/system/files/common/img/big/bg_carryOver01_PC.png);
		background-size: 100% auto;
		white-space: nowrap;
	}

	.disp-big .top-carryHead:before,
	.disp-big .top-carryHead:after {
		width: calc(100% + 8px);
		left: 0;
		right: 0;
		margin-left: -4px;
		margin-right: -4px;
		height: 24px;
	}

	.disp-big .top-carryHead:before {
		background: url(/system/files/common/img/big/bg_carryOverBarTop01_PC.png) repeat-x left center/ 1112px auto;
	}

	.disp-big .top-carryHead:after {
		background: url(/system/files/common/img/big/bg_carryOverBarBtm01_PC.png) repeat-x left center/ 1112px auto;
	}

	.top-carryFlg {
		width: 165px;
		height: 154px;
	}

	/*キャリーオーバー発生時フラグ*/
	#top-carryArea.top-flgOver .top-carryFlg {
		background: url(/system/files/common/img/big/img_flg_over_PC.png) no-repeat center/ contain;
		height: 154px;
	}

	/*キャリーオーバーなしフラグ*/
	#top-carryArea.top-flgNormal .top-carryFlg {
		background: url(/system/files/common/img/big/img_flg_normal_PC.png) no-repeat center/ contain;
	}
}


/*キャリーエリアコンテンツ部分*/

.disp-big .top-carryBody {
	margin-top: -5px;
	padding: 22px 19px;
	background: url(/system/files/common/img/big/bg_carryOverBody01_SP.png) no-repeat top center/ cover;
}

.disp-big .top-carryQList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: left;
}

.disp-big .top-carryQList>*+* {
	margin-left: 12px;
}

.disp-big .top-carryQ {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	color: #efd898;
	font-size: 1.3rem;
	letter-spacing: -0.001em;
}

.disp-big .top-carryQ:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(/system/files/common/img/big/ico_Q01.png) no-repeat center/ contain;
}

@media print,
screen and (min-width: 768px) {
	.disp-big .top-carryBody {
		padding: 30px 40px;
		background-image: url(/system/files/common/img/big/bg_carryOverBody01_PC.png);
	}

	.disp-big .top-carryNumArea {
		position: relative;
		text-align: center;
		margin-bottom: 14px;
	}

	.disp-big .top-carryNumWrap {
		display: inline-block;
		width: 694px;
	}

	.disp-big .top-carryNumInner {
		padding: 5px;
	}

	.disp-big .top-carryQList {
		top: 0;
		right: 0;
		position: absolute;
		width: 125px;
		display: block;
	}

	.disp-big .top-carryQList>*+* {
		margin-left: 0;
		margin-top: 6px;
	}

	.disp-big .top-carryQ {
		padding-left: 20px;
		font-size: 1.5rem;
	}

	.disp-big .top-carryQ:before {
		content: '';
		display: block;
		position: absolute;
		top: 0.3em;
		width: 15px;
		height: 15px;
		background: url(/system/files/common/img/big/ico_Q01.png) no-repeat center/ contain;
	}

	.disp-big .top-carryQ:hover {
		text-decoration: underline;
	}
}


/*キャリーエリアコンテンツ内締め切り時間部分*/

.disp-big .top-carryScdlArea {
	border-top: 1px solid #efd898;
	border-bottom: 1px solid #efd898;
	margin-bottom: 16px;
}

.disp-big .top-carryScdlItem {
	position: relative;
	padding-left: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.disp-big .top-carryScdlIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	width: 25.5px;
	height: 18.5px;
	margin-top: auto;
	margin-bottom: auto;
}

.disp-big .top-carryScdlIco>img {
	width: 100%;
}
.disp-big .top-carryScdlTxt span {
	font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
	.disp-big .top-carryScdlArea {
		border-top: none;
		border-bottom: none;
		margin-bottom: 30px;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex;
		-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.disp-big .top-carryScdlItem {
		padding-left: 54px;
		padding-top: 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #efd898;
		width: 320px;
	}

	.disp-big .top-carryScdlItem+.top-carryScdlItem {
		border-top: none;
		margin-left: 32px;
	}

	.disp-big .top-carryScdlIco {
		width: 49px;
		height: 36px;
	}

	.disp-big .top-carryScdlTxt {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.5rem;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.disp-big .top-carryScdlTtl {
		display: block;
		width: 100%;
	}

	.disp-big .top-carryScdlTtl>img {
		height: 20px;
	}

	.disp-big .top-carryScdlTxt span {
		font-weight: bold;
	}

	.disp-big .top-carryScdlTtl {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.disp-big .top-carryScdlTime {
		width: 8em;
	}

	.disp-big .top-carryScdlRest {
		width: 7em;
	}

	.disp-big .top-carryReader {
		padding-left: 5px;
		padding-right: 5px;
	}
}


/*TOTO　キャリーエリア
------------------------------------------*/

.disp-toto .top-carryArea {
	padding-bottom: 11px;
	background: #ffd800 url(/system/files/common/img/toto/bg_kamifubuki01_SP.png) repeat-x center top/ auto 100%;
}

.disp-toto .top-carryHead {
	color: #fff;
	padding: 11px 10px 11px 66px;
	background-color: #212121;
}

.disp-toto .top-carryHead:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	top: -2px;
	left: 0;
	background: url(/system/files/common/img/toto/bg_carryTop.png) repeat-x left top/ auto 2px;
}

.disp-toto .top-carryBody {
	background: url(/system/files/common/img/toto/bg_stripeToto.gif) left top/ 24px 24px;
}

.disp-toto .top-carryNumLead {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	padding-top: 2px;
	padding-left: 24px;
	padding-right: 24px;
	line-height: 1;
	background: url(/system/files/common/img/toto/ico_empTxtRight.png) no-repeat left center/ auto 23px, url(/system/files/common/img/toto/ico_empTxtLeft.png) no-repeat right center/ auto 23px;
}

.disp-toto .top-carryNumWrap {
	margin-bottom: 17px;
}

.disp-toto .top-carryNumAreaCol {
	text-align: center;
}

.disp-toto .top-carryNumAreaCol+.top-carryNumAreaCol {
	margin-top: 18px;
}

.disp-toto .top-carryBody {
	padding: 20px;
}

.disp-toto .top-carryScheduleCol {
	text-align: left;
	font-weight: bold;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 1.4rem;
}

.disp-toto #top-carryScheduleCol.is-hide {
	display: none;
}

.disp-toto .top-carryNumCol.is-hide {
	display: none;
}

.disp-toto .top-carryScheduleCol .top-blueTxt {
	color: #0098e7;
}

.disp-toto .top-carryScheduleCol .top-greenTxt {
	color: #00882f;
}

.disp-toto .top-totoTbl {
	table-layout: fixed;
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}

.disp-toto .top-totoTbl th,
.disp-toto .top-totoTbl td {
	border: 1px solid #fff8c1;
	vertical-align: middle;
}
.top-totoTbl a{
	text-decoration: underline;
}
.top-totoTbl a:hover{
	text-decoration: none;
}
.disp-toto .top-totoTbl tbody th,
.disp-toto .top-totoTbl tbody td {
	padding: 7px;
}

.disp-toto .top-totoTbl tbody th {
	font-weight: normal;
}
.disp-toto .top-totoTbl tbody th a:after{
	content: ">";
	display: inline-block;
	padding-left: 5px;
	line-height: 1;
	vertical-align: inherit;
}

.disp-toto .top-totoTbl tbody tr>*:nth-child(odd) {
	background-color: #e6e6e6;
}

.disp-toto .top-totoTbl tbody tr>*:nth-child(even) {
	background-color: #f2f2f2;
}

.disp-toto .top-totoTbl .top-totoTblTh01 {
	padding: 4px;
	color: #fff;
	background-color: #000;
	font-weight: bold;
}

.disp-toto .top-totoTbl .top-totoTblLogoToto {
	background-color: #ffd800;
}

.disp-toto .top-totoTbl .top-totoTblLogoMiniA,
.disp-toto .top-totoTbl .top-totoTblLogoMiniB {
	background-color: #009fe8;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal3 {
	background-color: #40a94b;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal2 {
	background-color: #1a9432;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal2_3 {
	position: relative;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal2_3>img {
	position: relative;
	z-index: 1;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal2_3:before,
.disp-toto .top-totoTbl .top-totoTblLogoGoal2_3:after {
	position: absolute;
	content: '';
	display: block;
	width: 50%;
	bottom: 0;
	height: 100%;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal2_3:before {
	left: 0;
	background-color: #1a9431;
}

.disp-toto .top-totoTbl .top-totoTblLogoGoal2_3:after {
	right: 0;
	background-color: #40a94b;
}

.disp-toto .top-carryBtn {
	margin-top: 19px;
	text-align: center;
}

.disp-toto .top-carryBtmArea {
	padding: 29px 10px 19px;
}

.disp-toto .top-carryBtmLaed {
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 23px;
}

.disp-toto .top-carryStripeBox {
	padding: 15px;
	background: url(/system/files/common/img/toto/bg_stripeToto.gif) left top/ 24px 24px;
}

.disp-toto .top-carryStripeBox+.top-carryStripeBox {
	margin-top: 10px;
}

.disp-toto .top-carryStripeTtl {
	margin-bottom: 15px;
}

.disp-toto .top-carryStripeCnt {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.disp-toto .top-carryStripeCnt>* {
	display: table-cell;
	vertical-align: middle;
}

.top-carryStripeLogo {
	width: 35%;
}

.top-carryStripeTxt {
	padding-left: 10px;
	font-size: 1.4rem;
}

.top-carryStripeTxtNum {
	font-weight: bold;
}

.top-carryStripeTxtL {
	font-size: 2.4rem;
}

@media print,
screen and (min-width: 768px) {
	.disp-toto .top-carryArea {
		padding-bottom: 64px;
		background-image: url(/system/files/common/img/toto/bg_kamifubuki01_PC.png);
	}

	.disp-toto .top-carryHead {
		padding: 20px 34px 18px 186px;
	}

	.disp-toto .top-carryHead:before {
		height: 4px;
		top: -4px;
		background-size: auto 4px;
	}

	.disp-toto .top-carryBody {
		padding: 36px 40px;
		background-size: 46px 46px;
	}

	.disp-toto .top-carryScheduleCol {
		padding: 20px;
		font-size: 1.6rem;
	}

	.disp-toto .top-carryNumArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-flex-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.disp-toto .top-carryNumLead {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 2.8rem;
		margin-bottom: 16px;
	}

	.disp-toto .top-carryNumWrap {
		margin-bottom: 0;
	}

	.disp-toto .top-carryNumAreaCol {
		float: left;
		width: 49%;
	}

	.disp-toto .top-carryNumAreaCol+.top-carryNumAreaCol {
		margin-left: 2%;
		margin-top: 0;
	}

	.disp-toto .top-totoTbl {
		font-size: 1.6rem;
	}

	.disp-toto .top-carryBtmLaed {
		font-size: 4rem;
		margin-bottom: 42px;
	}

	.disp-toto .top-carryBtmArea {
		padding: 60px 0 0;
		width: 1104px;
		margin-left: auto;
		margin-right: auto;
	}

	.top-carryStripeBoxWrap {
		overflow: hidden;
	}

	.disp-toto .top-carryStripeBox {
		float: left;
		width: 350px;
		padding: 19px;
		background-size: 40px 40px;
	}

	.disp-toto .top-carryStripeBox+.top-carryStripeBox {
		margin-left: 16px;
		margin-top: 0;
	}

	.disp-toto .top-carryStripeTtl {
		margin-bottom: 20px;
	}

	.top-carryStripeLogo {
		width: 44%;
	}

	.top-carryStripeTxt {
		padding-left: 10px;
		font-size: 1.6rem;
	}

	.top-carryStripeTxtNum {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.top-carryStripeTxtL {
		font-size: 2.5rem;
	}

	.disp-toto .top-carryBtn {
		margin-top: 40px;
	}
}

/* バナー　1カラム　2カラム
---------------------*/
.top-bnrColumn2 {
	margin-bottom: 15px;
	overflow: hidden;
}
.top-bnrColumn2 > *:last-child{
	margin-bottom: 0;
}
.top-bnrColumn2 a{
	display: block;
	margin-bottom: 15px;
}
.top-bnrColumn1 a{
	display: block;
	margin-bottom: 15px;
}
.top-bnrColumn1 > *:last-child{
	margin-bottom: 0;
}
@media print,
screen and (min-width: 768px) {
	.top-bnrColumn2 {
		margin-bottom: 30px;
		display: table;
		table-layout: fixed;
	}
	.top-bnrColumn2 a{
		display: table-cell;
		vertical-align: top;
		margin-bottom: 0;
	}
	.top-bnrColumn2 a:hover{
		opacity: 0.6;
	}
	.top-bnrColumn1 a:hover{
		opacity: 0.6;
	}


}
/*タイトル、テキスト
---------------------*/

.disp-big .top-ttl01 {
	font-size: 2.1rem;
	font-weight: bold;
}

.disp-big .top-ttl01.top-icoTtlWin {
	position: relative;
	margin-bottom: 15px;
	padding-left: 72px;
}

.disp-big .top-ttl01.top-icoTtlWin:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	width: 64px;
	height: 62px;
	background: url(/system/files/common/img/big/ico_01.png) no-repeat left center/contain;
}

.top-ttl02 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 14px;
}

.disp-big .top-ttl02 {
	border-bottom: 2px solid #e80000;
}

.disp-toto .top-ttl02 {
	border-bottom: 2px solid #ffd800;
}

.top-txtEmphasis {
	font-weight: bold;
}

.disp-big .top-txtEmphasis {
	color: #e80000;
}

.top-txtEmphasis {
	color: #212121;
}

.top-txtStrong01 {
	font-size: 1.5rem;
	font-weight: bold;
}

.top-txtStrong02 {
	font-size: 1.4rem;
	font-weight: bold;
}

.top-txtStrong02 strong {
	font-size: 1.4rem;
}

.top-txtLead {
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.top-txtStrong01.top-icoCM {
	padding-left: 16px;
}

.disp-big .top-txtStrong01.top-icoCM {
	background: url(/system/files/common/img/big/ico_CM.png) no-repeat left center/ 14px auto;
}

.disp-toto .top-txtStrong01.top-icoCM {
	background: url(/system/files/common/img/toto/ico_CM.png) no-repeat left center/ 14px auto;
}

.disp-big .top-appealArea .top-txtLead {
	color: #fff;
}

@media print,
screen and (min-width: 768px) {
	.disp-big .top-ttl01 {
		font-size: 4rem;
	}
	.disp-big .top-ttl01.top-icoTtlWin {
		margin-bottom: 0;
		padding-top: 34px;
		padding-bottom: 28px;
		padding-left: 119px;
	}
	.disp-big .top-ttl01.top-icoTtlWin:before {
		width: 98px;
		height: 95px;
	}
	.top-ttl02 {
		font-size: 2.6rem;
	}
	.top-txtLead {
		font-size: 4rem;
		margin-bottom: 17px;
		padding: 32px 50px;
	}
	.disp-big .top-txtLead {
		background: url(/system/files/common/img/big/bg_appealLead01.png) no-repeat center;
	}
	.top-txtStrong01 {
		font-size: 2rem;
		font-weight: bold;
	}
	.top-txtStrong01.top-icoCM {
		padding-left: 20px;
	}
	.disp-big .top-txtStrong01.top-icoCM {
		background: url(/system/files/common/img/big/ico_CM.png) no-repeat left center/ 19px auto;
	}
	.disp-toto .top-txtStrong01.top-icoCM {
		background: url(/system/files/common/img/toto/ico_CM.png) no-repeat left center/ 19px auto;
	}
}


/*レイアウト系
---------------------*/

.top-container {
	padding: 20px 10px 15px;
	background-color: #fff;
}
.top-appealArea {
	padding: 29px 35px;
}

.top-campaignArea {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #f5f5f5;
}

.disp-big .top-appealArea {
	background: #e80000 url(/system/files/common/img/big/bg_kamifubuki02_SP.png) repeat-x center top/auto 100%;
}

.disp-toto .top-appealArea {
	background: #ffd800 url(/system/files/common/img/toto/bg_kamifubuki02_SP.png) repeat-x center top/auto 100%;
}

.top-column2Block>.col+.col {
	margin-top: 30px;
}

.top-columnFreeBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-columnFreeBlock>.col+.col {
	padding-left: 16px;
}

.top-stripeBox {
	padding: 4%;
	background: url(/system/files/common/img/bg_stripe01.gif) left top/14px 14px;
}

.top-stripeBox+.top-stripeBox {
	margin-top: 10px;
}

.top-mediaCnt {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-mediaCnt>* {
	display: table-cell;
	vertical-align: middle;
}

.top-mediaImg {
	width: 19%;
	padding-right: 4%;
}

.top-mediaCnt.top-mediaGutterSmall .top-mediaImg {
	padding-right: 10px;
}

.top-mediaCnt.top-mediaNoGutter .top-mediaImg {
	padding-right: 0;
}

.top-cMCnt {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.top-cMCnt:hover {
	text-decoration: underline;
}

.top-cMCnt:hover .top-cMImg {
	opacity: 0.6;
}

.top-cMCnt>* {
	display: table-cell;
	vertical-align: top;
}

.top-cMImg {
	width: 43%;
}

.top-cMTxt {
	padding: 5px;
	font-size: 1.2rem;
	background: url(/system/files/common/img/bg_stripe01.gif) left top/14px 14px;
}

.top-cMTxt .top-txtStrong01 {
	font-size: 1.3rem;
}

@media print,
screen and (min-width: 768px) {
	.top-container {
		padding: 60px 0;
		width: 1104px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
	}
	.top-appealArea {
		padding: 43px 137px 76px;
	}
	.disp-big .top-appealArea {
		background-image: url(/system/files/common/img/big/bg_kamifubuki02_PC.png);
		background-size: auto 479px;
	}
	.disp-toto .top-appealArea {
		background-image: url(/system/files/common/img/toto/bg_kamifubuki02_PC.png);
		background-size: auto 479px;
	}
	.top-stripeBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px;
	}
	.top-stripeBox {
		padding: 15px;
		background-size: 30px 30px;
	}
	.top-column2Block {
		overflow: hidden;
	}
	.top-column2Block>.col {
		float: left;
		width: 532px;
	}
	.top-column2Block>.col+.col {
		margin-top: 0;
	}
	.top-column2Block>.col:nth-child(even) {
		margin-left: 40px;
	}
	.top-mediaImg {
		width: 13%;
	}
	.disp-toto .top-mediaImg {
		width: 17%;
	}
	.top-icoHuman>img {
		width: 36px;
	}
	.disp-toto .top-icoHuman>img {
		width: auto;
	}
	.top-cMTxt {
		padding: 15px;
		font-size: 1.6rem;
		background-size: 30px 30px;
	}
	.top-cMImg {
		width: 35%;
	}
	.top-cMTxt .top-txtStrong01 {
		font-size: 1.5rem;
	}
}


/*バナー
---------------------*/

.top-largebnr {
	display: inline-block;
	margin-bottom: 30px;
}

.top-largebnr:hover {
	opacity: 0.6;
}

.disp-toto .top-bnr01 {
	display: block;
}

.disp-toto .top-bnr01+.top-bnr01 {
	margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
	.disp-toto .top-bnr01:hover {
		opacity: 0.6;
	}
	.disp-toto .top-largebnr {
		margin-bottom: 60px;
	}
}


/*ボタン、パネル系
---------------------*/


/*ボタン
-------------*/

.top-btn {
	margin-top: 15px;
}

.top-btn a {
	display: inline-block;
	padding: 13px 20px 13px 13px;
	background-color: #000;
	border: 1px solid #000;
	font-size: 1.3rem;
	position: relative;
	text-align: center;
	min-width: 150px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.top-btn.top-btnMedium a {
	min-width: 170px;
}

.top-btn a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 13px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.disp-big .top-btn a {
	background-color: #fff;
	color: #e80000;
	border: 1px solid #e80000;
}

.disp-big .top-btn a:hover {
	background-color: #e80000;
	color: #fff;
}

.disp-toto .top-btn a {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.disp-toto .top-btn a:hover {
	background-color: #000;
	color: #fff;
}

.disp-big .top-btn a:before {
	border-bottom: 2px solid #e80000;
	border-right: 2px solid #e80000;
}

.disp-big .top-btn a:hover:before,
.disp-toto .top-btn a:hover:before {
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.disp-toto .top-btn a:before {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
}

.top-btn.top-btnCenter {
	text-align: center;
}

@media print,
screen and (min-width: 768px) {
	.top-btn a {
		font-size: 1.6rem;
	}
	.top-btn a:hover {
		background-color: #fff;
		color: #000;
	}
	.top-btn a:hover:before {
		border-color: #000;
	}
	.top-btn.top-btnMedium a {
		min-width: 210px;
	}
	.top-btn.top-btnPcRight {
		text-align: right;
	}
}


/*メールボタン
-------------*/

.top-btnMail {
	display: block;
	padding: 12px 10px;
	background-color: #fcd62c;
}

.top-btnMail:hover {
	opacity: 0.6;
}

@media print,
screen and (min-width: 768px) {
	.top-btnMail {
		padding-left: 35px;
		padding-right: 35px;
	}
}


/*アピールエリアパネル
-------------*/

.top-appealPanelBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.top-appealPanel {
	width: 50%;
}

@media print,
screen and (min-width: 768px) {
	.top-appealAreaInner {
		width: 1028px;
		margin-left: auto;
		margin-right: auto;
	}

	.top-appealPanel {
		width: 252px;
		max-width: inherit;
		-webkit-transition: -webkit-transform 0.2s ease;
		transition: -webkit-transform 0.2s ease;
		transition: transform 0.2s ease;
		transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	}

	.top-appealPanel:hover {
		-webkit-transform: scale(0.95, 0.95);
		transform: scale(1.1, 1.1) translateY(-10px);
	}
}


/*ピックアップリンク
-------------*/

.top-linkPanel {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 29px;
	position: relative;
}

.top-linkPanel:hover {
	text-decoration: underline;
}

.top-linkPanel:hover img {
	opacity: 0.6;
}

.top-linkPanel:before {
	content: '';
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-top: 2px solid #9d9d9d;
	border-right: 2px solid #9d9d9d;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-linkPanel+.top-linkPanel {
	border-top: 1px solid #dbdbdb;
}

.top-linkPanel:last-child {
	border-bottom: 1px solid #dbdbdb;
}

@media print,
screen and (min-width: 768px) {
	.top-linkPanel {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
	}

	.top-linkPanel:before {
		content: normal;
	}

	.top-linkPanel+.top-linkPanel {
		margin-top: 20px;
		border-top: none;
	}

	.top-linkPanel:last-child {
		border-bottom: none;
	}
}


/*キャンペーンパネル
-------------*/

.top-cmpPanel {
	display: block;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	padding-bottom: 13px;
}

.top-cmpPanel:hover {
	opacity: 0.6;
}

.top-cmpPanelImg {
	margin-bottom: 13px;
}

.top-cmpPanelImg img {
	width: 100%;
}

.top-cmpPanelDesc {
	padding-left: 10px;
	padding-right: 10px;
}

.top-cmpPanelTtl {
	font-size: 1.4rem;
	font-weight: bold;
}

.top-cmpPanelTxt {
	font-size: 1.4rem;
}



/*キャンペーンスライダー
---------------------*/

.top-cmpSliderWrap {
	position: relative;
	text-align: center;
}

.top-cmpSliderWrap.is-sliderRemoved {
	padding-left: 43px;
	padding-right: 43px;
}

.top-slide {
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.top-slide {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.top-slideArrows {
	position: absolute;
	top: 50%;
	bottom: 0;
	height: 0;
	width: 100%;
	margin-top: -32px;
}

.top-cmpSliderWrap.is-sliderRemoved .top-slideArrows {
	display: none;
}

.top-slideArrowsInner {
	position: relative;
	width: 100%;
}

.top-slideArrow {
	position: absolute;
	top: 0;
}

.top-slideArrow.top-arrowPrev {
	left: 10px;
}

.top-slideArrow.top-arrowNext {
	right: 10px;
}

.top-slideArrow button {
	height: 40px;
	width: 40px;
	border: none;
	position: relative;
	display: block;
	border-radius: 50%;
	text-indent: -9999px
}

.disp-big .top-slideArrow button {
	background-color: rgba(232, 0, 0, 0.8);
}

.disp-toto .top-slideArrow button {
	background-color: rgba(255, 216, 0, 0.8);
}

.top-slideArrow button:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	opacity: 0.8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-slideArrow.top-arrowPrev button:before {
	left: 15px;
}

.disp-big .top-slideArrow.top-arrowPrev button:before {
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

.disp-toto .top-slideArrow.top-arrowPrev button:before {
	border-left: 3px solid #212121;
	border-bottom: 3px solid #212121;
}

.top-slideArrow.top-arrowNext button:before {
	right: 15px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}

.disp-big .top-slideArrow.top-arrowNext button:before {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}

.disp-toto .top-slideArrow.top-arrowNext button:before {
	border-right: 3px solid #212121;
	border-top: 3px solid #212121;
}

.top-cmpSliderPager {
	position: relative;
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-webkit-flex-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}


.top-cmpSliderPager .slick-dots {
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 0;
	display: inline-block;
}

.top-cmpSliderPager .slick-dots>li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}

.top-cmpSliderPager .slick-dots>li>button {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	text-indent: -9999px;
}

.disp-big .top-cmpSliderPager .slick-dots>li>button {
	background-color: #c1c1c1;
	border: 1px solid #c1c1c1;
}

.disp-toto .top-cmpSliderPager .slick-dots>li>button {
	background-color: #c1c1c1;
	border: 1px solid #c1c1c1;
}

.disp-big .top-cmpSliderPager .slick-dots>li.slick-active>button {
	background-color: #e51711;
	border-color: #e51711;
}

.disp-toto .top-cmpSliderPager .slick-dots>li.slick-active>button {
	background-color: #ffd800;
	border-color: #ffd800;
}

.top-cmpSliderPauseWrap {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	border-radius: 50%;
}

.disp-big .top-cmpSliderPauseWrap {
	background-color: #e51711;
}

.disp-toto .top-cmpSliderPauseWrap {
	background-color: #ffd800;
}

.top-cmpSliderPager .top-cmpSliderPause {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
}

.top-cmpSliderPager .top-cmpSliderPause:before {
	content: '';
	display: block;
	position: absolute;
}

.top-cmpSliderPager .top-cmpSliderPause:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 12px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.disp-big .top-cmpSliderPager .top-cmpSliderPause:before {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.disp-toto .top-cmpSliderPager .top-cmpSliderPause:before {
	border-left: 3px solid #37331e;
	border-right: 3px solid #37331e;
}

.disp-big .top-cmpSliderWrap.is-pause .top-cmpSliderPause:before,
.disp-toto .top-cmpSliderWrap.is-pause .top-cmpSliderPause:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
}

.disp-big .top-cmpSliderWrap.is-pause .top-cmpSliderPause:before {
	border-color: transparent transparent transparent #fff;
}

.disp-toto .top-cmpSliderWrap.is-pause .top-cmpSliderPause:before {
	border-color: transparent transparent transparent #000;
}


@media print,
screen and (min-width: 768px) {
	.top-cmpSliderWrap.is-sliderRemoved {
		text-align: center;
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-slide {
		width: 243px;
	}
	.top-slideArrows {
		width: 1104px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.top-cmpSliderPager{
		margin-top: 20px;
	}
	.top-cmpSliderPager .slick-dots{
		background:none;
	}
}



/*お知らせ系 リスト
---------------------*/

.top-newsListWrap .top-newsList+.top-newsList {
	border-top: 1px solid #999999;
	margin-top: 13px;
	padding-top: 13px;
}

.top-newsListWrap .top-news {
	display: block;
}

.top-newsListWrap .top-news:hover {
	text-decoration: underline;
}

.top-newsListWrap .top-news:hover .top-newsDate {
	text-decoration: underline;
}

.top-newsListWrap .top-newsDate {
	font-weight: bold;
	width: 9em;
}

@media print,
screen and (min-width: 768px) {
	.top-newsListWrap .top-newsDate {
		font-weight: normal;
	}
	.top-newsListWrap .top-newsList+.top-newsList {
		border-top: none;
		padding-top: 0;
	}
	.top-newsListWrap .top-newsDate {
		float: left;
		margin-right: 15px;
	}
	.top-newsListWrap .top-newsDesc {
		overflow: hidden;
	}
}



/*タブ
---------------------*/

.top-tabBtnWrap {
	display: table;
	width: 100%;
	table-layout: flex;
}

.top-tabBtn {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 6px;
	line-height: 1.2;
	text-align: center;
	width: 25%;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.top-tabBtn:not(.is-active)+.top-tabBtn {
	border-left-color: #fff;
}

.top-tabBtn.is-active {
	background-color: #fff;
	color: #000;
}

.disp-big .top-tabBtn {
	background-color: #e80000;
	color: #fff;
	border: 1px solid #e80000;
}

.disp-big .top-tabBtn:not(.is-active)+.top-tabBtn {
	border-left-color: #fff;
}

.disp-big .top-tabBtn.is-active {
	background-color: #fff;
	color: #e80000;
}

.disp-toto .top-tabBtn {
	background-color: #ffd800;
	border: 1px solid #ffd800;
	color: #000;
}

.disp-toto .top-tabBtn:not(.is-active)+.top-tabBtn {
	border-left-color: #fff;
}

.disp-toto .top-tabBtn.is-active {
	background-color: #fff;
}

.top-tabCnt {
	display: none;
	padding-top: 15px;
}

.top-tabCnt.is-show {
	display: block;
}

@media print,
screen and (min-width: 768px) {
	.top-tabBtnWrap {
		width: 910px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.8rem;
	}
	.top-tabBtn:hover {
		background: #fff;
		color: #000;
	}
	.disp-big .top-tabBtn:hover {
		color: #e80000;
	}
	.disp-toto .top-tabBtn:hover {
		color: #000;
	}
	.top-tabCnt {
		display: none;
		padding-top: 35px;
	}
}


/*ボーダー
--------------------------------*/

.top-border {
	border-color: #dbdbdb;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

@media print,
screen and (min-width: 768px) {
	.top-border {
		width: 1104px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*マージン
--------------------------------*/

.top-marginMedium {
	margin-bottom: 30px;
}

@media print,
screen and (min-width: 768px) {
	.top-marginMedium {
		margin-bottom: 40px;
	}
}

/*2020 01 ADD
--------------------------------*/
.top-carryBigBody {
	position: relative;
	background: #fff;
	border: 3px solid #000;
	padding: 56px 40px 28px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 6px 0px 0px #000;
}
@media screen and (max-width: 767px) {
	.disp-big .top-carryArea {
		padding: 50px 20px 20px;
	}
}
.top-carryBigTitle01 {
	background: url(/system/files/common/img/big/bg_carry_title01_pc.png) 0 0 no-repeat;
	width: 585px;
	height: 75px;
	position: absolute;
	top: -35px;
	left: 50%;
	text-align: center;
	margin-left: -292px;
}
.top-carryBigTitle01Inner {
	display: flex;
	font-size: 2.0rem;
	width: 500px;
	height: 55px;
	margin: auto;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
#top-carryArea .top-carryBigBody #top-carryWords {
	display: inline;
}
#top-carryArea .top-carryBigBody .top-carryBigTitle01.top-noPermission #top-carryWords {
	display: none;
}
#top-carryArea .top-carryBigBody .top-carryBigTitle01.top-noPermission #top-noCarryWords {
	display: inline;
}
.top-carryBitTitleBr {
	padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
	.top-carryBigTitle01 {
		background-image: url(/system/files/common/img/big/bg_carry_title01_sp.png);
		background-size: contain;
		width: 360px;
		height: 80px;
		top: -35px;
		left: 50%;
		margin-left: -180px;
	}
	.top-carryBigTitle01Inner {
		display: flex;
		font-size: 1.6rem;
		line-height: 1.4;
		width: 270px;
		height: 57px;
	}
	#top-carryArea .top-carryBigBody #top-carryWords {
		display: block;
	}
	#top-carryArea .top-carryBigBody .top-carryBigTitle01.top-noPermission #top-noCarryWords {
		display: block;
	}
	.top-carryBitTitleBr {
		padding-left:0;
	}
}
@media screen and (max-width: 360px) {
	.top-carryBigTitle01 {
		background-size: contain;
		width: 100%;
		height: 80px;
		top: -35px;
		left: 0;
		margin-left: 0;
	}
	.top-carryBigTitle01Inner {
		height: 48px;
		line-height: 1.2;
	}
}
.top-carryBigWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.top-carryBigItem {
	position: relative;
	width: 50%;
}
.top-carryBigItem:first-child {
	padding-right: 102px;
}
.top-carryBigItem:last-child {
	padding: 0 80px 0 30px;
}
.top-carryBigItem:last-child::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-image: linear-gradient(to bottom, #707070, #707070 2px, transparent 0px, transparent 0px);
	background-size: 2px 5px;
	background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
	.top-carryBigBody {
		padding: 50px 15px 20px;
	}
	.top-carryBigWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top-carryBigItem:first-child,
	.top-carryBigItem:last-child {
		width: 100%;
		padding: 0;
	}
	.top-carryBigItem:last-child {
		margin-top: 20px;
		padding-top: 10px;
	}
	.top-carryBigItem:last-child::before {
		width: 100%;
		height: 2px;
		background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 0px);
		background-size: 5px 2px;
		background-repeat: repeat-x;
	}
}

.top-carryBigBadge01 {
	position: absolute;
	top: 0;
	right: 0;
}
.top-carryBigItem:first-child .top-carryBigBadge01 {
	right: 20px;
}
.top-carryBigTitle02 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.top-carryBigBadgeTitle {
	width: 80px;
	display: none;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
.top-carryBigItem.top-flgOver .top-carryBigBadgeTitle.-logo02 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.top-carryBigItem.top-flgNormal .top-carryBigBadgeTitle.-logo01 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.top-carryBigItem.top-flgOver.top-flgNormal .top-carryBigBadgeTitle.-logo02 {
	display: none;
}
.top-carryBigBody .top-carryWordUnit {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 20px;
	padding: 8px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}
.top-carryBigBody .top-carryWordUnit .top-carryTimes.top-carryTtlL {
	font-size: 2.0rem;
}
.top-carryBigBody .top-carryBigTitleTxt {
	padding-left: 0.5em;
	font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
	.top-carryBigBody .top-carryWordUnit {
		padding: 7px 0;
		font-size: 1.2rem;
	}
	.top-carryBigBody .top-carryWordUnit .top-carryTimes.top-carryTtlL {
		font-size: 1.2rem;
	}
	.top-carryBigBody .top-carryBigTitleTxt {
		font-size: 1.2rem;
		line-height: 1;
	}
}

.top-carryBigBody .top-carryWordUnit::before,
.top-carryBigBody .top-carryWordUnit::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
}
.top-carryBigBody .top-carryWordUnit::before {
	top: 2px;
}
.top-carryBigBody .top-carryWordUnit::after {
	bottom: 2px;
}
.top-carryBigBody .top-carryWordUnit br {
	display: none;
}
@media screen and (max-width: 767px) {
	.top-carryBigInner {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	.top-carryBigTitle02 {
		flex: 1 1 auto;
	}
	.top-carryBigTitleLogo {
		width: 70px;
	}
	.top-carryBigBadge01 {
		position: static;
		width: 72px;
		flex: 0 0 auto;
	}
	.top-carryBigBody .top-carryWordUnit {
		margin: 0 10px;
	}
}
@media print,
screen and (min-width: 768px) {
	.top-carryBig {
		width: 1105px;
		margin-left: auto;
		margin-right: auto;
	}
}
.top-carryBigBody .top-carryNumInner {
	margin-top: 20px;
	padding: 0;
	box-shadow: none;
}
.top-carryBigBody .top-carryNumInner {
	background: transparent;
}
.top-carryBigBody .top-carryItem {
	background: transparent;
}
.disp-big .top-carryItem {
	margin-right: 2px;
	padding-top: 10%;
}
.disp-big .top-carryBigItem.-big .top-num0 {
	background-image: url(/system/files/common/img//big/img_num_big0.png)
}
.disp-big .top-carryBigItem.-big .top-num1 {
	background-image: url(/system/files/common/img//big/img_num_big1.png)
}
.disp-big .top-carryBigItem.-big .top-num2 {
	background-image: url(/system/files/common/img//big/img_num_big2.png)
}
.disp-big .top-carryBigItem.-big .top-num3 {
	background-image: url(/system/files/common/img//big/img_num_big3.png)
}
.disp-big .top-carryBigItem.-big .top-num4 {
	background-image: url(/system/files/common/img//big/img_num_big4.png)
}
.disp-big .top-carryBigItem.-big .top-num5 {
	background-image: url(/system/files/common/img//big/img_num_big5.png)
}
.disp-big .top-carryBigItem.-big .top-num6 {
	background-image: url(/system/files/common/img//big/img_num_big6.png)
}
.disp-big .top-carryBigItem.-big .top-num7 {
	background-image: url(/system/files/common/img//big/img_num_big7.png)
}
.disp-big .top-carryBigItem.-big .top-num8 {
	background-image: url(/system/files/common/img//big/img_num_big8.png)
}
.disp-big .top-carryBigItem.-big .top-num9 {
	background-image: url(/system/files/common/img//big/img_num_big9.png)
}
.disp-big .top-carryBigItem.-megabig .top-num0 {
	background-image: url(/system/files/common/img//big/img_num_megabig0.png)
}
.disp-big .top-carryBigItem.-megabig .top-num1 {
	background-image: url(/system/files/common/img//big/img_num_megabig1.png)
}
.disp-big .top-carryBigItem.-megabig .top-num2 {
	background-image: url(/system/files/common/img//big/img_num_megabig2.png)
}
.disp-big .top-carryBigItem.-megabig .top-num3 {
	background-image: url(/system/files/common/img//big/img_num_megabig3.png)
}
.disp-big .top-carryBigItem.-megabig .top-num4 {
	background-image: url(/system/files/common/img//big/img_num_megabig4.png)
}
.disp-big .top-carryBigItem.-megabig .top-num5 {
	background-image: url(/system/files/common/img//big/img_num_megabig5.png)
}
.disp-big .top-carryBigItem.-megabig .top-num6 {
	background-image: url(/system/files/common/img//big/img_num_megabig6.png)
}
.disp-big .top-carryBigItem.-megabig .top-num7 {
	background-image: url(/system/files/common/img//big/img_num_megabig7.png)
}
.disp-big .top-carryBigItem.-megabig .top-num8 {
	background-image: url(/system/files/common/img//big/img_num_megabig8.png)
}
.disp-big .top-carryBigItem.-megabig .top-num9 {
	background-image: url(/system/files/common/img//big/img_num_megabig9.png)
}
.disp-big .top-kanjiOku {
	background-image: url(/system/files/common/img/big/img_kanji_oku01.png);
}
.disp-big .top-kanjiMan {
	background-image: url(/system/files/common/img/big/img_kanji_man01.png);
}
.disp-big .top-kanjiEn {
	background-image: url(/system/files/common/img/big/img_kanji_en01.png);
}
.disp-big .top-kanji {
	background-size: 14px auto;
	background-position: 50% 80%;
}
@media screen and (max-width: 767px) {
	.top-carryBigBody .top-carryNumInner {
		margin-top: 10px;
	}
}

.top-carryBig .top-carryInfo {
	margin-top: 15px;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.top-carryBig .top-carryScdlItem {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	position: relative;
	align-items: center;
	margin-left: 0;
	padding: 0 17px;
	border: none;
	width: 298px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex: 0 0 auto;
}
.disp-big .top-carryBig .top-carryScdlItem+.top-carryScdlItem {
	margin-left: 0;
}
.disp-big .top-carryBig .top-carryScdlItem+.top-carryScdlItem::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 50px;
	margin-top: -25px;
	background-image: linear-gradient(to bottom, #707070, #707070 2px, transparent 0px, transparent 0px);
	background-size: 2px 5px;
	background-repeat: repeat-y;
}
.top-carryBig  .top-carryScdlItem .top-carryScdlTxt {
	position: relative;
	padding-left: 55px;
	text-align: left;
	justify-content: flex-start;
	flex: 1 1 auto;
}
.top-carryBig  .top-carryScdlItem .top-carryScdlTxt::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	top: 50%;
	left: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.top-carryBig  .top-carryScdlItem.-icon01  .top-carryScdlTxt::before {
	background-image: url(/system/files/common/img/big/ico_scedule_net01.png);
	height: 32px;
	margin-top: -16px;
}
.top-carryBig  .top-carryScdlItem.-icon02  .top-carryScdlTxt::before {
	background-image: url(/system/files/common/img/big/ico_scedule_shop01.png);
	height: 32px;
	margin-top: -16px;
}
.top-carryBig  .top-carryScdlItem.-icon03  .top-carryScdlTxt::before {
	background-image: url(/system/files/common/img/big/ico_scedule_cvs01.png);
	height: 32px;
	margin-top: -16px;
}
@media screen and (max-width: 767px) {
	.top-carryBig .top-carryScdlItem {
		width: 100%;
		padding: 0;
	}
	.disp-big .top-carryBig .top-carryScdlItem+.top-carryScdlItem {
		margin-top: 7px;
		padding-top: 10px;
	}
	.disp-big .top-carryBig .top-carryScdlItem+.top-carryScdlItem::before {
		width: 100%;
		height: 2px;
		left: 0;
		top: 0;
		background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 0px);
		background-size: 5px 2px;
		background-repeat: repeat-x;
		margin-top: 0;
	}
}

.top-carryBig .top-carryScdlTtl {
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}
.top-carryBig .top-carryScdlTime {
	font-size: 1.6rem;
	color: #e80000;
}
.top-carryBig  .top-carryScdlRest {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	font-size: 1.4rem;
	font-weight: bold;
	background: #e80000;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	padding: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.top-carryBig .top-carryQList {
	position: static;
	width: 180px;
}
.top-carryBig .top-carryQList a {
	color: #fff;
}
.top-carryBig .top-carryQList a::before {
	background-image: url(/system/files/common/img/big/ico_q01.png);
}
.top-carryBig .top-carryScdlArea {
	width: 900px;
	background: #fff;
	border: 3px solid #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 0;
	padding: 8px 0;
	flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
	.top-carryBig .top-carryScdlArea {
		width: 100%;
		padding: 10px 15px;
	}
	.top-carryBig .top-carryInfo {
		flex-direction: column;
	}
	.top-carryBig .top-carryQList {
		margin-top: 20px;
	}
	.top-carryBig .top-carryQList > *:nth-child(2) {
		margin-left: 0;
	}
	.top-carryBig .top-carryQList > *:not(.pcOnly) {
		flex: 0 0 auto;
	}
}
@media screen and (max-width: 360px) {
	.top-carryBig .top-carryQList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.disp-big .top-carryQList>*+* {
		margin: 7px 0 0 0;
	}
}
.top-carryBig .top-carryBtn {
	width: 580px;
	margin: 30px auto 0;
	background-color: #fff;
}
.top-carryBig .top-carryBtn .top-carryBtnInner::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	right: 15px;
	margin-top: -5px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.top-carryBig .top-carryBtn .top-carryBtnTxt {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	.top-carryBig .top-carryBtn {
		margin-top: 20px;
		width: 100%;
	}
}

/* added 230130 */
.path-winner .top-noteTab,
.path-toto .top-noteTab,
.path-big .top-noteTab{
	max-width: 1104px;
}
.top-noteTab {
	position: relative;
	display: flex;
	max-width: 1300px; /*plan B*/
	margin: 0 auto;
}
.top-noteTab .top-noteList{
	width: 50%;
	border-bottom: 1px solid #d9d9d9;
}
.top-noteTab .top-noteList.is-active {
	border-bottom: 1px solid #fff;
}
.top-noteTab .top-noteList.is-active > .top-noteAccBtn {
	font-weight: bold;
}
.top-noteTab .top-noteList.is-grey {
	background:#f7f7f7;
}
.top-noteTab .top-noteList:first-child {
	border-right: 1px solid #d9d9d9;
}
.top-noteTab .top-noteCntWrap {
	position: static;
}
.top-noteTab .top-noteCntWrapInner {
	top: 100%;
	border: 1px solid #d9d9d9;
	border-top: 0;
}
.top-noteTab .top-noteAcc:first-child .top-noteAccBtn {
	border-top: 0;
}
.top-noteTab .top-noteHead:before {
	background-color: #212121 !important;
}
.top-noteTab .top-noteAccBtn:after,
.top-noteTab .top-noteAccBtn.is-active:after {
	border-color: #212121 !important;
}
.top-noteTab .removeEx {
	padding-left: 0;
}
.top-noteTab .removeEx:before{
	display: none;
}
@media print,screen and (min-width: 768px) {
	.top-noteTab .top-noteHead {
		width: auto;
		margin: 0 15px;
	}
	.top-noteTab .top-noteList:first-child {
		border-left: 1px solid #d9d9d9;
	}
	.top-noteTab .top-noteList {
		border-right: 1px solid #d9d9d9;
	}
	.top-noteTab .top-noteAcc {
		width: auto;
		max-width: 1104px;
	}
	.path-winner .top-noteTab .top-noteAcc,
	.path-toto .top-noteTab .top-noteAcc,
	.path-big .top-noteTab .top-noteAcc{
		max-width: 980px;
	}
}
@media print,screen and (max-width: 767px) {
	.top-noteTab .top-noteHead {
		line-height: 1.2;
	}
	.top-noteTab .top-noteHead:before {
		background-position: 6px center;
		background-size: auto 9px;
		width: 14px;
		height: 14px;
	}
	.top-noteTab .top-noteCntWrapInner {
		border-left: 0;
		border-right: 0;
	}
	.top-noteTab .top-noteAccBtn {
		display: flex;
		align-items: center;
		height: 100%;
	}
}

