/* CSS Document */
#wrap .mainImg img {
	width: 100%;
}
#wrap .l-inner {
	max-width: inherit;
}
.l-inner p {
	line-height: 1.875;
}
@media only screen and (max-width: 850px){
	#wrap .l-inner {
		padding: 0;
	}
	.l-inner p {
		line-height: 1.8;
	}
}

#wrap .topBox {
	padding: 32px 0 110px;
	display: flex;
	position: relative;
}
#wrap .topBox .photo {
	width: 778px;
	position: absolute;
	bottom: -131px;
	left: -307px;
}
#wrap .topBox .title {
	margin-top: -8px;
	width: 474px;
	color: #A29B49;
	font-size: 50px;
	line-height: 1.48;
	font-weight: 600;
}
#wrap .topBox .title .en {
	display: block;
	font-size: 20px;
	margin-top: 7px;
	letter-spacing: 0.08em;
}
#wrap .topBox .title * {
	font-weight: 600;
}
#wrap .topBox .title small {
	vertical-align: -5px;
	margin-left: 15px;
	font-size: 40px;
}
#wrap .topBox .textBox {
	flex: 1;
}
#wrap .topBox .textBox p {
	margin-bottom: 13px;
	text-align: justify;
	letter-spacing: -0.02em;
}
@media only screen and (max-width: 850px){
	#wrap .topBox {
		display: block;
		padding: 0 54px 0;
	}
	#wrap .topBox .title {
		margin-bottom: 30px;
		margin-top: 0;
		width: auto;
	}
	#wrap .topBox .photo {
		width: auto;
		position: static;
		bottom: auto;
		left: auto;
		margin: -10px -64px -140px -54px;
	}
	#wrap .topBox .photo img {
		width: 100%;
	}
	#wrap .topBox .title .en {
		font-size: 22px;
		margin-top: 5px;
	}
}
/* grandBox */
#wrap .grandBox {
	padding: 40px 0 32px;
	color: #fff;
	background: url("../../images/creatorsgp/index/bg01.jpg") no-repeat center center / cover;
	position: relative;
	z-index: 10;
}
#wrap .grandBox .title {
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 4px;
}
#wrap .grandBox .title small {
	font-size: 28px;
	font-weight: 600;
}
#wrap .grandBox .priceTxt {
	line-height: 1;
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 40px;
}
#wrap .grandBox .priceTxt .big {
	font-size: 150px;
	font-weight: 600;
	letter-spacing: 0.05em;
  	margin-right: 15px;
}
#wrap .grandBox .priceTxt .pc {
	display: inline-block !important;
}
#wrap .grandBox .widTxt {
	max-width: 754px;
	line-height: 2.25;
}
@media only screen and (max-width: 850px){
	#wrap .grandBox {
		padding: 65px 0 81px;
		background-image: url("../../images/creatorsgp/index/bg01_sp.jpg");
	}
	#wrap .grandBox .title small {
		display: block;
		font-size: 30px;
	}
	#wrap .grandBox .title {
		font-size: 60px;
		text-align: center;
	}
	#wrap .grandBox .priceTxt {
		text-align: center;
		margin-bottom: 54px;
	}
	#wrap .grandBox .priceTxt .inner {
		display: inline-block;
	}
	#wrap .grandBox .priceTxt small {
		display: block;
		text-align: right;
		font-size: 80px;
		letter-spacing: 0.05em;
		margin: 18px -5px 0 0;
	}
	#wrap .grandBox .priceTxt .big {
		font-size: 210px;
		margin: 0;
		letter-spacing: 0.1em;
	}
	#wrap .grandBox .widTxt {
		max-width: inherit;
		line-height: 1.8;
	}
	#wrap .grandBox .priceTxt .pc {
		display: none !important;
	}
}

