@charset "utf-8";


/*----------------------------------------------
	mainBox
----------------------------------------------*/
.mainBox {
	width: 100%;
	height: 270px;
	background: url("../img/main_img01.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}
.mainBox .catch01 {
	margin: 0;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.1em;
	text-shadow: 0 0 0.3em #000000, 0 0 0.3em #000000;
	writing-mode: vertical-rl;
	position: absolute;
	/*top: 20px;
	left: 30px;*/
	top: 0.8em;
	left: 1.4em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.mainBox .catch01 .line {
	display: inline-block;
	position: relative;
	padding: 0 12px 0 0;
}
.mainBox .catch01 span + span {
	margin-right: 0.4em;
}
.mainBox .catch01 .line::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0 0 0.3em #000000, 0 0 0.3em #000000;
}
.mainBox .school {
	margin: 0;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-shadow: 0 0 0.3em #000000, 0 0 0.3em #000000;
	position: absolute;
	/*bottom: 20px;
	right: 25px;*/
	bottom: 1.4em;
	right: 1.8em;
}
@media only screen and (min-width: 768px) {
	.mainBox {
		height: calc(100vh - 90px);
	}
}

/*----------------------------------------------
	myillustBox
----------------------------------------------*/
.myillustBox {
	padding: 4em 0;
	background-color: #ffffff;
	background-image: url("../img/myillust_bg01.png"), url("../img/myillust_bg02.png");
	background-position: calc(50% - 11.66em) 20px, calc(50% + 8.33em) bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 215px auto, 215px auto;
}
.myillustBox .head {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 
		0.1em  0.1em 0px #ffffff,
		-0.1em  0.1em 0px #ffffff,
		0.1em -0.1em 0px #ffffff,
		-0.1em -0.1em 0px #ffffff,
		0.1em  0px 0px #ffffff,
		0px  0.1em 0px #ffffff,
		-0.1em  0px 0px #ffffff,
		0px -0.1em 0px #ffffff;  
}
.myillustBox .txtBox01 p {
	margin: 2em 0 0 0;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	text-shadow: 
		0.1em  0.1em 0px #ffffff,
		-0.1em  0.1em 0px #ffffff,
		0.1em -0.1em 0px #ffffff,
		-0.1em -0.1em 0px #ffffff,
		0.1em  0px 0px #ffffff,
		0px  0.1em 0px #ffffff,
		-0.1em  0px 0px #ffffff,
		0px -0.1em 0px #ffffff;  
}
@media only screen and (min-width: 768px) {
	.myillustBox {
		background-size: 300px auto, 300px auto;
	}
}

/*----------------------------------------------
	common
----------------------------------------------*/

/* commonHeadBox */
.commonHeadBox {
	padding: 4em 0;
}
.commonHeadBox.commonHeadBox01 {
	background: #D9AB33;
}
.commonHeadBox.commonHeadBox02 {
	background: #ffffff;
}
.commonHeadBox.hasFukidashi {
	margin-top: 5em;
	padding-top: 6.25em;
}
.commonHeadBox .inBox01 {
	position: relative;
	display: flex;
	justify-content: center;
}
.commonHeadBox .fukidashi {
	position: absolute;
	top: -10.41em;
	left: 50%;
	width: 100%;
	max-width: 480px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.commonHeadBox .fukidashi > p {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	background: #ffffff;
	border: 2px solid #212121;
	border-radius: 5px;
	height: 5.55em;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.commonHeadBox .fukidashi::before ,
.commonHeadBox .fukidashi::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%) rotate(45deg);
}
.commonHeadBox .fukidashi::before {
	background: #212121;
	bottom: -6px;
	z-index: 1;
}
.commonHeadBox .fukidashi::after {
	background: #ffffff;
	bottom: -3px;
	z-index: 3;
}

.commonHeadBox .head {
	margin: 0 auto;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.commonHeadBox .head .sub {
	font-size: 1.8rem;
	letter-spacing: 0;
}
.commonHeadBox .head .large {
	font-size: 3.9rem;
}
.commonHeadBox .head .line {
	display: inline-block;
	position: relative;
	padding: 0 12px 0 0;
}
.commonHeadBox .head span + span {
	margin-right: 0.4em;
}
.commonHeadBox .head .line::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	background: #212121;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (min-width: 768px) {
	.commonHeadBox .fukidashi {
		top: -9em;
	}
}


/* commonMarker01 */
.commonMarker01 {
	padding: 0 0.3em;
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, #D9AB33 60%, #D9AB33 100%, rgba(255, 255, 255, 0) 100%);
}

/* cvBox */
.cvBox {
	margin: 5em 0 4em;
}
.cvBox .btn {
	max-width: 314px;
	margin: 0 auto;
}
.cvBox .btn a {
	display: block;
	position: relative;
	transition: 0.2s;
}
.cvBox .btn a:hover {
	opacity: 0.7;
}
.cvBox .btn a .sub01 {
	display: block;
	width: 13.33em;
	padding: 0.6em 0;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	background: #212121;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: 0.2s;
}
.cvBox .btn a .sub01::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #212121;
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.cvBox .btn a:hover .sub01 {
	margin-top: -0.5em;
}
.cvBox .btn a .box01 {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 0.3em;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding: 1em;
	background: #F37447;
	border: 2px solid #212121;
	position: relative;
}
.cvBox .btn a .box01::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-right: 2px solid #212121;
	border-bottom: 2px solid #212121;
	position: absolute;
	top: 5px;
	left: 5px;
}
.cvBox .btn a .box01 i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0.75em;
}
@media only screen and (min-width: 768px) {
	.cvBox .btn {
		max-width: 540px;
	}
}

