@charset "UTF-8";

/*--------------------------------------------------
	▼editArea02
--------------------------------------------------*/
.editArea02 {
	margin-top: 25px;
	padding: 30px 30px 60px;
	background: #FFC72C;
}

.editArea02 .image01 {
	text-align: center;
}
.editArea02 .bg01 {
	background: #fff;
}
.editArea02 .image01 + .image01,
.editArea02 .block01 + .image01,
.editArea02 > .textWrap01 + .image01 {
	margin-top: 30px;
}
.editArea02 > .textWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.editArea02 > .textWrap01 > .editCol01 {
	max-width: 429px;	
}
.editArea02 > .textWrap01 > .editCol02 {
	max-width: 320px;	
}
.editArea02 > .editText01 {
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #007130;
	font-family: "Hiragino Kaku Gothic Pro";
}
.editArea02 > .editText02 {
	margin-top: 15px;
	padding: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.75;
	background: #007130;
	font-family: "Hiragino Kaku Gothic Pro";
}
.editArea02 > .editText03 {
	margin-top: 20px;
	font-size: 2.4rem;
	font-weight: 600;
	color: #27251F;
	line-height: 1.5;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro";
}
.editArea02 > .editText03 >.span01 {
	font-size: 3.2rem;
	color: #DA291C;
}
.editArea02 > .editText03 >.span02 {
	font-size: 3.2rem;
	color: #007130;
}
.editArea02 > .editText03 + .editText03 {
	margin-top: 0;
}
.editArea02 > .editList01 {
	margin-top: 10px;
}
.editArea02 > .editList01 li {
	padding-left: 1em;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #27251F;
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro";
}
.editArea02 > .editList01 li::before {
	content: "※";
	position: absolute;
	left: 0;
}
.editArea02 > .movieWrap01 {
	margin-top: 30px;
}
.editArea02 > .block01 {
	margin-top: 30px;
}
.editArea02 > .block01 >.title01 {
	padding: 20px;
	background: #007130;
	border-radius: 20px 20px 0 0;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-family: "Hiragino Kaku Gothic Pro";
}
.editArea02 > .block01 >.title02 {
	padding: 20px;
	background: #DA291C;
	border-radius: 20px 20px 0 0;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.75;
	font-family: "Hiragino Kaku Gothic Pro";
}
.editArea02 > .button01 {
	margin-top: 30px;
}


/*--------------------------------------------------
	▼editArea03
--------------------------------------------------*/
.editArea03 {
	margin-top: 30px;
	padding: 30px;
	background: #DA291C;
}
.editArea03 .characterList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.editArea03 .characterList01 > li {
	width: 32.5%;
	margin-top: 10px;
	margin-left: 1.25%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.editArea03 .characterList01 > li:nth-child(3n - 2) {
	margin-left: 0;
}

/*--------------------------------------------------
	▼button02
--------------------------------------------------*/
.button02 {
	width: 800px;
	margin: 30px auto 36px;
	position: relative;
}
.button02::before {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 7px;
	width: 100%;
	height: 100px;
	border-radius: 20px;
	background: rgba(51, 51, 51, 0.5);
}
.button02 > a {
	display: block;
	transition: .3s;
	position: relative;
}
.button02 > a:hover {
	transform: translate(7px, 7px);
}

@media screen and (max-width: 767px) {
/*--------------------------------------------------
	▼editArea02
--------------------------------------------------*/
.editArea02 {
	padding: 20px 10px 30px;
}
.editArea02 .image01 + .image01,
.editArea02 .block01 + .image01,
.editArea02 > .textWrap01 + .image01 {
	margin-top: 10px;
}
.editArea02 .image01.bg01 {
	margin-top: 20px;
}
.editArea02 > .textWrap01 {
	justify-content: center;
}
.editArea02 > .textWrap01 > .editCol01 {
	max-width: 320px;
}
.editArea02 > .textWrap01 > .editCol02 {
	max-width: 240px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.editArea02 > .editText01 {
	margin-top: 20px;
	font-size: 1.6rem;
}
.editArea02 > .editText02 {
	margin-top: 20px;
	padding: 12px;
	font-size: 1.4rem;
}
.editArea02 > .editText03 {
	margin-top: 15px;
	font-size: 1.6rem;
}
.editArea02 > .editText03 >.span01 {
	font-size: 2rem;
}
.editArea02 > .editText03 >.span02 {
	font-size: 2rem;
}
.editArea02 > .editList01 li {
	font-size: 1.4rem;
}
.editArea02 > .block01 >.title01 {
	padding: 15px;
	font-size: 2rem;
}
.editArea02 > .block01 >.title02 {
	padding: 15px;
	font-size: 1.6rem;
	text-align: left;
}
.editArea02 > .block01 {
	margin-top: 10px;
}
.editArea02 > .editText03 + .block01 {
	margin-top: 20px;
}
.editArea02 > .movieWrap01 {
	margin-top: 20px;
}
.editArea02 > .button01 {
	margin-top: 40px;
}

/*--------------------------------------------------
	▼editArea03
--------------------------------------------------*/
.editArea03 {
	margin-top: 20px;
	padding: 12px;
}
.editArea03 .characterList01 > li {
	width: calc(50% - 3px);
	margin-top: 6px;
	margin-left: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.editArea03 .characterList01 > li:nth-child(even) {
	margin-left: 6px;
}

/*--------------------------------------------------
	▼button02
--------------------------------------------------*/
.button02 {
	width: 80vw;
	margin-top: 30px;
}
.button02::before {
	bottom: -0.933vw;
	left: 0.933vw;
	width: 80vw;
	height: 13.33vw;
	border-radius: 2.66vw;
}
.button02 > a:hover {
	transform: none;
}
}