/* messageBox */
#wrap .messageBox {
	padding: 61px 0;
	background-color: #f7f7f7;
}
#wrap .messageBox .comBox {
	padding: 41px 50px 40px;
	background-color: #fff;
}
#wrap .messageBox .imgBox {
	display: flex;
}
#wrap .messageBox .photoBox {
	width: 220px;
}
#wrap .messageBox .photoBox .image {
	max-width: 196px;
	margin-bottom: 16px;
}
#wrap .messageBox .photoBox .name .txt {
	font-size: 20px;
	font-weight: 600;
	margin-top: 1px;
}
#wrap .messageBox .textBox {
	flex: 1;
	order: 3;
	margin: -6px 0 0 32px;
}
#wrap .messageBox .textBox .line {
	text-decoration: underline;
}
#wrap .messageBox .textBox p {
	margin-bottom: 30px;
}
#wrap .messageBox .textBox p:last-child {
	margin-bottom: 0;
}
#wrap .messageBox .title {
	margin-bottom: 43px;
	padding-bottom: 41px;
	text-align: center;
	font-size: 34px;
	line-height: 1.74;
	color: #a29b49;
	font-weight: 600;
	border-bottom: 1px solid #a29b49;
}
#wrap .messageBox .subTtl {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 20px;
}
#wrap .messageBox .txtDl {
	padding-top: 1px;
}
#wrap .messageBox .txtDl dt {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 18px;
}
#wrap .messageBox .txtDl dd {
	margin-bottom: 31px;
}
#wrap .messageBox .txtDl dd:last-child {
	margin-bottom: 0;
}
#wrap .messageBox .txtDl strong {
	font-weight: 700;
}
@media only screen and (max-width: 850px){
	#wrap .messageBox .imgBox {
		display: block;
	}
	#wrap .messageBox .textBox {
		margin: 0;
	}
	#wrap .messageBox .photoBox {
		margin-top: 39px;
		width: auto;
		display: flex;
		align-items: flex-end;
	}
	#wrap .messageBox .photoBox .image {
		width: 38%;
		margin: 0;
		max-width: inherit;
	}
	#wrap .messageBox .photoBox .textBox {
		flex: 1;
	}
	#wrap .messageBox {
		padding: 61px 37px 47px;
	}
	#wrap .messageBox .title {
		font-size: 38px;
		border-width: 2px;
		margin-bottom: 42px;
  		padding-bottom: 34px;
	}
	#wrap .messageBox .subTtl {
		margin-bottom: 26px;
		font-size: 36px;
	}
	#wrap .messageBox .comBox {
		padding: 41px 28px 40px;
	}
	#wrap .messageBox .textBox p {
		margin-bottom: 53px;
	}
	#wrap .messageBox .textBox .line {
		text-decoration: underline;
		text-decoration-thickness: 2px;
	}
	#wrap .messageBox .txtDl {
		padding-top: 7px;
	}
	#wrap .messageBox .txtDl dt {
		margin-bottom: 13px;
		font-size: 32px;
	}
	#wrap .messageBox .txtDl dd {
		margin-bottom: 61px;
	}
	#wrap .messageBox .photoBox .name .txt {
		font-size: 36px;
		margin-top: 7px;
	}
	#wrap .messageBox .photoBox .name {
		flex: 1;
  		margin: 0 0 35px 36px;
	}
}



/* awardBox */
#wrap .awardBox {
	padding-top: 99px;
	margin-bottom: 99px;
}
#wrap .awardBox .listUl {
	display: flex;
	justify-content: space-between;
}
#wrap .awardBox .listUl li {
	width: calc(50% - 2px);
}
#wrap .awardBox .listUl .titleBox {
	height: 344px;
	background: url("../../images/creatorsgp/index/bg02.jpg") no-repeat center center / 100% 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
}
#wrap .awardBox .listUl .ttl {
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 100%;
	margin-top: -21px;
}
#wrap .awardBox .listUl .ttl * {
	font-weight: 600;
}
#wrap .awardBox .listUl .ttl .en {
	display: block;
	margin-bottom: 15px;
	letter-spacing: 0.15em;
}
#wrap .awardBox .listUl .ttl .jp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	width: 313px;
	height: 76px;
	border-radius: 6px;
	background: #fff;
	font-size: 34px;
	text-align: center;
	color: #a29b49;
}
#wrap .awardBox .textBox {
	margin: 23px auto 0;
	max-width: 444px;
}
#wrap .awardBox .comBtn {
	margin-top: 15px;
}
@media only screen and (min-width: 851px){
	#wrap .awardBox .listUl a:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 850px){
	#wrap .awardBox .listUl {
		display: block;
	}
	#wrap .awardBox .listUl li {
		width: auto;
		margin-bottom: 14px;
	}
	#wrap .awardBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#wrap .awardBox .headLine03 .en img {
		height: 199px;
	}
	#wrap .awardBox {
		padding-top: 109px;
		margin-bottom: 110px;
	}
	#wrap .awardBox .headLine03 .en {
		padding-bottom: 22px;
	}
	#wrap .awardBox .listUl .titleBox {
		height: auto;
		aspect-ratio: 386/190;
	}
	#wrap .awardBox .listUl .ttl {
		font-size: 20px;
		margin-top: -39px;
	}
	#wrap .awardBox .listUl .ttl .jp {
		width: 400px;
		height: 93px;
		font-size: 42px;
	}
	#wrap .awardBox .listUl .ttl .en {
		margin-bottom: 10px;
	}
}