/* strong */
.commonStrong01 {
	color: #FF0000;
	font-weight: 700;
}

/* ttl */
.commonTtl01 {
	margin: 1.5em -30px;
	padding: 1em 0;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	background: #212121;
}
@media only screen and (max-width: 374px) {
	.commonTtl01 {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.commonTtl01 .sub {
	font-size: 1.2rem;
}
.commonTtl02 {
	margin: 1.5em 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.commonTtl02::before ,
.commonTtl02::after {
	content: "";
	display: block;
	height: 2px;
	flex-grow: 1;
	background: #212121;
}
.commonTtl02::before {
	margin-right: 0.5em;
}
.commonTtl02::after {
	margin-left: 0.5em;
}


/*----------------------------------------------
	resultsBox
----------------------------------------------*/
.resultsBox {
	padding: 3em 0;
}
.resultsBox .head {
	margin: 0 auto;
	text-align: center;
	line-height: 1.2;
}
.resultsBox .inBox01 {
	display: inline-block;
}
.resultsBox .head .headTxt01 {
	font-size: 2.4rem;
	font-weight: 700;
}
.resultsBox .head .headTxt02 {
	font-size: 6rem;
	font-family: 'Oswald';
	font-weight: 700;
	margin-right: 0.1em;
}
.resultsBox .head .headTxt03 {
	font-size: 2.4rem;
	font-weight: 700;
}
.resultsBox .head .notion01 {
	font-size: 1rem;
	font-weight: normal;
	display: block;
	text-align: left;
	margin: 0.8em 0 0 0;
}
.resultsBox .head .marker01 {
	padding: 0 0.2em;
	background: linear-gradient(rgba(255, 255, 255, 0) 20%, #D9AB33 20%, #D9AB33 100%, rgba(255, 255, 255, 0) 100%);
}
.resultsBox .list01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.resultsBox .list01 > li {
	margin: 3em 0 0 0;
	position: relative;
}
.resultsBox .list01 > li::before {
	color: #EDEDED;
	font-size: 12rem;
	font-family: 'Oswald';
	font-weight: 500;
	line-height: 1;
	position: absolute;
	z-index: -1;
}
.resultsBox .list01 > li:nth-of-type(1)::before {
	content: "01";
	top: -0.2em;
	left: -50px;
}
.resultsBox .list01 > li:nth-of-type(2)::before {
	content: "02";
	top: -0.2em;
	right: -50px;
}
.resultsBox .list01 > li:nth-of-type(3)::before {
	content: "03";
	top: -0.3em;
	left: -50px;
}
.resultsBox .list01 > li .ttl01 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 0.5em 0;
	border-bottom: 2px solid #212121;
}
.resultsBox .list01 > li .imgBox {
	text-align: center;
	margin: 1em auto;
}
.resultsBox .list01 > li .imgBox figcaption {
	font-size: 1.4rem;
	margin: 0.2em 0 0 0;
}
.resultsBox .list01 > li .imgBox figcaption .kei {
	font-size: 1.2rem;
}
.resultsBox .list01 > li.item01 .imgBox img {
	width: 164px;
}
.resultsBox .list01 > li.item02 .imgBox img {
	width: 253px;
}
.resultsBox .list01 > li.item03 .imgBox img {
	width: 162px;
}
.resultsBox .txt01 {
	margin: 2em 0 0 0;
}
@media only screen and (min-width: 768px) {
	.resultsBox .list01 > li.item01 .imgBox img {
		width: 324px;
	}
	.resultsBox .list01 > li.item02 .imgBox img {
		width: 506px;
	}
	.resultsBox .list01 > li.item03 .imgBox img {
		width: 324px;
	}
}


/*----------------------------------------------
	ruleBox
----------------------------------------------*/
.ruleBox {
	padding: 0 0 3em 0;
}
.ruleBox .headBox01 {
	margin: 3em -30px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 374px) {
	.ruleBox .headBox01 {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.ruleBox .headBox01 .num {
}
.ruleBox .headBox01 .num .inBox01 {
	width: 1.66em;
	height: 1.66em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 6rem;
	font-family: 'Oswald';
	font-weight: 500;
	line-height: 1;
	background: #D9AB33;
}
.ruleBox .headBox01 .head {
	margin: 0 0 0 0.8em;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}
@media only screen and (max-width: 374px) {
	.ruleBox .headBox01 .num .inBox01 {
		font-size: 5rem;
	}
	.ruleBox .headBox01 .head {
		font-size: 2.2rem;
	}
}
.ruleBox .imgBox01 {
	max-width: 630px;
	margin: 0 auto;
}
.ruleBox .imgBox01 figcaption {
	font-size: 1rem;
	text-align: right;
	margin: 0.8em 0 0 0;
}
.ruleBox .txt01 {
	margin: 1em 0;
}
.ruleBox .fukidashi01 {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	background: #F37447;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
}
.ruleBox .fukidashi01 .fukidashi01Txt01 {
	color: #F37447;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0.4em 1em;
	background: #ffffff;
	border-radius: 100px;
}
.ruleBox .fukidashi01 .fukidashi01Txt02 {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0.5em 0;
}
.ruleBox .fukidashi01 .fukidashi01Txt03 {
	color: #FFEF00;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
}
.ruleBox .fukidashi01 .fukidashi01Txt03 .num {
	font-family: 'Oswald';
	font-size: 2.4rem;
}
.ruleBox .fukidashi01 .fukidashi01Txt04 {
	color: #FFEF00;
	font-size: 2rem;
	font-weight: 700;
	margin: 0.2em 0 0 0;
}
.ruleBox .fukidashi01::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #F37447;
	position: absolute;
	bottom: -8px;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%) scale(0.7, 1) rotate(45deg);
	transform: translateX(-50%) scale(0.7, 1) rotate(45deg);
}
@media only screen and (min-width: 768px) {
	.ruleBox .fukidashi01 {
		width: 8em;
		height: 8em;
	}
}
.ruleBox .imgBox02 {
	text-align: center;
	max-width: 312px;
	margin: 5px auto 0;
	position: relative;
	z-index: 1;
}
.ruleBox .worksList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ruleBox .worksList01 > li {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: center;
	column-gap: 15px;
}
.ruleBox .worksList01 > li .award {
	margin: 0;
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	background: url("../img/rule_img03.png") center center no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: 700;
}
.ruleBox .worksList01 > li .award .ctg {
	font-size: 1.2rem;
}
.ruleBox .worksList01 > li .award .num {
	font-size: 2.4rem;
	margin: 0.2em 0 0 0;
}
.ruleBox .worksList01 > li .clm02 {
	margin: 0;
}
.ruleBox .worksList01 > li .clm02 figcaption {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.05em;
	margin: 0.8em 0 0 0;
}
.ruleBox .worksList01 > li .clm02 figcaption .name {
	font-weight: normal;
}
@media only screen and (min-width: 768px) {
	.ruleBox .worksList01 > li .award {
		width: 150px;
		height: 150px;
	}
}
.ruleBox .judgeList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 10%;
}
.ruleBox .judgeList01 > li {
	margin: 0;
	width: 45%;
	text-align: center;
	line-height: 1.5;
}
.ruleBox .judgeList01 > li .img {
}
.ruleBox .judgeList01 > li .name {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0.8em 0;
}
.ruleBox .judgeList01 > li .post {
	font-size: 1.2rem;
	margin: 0;
}
.ruleBox .trainingList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ruleBox .trainingList01 > li {
	margin: 3em 0 0 0;
}
.ruleBox .trainingList01 > li .catch01 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.ruleBox .trainingList01 > li figure {
	text-align: center;
	margin: 15px auto 0;
}
.ruleBox .trainingList01 > li figure figcaption {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0.8em 0 0 0;
}
.ruleBox .trainingList01 > li figure figcaption .kei {
	font-size: 1.2rem;
	font-weight: 700;
}
.ruleBox .trainingList01 > li figure figcaption .class {
	font-size: 1.2rem;
	font-weight: normal;
}
.ruleBox .companyList01 {
	margin: -20px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10%;
	overflow: hidden;
}
.ruleBox .companyList01 > li {
	margin: -1px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 1.5;
	width: 45%;
	border-top: 1px solid #cccccc;
}
.ruleBox .companyList01 > li figure {
	margin: 0;
}
.ruleBox .companyList01 > li figure figcaption {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin: 0.8em 0 0 0;
}
.ruleBox .teacherList01 {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}
.ruleBox .teacherList01 > li {
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.ruleBox .teacherList01 > li + li {
	margin-top: 30px;
}
.ruleBox .teacherList01 > li .txtClm {
	width: 70%;
}
.ruleBox .teacherList01 .nameBox {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: 2px solid #212121;
}
.ruleBox .teacherList01 .nameBox .name {
	font-size: 2.4rem;
	margin-right: 0.2em;
}
.ruleBox .teacherList01 .commentBox {
	margin: 0.5em 0 0 0;
}
.ruleBox .teacherList01 > li:nth-child(even) .imgClm {
	order: 2;
}
.ruleBox .teacherList01 > li:nth-child(even) .txtClm {
	order: 1;
}
.ruleBox .teacherList01 > li:nth-child(odd) .imgClm {
	width: calc(25% + 40px);
	margin: 0 0 0 -40px;
}
.ruleBox .teacherList01 > li:nth-child(even) .imgClm {
	width: calc(25% + 40px);
	margin: 0 -40px 0 0;
}
.ruleBox .teacherCatch01 {
	margin: 1.5em 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}
.ruleBox .teacherImgBox01 {
	margin: 30px auto;
	text-align: center;
}
.ruleBox .classList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px 4%;
}
.ruleBox .classList01 > li {
	margin: 0;
	width: 48%;
	max-width: 300px;
}

/*----------------------------------------------
	actionBox
----------------------------------------------*/
.actionBox {
	padding: 3em 0;
}
.actionBox .txt01 {
	margin: 1em 0;
}
.actionBox .actionFigBox {
	margin: 3em auto;
	line-height: 1;
	font-weight: 700;
}
.actionBox .actionFigBox .itemIllust {
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	width: 8em;
	margin: 0 auto;
	padding: 1em 0;
	background: #212121;
	border-radius: 5px;
}
.actionBox .actionFigBox .kakeru {
	margin: 15px auto;
	width: 30px;
}
.actionBox .actionFigBox .itemList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 4%;
}
.actionBox .actionFigBox .itemList01 > li {
	width: 48%;
	margin: 0;
	padding: 1em 0;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 5px;
	background: #D9AB33;
}
.actionBox .actionFigBox .itemList01 > li:nth-of-type(2) ,
.actionBox .actionFigBox .itemList01 > li:nth-of-type(3) ,
.actionBox .actionFigBox .itemList01 > li:nth-of-type(6) ,
.actionBox .actionFigBox .itemList01 > li:nth-of-type(7) {
	background: #F37447;
}

/*----------------------------------------------
	powerBox
----------------------------------------------*/
.powerBox {
	padding: 0 0 3em 0;
}
.powerBox .powerCatch01 {
	margin: 1em 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.powerBox .powerCatch01 strong {
	font-size: 2.4rem;
	font-weight: 700;
}
.powerBox .powerBaList01 {
	margin: 3em 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 4%;
}
.powerBox .powerBaList01 > li {
	margin: 0;
	width: 48%;
	max-width: 300px;
}
.powerBox .powerBaList01 > li dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.powerBox .powerBaList01 > li dl > dt {
	margin: 0;
	padding: 0.8em 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	position: relative;
}
.powerBox .powerBaList01 > li:nth-of-type(1) dl > dt {
	background: #E1E1E1;
}
.powerBox .powerBaList01 > li:nth-of-type(2) dl > dt {
	background: #D9AB33;
}
.powerBox .powerBaList01 > li dl > dd {
	margin: 0;
	text-align: center;
	position: relative;
}
.powerBox .powerBaList01 > li:nth-of-type(1) dl > dd::after {
	content: "";
	display: block;
	width: 40px;
	height: 52px;
	background: url("../img/power_ba_arrow01.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
}
.powerBox .powerBaList01:nth-of-type(1) > li:nth-of-type(1) dl > dd::after {
	bottom: -40px;
}
.powerBox .powerBaList01:nth-of-type(2) > li:nth-of-type(1) dl > dd::after {
	bottom: 30px;
}
.powerBox .powerThemeList01 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.powerBox .powerThemeList01 > li {
	margin: 0;
	width: 30%;
}
.powerBox figure.powerThemeImgBox {
	text-align: center;
	margin: 0;
}
.powerBox figure.powerThemeImgBox figcaption {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0.8em 0 0 0;
}
.powerBox figure.powerThemeImgBox figcaption .kei {
	font-size: 1.2rem;
	font-weight: 700;
}
.powerBox figure.powerThemeImgBox figcaption .class {
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: -0.05em;
}
@media only screen and (min-width: 768px) {
	.powerBox .powerBaList01 > li:nth-of-type(1) dl > dd::after {
		width: 80px;
		height: 104px;
	}
}

/*----------------------------------------------
	faqBox
----------------------------------------------*/
.faqBox {
	padding: 30px 0;
	background: #D9AB33;
}
.faqBox .head {
	margin: 0;
	font-size: 3.8rem;
	font-family: 'Oswald';
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.faqBox .faqList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.faqBox .faqList01 dt {
	margin: 1.5em 0 0 0;
	padding: 1em 1em 1em calc(1em + 3em);
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
	min-height: 4em;
	background: #ffffff;
	position: relative;
	display: flex;
	cursor: pointer;
}
.faqBox .faqList01 dt > div {
	display: flex;
	align-items: center;
	flex-grow: 1;
	position: relative;
	padding: 0 3em 0 0;
}
.faqBox .faqList01 dt > div::before ,
.faqBox .faqList01 dt > div::after {
	content: "";
	display: block;
	width: 2.14em;
	height: 0.28em;
	background: #212121;
	position: absolute;
}
.faqBox .faqList01 dt > div::before {
	top: 1.78em;
	right: 0;
}
.faqBox .faqList01 dt > div::after {
	top: 1.78em;
	right: 0;
	transform: rotate(90deg);
}
.faqBox .faqList01 dt.active > div::after {
	display: none;
}
.faqBox .faqList01 dd {
	margin: 0.5em 0 0 0;
	padding: 1em 1em 1em calc(1em + 4em);
	background: #ffffff;
	position: relative;
}
.faqBox .faqList01 dt::before ,
.faqBox .faqList01 dd::before {
	color: #D9AB33;
	font-size: 5rem;
	font-family: 'Oswald';
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0.3em;
	left: 0.3em;
}
.faqBox .faqList01 dt::before {
	content: "Q";
}
.faqBox .faqList01 dd::before {
	content: "A";
}

/*----------------------------------------------
	introBox
----------------------------------------------*/
.introBox {
	
}
.introBox .introList01 {
	margin: 0 -30px;
	padding: 0;
	list-style-type: none;
}
@media only screen and (max-width: 374px) {
	.introBox .introList01 {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.introBox .introList01 > li {
	margin: 0;
}
.introBox .introList01 > li.manga {
	background: #F7E921 url("../img/intro_bg01.png") center center no-repeat;
	background-size: cover;
}
.introBox .introList01 > li.animation {
	background: #CC619B url("../img/intro_bg02.png") center center no-repeat;
	background-size: cover;
}
.introBox .introList01 > li .inBox01 {
	padding: 50px 30px;
}
.introBox .introList01 > li .ttl01 {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.introBox .introList01 > li .txtBox01 p {
	margin: 1em 0 0 0;
}

/*----------------------------------------------
	letsBox
----------------------------------------------*/
.letsBox {
	
}
.letsBox .letsImgBox01 {
	max-width: 630px;
	margin: 0 auto;
}
.letsBox .letsImgBox01 figcaption {
	margin: 0.8em 0 0 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: right;
}

/* 20240124 追加 */
.pc {
	display: block !important;
	font-size: 0;
  }
  
  @media screen and (max-width: 750px) {
	.pc {
	  display: none !important;
	}
  }
  
  .sp {
	display: none !important;
	font-size: 0;
  }
  
  @media screen and (max-width: 750px) {
	.sp {
	  display: block !important;
	}
  }

.main .fv_bnr a img {
	position: absolute;
	top: auto;
	bottom: 3%;
	left: 4%;
	transform: translate(0, 0%);
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	min-width: 300px;
  }
  
  @media screen and (max-width: 750px) {
	.main .fv_bnr a img {
	  position: initial;
	  width: 100%;
	  max-width: 100%;
	  bottom: 0;
	}
  }
  
  @media screen and (max-width: 750px) {
	.main .fv_bnr {
	  margin: 0;
	}
  }



/*UPDATE 20240918*/
.cvBox {
	max-width: 1100px;
	margin: 2em auto;
	padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.cvBox .btn {
	width: 100%;
}
.cvBox .btn a .sub01 {
	top: -7px;
	font-size: 1rem;
}
.cvBox .btn a .box01 {
	font-size: 1.6rem;
}
.cvBox .btn.visit a .box01 {
	background: #D9AB33;
}
.cvBox .btn.oc a .box01 {
	background: #8d79e8;
}
.cvBox .btn.visit a .sub01,
.cvBox .btn.oc a .sub01 {
	width: 17.33em;
}
@media screen and (min-width: 768px) {
	.cvBox .btn {
		max-width: 540px;
	}
}
@media screen and (max-width: 750px) {
	.cvBox {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.cvBox .btn a .sub01 {
		font-size: 1.4rem;
	}
	.cvBox .btn a .box01 {
		font-size: 2rem;
	}
}

.bnrBox {
	margin: auto;
	max-width: 770px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: center;
}
@media screen and (max-width: 750px) {
	.bnrBox {
		margin: 0 auto 100px;
		max-width: 450px;
		display: flex;
		flex-direction: column;
	}
}