@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper {
	position: relative;
	width: 100vw;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	padding-top: 48px;
	background-color: #000;
	background-attachment: fixed;
	background-image: url("../images/bgBlack@2x.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contentsWrapper.bgWhite {
	color: #000;
	background-image: url("../images/bgWhite@2x.jpg");
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper {
		padding-top: 3.8vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper {
		padding-top: 15vw;
		background-attachment: inherit;
		background-color: transparent;
		background-image: none;
	}
	#contentsWrapper::before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 120vh;
		background-image: url("../images/bgBlack.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}
	#contentsWrapper.bgWhite::before {
		background-image: url("../images/bgWhite.jpg");
	}
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 85.333333%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}
#contentsWrapper .widthWrapper::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 10;
}
#contentsWrapper .widthWrapper .insideWrapper {
	width: 78.125%;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .bgLoopBlack {
	background-image: url("../images/bgLoopBlack.png");
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
#contentsWrapper .bgLoopWhite {
	background-image: url("../images/bgLoopWhite.png");
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .widthWrapper {
		width: 96%;
	}
	#contentsWrapper .widthWrapper .insideWrapper {
		width: 96%;
	}
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .dispNone,
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
#contentsWrapper .cover {
	width: 100%;
	height: auto;
}
#contentsWrapper .banner .cover {
	border: 2px solid #fff;
	border-radius: 2px;
	box-sizing: border-box;
	overflow: hidden;
}
#contentsWrapper .flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexAround {
	justify-content: space-around;
}
#contentsWrapper .flexStart {
	justify-content: flex-start;
}
#contentsWrapper .flexBlock .flexList2 {
	width: 50%;
}
#contentsWrapper .flexBlock .flexList3 {
	width: 33.333333%;
}
#contentsWrapper .flexBlock .flexList4 {
	width: 22%;
}