/* scheduleBox */
#wrap .scheduleBox .headLine03 {
	margin-bottom: 56px;
}
#wrap .scheduleBox .headLine03 .en {
	padding-bottom: 31px;
}
#wrap .scheduleBox .headLine03 .en img {
	height: 57px;
}
#wrap .scheduleBox .bgBox {
	padding: 68px 0 64px;
	background-color: #f7f7f7;
}
#wrap .scheduleBox .listUl li {
	display: flex;
	padding-bottom: 70px;
	position: relative;
}
#wrap .scheduleBox .listUl li:last-child {
	padding-bottom: 0;
}
#wrap .scheduleBox .listUl li:after {
	content: "";
	position: absolute;
	left: 86px;
  	top: 74px;
	width: 1px;
	height: calc(100% - 78px);
	background-color: #596C8E;
}
#wrap .scheduleBox .listUl li:last-child:after {
	display: none;
}
#wrap .scheduleBox .listUl .time {
	margin-bottom: 0;
	width: 172px;
	height: 70px;
	color: #fff;
	font-weight: 600;
	border-radius: 6px 0px 0px 6px;
	background: #586d8e;
	display: flex;
	align-items: center;
	padding: 0 20px;
  	letter-spacing: 0.18em;
}
#wrap .scheduleBox .listUl .textBox {
	flex: 1;
	margin-left: 16px;
}
#wrap .scheduleBox .listUl .textBox p {
	margin-bottom: 44px;
}
#wrap .scheduleBox .listUl .textBox p:last-child {
	margin-bottom: 0 !important;
}
#wrap .scheduleBox .listUl .textBox .text {
	margin-bottom: 15px;
	background-color: #fff;
	color: #586D8E;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding: 15px 24px;
	min-height: 70px;
}
#wrap .scheduleBox .listUl .innerBox {
	background-color: #E5E5E5;
	padding: 14px 24px 17px;
	margin: 38px 0 -33px 0;
}
@media only screen and (max-width: 850px){
	#wrap .scheduleBox .listUl .time {
		width: 150px;
		height: 110px;
		line-height: 1.53;
		font-size: 26px;
		border-radius: 10px 0px 0px 10px;
		padding: 0 10px 0 30px;
	}
	#wrap .scheduleBox .listUl .time.spStyle {
		min-height: 160px;
	}
	#wrap .scheduleBox .listUl .textBox .text {
		margin-bottom: 20px;
		min-height: 110px;
		font-size: 30px;
		padding: 24px 16px 28px;
		line-height: 1.8;
	}
	#wrap .scheduleBox .headLine03 .en img {
		height: 71px;
	}
	#wrap .scheduleBox .headLine03 .en {
		padding-bottom: 41px;
	}
	#wrap .scheduleBox .headLine03 {
		margin-bottom: 50px;
	}
	#wrap .scheduleBox .bgBox {
		padding: 40px 0 41px;
	}
	#wrap .scheduleBox .bgBox .comBox {
		padding: 0 48px;
	}
	#wrap .scheduleBox .listUl .textBox {
		margin-left: 10px;
	}
	#wrap .scheduleBox .listUl .innerBox {
		padding: 9px 24px 12px;
		margin: 72px 0 0px 0;
	}
	#wrap .scheduleBox .listUl li::after {
		left: 74px;
		top: 115px;
		width: 2px;
		height: calc(100% - 121px);
	}
	#wrap .scheduleBox .listUl .wid {
		margin: 0 16px;
	}
	#wrap .scheduleBox .listUl .textBox p {
		margin-bottom: 59px;
	}
}

