@charset "UTF-8";
/*
  cbt
*/
/*
  main-area
*/
body {
	background-color: #000;
	color: #000;
	overflow-x: hidden;
}
#wrapper {
	background: #000;
}
.right-to-left {
	margin: 50px 0 0;
	width: 100vw;
	height: 61px;
	background: url(../images/sp/cbt/right-to-left.jpg);
	-webkit-animation: rightToLeft 5s linear infinite;
	animation: rightToLeft 5s linear infinite;
}
@-webkit-keyframes rightToLeft {
    0% { background-position: 0 0;}
  100% { background-position: 530px 0;}
}
@keyframes rightToLeft {
    0% { background-position: 0 0;}
  100% { background-position: -530px 0;}
}
.left-to-right {
	margin: 600px 0 103px;
	width: 100vw;
	height: 64px;
	background: url(../images/sp/cbt/left-to-right.jpg);
	-webkit-animation: leftToRight 5s linear infinite;
	animation: leftToRight 5s linear infinite;
}
@-webkit-keyframes leftToRight {
    0% { background-position: 0 0;}
  100% { background-position: -528px 0;}
}
@keyframes leftToRight {
    0% { background-position: 0 0;}
  100% { background-position: 528px 0;}
}
.mainvisual-bg {
	background: url(../images/cbt/mainvisual-bg.png);
	width: 100vw;
	height: 351px;
	position: absolute;
	top: 258px;
}
.chara {
	position: absolute;
	top: 90px;
	left: 50%;
	margin: 0 0 0 -608.5px;
}
.mainvisual-btn-area {
	position: relative;
	text-align: center;
}
.mainvisual-btn-area li {
	margin: 0 0 17px;
}
.beta-cup-title {
	width: 750px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.white-border01 {
	height: 4197px;
	background: #fff;
	transform: rotate(-9deg);
	position: absolute;
	top: 1384px;
	width: 200vw;
	margin: 0px 0 0 -50vw;
}
.beta-cup-area {
	position: relative;
	z-index: 1;
}
.beta-cup-area .wrapper {
	width: 750px;
	margin: auto;
}
.beta-present-area1 {
	text-align: center;
	margin: -2px 0 0;
	padding: 2px 0 0;
}
.beta-present-area1 li {
	padding: 0 0 20px;
}
.beta-present-area2 {
	display: flex;
	justify-content: center;
	margin: -2px 0 0;
	padding: 2px 0 40px;
}
.beta-present-area2 li {
	margin: 0 16px;
}
.beta-cup-text {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 20px;
}
.beta-nickname-area {
	display: flex;
	justify-content: center;
}
.beta-nickname-area li:nth-of-type(2) {
	margin: 0 17px 20px;
}
.cbt-btn1 {
	text-align: center;
	margin: 20px 0 100px;
}
.cbt-schedule-title {
	text-align: center;
}
.explanation-text01 {
	padding: 20px 35px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 20px;
}
.cbt-schedule {
	text-align: center;
}
.cbt-how {
	text-align: center;
	padding: 15px 0;
}
.explanation-text02 {
	padding: 0 35px 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}
.cbt-conditions,
.supporter-conditions {
	text-align: center;
	padding: 0 0 20px;
}
.schedule-caution,
.conditions-caution,
.cbt-caution,
.supporter-caution {
	padding: 0 35px;
}
.schedule-caution p,
.conditions-caution p,
.cbt-caution p,
.supporter-caution p {
	font-weight: bold;
	line-height: 1.5;
	font-size: 20px;
}
.caution-link {
	text-align: center;
}
.caution-link a {
	padding: 35px 35px 0;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px;
}
.cbt-btn2 {
	text-align: center;
	margin: 20px 0 0;
	padding: 0 0 42px;
}
.supporter-area {
	margin: -2px 0 0;
	color: #fff
}
.supporter-area .wrapper{
	width: 750px;
	margin: auto;
}
.supporter-area .caution-link {
	padding: 0 0 60px;
}
.supporter-title {
	width: 750px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.supporter-present {
	margin: 15px 0 0;
}
.supporter-btn {
	text-align: center;
	margin: 58px 0 0;
}
.supporter-schedule-title {
	margin: 80px 0 40px;
	text-align: center;
}
.supporter-schedule {
	text-align: center;
	margin: 10px 0 20px;
}
.supporter-conditions {
	margin: 36px 0 0;
}
.supporter-area .caution-link a {
	color: #fff;
	padding: 15px 35px 60px;
}
.caution-area {
	background: #fff;
	padding: 0 0 70px;
}
.caution-title {
	text-align: center;
	padding: 100px 0 20px;
}
.caution-text {
	width: 640px;
	margin: auto;
	box-sizing: border-box;
	padding: 45px;
	background: #e2e2e2;
}
.caution-text p {
	line-height: 1.5;
	font-weight: bold;
	font-size: 20px;
}
.caution-text-title {
	margin: 20px 0 0;
}