#contentsWrapper a {
	color: #ffd200;
	transition: all 0.5s ease;
}
#contentsWrapper a.hover {
	color: #fef1a0;
	transition: all 0.15s ease;
}
#contentsWrapper .textWhite {
	color: #fff;
}
#contentsWrapper .textBlack {
	color: #000;
}
#contentsWrapper .textGray {
	color: #333;
}
#contentsWrapper .textYellow {
	color: #ffd200;
}
#contentsWrapper .textBold {
	font-weight: 700;
}
#contentsWrapper .textNormal {
	font-weight: 400;
}
#contentsWrapper .text36 {
	font-size: 36px;
}
#contentsWrapper .text27 {
	font-size: 27px;
}
#contentsWrapper .text21 {
	font-size: 21px;
}
#contentsWrapper .text15 {
	font-size: 15px;
}
#contentsWrapper .text12 {
	font-size: 12px;
}
#contentsWrapper .text0 {
	font-size: 0!important;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#contentsWrapper .text36 {
		font-size: 2.4vw;
	}
	#contentsWrapper .text27 {
		font-size: 1.8vw;
	}
	#contentsWrapper .text21 {
		font-size: 1.4vw;
	}
	#contentsWrapper .text15 {
		font-size: 1vw;
	}
	#contentsWrapper .text12 {
		font-size: 0.8vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text36 {
		font-size: 3.6vw;
	}
	#contentsWrapper .text27 {
		font-size: 2.7vw;
	}
	#contentsWrapper .text21 {
		font-size: 2.1vw;
	}
	#contentsWrapper .text15 {
		font-size: 1.5vw;
	}
	#contentsWrapper .text12 {
		font-size: 1.2vw;
	}
}
#contentsWrapper .lineHeight100 {
	line-height: 1;
}
#contentsWrapper .lineHeight150 {
	line-height: 1.5;
}
#contentsWrapper .lineHeight200 {
	line-height: 2;
}
#contentsWrapper .marginTopHalf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1 {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2 {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3 {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4 {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .paddingVertical2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .paddingVertical2 {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .alignCenter > .blockCenter {
	display: inline-block;
}
#contentsWrapper .scrollWrapper {
	max-height: 50vh;
	padding: 2em;
	border: 2px solid #ffd200;
	box-sizing: border-box;
	overflow-y: scroll;
}
#contentsWrapper .textList > li {
	text-indent: -1em;
	padding-left: 1em;
}
#contentsWrapper .textWithBorderLeft {
	position: relative;
	padding-left: 1em;
}
#contentsWrapper .textWithBorderLeft::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.3em;
	height: 1em;
	background-color: #ffd200;
	transform: translateY(-50%);
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 0.5em 0 2em;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
/*vote*/
#contentsWrapper .voteBox {
	padding: 0 1.5%;
	box-sizing: border-box;
}
#contentsWrapper .btn a,
#contentsWrapper .btn span {
	display: block;
	width: 100%;
	padding: 1em 0.25em;
	color: #000;
	background-image: linear-gradient(to right, #fddd15 0%, #fef3ad 100%);
	box-sizing: border-box;
	text-decoration: none;
	cursor: pointer;
}
#contentsWrapper.closed .btn span {
	color: #ddd;
	background-image: linear-gradient(to right, #666 0%, #999 100%);
	cursor: auto;
}
#contentsWrapper.bgWhite .btn a,
#contentsWrapper.bgWhite .btn span {
	color: #fff;
	background-image: linear-gradient(to right, #cb1111 0%, #660808 100%);
}
#contentsWrapper.closed.bgWhite .tabWrapper .btn span {
	color: #ddd;
	background-image: linear-gradient(to right, #666 0%, #999 100%);
}
#contentsWrapper .btn.btnTab span {
	position: relative;
	color: #cb1111;
	background-image: linear-gradient(to right, #cb1111 0%, #660808 50%, transparent 50%, transparent 100%);
	background-position: right center;
	background-size: 200% 100%;
	transition: all 0.5s ease;
	z-index: 3;
}
#contentsWrapper .btn.btnTab span.hover,
#contentsWrapper .btn.btnTab span.selected {
	color: #fff;
	background-position: left center;
	transition: all 0.15s ease;
}
#contentsWrapper .btn.btnTab {
	position: relative;
	background-color: #fff;
	z-index: 1;
}
#contentsWrapper .btn.btnTab::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #cb1111;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 2;
}
/*
#contentsWrapper .btn.btnTab a.hover::before {
	border: 3px solid transparent;
}
*/
#contentsWrapper .dummy {
	pointer-events: none;
	opacity: 0;
}
#contentsWrapper .tabContents {
	display: none;
}
#contentsWrapper .tabContents.selected {
	display: block;
}
/* animation */
.init {
	display: block;
	opacity: 0;
	-webkit-transform: translateY(2vw);
	transform: translateY(2vw);
}
.action .fade01 {
	animation: fadeIn 0.5s linear 0.2s forwards;
}
.action .fade02 {
	animation: fadeIn 0.5s linear 0.6s forwards;
}
.action .fade03 {
	animation: fadeIn 0.5s linear 0.8s forwards;
}
.action .fade04 {
	animation: fadeIn 0.5s linear 1.0s forwards;
}
.action .fade05 {
	animation: fadeIn 0.5s linear 1.2s forwards;
}
.action .fade06 {
	animation: fadeIn 0.5s linear 2.4s forwards;
}
.action .delay01 {
	animation: fadeAndSlideIn 0.5s linear 0.2s forwards;
}
.action .delay02 {
	animation: fadeAndSlideIn 0.5s linear 0.6s forwards;
}
.action .delay03 {
	animation: fadeAndSlideIn 0.5s linear 0.8s forwards;
}
.action .delay04 {
	animation: fadeAndSlideIn 0.5s linear 1.6s forwards;
}
.action .delay05 {
	animation: fadeAndSlideIn 0.5s linear 1.8s forwards;
}
.action .delay06 {
	animation: fadeAndSlideIn 0.5s linear 2.4s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeAndSlideIn {
	0% {
		opacity: 0;
		transform: translateY(2vw);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}