/* judgesBox */
#wrap .judgesBox {
	padding-top: 94px;
}
#wrap .judgesBox .listUl {
	padding-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 72px;
}
#wrap .judgesBox .listUl li {
	width: 196px;
}
#wrap .judgesBox .listUl .name {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
	line-height: 1.2;
}
#wrap .judgesBox .listUl .name small {
	margin-top: 8px;
	display: block;
	font-weight: normal;
	font-size: 14px;
}
#wrap .judgesBox .imgUl {
	padding: 27px 0 7px;
}
#wrap .judgesBox .imgUl li {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 58px;
	margin-bottom: 64px;
}
#wrap .judgesBox .imgUl li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#wrap .judgesBox .imgUl .photo {
	width: 196px;
}
#wrap .judgesBox .imgUl .textBox {
	flex: 1;
	padding-left: 51px;
}
#wrap .judgesBox .imgUl .name {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 27px;
}
#wrap .judgesBox .imgUl .name small {
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: -9px 0 0 20px;
}
#wrap .judgesBox .imgUl .name .sml {
	margin-top: 20px;
	display: block;
	font-size: 16px;
}
@media only screen and (max-width: 850px){
	#wrap .judgesBox .imgUl li {
		display: block;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 79px;
	}
	#wrap .judgesBox .imgUl .photo {
		width: auto;
		display: flex;
		align-items: center;
		margin-bottom: 26px;
	}
	#wrap .judgesBox .imgUl .textBox {
		padding-left: 0;
	}
	#wrap .judgesBox {
		padding-top: 107px;
	}
	#wrap .judgesBox .listUl {
		padding-top: 0;
		display: block;
	}
	#wrap .judgesBox .listUl li {
		width: auto;
		margin-bottom: 65px;
	}
	#wrap .judgesBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#wrap .judgesBox .listUl .name {
		font-size: 36px;
		margin-bottom: 20px;
	}
	#wrap .judgesBox .listUl .name small {
		margin-top: 0;
		display: inline-block;
		font-size: 26px;
	}
	#wrap .judgesBox .imgUl .photo .image {
		width: 36.2%;
	}
	#wrap .judgesBox .imgUl {
		padding: 0 0 7px;
		margin: 0 -8px;
	}
	#wrap .judgesBox .imgUl .name {
		font-size: 36px;
		margin: 7px 0 0 40px;
		flex: 1;
	}
	#wrap .judgesBox .imgUl .name small {
		font-size: 26px;
		display: block;
		margin: 20px 0 0 0;
	}
	#wrap .judgesBox .imgUl .name .sml {
		margin-top: 26px;
		display: block;
		line-height: 1.8;
		font-size: 30px;
		font-weight: normal;
	}
}

/* sponsorshipBox */
#wrap .sponsorshipBox {
	padding-top: 92px;
}
#wrap .sponsorshipBox .listUl {
	margin-top: -13px;
}
#wrap .sponsorshipBox .listUl a {
	color: #505050;
	text-decoration: none;
	letter-spacing: 0.02em;
}
#wrap .sponsorshipBox .listUl li {
	margin-bottom: 21px;
}
#wrap .sponsorshipBox .listUl li:last-child {
	margin-bottom: 0;
}
#wrap .sponsorshipBox .logoUl {
	display: flex;
	flex-wrap: wrap;
	margin: -12px 0 0 0;
	gap: 40px 68px;
}
#wrap .sponsorshipBox .logoUl a {
	display: block;
}
#wrap .sponsorshipBox .logoUl img {
	height: 105px;
	opacity: 1;
}
@media only screen and (min-width: 851px){
	#wrap .sponsorshipBox .listUl a:hover {
		text-decoration: underline;
	}
	#wrap .sponsorshipBox .logoUl a:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 850px){
	#wrap .sponsorshipBox {
		padding-top: 98px;
	}
	#wrap .sponsorshipBox .listUl {
		margin-top: 0;
		padding-top: 3px;
	}
	#wrap .sponsorshipBox .listUl li {
		margin-bottom: 39px;
	}
	#wrap .sponsorshipBox .logoUl img {
		height: 145px;
	}
	#wrap .sponsorshipBox .logoUl {
		margin: 0;
		gap: 17px 120px;
		padding: 5px 0 0 0;
	}
}